Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8ffa5fbc07f3d7f7542daad7514a968176aef22d 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-ssh2294925204551118145.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-ssh6696899137627665015.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-ssh17030506595409548530.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-ssh10691194515451775123.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-ssh14420906165357435136.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-6137 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/411 [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/411 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 8ffa5fbc07f3d7f7542daad7514a968176aef22d (main) Commit message: "feat(snap): Add core-common-config-bootstrapper (#4347)" > git config core.sparsecheckout # timeout=10 > git checkout -f 8ffa5fbc07f3d7f7542daad7514a968176aef22d # timeout=10 > git rev-list --no-walk 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-15T16:34:24.099Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-15T16:34:24.150Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-15T16:34:24.168Z] ========================================================= [2023-02-15T16:34:24.168Z] EdgeX Global Pipelines Version Info [2023-02-15T16:34:24.168Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-15T16:34:24.889Z] ------------------- [2023-02-15T16:34:24.889Z] stable info: [2023-02-15T16:34:24.889Z] ------------------- [2023-02-15T16:34:24.889Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-15T16:34:24.889Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T16:34:24.889Z] Message: update stable to v1.0.244 [2023-02-15T16:34:25.462Z] ------------------- [2023-02-15T16:34:25.462Z] experimental info: [2023-02-15T16:34:25.462Z] ------------------- [2023-02-15T16:34:25.462Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-15T16:34:25.462Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T16:34:25.462Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-15T16:34:25.641Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-15T16:34:25.655Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-15T16:34:25.665Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-15T16:34:25.676Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-15T16:34:25.687Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-15T16:34:25.700Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-15T16:34:25.712Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-15T16:34:25.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-15T16:34:25.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-15T16:34:25.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-15T16:34:25.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-15T16:34:25.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-15T16:34:25.782Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-15T16:34:25.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-15T16:34:25.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-15T16:34:25.814Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T16:34:25.826Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T16:34:25.836Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-15T16:34:25.847Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-15T16:34:25.858Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-15T16:34:25.870Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-15T16:34:25.881Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-15T16:34:25.892Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-15T16:34:25.902Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-15T16:34:25.915Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-15T16:34:25.925Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-15T16:34:25.936Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] echo [2023-02-15T16:34:25.947Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8ffa5fb [Pipeline] echo [2023-02-15T16:34:25.960Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T16:34:26.002Z] provisioning config files... [2023-02-15T16:34:26.016Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/411@tmp/config2742208854203670602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T16:34:26.317Z] ---> docker-login.sh [2023-02-15T16:34:26.317Z] nexus3.edgexfoundry.org:10001 [2023-02-15T16:34:26.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:34:26.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:34:26.836Z] Configure a credential helper to remove this warning. See [2023-02-15T16:34:26.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:34:26.836Z] [2023-02-15T16:34:26.836Z] Login Succeeded [2023-02-15T16:34:26.836Z] nexus3.edgexfoundry.org:10002 [2023-02-15T16:34:26.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:34:26.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:34:26.836Z] Configure a credential helper to remove this warning. See [2023-02-15T16:34:26.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:34:26.836Z] [2023-02-15T16:34:26.836Z] Login Succeeded [2023-02-15T16:34:26.836Z] nexus3.edgexfoundry.org:10003 [2023-02-15T16:34:26.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:34:26.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:34:26.836Z] Configure a credential helper to remove this warning. See [2023-02-15T16:34:26.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:34:26.836Z] [2023-02-15T16:34:26.836Z] Login Succeeded [2023-02-15T16:34:26.836Z] nexus3.edgexfoundry.org:10004 [2023-02-15T16:34:27.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:34:27.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:34:27.097Z] Configure a credential helper to remove this warning. See [2023-02-15T16:34:27.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:34:27.097Z] [2023-02-15T16:34:27.097Z] Login Succeeded [2023-02-15T16:34:27.097Z] docker.io [2023-02-15T16:34:27.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:34:27.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:34:27.357Z] Configure a credential helper to remove this warning. See [2023-02-15T16:34:27.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:34:27.357Z] [2023-02-15T16:34:27.357Z] Login Succeeded [2023-02-15T16:34:27.357Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T16:34:27.365Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T16:34:27.679Z] + 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-15T16:34:27.680Z] + dirname cmd/core-command/Dockerfile [2023-02-15T16:34:27.680Z] + cut -d/ -f2 [2023-02-15T16:34:27.680Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-15T16:34:27.680Z] + + cut -d/ -f2 [2023-02-15T16:34:27.680Z] dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-15T16:34:27.680Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-15T16:34:27.680Z] + + cut -d/ -f2 [2023-02-15T16:34:27.680Z] dirname cmd/core-data/Dockerfile [2023-02-15T16:34:27.680Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-15T16:34:27.680Z] + dirname cmd/core-metadata/Dockerfile [2023-02-15T16:34:27.680Z] + cut -d/ -f2 [2023-02-15T16:34:27.680Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-15T16:34:27.680Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-15T16:34:27.680Z] + cut -d/ -f2 [2023-02-15T16:34:27.680Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-15T16:34:27.680Z] + dirname cmd/security-proxy-setup/Dockerfile+ [2023-02-15T16:34:27.680Z] cut -d/ -f2 [2023-02-15T16:34:27.680Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-15T16:34:27.680Z] + cut -d/ -f2 [2023-02-15T16:34:27.680Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-15T16:34:27.680Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-15T16:34:27.680Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-15T16:34:27.680Z] + cut -d/ -f2 [2023-02-15T16:34:27.680Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-15T16:34:27.680Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-15T16:34:27.680Z] + cut -d/ -f2 [2023-02-15T16:34:27.680Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-15T16:34:27.680Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-15T16:34:27.680Z] + cut -d/ -f2 [2023-02-15T16:34:27.680Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-15T16:34:27.680Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-15T16:34:27.680Z] + cut -d/ -f2 [2023-02-15T16:34:27.680Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-15T16:34:27.680Z] + dirname cmd/support-notifications/Dockerfile [2023-02-15T16:34:27.680Z] + cut -d/ -f2 [2023-02-15T16:34:27.680Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-15T16:34:27.680Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-15T16:34:27.680Z] + cut -d/ -f2 [2023-02-15T16:34:27.680Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-15T16:34:27.734Z] 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-15T16:34:28.091Z] + git rev-list -1 --merges 8ffa5fbc07f3d7f7542daad7514a968176aef22d~1..8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] echo [2023-02-15T16:34:28.113Z] -----------> git rev-list -1 --merges 8ffa5fbc07f3d7f7542daad7514a968176aef22d~1..8ffa5fbc07f3d7f7542daad7514a968176aef22d 8ffa5fbc07f3d7f7542daad7514a968176aef22d [false] [Pipeline] sh [2023-02-15T16:34:28.400Z] + git log --format=format:%s -1 8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] echo [2023-02-15T16:34:28.415Z] ========================================================= [2023-02-15T16:34:28.415Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-15T16:34:28.415Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-15T16:34:28.832Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T16:34:28.832Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-15T16:34:28.832Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-15T16:34:28.832Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-15T16:34:28.832Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-15T16:34:28.832Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-15T16:34:28.832Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:34:29.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T16:34:29.233Z] [2023-02-15T16:34:29.233Z] 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-15T16:34:29.534Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T16:34:29.534Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-15T16:34:29.534Z] b85a868b505f: Pulling fs layer [2023-02-15T16:34:29.534Z] e2be974225ed: Pulling fs layer [2023-02-15T16:34:29.534Z] 339a4e72a1f5: Pulling fs layer [2023-02-15T16:34:29.534Z] 988bab9f4d93: Pulling fs layer [2023-02-15T16:34:29.534Z] 1469e6f7b9e6: Pulling fs layer [2023-02-15T16:34:29.534Z] eaf3925da568: Pulling fs layer [2023-02-15T16:34:29.534Z] bab4dde63d76: Pulling fs layer [2023-02-15T16:34:29.534Z] bde34c3a00c8: Pulling fs layer [2023-02-15T16:34:29.534Z] 988bab9f4d93: Waiting [2023-02-15T16:34:29.534Z] eaf3925da568: Waiting [2023-02-15T16:34:29.534Z] 1469e6f7b9e6: Waiting [2023-02-15T16:34:29.534Z] bab4dde63d76: Waiting [2023-02-15T16:34:29.534Z] b352a97aabf1: Pulling fs layer [2023-02-15T16:34:29.534Z] 4872d77fe225: Pulling fs layer [2023-02-15T16:34:29.534Z] bde34c3a00c8: Waiting [2023-02-15T16:34:29.534Z] b352a97aabf1: Waiting [2023-02-15T16:34:29.534Z] 5851b861e8e6: Pulling fs layer [2023-02-15T16:34:29.534Z] 4872d77fe225: Waiting [2023-02-15T16:34:29.534Z] 5851b861e8e6: Waiting [2023-02-15T16:34:29.534Z] e2be974225ed: Download complete [2023-02-15T16:34:29.534Z] 988bab9f4d93: Verifying Checksum [2023-02-15T16:34:29.534Z] 988bab9f4d93: Download complete [2023-02-15T16:34:29.798Z] 1469e6f7b9e6: Verifying Checksum [2023-02-15T16:34:29.798Z] 1469e6f7b9e6: Download complete [2023-02-15T16:34:29.798Z] eaf3925da568: Download complete [2023-02-15T16:34:29.798Z] 339a4e72a1f5: Verifying Checksum [2023-02-15T16:34:29.798Z] 339a4e72a1f5: Download complete [2023-02-15T16:34:30.060Z] bde34c3a00c8: Verifying Checksum [2023-02-15T16:34:30.060Z] bde34c3a00c8: Download complete [2023-02-15T16:34:30.060Z] b352a97aabf1: Download complete [2023-02-15T16:34:30.060Z] 4872d77fe225: Download complete [2023-02-15T16:34:30.060Z] 5851b861e8e6: Verifying Checksum [2023-02-15T16:34:30.060Z] 5851b861e8e6: Download complete [2023-02-15T16:34:30.060Z] b85a868b505f: Verifying Checksum [2023-02-15T16:34:30.060Z] b85a868b505f: Download complete [2023-02-15T16:34:30.319Z] bab4dde63d76: Verifying Checksum [2023-02-15T16:34:30.319Z] bab4dde63d76: Download complete [2023-02-15T16:34:31.255Z] b85a868b505f: Pull complete [2023-02-15T16:34:31.255Z] e2be974225ed: Pull complete [2023-02-15T16:34:31.824Z] 339a4e72a1f5: Pull complete [2023-02-15T16:34:31.824Z] 988bab9f4d93: Pull complete [2023-02-15T16:34:32.091Z] 1469e6f7b9e6: Pull complete [2023-02-15T16:34:32.361Z] eaf3925da568: Pull complete [2023-02-15T16:34:34.268Z] bab4dde63d76: Pull complete [2023-02-15T16:34:34.268Z] bde34c3a00c8: Pull complete [2023-02-15T16:34:34.268Z] b352a97aabf1: Pull complete [2023-02-15T16:34:34.528Z] 4872d77fe225: Pull complete [2023-02-15T16:34:34.528Z] 5851b861e8e6: Pull complete [2023-02-15T16:34:34.528Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-15T16:34:34.528Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T16:34:34.528Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T16:34:34.620Z] prd-ubuntu20.04-docker-8c-8g-6137 does not seem to be running inside a container [2023-02-15T16:34:34.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T16:34:36.000Z] $ docker top 0c2f97828a2275452e12c6123e5f45a1777ca50eed31c94f472e03d98f92cdb7 -eo pid,comm [2023-02-15T16:34:36.063Z] 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-15T16:34:36.063Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T16:34:36.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T16:34:36.096Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T16:34:36.222Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T16:34:36.222Z] $ docker exec 0c2f97828a2275452e12c6123e5f45a1777ca50eed31c94f472e03d98f92cdb7 ssh-agent [2023-02-15T16:34:36.341Z] SSH_AUTH_SOCK=/tmp/ssh-bF76yxap9Orw/agent.33 [2023-02-15T16:34:36.341Z] SSH_AGENT_PID=39 [2023-02-15T16:34:36.348Z] Running ssh-add (command line suppressed) [2023-02-15T16:34:36.450Z] Identity added: /w/workspace/edgex-go/411@tmp/private_key_1874673138109229418.key (/w/workspace/edgex-go/411@tmp/private_key_1874673138109229418.key) [2023-02-15T16:34:36.468Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T16:34:36.758Z] + git tag --points-at HEAD [Pipeline] } [2023-02-15T16:34:36.766Z] $ docker exec --env ******** --env ******** 0c2f97828a2275452e12c6123e5f45a1777ca50eed31c94f472e03d98f92cdb7 ssh-agent -k [2023-02-15T16:34:36.875Z] unset SSH_AUTH_SOCK; [2023-02-15T16:34:36.875Z] unset SSH_AGENT_PID; [2023-02-15T16:34:36.875Z] echo Agent pid 39 killed; [2023-02-15T16:34:36.890Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-15T16:34:36.914Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T16:34:36.914Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T16:34:37.035Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T16:34:37.036Z] $ docker exec 0c2f97828a2275452e12c6123e5f45a1777ca50eed31c94f472e03d98f92cdb7 ssh-agent [2023-02-15T16:34:37.175Z] SSH_AUTH_SOCK=/tmp/ssh-sdqIn5UminJR/agent.71 [2023-02-15T16:34:37.175Z] SSH_AGENT_PID=77 [2023-02-15T16:34:37.179Z] Running ssh-add (command line suppressed) [2023-02-15T16:34:37.290Z] Identity added: /w/workspace/edgex-go/411@tmp/private_key_11936178761014029328.key (/w/workspace/edgex-go/411@tmp/private_key_11936178761014029328.key) [2023-02-15T16:34:37.310Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T16:34:37.596Z] + git semver init [2023-02-15T16:34:37.855Z] 2023-02-15 16:34:37,792 [run_init] DEBUG init version:0.0.0 force:False [2023-02-15T16:34:37.855Z] 2023-02-15 16:34:37,793 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/411/.semver [2023-02-15T16:34:37.855Z] 2023-02-15 16:34:37,793 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/411/.semver [2023-02-15T16:34:37.855Z] 2023-02-15 16:34:37,794 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/411/.semver'], cwd=/w/workspace/edgex-go/411, universal_newlines=False, shell=None, istream=None) [2023-02-15T16:34:43.135Z] 2023-02-15 16:34:42,363 [append_file] DEBUG append to file:/w/workspace/edgex-go/411/.git/info/exclude [2023-02-15T16:34:43.135Z] 2023-02-15 16:34:42,364 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/411/.semver/main with force:False [2023-02-15T16:34:43.135Z] 2023-02-15 16:34:42,364 [read_version] DEBUG read version from /w/workspace/edgex-go/411/.semver/main [2023-02-15T16:34:43.135Z] 2023-02-15 16:34:42,364 [read_version] DEBUG read version from /w/workspace/edgex-go/411/.semver/main [2023-02-15T16:34:43.135Z] 3.0.0-dev.51 [Pipeline] } [2023-02-15T16:34:43.144Z] $ docker exec --env ******** --env ******** 0c2f97828a2275452e12c6123e5f45a1777ca50eed31c94f472e03d98f92cdb7 ssh-agent -k [2023-02-15T16:34:43.247Z] unset SSH_AUTH_SOCK; [2023-02-15T16:34:43.248Z] unset SSH_AGENT_PID; [2023-02-15T16:34:43.248Z] echo Agent pid 77 killed; [2023-02-15T16:34:43.258Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T16:34:43.552Z] + git semver [Pipeline] } [2023-02-15T16:34:43.823Z] $ docker stop --time=1 0c2f97828a2275452e12c6123e5f45a1777ca50eed31c94f472e03d98f92cdb7 [2023-02-15T16:34:45.243Z] $ docker rm -f --volumes 0c2f97828a2275452e12c6123e5f45a1777ca50eed31c94f472e03d98f92cdb7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T16:34:45.601Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-15T16:34:45.831Z] Stashed 1 file(s) [Pipeline] echo [2023-02-15T16:34:45.835Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.51 [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-15T16:34:46.223Z] + git config --global --add safe.directory /w/workspace/edgex-go/411 [Pipeline] echo [2023-02-15T16:34:46.235Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T16:34:46.246Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T16:34:46.253Z] ========================================================= [2023-02-15T16:34:46.253Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-15T16:34:46.253Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-15T16:34:46.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T16:34:46.546Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-15T16:34:46.546Z] 213ec9aee27d: Pulling fs layer [2023-02-15T16:34:46.546Z] 4583459ba037: Pulling fs layer [2023-02-15T16:34:46.546Z] 93c1e223e6f2: Pulling fs layer [2023-02-15T16:34:46.546Z] 53926ce57604: Pulling fs layer [2023-02-15T16:34:46.546Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-15T16:34:46.546Z] 22ff95d597cd: Pulling fs layer [2023-02-15T16:34:46.546Z] 12d6caf4c0d1: Pulling fs layer [2023-02-15T16:34:46.546Z] 96b7cbca73a9: Pulling fs layer [2023-02-15T16:34:46.546Z] a7acece74701: Pulling fs layer [2023-02-15T16:34:46.546Z] 53926ce57604: Waiting [2023-02-15T16:34:46.546Z] 21b2b0c7a3f4: Waiting [2023-02-15T16:34:46.546Z] 22ff95d597cd: Waiting [2023-02-15T16:34:46.546Z] 12d6caf4c0d1: Waiting [2023-02-15T16:34:46.546Z] 96b7cbca73a9: Waiting [2023-02-15T16:34:46.546Z] a7acece74701: Waiting [2023-02-15T16:34:46.546Z] 93c1e223e6f2: Download complete [2023-02-15T16:34:46.546Z] 4583459ba037: Verifying Checksum [2023-02-15T16:34:46.546Z] 4583459ba037: Download complete [2023-02-15T16:34:46.546Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-15T16:34:46.546Z] 21b2b0c7a3f4: Download complete [2023-02-15T16:34:46.546Z] 22ff95d597cd: Download complete [2023-02-15T16:34:46.808Z] 213ec9aee27d: Verifying Checksum [2023-02-15T16:34:46.808Z] 213ec9aee27d: Download complete [2023-02-15T16:34:46.808Z] 12d6caf4c0d1: Download complete [2023-02-15T16:34:46.808Z] 213ec9aee27d: Pull complete [2023-02-15T16:34:47.079Z] 4583459ba037: Pull complete [2023-02-15T16:34:47.079Z] 93c1e223e6f2: Pull complete [2023-02-15T16:34:48.119Z] a7acece74701: Verifying Checksum [2023-02-15T16:34:48.119Z] 96b7cbca73a9: Verifying Checksum [2023-02-15T16:34:48.119Z] 96b7cbca73a9: Download complete [2023-02-15T16:34:48.119Z] 53926ce57604: Verifying Checksum [2023-02-15T16:34:48.119Z] 53926ce57604: Download complete [2023-02-15T16:34:52.306Z] 53926ce57604: Pull complete [2023-02-15T16:34:52.307Z] 21b2b0c7a3f4: Pull complete [2023-02-15T16:34:52.307Z] 22ff95d597cd: Pull complete [2023-02-15T16:34:52.567Z] 12d6caf4c0d1: Pull complete [2023-02-15T16:34:55.101Z] 96b7cbca73a9: Pull complete [2023-02-15T16:34:55.668Z] a7acece74701: Pull complete [2023-02-15T16:34:55.668Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-15T16:34:55.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T16:34:55.668Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-15T16:34:55.966Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T16:34:55.966Z] WORKDIR /edgex [2023-02-15T16:34:55.966Z] COPY go.mod . [2023-02-15T16:34:55.966Z] RUN go mod download [2023-02-15T16:34:55.966Z] docker build -t ci-base-image-x86_64 -f - . [2023-02-15T16:34:56.533Z] Sending build context to Docker daemon 170.3MB [2023-02-15T16:34:56.533Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T16:34:56.533Z] ---> db6d94c90886 [2023-02-15T16:34:56.533Z] Step 2/4 : WORKDIR /edgex [2023-02-15T16:34:58.442Z] ---> Running in a41cbd97149c [2023-02-15T16:34:58.702Z] Removing intermediate container a41cbd97149c [2023-02-15T16:34:58.702Z] ---> 3486b13dc8e4 [2023-02-15T16:34:58.702Z] Step 3/4 : COPY go.mod . [2023-02-15T16:34:58.702Z] ---> 67bb4e842e1a [2023-02-15T16:34:58.702Z] Step 4/4 : RUN go mod download [2023-02-15T16:34:58.963Z] ---> Running in b809c67c61dc [2023-02-15T16:35:00.916Z] Still waiting to schedule task [2023-02-15T16:35:00.917Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-15T16:35:11.192Z] Removing intermediate container b809c67c61dc [2023-02-15T16:35:11.192Z] ---> 6d221c3e9d4d [2023-02-15T16:35:11.192Z] Successfully built 6d221c3e9d4d [2023-02-15T16:35:11.192Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:35:11.489Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T16:35:11.489Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T16:35:11.566Z] prd-ubuntu20.04-docker-8c-8g-6137 does not seem to be running inside a container [2023-02-15T16:35:11.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T16:35:12.161Z] $ docker top 7717bb86e20a401302c376e5424e22923d7e83d602bfbbd2c3d19663bc7fa1fd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T16:35:12.519Z] + go version [2023-02-15T16:35:12.519Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-15T16:35:12.534Z] $ docker stop --time=1 7717bb86e20a401302c376e5424e22923d7e83d602bfbbd2c3d19663bc7fa1fd [2023-02-15T16:35:13.848Z] $ docker rm -f --volumes 7717bb86e20a401302c376e5424e22923d7e83d602bfbbd2c3d19663bc7fa1fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:35:14.251Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T16:35:14.251Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T16:35:14.323Z] prd-ubuntu20.04-docker-8c-8g-6137 does not seem to be running inside a container [2023-02-15T16:35:14.357Z] $ 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/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T16:35:14.705Z] $ docker top 4db889656f6ff17f4325f0a643276966a1d97c19614182c1b2ef9b8c4b656b6c -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T16:35:14.772Z] ========================================================= [2023-02-15T16:35:14.772Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-15T16:35:14.772Z] ========================================================= [Pipeline] sh [2023-02-15T16:35:15.052Z] + git config --global --add safe.directory /w/workspace/edgex-go/411 [Pipeline] fileExists [Pipeline] sh [2023-02-15T16:35:15.352Z] + make test [2023-02-15T16:35:15.352Z] go test -race -coverprofile=coverage.out ./... [2023-02-15T16:35:21.915Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-15T16:35:36.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.062s coverage: 28.7% of statements [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-15T16:35:36.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-15T16:35:36.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.094s coverage: 98.5% of statements [2023-02-15T16:35:40.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.143s coverage: 73.7% of statements [2023-02-15T16:35:40.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-15T16:35:40.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-15T16:35:40.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-15T16:35:40.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.109s coverage: 54.0% of statements [2023-02-15T16:35:40.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-15T16:35:40.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-15T16:35:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.300s coverage: 88.5% of statements [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-15T16:35:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.098s coverage: 3.9% of statements [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-15T16:35:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.534s coverage: 95.6% of statements [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-15T16:35:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.080s coverage: 72.2% of statements [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-15T16:35:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.065s coverage: 65.9% of statements [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-15T16:35:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.065s coverage: 0.9% of statements [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-15T16:35:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.6% of statements [2023-02-15T16:35:41.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-15T16:35:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.097s coverage: 47.1% of statements [2023-02-15T16:35:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.109s coverage: 82.9% of statements [2023-02-15T16:35:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.088s coverage: 94.1% of statements [2023-02-15T16:35:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements [2023-02-15T16:35:41.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2023-02-15T16:35:49.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.088s coverage: 94.4% of statements [2023-02-15T16:35:49.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.359s coverage: 79.9% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 64.4% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.079s coverage: 86.9% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.053s coverage: 20.0% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 77.4% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.0% of statements [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.261s coverage: 91.2% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 63.1% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.341s coverage: 65.3% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 41.0% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.068s coverage: 84.8% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-15T16:36:01.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-15T16:36:01.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-15T16:36:01.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-15T16:36:01.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements [2023-02-15T16:36:01.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-15T16:36:01.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-15T16:36:01.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-15T16:36:01.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-15T16:36:01.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements [2023-02-15T16:36:01.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-15T16:36:01.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-15T16:36:01.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 97.7% of statements [2023-02-15T16:36:01.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-15T16:36:01.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-15T16:36:01.784Z] 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-15T16:36:23.720Z] 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-15T16:36:23.720Z] go vet ./... [2023-02-15T16:36:25.390Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T16:36:25.390Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T16:36:25.390Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-15T16:36:25.663Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-15T16:36:25.948Z] + ls -al . [2023-02-15T16:36:25.948Z] total 748 [2023-02-15T16:36:25.948Z] drwxrwxr-x 11 1001 1001 4096 Feb 15 16:35 . [2023-02-15T16:36:25.948Z] drwxr-xr-x 4 root root 4096 Feb 15 16:35 .. [2023-02-15T16:36:25.948Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 16:34 .blubracket [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 16 Feb 15 16:34 .dockerignore [2023-02-15T16:36:25.948Z] drwxrwxr-x 8 1001 1001 4096 Feb 15 16:36 .git [2023-02-15T16:36:25.948Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 16:34 .github [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 1024 Feb 15 16:34 .gitignore [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 42 Feb 15 16:34 .golangci.yml [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 87 Feb 15 16:34 .hadolint.yml [2023-02-15T16:36:25.948Z] drwxr-xr-x 3 1001 1001 4096 Feb 15 16:34 .semver [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 166 Feb 15 16:34 .sonarcloud.properties [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 1171 Feb 15 16:34 ADOPTERS.md [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 10825 Feb 15 16:34 Attribution.txt [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 73765 Feb 15 16:34 CHANGELOG.md [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 3804 Feb 15 16:34 CONTRIBUTING.md [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 677 Feb 15 16:34 GOVERNANCE.md [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 850 Feb 15 16:34 Jenkinsfile [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 10775 Feb 15 16:34 LICENSE [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 13375 Feb 15 16:34 Makefile [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 582 Feb 15 16:34 OWNERS.md [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 9403 Feb 15 16:34 README.md [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 6912 Feb 15 16:34 SECURITY.md [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 12 Feb 15 16:34 VERSION [2023-02-15T16:36:25.948Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 16:34 bin [2023-02-15T16:36:25.948Z] drwxrwxr-x 17 1001 1001 4096 Feb 15 16:34 cmd [2023-02-15T16:36:25.948Z] -rw-r--r-- 1 root root 487529 Feb 15 16:36 coverage.out [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 3295 Feb 15 16:34 go.mod [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 33318 Feb 15 16:34 go.sum [2023-02-15T16:36:25.948Z] drwxrwxr-x 7 1001 1001 4096 Feb 15 16:34 internal [2023-02-15T16:36:25.948Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 16:34 openapi [2023-02-15T16:36:25.948Z] drwxrwxr-x 4 1001 1001 4096 Feb 15 16:34 snap [2023-02-15T16:36:25.948Z] -rw-rw-r-- 1 1001 1001 204 Feb 15 16:34 version.go [Pipeline] sh [2023-02-15T16:36:26.234Z] + '[' -e coverage.out ] [2023-02-15T16:36:26.234Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-15T16:36:26.350Z] Stashed 1 file(s) [Pipeline] sh [2023-02-15T16:36:26.630Z] + make build [2023-02-15T16:36:26.630Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T16:36:38.829Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T16:36:39.395Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T16:36:40.771Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T16:36:41.339Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-15T16:36:41.519Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6138 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-02-15T16:36:41.534Z] Running in /w/workspace/edgex-go/411 [Pipeline] { [Pipeline] checkout [2023-02-15T16:36:41.568Z] The recommended git tool is: git [2023-02-15T16:36:46.671Z] using credential edgex-jenkins-ssh [2023-02-15T16:36:46.686Z] Cloning the remote Git repository [2023-02-15T16:36:46.720Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-15T16:36:46.788Z] > git init /w/workspace/edgex-go/411 # timeout=10 [2023-02-15T16:36:46.929Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-15T16:36:46.930Z] > git --version # timeout=10 [2023-02-15T16:36:46.948Z] > git --version # 'git version 2.25.1' [2023-02-15T16:36:46.950Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T16:36:47.010Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T16:36:47.957Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T16:36:49.387Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T16:36:50.802Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T16:36:52.177Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T16:36:52.744Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T16:36:53.682Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T16:36:56.213Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-15T16:36:57.601Z] $ docker stop --time=1 4db889656f6ff17f4325f0a643276966a1d97c19614182c1b2ef9b8c4b656b6c [2023-02-15T16:36:59.966Z] $ docker rm -f --volumes 4db889656f6ff17f4325f0a643276966a1d97c19614182c1b2ef9b8c4b656b6c [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-15T16:37:00.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T16:37:00.857Z] [2023-02-15T16:37:00.857Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:37:01.162Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T16:37:01.162Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-15T16:37:01.162Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-15T16:37:01.162Z] ca9280d653b3: Pulling fs layer [2023-02-15T16:37:01.162Z] 7e9c9ca2126c: Pulling fs layer [2023-02-15T16:37:01.162Z] cbdbe7a5bc2a: Download complete [2023-02-15T16:37:01.422Z] cbdbe7a5bc2a: Pull complete [2023-02-15T16:37:01.422Z] ca9280d653b3: Verifying Checksum [2023-02-15T16:37:01.422Z] ca9280d653b3: Download complete [2023-02-15T16:37:01.990Z] 7e9c9ca2126c: Verifying Checksum [2023-02-15T16:37:01.990Z] 7e9c9ca2126c: Download complete [2023-02-15T16:37:01.990Z] ca9280d653b3: Pull complete [2023-02-15T16:37:03.447Z] Avoid second fetch [2023-02-15T16:37:03.448Z] Checking out Revision 8ffa5fbc07f3d7f7542daad7514a968176aef22d (main) [2023-02-15T16:37:02.531Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-15T16:37:02.563Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T16:37:03.462Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T16:37:03.480Z] > git checkout -f 8ffa5fbc07f3d7f7542daad7514a968176aef22d # timeout=10 [2023-02-15T16:37:04.215Z] Commit message: "feat(snap): Add core-common-config-bootstrapper (#4347)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T16:37:05.318Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-15T16:37:05.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T16:37:05.318Z] Dload Upload Total Spent Left Speed [2023-02-15T16:37:05.318Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh [2023-02-15T16:37:05.922Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-15T16:37:06.181Z] 7e9c9ca2126c: Pull complete [2023-02-15T16:37:06.181Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-15T16:37:06.181Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T16:37:06.181Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T16:37:06.253Z] + sudo tee /etc/docker/daemon.new [2023-02-15T16:37:06.253Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-15T16:37:06.253Z] { [2023-02-15T16:37:06.253Z] "registry-mirrors": [ [2023-02-15T16:37:06.253Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-15T16:37:06.253Z] ], [2023-02-15T16:37:06.253Z] "bip": "10.250.0.254/24", [2023-02-15T16:37:06.253Z] "hosts": [ [2023-02-15T16:37:06.253Z] "tcp://0.0.0.0:5555", [2023-02-15T16:37:06.253Z] "unix:///var/run/docker.sock" [2023-02-15T16:37:06.253Z] ], [2023-02-15T16:37:06.253Z] "mtu": 1458, [2023-02-15T16:37:06.253Z] "selinux-enabled": true, [2023-02-15T16:37:06.253Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-15T16:37:06.253Z] } [2023-02-15T16:37:06.271Z] prd-ubuntu20.04-docker-8c-8g-6137 does not seem to be running inside a container [2023-02-15T16:37:06.308Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T16:37:07.565Z] $ docker top af94f9693a57aa2af1779280ece70a6d53545824f28e106326031296852dbdaa -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-02-15T16:37:07.955Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-15T16:37:07.980Z] + docker-compose build --help [2023-02-15T16:37:07.980Z] + grep parallel [2023-02-15T16:37:08.290Z] + sudo service docker restart [2023-02-15T16:37:08.549Z] --parallel Build images in parallel. [Pipeline] } [2023-02-15T16:37:08.566Z] $ docker stop --time=1 af94f9693a57aa2af1779280ece70a6d53545824f28e106326031296852dbdaa [2023-02-15T16:37:09.897Z] $ docker rm -f --volumes af94f9693a57aa2af1779280ece70a6d53545824f28e106326031296852dbdaa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:37:10.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T16:37:10.265Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T16:37:10.332Z] prd-ubuntu20.04-docker-8c-8g-6137 does not seem to be running inside a container [2023-02-15T16:37:10.370Z] $ 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/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T16:37:10.739Z] $ docker top 1570ff53ce0e76a91fb8cbb44910e12dfbbcc2234edc063385f99ef8229d8e3b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T16:37:11.085Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-15T16:37:11.652Z] Building core-command ... [2023-02-15T16:37:11.652Z] Building core-common-config-bootstrapper ... [2023-02-15T16:37:11.652Z] Building core-data ... [2023-02-15T16:37:11.652Z] Building core-metadata ... [2023-02-15T16:37:11.652Z] Building security-bootstrapper ... [2023-02-15T16:37:11.652Z] Building security-proxy-setup ... [2023-02-15T16:37:11.652Z] Building security-secretstore-setup ... [2023-02-15T16:37:11.652Z] Building security-spiffe-token-provider ... [2023-02-15T16:37:11.652Z] Building security-spire-agent ... [2023-02-15T16:37:11.652Z] Building security-spire-config ... [2023-02-15T16:37:11.652Z] Building security-spire-server ... [2023-02-15T16:37:11.652Z] Building support-notifications ... [2023-02-15T16:37:11.652Z] Building support-scheduler ... [2023-02-15T16:37:11.652Z] Building core-common-config-bootstrapper [2023-02-15T16:37:11.652Z] Building core-data [2023-02-15T16:37:11.652Z] Building security-bootstrapper [2023-02-15T16:37:11.652Z] Building support-scheduler [2023-02-15T16:37:11.652Z] Building security-spire-server [2023-02-15T16:37:23.849Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:37:23.849Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:37:23.849Z] ---> 6d221c3e9d4d [2023-02-15T16:37:23.849Z] Step 3/23 : WORKDIR /edgex-go [2023-02-15T16:37:23.849Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:37:23.849Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:37:23.849Z] ---> 6d221c3e9d4d [2023-02-15T16:37:23.849Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T16:37:23.849Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:37:23.849Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:37:23.849Z] ---> 6d221c3e9d4d [2023-02-15T16:37:23.849Z] Step 3/32 : WORKDIR /edgex-go [2023-02-15T16:37:23.849Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:37:23.849Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:37:23.849Z] ---> 6d221c3e9d4d [2023-02-15T16:37:23.849Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T16:37:23.849Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:37:23.849Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:37:23.849Z] ---> 6d221c3e9d4d [2023-02-15T16:37:23.849Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T16:37:26.568Z] provisioning config files... [2023-02-15T16:37:26.595Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/411@tmp/config4129314292409052738tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T16:37:26.937Z] ---> docker-login.sh [2023-02-15T16:37:26.937Z] nexus3.edgexfoundry.org:10001 [2023-02-15T16:37:27.133Z] ---> Running in 09bfb26cfda4 [2023-02-15T16:37:27.133Z] ---> Running in 702750a7367d [2023-02-15T16:37:27.133Z] ---> Running in f07aadfa31b7 [2023-02-15T16:37:27.133Z] ---> Running in 7eb655f266e5 [2023-02-15T16:37:27.133Z] ---> Running in d1d00e4758eb [2023-02-15T16:37:27.133Z] Removing intermediate container d1d00e4758eb [2023-02-15T16:37:27.133Z] ---> e1dd5aecf9e3 [2023-02-15T16:37:27.133Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T16:37:27.133Z] Removing intermediate container 09bfb26cfda4 [2023-02-15T16:37:27.133Z] ---> 3f0858bea1f4 [2023-02-15T16:37:27.133Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T16:37:27.133Z] Removing intermediate container 702750a7367d [2023-02-15T16:37:27.133Z] ---> f3eef4538ae9 [2023-02-15T16:37:27.133Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T16:37:27.133Z] Removing intermediate container 7eb655f266e5 [2023-02-15T16:37:27.133Z] ---> 75c6edc25966 [2023-02-15T16:37:27.133Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-15T16:37:27.133Z] ---> Running in 990ca1f6b447 [2023-02-15T16:37:27.133Z] Removing intermediate container f07aadfa31b7 [2023-02-15T16:37:27.133Z] ---> dd4eba7b0d5d [2023-02-15T16:37:27.133Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T16:37:27.133Z] ---> Running in 4e323dff5ac6 [2023-02-15T16:37:27.133Z] ---> Running in cc2734e5205d [2023-02-15T16:37:27.133Z] ---> Running in 136b5dd42dd4 [2023-02-15T16:37:27.133Z] ---> Running in fb4667c5ad31 [2023-02-15T16:37:27.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:37:27.391Z] Removing intermediate container 990ca1f6b447 [2023-02-15T16:37:27.391Z] ---> 8fe5c0d47b52 [2023-02-15T16:37:27.391Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T16:37:27.391Z] Removing intermediate container cc2734e5205d [2023-02-15T16:37:27.391Z] ---> 1faf04170b15 [2023-02-15T16:37:27.391Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T16:37:27.391Z] Removing intermediate container 4e323dff5ac6 [2023-02-15T16:37:27.391Z] ---> 67aa174b116f [2023-02-15T16:37:27.391Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T16:37:27.391Z] ---> Running in d4727865130b [2023-02-15T16:37:27.391Z] ---> Running in 1857d1babe53 [2023-02-15T16:37:27.391Z] ---> Running in ff83d04a3a99 [2023-02-15T16:37:27.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:37:27.477Z] Configure a credential helper to remove this warning. See [2023-02-15T16:37:27.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:37:27.477Z] [2023-02-15T16:37:27.477Z] Login Succeeded [2023-02-15T16:37:27.477Z] nexus3.edgexfoundry.org:10002 [2023-02-15T16:37:27.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:37:27.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:37:27.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:37:27.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:37:27.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:37:27.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:37:27.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:37:27.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:37:27.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:37:28.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:37:28.015Z] Configure a credential helper to remove this warning. See [2023-02-15T16:37:28.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:37:28.015Z] [2023-02-15T16:37:28.015Z] Login Succeeded [2023-02-15T16:37:28.015Z] nexus3.edgexfoundry.org:10003 [2023-02-15T16:37:28.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:37:28.175Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:37:28.176Z] OK: 211 MiB in 51 packages [2023-02-15T16:37:28.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:37:28.176Z] OK: 211 MiB in 51 packages [2023-02-15T16:37:28.176Z] OK: 211 MiB in 51 packages [2023-02-15T16:37:28.176Z] OK: 211 MiB in 51 packages [2023-02-15T16:37:28.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:37:28.285Z] Configure a credential helper to remove this warning. See [2023-02-15T16:37:28.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:37:28.285Z] [2023-02-15T16:37:28.285Z] Login Succeeded [2023-02-15T16:37:28.285Z] nexus3.edgexfoundry.org:10004 [2023-02-15T16:37:28.446Z] OK: 211 MiB in 51 packages [2023-02-15T16:37:28.446Z] Removing intermediate container fb4667c5ad31 [2023-02-15T16:37:28.446Z] ---> 9c343b154f6f [2023-02-15T16:37:28.446Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-15T16:37:28.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:37:28.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:37:28.555Z] Configure a credential helper to remove this warning. See [2023-02-15T16:37:28.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:37:28.555Z] [2023-02-15T16:37:28.555Z] Login Succeeded [2023-02-15T16:37:28.555Z] docker.io [2023-02-15T16:37:28.705Z] ---> fdca4460e586 [2023-02-15T16:37:28.705Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:37:28.705Z] Removing intermediate container 136b5dd42dd4 [2023-02-15T16:37:28.705Z] ---> 73bc69223ed0 [2023-02-15T16:37:28.705Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-15T16:37:28.705Z] ---> Running in 02f4aff30959 [2023-02-15T16:37:28.705Z] Removing intermediate container 1857d1babe53 [2023-02-15T16:37:28.705Z] ---> 0f2d18766197 [2023-02-15T16:37:28.705Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T16:37:28.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:37:28.967Z] Removing intermediate container d4727865130b [2023-02-15T16:37:28.967Z] ---> 29481a142da8 [2023-02-15T16:37:28.967Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T16:37:28.967Z] Removing intermediate container ff83d04a3a99 [2023-02-15T16:37:28.967Z] ---> e65f25e928e6 [2023-02-15T16:37:28.967Z] ---> 65fdd4455f47 [2023-02-15T16:37:28.967Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:37:28.967Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T16:37:28.967Z] ---> a2d024e6ec78 [2023-02-15T16:37:28.967Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:37:28.967Z] ---> Running in 15cf455514f0 [2023-02-15T16:37:28.967Z] ---> Running in 111009f26764 [2023-02-15T16:37:29.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:37:29.091Z] Configure a credential helper to remove this warning. See [2023-02-15T16:37:29.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:37:29.091Z] [2023-02-15T16:37:29.091Z] Login Succeeded [2023-02-15T16:37:29.091Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T16:37:29.105Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-02-15T16:37:29.224Z] ---> 78d2ad853a80 [2023-02-15T16:37:29.224Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:37:29.224Z] ---> Running in 52ed7139f7c9 [2023-02-15T16:37:29.224Z] ---> 0939cda8a1d7 [2023-02-15T16:37:29.224Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:37:29.224Z] ---> Running in 20f8e57f2202 [Pipeline] sh [2023-02-15T16:37:29.639Z] + git config --global --add safe.directory /w/workspace/edgex-go/411 [Pipeline] echo [2023-02-15T16:37:29.657Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T16:37:29.671Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T16:37:29.681Z] ========================================================= [2023-02-15T16:37:29.681Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-15T16:37:29.681Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-15T16:37:30.001Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T16:37:30.001Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-15T16:37:30.001Z] 9b18e9b68314: Pulling fs layer [2023-02-15T16:37:30.001Z] 35d82f9e3411: Pulling fs layer [2023-02-15T16:37:30.001Z] e16973657156: Pulling fs layer [2023-02-15T16:37:30.001Z] fc693d55d65f: Pulling fs layer [2023-02-15T16:37:30.001Z] 7e9fc2657dce: Pulling fs layer [2023-02-15T16:37:30.001Z] dda99020689f: Pulling fs layer [2023-02-15T16:37:30.001Z] db1c61fa0a46: Pulling fs layer [2023-02-15T16:37:30.001Z] 891c053d2c06: Pulling fs layer [2023-02-15T16:37:30.001Z] fc693d55d65f: Waiting [2023-02-15T16:37:30.001Z] 7e9fc2657dce: Waiting [2023-02-15T16:37:30.001Z] dda99020689f: Waiting [2023-02-15T16:37:30.001Z] db1c61fa0a46: Waiting [2023-02-15T16:37:30.001Z] 891c053d2c06: Waiting [2023-02-15T16:37:30.269Z] e16973657156: Verifying Checksum [2023-02-15T16:37:30.269Z] e16973657156: Download complete [2023-02-15T16:37:30.269Z] 35d82f9e3411: Download complete [2023-02-15T16:37:30.269Z] 7e9fc2657dce: Verifying Checksum [2023-02-15T16:37:30.269Z] 7e9fc2657dce: Download complete [2023-02-15T16:37:30.269Z] dda99020689f: Verifying Checksum [2023-02-15T16:37:30.269Z] dda99020689f: Download complete [2023-02-15T16:37:30.269Z] 9b18e9b68314: Verifying Checksum [2023-02-15T16:37:30.269Z] 9b18e9b68314: Download complete [2023-02-15T16:37:31.260Z] 9b18e9b68314: Pull complete [2023-02-15T16:37:31.536Z] 891c053d2c06: Verifying Checksum [2023-02-15T16:37:31.536Z] 891c053d2c06: Download complete [2023-02-15T16:37:32.516Z] db1c61fa0a46: Verifying Checksum [2023-02-15T16:37:32.516Z] db1c61fa0a46: Download complete [2023-02-15T16:37:32.791Z] 35d82f9e3411: Pull complete [2023-02-15T16:37:33.061Z] e16973657156: Pull complete [2023-02-15T16:37:33.061Z] fc693d55d65f: Verifying Checksum [2023-02-15T16:37:33.061Z] fc693d55d65f: Download complete [2023-02-15T16:37:48.073Z] fc693d55d65f: Pull complete [2023-02-15T16:37:48.073Z] 7e9fc2657dce: Pull complete [2023-02-15T16:37:48.073Z] dda99020689f: Pull complete [2023-02-15T16:37:51.440Z] db1c61fa0a46: Pull complete [2023-02-15T16:37:53.383Z] 891c053d2c06: Pull complete [2023-02-15T16:37:53.383Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-15T16:37:53.383Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T16:37:53.383Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-15T16:37:53.720Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T16:37:53.720Z] WORKDIR /edgex [2023-02-15T16:37:53.720Z] COPY go.mod . [2023-02-15T16:37:53.720Z] RUN go mod download [2023-02-15T16:37:53.720Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-15T16:37:54.301Z] Sending build context to Docker daemon 3.099MB [2023-02-15T16:37:54.301Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T16:37:54.301Z] ---> f96f9c87975a [2023-02-15T16:37:54.301Z] Step 2/4 : WORKDIR /edgex [2023-02-15T16:37:56.254Z] ---> Running in b8a68cd19bbc [2023-02-15T16:37:56.254Z] Removing intermediate container b8a68cd19bbc [2023-02-15T16:37:56.254Z] ---> 64e9235e7022 [2023-02-15T16:37:56.254Z] Step 3/4 : COPY go.mod . [2023-02-15T16:37:56.834Z] ---> e0af94b514b2 [2023-02-15T16:37:56.834Z] Step 4/4 : RUN go mod download [2023-02-15T16:37:56.834Z] ---> Running in abf082bd824d [2023-02-15T16:38:01.316Z] Removing intermediate container 15cf455514f0 [2023-02-15T16:38:01.316Z] ---> cd21adac40cd [2023-02-15T16:38:01.316Z] Step 7/32 : COPY . . [2023-02-15T16:38:01.316Z] Removing intermediate container 02f4aff30959 [2023-02-15T16:38:01.316Z] ---> afb804de0ba7 [2023-02-15T16:38:01.316Z] Step 7/23 : COPY . . [2023-02-15T16:38:01.316Z] Removing intermediate container 111009f26764 [2023-02-15T16:38:01.316Z] ---> 84a6d66e2038 [2023-02-15T16:38:01.316Z] Step 8/22 : COPY . . [2023-02-15T16:38:01.316Z] Removing intermediate container 52ed7139f7c9 [2023-02-15T16:38:01.316Z] ---> 754e1e12676f [2023-02-15T16:38:01.316Z] Step 8/22 : COPY . . [2023-02-15T16:38:11.293Z] ---> b68644a317a3 [2023-02-15T16:38:11.293Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-15T16:38:11.293Z] ---> 648f567570c2 [2023-02-15T16:38:11.293Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-15T16:38:11.293Z] ---> 09aa8cd8f842 [2023-02-15T16:38:11.293Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T16:38:11.293Z] ---> Running in fd29cd34ffd3 [2023-02-15T16:38:11.293Z] ---> Running in 8cafb36a0a03 [2023-02-15T16:38:11.293Z] ---> 1280afd821a5 [2023-02-15T16:38:11.293Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-15T16:38:11.293Z] ---> Running in 99cdb2313260 [2023-02-15T16:38:11.293Z] ---> Running in 39efcb4bdca1 [2023-02-15T16:38:11.293Z] Removing intermediate container 99cdb2313260 [2023-02-15T16:38:11.293Z] ---> 3f797779cd8a [2023-02-15T16:38:11.293Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-15T16:38:11.293Z] ---> Running in a1e378d5a203 [2023-02-15T16:38:11.293Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T16:38:11.293Z] Removing intermediate container a1e378d5a203 [2023-02-15T16:38:11.293Z] ---> d58203b4a70d [2023-02-15T16:38:11.293Z] 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-15T16:38:11.293Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T16:38:11.293Z] ---> Running in 91149d764917 [2023-02-15T16:38:11.293Z] Removing intermediate container 20f8e57f2202 [2023-02-15T16:38:11.293Z] ---> e490230bb384 [2023-02-15T16:38:11.293Z] Step 8/22 : COPY . . [2023-02-15T16:38:11.293Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T16:38:13.188Z] Removing intermediate container 91149d764917 [2023-02-15T16:38:13.188Z] ---> 8d7d2e07a5fe [2023-02-15T16:38:13.188Z] Step 11/23 : WORKDIR /edgex-go [2023-02-15T16:38:13.188Z] ---> Running in 3c789257a40d [2023-02-15T16:38:13.188Z] Removing intermediate container 3c789257a40d [2023-02-15T16:38:13.188Z] ---> e52414b08f8b [2023-02-15T16:38:13.188Z] [2023-02-15T16:38:13.188Z] Step 12/23 : FROM alpine:3.15 [2023-02-15T16:38:13.188Z] 3.15: Pulling from library/alpine [2023-02-15T16:38:13.753Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-15T16:38:13.753Z] Status: Downloaded newer image for alpine:3.15 [2023-02-15T16:38:13.753Z] ---> 5ce65d7b0fde [2023-02-15T16:38:13.753Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T16:38:14.010Z] ---> Running in ad79bd303867 [2023-02-15T16:38:14.271Z] Removing intermediate container ad79bd303867 [2023-02-15T16:38:14.271Z] ---> b4f3ae21a7d9 [2023-02-15T16:38:14.271Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T16:38:14.529Z] ---> Running in 98ebd0e3cc67 [2023-02-15T16:38:15.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:15.093Z] ---> 703de10a7fae [2023-02-15T16:38:15.093Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-15T16:38:15.093Z] ---> Running in a12db74b73c7 [2023-02-15T16:38:15.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:15.659Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T16:38:15.659Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T16:38:15.659Z] OK: 15857 distinct packages available [2023-02-15T16:38:15.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:15.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:15.659Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T16:38:15.915Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-15T16:38:15.915Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-15T16:38:15.915Z] (3/5) Installing libucontext (1.1-r0) [2023-02-15T16:38:15.915Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-15T16:38:15.915Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-15T16:38:15.915Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T16:38:15.915Z] OK: 7 MiB in 19 packages [2023-02-15T16:38:16.853Z] Removing intermediate container 98ebd0e3cc67 [2023-02-15T16:38:16.853Z] ---> 1c214de56451 [2023-02-15T16:38:16.853Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T16:38:18.756Z] ---> d6dc482399d5 [2023-02-15T16:38:18.756Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T16:38:19.020Z] ---> 324462ba6444 [2023-02-15T16:38:19.020Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-15T16:38:19.586Z] ---> 9011cbe00bfe [2023-02-15T16:38:19.586Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-15T16:38:19.844Z] ---> ce07a34b6639 [2023-02-15T16:38:19.844Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T16:38:20.102Z] ---> Running in 3c359b5e04c6 [2023-02-15T16:38:20.359Z] Removing intermediate container 3c359b5e04c6 [2023-02-15T16:38:20.359Z] ---> 528e8943a903 [2023-02-15T16:38:20.359Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T16:38:20.359Z] ---> Running in a659bcc9430c [2023-02-15T16:38:20.617Z] Removing intermediate container a659bcc9430c [2023-02-15T16:38:20.617Z] ---> ff6973658f58 [2023-02-15T16:38:20.617Z] Step 21/23 : LABEL arch=x86_64 [2023-02-15T16:38:20.875Z] ---> Running in 94c6ab301541 [2023-02-15T16:38:21.132Z] Removing intermediate container 94c6ab301541 [2023-02-15T16:38:21.132Z] ---> ebc6ecd4e286 [2023-02-15T16:38:21.132Z] Step 22/23 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:38:21.132Z] ---> Running in f9e5ca55eaef [2023-02-15T16:38:21.389Z] Removing intermediate container f9e5ca55eaef [2023-02-15T16:38:21.389Z] ---> cb9f6ca1d1b9 [2023-02-15T16:38:21.389Z] Step 23/23 : LABEL version=3.0.0-dev.51 [2023-02-15T16:38:21.646Z] ---> Running in 1084761431b3 [2023-02-15T16:38:21.903Z] Removing intermediate container 1084761431b3 [2023-02-15T16:38:21.903Z] ---> d9325aec1271 [2023-02-15T16:38:21.903Z] [2023-02-15T16:38:21.903Z] Successfully built d9325aec1271 [2023-02-15T16:38:21.903Z] Successfully tagged security-spire-server:latest [2023-02-15T16:38:21.903Z]  Building security-spire-server ... done Building security-proxy-setup [2023-02-15T16:38:25.178Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:38:25.178Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:38:25.178Z] ---> 6d221c3e9d4d [2023-02-15T16:38:25.178Z] Step 3/21 : WORKDIR /edgex-go [2023-02-15T16:38:25.178Z] ---> Using cache [2023-02-15T16:38:25.178Z] ---> dd4eba7b0d5d [2023-02-15T16:38:25.178Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-15T16:38:26.113Z] ---> Running in 25bb23932d8e [2023-02-15T16:38:27.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:27.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:27.561Z] OK: 211 MiB in 51 packages [2023-02-15T16:38:28.125Z] Removing intermediate container 25bb23932d8e [2023-02-15T16:38:28.125Z] ---> 459641a14d5c [2023-02-15T16:38:28.125Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-15T16:38:28.690Z] ---> a03e556bda15 [2023-02-15T16:38:28.690Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:38:28.690Z] ---> Running in b5ce301012fc [2023-02-15T16:38:35.783Z] Removing intermediate container abf082bd824d [2023-02-15T16:38:35.783Z] ---> ee52e2a90abb [2023-02-15T16:38:35.783Z] Successfully built ee52e2a90abb [2023-02-15T16:38:35.783Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:38:36.115Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T16:38:36.115Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T16:38:36.315Z] prd-ubuntu20.04-docker-arm64-4c-16g-6138 does not seem to be running inside a container [2023-02-15T16:38:36.383Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T16:38:37.586Z] $ docker top 187993988e725f0e1858121ab6ef94e4e8901d3bde84799359bec31422bb232d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T16:38:38.415Z] + go version [2023-02-15T16:38:38.415Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-15T16:38:38.437Z] $ docker stop --time=1 187993988e725f0e1858121ab6ef94e4e8901d3bde84799359bec31422bb232d [2023-02-15T16:38:40.070Z] $ docker rm -f --volumes 187993988e725f0e1858121ab6ef94e4e8901d3bde84799359bec31422bb232d [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-15T16:38:40.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T16:38:40.632Z] [2023-02-15T16:38:40.632Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:38:40.965Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T16:38:40.965Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-15T16:38:40.965Z] 29e5d40040c1: Pulling fs layer [2023-02-15T16:38:40.965Z] 1ce36da41761: Pulling fs layer [2023-02-15T16:38:40.965Z] 25b303627fd3: Pulling fs layer [2023-02-15T16:38:41.236Z] 29e5d40040c1: Verifying Checksum [2023-02-15T16:38:41.236Z] 29e5d40040c1: Download complete [2023-02-15T16:38:41.504Z] 1ce36da41761: Verifying Checksum [2023-02-15T16:38:41.504Z] 1ce36da41761: Download complete [2023-02-15T16:38:41.772Z] 29e5d40040c1: Pull complete [2023-02-15T16:38:43.192Z] 1ce36da41761: Pull complete [2023-02-15T16:38:43.192Z] 25b303627fd3: Verifying Checksum [2023-02-15T16:38:43.192Z] 25b303627fd3: Download complete [2023-02-15T16:38:46.795Z] Removing intermediate container fd29cd34ffd3 [2023-02-15T16:38:46.795Z] ---> f6e41638a950 [2023-02-15T16:38:46.795Z] [2023-02-15T16:38:46.795Z] Step 9/32 : FROM alpine:3.16 [2023-02-15T16:38:46.795Z] Removing intermediate container 8cafb36a0a03 [2023-02-15T16:38:46.795Z] ---> 15da44195f9c [2023-02-15T16:38:46.795Z] [2023-02-15T16:38:46.795Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T16:38:47.361Z] 3.16: Pulling from library/alpine [2023-02-15T16:38:47.361Z] 3.16: Pulling from library/alpine [2023-02-15T16:38:48.787Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T16:38:49.353Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T16:38:49.353Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T16:38:49.353Z] Status: Image is up to date for alpine:3.16 [2023-02-15T16:38:49.353Z] ---> dfd21b5a31f5 [2023-02-15T16:38:49.353Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T16:38:49.353Z] ---> dfd21b5a31f5 [2023-02-15T16:38:49.353Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-15T16:38:49.918Z] Removing intermediate container a12db74b73c7 [2023-02-15T16:38:49.918Z] ---> 4061f59d6d38 [2023-02-15T16:38:49.918Z] [2023-02-15T16:38:49.918Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T16:38:49.918Z] ---> dfd21b5a31f5 [2023-02-15T16:38:49.918Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-15T16:38:51.291Z] ---> Running in f9a873e6c1f0 [2023-02-15T16:38:51.291Z] ---> Running in 268adc637a56 [2023-02-15T16:38:51.291Z] ---> Running in 668bdfe03fe6 [2023-02-15T16:38:51.549Z] Removing intermediate container f9a873e6c1f0 [2023-02-15T16:38:51.549Z] ---> df1f6364b949 [2023-02-15T16:38:51.549Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T16:38:51.549Z] Removing intermediate container 268adc637a56 [2023-02-15T16:38:51.549Z] ---> aed1197788c4 [2023-02-15T16:38:51.549Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-15T16:38:51.549Z] ---> Running in d5c23e4d73d2 [2023-02-15T16:38:51.549Z] Removing intermediate container 668bdfe03fe6 [2023-02-15T16:38:51.549Z] ---> ca6808224048 [2023-02-15T16:38:51.549Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-15T16:38:51.807Z] ---> Running in a99aeaab64e0 [2023-02-15T16:38:51.807Z] Removing intermediate container 39efcb4bdca1 [2023-02-15T16:38:51.807Z] ---> 9514f709dac0 [2023-02-15T16:38:51.807Z] [2023-02-15T16:38:51.807Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T16:38:51.807Z] ---> dfd21b5a31f5 [2023-02-15T16:38:51.807Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T16:38:51.807Z] ---> Running in 880e53c5f7ea [2023-02-15T16:38:51.807Z] ---> Running in a7f3d8dc041f [2023-02-15T16:38:52.064Z] Removing intermediate container 880e53c5f7ea [2023-02-15T16:38:52.065Z] ---> ffae719cd013 [2023-02-15T16:38:52.065Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-15T16:38:52.065Z] ---> Running in eca336264e07 [2023-02-15T16:38:52.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:52.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:52.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:52.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:52.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:52.322Z] Removing intermediate container eca336264e07 [2023-02-15T16:38:52.322Z] ---> 7ab9060c332d [2023-02-15T16:38:52.322Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T16:38:52.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:52.322Z] ---> Running in 6d00a9ddb260 [2023-02-15T16:38:52.580Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T16:38:52.580Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:38:52.580Z] OK: 6 MiB in 15 packages [2023-02-15T16:38:52.580Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-15T16:38:52.580Z] (2/2) Installing su-exec (0.2-r1) [2023-02-15T16:38:52.580Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T16:38:52.580Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:38:52.580Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:38:52.580Z] OK: 6 MiB in 16 packages [2023-02-15T16:38:52.580Z] OK: 6 MiB in 15 packages [2023-02-15T16:38:52.839Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:52.839Z] Removing intermediate container b5ce301012fc [2023-02-15T16:38:52.839Z] ---> f3220d21e2f2 [2023-02-15T16:38:52.839Z] Step 7/21 : COPY . . [2023-02-15T16:38:52.839Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:38:53.169Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T16:38:53.169Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:38:53.169Z] OK: 6 MiB in 15 packages [2023-02-15T16:38:53.268Z] 25b303627fd3: Pull complete [2023-02-15T16:38:53.269Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-15T16:38:53.269Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T16:38:53.269Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T16:38:53.463Z] prd-ubuntu20.04-docker-arm64-4c-16g-6138 does not seem to be running inside a container [2023-02-15T16:38:53.527Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T16:38:55.083Z] Removing intermediate container d5c23e4d73d2 [2023-02-15T16:38:55.083Z] ---> f2951477e30f [2023-02-15T16:38:55.083Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:38:55.083Z] Removing intermediate container a99aeaab64e0 [2023-02-15T16:38:55.083Z] ---> b96ffde550ff [2023-02-15T16:38:55.083Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-15T16:38:55.083Z] Removing intermediate container a7f3d8dc041f [2023-02-15T16:38:55.083Z] ---> d10ff8c232c3 [2023-02-15T16:38:55.083Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T16:38:55.083Z] ---> Running in 9283d9dc33eb [2023-02-15T16:38:55.083Z] ---> Running in 9da9cdb9836f [2023-02-15T16:38:55.083Z] Removing intermediate container 6d00a9ddb260 [2023-02-15T16:38:55.083Z] ---> cb514e89d4ed [2023-02-15T16:38:55.083Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:38:55.083Z] ---> dd1abb344d2c [2023-02-15T16:38:55.083Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-15T16:38:55.083Z] Removing intermediate container 9da9cdb9836f [2023-02-15T16:38:55.083Z] Removing intermediate container 9283d9dc33eb [2023-02-15T16:38:55.083Z] ---> ee5191eb500f [2023-02-15T16:38:55.083Z] ---> dc05e3b47b30 [2023-02-15T16:38:55.083Z] Step 13/22 : ENV APP_PORT=59861Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-15T16:38:55.083Z] [2023-02-15T16:38:55.354Z] ---> 2280452dd782 [2023-02-15T16:38:55.354Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-15T16:38:55.354Z] ---> Running in f59af0422381 [2023-02-15T16:38:55.354Z] ---> Running in 3c46064e4fd0 [2023-02-15T16:38:55.613Z] ---> 317702e5a83a [2023-02-15T16:38:55.614Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-15T16:38:55.614Z] Removing intermediate container f59af0422381 [2023-02-15T16:38:55.614Z] ---> d895a2ffa8af [2023-02-15T16:38:55.614Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-15T16:38:55.614Z] Removing intermediate container 3c46064e4fd0 [2023-02-15T16:38:55.614Z] ---> a608aab51c91 [2023-02-15T16:38:55.614Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T16:38:55.625Z] $ docker top 124c40b6396c74de0db3c6e71fca48151f6866d8d62dec34e60d083b3e0f1e44 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T16:38:55.872Z] ---> Running in 2d487851eefa [2023-02-15T16:38:55.872Z] ---> Running in b2ca53c3b091 [2023-02-15T16:38:55.872Z] ---> 225c89f9f2f2 [2023-02-15T16:38:55.872Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-15T16:38:55.872Z] ---> ea0a7ce612e9 [2023-02-15T16:38:55.872Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-15T16:38:56.130Z] Removing intermediate container b2ca53c3b091 [2023-02-15T16:38:56.130Z] ---> 87fc9ce202c7 [2023-02-15T16:38:56.130Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:38:56.130Z] Removing intermediate container 2d487851eefa [2023-02-15T16:38:56.130Z] ---> 0ac23c7200ad [2023-02-15T16:38:56.130Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-15T16:38:56.130Z] ---> 4c3e64e384b8 [2023-02-15T16:38:56.130Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-15T16:38:56.389Z] ---> e79891bd6a4e [2023-02-15T16:38:56.389Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T16:38:56.389Z] ---> Running in 74a39738c5a3 [2023-02-15T16:38:56.389Z] ---> Running in 8563a6df936f [2023-02-15T16:38:56.389Z] ---> Running in fcbcf0dd8656 [2023-02-15T16:38:56.448Z] + docker-compose build --help [2023-02-15T16:38:56.448Z] + grep parallel [2023-02-15T16:38:56.648Z] ---> ef1b75c8da73 [2023-02-15T16:38:56.648Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-15T16:38:56.648Z] Removing intermediate container 74a39738c5a3 [2023-02-15T16:38:56.648Z] ---> a479e1334962 [2023-02-15T16:38:56.648Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-15T16:38:56.648Z] Removing intermediate container 8563a6df936f [2023-02-15T16:38:56.648Z] ---> 1838f47a39d9 [2023-02-15T16:38:56.648Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:38:56.648Z] ---> Running in b55d90e3e353 [2023-02-15T16:38:56.648Z] ---> Running in ca2ec31cc511 [2023-02-15T16:38:56.907Z] Removing intermediate container b55d90e3e353 [2023-02-15T16:38:56.907Z] ---> fdbb0b710c95 [2023-02-15T16:38:56.907Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T16:38:57.166Z] ---> Running in 8b178edbdbe0 [2023-02-15T16:38:57.166Z] ---> ae173eae00be [2023-02-15T16:38:57.166Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-15T16:38:57.425Z] ---> 60ed3cceb1d9 [2023-02-15T16:38:57.425Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-15T16:38:57.425Z] Removing intermediate container 8b178edbdbe0 [2023-02-15T16:38:57.425Z] ---> 8e05735bc207 [2023-02-15T16:38:57.425Z] Step 21/22 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:38:57.425Z] ---> Running in 517a0c88396e [2023-02-15T16:38:57.425Z] ---> Running in 936c27f3a5af [2023-02-15T16:38:57.683Z] ---> 8860d0042b73 [2023-02-15T16:38:57.683Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-15T16:38:57.683Z] Removing intermediate container fcbcf0dd8656 [2023-02-15T16:38:57.683Z] ---> 9568f23d6768 [2023-02-15T16:38:57.683Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T16:38:57.683Z] Removing intermediate container ca2ec31cc511 [2023-02-15T16:38:57.683Z] ---> 3e84cf3c2bb8 [2023-02-15T16:38:57.683Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-15T16:38:57.683Z] ---> Running in 88f871dfbf3d [2023-02-15T16:38:57.683Z] ---> Running in 85a2b117e28b [2023-02-15T16:38:57.683Z] Removing intermediate container 936c27f3a5af [2023-02-15T16:38:57.683Z] ---> 7fa30d89515d [2023-02-15T16:38:57.683Z] Step 22/22 : LABEL version=3.0.0-dev.51 [2023-02-15T16:38:57.683Z] ---> Running in 95205e0f9a22 [2023-02-15T16:38:57.683Z] ---> Running in 4b7fe8762669 [2023-02-15T16:38:57.945Z] Removing intermediate container 88f871dfbf3d [2023-02-15T16:38:57.945Z] ---> b27093da556e [2023-02-15T16:38:57.945Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-15T16:38:57.945Z] Removing intermediate container 85a2b117e28b [2023-02-15T16:38:57.945Z] ---> 62efaa358e57 [2023-02-15T16:38:57.945Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:38:57.945Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T16:38:57.945Z] ---> Running in 316cf83db52d [2023-02-15T16:38:57.945Z] ---> Running in 234f45b18b15 [2023-02-15T16:38:57.945Z] Removing intermediate container 4b7fe8762669 [2023-02-15T16:38:57.945Z] ---> e29104026e96 [2023-02-15T16:38:57.945Z] [2023-02-15T16:38:57.945Z] Removing intermediate container 95205e0f9a22 [2023-02-15T16:38:57.945Z] ---> 3b435770f6e6 [2023-02-15T16:38:57.945Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-15T16:38:58.204Z] Successfully built e29104026e96 [2023-02-15T16:38:58.204Z] Successfully tagged core-data:latest [2023-02-15T16:38:58.204Z] Building security-spire-config [2023-02-15T16:38:58.204Z]  Building core-data ... done Removing intermediate container 316cf83db52d [2023-02-15T16:38:58.204Z] ---> c1fa6d6ae8b9 [2023-02-15T16:38:58.204Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T16:38:58.204Z] Removing intermediate container 234f45b18b15 [2023-02-15T16:38:58.204Z] ---> 89476542ec20 [2023-02-15T16:38:58.204Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T16:38:58.204Z] ---> Running in 1e7f1f99755e [2023-02-15T16:38:58.470Z] ---> Running in 3278b480a7fd [2023-02-15T16:38:59.848Z] ---> 4be24eae9ef3 [2023-02-15T16:38:59.848Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-15T16:38:59.848Z] Removing intermediate container 3278b480a7fd [2023-02-15T16:38:59.848Z] ---> 1bdcef82c13e [2023-02-15T16:38:59.848Z] Step 21/22 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:39:00.107Z] Removing intermediate container 1e7f1f99755e [2023-02-15T16:39:00.107Z] ---> 512e1b9a0398 [2023-02-15T16:39:00.107Z] Step 21/22 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:39:00.107Z] ---> Running in 1262a4b43663 [2023-02-15T16:39:00.366Z] ---> Running in 37d035903355 [2023-02-15T16:39:00.366Z] ---> Running in ee041a15e93f [2023-02-15T16:39:00.705Z] --parallel Build images in parallel. [Pipeline] } [2023-02-15T16:39:00.729Z] $ docker stop --time=1 124c40b6396c74de0db3c6e71fca48151f6866d8d62dec34e60d083b3e0f1e44 [2023-02-15T16:39:00.932Z] Removing intermediate container 37d035903355 [2023-02-15T16:39:00.932Z] ---> 20967dbac406 [2023-02-15T16:39:00.932Z] Step 22/22 : LABEL version=3.0.0-dev.51 [2023-02-15T16:39:01.190Z] Removing intermediate container ee041a15e93f [2023-02-15T16:39:01.190Z] ---> b5605100a6a1 [2023-02-15T16:39:01.190Z] Step 22/22 : LABEL version=3.0.0-dev.51 [2023-02-15T16:39:01.190Z] ---> Running in ed59ade86931 [2023-02-15T16:39:01.190Z] ---> Running in fd15690218bb [2023-02-15T16:39:01.450Z] Removing intermediate container ed59ade86931 [2023-02-15T16:39:01.450Z] ---> 016f6849b26b [2023-02-15T16:39:01.450Z] [2023-02-15T16:39:01.707Z] Removing intermediate container fd15690218bb [2023-02-15T16:39:01.707Z] ---> 480250a88ef5 [2023-02-15T16:39:01.707Z] [2023-02-15T16:39:01.707Z] Successfully built 016f6849b26b [2023-02-15T16:39:01.707Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-15T16:39:01.707Z]  Building core-common-config-bootstrapper ... done Building security-spire-agent [2023-02-15T16:39:01.707Z] Successfully built 480250a88ef5 [2023-02-15T16:39:01.707Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:39:01.707Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:39:01.707Z] ---> 6d221c3e9d4d [2023-02-15T16:39:01.707Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T16:39:01.707Z] ---> Using cache [2023-02-15T16:39:01.707Z] ---> dd4eba7b0d5d [2023-02-15T16:39:01.707Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T16:39:01.707Z] ---> Using cache [2023-02-15T16:39:01.707Z] ---> 9c343b154f6f [2023-02-15T16:39:01.707Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T16:39:01.707Z] ---> Using cache [2023-02-15T16:39:01.707Z] ---> fdca4460e586 [2023-02-15T16:39:01.707Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:39:01.707Z] ---> Using cache [2023-02-15T16:39:01.707Z] Successfully tagged support-scheduler:latest [2023-02-15T16:39:01.707Z] ---> afb804de0ba7 [2023-02-15T16:39:01.707Z] Step 7/24 : COPY . . [2023-02-15T16:39:01.707Z] ---> Using cache [2023-02-15T16:39:01.707Z] ---> 09aa8cd8f842 [2023-02-15T16:39:01.707Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T16:39:01.707Z] ---> Using cache [2023-02-15T16:39:01.707Z] ---> 3f797779cd8a [2023-02-15T16:39:01.707Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T16:39:01.707Z] ---> Using cache [2023-02-15T16:39:01.707Z]  Building support-scheduler ... done Building security-spiffe-token-provider [2023-02-15T16:39:01.707Z] ---> d58203b4a70d [2023-02-15T16:39:01.707Z] 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-15T16:39:01.707Z] ---> Running in 65f9fe78b511 [2023-02-15T16:39:01.707Z] Removing intermediate container 1262a4b43663 [2023-02-15T16:39:01.707Z] ---> 0f9911ca90a3 [2023-02-15T16:39:01.707Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:39:03.795Z] $ docker rm -f --volumes 124c40b6396c74de0db3c6e71fca48151f6866d8d62dec34e60d083b3e0f1e44 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:39:04.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T16:39:04.333Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T16:39:04.524Z] prd-ubuntu20.04-docker-arm64-4c-16g-6138 does not seem to be running inside a container [2023-02-15T16:39:04.592Z] $ 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/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T16:39:04.999Z] ---> 8559b7d53744 [2023-02-15T16:39:04.999Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-15T16:39:05.571Z] Removing intermediate container 65f9fe78b511 [2023-02-15T16:39:05.571Z] ---> 747904a4c41d [2023-02-15T16:39:05.571Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T16:39:05.789Z] $ docker top 5a46279f46a23f08d985d5ae04cf37db51beb2c30727af2de4d1c8b1f7654ca5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T16:39:06.137Z] ---> 7f52b97f807b [2023-02-15T16:39:06.137Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-15T16:39:06.137Z] ---> Running in 25e0b428f1c8 [2023-02-15T16:39:06.438Z] ---> cd04ff6316c9 [2023-02-15T16:39:06.438Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-15T16:39:06.612Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-15T16:39:06.698Z] Removing intermediate container 25e0b428f1c8 [2023-02-15T16:39:06.698Z] ---> 0c4a7e35615f [2023-02-15T16:39:06.698Z] [2023-02-15T16:39:06.698Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T16:39:06.698Z] ---> 5ce65d7b0fde [2023-02-15T16:39:06.698Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T16:39:06.698Z] ---> Using cache [2023-02-15T16:39:06.698Z] ---> b4f3ae21a7d9 [2023-02-15T16:39:06.698Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-15T16:39:06.698Z] ---> Running in 7c59c06f0f4a [2023-02-15T16:39:06.698Z] ---> 8095cf8d6329 [2023-02-15T16:39:06.698Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-15T16:39:07.266Z] ---> 19833dd9c77a [2023-02-15T16:39:07.266Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-15T16:39:07.266Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:39:07.266Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:39:07.266Z] ---> 6d221c3e9d4d [2023-02-15T16:39:07.266Z] Step 3/19 : WORKDIR /edgex-go [2023-02-15T16:39:07.266Z] ---> Using cache [2023-02-15T16:39:07.266Z] ---> dd4eba7b0d5d [2023-02-15T16:39:07.266Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-15T16:39:07.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:07.527Z] ---> Running in b447faa913cd [2023-02-15T16:39:07.785Z] ---> 492c1ea38830 [2023-02-15T16:39:07.785Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-15T16:39:07.785Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:07.785Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:39:07.785Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:39:07.785Z] ---> 6d221c3e9d4d [2023-02-15T16:39:07.785Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T16:39:07.785Z] ---> Using cache [2023-02-15T16:39:07.785Z] ---> dd4eba7b0d5d [2023-02-15T16:39:07.785Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T16:39:07.785Z] ---> Using cache [2023-02-15T16:39:07.785Z] ---> 9c343b154f6f [2023-02-15T16:39:07.785Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T16:39:07.785Z] ---> Using cache [2023-02-15T16:39:07.785Z] ---> fdca4460e586 [2023-02-15T16:39:07.785Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:39:07.785Z] ---> Using cache [2023-02-15T16:39:07.785Z] ---> afb804de0ba7 [2023-02-15T16:39:07.785Z] Step 7/24 : COPY . . [2023-02-15T16:39:07.785Z] ---> Using cache [2023-02-15T16:39:07.785Z] ---> 09aa8cd8f842 [2023-02-15T16:39:07.785Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T16:39:07.785Z] ---> Using cache [2023-02-15T16:39:07.785Z] ---> 3f797779cd8a [2023-02-15T16:39:07.785Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T16:39:07.785Z] ---> Using cache [2023-02-15T16:39:07.785Z] ---> d58203b4a70d [2023-02-15T16:39:07.785Z] 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-15T16:39:07.785Z] ---> Using cache [2023-02-15T16:39:07.785Z] ---> 747904a4c41d [2023-02-15T16:39:07.785Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T16:39:07.785Z] ---> Using cache [2023-02-15T16:39:07.785Z] ---> 0c4a7e35615f [2023-02-15T16:39:07.785Z] [2023-02-15T16:39:07.785Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T16:39:07.785Z] ---> 5ce65d7b0fde [2023-02-15T16:39:07.785Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T16:39:07.785Z] ---> Using cache [2023-02-15T16:39:07.785Z] ---> b4f3ae21a7d9 [2023-02-15T16:39:07.785Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T16:39:07.785Z] ---> Using cache [2023-02-15T16:39:07.785Z] ---> 1c214de56451 [2023-02-15T16:39:07.785Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-15T16:39:08.043Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T16:39:08.043Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T16:39:08.043Z] OK: 15857 distinct packages available [2023-02-15T16:39:08.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:08.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:08.043Z] ---> 82e7fbfd14ac [2023-02-15T16:39:08.043Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-15T16:39:08.301Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-15T16:39:08.301Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-15T16:39:08.301Z] (3/4) Installing libucontext (1.1-r0) [2023-02-15T16:39:08.301Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-15T16:39:08.301Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T16:39:08.301Z] OK: 6 MiB in 18 packages [2023-02-15T16:39:08.301Z] ---> Running in 102750bd3f60 [2023-02-15T16:39:08.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:08.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:08.834Z] ---> aec621bcfc47 [2023-02-15T16:39:08.834Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T16:39:08.834Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-15T16:39:08.834Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-15T16:39:08.834Z] OK: 17046 distinct packages available [2023-02-15T16:39:08.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:09.091Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:09.091Z] Removing intermediate container 7c59c06f0f4a [2023-02-15T16:39:09.091Z] ---> 31acc3316b50 [2023-02-15T16:39:09.091Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T16:39:09.349Z] OK: 211 MiB in 51 packages [2023-02-15T16:39:09.918Z] Removing intermediate container 102750bd3f60 [2023-02-15T16:39:09.918Z] ---> dbf856e4bf45 [2023-02-15T16:39:09.918Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-15T16:39:10.178Z] ---> Running in 6b450a8e234f [2023-02-15T16:39:10.178Z] ---> 3388bff1be18 [2023-02-15T16:39:10.178Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T16:39:10.438Z] Removing intermediate container 6b450a8e234f [2023-02-15T16:39:10.438Z] ---> 1651f37d1f20 [2023-02-15T16:39:10.438Z] Step 29/32 : CMD ["gate"] [2023-02-15T16:39:10.438Z] Removing intermediate container b447faa913cd [2023-02-15T16:39:10.438Z] ---> c2a43347d5a9 [2023-02-15T16:39:10.438Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-15T16:39:10.438Z] ---> Running in 516690fd5281 [2023-02-15T16:39:10.699Z] ---> c522482e90d5 [2023-02-15T16:39:10.699Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T16:39:10.862Z] Building core-command ... [2023-02-15T16:39:10.862Z] Building core-common-config-bootstrapper ... [2023-02-15T16:39:10.862Z] Building core-data ... [2023-02-15T16:39:10.862Z] Building core-metadata ... [2023-02-15T16:39:10.862Z] Building security-bootstrapper ... [2023-02-15T16:39:10.862Z] Building security-proxy-setup ... [2023-02-15T16:39:10.862Z] Building security-secretstore-setup ... [2023-02-15T16:39:10.862Z] Building security-spiffe-token-provider ... [2023-02-15T16:39:10.862Z] Building security-spire-agent ... [2023-02-15T16:39:10.862Z] Building security-spire-config ... [2023-02-15T16:39:10.862Z] Building security-spire-server ... [2023-02-15T16:39:10.862Z] Building support-notifications ... [2023-02-15T16:39:10.862Z] Building support-scheduler ... [2023-02-15T16:39:10.862Z] Building core-data [2023-02-15T16:39:10.862Z] Building support-scheduler [2023-02-15T16:39:10.862Z] Building core-common-config-bootstrapper [2023-02-15T16:39:10.862Z] Building support-notifications [2023-02-15T16:39:10.862Z] Building security-proxy-setup [2023-02-15T16:39:10.958Z] Removing intermediate container 516690fd5281 [2023-02-15T16:39:10.958Z] ---> e4a86444e49f [2023-02-15T16:39:10.958Z] Step 30/32 : LABEL arch=x86_64 [2023-02-15T16:39:10.958Z] ---> 7bba627f8923 [2023-02-15T16:39:10.958Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-15T16:39:10.958Z] ---> 6ce08dac4fc8 [2023-02-15T16:39:10.958Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:39:10.958Z] ---> Running in 7516c2c8be1b [2023-02-15T16:39:10.958Z] ---> 91c091286078 [2023-02-15T16:39:10.958Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-15T16:39:10.958Z] ---> Running in 83b223893214 [2023-02-15T16:39:10.958Z] ---> Running in effb7dfc1261 [2023-02-15T16:39:11.222Z] ---> 21261a890a9c [2023-02-15T16:39:11.222Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-15T16:39:11.222Z] Removing intermediate container 7516c2c8be1b [2023-02-15T16:39:11.223Z] ---> 68f5d21f413e [2023-02-15T16:39:11.223Z] Step 31/32 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:39:11.223Z] ---> Running in a2194f3cb0ed [2023-02-15T16:39:11.223Z] Removing intermediate container effb7dfc1261 [2023-02-15T16:39:11.223Z] ---> 3a8b2f6591ab [2023-02-15T16:39:11.223Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-15T16:39:11.481Z] Removing intermediate container a2194f3cb0ed [2023-02-15T16:39:11.481Z] ---> 15c7fed09e0f [2023-02-15T16:39:11.481Z] Step 32/32 : LABEL version=3.0.0-dev.51 [2023-02-15T16:39:11.481Z] ---> Running in 06d3406f4549 [2023-02-15T16:39:11.481Z] ---> cc915b7e3e7d [2023-02-15T16:39:11.481Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T16:39:11.740Z] ---> Running in 0f79c2293648 [2023-02-15T16:39:11.740Z] ---> b29db727d6a5 [2023-02-15T16:39:11.740Z] Step 19/24 : WORKDIR / [2023-02-15T16:39:11.740Z] Removing intermediate container 06d3406f4549 [2023-02-15T16:39:11.740Z] ---> e16860b8839c [2023-02-15T16:39:11.740Z] [2023-02-15T16:39:11.740Z] ---> Running in 2178130e6d3f [2023-02-15T16:39:11.740Z] Removing intermediate container 0f79c2293648 [2023-02-15T16:39:11.740Z] ---> bc2a137c83cf [2023-02-15T16:39:11.740Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T16:39:11.740Z] Successfully built e16860b8839c [2023-02-15T16:39:12.004Z] Successfully tagged security-bootstrapper:latest [2023-02-15T16:39:12.004Z]  Building security-bootstrapper ... done Building core-metadata [2023-02-15T16:39:12.004Z] ---> Running in 9033e8e0231a [2023-02-15T16:39:12.004Z] Removing intermediate container 2178130e6d3f [2023-02-15T16:39:12.004Z] ---> 3b07786e7b19 [2023-02-15T16:39:12.004Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T16:39:13.386Z] ---> Running in 58f0d97c048f [2023-02-15T16:39:13.386Z] Removing intermediate container 9033e8e0231a [2023-02-15T16:39:13.386Z] ---> 497c39061edd [2023-02-15T16:39:13.386Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T16:39:13.386Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T16:39:13.645Z] ---> Running in 99f1e69758a6 [2023-02-15T16:39:13.645Z] Removing intermediate container 58f0d97c048f [2023-02-15T16:39:13.645Z] ---> 174f5e86fd32 [2023-02-15T16:39:13.645Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T16:39:13.910Z] ---> Running in ae85dfcdc3c2 [2023-02-15T16:39:13.910Z] Removing intermediate container 99f1e69758a6 [2023-02-15T16:39:13.910Z] ---> 0480c3b57faf [2023-02-15T16:39:13.910Z] Step 23/24 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:39:13.910Z] Removing intermediate container ae85dfcdc3c2 [2023-02-15T16:39:13.910Z] ---> 87237fc15ec4 [2023-02-15T16:39:13.910Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T16:39:14.174Z] ---> Running in 79d9128e2c95 [2023-02-15T16:39:14.174Z] ---> Running in 6404383ee9fd [2023-02-15T16:39:14.174Z] Removing intermediate container 79d9128e2c95 [2023-02-15T16:39:14.174Z] ---> 706b126a5466 [2023-02-15T16:39:14.174Z] Step 24/24 : LABEL version=3.0.0-dev.51 [2023-02-15T16:39:14.431Z] ---> Running in db53f4c56e67 [2023-02-15T16:39:14.431Z] Removing intermediate container 6404383ee9fd [2023-02-15T16:39:14.432Z] ---> 882db9be9ca3 [2023-02-15T16:39:14.432Z] Step 23/24 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:39:14.432Z] ---> Running in e39ed337fb28 [2023-02-15T16:39:14.432Z] Removing intermediate container db53f4c56e67 [2023-02-15T16:39:14.432Z] ---> fbc77ea24c7d [2023-02-15T16:39:14.432Z] [2023-02-15T16:39:14.694Z] Removing intermediate container e39ed337fb28 [2023-02-15T16:39:14.694Z] ---> 7415282d7df2 [2023-02-15T16:39:14.694Z] Step 24/24 : LABEL version=3.0.0-dev.51 [2023-02-15T16:39:14.694Z] Successfully built fbc77ea24c7d [2023-02-15T16:39:14.694Z] Successfully tagged security-spire-agent:latest [2023-02-15T16:39:14.694Z] Building core-command [2023-02-15T16:39:14.963Z]  Building security-spire-agent ... done  ---> Running in 88543a7026ef [2023-02-15T16:39:14.963Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:39:14.963Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:39:14.963Z] ---> 6d221c3e9d4d [2023-02-15T16:39:14.963Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-15T16:39:14.963Z] ---> Using cache [2023-02-15T16:39:14.963Z] ---> f3eef4538ae9 [2023-02-15T16:39:14.963Z] Step 4/24 : WORKDIR /edgex-go [2023-02-15T16:39:14.963Z] ---> Using cache [2023-02-15T16:39:14.963Z] ---> 1faf04170b15 [2023-02-15T16:39:14.963Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-15T16:39:14.963Z] ---> Using cache [2023-02-15T16:39:14.963Z] ---> 65fdd4455f47 [2023-02-15T16:39:14.963Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-15T16:39:14.963Z] ---> Using cache [2023-02-15T16:39:14.963Z] ---> 0939cda8a1d7 [2023-02-15T16:39:14.963Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:39:14.963Z] ---> Using cache [2023-02-15T16:39:14.963Z] ---> e490230bb384 [2023-02-15T16:39:14.963Z] Step 8/24 : COPY . . [2023-02-15T16:39:14.963Z] ---> Using cache [2023-02-15T16:39:14.963Z] ---> 703de10a7fae [2023-02-15T16:39:14.963Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-15T16:39:16.343Z] ---> Running in ec1d3a19e666 [2023-02-15T16:39:16.343Z] Removing intermediate container 88543a7026ef [2023-02-15T16:39:16.343Z] ---> 431726942fe4 [2023-02-15T16:39:16.343Z] [2023-02-15T16:39:16.343Z] Successfully built 431726942fe4 [2023-02-15T16:39:16.343Z] Successfully tagged security-spire-config:latest [2023-02-15T16:39:16.343Z]  Building security-spire-config ... done Building support-notifications [2023-02-15T16:39:16.601Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T16:39:17.982Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:39:17.982Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:39:17.982Z] ---> 6d221c3e9d4d [2023-02-15T16:39:17.982Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-15T16:39:17.982Z] ---> Using cache [2023-02-15T16:39:17.982Z] ---> f3eef4538ae9 [2023-02-15T16:39:17.982Z] Step 4/23 : WORKDIR /edgex-go [2023-02-15T16:39:17.982Z] ---> Using cache [2023-02-15T16:39:17.982Z] ---> 1faf04170b15 [2023-02-15T16:39:17.982Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-15T16:39:17.982Z] ---> Using cache [2023-02-15T16:39:17.982Z] ---> 65fdd4455f47 [2023-02-15T16:39:17.982Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-15T16:39:17.982Z] ---> Using cache [2023-02-15T16:39:17.982Z] ---> 0939cda8a1d7 [2023-02-15T16:39:17.982Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:39:17.982Z] ---> Using cache [2023-02-15T16:39:17.982Z] ---> e490230bb384 [2023-02-15T16:39:17.982Z] Step 8/23 : COPY . . [2023-02-15T16:39:17.982Z] ---> Using cache [2023-02-15T16:39:17.982Z] ---> 703de10a7fae [2023-02-15T16:39:17.982Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-15T16:39:19.359Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:39:19.359Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:39:19.359Z] ---> 6d221c3e9d4d [2023-02-15T16:39:19.359Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T16:39:19.359Z] ---> Using cache [2023-02-15T16:39:19.359Z] ---> f3eef4538ae9 [2023-02-15T16:39:19.359Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T16:39:19.359Z] ---> Using cache [2023-02-15T16:39:19.359Z] ---> 1faf04170b15 [2023-02-15T16:39:19.359Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-15T16:39:20.733Z] ---> Running in c8ab31e410eb [2023-02-15T16:39:20.733Z] ---> Running in 089954d3af5b [2023-02-15T16:39:20.733Z] Removing intermediate container 517a0c88396e [2023-02-15T16:39:20.733Z] ---> f9d2e58d9253 [2023-02-15T16:39:20.733Z] [2023-02-15T16:39:20.733Z] Step 9/21 : FROM alpine:3.16 [2023-02-15T16:39:20.733Z] ---> dfd21b5a31f5 [2023-02-15T16:39:20.733Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-15T16:39:20.733Z] ---> Running in 95ae88e5afbb [2023-02-15T16:39:20.934Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:39:20.934Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:39:20.934Z] ---> ee52e2a90abb [2023-02-15T16:39:20.935Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T16:39:20.935Z] ---> Running in 87ecd761dcee [2023-02-15T16:39:20.935Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:39:20.935Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:39:20.935Z] ---> ee52e2a90abb [2023-02-15T16:39:20.935Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T16:39:20.935Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:39:20.935Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:39:20.935Z] ---> ee52e2a90abb [2023-02-15T16:39:20.935Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T16:39:20.935Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:39:20.935Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:39:20.935Z] ---> ee52e2a90abb [2023-02-15T16:39:20.935Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T16:39:20.935Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:39:20.935Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:39:20.935Z] ---> ee52e2a90abb [2023-02-15T16:39:20.935Z] Step 3/21 : WORKDIR /edgex-go [2023-02-15T16:39:20.935Z] ---> Running in 417530d607b1 [2023-02-15T16:39:20.935Z] ---> Running in 1763877079a6 [2023-02-15T16:39:20.935Z] ---> Running in 7e56a8020aa1 [2023-02-15T16:39:20.935Z] ---> Running in 3b0732a7ad7f [2023-02-15T16:39:20.935Z] Removing intermediate container 87ecd761dcee [2023-02-15T16:39:20.935Z] ---> 04f993bf790f [2023-02-15T16:39:20.991Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T16:39:20.991Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:20.991Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:21.203Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T16:39:21.203Z] ---> Running in eaf2adc3409a [2023-02-15T16:39:21.248Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:21.248Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:21.471Z] Removing intermediate container 7e56a8020aa1 [2023-02-15T16:39:21.471Z] ---> 03458256d470 [2023-02-15T16:39:21.471Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T16:39:21.471Z] Removing intermediate container 1763877079a6 [2023-02-15T16:39:21.471Z] ---> 970f65d47335 [2023-02-15T16:39:21.471Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T16:39:21.471Z] Removing intermediate container 417530d607b1 [2023-02-15T16:39:21.471Z] ---> 64dc6033820d [2023-02-15T16:39:21.471Z] Step 4/22 : WORKDIR /edgex-goRemoving intermediate container 3b0732a7ad7f [2023-02-15T16:39:21.471Z] [2023-02-15T16:39:21.471Z] ---> 0e377a02223e [2023-02-15T16:39:21.471Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-15T16:39:21.506Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-15T16:39:21.506Z] OK: 211 MiB in 51 packages [2023-02-15T16:39:21.506Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-15T16:39:21.506Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-15T16:39:21.506Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-15T16:39:21.506Z] (5/6) Installing curl (7.83.1-r6) [2023-02-15T16:39:21.506Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-15T16:39:21.506Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:39:21.506Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T16:39:21.506Z] OK: 8 MiB in 20 packages [2023-02-15T16:39:21.740Z] ---> Running in dc6e9cec26e7 [2023-02-15T16:39:21.740Z] ---> Running in 580b32c4ae42 [2023-02-15T16:39:21.740Z] ---> Running in 4f170146b516 [2023-02-15T16:39:21.740Z] ---> Running in af88fb8f8276 [2023-02-15T16:39:22.008Z] Removing intermediate container eaf2adc3409a [2023-02-15T16:39:22.008Z] ---> 29b8f89a1517 [2023-02-15T16:39:22.008Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T16:39:22.008Z] ---> Running in 635f7b3b6f99 [2023-02-15T16:39:22.438Z] Removing intermediate container 089954d3af5b [2023-02-15T16:39:22.438Z] ---> 895c07a01e8e [2023-02-15T16:39:22.438Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T16:39:22.438Z] Removing intermediate container 95ae88e5afbb [2023-02-15T16:39:22.438Z] ---> 27247821d0d2 [2023-02-15T16:39:22.438Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T16:39:22.599Z] Removing intermediate container 4f170146b516 [2023-02-15T16:39:22.599Z] ---> c4cd0539c4b3 [2023-02-15T16:39:22.599Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T16:39:22.599Z] Removing intermediate container dc6e9cec26e7 [2023-02-15T16:39:22.599Z] ---> e8c0f711770e [2023-02-15T16:39:22.599Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T16:39:22.599Z] Removing intermediate container 580b32c4ae42 [2023-02-15T16:39:22.599Z] ---> ba890de31235 [2023-02-15T16:39:22.599Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-15T16:39:22.599Z] ---> Running in a869047af3b0 [2023-02-15T16:39:22.599Z] ---> Running in 7dac287d9162 [2023-02-15T16:39:22.696Z] ---> Running in ed3ac5b60763 [2023-02-15T16:39:22.696Z] ---> f4eb38ea6b78 [2023-02-15T16:39:22.696Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:39:22.868Z] ---> Running in e30378e8785e [2023-02-15T16:39:22.953Z] Removing intermediate container ed3ac5b60763 [2023-02-15T16:39:22.953Z] ---> 8830d914b39d [2023-02-15T16:39:22.953Z] Step 12/21 : WORKDIR /edgex [2023-02-15T16:39:22.953Z] ---> Running in ad5afa51a4e7 [2023-02-15T16:39:22.953Z] ---> Running in e07291dc6802 [2023-02-15T16:39:23.211Z] Removing intermediate container e07291dc6802 [2023-02-15T16:39:23.211Z] ---> 80b5357b9045 [2023-02-15T16:39:23.211Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-15T16:39:23.469Z] ---> b6cdc0b8dc67 [2023-02-15T16:39:23.469Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-15T16:39:23.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:39:24.037Z] ---> efe12850fcd7 [2023-02-15T16:39:24.037Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-15T16:39:24.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:39:24.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:39:24.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:39:24.611Z] ---> 27a1dc9cdc3e [2023-02-15T16:39:24.611Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T16:39:24.962Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:39:25.178Z] ---> d8ea5d24579f [2023-02-15T16:39:25.178Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T16:39:25.178Z] ---> Running in 892467f3a7e7 [2023-02-15T16:39:25.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:39:25.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:39:25.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:39:25.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:39:25.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:39:25.506Z] OK: 221 MiB in 51 packages [2023-02-15T16:39:25.779Z] OK: 221 MiB in 51 packages [2023-02-15T16:39:26.559Z] Removing intermediate container 892467f3a7e7 [2023-02-15T16:39:26.560Z] ---> ddcf607f9782 [2023-02-15T16:39:26.560Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T16:39:26.560Z] ---> Running in 01c7d6546d0f [2023-02-15T16:39:26.753Z] OK: 221 MiB in 51 packages [2023-02-15T16:39:26.887Z] Removing intermediate container 01c7d6546d0f [2023-02-15T16:39:26.887Z] ---> c32fdd049943 [2023-02-15T16:39:26.887Z] Step 19/21 : LABEL arch=x86_64 [2023-02-15T16:39:27.023Z] OK: 221 MiB in 51 packages [2023-02-15T16:39:27.023Z] OK: 221 MiB in 51 packages [2023-02-15T16:39:27.146Z] ---> Running in a44f2bfae112 [2023-02-15T16:39:27.290Z] Removing intermediate container 635f7b3b6f99 [2023-02-15T16:39:27.290Z] Removing intermediate container af88fb8f8276 [2023-02-15T16:39:27.290Z] ---> 73b9f28cec97 [2023-02-15T16:39:27.404Z] Removing intermediate container a44f2bfae112 [2023-02-15T16:39:27.404Z] ---> 6aa68c6e0eab [2023-02-15T16:39:27.404Z] Step 20/21 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:39:27.558Z] Step 5/21 : COPY go.mod vendor* ./ ---> 3b0aac2120a1 [2023-02-15T16:39:27.559Z] [2023-02-15T16:39:27.559Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T16:39:27.663Z] ---> Running in 143f0abf6bed [2023-02-15T16:39:27.921Z] Removing intermediate container 143f0abf6bed [2023-02-15T16:39:27.921Z] ---> 30f5be5ae1e8 [2023-02-15T16:39:27.921Z] Step 21/21 : LABEL version=3.0.0-dev.51 [2023-02-15T16:39:27.921Z] ---> Running in 991047b6afeb [2023-02-15T16:39:28.180Z] Removing intermediate container 991047b6afeb [2023-02-15T16:39:28.180Z] ---> 7c276176333f [2023-02-15T16:39:28.180Z] [2023-02-15T16:39:28.438Z] Successfully built 7c276176333f [2023-02-15T16:39:28.438Z] Successfully tagged security-proxy-setup:latest [2023-02-15T16:39:28.438Z] Building security-secretstore-setup [2023-02-15T16:39:30.142Z] ---> edd222f1acf9 [2023-02-15T16:39:30.142Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:39:30.142Z] ---> 35cad301ee7e [2023-02-15T16:39:30.142Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:39:30.142Z] ---> Running in 9914be2e9eb0 [2023-02-15T16:39:30.142Z] ---> Running in a97617171615 [2023-02-15T16:39:30.727Z] Removing intermediate container e30378e8785e [2023-02-15T16:39:30.727Z] Removing intermediate container 7dac287d9162 [2023-02-15T16:39:30.727Z] ---> 96b4fabaf654 [2023-02-15T16:39:30.727Z] ---> 2b3a564e65fa [2023-02-15T16:39:30.727Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T16:39:30.727Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T16:39:30.969Z]  Building security-proxy-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:39:30.969Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:39:30.969Z] ---> 6d221c3e9d4d [2023-02-15T16:39:30.969Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T16:39:30.969Z] ---> Using cache [2023-02-15T16:39:30.969Z] ---> dd4eba7b0d5d [2023-02-15T16:39:30.969Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-15T16:39:30.969Z] ---> Using cache [2023-02-15T16:39:30.969Z] ---> 459641a14d5c [2023-02-15T16:39:30.969Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T16:39:30.969Z] ---> Using cache [2023-02-15T16:39:30.969Z] ---> a03e556bda15 [2023-02-15T16:39:30.969Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:39:30.969Z] ---> Using cache [2023-02-15T16:39:30.969Z] ---> f3220d21e2f2 [2023-02-15T16:39:30.969Z] Step 7/24 : COPY . . [2023-02-15T16:39:30.969Z] ---> Using cache [2023-02-15T16:39:30.969Z] ---> 60ed3cceb1d9 [2023-02-15T16:39:30.969Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-15T16:39:30.999Z] Removing intermediate container a869047af3b0 [2023-02-15T16:39:30.999Z] ---> 7ac20884b855 [2023-02-15T16:39:30.999Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T16:39:31.961Z] ---> 1ecf750a5f63 [2023-02-15T16:39:31.961Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:39:31.961Z] ---> 5e46e3f8f817 [2023-02-15T16:39:31.961Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:39:31.961Z] ---> Running in 97408e00dffd [2023-02-15T16:39:32.237Z] ---> 63edefb78791 [2023-02-15T16:39:32.237Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:39:32.237Z] ---> Running in 6fa4d6d77bbd [2023-02-15T16:39:32.504Z] ---> Running in 3ebbd244ea70 [2023-02-15T16:39:32.870Z] ---> Running in d6a89cbd9941 [2023-02-15T16:39:33.442Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T16:39:43.421Z] Removing intermediate container ec1d3a19e666 [2023-02-15T16:39:43.421Z] ---> bdd31d0e1a39 [2023-02-15T16:39:43.421Z] [2023-02-15T16:39:43.421Z] Step 10/24 : FROM alpine:3.16 [2023-02-15T16:39:43.421Z] ---> dfd21b5a31f5 [2023-02-15T16:39:43.421Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-15T16:39:43.421Z] ---> Using cache [2023-02-15T16:39:43.421Z] ---> d10ff8c232c3 [2023-02-15T16:39:43.421Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T16:39:43.421Z] ---> Using cache [2023-02-15T16:39:43.421Z] ---> ee5191eb500f [2023-02-15T16:39:43.421Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-15T16:39:43.421Z] ---> Running in c37068c4919a [2023-02-15T16:39:43.421Z] Removing intermediate container c37068c4919a [2023-02-15T16:39:43.421Z] ---> 03b57f8aef59 [2023-02-15T16:39:43.421Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-15T16:39:43.421Z] Removing intermediate container 83b223893214 [2023-02-15T16:39:43.421Z] ---> 5dc26359ee1a [2023-02-15T16:39:43.421Z] Step 7/19 : COPY . . [2023-02-15T16:39:43.421Z] ---> Running in 2828f116f9a8 [2023-02-15T16:39:44.798Z] Removing intermediate container 2828f116f9a8 [2023-02-15T16:39:44.798Z] ---> 179596ace093 [2023-02-15T16:39:44.798Z] Step 15/24 : WORKDIR / [2023-02-15T16:39:47.327Z] Removing intermediate container c8ab31e410eb [2023-02-15T16:39:47.327Z] ---> 6999c9f9895c [2023-02-15T16:39:47.327Z] [2023-02-15T16:39:47.328Z] Step 10/23 : FROM alpine:3.16 [2023-02-15T16:39:47.328Z] ---> dfd21b5a31f5 [2023-02-15T16:39:47.328Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-15T16:39:47.328Z] ---> Using cache [2023-02-15T16:39:47.328Z] ---> d10ff8c232c3 [2023-02-15T16:39:47.328Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T16:39:47.328Z] ---> Using cache [2023-02-15T16:39:47.328Z] ---> ee5191eb500f [2023-02-15T16:39:47.328Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-15T16:39:47.586Z] ---> Running in bc07562c80fa [2023-02-15T16:39:47.586Z] ---> Running in 704cbcdfd8ee [2023-02-15T16:39:48.153Z] Removing intermediate container bc07562c80fa [2023-02-15T16:39:48.153Z] ---> c79092bc56d1 [2023-02-15T16:39:48.153Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:39:48.153Z] Removing intermediate container 704cbcdfd8ee [2023-02-15T16:39:48.153Z] ---> a1bfa8b076e5 [2023-02-15T16:39:48.153Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-15T16:39:48.409Z] ---> Running in e9d9410bbe15 [2023-02-15T16:39:48.410Z] ---> 365f22a8f065 [2023-02-15T16:39:48.410Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-15T16:39:48.410Z] ---> 0b971d1557d2 [2023-02-15T16:39:48.410Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-15T16:39:48.410Z] ---> Running in 7a96b84fd61d [2023-02-15T16:39:48.667Z] Removing intermediate container e9d9410bbe15 [2023-02-15T16:39:48.667Z] ---> 665eef0510f1 [2023-02-15T16:39:48.667Z] Step 15/23 : WORKDIR / [2023-02-15T16:39:48.667Z] ---> Running in 01880e01747b [2023-02-15T16:39:48.925Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-15T16:39:49.184Z] Removing intermediate container 01880e01747b [2023-02-15T16:39:49.184Z] ---> f5afbee6923d [2023-02-15T16:39:49.184Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:39:49.184Z] ---> 46d98e3f0b21 [2023-02-15T16:39:49.184Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-15T16:39:49.442Z] ---> 6650d0a68685 [2023-02-15T16:39:49.442Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-15T16:39:49.700Z] ---> 069cf7168797 [2023-02-15T16:39:49.700Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-15T16:39:49.700Z] ---> 61a7e3fb17de [2023-02-15T16:39:49.700Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-15T16:39:49.700Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T16:39:49.959Z] Removing intermediate container ad5afa51a4e7 [2023-02-15T16:39:49.959Z] ---> 993de384de59 [2023-02-15T16:39:49.959Z] Step 8/22 : COPY . . [2023-02-15T16:39:49.959Z] ---> Running in b14ee67d457f [2023-02-15T16:39:50.218Z] ---> 8009d0b883d6 [2023-02-15T16:39:50.218Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-15T16:39:50.218Z] Removing intermediate container b14ee67d457f [2023-02-15T16:39:50.218Z] ---> aae7c2bee6ca [2023-02-15T16:39:50.218Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:39:50.477Z] ---> Running in 2a4ac89a5829 [2023-02-15T16:39:51.411Z] ---> 25651d749cdf [2023-02-15T16:39:51.411Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-15T16:39:51.411Z] Removing intermediate container 2a4ac89a5829 [2023-02-15T16:39:51.411Z] ---> 8edff4cd35b9 [2023-02-15T16:39:51.411Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T16:39:51.669Z] ---> Running in 74cbe92a050b [2023-02-15T16:39:51.669Z] ---> Running in 2756a9d74ac7 [2023-02-15T16:39:51.669Z] Removing intermediate container 74cbe92a050b [2023-02-15T16:39:51.669Z] ---> 7bc748d7cdbd [2023-02-15T16:39:51.669Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:39:51.976Z] ---> Running in 5f79e81667b6 [2023-02-15T16:39:51.976Z] Removing intermediate container 2756a9d74ac7 [2023-02-15T16:39:51.976Z] ---> 1bf3764040cb [2023-02-15T16:39:51.976Z] Step 23/24 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:39:52.543Z] ---> Running in ee2bec4cb28a [2023-02-15T16:39:52.543Z] Removing intermediate container 5f79e81667b6 [2023-02-15T16:39:52.543Z] ---> 771f7325631d [2023-02-15T16:39:52.543Z] Step 21/23 : LABEL arch=x86_64 [2023-02-15T16:39:52.824Z] ---> Running in f75e488bf0b7 [2023-02-15T16:39:52.824Z] Removing intermediate container ee2bec4cb28a [2023-02-15T16:39:52.824Z] ---> 11be105980fa [2023-02-15T16:39:52.824Z] Step 24/24 : LABEL version=3.0.0-dev.51 [2023-02-15T16:39:52.824Z] ---> Running in 79d98232a2b3 [2023-02-15T16:39:52.824Z] Removing intermediate container f75e488bf0b7 [2023-02-15T16:39:52.824Z] ---> 08149bd28f84 [2023-02-15T16:39:52.824Z] Step 22/23 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:39:53.091Z] ---> Running in 47bcb40a744a [2023-02-15T16:39:53.091Z] Removing intermediate container 79d98232a2b3 [2023-02-15T16:39:53.091Z] ---> 4e7d6cb8c81d [2023-02-15T16:39:53.091Z] [2023-02-15T16:39:53.348Z] Removing intermediate container 47bcb40a744a [2023-02-15T16:39:53.348Z] ---> 0b19558fd101 [2023-02-15T16:39:53.348Z] Step 23/23 : LABEL version=3.0.0-dev.51 [2023-02-15T16:39:53.348Z] Successfully built 4e7d6cb8c81d [2023-02-15T16:39:53.348Z] Successfully tagged core-metadata:latest [2023-02-15T16:39:53.348Z]  Building core-metadata ... done  ---> Running in 31b6c270c05d [2023-02-15T16:39:53.915Z] Removing intermediate container 31b6c270c05d [2023-02-15T16:39:53.916Z] ---> b5aa4f4ef0d4 [2023-02-15T16:39:53.916Z] [2023-02-15T16:39:53.916Z] Successfully built b5aa4f4ef0d4 [2023-02-15T16:39:53.916Z] Successfully tagged core-command:latest [2023-02-15T16:39:54.504Z]  Building core-command ... done Removing intermediate container d6a89cbd9941 [2023-02-15T16:39:54.504Z] ---> f5c402333a0a [2023-02-15T16:39:54.504Z] [2023-02-15T16:39:54.504Z] Step 9/24 : FROM alpine:3.16 [2023-02-15T16:39:54.504Z] ---> dfd21b5a31f5 [2023-02-15T16:39:54.504Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-15T16:39:54.775Z] ---> Running in 2bd5ab3160fc [2023-02-15T16:39:54.775Z] ---> b41d47e9b2f7 [2023-02-15T16:39:54.775Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-15T16:39:55.033Z] ---> Running in 850b0fa89641 [2023-02-15T16:39:55.291Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:55.291Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:39:55.549Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-15T16:39:55.549Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-15T16:39:55.806Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-15T16:39:55.806Z] (3/3) Installing su-exec (0.2-r1) [2023-02-15T16:39:55.806Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:39:55.806Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T16:39:55.806Z] OK: 6 MiB in 17 packages [2023-02-15T16:39:56.378Z] Removing intermediate container 2bd5ab3160fc [2023-02-15T16:39:56.378Z] ---> ac0a1325ea35 [2023-02-15T16:39:56.378Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T16:39:56.635Z] ---> Running in e876e2f1aa99 [2023-02-15T16:39:56.893Z] Removing intermediate container e876e2f1aa99 [2023-02-15T16:39:56.893Z] ---> 768f2c180a57 [2023-02-15T16:39:56.893Z] Step 12/24 : WORKDIR / [2023-02-15T16:39:56.893Z] ---> Running in 7e1445eb437f [2023-02-15T16:39:57.150Z] Removing intermediate container 7e1445eb437f [2023-02-15T16:39:57.150Z] ---> 677386d3a1d0 [2023-02-15T16:39:57.150Z] 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-15T16:39:57.412Z] ---> 8afd044ec604 [2023-02-15T16:39:57.412Z] 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-15T16:39:57.669Z] ---> 00caf418e87d [2023-02-15T16:39:57.670Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-15T16:39:58.239Z] ---> 17d9c084957a [2023-02-15T16:39:58.239Z] 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-15T16:39:58.497Z] ---> bacb0fd1ced9 [2023-02-15T16:39:58.497Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-15T16:39:59.063Z] ---> b11ff250993a [2023-02-15T16:39:59.063Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-15T16:39:59.629Z] ---> 6bfc27e67fba [2023-02-15T16:39:59.629Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T16:40:00.194Z] ---> 0dc416422907 [2023-02-15T16:40:00.194Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T16:40:00.194Z] ---> Running in 25290faa2964 [2023-02-15T16:40:01.567Z] Removing intermediate container 25290faa2964 [2023-02-15T16:40:01.567Z] ---> de3b42fbbb38 [2023-02-15T16:40:01.567Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T16:40:01.567Z] ---> Running in 66939fd3f1cc [2023-02-15T16:40:01.828Z] Removing intermediate container 66939fd3f1cc [2023-02-15T16:40:01.828Z] ---> e2fcd1042b3c [2023-02-15T16:40:01.828Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T16:40:01.828Z] ---> Running in 0a6cbf00720f [2023-02-15T16:40:02.086Z] Removing intermediate container 0a6cbf00720f [2023-02-15T16:40:02.086Z] ---> 52a7b868a0bc [2023-02-15T16:40:02.086Z] Step 23/24 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:02.086Z] ---> Running in 0da10c82d01f [2023-02-15T16:40:02.345Z] Removing intermediate container 0da10c82d01f [2023-02-15T16:40:02.345Z] ---> c75d7e2aa146 [2023-02-15T16:40:02.345Z] Step 24/24 : LABEL version=3.0.0-dev.51 [2023-02-15T16:40:02.345Z] ---> Running in acfd23993e59 [2023-02-15T16:40:02.603Z] Removing intermediate container acfd23993e59 [2023-02-15T16:40:02.603Z] ---> ccc6ba0d50de [2023-02-15T16:40:02.603Z] [2023-02-15T16:40:02.603Z] Successfully built ccc6ba0d50de [2023-02-15T16:40:02.603Z] Successfully tagged security-secretstore-setup:latest [2023-02-15T16:40:14.803Z]  Building security-secretstore-setup ... done Removing intermediate container 7a96b84fd61d [2023-02-15T16:40:14.803Z] ---> 147f2ca3207d [2023-02-15T16:40:14.803Z] [2023-02-15T16:40:14.803Z] Step 9/19 : FROM alpine:3.15 [2023-02-15T16:40:14.803Z] ---> 5ce65d7b0fde [2023-02-15T16:40:14.803Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T16:40:14.803Z] ---> Using cache [2023-02-15T16:40:14.803Z] ---> b4f3ae21a7d9 [2023-02-15T16:40:14.803Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-15T16:40:14.803Z] ---> Running in 2b47ff30a106 [2023-02-15T16:40:14.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:40:14.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:40:14.803Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T16:40:14.803Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T16:40:14.803Z] OK: 15857 distinct packages available [2023-02-15T16:40:14.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:40:14.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:40:14.803Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-15T16:40:14.803Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-15T16:40:14.803Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-15T16:40:14.803Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-15T16:40:14.803Z] (5/9) Installing curl (7.80.0-r6) [2023-02-15T16:40:14.803Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-15T16:40:14.803Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-15T16:40:14.803Z] (8/9) Installing libucontext (1.1-r0) [2023-02-15T16:40:14.803Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-15T16:40:14.803Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T16:40:14.803Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T16:40:14.803Z] OK: 8 MiB in 23 packages [2023-02-15T16:40:15.370Z] Removing intermediate container 2b47ff30a106 [2023-02-15T16:40:15.370Z] ---> 10e54c949642 [2023-02-15T16:40:15.370Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:40:15.629Z] ---> b53551f1467e [2023-02-15T16:40:15.629Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-15T16:40:15.888Z] ---> 70a2faafce14 [2023-02-15T16:40:15.888Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-15T16:40:16.158Z] ---> ce433f80613f [2023-02-15T16:40:16.158Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-15T16:40:16.158Z] ---> Running in d37fc89319eb [2023-02-15T16:40:16.416Z] Removing intermediate container d37fc89319eb [2023-02-15T16:40:16.416Z] ---> 5b217b4e68c7 [2023-02-15T16:40:16.416Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:40:16.416Z] ---> Running in 7a51e5d31133 [2023-02-15T16:40:16.416Z] Removing intermediate container 7a51e5d31133 [2023-02-15T16:40:16.416Z] ---> 0a2abb98ae28 [2023-02-15T16:40:16.416Z] Step 17/19 : LABEL arch=x86_64 [2023-02-15T16:40:16.675Z] ---> Running in d07cee4ff282 [2023-02-15T16:40:16.675Z] Removing intermediate container d07cee4ff282 [2023-02-15T16:40:16.675Z] ---> ea29b297b7dc [2023-02-15T16:40:16.675Z] Step 18/19 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:16.675Z] ---> Running in 72943a9d4d5e [2023-02-15T16:40:16.934Z] Removing intermediate container 72943a9d4d5e [2023-02-15T16:40:16.934Z] ---> 0afa126cc0e9 [2023-02-15T16:40:16.934Z] Step 19/19 : LABEL version=3.0.0-dev.51 [2023-02-15T16:40:16.934Z] ---> Running in fb9d9706ffc4 [2023-02-15T16:40:16.934Z] Removing intermediate container fb9d9706ffc4 [2023-02-15T16:40:16.934Z] ---> 72a03e9fa7e8 [2023-02-15T16:40:16.934Z] [2023-02-15T16:40:17.193Z] Successfully built 72a03e9fa7e8 [2023-02-15T16:40:17.193Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-15T16:40:19.752Z]  Building security-spiffe-token-provider ... done Removing intermediate container 850b0fa89641 [2023-02-15T16:40:19.752Z] ---> 002cc262ba53 [2023-02-15T16:40:19.752Z] [2023-02-15T16:40:19.752Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T16:40:19.752Z] ---> dfd21b5a31f5 [2023-02-15T16:40:19.752Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-15T16:40:19.752Z] ---> Running in 96e842b8509a [2023-02-15T16:40:20.010Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T16:40:20.578Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T16:40:20.837Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-15T16:40:20.837Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-15T16:40:20.837Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:40:20.837Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T16:40:20.837Z] OK: 6 MiB in 16 packages [2023-02-15T16:40:21.402Z] Removing intermediate container 96e842b8509a [2023-02-15T16:40:21.402Z] ---> c10aa9b37ea9 [2023-02-15T16:40:21.403Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T16:40:21.403Z] ---> Running in f0e804a1eb55 [2023-02-15T16:40:21.660Z] Removing intermediate container f0e804a1eb55 [2023-02-15T16:40:21.660Z] ---> 98ffffea685b [2023-02-15T16:40:21.660Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-15T16:40:21.660Z] ---> Running in 8b554fa89a0f [2023-02-15T16:40:21.660Z] Removing intermediate container 8b554fa89a0f [2023-02-15T16:40:21.660Z] ---> 95986b73f798 [2023-02-15T16:40:21.660Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T16:40:21.660Z] ---> Running in ac9dc890854c [2023-02-15T16:40:21.919Z] Removing intermediate container ac9dc890854c [2023-02-15T16:40:21.919Z] ---> dc17977535f3 [2023-02-15T16:40:21.919Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:40:21.919Z] ---> f7bcd5c64db6 [2023-02-15T16:40:21.919Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-15T16:40:22.489Z] ---> 98220b9de554 [2023-02-15T16:40:22.489Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-15T16:40:22.748Z] ---> 193d765d3873 [2023-02-15T16:40:22.748Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-15T16:40:22.748Z] ---> Running in 16a177309e10 [2023-02-15T16:40:23.008Z] Removing intermediate container 16a177309e10 [2023-02-15T16:40:23.008Z] ---> c411d0c93e17 [2023-02-15T16:40:23.008Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:40:23.008Z] ---> Running in 8fbacc3ef08b [2023-02-15T16:40:23.008Z] Removing intermediate container 8fbacc3ef08b [2023-02-15T16:40:23.008Z] ---> dbdfbe5820fb [2023-02-15T16:40:23.008Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T16:40:23.008Z] ---> Running in c4150139085c [2023-02-15T16:40:23.275Z] Removing intermediate container c4150139085c [2023-02-15T16:40:23.275Z] ---> fb24b3074016 [2023-02-15T16:40:23.275Z] Step 21/22 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:23.275Z] ---> Running in fa08b2bb279b [2023-02-15T16:40:23.535Z] Removing intermediate container fa08b2bb279b [2023-02-15T16:40:23.535Z] ---> 0e85600040b7 [2023-02-15T16:40:23.535Z] Step 22/22 : LABEL version=3.0.0-dev.51 [2023-02-15T16:40:23.535Z] ---> Running in 299b170f0eb2 [2023-02-15T16:40:23.535Z] Removing intermediate container 299b170f0eb2 [2023-02-15T16:40:23.535Z] ---> 948c4a4de1d7 [2023-02-15T16:40:23.535Z] [2023-02-15T16:40:23.535Z] Successfully built 948c4a4de1d7 [2023-02-15T16:40:23.535Z] Successfully tagged support-notifications:latest [2023-02-15T16:40:23.800Z]  Building support-notifications ... done  [Pipeline] } [2023-02-15T16:40:23.812Z] $ docker stop --time=1 1570ff53ce0e76a91fb8cbb44910e12dfbbcc2234edc063385f99ef8229d8e3b [2023-02-15T16:40:25.135Z] $ docker rm -f --volumes 1570ff53ce0e76a91fb8cbb44910e12dfbbcc2234edc063385f99ef8229d8e3b [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T16:40:25.475Z] + docker images [2023-02-15T16:40:25.475Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-15T16:40:25.475Z] support-notifications latest 948c4a4de1d7 2 seconds ago 30.7MB [2023-02-15T16:40:25.475Z] 002cc262ba53 7 seconds ago 1.74GB [2023-02-15T16:40:25.475Z] security-spiffe-token-provider latest 72a03e9fa7e8 9 seconds ago 30MB [2023-02-15T16:40:25.475Z] 147f2ca3207d 14 seconds ago 1.71GB [2023-02-15T16:40:25.475Z] security-secretstore-setup latest ccc6ba0d50de 23 seconds ago 30MB [2023-02-15T16:40:25.475Z] core-command latest b5aa4f4ef0d4 32 seconds ago 17.7MB [2023-02-15T16:40:25.475Z] f5c402333a0a 32 seconds ago 1.67GB [2023-02-15T16:40:25.475Z] core-metadata latest 4e7d6cb8c81d 33 seconds ago 18.5MB [2023-02-15T16:40:25.475Z] 6999c9f9895c 41 seconds ago 1.68GB [2023-02-15T16:40:25.475Z] bdd31d0e1a39 46 seconds ago 1.68GB [2023-02-15T16:40:25.475Z] security-proxy-setup latest 7c276176333f 57 seconds ago 27.8MB [2023-02-15T16:40:25.476Z] f9d2e58d9253 About a minute ago 1.67GB [2023-02-15T16:40:25.476Z] security-spire-agent latest fbc77ea24c7d About a minute ago 125MB [2023-02-15T16:40:25.476Z] security-spire-config latest 431726942fe4 About a minute ago 85.8MB [2023-02-15T16:40:25.476Z] security-bootstrapper latest e16860b8839c About a minute ago 20.4MB [2023-02-15T16:40:25.476Z] 0c4a7e35615f About a minute ago 1.55GB [2023-02-15T16:40:25.476Z] core-common-config-bootstrapper latest 016f6849b26b About a minute ago 15.5MB [2023-02-15T16:40:25.476Z] support-scheduler latest 480250a88ef5 About a minute ago 30MB [2023-02-15T16:40:25.476Z] core-data latest e29104026e96 About a minute ago 17.9MB [2023-02-15T16:40:25.476Z] 9514f709dac0 About a minute ago 1.74GB [2023-02-15T16:40:25.476Z] 4061f59d6d38 About a minute ago 1.68GB [2023-02-15T16:40:25.476Z] f6e41638a950 About a minute ago 1.67GB [2023-02-15T16:40:25.476Z] 15da44195f9c About a minute ago 1.67GB [2023-02-15T16:40:25.476Z] security-spire-server latest d9325aec1271 2 minutes ago 86.5MB [2023-02-15T16:40:25.476Z] e52414b08f8b 2 minutes ago 1.55GB [2023-02-15T16:40:25.476Z] ci-base-image-x86_64 latest 6d221c3e9d4d 5 minutes ago 903MB [2023-02-15T16:40:25.476Z] alpine 3.15 5ce65d7b0fde 4 days ago 5.59MB [2023-02-15T16:40:25.476Z] alpine 3.16 dfd21b5a31f5 4 days ago 5.55MB [2023-02-15T16:40:25.476Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-15T16:40:25.476Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-15T16:40:25.476Z] 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-15T16:40:25.562Z] provisioning config files... [2023-02-15T16:40:25.571Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/411@tmp/config4673238779794033701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T16:40:25.868Z] ---> docker-login.sh [2023-02-15T16:40:25.868Z] nexus3.edgexfoundry.org:10001 [2023-02-15T16:40:25.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:40:25.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:40:25.868Z] Configure a credential helper to remove this warning. See [2023-02-15T16:40:25.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:40:25.868Z] [2023-02-15T16:40:25.868Z] Login Succeeded [2023-02-15T16:40:25.868Z] nexus3.edgexfoundry.org:10002 [2023-02-15T16:40:26.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:40:26.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:40:26.126Z] Configure a credential helper to remove this warning. See [2023-02-15T16:40:26.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:40:26.126Z] [2023-02-15T16:40:26.126Z] Login Succeeded [2023-02-15T16:40:26.126Z] nexus3.edgexfoundry.org:10003 [2023-02-15T16:40:26.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:40:26.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:40:26.126Z] Configure a credential helper to remove this warning. See [2023-02-15T16:40:26.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:40:26.126Z] [2023-02-15T16:40:26.126Z] Login Succeeded [2023-02-15T16:40:26.126Z] nexus3.edgexfoundry.org:10004 [2023-02-15T16:40:26.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:40:26.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:40:26.386Z] Configure a credential helper to remove this warning. See [2023-02-15T16:40:26.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:40:26.386Z] [2023-02-15T16:40:26.386Z] Login Succeeded [2023-02-15T16:40:26.386Z] docker.io [2023-02-15T16:40:26.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:40:26.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:40:26.646Z] Configure a credential helper to remove this warning. See [2023-02-15T16:40:26.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:40:26.646Z] [2023-02-15T16:40:26.646Z] Login Succeeded [2023-02-15T16:40:26.646Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T16:40:26.653Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:40:26.678Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T16:40:26.694Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-15T16:40:26.694Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:26.694Z] latest [2023-02-15T16:40:26.694Z] 3.0.0-dev.51 [2023-02-15T16:40:26.694Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:26.694Z] main [2023-02-15T16:40:26.694Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:27.000Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:27.304Z] + docker push nexus3.edgexfoundry.org:10004/core-command:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:27.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T16:40:27.304Z] efc7c1ea0243: Preparing [2023-02-15T16:40:27.304Z] fa611cbfba49: Preparing [2023-02-15T16:40:27.304Z] c62ae7f4648f: Preparing [2023-02-15T16:40:27.304Z] 1c7e867ec955: Preparing [2023-02-15T16:40:27.304Z] aa5968d388b8: Preparing [2023-02-15T16:40:27.304Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:27.304Z] efc7c1ea0243: Pushed [2023-02-15T16:40:27.304Z] 1c7e867ec955: Pushed [2023-02-15T16:40:27.304Z] c62ae7f4648f: Pushed [2023-02-15T16:40:28.683Z] fa611cbfba49: Pushed [2023-02-15T16:40:28.683Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:73af7938586952beb4824e0a2e38071711c80641e9eeeb9c0c9033d2b877e4d4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:28.993Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:29.300Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-15T16:40:29.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T16:40:29.301Z] efc7c1ea0243: Preparing [2023-02-15T16:40:29.301Z] fa611cbfba49: Preparing [2023-02-15T16:40:29.301Z] c62ae7f4648f: Preparing [2023-02-15T16:40:29.301Z] 1c7e867ec955: Preparing [2023-02-15T16:40:29.301Z] aa5968d388b8: Preparing [2023-02-15T16:40:29.301Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:29.301Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:29.301Z] fa611cbfba49: Layer already exists [2023-02-15T16:40:29.301Z] efc7c1ea0243: Layer already exists [2023-02-15T16:40:29.301Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:29.301Z] latest: digest: sha256:73af7938586952beb4824e0a2e38071711c80641e9eeeb9c0c9033d2b877e4d4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:29.607Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:29.917Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.51 [2023-02-15T16:40:29.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T16:40:29.917Z] efc7c1ea0243: Preparing [2023-02-15T16:40:29.917Z] fa611cbfba49: Preparing [2023-02-15T16:40:29.917Z] c62ae7f4648f: Preparing [2023-02-15T16:40:29.917Z] 1c7e867ec955: Preparing [2023-02-15T16:40:29.917Z] aa5968d388b8: Preparing [2023-02-15T16:40:29.917Z] fa611cbfba49: Layer already exists [2023-02-15T16:40:29.917Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:29.917Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:29.917Z] efc7c1ea0243: Layer already exists [2023-02-15T16:40:29.917Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:29.917Z] 3.0.0-dev.51: digest: sha256:73af7938586952beb4824e0a2e38071711c80641e9eeeb9c0c9033d2b877e4d4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:30.225Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:30.531Z] + docker push nexus3.edgexfoundry.org:10004/core-command:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:30.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T16:40:30.531Z] efc7c1ea0243: Preparing [2023-02-15T16:40:30.531Z] fa611cbfba49: Preparing [2023-02-15T16:40:30.531Z] c62ae7f4648f: Preparing [2023-02-15T16:40:30.531Z] 1c7e867ec955: Preparing [2023-02-15T16:40:30.531Z] aa5968d388b8: Preparing [2023-02-15T16:40:30.531Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:30.531Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:30.531Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:30.531Z] fa611cbfba49: Layer already exists [2023-02-15T16:40:30.531Z] efc7c1ea0243: Layer already exists [2023-02-15T16:40:30.791Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:73af7938586952beb4824e0a2e38071711c80641e9eeeb9c0c9033d2b877e4d4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:31.099Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:31.406Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-15T16:40:31.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T16:40:31.407Z] efc7c1ea0243: Preparing [2023-02-15T16:40:31.407Z] fa611cbfba49: Preparing [2023-02-15T16:40:31.407Z] c62ae7f4648f: Preparing [2023-02-15T16:40:31.407Z] 1c7e867ec955: Preparing [2023-02-15T16:40:31.407Z] aa5968d388b8: Preparing [2023-02-15T16:40:31.407Z] fa611cbfba49: Layer already exists [2023-02-15T16:40:31.407Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:31.407Z] efc7c1ea0243: Layer already exists [2023-02-15T16:40:31.407Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:31.407Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:31.407Z] main: digest: sha256:73af7938586952beb4824e0a2e38071711c80641e9eeeb9c0c9033d2b877e4d4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:40:31.442Z] ===================================================== [Pipeline] echo [2023-02-15T16:40:31.448Z] taggedImages: [2023-02-15T16:40:31.448Z] - nexus3.edgexfoundry.org:10004/core-command:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:31.448Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-15T16:40:31.448Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.51 [2023-02-15T16:40:31.448Z] - nexus3.edgexfoundry.org:10004/core-command:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:31.448Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-15T16:40:31.462Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-15T16:40:31.462Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:31.462Z] latest [2023-02-15T16:40:31.462Z] 3.0.0-dev.51 [2023-02-15T16:40:31.462Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:31.462Z] main [2023-02-15T16:40:31.462Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:31.767Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:32.082Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:32.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T16:40:32.082Z] 8bca81384b82: Preparing [2023-02-15T16:40:32.082Z] e6b5ef59050d: Preparing [2023-02-15T16:40:32.082Z] 890a9e48062b: Preparing [2023-02-15T16:40:32.082Z] 3ef3cfc3cae8: Preparing [2023-02-15T16:40:32.082Z] c62ae7f4648f: Preparing [2023-02-15T16:40:32.082Z] 1c7e867ec955: Preparing [2023-02-15T16:40:32.082Z] aa5968d388b8: Preparing [2023-02-15T16:40:32.082Z] aa5968d388b8: Waiting [2023-02-15T16:40:32.082Z] 1c7e867ec955: Waiting [2023-02-15T16:40:32.082Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:32.082Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:32.082Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:32.082Z] e6b5ef59050d: Pushed [2023-02-15T16:40:32.082Z] 8bca81384b82: Pushed [2023-02-15T16:40:32.082Z] 890a9e48062b: Pushed [2023-02-15T16:40:33.462Z] 3ef3cfc3cae8: Pushed [2023-02-15T16:40:33.462Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:a49b45d25b81f8ab4e457c7a35fe4751790d77b829df7c0df3531c8abfd58116 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:33.775Z] + 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-15T16:40:34.087Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-15T16:40:34.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T16:40:34.087Z] 8bca81384b82: Preparing [2023-02-15T16:40:34.087Z] e6b5ef59050d: Preparing [2023-02-15T16:40:34.087Z] 890a9e48062b: Preparing [2023-02-15T16:40:34.087Z] 3ef3cfc3cae8: Preparing [2023-02-15T16:40:34.087Z] c62ae7f4648f: Preparing [2023-02-15T16:40:34.087Z] 1c7e867ec955: Preparing [2023-02-15T16:40:34.087Z] aa5968d388b8: Preparing [2023-02-15T16:40:34.087Z] 1c7e867ec955: Waiting [2023-02-15T16:40:34.087Z] aa5968d388b8: Waiting [2023-02-15T16:40:34.087Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:34.087Z] 8bca81384b82: Layer already exists [2023-02-15T16:40:34.087Z] 890a9e48062b: Layer already exists [2023-02-15T16:40:34.087Z] 3ef3cfc3cae8: Layer already exists [2023-02-15T16:40:34.087Z] e6b5ef59050d: Layer already exists [2023-02-15T16:40:34.087Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:34.087Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:34.087Z] latest: digest: sha256:a49b45d25b81f8ab4e457c7a35fe4751790d77b829df7c0df3531c8abfd58116 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:34.401Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:34.709Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.51 [2023-02-15T16:40:34.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T16:40:34.709Z] 8bca81384b82: Preparing [2023-02-15T16:40:34.709Z] e6b5ef59050d: Preparing [2023-02-15T16:40:34.709Z] 890a9e48062b: Preparing [2023-02-15T16:40:34.709Z] 3ef3cfc3cae8: Preparing [2023-02-15T16:40:34.709Z] c62ae7f4648f: Preparing [2023-02-15T16:40:34.709Z] 1c7e867ec955: Preparing [2023-02-15T16:40:34.709Z] aa5968d388b8: Preparing [2023-02-15T16:40:34.709Z] 1c7e867ec955: Waiting [2023-02-15T16:40:34.709Z] aa5968d388b8: Waiting [2023-02-15T16:40:34.709Z] 8bca81384b82: Layer already exists [2023-02-15T16:40:34.709Z] 890a9e48062b: Layer already exists [2023-02-15T16:40:34.709Z] 3ef3cfc3cae8: Layer already exists [2023-02-15T16:40:34.709Z] e6b5ef59050d: Layer already exists [2023-02-15T16:40:34.709Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:34.709Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:34.709Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:34.709Z] 3.0.0-dev.51: digest: sha256:a49b45d25b81f8ab4e457c7a35fe4751790d77b829df7c0df3531c8abfd58116 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:35.024Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:35.340Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:35.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T16:40:35.340Z] 8bca81384b82: Preparing [2023-02-15T16:40:35.340Z] e6b5ef59050d: Preparing [2023-02-15T16:40:35.340Z] 890a9e48062b: Preparing [2023-02-15T16:40:35.340Z] 3ef3cfc3cae8: Preparing [2023-02-15T16:40:35.340Z] c62ae7f4648f: Preparing [2023-02-15T16:40:35.340Z] 1c7e867ec955: Preparing [2023-02-15T16:40:35.340Z] aa5968d388b8: Preparing [2023-02-15T16:40:35.340Z] aa5968d388b8: Waiting [2023-02-15T16:40:35.340Z] 1c7e867ec955: Waiting [2023-02-15T16:40:35.340Z] 8bca81384b82: Layer already exists [2023-02-15T16:40:35.340Z] 890a9e48062b: Layer already exists [2023-02-15T16:40:35.340Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:35.340Z] e6b5ef59050d: Layer already exists [2023-02-15T16:40:35.340Z] 3ef3cfc3cae8: Layer already exists [2023-02-15T16:40:35.340Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:35.340Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:35.340Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:a49b45d25b81f8ab4e457c7a35fe4751790d77b829df7c0df3531c8abfd58116 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:35.648Z] + 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-15T16:40:35.957Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-15T16:40:35.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T16:40:35.957Z] 8bca81384b82: Preparing [2023-02-15T16:40:35.957Z] e6b5ef59050d: Preparing [2023-02-15T16:40:35.957Z] 890a9e48062b: Preparing [2023-02-15T16:40:35.957Z] 3ef3cfc3cae8: Preparing [2023-02-15T16:40:35.957Z] c62ae7f4648f: Preparing [2023-02-15T16:40:35.957Z] 1c7e867ec955: Preparing [2023-02-15T16:40:35.957Z] aa5968d388b8: Preparing [2023-02-15T16:40:35.957Z] 1c7e867ec955: Waiting [2023-02-15T16:40:35.957Z] aa5968d388b8: Waiting [2023-02-15T16:40:35.957Z] 8bca81384b82: Layer already exists [2023-02-15T16:40:35.957Z] 3ef3cfc3cae8: Layer already exists [2023-02-15T16:40:35.957Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:35.957Z] 890a9e48062b: Layer already exists [2023-02-15T16:40:35.957Z] e6b5ef59050d: Layer already exists [2023-02-15T16:40:35.957Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:35.957Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:35.957Z] main: digest: sha256:a49b45d25b81f8ab4e457c7a35fe4751790d77b829df7c0df3531c8abfd58116 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:40:35.999Z] ===================================================== [Pipeline] echo [2023-02-15T16:40:36.006Z] taggedImages: [2023-02-15T16:40:36.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:36.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-15T16:40:36.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.51 [2023-02-15T16:40:36.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:36.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-15T16:40:36.031Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-15T16:40:36.031Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:36.031Z] latest [2023-02-15T16:40:36.031Z] 3.0.0-dev.51 [2023-02-15T16:40:36.031Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:36.031Z] main [2023-02-15T16:40:36.031Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:36.349Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:36.652Z] + docker push nexus3.edgexfoundry.org:10004/core-data:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:36.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T16:40:36.652Z] 096723c4fff6: Preparing [2023-02-15T16:40:36.652Z] 685b7c02c2a7: Preparing [2023-02-15T16:40:36.652Z] c62ae7f4648f: Preparing [2023-02-15T16:40:36.652Z] 6f80abf1ddee: Preparing [2023-02-15T16:40:36.652Z] aa5968d388b8: Preparing [2023-02-15T16:40:36.652Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:36.652Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:36.652Z] 6f80abf1ddee: Pushed [2023-02-15T16:40:36.652Z] 096723c4fff6: Pushed [2023-02-15T16:40:38.030Z] 685b7c02c2a7: Pushed [2023-02-15T16:40:38.030Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:7f1b546a4c35160ed17d947622b2563bdc1b78273a593f12c503e5196ab21639 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:38.338Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:38.637Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-15T16:40:38.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T16:40:38.637Z] 096723c4fff6: Preparing [2023-02-15T16:40:38.637Z] 685b7c02c2a7: Preparing [2023-02-15T16:40:38.637Z] c62ae7f4648f: Preparing [2023-02-15T16:40:38.637Z] 6f80abf1ddee: Preparing [2023-02-15T16:40:38.637Z] aa5968d388b8: Preparing [2023-02-15T16:40:38.637Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:38.637Z] 096723c4fff6: Layer already exists [2023-02-15T16:40:38.637Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:38.637Z] 6f80abf1ddee: Layer already exists [2023-02-15T16:40:38.637Z] 685b7c02c2a7: Layer already exists [2023-02-15T16:40:38.637Z] latest: digest: sha256:7f1b546a4c35160ed17d947622b2563bdc1b78273a593f12c503e5196ab21639 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:38.947Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:39.289Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.51 [2023-02-15T16:40:39.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T16:40:39.289Z] 096723c4fff6: Preparing [2023-02-15T16:40:39.289Z] 685b7c02c2a7: Preparing [2023-02-15T16:40:39.289Z] c62ae7f4648f: Preparing [2023-02-15T16:40:39.289Z] 6f80abf1ddee: Preparing [2023-02-15T16:40:39.289Z] aa5968d388b8: Preparing [2023-02-15T16:40:39.289Z] 685b7c02c2a7: Layer already exists [2023-02-15T16:40:39.289Z] 096723c4fff6: Layer already exists [2023-02-15T16:40:39.289Z] 6f80abf1ddee: Layer already exists [2023-02-15T16:40:39.289Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:39.289Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:39.289Z] 3.0.0-dev.51: digest: sha256:7f1b546a4c35160ed17d947622b2563bdc1b78273a593f12c503e5196ab21639 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:39.704Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:40.036Z] + docker push nexus3.edgexfoundry.org:10004/core-data:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:40.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T16:40:40.036Z] 096723c4fff6: Preparing [2023-02-15T16:40:40.036Z] 685b7c02c2a7: Preparing [2023-02-15T16:40:40.036Z] c62ae7f4648f: Preparing [2023-02-15T16:40:40.036Z] 6f80abf1ddee: Preparing [2023-02-15T16:40:40.036Z] aa5968d388b8: Preparing [2023-02-15T16:40:40.036Z] 6f80abf1ddee: Layer already exists [2023-02-15T16:40:40.036Z] 096723c4fff6: Layer already exists [2023-02-15T16:40:40.036Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:40.036Z] 685b7c02c2a7: Layer already exists [2023-02-15T16:40:40.036Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:40.036Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:7f1b546a4c35160ed17d947622b2563bdc1b78273a593f12c503e5196ab21639 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:40.463Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:40.815Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-15T16:40:40.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T16:40:40.815Z] 096723c4fff6: Preparing [2023-02-15T16:40:40.815Z] 685b7c02c2a7: Preparing [2023-02-15T16:40:40.815Z] c62ae7f4648f: Preparing [2023-02-15T16:40:40.815Z] 6f80abf1ddee: Preparing [2023-02-15T16:40:40.815Z] aa5968d388b8: Preparing [2023-02-15T16:40:40.815Z] 096723c4fff6: Layer already exists [2023-02-15T16:40:40.815Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:40.815Z] 685b7c02c2a7: Layer already exists [2023-02-15T16:40:40.815Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:40.815Z] 6f80abf1ddee: Layer already exists [2023-02-15T16:40:40.815Z] main: digest: sha256:7f1b546a4c35160ed17d947622b2563bdc1b78273a593f12c503e5196ab21639 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:40:40.850Z] ===================================================== [Pipeline] echo [2023-02-15T16:40:40.859Z] taggedImages: [2023-02-15T16:40:40.859Z] - nexus3.edgexfoundry.org:10004/core-data:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:40.859Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-15T16:40:40.859Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.51 [2023-02-15T16:40:40.859Z] - nexus3.edgexfoundry.org:10004/core-data:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:40.859Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-02-15T16:40:40.885Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-15T16:40:40.885Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:40.885Z] latest [2023-02-15T16:40:40.885Z] 3.0.0-dev.51 [2023-02-15T16:40:40.885Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:40.885Z] main [2023-02-15T16:40:40.885Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:41.204Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:41.502Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:41.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T16:40:41.502Z] 85d10adeff80: Preparing [2023-02-15T16:40:41.502Z] 2fbdb56e2912: Preparing [2023-02-15T16:40:41.502Z] 589817aedc25: Preparing [2023-02-15T16:40:41.502Z] c62ae7f4648f: Preparing [2023-02-15T16:40:41.502Z] 1c7e867ec955: Preparing [2023-02-15T16:40:41.502Z] aa5968d388b8: Preparing [2023-02-15T16:40:41.502Z] aa5968d388b8: Waiting [2023-02-15T16:40:41.502Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:41.502Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:41.502Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:41.502Z] 85d10adeff80: Pushed [2023-02-15T16:40:41.502Z] 2fbdb56e2912: Pushed [2023-02-15T16:40:42.879Z] 589817aedc25: Pushed [2023-02-15T16:40:43.140Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:6b680d61d848a594929efb5c4b1498e435fb2ac1dd1471503802c621d747f490 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:43.440Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:43.740Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-15T16:40:43.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T16:40:43.741Z] 85d10adeff80: Preparing [2023-02-15T16:40:43.741Z] 2fbdb56e2912: Preparing [2023-02-15T16:40:43.741Z] 589817aedc25: Preparing [2023-02-15T16:40:43.741Z] c62ae7f4648f: Preparing [2023-02-15T16:40:43.741Z] 1c7e867ec955: Preparing [2023-02-15T16:40:43.741Z] aa5968d388b8: Preparing [2023-02-15T16:40:43.741Z] aa5968d388b8: Waiting [2023-02-15T16:40:43.741Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:43.741Z] 589817aedc25: Layer already exists [2023-02-15T16:40:43.741Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:43.741Z] 2fbdb56e2912: Layer already exists [2023-02-15T16:40:43.741Z] 85d10adeff80: Layer already exists [2023-02-15T16:40:43.741Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:43.741Z] latest: digest: sha256:6b680d61d848a594929efb5c4b1498e435fb2ac1dd1471503802c621d747f490 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:44.044Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:44.345Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.51 [2023-02-15T16:40:44.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T16:40:44.345Z] 85d10adeff80: Preparing [2023-02-15T16:40:44.345Z] 2fbdb56e2912: Preparing [2023-02-15T16:40:44.345Z] 589817aedc25: Preparing [2023-02-15T16:40:44.345Z] c62ae7f4648f: Preparing [2023-02-15T16:40:44.345Z] 1c7e867ec955: Preparing [2023-02-15T16:40:44.345Z] aa5968d388b8: Preparing [2023-02-15T16:40:44.345Z] aa5968d388b8: Waiting [2023-02-15T16:40:44.345Z] 589817aedc25: Layer already exists [2023-02-15T16:40:44.345Z] 85d10adeff80: Layer already exists [2023-02-15T16:40:44.345Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:44.345Z] 2fbdb56e2912: Layer already exists [2023-02-15T16:40:44.345Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:44.345Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:44.345Z] 3.0.0-dev.51: digest: sha256:6b680d61d848a594929efb5c4b1498e435fb2ac1dd1471503802c621d747f490 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:44.651Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:44.952Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:44.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T16:40:44.952Z] 85d10adeff80: Preparing [2023-02-15T16:40:44.952Z] 2fbdb56e2912: Preparing [2023-02-15T16:40:44.952Z] 589817aedc25: Preparing [2023-02-15T16:40:44.952Z] c62ae7f4648f: Preparing [2023-02-15T16:40:44.952Z] 1c7e867ec955: Preparing [2023-02-15T16:40:44.952Z] aa5968d388b8: Preparing [2023-02-15T16:40:44.952Z] aa5968d388b8: Waiting [2023-02-15T16:40:44.952Z] 85d10adeff80: Layer already exists [2023-02-15T16:40:44.952Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:44.952Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:44.952Z] 589817aedc25: Layer already exists [2023-02-15T16:40:44.952Z] 2fbdb56e2912: Layer already exists [2023-02-15T16:40:44.952Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:44.952Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:6b680d61d848a594929efb5c4b1498e435fb2ac1dd1471503802c621d747f490 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:45.254Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:45.556Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-15T16:40:45.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T16:40:45.556Z] 85d10adeff80: Preparing [2023-02-15T16:40:45.556Z] 2fbdb56e2912: Preparing [2023-02-15T16:40:45.556Z] 589817aedc25: Preparing [2023-02-15T16:40:45.556Z] c62ae7f4648f: Preparing [2023-02-15T16:40:45.556Z] 1c7e867ec955: Preparing [2023-02-15T16:40:45.556Z] aa5968d388b8: Preparing [2023-02-15T16:40:45.556Z] aa5968d388b8: Waiting [2023-02-15T16:40:45.556Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:45.556Z] 1c7e867ec955: Layer already exists [2023-02-15T16:40:45.556Z] 2fbdb56e2912: Layer already exists [2023-02-15T16:40:45.556Z] 85d10adeff80: Layer already exists [2023-02-15T16:40:45.556Z] 589817aedc25: Layer already exists [2023-02-15T16:40:45.556Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:45.556Z] main: digest: sha256:6b680d61d848a594929efb5c4b1498e435fb2ac1dd1471503802c621d747f490 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:40:45.591Z] ===================================================== [Pipeline] echo [2023-02-15T16:40:45.597Z] taggedImages: [2023-02-15T16:40:45.597Z] - nexus3.edgexfoundry.org:10004/core-metadata:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:45.597Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-15T16:40:45.597Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.51 [2023-02-15T16:40:45.597Z] - nexus3.edgexfoundry.org:10004/core-metadata:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:45.597Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-15T16:40:45.612Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-15T16:40:45.612Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:45.612Z] latest [2023-02-15T16:40:45.612Z] 3.0.0-dev.51 [2023-02-15T16:40:45.612Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:45.612Z] main [2023-02-15T16:40:45.612Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:45.915Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:46.213Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:46.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T16:40:46.213Z] bea6767752a8: Preparing [2023-02-15T16:40:46.213Z] bea6767752a8: Preparing [2023-02-15T16:40:46.213Z] e36e34046b4f: Preparing [2023-02-15T16:40:46.213Z] 35a413363cab: Preparing [2023-02-15T16:40:46.213Z] a8949319b9e6: Preparing [2023-02-15T16:40:46.213Z] 234951f4ffea: Preparing [2023-02-15T16:40:46.213Z] 273a9cb621ac: Preparing [2023-02-15T16:40:46.213Z] c62ae7f4648f: Preparing [2023-02-15T16:40:46.213Z] 426362b5aa0d: Preparing [2023-02-15T16:40:46.213Z] 04755468660a: Preparing [2023-02-15T16:40:46.213Z] e4d37ef0f265: Preparing [2023-02-15T16:40:46.213Z] 7953a891d212: Preparing [2023-02-15T16:40:46.213Z] aa5968d388b8: Preparing [2023-02-15T16:40:46.213Z] 273a9cb621ac: Waiting [2023-02-15T16:40:46.213Z] c62ae7f4648f: Waiting [2023-02-15T16:40:46.213Z] 426362b5aa0d: Waiting [2023-02-15T16:40:46.213Z] 04755468660a: Waiting [2023-02-15T16:40:46.213Z] e4d37ef0f265: Waiting [2023-02-15T16:40:46.213Z] 7953a891d212: Waiting [2023-02-15T16:40:46.213Z] aa5968d388b8: Waiting [2023-02-15T16:40:46.213Z] a8949319b9e6: Pushed [2023-02-15T16:40:46.213Z] 234951f4ffea: Pushed [2023-02-15T16:40:46.213Z] e36e34046b4f: Pushed [2023-02-15T16:40:46.213Z] 35a413363cab: Pushed [2023-02-15T16:40:46.213Z] bea6767752a8: Pushed [2023-02-15T16:40:46.213Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:46.473Z] 04755468660a: Pushed [2023-02-15T16:40:46.473Z] e4d37ef0f265: Pushed [2023-02-15T16:40:46.473Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:46.473Z] 426362b5aa0d: Pushed [2023-02-15T16:40:46.473Z] 7953a891d212: Pushed [2023-02-15T16:40:48.380Z] 273a9cb621ac: Pushed [2023-02-15T16:40:48.380Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:afc985134e4d74718e4fd9f502202fe77676cca0b438709abd81d8629f1bb8c5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:48.692Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:48.997Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-15T16:40:48.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T16:40:48.997Z] bea6767752a8: Preparing [2023-02-15T16:40:48.997Z] bea6767752a8: Preparing [2023-02-15T16:40:48.997Z] e36e34046b4f: Preparing [2023-02-15T16:40:48.997Z] 35a413363cab: Preparing [2023-02-15T16:40:48.997Z] a8949319b9e6: Preparing [2023-02-15T16:40:48.997Z] 234951f4ffea: Preparing [2023-02-15T16:40:48.997Z] 273a9cb621ac: Preparing [2023-02-15T16:40:48.997Z] c62ae7f4648f: Preparing [2023-02-15T16:40:48.997Z] 426362b5aa0d: Preparing [2023-02-15T16:40:48.997Z] 04755468660a: Preparing [2023-02-15T16:40:48.997Z] e4d37ef0f265: Preparing [2023-02-15T16:40:48.997Z] c62ae7f4648f: Waiting [2023-02-15T16:40:48.997Z] 04755468660a: Waiting [2023-02-15T16:40:48.997Z] 426362b5aa0d: Waiting [2023-02-15T16:40:48.997Z] 273a9cb621ac: Waiting [2023-02-15T16:40:48.997Z] 7953a891d212: Preparing [2023-02-15T16:40:48.997Z] e4d37ef0f265: Waiting [2023-02-15T16:40:48.997Z] aa5968d388b8: Preparing [2023-02-15T16:40:48.997Z] 7953a891d212: Waiting [2023-02-15T16:40:48.997Z] aa5968d388b8: Waiting [2023-02-15T16:40:48.997Z] 234951f4ffea: Layer already exists [2023-02-15T16:40:48.997Z] e36e34046b4f: Layer already exists [2023-02-15T16:40:48.997Z] a8949319b9e6: Layer already exists [2023-02-15T16:40:48.997Z] bea6767752a8: Layer already exists [2023-02-15T16:40:48.997Z] 35a413363cab: Layer already exists [2023-02-15T16:40:48.998Z] 273a9cb621ac: Layer already exists [2023-02-15T16:40:48.998Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:48.998Z] 04755468660a: Layer already exists [2023-02-15T16:40:48.998Z] 426362b5aa0d: Layer already exists [2023-02-15T16:40:48.998Z] e4d37ef0f265: Layer already exists [2023-02-15T16:40:48.998Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:48.998Z] 7953a891d212: Layer already exists [2023-02-15T16:40:48.998Z] latest: digest: sha256:afc985134e4d74718e4fd9f502202fe77676cca0b438709abd81d8629f1bb8c5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:49.309Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:49.613Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.51 [2023-02-15T16:40:49.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T16:40:49.613Z] bea6767752a8: Preparing [2023-02-15T16:40:49.613Z] bea6767752a8: Preparing [2023-02-15T16:40:49.613Z] e36e34046b4f: Preparing [2023-02-15T16:40:49.613Z] 35a413363cab: Preparing [2023-02-15T16:40:49.613Z] a8949319b9e6: Preparing [2023-02-15T16:40:49.613Z] 234951f4ffea: Preparing [2023-02-15T16:40:49.613Z] 273a9cb621ac: Preparing [2023-02-15T16:40:49.613Z] c62ae7f4648f: Preparing [2023-02-15T16:40:49.613Z] 426362b5aa0d: Preparing [2023-02-15T16:40:49.613Z] 04755468660a: Preparing [2023-02-15T16:40:49.613Z] e4d37ef0f265: Preparing [2023-02-15T16:40:49.613Z] 7953a891d212: Preparing [2023-02-15T16:40:49.613Z] aa5968d388b8: Preparing [2023-02-15T16:40:49.613Z] 04755468660a: Waiting [2023-02-15T16:40:49.613Z] e4d37ef0f265: Waiting [2023-02-15T16:40:49.613Z] 7953a891d212: Waiting [2023-02-15T16:40:49.613Z] aa5968d388b8: Waiting [2023-02-15T16:40:49.613Z] 273a9cb621ac: Waiting [2023-02-15T16:40:49.613Z] 426362b5aa0d: Waiting [2023-02-15T16:40:49.613Z] c62ae7f4648f: Waiting [2023-02-15T16:40:49.613Z] a8949319b9e6: Layer already exists [2023-02-15T16:40:49.613Z] e36e34046b4f: Layer already exists [2023-02-15T16:40:49.613Z] 35a413363cab: Layer already exists [2023-02-15T16:40:49.613Z] bea6767752a8: Layer already exists [2023-02-15T16:40:49.613Z] 234951f4ffea: Layer already exists [2023-02-15T16:40:49.613Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:49.613Z] 273a9cb621ac: Layer already exists [2023-02-15T16:40:49.613Z] 426362b5aa0d: Layer already exists [2023-02-15T16:40:49.613Z] 04755468660a: Layer already exists [2023-02-15T16:40:49.613Z] e4d37ef0f265: Layer already exists [2023-02-15T16:40:49.613Z] 7953a891d212: Layer already exists [2023-02-15T16:40:49.613Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:49.613Z] 3.0.0-dev.51: digest: sha256:afc985134e4d74718e4fd9f502202fe77676cca0b438709abd81d8629f1bb8c5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:49.919Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:50.220Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:50.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T16:40:50.220Z] bea6767752a8: Preparing [2023-02-15T16:40:50.220Z] bea6767752a8: Preparing [2023-02-15T16:40:50.220Z] e36e34046b4f: Preparing [2023-02-15T16:40:50.220Z] 35a413363cab: Preparing [2023-02-15T16:40:50.220Z] a8949319b9e6: Preparing [2023-02-15T16:40:50.220Z] 234951f4ffea: Preparing [2023-02-15T16:40:50.220Z] 273a9cb621ac: Preparing [2023-02-15T16:40:50.220Z] c62ae7f4648f: Preparing [2023-02-15T16:40:50.220Z] 426362b5aa0d: Preparing [2023-02-15T16:40:50.220Z] 04755468660a: Preparing [2023-02-15T16:40:50.220Z] e4d37ef0f265: Preparing [2023-02-15T16:40:50.220Z] 7953a891d212: Preparing [2023-02-15T16:40:50.220Z] aa5968d388b8: Preparing [2023-02-15T16:40:50.220Z] 426362b5aa0d: Waiting [2023-02-15T16:40:50.220Z] 04755468660a: Waiting [2023-02-15T16:40:50.220Z] e4d37ef0f265: Waiting [2023-02-15T16:40:50.220Z] 7953a891d212: Waiting [2023-02-15T16:40:50.220Z] 273a9cb621ac: Waiting [2023-02-15T16:40:50.220Z] aa5968d388b8: Waiting [2023-02-15T16:40:50.220Z] c62ae7f4648f: Waiting [2023-02-15T16:40:50.220Z] 234951f4ffea: Layer already exists [2023-02-15T16:40:50.220Z] e36e34046b4f: Layer already exists [2023-02-15T16:40:50.220Z] a8949319b9e6: Layer already exists [2023-02-15T16:40:50.220Z] 35a413363cab: Layer already exists [2023-02-15T16:40:50.220Z] bea6767752a8: Layer already exists [2023-02-15T16:40:50.220Z] 273a9cb621ac: Layer already exists [2023-02-15T16:40:50.220Z] 426362b5aa0d: Layer already exists [2023-02-15T16:40:50.220Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:50.220Z] e4d37ef0f265: Layer already exists [2023-02-15T16:40:50.220Z] 04755468660a: Layer already exists [2023-02-15T16:40:50.220Z] 7953a891d212: Layer already exists [2023-02-15T16:40:50.220Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:50.220Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:afc985134e4d74718e4fd9f502202fe77676cca0b438709abd81d8629f1bb8c5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:50.525Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:50.828Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-15T16:40:50.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T16:40:50.828Z] bea6767752a8: Preparing [2023-02-15T16:40:50.828Z] bea6767752a8: Preparing [2023-02-15T16:40:50.828Z] e36e34046b4f: Preparing [2023-02-15T16:40:50.828Z] 35a413363cab: Preparing [2023-02-15T16:40:50.828Z] a8949319b9e6: Preparing [2023-02-15T16:40:50.828Z] 234951f4ffea: Preparing [2023-02-15T16:40:50.828Z] 273a9cb621ac: Preparing [2023-02-15T16:40:50.828Z] c62ae7f4648f: Preparing [2023-02-15T16:40:50.828Z] 426362b5aa0d: Preparing [2023-02-15T16:40:50.828Z] 04755468660a: Preparing [2023-02-15T16:40:50.828Z] e4d37ef0f265: Preparing [2023-02-15T16:40:50.828Z] 7953a891d212: Preparing [2023-02-15T16:40:50.828Z] aa5968d388b8: Preparing [2023-02-15T16:40:50.828Z] 426362b5aa0d: Waiting [2023-02-15T16:40:50.828Z] 04755468660a: Waiting [2023-02-15T16:40:50.828Z] e4d37ef0f265: Waiting [2023-02-15T16:40:50.828Z] 7953a891d212: Waiting [2023-02-15T16:40:50.828Z] 273a9cb621ac: Waiting [2023-02-15T16:40:50.828Z] c62ae7f4648f: Waiting [2023-02-15T16:40:50.828Z] aa5968d388b8: Waiting [2023-02-15T16:40:50.828Z] a8949319b9e6: Layer already exists [2023-02-15T16:40:50.828Z] 35a413363cab: Layer already exists [2023-02-15T16:40:50.828Z] e36e34046b4f: Layer already exists [2023-02-15T16:40:50.828Z] 234951f4ffea: Layer already exists [2023-02-15T16:40:50.828Z] bea6767752a8: Layer already exists [2023-02-15T16:40:50.828Z] c62ae7f4648f: Layer already exists [2023-02-15T16:40:50.828Z] 273a9cb621ac: Layer already exists [2023-02-15T16:40:50.828Z] 426362b5aa0d: Layer already exists [2023-02-15T16:40:50.828Z] 04755468660a: Layer already exists [2023-02-15T16:40:50.828Z] e4d37ef0f265: Layer already exists [2023-02-15T16:40:50.828Z] 7953a891d212: Layer already exists [2023-02-15T16:40:50.828Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:50.828Z] main: digest: sha256:afc985134e4d74718e4fd9f502202fe77676cca0b438709abd81d8629f1bb8c5 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:40:50.867Z] ===================================================== [Pipeline] echo [2023-02-15T16:40:50.873Z] taggedImages: [2023-02-15T16:40:50.873Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:50.873Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-15T16:40:50.873Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.51 [2023-02-15T16:40:50.873Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:50.873Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-15T16:40:50.888Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-15T16:40:50.888Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:50.888Z] latest [2023-02-15T16:40:50.888Z] 3.0.0-dev.51 [2023-02-15T16:40:50.888Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:50.888Z] main [2023-02-15T16:40:50.888Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:51.193Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:51.500Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:51.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T16:40:51.500Z] 47a81df6d351: Preparing [2023-02-15T16:40:51.500Z] df9241e5d67b: Preparing [2023-02-15T16:40:51.500Z] 15cb504b483d: Preparing [2023-02-15T16:40:51.500Z] 6dae31271f41: Preparing [2023-02-15T16:40:51.500Z] d48376d7e3bb: Preparing [2023-02-15T16:40:51.500Z] 23ba3c858bb5: Preparing [2023-02-15T16:40:51.500Z] c2f0823b9a1f: Preparing [2023-02-15T16:40:51.500Z] aa5968d388b8: Preparing [2023-02-15T16:40:51.500Z] 23ba3c858bb5: Waiting [2023-02-15T16:40:51.500Z] c2f0823b9a1f: Waiting [2023-02-15T16:40:51.500Z] aa5968d388b8: Waiting [2023-02-15T16:40:51.500Z] d48376d7e3bb: Pushed [2023-02-15T16:40:51.500Z] 47a81df6d351: Pushed [2023-02-15T16:40:51.500Z] df9241e5d67b: Pushed [2023-02-15T16:40:51.500Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:51.759Z] 23ba3c858bb5: Pushed [2023-02-15T16:40:52.019Z] c2f0823b9a1f: Pushed [2023-02-15T16:40:52.604Z] 15cb504b483d: Pushed [2023-02-15T16:40:52.604Z] 6dae31271f41: Pushed [2023-02-15T16:40:52.863Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:c50f367a0cfe6f799a89dfabede9de7a8ef81f8053a08d353e064ac3274d3706 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:53.167Z] + 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-15T16:40:53.474Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-15T16:40:53.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T16:40:53.474Z] 47a81df6d351: Preparing [2023-02-15T16:40:53.474Z] df9241e5d67b: Preparing [2023-02-15T16:40:53.474Z] 15cb504b483d: Preparing [2023-02-15T16:40:53.474Z] 6dae31271f41: Preparing [2023-02-15T16:40:53.474Z] d48376d7e3bb: Preparing [2023-02-15T16:40:53.474Z] 23ba3c858bb5: Preparing [2023-02-15T16:40:53.474Z] c2f0823b9a1f: Preparing [2023-02-15T16:40:53.474Z] aa5968d388b8: Preparing [2023-02-15T16:40:53.474Z] 23ba3c858bb5: Waiting [2023-02-15T16:40:53.474Z] c2f0823b9a1f: Waiting [2023-02-15T16:40:53.474Z] aa5968d388b8: Waiting [2023-02-15T16:40:53.474Z] 15cb504b483d: Layer already exists [2023-02-15T16:40:53.474Z] d48376d7e3bb: Layer already exists [2023-02-15T16:40:53.474Z] 6dae31271f41: Layer already exists [2023-02-15T16:40:53.474Z] 47a81df6d351: Layer already exists [2023-02-15T16:40:53.474Z] df9241e5d67b: Layer already exists [2023-02-15T16:40:53.474Z] 23ba3c858bb5: Layer already exists [2023-02-15T16:40:53.474Z] c2f0823b9a1f: Layer already exists [2023-02-15T16:40:53.474Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:53.474Z] latest: digest: sha256:c50f367a0cfe6f799a89dfabede9de7a8ef81f8053a08d353e064ac3274d3706 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:53.778Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:54.085Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.51 [2023-02-15T16:40:54.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T16:40:54.085Z] 47a81df6d351: Preparing [2023-02-15T16:40:54.085Z] df9241e5d67b: Preparing [2023-02-15T16:40:54.085Z] 15cb504b483d: Preparing [2023-02-15T16:40:54.085Z] 6dae31271f41: Preparing [2023-02-15T16:40:54.085Z] d48376d7e3bb: Preparing [2023-02-15T16:40:54.085Z] 23ba3c858bb5: Preparing [2023-02-15T16:40:54.085Z] c2f0823b9a1f: Preparing [2023-02-15T16:40:54.085Z] aa5968d388b8: Preparing [2023-02-15T16:40:54.085Z] 23ba3c858bb5: Waiting [2023-02-15T16:40:54.085Z] c2f0823b9a1f: Waiting [2023-02-15T16:40:54.085Z] aa5968d388b8: Waiting [2023-02-15T16:40:54.085Z] 6dae31271f41: Layer already exists [2023-02-15T16:40:54.085Z] d48376d7e3bb: Layer already exists [2023-02-15T16:40:54.085Z] df9241e5d67b: Layer already exists [2023-02-15T16:40:54.085Z] 15cb504b483d: Layer already exists [2023-02-15T16:40:54.085Z] 47a81df6d351: Layer already exists [2023-02-15T16:40:54.085Z] 23ba3c858bb5: Layer already exists [2023-02-15T16:40:54.085Z] c2f0823b9a1f: Layer already exists [2023-02-15T16:40:54.085Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:54.085Z] 3.0.0-dev.51: digest: sha256:c50f367a0cfe6f799a89dfabede9de7a8ef81f8053a08d353e064ac3274d3706 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:54.387Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:54.686Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:54.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T16:40:54.686Z] 47a81df6d351: Preparing [2023-02-15T16:40:54.686Z] df9241e5d67b: Preparing [2023-02-15T16:40:54.686Z] 15cb504b483d: Preparing [2023-02-15T16:40:54.686Z] 6dae31271f41: Preparing [2023-02-15T16:40:54.686Z] d48376d7e3bb: Preparing [2023-02-15T16:40:54.686Z] 23ba3c858bb5: Preparing [2023-02-15T16:40:54.686Z] c2f0823b9a1f: Preparing [2023-02-15T16:40:54.686Z] aa5968d388b8: Preparing [2023-02-15T16:40:54.686Z] 23ba3c858bb5: Waiting [2023-02-15T16:40:54.686Z] c2f0823b9a1f: Waiting [2023-02-15T16:40:54.686Z] aa5968d388b8: Waiting [2023-02-15T16:40:54.686Z] 47a81df6d351: Layer already exists [2023-02-15T16:40:54.686Z] 15cb504b483d: Layer already exists [2023-02-15T16:40:54.686Z] df9241e5d67b: Layer already exists [2023-02-15T16:40:54.686Z] d48376d7e3bb: Layer already exists [2023-02-15T16:40:54.686Z] 6dae31271f41: Layer already exists [2023-02-15T16:40:54.686Z] 23ba3c858bb5: Layer already exists [2023-02-15T16:40:54.686Z] c2f0823b9a1f: Layer already exists [2023-02-15T16:40:54.686Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:54.686Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:c50f367a0cfe6f799a89dfabede9de7a8ef81f8053a08d353e064ac3274d3706 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:54.991Z] + 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-15T16:40:55.300Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-15T16:40:55.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T16:40:55.300Z] 47a81df6d351: Preparing [2023-02-15T16:40:55.300Z] df9241e5d67b: Preparing [2023-02-15T16:40:55.300Z] 15cb504b483d: Preparing [2023-02-15T16:40:55.300Z] 6dae31271f41: Preparing [2023-02-15T16:40:55.300Z] d48376d7e3bb: Preparing [2023-02-15T16:40:55.300Z] 23ba3c858bb5: Preparing [2023-02-15T16:40:55.300Z] c2f0823b9a1f: Preparing [2023-02-15T16:40:55.300Z] aa5968d388b8: Preparing [2023-02-15T16:40:55.300Z] 23ba3c858bb5: Waiting [2023-02-15T16:40:55.300Z] c2f0823b9a1f: Waiting [2023-02-15T16:40:55.300Z] aa5968d388b8: Waiting [2023-02-15T16:40:55.300Z] df9241e5d67b: Layer already exists [2023-02-15T16:40:55.300Z] 47a81df6d351: Layer already exists [2023-02-15T16:40:55.300Z] 15cb504b483d: Layer already exists [2023-02-15T16:40:55.300Z] 6dae31271f41: Layer already exists [2023-02-15T16:40:55.300Z] d48376d7e3bb: Layer already exists [2023-02-15T16:40:55.300Z] c2f0823b9a1f: Layer already exists [2023-02-15T16:40:55.300Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:55.300Z] 23ba3c858bb5: Layer already exists [2023-02-15T16:40:55.300Z] main: digest: sha256:c50f367a0cfe6f799a89dfabede9de7a8ef81f8053a08d353e064ac3274d3706 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:40:55.333Z] ===================================================== [Pipeline] echo [2023-02-15T16:40:55.338Z] taggedImages: [2023-02-15T16:40:55.338Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:55.338Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-15T16:40:55.338Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.51 [2023-02-15T16:40:55.338Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:55.338Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-15T16:40:55.353Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-15T16:40:55.353Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:55.353Z] latest [2023-02-15T16:40:55.353Z] 3.0.0-dev.51 [2023-02-15T16:40:55.353Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:55.353Z] main [2023-02-15T16:40:55.353Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:55.661Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:55.969Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:40:55.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T16:40:55.969Z] 5468ec3654a3: Preparing [2023-02-15T16:40:55.969Z] 43638c646320: Preparing [2023-02-15T16:40:55.969Z] 432184e6856c: Preparing [2023-02-15T16:40:55.969Z] d32a77fe827d: Preparing [2023-02-15T16:40:55.969Z] 1a39a991e987: Preparing [2023-02-15T16:40:55.969Z] 6cc606ba8a7e: Preparing [2023-02-15T16:40:55.969Z] f4119d75efe6: Preparing [2023-02-15T16:40:55.969Z] 1790885be8cc: Preparing [2023-02-15T16:40:55.969Z] 429f46bbddec: Preparing [2023-02-15T16:40:55.969Z] aa5968d388b8: Preparing [2023-02-15T16:40:55.969Z] 429f46bbddec: Waiting [2023-02-15T16:40:55.969Z] aa5968d388b8: Waiting [2023-02-15T16:40:55.969Z] f4119d75efe6: Waiting [2023-02-15T16:40:55.969Z] 1790885be8cc: Waiting [2023-02-15T16:40:55.969Z] 6cc606ba8a7e: Waiting [2023-02-15T16:40:55.969Z] 5468ec3654a3: Pushed [2023-02-15T16:40:55.969Z] 43638c646320: Pushed [2023-02-15T16:40:55.969Z] 1a39a991e987: Pushed [2023-02-15T16:40:56.231Z] 1790885be8cc: Pushed [2023-02-15T16:40:56.231Z] 6cc606ba8a7e: Pushed [2023-02-15T16:40:56.231Z] f4119d75efe6: Pushed [2023-02-15T16:40:56.231Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:56.231Z] 429f46bbddec: Pushed [2023-02-15T16:40:57.173Z] d32a77fe827d: Pushed [2023-02-15T16:40:57.436Z] 432184e6856c: Pushed [2023-02-15T16:40:57.696Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:e6d90864446c3694ccacfac18be7db6ad2304c80ce864b284c3029ec3418c641 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:58.001Z] + 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-15T16:40:58.303Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-15T16:40:58.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T16:40:58.303Z] 5468ec3654a3: Preparing [2023-02-15T16:40:58.303Z] 43638c646320: Preparing [2023-02-15T16:40:58.303Z] 432184e6856c: Preparing [2023-02-15T16:40:58.303Z] d32a77fe827d: Preparing [2023-02-15T16:40:58.303Z] 1a39a991e987: Preparing [2023-02-15T16:40:58.303Z] 6cc606ba8a7e: Preparing [2023-02-15T16:40:58.303Z] f4119d75efe6: Preparing [2023-02-15T16:40:58.303Z] 1790885be8cc: Preparing [2023-02-15T16:40:58.303Z] 429f46bbddec: Preparing [2023-02-15T16:40:58.303Z] aa5968d388b8: Preparing [2023-02-15T16:40:58.303Z] 1790885be8cc: Waiting [2023-02-15T16:40:58.303Z] 429f46bbddec: Waiting [2023-02-15T16:40:58.303Z] aa5968d388b8: Waiting [2023-02-15T16:40:58.303Z] f4119d75efe6: Waiting [2023-02-15T16:40:58.303Z] 5468ec3654a3: Layer already exists [2023-02-15T16:40:58.303Z] d32a77fe827d: Layer already exists [2023-02-15T16:40:58.303Z] 43638c646320: Layer already exists [2023-02-15T16:40:58.303Z] 1a39a991e987: Layer already exists [2023-02-15T16:40:58.303Z] 432184e6856c: Layer already exists [2023-02-15T16:40:58.303Z] 1790885be8cc: Layer already exists [2023-02-15T16:40:58.303Z] 429f46bbddec: Layer already exists [2023-02-15T16:40:58.303Z] f4119d75efe6: Layer already exists [2023-02-15T16:40:58.303Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:58.303Z] 6cc606ba8a7e: Layer already exists [2023-02-15T16:40:58.303Z] latest: digest: sha256:e6d90864446c3694ccacfac18be7db6ad2304c80ce864b284c3029ec3418c641 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:58.620Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:58.926Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.51 [2023-02-15T16:40:58.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T16:40:58.926Z] 5468ec3654a3: Preparing [2023-02-15T16:40:58.926Z] 43638c646320: Preparing [2023-02-15T16:40:58.926Z] 432184e6856c: Preparing [2023-02-15T16:40:58.926Z] d32a77fe827d: Preparing [2023-02-15T16:40:58.926Z] 1a39a991e987: Preparing [2023-02-15T16:40:58.926Z] 6cc606ba8a7e: Preparing [2023-02-15T16:40:58.926Z] f4119d75efe6: Preparing [2023-02-15T16:40:58.926Z] 1790885be8cc: Preparing [2023-02-15T16:40:58.926Z] 429f46bbddec: Preparing [2023-02-15T16:40:58.926Z] aa5968d388b8: Preparing [2023-02-15T16:40:58.926Z] f4119d75efe6: Waiting [2023-02-15T16:40:58.926Z] 6cc606ba8a7e: Waiting [2023-02-15T16:40:58.926Z] 1790885be8cc: Waiting [2023-02-15T16:40:58.926Z] 429f46bbddec: Waiting [2023-02-15T16:40:58.926Z] aa5968d388b8: Waiting [2023-02-15T16:40:58.926Z] d32a77fe827d: Layer already exists [2023-02-15T16:40:58.926Z] 1a39a991e987: Layer already exists [2023-02-15T16:40:58.926Z] 432184e6856c: Layer already exists [2023-02-15T16:40:58.926Z] 5468ec3654a3: Layer already exists [2023-02-15T16:40:58.926Z] 43638c646320: Layer already exists [2023-02-15T16:40:58.926Z] 6cc606ba8a7e: Layer already exists [2023-02-15T16:40:58.926Z] 1790885be8cc: Layer already exists [2023-02-15T16:40:58.926Z] f4119d75efe6: Layer already exists [2023-02-15T16:40:58.926Z] 429f46bbddec: Layer already exists [2023-02-15T16:40:58.926Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:58.926Z] 3.0.0-dev.51: digest: sha256:e6d90864446c3694ccacfac18be7db6ad2304c80ce864b284c3029ec3418c641 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:59.233Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:59.532Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:40:59.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T16:40:59.532Z] 5468ec3654a3: Preparing [2023-02-15T16:40:59.532Z] 43638c646320: Preparing [2023-02-15T16:40:59.532Z] 432184e6856c: Preparing [2023-02-15T16:40:59.532Z] d32a77fe827d: Preparing [2023-02-15T16:40:59.532Z] 1a39a991e987: Preparing [2023-02-15T16:40:59.532Z] 6cc606ba8a7e: Preparing [2023-02-15T16:40:59.532Z] f4119d75efe6: Preparing [2023-02-15T16:40:59.532Z] 1790885be8cc: Preparing [2023-02-15T16:40:59.532Z] 429f46bbddec: Preparing [2023-02-15T16:40:59.532Z] aa5968d388b8: Preparing [2023-02-15T16:40:59.532Z] 6cc606ba8a7e: Waiting [2023-02-15T16:40:59.532Z] 1790885be8cc: Waiting [2023-02-15T16:40:59.532Z] 429f46bbddec: Waiting [2023-02-15T16:40:59.532Z] aa5968d388b8: Waiting [2023-02-15T16:40:59.532Z] f4119d75efe6: Waiting [2023-02-15T16:40:59.532Z] 5468ec3654a3: Layer already exists [2023-02-15T16:40:59.532Z] 43638c646320: Layer already exists [2023-02-15T16:40:59.532Z] 1a39a991e987: Layer already exists [2023-02-15T16:40:59.532Z] d32a77fe827d: Layer already exists [2023-02-15T16:40:59.532Z] 432184e6856c: Layer already exists [2023-02-15T16:40:59.532Z] 6cc606ba8a7e: Layer already exists [2023-02-15T16:40:59.532Z] aa5968d388b8: Layer already exists [2023-02-15T16:40:59.532Z] 1790885be8cc: Layer already exists [2023-02-15T16:40:59.532Z] 429f46bbddec: Layer already exists [2023-02-15T16:40:59.532Z] f4119d75efe6: Layer already exists [2023-02-15T16:40:59.532Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:e6d90864446c3694ccacfac18be7db6ad2304c80ce864b284c3029ec3418c641 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:40:59.839Z] + 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-15T16:41:00.138Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-15T16:41:00.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T16:41:00.139Z] 5468ec3654a3: Preparing [2023-02-15T16:41:00.139Z] 43638c646320: Preparing [2023-02-15T16:41:00.139Z] 432184e6856c: Preparing [2023-02-15T16:41:00.139Z] d32a77fe827d: Preparing [2023-02-15T16:41:00.139Z] 1a39a991e987: Preparing [2023-02-15T16:41:00.139Z] 6cc606ba8a7e: Preparing [2023-02-15T16:41:00.139Z] f4119d75efe6: Preparing [2023-02-15T16:41:00.139Z] 1790885be8cc: Preparing [2023-02-15T16:41:00.139Z] 429f46bbddec: Preparing [2023-02-15T16:41:00.139Z] aa5968d388b8: Preparing [2023-02-15T16:41:00.139Z] 6cc606ba8a7e: Waiting [2023-02-15T16:41:00.139Z] 429f46bbddec: Waiting [2023-02-15T16:41:00.139Z] aa5968d388b8: Waiting [2023-02-15T16:41:00.139Z] f4119d75efe6: Waiting [2023-02-15T16:41:00.139Z] 1790885be8cc: Waiting [2023-02-15T16:41:00.139Z] 5468ec3654a3: Layer already exists [2023-02-15T16:41:00.139Z] 432184e6856c: Layer already exists [2023-02-15T16:41:00.139Z] 1a39a991e987: Layer already exists [2023-02-15T16:41:00.139Z] d32a77fe827d: Layer already exists [2023-02-15T16:41:00.139Z] 43638c646320: Layer already exists [2023-02-15T16:41:00.139Z] f4119d75efe6: Layer already exists [2023-02-15T16:41:00.139Z] 6cc606ba8a7e: Layer already exists [2023-02-15T16:41:00.139Z] 429f46bbddec: Layer already exists [2023-02-15T16:41:00.139Z] aa5968d388b8: Layer already exists [2023-02-15T16:41:00.139Z] 1790885be8cc: Layer already exists [2023-02-15T16:41:00.139Z] main: digest: sha256:e6d90864446c3694ccacfac18be7db6ad2304c80ce864b284c3029ec3418c641 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:41:00.171Z] ===================================================== [Pipeline] echo [2023-02-15T16:41:00.176Z] taggedImages: [2023-02-15T16:41:00.176Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:00.176Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-15T16:41:00.176Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.51 [2023-02-15T16:41:00.176Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:00.176Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-15T16:41:00.191Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-15T16:41:00.191Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:00.191Z] latest [2023-02-15T16:41:00.191Z] 3.0.0-dev.51 [2023-02-15T16:41:00.191Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:00.191Z] main [2023-02-15T16:41:00.191Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:00.496Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:00.798Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:00.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T16:41:00.799Z] 25c34629c392: Preparing [2023-02-15T16:41:00.799Z] e2bf3e604645: Preparing [2023-02-15T16:41:00.799Z] c62ae7f4648f: Preparing [2023-02-15T16:41:00.799Z] 887fbd43b0b4: Preparing [2023-02-15T16:41:00.799Z] 4e6476652798: Preparing [2023-02-15T16:41:00.799Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:00.799Z] 4e6476652798: Layer already exists [2023-02-15T16:41:00.799Z] 25c34629c392: Pushed [2023-02-15T16:41:01.383Z] 887fbd43b0b4: Pushed [2023-02-15T16:41:02.764Z] e2bf3e604645: Pushed [2023-02-15T16:41:03.022Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:d29def68e0554322f43d67c6b8193642416a5943641b2a96661bc98a5243bd7d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:03.327Z] + 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-15T16:41:03.628Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-15T16:41:03.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T16:41:03.628Z] 25c34629c392: Preparing [2023-02-15T16:41:03.628Z] e2bf3e604645: Preparing [2023-02-15T16:41:03.628Z] c62ae7f4648f: Preparing [2023-02-15T16:41:03.628Z] 887fbd43b0b4: Preparing [2023-02-15T16:41:03.628Z] 4e6476652798: Preparing [2023-02-15T16:41:03.628Z] 25c34629c392: Layer already exists [2023-02-15T16:41:03.628Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:03.628Z] 4e6476652798: Layer already exists [2023-02-15T16:41:03.628Z] 887fbd43b0b4: Layer already exists [2023-02-15T16:41:03.628Z] e2bf3e604645: Layer already exists [2023-02-15T16:41:03.628Z] latest: digest: sha256:d29def68e0554322f43d67c6b8193642416a5943641b2a96661bc98a5243bd7d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:03.933Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:04.231Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.51 [2023-02-15T16:41:04.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T16:41:04.231Z] 25c34629c392: Preparing [2023-02-15T16:41:04.231Z] e2bf3e604645: Preparing [2023-02-15T16:41:04.231Z] c62ae7f4648f: Preparing [2023-02-15T16:41:04.231Z] 887fbd43b0b4: Preparing [2023-02-15T16:41:04.231Z] 4e6476652798: Preparing [2023-02-15T16:41:04.231Z] 4e6476652798: Layer already exists [2023-02-15T16:41:04.231Z] 887fbd43b0b4: Layer already exists [2023-02-15T16:41:04.231Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:04.231Z] e2bf3e604645: Layer already exists [2023-02-15T16:41:04.231Z] 25c34629c392: Layer already exists [2023-02-15T16:41:04.231Z] 3.0.0-dev.51: digest: sha256:d29def68e0554322f43d67c6b8193642416a5943641b2a96661bc98a5243bd7d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:04.538Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:04.838Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:04.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T16:41:04.838Z] 25c34629c392: Preparing [2023-02-15T16:41:04.838Z] e2bf3e604645: Preparing [2023-02-15T16:41:04.838Z] c62ae7f4648f: Preparing [2023-02-15T16:41:04.838Z] 887fbd43b0b4: Preparing [2023-02-15T16:41:04.838Z] 4e6476652798: Preparing [2023-02-15T16:41:04.838Z] 25c34629c392: Layer already exists [2023-02-15T16:41:04.838Z] e2bf3e604645: Layer already exists [2023-02-15T16:41:04.838Z] 887fbd43b0b4: Layer already exists [2023-02-15T16:41:04.838Z] 4e6476652798: Layer already exists [2023-02-15T16:41:04.838Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:04.838Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:d29def68e0554322f43d67c6b8193642416a5943641b2a96661bc98a5243bd7d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:05.147Z] + 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-15T16:41:05.454Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-15T16:41:05.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T16:41:05.454Z] 25c34629c392: Preparing [2023-02-15T16:41:05.454Z] e2bf3e604645: Preparing [2023-02-15T16:41:05.454Z] c62ae7f4648f: Preparing [2023-02-15T16:41:05.454Z] 887fbd43b0b4: Preparing [2023-02-15T16:41:05.454Z] 4e6476652798: Preparing [2023-02-15T16:41:05.454Z] 25c34629c392: Layer already exists [2023-02-15T16:41:05.454Z] 4e6476652798: Layer already exists [2023-02-15T16:41:05.454Z] e2bf3e604645: Layer already exists [2023-02-15T16:41:05.454Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:05.454Z] 887fbd43b0b4: Layer already exists [2023-02-15T16:41:05.454Z] main: digest: sha256:d29def68e0554322f43d67c6b8193642416a5943641b2a96661bc98a5243bd7d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:41:05.490Z] ===================================================== [Pipeline] echo [2023-02-15T16:41:05.495Z] taggedImages: [2023-02-15T16:41:05.495Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:05.495Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-15T16:41:05.495Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.51 [2023-02-15T16:41:05.495Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:05.495Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-15T16:41:05.509Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-15T16:41:05.509Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:05.509Z] latest [2023-02-15T16:41:05.509Z] 3.0.0-dev.51 [2023-02-15T16:41:05.509Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:05.509Z] main [2023-02-15T16:41:05.509Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:05.812Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:06.112Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:06.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T16:41:06.112Z] 7b35a954f3c5: Preparing [2023-02-15T16:41:06.112Z] 42f7dc262f74: Preparing [2023-02-15T16:41:06.112Z] 68aca8b0b70b: Preparing [2023-02-15T16:41:06.112Z] 4767646432c5: Preparing [2023-02-15T16:41:06.112Z] adb89e2aaf76: Preparing [2023-02-15T16:41:06.112Z] f29c9e759d4b: Preparing [2023-02-15T16:41:06.112Z] 4e6476652798: Preparing [2023-02-15T16:41:06.112Z] 4e6476652798: Waiting [2023-02-15T16:41:06.112Z] f29c9e759d4b: Waiting [2023-02-15T16:41:06.112Z] 68aca8b0b70b: Pushed [2023-02-15T16:41:06.112Z] 7b35a954f3c5: Pushed [2023-02-15T16:41:06.112Z] 42f7dc262f74: Pushed [2023-02-15T16:41:06.112Z] 4e6476652798: Layer already exists [2023-02-15T16:41:06.681Z] f29c9e759d4b: Pushed [2023-02-15T16:41:09.976Z] adb89e2aaf76: Pushed [2023-02-15T16:41:12.525Z] 4767646432c5: Pushed [2023-02-15T16:41:12.525Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:037609c378f481287a6e51863f121c8a3c2ba88b0acd0b871c5f315f53e76e01 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:12.838Z] + 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-15T16:41:13.138Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-15T16:41:13.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T16:41:13.138Z] 7b35a954f3c5: Preparing [2023-02-15T16:41:13.138Z] 42f7dc262f74: Preparing [2023-02-15T16:41:13.138Z] 68aca8b0b70b: Preparing [2023-02-15T16:41:13.138Z] 4767646432c5: Preparing [2023-02-15T16:41:13.138Z] adb89e2aaf76: Preparing [2023-02-15T16:41:13.138Z] f29c9e759d4b: Preparing [2023-02-15T16:41:13.138Z] 4e6476652798: Preparing [2023-02-15T16:41:13.138Z] f29c9e759d4b: Waiting [2023-02-15T16:41:13.138Z] 4e6476652798: Waiting [2023-02-15T16:41:13.138Z] adb89e2aaf76: Layer already exists [2023-02-15T16:41:13.138Z] 7b35a954f3c5: Layer already exists [2023-02-15T16:41:13.138Z] 68aca8b0b70b: Layer already exists [2023-02-15T16:41:13.138Z] 4767646432c5: Layer already exists [2023-02-15T16:41:13.139Z] 42f7dc262f74: Layer already exists [2023-02-15T16:41:13.139Z] 4e6476652798: Layer already exists [2023-02-15T16:41:13.139Z] f29c9e759d4b: Layer already exists [2023-02-15T16:41:13.139Z] latest: digest: sha256:037609c378f481287a6e51863f121c8a3c2ba88b0acd0b871c5f315f53e76e01 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:13.449Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:13.751Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.51 [2023-02-15T16:41:13.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T16:41:13.751Z] 7b35a954f3c5: Preparing [2023-02-15T16:41:13.751Z] 42f7dc262f74: Preparing [2023-02-15T16:41:13.751Z] 68aca8b0b70b: Preparing [2023-02-15T16:41:13.751Z] 4767646432c5: Preparing [2023-02-15T16:41:13.751Z] adb89e2aaf76: Preparing [2023-02-15T16:41:13.751Z] f29c9e759d4b: Preparing [2023-02-15T16:41:13.751Z] 4e6476652798: Preparing [2023-02-15T16:41:13.751Z] 4e6476652798: Waiting [2023-02-15T16:41:13.751Z] f29c9e759d4b: Waiting [2023-02-15T16:41:13.751Z] 4767646432c5: Layer already exists [2023-02-15T16:41:13.751Z] 7b35a954f3c5: Layer already exists [2023-02-15T16:41:13.751Z] adb89e2aaf76: Layer already exists [2023-02-15T16:41:13.751Z] 42f7dc262f74: Layer already exists [2023-02-15T16:41:13.751Z] 68aca8b0b70b: Layer already exists [2023-02-15T16:41:13.751Z] f29c9e759d4b: Layer already exists [2023-02-15T16:41:13.751Z] 4e6476652798: Layer already exists [2023-02-15T16:41:13.751Z] 3.0.0-dev.51: digest: sha256:037609c378f481287a6e51863f121c8a3c2ba88b0acd0b871c5f315f53e76e01 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:14.055Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:14.358Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:14.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T16:41:14.358Z] 7b35a954f3c5: Preparing [2023-02-15T16:41:14.358Z] 42f7dc262f74: Preparing [2023-02-15T16:41:14.358Z] 68aca8b0b70b: Preparing [2023-02-15T16:41:14.358Z] 4767646432c5: Preparing [2023-02-15T16:41:14.358Z] adb89e2aaf76: Preparing [2023-02-15T16:41:14.358Z] f29c9e759d4b: Preparing [2023-02-15T16:41:14.358Z] 4e6476652798: Preparing [2023-02-15T16:41:14.358Z] f29c9e759d4b: Waiting [2023-02-15T16:41:14.358Z] 4e6476652798: Waiting [2023-02-15T16:41:14.358Z] 4767646432c5: Layer already exists [2023-02-15T16:41:14.358Z] 68aca8b0b70b: Layer already exists [2023-02-15T16:41:14.358Z] 42f7dc262f74: Layer already exists [2023-02-15T16:41:14.358Z] 7b35a954f3c5: Layer already exists [2023-02-15T16:41:14.358Z] adb89e2aaf76: Layer already exists [2023-02-15T16:41:14.358Z] f29c9e759d4b: Layer already exists [2023-02-15T16:41:14.358Z] 4e6476652798: Layer already exists [2023-02-15T16:41:14.358Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:037609c378f481287a6e51863f121c8a3c2ba88b0acd0b871c5f315f53e76e01 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:14.659Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:15.040Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-15T16:41:15.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T16:41:15.040Z] 7b35a954f3c5: Preparing [2023-02-15T16:41:15.040Z] 42f7dc262f74: Preparing [2023-02-15T16:41:15.040Z] 68aca8b0b70b: Preparing [2023-02-15T16:41:15.040Z] 4767646432c5: Preparing [2023-02-15T16:41:15.040Z] adb89e2aaf76: Preparing [2023-02-15T16:41:15.040Z] f29c9e759d4b: Preparing [2023-02-15T16:41:15.040Z] 4e6476652798: Preparing [2023-02-15T16:41:15.040Z] f29c9e759d4b: Waiting [2023-02-15T16:41:15.040Z] 42f7dc262f74: Layer already exists [2023-02-15T16:41:15.040Z] 68aca8b0b70b: Layer already exists [2023-02-15T16:41:15.040Z] adb89e2aaf76: Layer already exists [2023-02-15T16:41:15.040Z] 7b35a954f3c5: Layer already exists [2023-02-15T16:41:15.040Z] 4767646432c5: Layer already exists [2023-02-15T16:41:15.040Z] f29c9e759d4b: Layer already exists [2023-02-15T16:41:15.040Z] 4e6476652798: Layer already exists [2023-02-15T16:41:15.298Z] main: digest: sha256:037609c378f481287a6e51863f121c8a3c2ba88b0acd0b871c5f315f53e76e01 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:41:15.331Z] ===================================================== [Pipeline] echo [2023-02-15T16:41:15.337Z] taggedImages: [2023-02-15T16:41:15.337Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:15.337Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-15T16:41:15.337Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.51 [2023-02-15T16:41:15.337Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:15.337Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-15T16:41:15.352Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-15T16:41:15.352Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:15.352Z] latest [2023-02-15T16:41:15.352Z] 3.0.0-dev.51 [2023-02-15T16:41:15.352Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:15.352Z] main [2023-02-15T16:41:15.352Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:15.660Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:15.964Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:15.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T16:41:15.965Z] 9050cab88cdd: Preparing [2023-02-15T16:41:15.965Z] ebf0035dbe3e: Preparing [2023-02-15T16:41:15.965Z] 2930f5ca5451: Preparing [2023-02-15T16:41:15.965Z] 4767646432c5: Preparing [2023-02-15T16:41:15.965Z] bd5ed81b3df8: Preparing [2023-02-15T16:41:15.965Z] 4e6476652798: Preparing [2023-02-15T16:41:15.965Z] 4e6476652798: Waiting [2023-02-15T16:41:15.965Z] 4767646432c5: Layer already exists [2023-02-15T16:41:15.965Z] 4e6476652798: Layer already exists [2023-02-15T16:41:15.965Z] ebf0035dbe3e: Pushed [2023-02-15T16:41:15.965Z] 2930f5ca5451: Pushed [2023-02-15T16:41:15.965Z] 9050cab88cdd: Pushed [2023-02-15T16:41:16.223Z] bd5ed81b3df8: Pushed [2023-02-15T16:41:16.482Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:4a462ddd41500d003744bfe30e351433e1cd182c44524a97726aef8185727873 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:16.796Z] + 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-15T16:41:17.101Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-15T16:41:17.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T16:41:17.101Z] 9050cab88cdd: Preparing [2023-02-15T16:41:17.101Z] ebf0035dbe3e: Preparing [2023-02-15T16:41:17.101Z] 2930f5ca5451: Preparing [2023-02-15T16:41:17.101Z] 4767646432c5: Preparing [2023-02-15T16:41:17.101Z] bd5ed81b3df8: Preparing [2023-02-15T16:41:17.101Z] 4e6476652798: Preparing [2023-02-15T16:41:17.101Z] 4e6476652798: Waiting [2023-02-15T16:41:17.101Z] 2930f5ca5451: Layer already exists [2023-02-15T16:41:17.101Z] 9050cab88cdd: Layer already exists [2023-02-15T16:41:17.101Z] ebf0035dbe3e: Layer already exists [2023-02-15T16:41:17.101Z] 4767646432c5: Layer already exists [2023-02-15T16:41:17.101Z] bd5ed81b3df8: Layer already exists [2023-02-15T16:41:17.101Z] 4e6476652798: Layer already exists [2023-02-15T16:41:17.101Z] latest: digest: sha256:4a462ddd41500d003744bfe30e351433e1cd182c44524a97726aef8185727873 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:17.413Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:17.716Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.51 [2023-02-15T16:41:17.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T16:41:17.716Z] 9050cab88cdd: Preparing [2023-02-15T16:41:17.716Z] ebf0035dbe3e: Preparing [2023-02-15T16:41:17.716Z] 2930f5ca5451: Preparing [2023-02-15T16:41:17.716Z] 4767646432c5: Preparing [2023-02-15T16:41:17.716Z] bd5ed81b3df8: Preparing [2023-02-15T16:41:17.716Z] 4e6476652798: Preparing [2023-02-15T16:41:17.716Z] 4e6476652798: Waiting [2023-02-15T16:41:17.716Z] 2930f5ca5451: Layer already exists [2023-02-15T16:41:17.716Z] 4767646432c5: Layer already exists [2023-02-15T16:41:17.716Z] 9050cab88cdd: Layer already exists [2023-02-15T16:41:17.716Z] ebf0035dbe3e: Layer already exists [2023-02-15T16:41:17.716Z] bd5ed81b3df8: Layer already exists [2023-02-15T16:41:17.716Z] 4e6476652798: Layer already exists [2023-02-15T16:41:17.716Z] 3.0.0-dev.51: digest: sha256:4a462ddd41500d003744bfe30e351433e1cd182c44524a97726aef8185727873 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:18.025Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:18.336Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:18.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T16:41:18.336Z] 9050cab88cdd: Preparing [2023-02-15T16:41:18.336Z] ebf0035dbe3e: Preparing [2023-02-15T16:41:18.336Z] 2930f5ca5451: Preparing [2023-02-15T16:41:18.336Z] 4767646432c5: Preparing [2023-02-15T16:41:18.336Z] bd5ed81b3df8: Preparing [2023-02-15T16:41:18.336Z] 4e6476652798: Preparing [2023-02-15T16:41:18.336Z] 4e6476652798: Waiting [2023-02-15T16:41:18.336Z] 2930f5ca5451: Layer already exists [2023-02-15T16:41:18.336Z] 4767646432c5: Layer already exists [2023-02-15T16:41:18.336Z] 9050cab88cdd: Layer already exists [2023-02-15T16:41:18.336Z] bd5ed81b3df8: Layer already exists [2023-02-15T16:41:18.336Z] ebf0035dbe3e: Layer already exists [2023-02-15T16:41:18.336Z] 4e6476652798: Layer already exists [2023-02-15T16:41:18.336Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:4a462ddd41500d003744bfe30e351433e1cd182c44524a97726aef8185727873 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:18.638Z] + 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-15T16:41:18.942Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-15T16:41:18.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T16:41:18.942Z] 9050cab88cdd: Preparing [2023-02-15T16:41:18.942Z] ebf0035dbe3e: Preparing [2023-02-15T16:41:18.942Z] 2930f5ca5451: Preparing [2023-02-15T16:41:18.942Z] 4767646432c5: Preparing [2023-02-15T16:41:18.942Z] bd5ed81b3df8: Preparing [2023-02-15T16:41:18.942Z] 4e6476652798: Preparing [2023-02-15T16:41:18.942Z] 4e6476652798: Waiting [2023-02-15T16:41:18.942Z] 9050cab88cdd: Layer already exists [2023-02-15T16:41:18.942Z] bd5ed81b3df8: Layer already exists [2023-02-15T16:41:18.942Z] ebf0035dbe3e: Layer already exists [2023-02-15T16:41:18.942Z] 2930f5ca5451: Layer already exists [2023-02-15T16:41:18.942Z] 4767646432c5: Layer already exists [2023-02-15T16:41:18.942Z] 4e6476652798: Layer already exists [2023-02-15T16:41:18.942Z] main: digest: sha256:4a462ddd41500d003744bfe30e351433e1cd182c44524a97726aef8185727873 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:41:18.979Z] ===================================================== [Pipeline] echo [2023-02-15T16:41:18.985Z] taggedImages: [2023-02-15T16:41:18.985Z] - nexus3.edgexfoundry.org:10004/security-spire-config:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:18.985Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-15T16:41:18.985Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.51 [2023-02-15T16:41:18.985Z] - nexus3.edgexfoundry.org:10004/security-spire-config:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:18.985Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-15T16:41:19.002Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-15T16:41:19.002Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:19.002Z] latest [2023-02-15T16:41:19.002Z] 3.0.0-dev.51 [2023-02-15T16:41:19.002Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:19.002Z] main [2023-02-15T16:41:19.002Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:19.308Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:19.612Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:19.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T16:41:19.612Z] 3424f3bdc6ce: Preparing [2023-02-15T16:41:19.612Z] 55c11a7bdc63: Preparing [2023-02-15T16:41:19.612Z] abbfb3a270d3: Preparing [2023-02-15T16:41:19.612Z] daff4175c170: Preparing [2023-02-15T16:41:19.612Z] f29c9e759d4b: Preparing [2023-02-15T16:41:19.612Z] 4e6476652798: Preparing [2023-02-15T16:41:19.612Z] 4e6476652798: Waiting [2023-02-15T16:41:19.612Z] f29c9e759d4b: Layer already exists [2023-02-15T16:41:19.612Z] 4e6476652798: Layer already exists [2023-02-15T16:41:19.612Z] 55c11a7bdc63: Pushed [2023-02-15T16:41:19.612Z] 3424f3bdc6ce: Pushed [2023-02-15T16:41:19.612Z] abbfb3a270d3: Pushed [2023-02-15T16:41:24.171Z] Removing intermediate container 9914be2e9eb0 [2023-02-15T16:41:24.171Z] ---> d4b2e1615f48 [2023-02-15T16:41:24.171Z] Step 7/21 : COPY . . [2023-02-15T16:41:24.171Z] Removing intermediate container 6fa4d6d77bbd [2023-02-15T16:41:24.171Z] ---> 65b661fc2260 [2023-02-15T16:41:24.171Z] Step 8/22 : COPY . . [2023-02-15T16:41:24.171Z] Removing intermediate container 3ebbd244ea70 [2023-02-15T16:41:24.171Z] ---> b546d9da4eb1 [2023-02-15T16:41:24.171Z] Step 8/22 : COPY . . [2023-02-15T16:41:24.171Z] Removing intermediate container 97408e00dffd [2023-02-15T16:41:24.171Z] ---> 426b1d7273a9 [2023-02-15T16:41:24.171Z] Step 8/22 : COPY . . [2023-02-15T16:41:24.171Z] Removing intermediate container a97617171615 [2023-02-15T16:41:24.171Z] ---> d16bc0706130 [2023-02-15T16:41:24.171Z] Step 8/22 : COPY . . [2023-02-15T16:41:26.174Z] daff4175c170: Pushed [2023-02-15T16:41:26.174Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:b38621b2dffbd2a523a76f07dc30cb8253e1ec012e7bb6bc31cee42661ea35b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:26.489Z] + 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-15T16:41:26.796Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-15T16:41:26.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T16:41:26.796Z] 3424f3bdc6ce: Preparing [2023-02-15T16:41:26.796Z] 55c11a7bdc63: Preparing [2023-02-15T16:41:26.796Z] abbfb3a270d3: Preparing [2023-02-15T16:41:26.796Z] daff4175c170: Preparing [2023-02-15T16:41:26.796Z] f29c9e759d4b: Preparing [2023-02-15T16:41:26.796Z] 4e6476652798: Preparing [2023-02-15T16:41:26.796Z] 4e6476652798: Waiting [2023-02-15T16:41:26.796Z] daff4175c170: Layer already exists [2023-02-15T16:41:26.796Z] 55c11a7bdc63: Layer already exists [2023-02-15T16:41:26.796Z] 3424f3bdc6ce: Layer already exists [2023-02-15T16:41:26.796Z] abbfb3a270d3: Layer already exists [2023-02-15T16:41:26.796Z] f29c9e759d4b: Layer already exists [2023-02-15T16:41:26.796Z] 4e6476652798: Layer already exists [2023-02-15T16:41:26.796Z] latest: digest: sha256:b38621b2dffbd2a523a76f07dc30cb8253e1ec012e7bb6bc31cee42661ea35b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:27.102Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:27.415Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.51 [2023-02-15T16:41:27.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T16:41:27.415Z] 3424f3bdc6ce: Preparing [2023-02-15T16:41:27.415Z] 55c11a7bdc63: Preparing [2023-02-15T16:41:27.415Z] abbfb3a270d3: Preparing [2023-02-15T16:41:27.415Z] daff4175c170: Preparing [2023-02-15T16:41:27.415Z] f29c9e759d4b: Preparing [2023-02-15T16:41:27.415Z] 4e6476652798: Preparing [2023-02-15T16:41:27.415Z] 4e6476652798: Waiting [2023-02-15T16:41:27.415Z] f29c9e759d4b: Layer already exists [2023-02-15T16:41:27.415Z] daff4175c170: Layer already exists [2023-02-15T16:41:27.415Z] 3424f3bdc6ce: Layer already exists [2023-02-15T16:41:27.415Z] abbfb3a270d3: Layer already exists [2023-02-15T16:41:27.415Z] 55c11a7bdc63: Layer already exists [2023-02-15T16:41:27.415Z] 4e6476652798: Layer already exists [2023-02-15T16:41:27.415Z] 3.0.0-dev.51: digest: sha256:b38621b2dffbd2a523a76f07dc30cb8253e1ec012e7bb6bc31cee42661ea35b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:27.731Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:28.039Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:28.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T16:41:28.039Z] 3424f3bdc6ce: Preparing [2023-02-15T16:41:28.039Z] 55c11a7bdc63: Preparing [2023-02-15T16:41:28.039Z] abbfb3a270d3: Preparing [2023-02-15T16:41:28.039Z] daff4175c170: Preparing [2023-02-15T16:41:28.039Z] f29c9e759d4b: Preparing [2023-02-15T16:41:28.039Z] 4e6476652798: Preparing [2023-02-15T16:41:28.039Z] f29c9e759d4b: Layer already exists [2023-02-15T16:41:28.039Z] 55c11a7bdc63: Layer already exists [2023-02-15T16:41:28.039Z] 3424f3bdc6ce: Layer already exists [2023-02-15T16:41:28.039Z] abbfb3a270d3: Layer already exists [2023-02-15T16:41:28.039Z] daff4175c170: Layer already exists [2023-02-15T16:41:28.039Z] 4e6476652798: Layer already exists [2023-02-15T16:41:28.039Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:b38621b2dffbd2a523a76f07dc30cb8253e1ec012e7bb6bc31cee42661ea35b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:28.358Z] + 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-15T16:41:28.446Z] ---> 92b0279a519f [2023-02-15T16:41:28.446Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-15T16:41:28.446Z] ---> bbd10c9c6a94 [2023-02-15T16:41:28.446Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-15T16:41:28.446Z] ---> 7cde1a2671a3 [2023-02-15T16:41:28.446Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-15T16:41:28.446Z] ---> Running in 9dc752f1f588 [2023-02-15T16:41:28.446Z] ---> 869ba60b0e8a [2023-02-15T16:41:28.446Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-15T16:41:28.446Z] ---> Running in f825f0905574 [2023-02-15T16:41:28.446Z] ---> Running in 4360fee16530 [2023-02-15T16:41:28.446Z] ---> ad9062b9b8c1 [2023-02-15T16:41:28.446Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-15T16:41:28.670Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-15T16:41:28.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T16:41:28.670Z] 3424f3bdc6ce: Preparing [2023-02-15T16:41:28.670Z] 55c11a7bdc63: Preparing [2023-02-15T16:41:28.670Z] abbfb3a270d3: Preparing [2023-02-15T16:41:28.670Z] daff4175c170: Preparing [2023-02-15T16:41:28.671Z] f29c9e759d4b: Preparing [2023-02-15T16:41:28.671Z] 4e6476652798: Preparing [2023-02-15T16:41:28.671Z] 4e6476652798: Waiting [2023-02-15T16:41:28.671Z] abbfb3a270d3: Layer already exists [2023-02-15T16:41:28.671Z] 3424f3bdc6ce: Layer already exists [2023-02-15T16:41:28.671Z] daff4175c170: Layer already exists [2023-02-15T16:41:28.671Z] 55c11a7bdc63: Layer already exists [2023-02-15T16:41:28.671Z] f29c9e759d4b: Layer already exists [2023-02-15T16:41:28.671Z] 4e6476652798: Layer already exists [2023-02-15T16:41:28.671Z] main: digest: sha256:b38621b2dffbd2a523a76f07dc30cb8253e1ec012e7bb6bc31cee42661ea35b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:41:28.715Z] ===================================================== [2023-02-15T16:41:28.716Z] ---> Running in f6258a54959b [2023-02-15T16:41:28.716Z] ---> Running in bacd7ea8c63e [Pipeline] echo [2023-02-15T16:41:28.723Z] taggedImages: [2023-02-15T16:41:28.724Z] - nexus3.edgexfoundry.org:10004/security-spire-server:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:28.724Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-15T16:41:28.724Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.51 [2023-02-15T16:41:28.724Z] - nexus3.edgexfoundry.org:10004/security-spire-server:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:28.724Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-15T16:41:28.740Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-15T16:41:28.740Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:28.740Z] latest [2023-02-15T16:41:28.740Z] 3.0.0-dev.51 [2023-02-15T16:41:28.740Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:28.740Z] main [2023-02-15T16:41:28.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:29.049Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:29.355Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:29.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T16:41:29.355Z] c4c568b2fe5f: Preparing [2023-02-15T16:41:29.355Z] ddfba27f5e82: Preparing [2023-02-15T16:41:29.355Z] c62ae7f4648f: Preparing [2023-02-15T16:41:29.355Z] 1d04caea9ed0: Preparing [2023-02-15T16:41:29.355Z] aa5968d388b8: Preparing [2023-02-15T16:41:29.355Z] aa5968d388b8: Layer already exists [2023-02-15T16:41:29.355Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:29.355Z] c4c568b2fe5f: Pushed [2023-02-15T16:41:29.355Z] 1d04caea9ed0: Pushed [2023-02-15T16:41:30.662Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T16:41:31.245Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T16:41:31.828Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T16:41:32.051Z] ddfba27f5e82: Pushed [2023-02-15T16:41:32.051Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:ef79896b43631d24444f6170767c2b841eb61cc4c926360451acf280c4021d0c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-02-15T16:41:32.094Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T16:41:32.094Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] sh [2023-02-15T16:41:32.397Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:32.698Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-15T16:41:32.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T16:41:32.698Z] c4c568b2fe5f: Preparing [2023-02-15T16:41:32.698Z] ddfba27f5e82: Preparing [2023-02-15T16:41:32.698Z] c62ae7f4648f: Preparing [2023-02-15T16:41:32.698Z] 1d04caea9ed0: Preparing [2023-02-15T16:41:32.698Z] aa5968d388b8: Preparing [2023-02-15T16:41:32.698Z] aa5968d388b8: Layer already exists [2023-02-15T16:41:32.698Z] c4c568b2fe5f: Layer already exists [2023-02-15T16:41:32.698Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:32.698Z] ddfba27f5e82: Layer already exists [2023-02-15T16:41:32.698Z] 1d04caea9ed0: Layer already exists [2023-02-15T16:41:32.698Z] latest: digest: sha256:ef79896b43631d24444f6170767c2b841eb61cc4c926360451acf280c4021d0c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:33.005Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:33.308Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.51 [2023-02-15T16:41:33.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T16:41:33.308Z] c4c568b2fe5f: Preparing [2023-02-15T16:41:33.308Z] ddfba27f5e82: Preparing [2023-02-15T16:41:33.308Z] c62ae7f4648f: Preparing [2023-02-15T16:41:33.308Z] 1d04caea9ed0: Preparing [2023-02-15T16:41:33.308Z] aa5968d388b8: Preparing [2023-02-15T16:41:33.308Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:33.308Z] 1d04caea9ed0: Layer already exists [2023-02-15T16:41:33.308Z] c4c568b2fe5f: Layer already exists [2023-02-15T16:41:33.308Z] aa5968d388b8: Layer already exists [2023-02-15T16:41:33.308Z] ddfba27f5e82: Layer already exists [2023-02-15T16:41:33.308Z] 3.0.0-dev.51: digest: sha256:ef79896b43631d24444f6170767c2b841eb61cc4c926360451acf280c4021d0c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:33.622Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:33.933Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:33.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T16:41:33.933Z] c4c568b2fe5f: Preparing [2023-02-15T16:41:33.933Z] ddfba27f5e82: Preparing [2023-02-15T16:41:33.933Z] c62ae7f4648f: Preparing [2023-02-15T16:41:33.933Z] 1d04caea9ed0: Preparing [2023-02-15T16:41:33.933Z] aa5968d388b8: Preparing [2023-02-15T16:41:33.933Z] c4c568b2fe5f: Layer already exists [2023-02-15T16:41:33.933Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:33.933Z] 1d04caea9ed0: Layer already exists [2023-02-15T16:41:33.933Z] aa5968d388b8: Layer already exists [2023-02-15T16:41:33.933Z] ddfba27f5e82: Layer already exists [2023-02-15T16:41:33.933Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:ef79896b43631d24444f6170767c2b841eb61cc4c926360451acf280c4021d0c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:34.246Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:34.557Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-15T16:41:34.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T16:41:34.557Z] c4c568b2fe5f: Preparing [2023-02-15T16:41:34.557Z] ddfba27f5e82: Preparing [2023-02-15T16:41:34.557Z] c62ae7f4648f: Preparing [2023-02-15T16:41:34.557Z] 1d04caea9ed0: Preparing [2023-02-15T16:41:34.557Z] aa5968d388b8: Preparing [2023-02-15T16:41:34.557Z] ddfba27f5e82: Layer already exists [2023-02-15T16:41:34.557Z] c4c568b2fe5f: Layer already exists [2023-02-15T16:41:34.557Z] aa5968d388b8: Layer already exists [2023-02-15T16:41:34.557Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:34.557Z] 1d04caea9ed0: Layer already exists [2023-02-15T16:41:34.557Z] main: digest: sha256:ef79896b43631d24444f6170767c2b841eb61cc4c926360451acf280c4021d0c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:41:34.591Z] ===================================================== [Pipeline] echo [2023-02-15T16:41:34.596Z] taggedImages: [2023-02-15T16:41:34.596Z] - nexus3.edgexfoundry.org:10004/support-notifications:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:34.596Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-15T16:41:34.596Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.51 [2023-02-15T16:41:34.596Z] - nexus3.edgexfoundry.org:10004/support-notifications:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:34.596Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-02-15T16:41:34.610Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-15T16:41:34.610Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:34.610Z] latest [2023-02-15T16:41:34.610Z] 3.0.0-dev.51 [2023-02-15T16:41:34.610Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:34.610Z] main [2023-02-15T16:41:34.610Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:34.914Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:35.214Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:35.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T16:41:35.214Z] ecbb4ddefa6b: Preparing [2023-02-15T16:41:35.214Z] 6c2d01b8fc32: Preparing [2023-02-15T16:41:35.214Z] c62ae7f4648f: Preparing [2023-02-15T16:41:35.214Z] 1c7e867ec955: Preparing [2023-02-15T16:41:35.214Z] aa5968d388b8: Preparing [2023-02-15T16:41:35.214Z] 1c7e867ec955: Layer already exists [2023-02-15T16:41:35.214Z] aa5968d388b8: Layer already exists [2023-02-15T16:41:35.214Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:35.214Z] ecbb4ddefa6b: Pushed [2023-02-15T16:41:37.747Z] 6c2d01b8fc32: Pushed [2023-02-15T16:41:37.747Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:7abbc7ee7b0b41bdaa01a9cfc523edb75ad5a7798df445b45ceb5741681385c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:38.056Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:38.363Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-15T16:41:38.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T16:41:38.363Z] ecbb4ddefa6b: Preparing [2023-02-15T16:41:38.363Z] 6c2d01b8fc32: Preparing [2023-02-15T16:41:38.363Z] c62ae7f4648f: Preparing [2023-02-15T16:41:38.363Z] 1c7e867ec955: Preparing [2023-02-15T16:41:38.363Z] aa5968d388b8: Preparing [2023-02-15T16:41:38.363Z] aa5968d388b8: Layer already exists [2023-02-15T16:41:38.363Z] ecbb4ddefa6b: Layer already exists [2023-02-15T16:41:38.363Z] 6c2d01b8fc32: Layer already exists [2023-02-15T16:41:38.363Z] 1c7e867ec955: Layer already exists [2023-02-15T16:41:38.363Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:38.363Z] latest: digest: sha256:7abbc7ee7b0b41bdaa01a9cfc523edb75ad5a7798df445b45ceb5741681385c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:38.670Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:38.970Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.51 [2023-02-15T16:41:38.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T16:41:38.970Z] ecbb4ddefa6b: Preparing [2023-02-15T16:41:38.970Z] 6c2d01b8fc32: Preparing [2023-02-15T16:41:38.970Z] c62ae7f4648f: Preparing [2023-02-15T16:41:38.970Z] 1c7e867ec955: Preparing [2023-02-15T16:41:38.970Z] aa5968d388b8: Preparing [2023-02-15T16:41:38.970Z] 6c2d01b8fc32: Layer already exists [2023-02-15T16:41:38.970Z] aa5968d388b8: Layer already exists [2023-02-15T16:41:38.970Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:38.970Z] ecbb4ddefa6b: Layer already exists [2023-02-15T16:41:38.970Z] 1c7e867ec955: Layer already exists [2023-02-15T16:41:38.970Z] 3.0.0-dev.51: digest: sha256:7abbc7ee7b0b41bdaa01a9cfc523edb75ad5a7798df445b45ceb5741681385c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:39.276Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:39.577Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:39.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T16:41:39.577Z] ecbb4ddefa6b: Preparing [2023-02-15T16:41:39.577Z] 6c2d01b8fc32: Preparing [2023-02-15T16:41:39.577Z] c62ae7f4648f: Preparing [2023-02-15T16:41:39.577Z] 1c7e867ec955: Preparing [2023-02-15T16:41:39.577Z] aa5968d388b8: Preparing [2023-02-15T16:41:39.577Z] aa5968d388b8: Layer already exists [2023-02-15T16:41:39.577Z] ecbb4ddefa6b: Layer already exists [2023-02-15T16:41:39.577Z] 6c2d01b8fc32: Layer already exists [2023-02-15T16:41:39.577Z] 1c7e867ec955: Layer already exists [2023-02-15T16:41:39.577Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:39.577Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:7abbc7ee7b0b41bdaa01a9cfc523edb75ad5a7798df445b45ceb5741681385c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:39.883Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:41:40.186Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-15T16:41:40.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T16:41:40.186Z] ecbb4ddefa6b: Preparing [2023-02-15T16:41:40.186Z] 6c2d01b8fc32: Preparing [2023-02-15T16:41:40.186Z] c62ae7f4648f: Preparing [2023-02-15T16:41:40.186Z] 1c7e867ec955: Preparing [2023-02-15T16:41:40.186Z] aa5968d388b8: Preparing [2023-02-15T16:41:40.186Z] aa5968d388b8: Layer already exists [2023-02-15T16:41:40.186Z] 6c2d01b8fc32: Layer already exists [2023-02-15T16:41:40.186Z] c62ae7f4648f: Layer already exists [2023-02-15T16:41:40.186Z] 1c7e867ec955: Layer already exists [2023-02-15T16:41:40.186Z] ecbb4ddefa6b: Layer already exists [2023-02-15T16:41:40.186Z] main: digest: sha256:7abbc7ee7b0b41bdaa01a9cfc523edb75ad5a7798df445b45ceb5741681385c0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:41:40.221Z] ===================================================== [Pipeline] echo [2023-02-15T16:41:40.226Z] taggedImages: [2023-02-15T16:41:40.226Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:41:40.226Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-15T16:41:40.226Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.51 [2023-02-15T16:41:40.226Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:41:40.226Z] - 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-15T16:47:09.225Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T16:47:31.282Z] Removing intermediate container 4360fee16530 [2023-02-15T16:47:31.282Z] ---> 3eec9f218925 [2023-02-15T16:47:31.282Z] [2023-02-15T16:47:31.282Z] Step 9/21 : FROM alpine:3.16 [2023-02-15T16:47:31.282Z] 3.16: Pulling from library/alpine [2023-02-15T16:47:31.282Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T16:47:31.282Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T16:47:31.282Z] ---> 4c81e5bf8899 [2023-02-15T16:47:31.282Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-15T16:47:31.282Z] ---> Running in 1047f2af8626 [2023-02-15T16:47:33.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:47:33.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:47:35.229Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-15T16:47:35.229Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-15T16:47:35.496Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-15T16:47:35.496Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-15T16:47:35.496Z] (5/6) Installing curl (7.83.1-r6) [2023-02-15T16:47:35.496Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-15T16:47:35.496Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:47:35.496Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T16:47:35.761Z] OK: 8 MiB in 20 packages [2023-02-15T16:47:37.924Z] Removing intermediate container 1047f2af8626 [2023-02-15T16:47:37.924Z] ---> 7bac43139107 [2023-02-15T16:47:37.924Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T16:47:38.224Z] ---> Running in 9fe273e4ee04 [2023-02-15T16:47:38.508Z] Removing intermediate container 9fe273e4ee04 [2023-02-15T16:47:38.508Z] ---> 6cc50824de16 [2023-02-15T16:47:38.508Z] Step 12/21 : WORKDIR /edgex [2023-02-15T16:47:38.804Z] ---> Running in 348786b3ad4c [2023-02-15T16:47:39.095Z] Removing intermediate container 348786b3ad4c [2023-02-15T16:47:39.095Z] ---> 59aa35bf308a [2023-02-15T16:47:39.095Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-15T16:47:40.116Z] ---> d9ed37090813 [2023-02-15T16:47:40.116Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-15T16:47:41.577Z] ---> 009275b41596 [2023-02-15T16:47:41.577Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-15T16:47:42.996Z] ---> 2cbdedd8ba63 [2023-02-15T16:47:42.996Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T16:47:43.955Z] ---> b3f90bdd737f [2023-02-15T16:47:43.955Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T16:47:44.222Z] ---> Running in da237e263363 [2023-02-15T16:47:47.585Z] Removing intermediate container da237e263363 [2023-02-15T16:47:47.585Z] ---> 76b04402b2c9 [2023-02-15T16:47:47.585Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T16:47:47.856Z] ---> Running in 656b4ea6fa6b [2023-02-15T16:47:48.441Z] Removing intermediate container 656b4ea6fa6b [2023-02-15T16:47:48.441Z] ---> 4e7a92b2e74a [2023-02-15T16:47:48.441Z] Step 19/21 : LABEL arch=arm64 [2023-02-15T16:47:48.709Z] ---> Running in 28be17291236 [2023-02-15T16:47:49.681Z] Removing intermediate container 28be17291236 [2023-02-15T16:47:49.681Z] ---> 86ab017496a3 [2023-02-15T16:47:49.681Z] Step 20/21 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:47:49.948Z] ---> Running in a597625c0927 [2023-02-15T16:47:50.909Z] Removing intermediate container a597625c0927 [2023-02-15T16:47:50.909Z] ---> 0c21afef770c [2023-02-15T16:47:50.909Z] Step 21/21 : LABEL version=3.0.0-dev.51 [2023-02-15T16:47:50.909Z] ---> Running in 18742918339c [2023-02-15T16:47:51.866Z] Removing intermediate container 18742918339c [2023-02-15T16:47:51.866Z] ---> 6665ad880bec [2023-02-15T16:47:51.866Z] [2023-02-15T16:47:51.866Z] Successfully built 6665ad880bec [2023-02-15T16:47:51.866Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-15T16:47:52.140Z]  Building security-proxy-setup ... done Building core-command [2023-02-15T16:47:56.388Z] Removing intermediate container f825f0905574 [2023-02-15T16:47:56.388Z] ---> 9f8ba21c8a0a [2023-02-15T16:47:56.388Z] [2023-02-15T16:47:56.388Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T16:47:56.388Z] ---> 4c81e5bf8899 [2023-02-15T16:47:56.388Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-15T16:47:56.388Z] ---> Running in d387a59c501d [2023-02-15T16:47:56.653Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:47:56.653Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:47:56.653Z] ---> ee52e2a90abb [2023-02-15T16:47:56.653Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-15T16:47:56.653Z] ---> Using cache [2023-02-15T16:47:56.653Z] ---> 64dc6033820d [2023-02-15T16:47:56.653Z] Step 4/23 : WORKDIR /edgex-go [2023-02-15T16:47:56.921Z] ---> Using cache [2023-02-15T16:47:56.921Z] ---> c4cd0539c4b3 [2023-02-15T16:47:56.921Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-15T16:47:56.921Z] ---> Using cache [2023-02-15T16:47:56.921Z] ---> 7ac20884b855 [2023-02-15T16:47:56.921Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-15T16:47:56.921Z] Removing intermediate container d387a59c501d [2023-02-15T16:47:56.921Z] ---> 58b73f25d5c4 [2023-02-15T16:47:56.921Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T16:47:56.921Z] ---> Using cache [2023-02-15T16:47:56.921Z] ---> 63edefb78791 [2023-02-15T16:47:56.921Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:47:56.921Z] ---> Using cache [2023-02-15T16:47:56.921Z] ---> b546d9da4eb1 [2023-02-15T16:47:56.921Z] Step 8/23 : COPY . . [2023-02-15T16:47:57.189Z] ---> Running in 7d37d7dd9c9d [2023-02-15T16:47:57.457Z] ---> Using cache [2023-02-15T16:47:57.457Z] ---> 7cde1a2671a3 [2023-02-15T16:47:57.457Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-15T16:47:57.725Z] ---> Running in 1cc399441856 [2023-02-15T16:47:59.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:47:59.825Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T16:48:00.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:48:01.514Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T16:48:01.514Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:48:01.514Z] OK: 5 MiB in 15 packages [2023-02-15T16:48:02.928Z] Removing intermediate container 7d37d7dd9c9d [2023-02-15T16:48:02.928Z] ---> 12a1ac22660c [2023-02-15T16:48:02.928Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:48:03.910Z] ---> 3ddcbb4ec410 [2023-02-15T16:48:03.910Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-15T16:48:05.327Z] ---> 63555e0df371 [2023-02-15T16:48:05.327Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-15T16:48:06.302Z] ---> 7c34e31dd960 [2023-02-15T16:48:06.302Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-15T16:48:07.270Z] ---> a0ed4a2856a3 [2023-02-15T16:48:07.270Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T16:48:07.270Z] ---> Running in 950b4806e126 [2023-02-15T16:48:10.614Z] Removing intermediate container 950b4806e126 [2023-02-15T16:48:10.614Z] ---> 468e703fede1 [2023-02-15T16:48:10.614Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T16:48:10.614Z] ---> Running in 862ad1fd14bf [2023-02-15T16:48:10.882Z] Removing intermediate container 862ad1fd14bf [2023-02-15T16:48:10.882Z] ---> 963a6406e042 [2023-02-15T16:48:10.882Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-15T16:48:10.882Z] ---> Running in 070caf1ec62c [2023-02-15T16:48:11.467Z] Removing intermediate container 070caf1ec62c [2023-02-15T16:48:11.467Z] ---> 320ebc2e4a0f [2023-02-15T16:48:11.467Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T16:48:11.467Z] ---> Running in be4245d3cd9f [2023-02-15T16:48:12.053Z] Removing intermediate container be4245d3cd9f [2023-02-15T16:48:12.053Z] ---> 7dad0392fa3f [2023-02-15T16:48:12.053Z] Step 21/22 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:48:12.332Z] ---> Running in 3e2878d5f7e3 [2023-02-15T16:48:12.598Z] Removing intermediate container 3e2878d5f7e3 [2023-02-15T16:48:12.598Z] ---> 1fb981ee7f0c [2023-02-15T16:48:12.598Z] Step 22/22 : LABEL version=3.0.0-dev.51 [2023-02-15T16:48:12.865Z] ---> Running in 371971cefe18 [2023-02-15T16:48:13.448Z] Removing intermediate container 371971cefe18 [2023-02-15T16:48:13.448Z] ---> f4881ad9d82e [2023-02-15T16:48:13.448Z] [2023-02-15T16:48:13.448Z] Successfully built f4881ad9d82e [2023-02-15T16:48:13.448Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-15T16:48:13.448Z] Building security-spire-config [2023-02-15T16:48:17.694Z]  Building core-common-config-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:48:17.694Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:48:17.694Z] ---> ee52e2a90abb [2023-02-15T16:48:17.694Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T16:48:17.694Z] ---> Using cache [2023-02-15T16:48:17.694Z] ---> 0e377a02223e [2023-02-15T16:48:17.694Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T16:48:17.965Z] ---> Running in 2deea6c93241 [2023-02-15T16:48:20.547Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:48:20.815Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:48:22.757Z] OK: 221 MiB in 51 packages [2023-02-15T16:48:25.330Z] Removing intermediate container 2deea6c93241 [2023-02-15T16:48:25.330Z] ---> a9fbcd81a8d7 [2023-02-15T16:48:25.330Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T16:48:25.613Z] Removing intermediate container bacd7ea8c63e [2023-02-15T16:48:25.613Z] ---> 0fca397a9689 [2023-02-15T16:48:25.613Z] [2023-02-15T16:48:25.613Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T16:48:25.613Z] ---> 4c81e5bf8899 [2023-02-15T16:48:25.613Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-15T16:48:25.613Z] ---> Running in cf285cdf36d6 [2023-02-15T16:48:26.205Z] Removing intermediate container cf285cdf36d6 [2023-02-15T16:48:26.205Z] ---> 873b79a4ef25 [2023-02-15T16:48:26.205Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-15T16:48:26.473Z] ---> 3e3d6afecb33 [2023-02-15T16:48:26.473Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:48:26.473Z] ---> Running in ee0bc26d44f9 [2023-02-15T16:48:26.473Z] ---> Running in ecf696742e08 [2023-02-15T16:48:27.433Z] Removing intermediate container ee0bc26d44f9 [2023-02-15T16:48:27.433Z] ---> 595f867c038e [2023-02-15T16:48:27.433Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-15T16:48:27.433Z] ---> Running in d31f69fd1572 [2023-02-15T16:48:28.392Z] Removing intermediate container d31f69fd1572 [2023-02-15T16:48:28.392Z] ---> be9b4e377511 [2023-02-15T16:48:28.392Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T16:48:28.392Z] ---> Running in 0ab009ffc1dc [2023-02-15T16:48:30.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:48:30.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:48:31.874Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T16:48:31.874Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:48:31.874Z] OK: 5 MiB in 15 packages [2023-02-15T16:48:33.279Z] Removing intermediate container 0ab009ffc1dc [2023-02-15T16:48:33.279Z] ---> a948e313d0f6 [2023-02-15T16:48:33.279Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:48:33.861Z] ---> 3dccbe77d5d6 [2023-02-15T16:48:33.861Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-15T16:48:35.802Z] ---> ff15d8cc17fb [2023-02-15T16:48:35.802Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-15T16:48:36.388Z] ---> f010d71e3d3b [2023-02-15T16:48:36.388Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-15T16:48:36.389Z] ---> Running in 798a65abfbfe [2023-02-15T16:48:36.976Z] Removing intermediate container 798a65abfbfe [2023-02-15T16:48:36.976Z] ---> c57c81160276 [2023-02-15T16:48:36.976Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:48:37.245Z] ---> Running in 75dbb8094ee9 [2023-02-15T16:48:37.827Z] Removing intermediate container 75dbb8094ee9 [2023-02-15T16:48:37.827Z] ---> f0241fd7a26c [2023-02-15T16:48:37.827Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T16:48:37.827Z] ---> Running in 89da4ff37f31 [2023-02-15T16:48:38.411Z] Removing intermediate container 89da4ff37f31 [2023-02-15T16:48:38.411Z] ---> 256e4c162478 [2023-02-15T16:48:38.411Z] Step 21/22 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:48:38.411Z] ---> Running in eb3161bfe685 [2023-02-15T16:48:38.993Z] Removing intermediate container eb3161bfe685 [2023-02-15T16:48:38.994Z] ---> 98ce471f38ac [2023-02-15T16:48:38.994Z] Step 22/22 : LABEL version=3.0.0-dev.51 [2023-02-15T16:48:38.994Z] ---> Running in ae2b11b9f6ba [2023-02-15T16:48:39.575Z] Removing intermediate container ae2b11b9f6ba [2023-02-15T16:48:39.575Z] ---> 78bafbfafea6 [2023-02-15T16:48:39.575Z] [2023-02-15T16:48:39.575Z] Successfully built 78bafbfafea6 [2023-02-15T16:48:39.575Z] Successfully tagged core-data-arm64:latest [2023-02-15T16:48:39.575Z]  Building core-data ... done Building security-spire-server [2023-02-15T16:48:42.905Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:48:42.905Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:48:42.905Z] ---> ee52e2a90abb [2023-02-15T16:48:42.905Z] Step 3/23 : WORKDIR /edgex-go [2023-02-15T16:48:42.905Z] ---> Using cache [2023-02-15T16:48:42.905Z] ---> 0e377a02223e [2023-02-15T16:48:42.905Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T16:48:42.905Z] ---> Using cache [2023-02-15T16:48:42.905Z] ---> a9fbcd81a8d7 [2023-02-15T16:48:42.905Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-15T16:48:42.905Z] ---> Using cache [2023-02-15T16:48:42.905Z] ---> 3e3d6afecb33 [2023-02-15T16:48:42.905Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:48:42.905Z] ---> Running in 211a9cf7a612 [2023-02-15T16:50:19.575Z] Removing intermediate container ecf696742e08 [2023-02-15T16:50:19.575Z] ---> d4c6532c0fc5 [2023-02-15T16:50:19.575Z] Step 7/24 : COPY . . [2023-02-15T16:50:24.905Z] ---> 56f1cbf27fb8 [2023-02-15T16:50:24.905Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T16:50:25.171Z] ---> Running in 8dd4c7d1f125 [2023-02-15T16:50:25.753Z] Removing intermediate container 8dd4c7d1f125 [2023-02-15T16:50:25.753Z] ---> 8d70f8c39eb5 [2023-02-15T16:50:25.753Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T16:50:25.753Z] ---> Running in 2ef7f5b26635 [2023-02-15T16:50:26.712Z] Removing intermediate container 2ef7f5b26635 [2023-02-15T16:50:26.712Z] ---> 8fcf38fb667f [2023-02-15T16:50:26.712Z] 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-15T16:50:26.712Z] ---> Running in b3821126606b [2023-02-15T16:50:29.289Z] Removing intermediate container 211a9cf7a612 [2023-02-15T16:50:29.289Z] ---> bcaab30534a4 [2023-02-15T16:50:29.289Z] Step 7/23 : COPY . . [2023-02-15T16:50:30.708Z] Removing intermediate container b3821126606b [2023-02-15T16:50:30.708Z] ---> 7b22eccc8275 [2023-02-15T16:50:30.708Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T16:50:30.973Z] ---> Running in 2324e1d74e04 [2023-02-15T16:50:31.556Z] Removing intermediate container 2324e1d74e04 [2023-02-15T16:50:31.556Z] ---> 312e6ece3a83 [2023-02-15T16:50:31.556Z] [2023-02-15T16:50:31.556Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T16:50:31.827Z] 3.15: Pulling from library/alpine [2023-02-15T16:50:33.765Z] ---> dd743025ff24 [2023-02-15T16:50:33.765Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T16:50:33.765Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-15T16:50:33.765Z] Status: Downloaded newer image for alpine:3.15 [2023-02-15T16:50:33.765Z] ---> 354640af7b1b [2023-02-15T16:50:33.765Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T16:50:33.765Z] ---> Running in ad92e511bed8 [2023-02-15T16:50:33.765Z] ---> Running in fc57671a0abf [2023-02-15T16:50:34.722Z] Removing intermediate container fc57671a0abf [2023-02-15T16:50:34.722Z] ---> 4859e3cc5f13 [2023-02-15T16:50:34.722Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-15T16:50:34.722Z] Removing intermediate container ad92e511bed8 [2023-02-15T16:50:34.722Z] ---> fccffbecc9e1 [2023-02-15T16:50:34.722Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-15T16:50:34.722Z] ---> Running in d0bd7d19f1e0 [2023-02-15T16:50:34.722Z] ---> Running in 9613f3c35039 [2023-02-15T16:50:35.681Z] Removing intermediate container 9613f3c35039 [2023-02-15T16:50:35.681Z] ---> 72fff4747e46 [2023-02-15T16:50:35.681Z] 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-15T16:50:35.948Z] ---> Running in f52621263340 [2023-02-15T16:50:37.890Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:50:38.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:50:39.559Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T16:50:39.559Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T16:50:39.559Z] OK: 15734 distinct packages available [2023-02-15T16:50:39.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:50:39.836Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:50:39.836Z] Removing intermediate container f52621263340 [2023-02-15T16:50:39.836Z] ---> 54cef4299dd1 [2023-02-15T16:50:39.836Z] Step 11/23 : WORKDIR /edgex-go [2023-02-15T16:50:40.106Z] ---> Running in 0263fd93ff99 [2023-02-15T16:50:41.059Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-15T16:50:41.059Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-15T16:50:41.059Z] (3/4) Installing libucontext (1.1-r0) [2023-02-15T16:50:41.059Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-15T16:50:41.059Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T16:50:41.059Z] OK: 6 MiB in 18 packages [2023-02-15T16:50:41.059Z] Removing intermediate container 0263fd93ff99 [2023-02-15T16:50:41.059Z] ---> 8b0f8d73d5c6 [2023-02-15T16:50:41.059Z] [2023-02-15T16:50:41.059Z] Step 12/23 : FROM alpine:3.15 [2023-02-15T16:50:41.059Z] ---> 354640af7b1b [2023-02-15T16:50:41.059Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T16:50:41.059Z] ---> Using cache [2023-02-15T16:50:41.059Z] ---> 4859e3cc5f13 [2023-02-15T16:50:41.059Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T16:50:41.325Z] ---> Running in c5aa10500a4a [2023-02-15T16:50:43.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:50:44.491Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:50:44.756Z] Removing intermediate container d0bd7d19f1e0 [2023-02-15T16:50:44.756Z] ---> d8d9b4f2346e [2023-02-15T16:50:44.756Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T16:50:45.337Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T16:50:45.337Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T16:50:45.337Z] OK: 15734 distinct packages available [2023-02-15T16:50:45.337Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:50:45.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:50:46.559Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-15T16:50:46.559Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-15T16:50:46.559Z] (3/5) Installing libucontext (1.1-r0) [2023-02-15T16:50:46.559Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-15T16:50:46.559Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-15T16:50:46.559Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T16:50:46.559Z] OK: 6 MiB in 19 packages [2023-02-15T16:50:49.905Z] Removing intermediate container c5aa10500a4a [2023-02-15T16:50:49.905Z] ---> 22ddc02fda8f [2023-02-15T16:50:49.905Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T16:50:59.968Z] ---> 25a495bf1270 [2023-02-15T16:50:59.968Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T16:51:00.559Z] Removing intermediate container 9dc752f1f588 [2023-02-15T16:51:00.559Z] ---> c19850d608b3 [2023-02-15T16:51:00.559Z] [2023-02-15T16:51:00.559Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T16:51:00.559Z] ---> 4c81e5bf8899 [2023-02-15T16:51:00.559Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T16:51:00.825Z] ---> Running in 52711db8c9e8 [2023-02-15T16:51:01.788Z] ---> 31c5e3a65d9e [2023-02-15T16:51:01.788Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-15T16:51:01.788Z] ---> Running in 41544275083c [2023-02-15T16:51:03.191Z] Removing intermediate container 41544275083c [2023-02-15T16:51:03.191Z] ---> 02fc9faaa2d2 [2023-02-15T16:51:03.191Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-15T16:51:03.464Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:51:03.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:51:04.310Z] Removing intermediate container f6258a54959b [2023-02-15T16:51:04.310Z] ---> 72cf427b8b77 [2023-02-15T16:51:04.310Z] [2023-02-15T16:51:04.310Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T16:51:04.310Z] ---> 4c81e5bf8899 [2023-02-15T16:51:04.310Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-15T16:51:04.575Z] ---> Running in e0fdd2609a4e [2023-02-15T16:51:05.156Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T16:51:05.156Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:51:05.156Z] ---> 6b83e0034977 [2023-02-15T16:51:05.156Z] Step 19/24 : WORKDIR / [2023-02-15T16:51:05.156Z] OK: 5 MiB in 15 packages [2023-02-15T16:51:05.156Z] ---> 4cef346bac3e [2023-02-15T16:51:05.156Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T16:51:05.156Z] ---> Running in fa07e7b174df [2023-02-15T16:51:06.559Z] Removing intermediate container fa07e7b174df [2023-02-15T16:51:06.559Z] ---> 4546ea1fdcc8 [2023-02-15T16:51:06.559Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T16:51:06.825Z] ---> Running in d7900b7fddfd [2023-02-15T16:51:07.107Z] ---> 95b76e44a3f2 [2023-02-15T16:51:07.107Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-15T16:51:07.378Z] Removing intermediate container 52711db8c9e8 [2023-02-15T16:51:07.378Z] ---> cfed4ec59a9d [2023-02-15T16:51:07.378Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T16:51:07.378Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:51:07.646Z] ---> Running in 5543e991fc65 [2023-02-15T16:51:07.646Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:51:07.646Z] Removing intermediate container d7900b7fddfd [2023-02-15T16:51:07.646Z] ---> 9da304ff9520 [2023-02-15T16:51:07.646Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T16:51:07.912Z] ---> Running in 727f103abc1b [2023-02-15T16:51:09.287Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-15T16:51:09.557Z] Removing intermediate container 5543e991fc65 [2023-02-15T16:51:09.557Z] ---> 0ab16f9e8fdc [2023-02-15T16:51:09.557Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-15T16:51:09.557Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-15T16:51:09.557Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:51:09.557Z] ---> c44f448ec93d [2023-02-15T16:51:09.557Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-15T16:51:09.826Z] Removing intermediate container 727f103abc1b [2023-02-15T16:51:09.826Z] ---> 206d523619dd [2023-02-15T16:51:09.826Z] Step 22/24 : LABEL arch=arm64 ---> Running in c17ae3ca9ac8 [2023-02-15T16:51:09.826Z] [2023-02-15T16:51:09.826Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T16:51:09.826Z] ---> Running in a3323342aa83 [2023-02-15T16:51:10.095Z] OK: 6 MiB in 16 packages [2023-02-15T16:51:10.678Z] Removing intermediate container c17ae3ca9ac8 [2023-02-15T16:51:10.678Z] ---> d50eb513f0d8 [2023-02-15T16:51:10.678Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T16:51:10.952Z] ---> Running in 878aab022993 [2023-02-15T16:51:10.952Z] Removing intermediate container a3323342aa83 [2023-02-15T16:51:10.952Z] ---> 95d5e4f485fa [2023-02-15T16:51:10.952Z] Step 23/24 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:51:11.235Z] ---> Running in 6b06aaf22806 [2023-02-15T16:51:11.824Z] ---> 63692d3adf0c [2023-02-15T16:51:11.824Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T16:51:11.824Z] Removing intermediate container 878aab022993 [2023-02-15T16:51:11.824Z] ---> fe2b5c30bc0e [2023-02-15T16:51:11.824Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:51:12.095Z] ---> Running in 22bfc434c638 [2023-02-15T16:51:12.367Z] Removing intermediate container 6b06aaf22806 [2023-02-15T16:51:12.367Z] ---> 677a3808f2cc [2023-02-15T16:51:12.367Z] Step 24/24 : LABEL version=3.0.0-dev.51 [2023-02-15T16:51:12.640Z] ---> Running in 4bf5c584b189 [2023-02-15T16:51:13.240Z] Removing intermediate container 22bfc434c638 [2023-02-15T16:51:13.240Z] ---> 27769fb491fe [2023-02-15T16:51:13.240Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T16:51:13.240Z] ---> c9eb70e2c42e [2023-02-15T16:51:13.240Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-15T16:51:13.240Z] Removing intermediate container e0fdd2609a4e [2023-02-15T16:51:13.240Z] ---> 02eba6f6cec5 [2023-02-15T16:51:13.240Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T16:51:13.510Z] ---> Running in dd025503cf57 [2023-02-15T16:51:13.510Z] ---> Running in 42df12d0002a [2023-02-15T16:51:13.510Z] Removing intermediate container 4bf5c584b189 [2023-02-15T16:51:13.510Z] ---> 6ceb18b8d653 [2023-02-15T16:51:13.510Z] [2023-02-15T16:51:13.778Z] Successfully built 6ceb18b8d653 [2023-02-15T16:51:13.778Z] Successfully tagged security-spire-config-arm64:latest [2023-02-15T16:51:13.778Z] Building security-bootstrapper [2023-02-15T16:51:14.047Z]  Building security-spire-config ... done Removing intermediate container dd025503cf57 [2023-02-15T16:51:14.047Z] ---> 484e7157e55b [2023-02-15T16:51:14.317Z] Step 21/23 : LABEL arch=arm64 [2023-02-15T16:51:14.317Z] ---> Running in 9adcf59205a7 [2023-02-15T16:51:14.317Z] Removing intermediate container 42df12d0002a [2023-02-15T16:51:14.317Z] ---> ee81cda9d042 [2023-02-15T16:51:14.317Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-15T16:51:14.589Z] ---> Running in ecf664c468b2 [2023-02-15T16:51:15.714Z] Removing intermediate container 9adcf59205a7 [2023-02-15T16:51:15.714Z] ---> c5b0fe44708b [2023-02-15T16:51:15.714Z] Step 22/23 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:51:15.714Z] Removing intermediate container ecf664c468b2 [2023-02-15T16:51:15.714Z] ---> 89634ce8ba5d [2023-02-15T16:51:15.714Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T16:51:15.714Z] ---> Running in 218223d4ae31 [2023-02-15T16:51:15.714Z] ---> Running in 4fbec63069b4 [2023-02-15T16:51:16.752Z] Removing intermediate container 218223d4ae31 [2023-02-15T16:51:16.752Z] ---> cfe14442e198 [2023-02-15T16:51:16.752Z] Step 23/23 : LABEL version=3.0.0-dev.51 [2023-02-15T16:51:16.752Z] Removing intermediate container 4fbec63069b4 [2023-02-15T16:51:16.752Z] ---> 3366abe7058e [2023-02-15T16:51:16.752Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:51:16.752Z] ---> Running in 87ec099354e2 [2023-02-15T16:51:17.782Z] ---> d406e1eeed0c [2023-02-15T16:51:17.782Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-15T16:51:18.062Z] Removing intermediate container 87ec099354e2 [2023-02-15T16:51:18.062Z] ---> edd8eb591f4d [2023-02-15T16:51:18.062Z] [2023-02-15T16:51:18.672Z] Successfully built edd8eb591f4d [2023-02-15T16:51:18.672Z] Successfully tagged security-spire-server-arm64:latest [2023-02-15T16:51:18.672Z] Building core-metadata [2023-02-15T16:51:18.672Z]  Building security-spire-server ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:51:18.672Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:51:18.672Z] ---> ee52e2a90abb [2023-02-15T16:51:18.672Z] Step 3/32 : WORKDIR /edgex-go [2023-02-15T16:51:18.672Z] ---> Using cache [2023-02-15T16:51:18.672Z] ---> 0e377a02223e [2023-02-15T16:51:18.672Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-15T16:51:18.672Z] ---> Using cache [2023-02-15T16:51:18.672Z] ---> 73b9f28cec97 [2023-02-15T16:51:18.672Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-15T16:51:18.672Z] ---> ff3675791012 [2023-02-15T16:51:18.672Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-15T16:51:18.672Z] ---> Using cache [2023-02-15T16:51:18.672Z] ---> edd222f1acf9 [2023-02-15T16:51:18.672Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:51:18.672Z] ---> Using cache [2023-02-15T16:51:18.672Z] ---> d4b2e1615f48 [2023-02-15T16:51:18.672Z] Step 7/32 : COPY . . [2023-02-15T16:51:18.957Z] ---> Using cache [2023-02-15T16:51:18.957Z] ---> bbd10c9c6a94 [2023-02-15T16:51:18.957Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-15T16:51:19.250Z] ---> 693998a78dcc [2023-02-15T16:51:19.250Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-15T16:51:19.250Z] ---> Running in c015ba63858c [2023-02-15T16:51:19.540Z] ---> Running in a5ea7317e161 [2023-02-15T16:51:22.164Z] Removing intermediate container a5ea7317e161 [2023-02-15T16:51:22.164Z] ---> 866958f4e3ec [2023-02-15T16:51:22.164Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:51:22.164Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T16:51:22.442Z] ---> Running in f2589e480883 [2023-02-15T16:51:22.719Z] ---> 7a9842bd895e [2023-02-15T16:51:22.719Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-15T16:51:22.988Z] Removing intermediate container f2589e480883 [2023-02-15T16:51:22.988Z] ---> 195ed38c8b7b [2023-02-15T16:51:22.988Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T16:51:23.257Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:51:23.257Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:51:23.257Z] ---> ee52e2a90abb [2023-02-15T16:51:23.257Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-15T16:51:23.257Z] ---> Using cache [2023-02-15T16:51:23.257Z] ---> 64dc6033820d [2023-02-15T16:51:23.257Z] Step 4/24 : WORKDIR /edgex-go [2023-02-15T16:51:23.257Z] ---> Using cache [2023-02-15T16:51:23.257Z] ---> c4cd0539c4b3 [2023-02-15T16:51:23.257Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-15T16:51:23.257Z] ---> Using cache [2023-02-15T16:51:23.257Z] ---> 7ac20884b855 [2023-02-15T16:51:23.257Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-15T16:51:23.257Z] ---> Running in bd64d9c5ae1f [2023-02-15T16:51:23.257Z] ---> Using cache [2023-02-15T16:51:23.257Z] ---> 63edefb78791 [2023-02-15T16:51:23.257Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:51:23.257Z] ---> Using cache [2023-02-15T16:51:23.257Z] ---> b546d9da4eb1 [2023-02-15T16:51:23.257Z] Step 8/24 : COPY . . [2023-02-15T16:51:23.527Z] ---> Using cache [2023-02-15T16:51:23.527Z] ---> 7cde1a2671a3 [2023-02-15T16:51:23.527Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-15T16:51:23.795Z] ---> Running in b116b4c3675f [2023-02-15T16:51:24.383Z] Removing intermediate container bd64d9c5ae1f [2023-02-15T16:51:24.383Z] ---> ea6a101b7e96 [2023-02-15T16:51:24.383Z] Step 21/22 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:51:24.383Z] ---> Running in ff87d0aa72cd [2023-02-15T16:51:24.383Z] ---> c2715dcb213b [2023-02-15T16:51:24.651Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-15T16:51:24.651Z] ---> Running in 3521ae9fd6f2 [2023-02-15T16:51:25.238Z] Removing intermediate container ff87d0aa72cd [2023-02-15T16:51:25.238Z] ---> 2423167c7d90 [2023-02-15T16:51:25.238Z] Step 22/22 : LABEL version=3.0.0-dev.51 [2023-02-15T16:51:25.503Z] ---> Running in 17b0d94515d7 [2023-02-15T16:51:25.503Z] Removing intermediate container 3521ae9fd6f2 [2023-02-15T16:51:25.503Z] ---> 2787c9500cf3 [2023-02-15T16:51:25.503Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:51:25.770Z] ---> Running in bee396054ddf [2023-02-15T16:51:26.044Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T16:51:26.310Z] Removing intermediate container 17b0d94515d7 [2023-02-15T16:51:26.310Z] ---> 0448c4bf2df3 [2023-02-15T16:51:26.310Z] [2023-02-15T16:51:26.310Z] Removing intermediate container bee396054ddf [2023-02-15T16:51:26.310Z] ---> 648f2ef210d1 [2023-02-15T16:51:26.310Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T16:51:26.575Z] ---> Running in 2f820cf3a1cc [2023-02-15T16:51:26.575Z] Successfully built 0448c4bf2df3 [2023-02-15T16:51:26.575Z] Successfully tagged support-scheduler-arm64:latest [2023-02-15T16:51:26.575Z] Building security-spiffe-token-provider [2023-02-15T16:51:27.162Z]  Building support-scheduler ... done Removing intermediate container 2f820cf3a1cc [2023-02-15T16:51:27.162Z] ---> dde7b303bc26 [2023-02-15T16:51:27.162Z] Step 21/22 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:51:27.162Z] ---> Running in e1df972b87c1 [2023-02-15T16:51:27.744Z] Removing intermediate container e1df972b87c1 [2023-02-15T16:51:27.744Z] ---> 5b89d531724b [2023-02-15T16:51:27.744Z] Step 22/22 : LABEL version=3.0.0-dev.51 [2023-02-15T16:51:27.744Z] ---> Running in ae449d7e0807 [2023-02-15T16:51:28.328Z] Removing intermediate container ae449d7e0807 [2023-02-15T16:51:28.328Z] ---> e73a78e2b419 [2023-02-15T16:51:28.328Z] [2023-02-15T16:51:28.328Z] Successfully built e73a78e2b419 [2023-02-15T16:51:28.328Z] Successfully tagged support-notifications-arm64:latest [2023-02-15T16:51:28.328Z] Building security-spire-agent [2023-02-15T16:51:32.574Z]  Building support-notifications ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:51:32.574Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:51:32.574Z] ---> ee52e2a90abb [2023-02-15T16:51:32.574Z] Step 3/19 : WORKDIR /edgex-go [2023-02-15T16:51:32.574Z] ---> Using cache [2023-02-15T16:51:32.574Z] ---> 0e377a02223e [2023-02-15T16:51:32.574Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-15T16:51:32.574Z] ---> Running in 1e48250833f8 [2023-02-15T16:51:34.010Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:51:34.010Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:51:34.010Z] ---> ee52e2a90abb [2023-02-15T16:51:34.010Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T16:51:34.010Z] ---> Using cache [2023-02-15T16:51:34.010Z] ---> 0e377a02223e [2023-02-15T16:51:34.300Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T16:51:34.300Z] ---> Using cache [2023-02-15T16:51:34.300Z] ---> a9fbcd81a8d7 [2023-02-15T16:51:34.300Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T16:51:34.300Z] ---> Using cache [2023-02-15T16:51:34.300Z] ---> 3e3d6afecb33 [2023-02-15T16:51:34.300Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:51:34.300Z] ---> Using cache [2023-02-15T16:51:34.300Z] ---> bcaab30534a4 [2023-02-15T16:51:34.300Z] Step 7/24 : COPY . . [2023-02-15T16:51:34.300Z] ---> Using cache [2023-02-15T16:51:34.300Z] ---> dd743025ff24 [2023-02-15T16:51:34.300Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T16:51:34.300Z] ---> Using cache [2023-02-15T16:51:34.578Z] ---> fccffbecc9e1 [2023-02-15T16:51:34.578Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T16:51:34.578Z] ---> Using cache [2023-02-15T16:51:34.578Z] ---> 72fff4747e46 [2023-02-15T16:51:34.578Z] 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-15T16:51:34.578Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:51:34.578Z] ---> Running in 08e76bd67cbe [2023-02-15T16:51:35.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:51:36.508Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-15T16:51:36.508Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-15T16:51:36.508Z] OK: 16903 distinct packages available [2023-02-15T16:51:36.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:51:37.359Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:51:37.944Z] Removing intermediate container 08e76bd67cbe [2023-02-15T16:51:37.944Z] ---> dc7527f0f5cd [2023-02-15T16:51:37.944Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T16:51:37.944Z] ---> Running in 711a43c6e1f7 [2023-02-15T16:51:38.528Z] Removing intermediate container 711a43c6e1f7 [2023-02-15T16:51:38.528Z] ---> 93755792daf2 [2023-02-15T16:51:38.528Z] [2023-02-15T16:51:38.528Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T16:51:38.528Z] ---> 354640af7b1b [2023-02-15T16:51:38.528Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T16:51:38.528Z] ---> Using cache [2023-02-15T16:51:38.528Z] ---> 4859e3cc5f13 [2023-02-15T16:51:38.528Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T16:51:38.528Z] ---> Using cache [2023-02-15T16:51:38.528Z] ---> 22ddc02fda8f [2023-02-15T16:51:38.528Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-15T16:51:38.794Z] OK: 221 MiB in 51 packages [2023-02-15T16:51:40.741Z] Removing intermediate container 1e48250833f8 [2023-02-15T16:51:40.741Z] ---> 609490a531a5 [2023-02-15T16:51:40.741Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-15T16:51:42.143Z] ---> 0fa9063c2857 [2023-02-15T16:51:42.143Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:51:42.408Z] ---> Running in e7f56bfe77dd [2023-02-15T16:51:43.369Z] ---> b2d747a571b1 [2023-02-15T16:51:43.369Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T16:51:50.011Z] ---> de910f28f87e [2023-02-15T16:51:50.011Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T16:51:50.277Z] ---> b31a383b680c [2023-02-15T16:51:50.277Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-15T16:51:50.859Z] ---> 753e66745a72 [2023-02-15T16:51:50.859Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-15T16:51:51.814Z] ---> fbf1032028f1 [2023-02-15T16:51:51.814Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T16:51:52.084Z] ---> Running in 8b4c21111e8e [2023-02-15T16:51:52.662Z] Removing intermediate container 8b4c21111e8e [2023-02-15T16:51:52.662Z] ---> 41a84518df0c [2023-02-15T16:51:52.662Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T16:51:52.662Z] ---> Running in 9e78e030f76c [2023-02-15T16:51:52.927Z] Removing intermediate container 9e78e030f76c [2023-02-15T16:51:52.927Z] ---> 9ffdffbafbc3 [2023-02-15T16:51:52.927Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T16:51:53.195Z] ---> Running in b3ce9d0fdfa3 [2023-02-15T16:51:53.776Z] Removing intermediate container b3ce9d0fdfa3 [2023-02-15T16:51:53.776Z] ---> 7c1ee564ff31 [2023-02-15T16:51:53.776Z] Step 23/24 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:51:53.776Z] ---> Running in 187ecb0ce05c [2023-02-15T16:51:54.041Z] Removing intermediate container 187ecb0ce05c [2023-02-15T16:51:54.041Z] ---> f2d3109d06f0 [2023-02-15T16:51:54.041Z] Step 24/24 : LABEL version=3.0.0-dev.51 [2023-02-15T16:51:54.312Z] ---> Running in 5972c9c71f53 [2023-02-15T16:51:54.893Z] Removing intermediate container 5972c9c71f53 [2023-02-15T16:51:54.893Z] ---> d0d2f2793e0c [2023-02-15T16:51:54.893Z] [2023-02-15T16:51:54.893Z] Successfully built d0d2f2793e0c [2023-02-15T16:51:54.893Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-15T16:51:54.893Z]  Building security-spire-agent ... done Building security-secretstore-setup [2023-02-15T16:51:58.225Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T16:51:58.225Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T16:51:58.225Z] ---> ee52e2a90abb [2023-02-15T16:51:58.225Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T16:51:58.225Z] ---> Using cache [2023-02-15T16:51:58.225Z] ---> 0e377a02223e [2023-02-15T16:51:58.225Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-15T16:51:58.225Z] ---> Using cache [2023-02-15T16:51:58.225Z] ---> 73b9f28cec97 [2023-02-15T16:51:58.225Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T16:51:58.225Z] ---> Using cache [2023-02-15T16:51:58.225Z] ---> edd222f1acf9 [2023-02-15T16:51:58.225Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T16:51:58.225Z] ---> Using cache [2023-02-15T16:51:58.225Z] ---> d4b2e1615f48 [2023-02-15T16:51:58.225Z] Step 7/24 : COPY . . [2023-02-15T16:51:58.225Z] ---> Using cache [2023-02-15T16:51:58.225Z] ---> bbd10c9c6a94 [2023-02-15T16:51:58.225Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-15T16:51:59.630Z] ---> Running in 261f730c21bd [2023-02-15T16:52:01.565Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T16:53:23.391Z] Removing intermediate container 1cc399441856 [2023-02-15T16:53:23.391Z] ---> 5ed371f08c2b [2023-02-15T16:53:23.391Z] [2023-02-15T16:53:23.391Z] Step 10/23 : FROM alpine:3.16 [2023-02-15T16:53:23.391Z] ---> 4c81e5bf8899 [2023-02-15T16:53:23.391Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-15T16:53:23.391Z] ---> Using cache [2023-02-15T16:53:23.391Z] ---> cfed4ec59a9d [2023-02-15T16:53:23.391Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T16:53:23.391Z] ---> Using cache [2023-02-15T16:53:23.391Z] ---> 0ab16f9e8fdc [2023-02-15T16:53:23.391Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-15T16:53:23.391Z] ---> Running in bbdf9de24b43 [2023-02-15T16:53:23.391Z] Removing intermediate container bbdf9de24b43 [2023-02-15T16:53:23.391Z] ---> 41a65ce7c6c2 [2023-02-15T16:53:23.391Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-15T16:53:23.391Z] ---> Running in 85c9d1f48a68 [2023-02-15T16:53:23.391Z] Removing intermediate container 85c9d1f48a68 [2023-02-15T16:53:23.391Z] ---> 9dfe3bff4b08 [2023-02-15T16:53:23.391Z] Step 15/23 : WORKDIR / [2023-02-15T16:53:23.391Z] ---> Running in 937b433c8c01 [2023-02-15T16:53:23.391Z] Removing intermediate container 937b433c8c01 [2023-02-15T16:53:23.391Z] ---> 4120886c4a3a [2023-02-15T16:53:23.391Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:53:23.391Z] ---> e1e778c64d36 [2023-02-15T16:53:23.391Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-15T16:53:23.391Z] Removing intermediate container e7f56bfe77dd [2023-02-15T16:53:23.391Z] ---> 1273a12a926b [2023-02-15T16:53:23.391Z] Step 7/19 : COPY . . [2023-02-15T16:53:23.391Z] ---> 2b34702fae24 [2023-02-15T16:53:23.391Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-15T16:53:23.391Z] ---> 07ce81b9bc68 [2023-02-15T16:53:23.391Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-15T16:53:23.662Z] ---> Running in 539b6b659f55 [2023-02-15T16:53:23.931Z] ---> 9df3cb7601a6 [2023-02-15T16:53:23.931Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-15T16:53:23.931Z] ---> Running in 2880d3a1b95e [2023-02-15T16:53:24.531Z] Removing intermediate container 539b6b659f55 [2023-02-15T16:53:24.531Z] ---> 2ceae1242e22 [2023-02-15T16:53:24.531Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:53:24.531Z] ---> Running in 04b35e6a01da [2023-02-15T16:53:27.147Z] Removing intermediate container 04b35e6a01da [2023-02-15T16:53:27.147Z] ---> fd9c658fb3af [2023-02-15T16:53:27.147Z] Step 21/23 : LABEL arch=arm64 [2023-02-15T16:53:27.147Z] ---> Running in 43f18a5b7927 [2023-02-15T16:53:27.148Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-15T16:53:27.418Z] Removing intermediate container 43f18a5b7927 [2023-02-15T16:53:27.418Z] ---> 659edc356e1f [2023-02-15T16:53:27.418Z] Step 22/23 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:53:27.687Z] ---> Running in 20b814a88fe4 [2023-02-15T16:53:28.272Z] Removing intermediate container 20b814a88fe4 [2023-02-15T16:53:28.272Z] ---> a2be8c68b93c [2023-02-15T16:53:28.272Z] Step 23/23 : LABEL version=3.0.0-dev.51 [2023-02-15T16:53:28.272Z] ---> Running in a7faebb6a89b [2023-02-15T16:53:28.859Z] Removing intermediate container a7faebb6a89b [2023-02-15T16:53:28.859Z] ---> 6dbb0746f645 [2023-02-15T16:53:28.859Z] [2023-02-15T16:53:28.859Z] Successfully built 6dbb0746f645 [2023-02-15T16:53:28.859Z] Successfully tagged core-command-arm64:latest [2023-02-15T16:56:52.141Z]  Building core-command ... done Removing intermediate container c015ba63858c [2023-02-15T16:56:52.141Z] ---> 9aaf024bbd54 [2023-02-15T16:56:52.141Z] [2023-02-15T16:56:52.141Z] Step 9/32 : FROM alpine:3.16 [2023-02-15T16:56:52.141Z] ---> 4c81e5bf8899 [2023-02-15T16:56:52.141Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T16:56:52.141Z] ---> Running in 0518664251f8 [2023-02-15T16:56:52.141Z] Removing intermediate container 0518664251f8 [2023-02-15T16:56:52.141Z] ---> 8d424a852818 [2023-02-15T16:56:52.141Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-15T16:56:52.141Z] ---> Running in 3a1731bedda9 [2023-02-15T16:56:52.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:56:52.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:56:52.141Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-15T16:56:52.141Z] (2/2) Installing su-exec (0.2-r1) [2023-02-15T16:56:52.141Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:56:52.141Z] OK: 5 MiB in 16 packages [2023-02-15T16:56:52.141Z] Removing intermediate container 3a1731bedda9 [2023-02-15T16:56:52.141Z] ---> a5ff5e0097f8 [2023-02-15T16:56:52.141Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-15T16:56:52.141Z] ---> Running in f66084f775a1 [2023-02-15T16:56:52.141Z] Removing intermediate container f66084f775a1 [2023-02-15T16:56:52.141Z] ---> fb6510aa092a [2023-02-15T16:56:52.141Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-15T16:56:52.141Z] ---> Running in 68e0bb89ebec [2023-02-15T16:56:52.141Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T16:56:52.141Z] Removing intermediate container 68e0bb89ebec [2023-02-15T16:56:52.141Z] ---> 8c755db62870 [2023-02-15T16:56:52.141Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-15T16:56:52.141Z] ---> Running in 36407fdd4c51 [2023-02-15T16:56:52.141Z] Removing intermediate container 36407fdd4c51 [2023-02-15T16:56:52.141Z] ---> fed2bad43fa2 [2023-02-15T16:56:52.141Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-15T16:56:52.141Z] ---> Running in 636c2a410602 [2023-02-15T16:56:52.141Z] Removing intermediate container 636c2a410602 [2023-02-15T16:56:52.141Z] ---> ca5acaf6a9b5 [2023-02-15T16:56:52.141Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-15T16:56:52.141Z] ---> Running in 4ecc2be08add [2023-02-15T16:56:53.561Z] Removing intermediate container 4ecc2be08add [2023-02-15T16:56:53.561Z] ---> 63e238f906ff [2023-02-15T16:56:53.561Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-15T16:56:53.561Z] ---> Running in a2646d1307a2 [2023-02-15T16:56:53.828Z] Removing intermediate container a2646d1307a2 [2023-02-15T16:56:53.828Z] ---> d5593481b1be [2023-02-15T16:56:53.828Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-15T16:56:54.788Z] ---> a684747eefbb [2023-02-15T16:56:54.788Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-15T16:56:54.788Z] ---> Running in 33c6906ca2f1 [2023-02-15T16:56:58.131Z] Removing intermediate container 33c6906ca2f1 [2023-02-15T16:56:58.131Z] ---> 7136f5b86662 [2023-02-15T16:56:58.131Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:56:58.713Z] ---> 69563ff6a1cf [2023-02-15T16:56:58.713Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-15T16:57:01.463Z] ---> 5f4e35108d74 [2023-02-15T16:57:01.463Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-15T16:57:02.918Z] ---> 5a6798bde5b0 [2023-02-15T16:57:02.918Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-15T16:57:05.512Z] ---> 78b513af6164 [2023-02-15T16:57:05.512Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-15T16:57:06.888Z] ---> 632c1beda84b [2023-02-15T16:57:06.889Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-15T16:57:08.312Z] ---> 78ad9339ffda [2023-02-15T16:57:08.312Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-15T16:57:09.729Z] ---> adcae7138b3d [2023-02-15T16:57:09.729Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-15T16:57:10.001Z] ---> Running in 8f23642fe640 [2023-02-15T16:57:10.268Z] Removing intermediate container 261f730c21bd [2023-02-15T16:57:10.268Z] ---> aa882d199630 [2023-02-15T16:57:10.268Z] [2023-02-15T16:57:10.268Z] Step 9/24 : FROM alpine:3.16 [2023-02-15T16:57:10.268Z] ---> 4c81e5bf8899 [2023-02-15T16:57:10.268Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-15T16:57:10.535Z] ---> Running in 3a7c84f069d8 [2023-02-15T16:57:13.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:57:14.725Z] Removing intermediate container 8f23642fe640 [2023-02-15T16:57:14.725Z] ---> 91112428ad3a [2023-02-15T16:57:14.725Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-15T16:57:15.002Z] ---> Running in 376b93ba9190 [2023-02-15T16:57:16.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:57:17.283Z] Removing intermediate container 376b93ba9190 [2023-02-15T16:57:17.283Z] ---> 6e4d078e2367 [2023-02-15T16:57:17.283Z] Step 29/32 : CMD ["gate"] [2023-02-15T16:57:17.585Z] ---> Running in 8eda6d5f6689 [2023-02-15T16:57:18.183Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-15T16:57:18.455Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-15T16:57:18.455Z] (3/3) Installing su-exec (0.2-r1) [2023-02-15T16:57:18.455Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T16:57:18.455Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T16:57:18.731Z] Removing intermediate container 8eda6d5f6689 [2023-02-15T16:57:18.731Z] ---> 10cd32156eda [2023-02-15T16:57:18.731Z] Step 30/32 : LABEL arch=arm64 [2023-02-15T16:57:18.731Z] ---> Running in 64e339856e29 [2023-02-15T16:57:18.731Z] OK: 6 MiB in 17 packages [2023-02-15T16:57:19.703Z] Removing intermediate container 64e339856e29 [2023-02-15T16:57:19.703Z] ---> defe8d4f1c82 [2023-02-15T16:57:19.703Z] Step 31/32 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:57:19.703Z] ---> Running in 03b95e6646ac [2023-02-15T16:57:20.667Z] Removing intermediate container 03b95e6646ac [2023-02-15T16:57:20.667Z] ---> 185904a29a69 [2023-02-15T16:57:20.667Z] Step 32/32 : LABEL version=3.0.0-dev.51 [2023-02-15T16:57:20.936Z] ---> Running in 37956ff811d5 [2023-02-15T16:57:21.212Z] Removing intermediate container b116b4c3675f [2023-02-15T16:57:21.212Z] ---> dd69a2caa872 [2023-02-15T16:57:21.212Z] [2023-02-15T16:57:21.212Z] Step 10/24 : FROM alpine:3.16 [2023-02-15T16:57:21.212Z] ---> 4c81e5bf8899 [2023-02-15T16:57:21.212Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-15T16:57:21.212Z] ---> Using cache [2023-02-15T16:57:21.212Z] ---> cfed4ec59a9d [2023-02-15T16:57:21.212Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T16:57:21.212Z] ---> Using cache [2023-02-15T16:57:21.212Z] ---> 0ab16f9e8fdc [2023-02-15T16:57:21.212Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-15T16:57:21.481Z] ---> Running in a53a2cd6a502 [2023-02-15T16:57:21.749Z] Removing intermediate container 37956ff811d5 [2023-02-15T16:57:21.749Z] ---> f76c6355da03 [2023-02-15T16:57:21.749Z] [2023-02-15T16:57:22.017Z] Removing intermediate container 3a7c84f069d8 [2023-02-15T16:57:22.017Z] ---> 40dedaf497a1 [2023-02-15T16:57:22.017Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T16:57:22.017Z] ---> Running in 77d374cbf440 [2023-02-15T16:57:22.017Z] Successfully built f76c6355da03 [2023-02-15T16:57:22.286Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-15T16:57:22.286Z]  Building security-bootstrapper ... done Removing intermediate container a53a2cd6a502 [2023-02-15T16:57:22.286Z] ---> 3e354b71b60e [2023-02-15T16:57:22.286Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-15T16:57:22.555Z] ---> Running in 26dbbe000241 [2023-02-15T16:57:22.823Z] Removing intermediate container 77d374cbf440 [2023-02-15T16:57:22.823Z] ---> 00b58d96cd66 [2023-02-15T16:57:22.823Z] Step 12/24 : WORKDIR / [2023-02-15T16:57:23.094Z] ---> Running in c5e1c4fd7531 [2023-02-15T16:57:23.094Z] Removing intermediate container 26dbbe000241 [2023-02-15T16:57:23.094Z] ---> 4d493d111814 [2023-02-15T16:57:23.094Z] Step 15/24 : WORKDIR / [2023-02-15T16:57:23.362Z] ---> Running in f76fb81a7eca [2023-02-15T16:57:23.633Z] Removing intermediate container c5e1c4fd7531 [2023-02-15T16:57:23.633Z] ---> d445c89c4585 [2023-02-15T16:57:23.633Z] 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-15T16:57:23.900Z] Removing intermediate container f76fb81a7eca [2023-02-15T16:57:23.900Z] ---> 87b876f06a84 [2023-02-15T16:57:23.900Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:57:24.862Z] ---> 54cfe9ce1cea [2023-02-15T16:57:24.862Z] 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-15T16:57:25.133Z] ---> 29fdf6b350da [2023-02-15T16:57:25.133Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-15T16:57:26.098Z] ---> 70e821c752b4 [2023-02-15T16:57:26.098Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-15T16:57:27.508Z] ---> 3b8d8ad2f542 [2023-02-15T16:57:27.508Z] 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-15T16:57:27.508Z] ---> 418c36c80319 [2023-02-15T16:57:27.508Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-15T16:57:30.852Z] ---> 117a646fc85b [2023-02-15T16:57:30.852Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-15T16:57:31.124Z] ---> d500896d071c [2023-02-15T16:57:31.124Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-15T16:57:32.083Z] ---> f075ffa891f3 [2023-02-15T16:57:32.083Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-15T16:57:32.350Z] ---> Running in ed71afd951bd [2023-02-15T16:57:32.933Z] ---> 62a03dca6877 [2023-02-15T16:57:32.933Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-15T16:57:32.933Z] Removing intermediate container ed71afd951bd [2023-02-15T16:57:32.933Z] ---> 0c53b8732925 [2023-02-15T16:57:32.933Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:57:33.201Z] ---> Running in 26d26e4f6ecb [2023-02-15T16:57:34.169Z] Removing intermediate container 26d26e4f6ecb [2023-02-15T16:57:34.169Z] ---> fc208a37a81c [2023-02-15T16:57:34.169Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T16:57:34.169Z] ---> Running in b4fd110b03a5 [2023-02-15T16:57:34.760Z] Removing intermediate container b4fd110b03a5 [2023-02-15T16:57:34.760Z] ---> 269ee8fa2250 [2023-02-15T16:57:34.760Z] Step 23/24 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:57:35.039Z] ---> Running in 32b9c1a89cc4 [2023-02-15T16:57:35.308Z] ---> 50c66cde0953 [2023-02-15T16:57:35.308Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T16:57:35.577Z] Removing intermediate container 32b9c1a89cc4 [2023-02-15T16:57:35.577Z] ---> 49bdbc05ca9b [2023-02-15T16:57:35.577Z] Step 24/24 : LABEL version=3.0.0-dev.51 [2023-02-15T16:57:35.844Z] ---> Running in 29c2ec07f2d5 [2023-02-15T16:57:36.431Z] ---> 529a30ea78b2 [2023-02-15T16:57:36.431Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T16:57:36.431Z] Removing intermediate container 29c2ec07f2d5 [2023-02-15T16:57:36.431Z] ---> ff3ecd2e4048 [2023-02-15T16:57:36.431Z] [2023-02-15T16:57:36.431Z] ---> Running in de73f39f8b1c [2023-02-15T16:57:36.431Z] Successfully built ff3ecd2e4048 [2023-02-15T16:57:36.431Z] Successfully tagged core-metadata-arm64:latest [2023-02-15T16:57:39.011Z]  Building core-metadata ... done Removing intermediate container de73f39f8b1c [2023-02-15T16:57:39.011Z] ---> 24d4deeb7e43 [2023-02-15T16:57:39.011Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T16:57:39.281Z] ---> Running in 3b6d1d11e3eb [2023-02-15T16:57:39.547Z] Removing intermediate container 3b6d1d11e3eb [2023-02-15T16:57:39.547Z] ---> bcfeb7f47de7 [2023-02-15T16:57:39.547Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T16:57:39.814Z] ---> Running in 9c3e7e17061b [2023-02-15T16:57:40.395Z] Removing intermediate container 9c3e7e17061b [2023-02-15T16:57:40.395Z] ---> e7c8e2ce2070 [2023-02-15T16:57:40.395Z] Step 23/24 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:57:40.395Z] ---> Running in 5021b05ceafc [2023-02-15T16:57:40.662Z] Removing intermediate container 5021b05ceafc [2023-02-15T16:57:40.928Z] ---> d56f9e336eb8 [2023-02-15T16:57:40.928Z] Step 24/24 : LABEL version=3.0.0-dev.51 [2023-02-15T16:57:40.928Z] ---> Running in 92b797833e19 [2023-02-15T16:57:43.990Z] Removing intermediate container 92b797833e19 [2023-02-15T16:57:43.990Z] ---> 36646415e321 [2023-02-15T16:57:43.990Z] [2023-02-15T16:57:43.990Z] Successfully built 36646415e321 [2023-02-15T16:57:43.990Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-15T16:58:16.197Z]  Building security-secretstore-setup ... done Removing intermediate container 2880d3a1b95e [2023-02-15T16:58:16.197Z] ---> d71137597dad [2023-02-15T16:58:16.197Z] [2023-02-15T16:58:16.197Z] Step 9/19 : FROM alpine:3.15 [2023-02-15T16:58:16.197Z] ---> 354640af7b1b [2023-02-15T16:58:16.197Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T16:58:16.197Z] ---> Using cache [2023-02-15T16:58:16.197Z] ---> 4859e3cc5f13 [2023-02-15T16:58:16.197Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-15T16:58:16.197Z] ---> Running in 5b9267f570a3 [2023-02-15T16:58:16.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:58:16.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:58:16.197Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T16:58:16.197Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T16:58:16.197Z] OK: 15734 distinct packages available [2023-02-15T16:58:16.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T16:58:16.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T16:58:16.197Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-15T16:58:16.197Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-15T16:58:16.197Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-15T16:58:16.197Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-15T16:58:16.197Z] (5/9) Installing curl (7.80.0-r6) [2023-02-15T16:58:16.197Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-15T16:58:16.197Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-15T16:58:16.197Z] (8/9) Installing libucontext (1.1-r0) [2023-02-15T16:58:16.197Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-15T16:58:16.197Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T16:58:16.197Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T16:58:16.197Z] OK: 8 MiB in 23 packages [2023-02-15T16:58:16.783Z] Removing intermediate container 5b9267f570a3 [2023-02-15T16:58:16.783Z] ---> dff1161da2a7 [2023-02-15T16:58:16.783Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T16:58:17.364Z] ---> 5406eaa7879b [2023-02-15T16:58:17.364Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-15T16:58:18.773Z] ---> 797c92c1868c [2023-02-15T16:58:18.773Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-15T16:58:19.040Z] ---> dade7a494b16 [2023-02-15T16:58:19.040Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-15T16:58:19.040Z] ---> Running in f8482416a242 [2023-02-15T16:58:19.307Z] Removing intermediate container f8482416a242 [2023-02-15T16:58:19.307Z] ---> 4848a86aab65 [2023-02-15T16:58:19.307Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T16:58:19.575Z] ---> Running in 25800fadb640 [2023-02-15T16:58:19.842Z] Removing intermediate container 25800fadb640 [2023-02-15T16:58:19.842Z] ---> ef8af822b94b [2023-02-15T16:58:19.842Z] Step 17/19 : LABEL arch=arm64 [2023-02-15T16:58:19.842Z] ---> Running in 5fa77b324ac2 [2023-02-15T16:58:20.120Z] Removing intermediate container 5fa77b324ac2 [2023-02-15T16:58:20.120Z] ---> e5f356d57498 [2023-02-15T16:58:20.120Z] Step 18/19 : LABEL git_sha=8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:20.405Z] ---> Running in 593890d3364a [2023-02-15T16:58:20.674Z] Removing intermediate container 593890d3364a [2023-02-15T16:58:20.674Z] ---> 192a763177c3 [2023-02-15T16:58:20.674Z] Step 19/19 : LABEL version=3.0.0-dev.51 [2023-02-15T16:58:20.674Z] ---> Running in 76cc419761fa [2023-02-15T16:58:20.940Z] Removing intermediate container 76cc419761fa [2023-02-15T16:58:20.940Z] ---> da74a6991474 [2023-02-15T16:58:20.940Z] [2023-02-15T16:58:20.940Z] Successfully built da74a6991474 [2023-02-15T16:58:20.940Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-15T16:58:21.533Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-02-15T16:58:21.546Z] $ docker stop --time=1 5a46279f46a23f08d985d5ae04cf37db51beb2c30727af2de4d1c8b1f7654ca5 [2023-02-15T16:58:23.275Z] $ docker rm -f --volumes 5a46279f46a23f08d985d5ae04cf37db51beb2c30727af2de4d1c8b1f7654ca5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T16:58:23.749Z] + docker images [2023-02-15T16:58:24.014Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-15T16:58:24.014Z] security-spiffe-token-provider-arm64 latest da74a6991474 3 seconds ago 29.1MB [2023-02-15T16:58:24.014Z] d71137597dad 13 seconds ago 1.37GB [2023-02-15T16:58:24.014Z] security-secretstore-setup-arm64 latest 36646415e321 42 seconds ago 29MB [2023-02-15T16:58:24.014Z] core-metadata-arm64 latest ff3ecd2e4048 47 seconds ago 17.7MB [2023-02-15T16:58:24.014Z] security-bootstrapper-arm64 latest f76c6355da03 About a minute ago 19.6MB [2023-02-15T16:58:24.014Z] dd69a2caa872 About a minute ago 1.34GB [2023-02-15T16:58:24.014Z] aa882d199630 About a minute ago 1.33GB [2023-02-15T16:58:24.014Z] 9aaf024bbd54 About a minute ago 1.33GB [2023-02-15T16:58:24.014Z] core-command-arm64 latest 6dbb0746f645 4 minutes ago 17MB [2023-02-15T16:58:24.014Z] 5ed371f08c2b 5 minutes ago 1.34GB [2023-02-15T16:58:24.014Z] security-spire-agent-arm64 latest d0d2f2793e0c 6 minutes ago 122MB [2023-02-15T16:58:24.014Z] 93755792daf2 6 minutes ago 1.21GB [2023-02-15T16:58:24.014Z] support-notifications-arm64 latest e73a78e2b419 6 minutes ago 29.7MB [2023-02-15T16:58:24.014Z] support-scheduler-arm64 latest 0448c4bf2df3 6 minutes ago 29MB [2023-02-15T16:58:24.014Z] security-spire-server-arm64 latest edd8eb591f4d 7 minutes ago 84.3MB [2023-02-15T16:58:24.014Z] security-spire-config-arm64 latest 6ceb18b8d653 7 minutes ago 83.6MB [2023-02-15T16:58:24.014Z] 72cf427b8b77 7 minutes ago 1.4GB [2023-02-15T16:58:24.014Z] c19850d608b3 7 minutes ago 1.4GB [2023-02-15T16:58:24.014Z] 8b0f8d73d5c6 7 minutes ago 1.21GB [2023-02-15T16:58:24.014Z] 312e6ece3a83 7 minutes ago 1.21GB [2023-02-15T16:58:24.014Z] core-data-arm64 latest 78bafbfafea6 9 minutes ago 17.2MB [2023-02-15T16:58:24.014Z] 0fca397a9689 9 minutes ago 1.34GB [2023-02-15T16:58:24.014Z] core-common-config-bootstrapper-arm64 latest f4881ad9d82e 10 minutes ago 14.9MB [2023-02-15T16:58:24.014Z] 9f8ba21c8a0a 10 minutes ago 1.33GB [2023-02-15T16:58:24.014Z] security-proxy-setup-arm64 latest 6665ad880bec 10 minutes ago 26.9MB [2023-02-15T16:58:24.014Z] 3eec9f218925 10 minutes ago 1.33GB [2023-02-15T16:58:24.014Z] ci-base-image-arm64 latest ee52e2a90abb 19 minutes ago 905MB [2023-02-15T16:58:24.014Z] alpine 3.15 354640af7b1b 4 days ago 5.34MB [2023-02-15T16:58:24.014Z] alpine 3.16 4c81e5bf8899 4 days ago 5.3MB [2023-02-15T16:58:24.014Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-15T16:58:24.014Z] 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-15T16:58:24.128Z] provisioning config files... [2023-02-15T16:58:24.141Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/411@tmp/config11587851758171936664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T16:58:24.475Z] ---> docker-login.sh [2023-02-15T16:58:24.475Z] nexus3.edgexfoundry.org:10001 [2023-02-15T16:58:24.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:58:24.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:58:24.742Z] Configure a credential helper to remove this warning. See [2023-02-15T16:58:24.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:58:24.742Z] [2023-02-15T16:58:24.742Z] Login Succeeded [2023-02-15T16:58:24.742Z] nexus3.edgexfoundry.org:10002 [2023-02-15T16:58:25.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:58:25.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:58:25.009Z] Configure a credential helper to remove this warning. See [2023-02-15T16:58:25.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:58:25.009Z] [2023-02-15T16:58:25.009Z] Login Succeeded [2023-02-15T16:58:25.009Z] nexus3.edgexfoundry.org:10003 [2023-02-15T16:58:25.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:58:25.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:58:25.543Z] Configure a credential helper to remove this warning. See [2023-02-15T16:58:25.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:58:25.543Z] [2023-02-15T16:58:25.543Z] Login Succeeded [2023-02-15T16:58:25.543Z] nexus3.edgexfoundry.org:10004 [2023-02-15T16:58:25.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:58:25.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:58:25.810Z] Configure a credential helper to remove this warning. See [2023-02-15T16:58:25.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:58:25.810Z] [2023-02-15T16:58:25.810Z] Login Succeeded [2023-02-15T16:58:25.810Z] docker.io [2023-02-15T16:58:26.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T16:58:26.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T16:58:26.344Z] Configure a credential helper to remove this warning. See [2023-02-15T16:58:26.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T16:58:26.344Z] [2023-02-15T16:58:26.344Z] Login Succeeded [2023-02-15T16:58:26.344Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T16:58:26.357Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:58:26.379Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T16:58:26.396Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-15T16:58:26.396Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:26.396Z] latest [2023-02-15T16:58:26.396Z] 3.0.0-dev.51 [2023-02-15T16:58:26.396Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:26.396Z] main [2023-02-15T16:58:26.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:26.736Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:27.083Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:27.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T16:58:27.083Z] 94622c3a59a7: Preparing [2023-02-15T16:58:27.083Z] a48cec4ebe01: Preparing [2023-02-15T16:58:27.083Z] c98812a691a6: Preparing [2023-02-15T16:58:27.083Z] 46fdd30bdc9a: Preparing [2023-02-15T16:58:27.083Z] f70ee36035b9: Preparing [2023-02-15T16:58:27.083Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:27.349Z] c98812a691a6: Pushed [2023-02-15T16:58:27.349Z] 94622c3a59a7: Pushed [2023-02-15T16:58:27.349Z] 46fdd30bdc9a: Pushed [2023-02-15T16:58:30.687Z] a48cec4ebe01: Pushed [2023-02-15T16:58:30.687Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:f2af6199887e0c2443448d3abb37ea21b7ef1fefd104ec99018143eef437101b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:31.041Z] + 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-15T16:58:31.375Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-15T16:58:31.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T16:58:31.375Z] 94622c3a59a7: Preparing [2023-02-15T16:58:31.375Z] a48cec4ebe01: Preparing [2023-02-15T16:58:31.375Z] c98812a691a6: Preparing [2023-02-15T16:58:31.375Z] 46fdd30bdc9a: Preparing [2023-02-15T16:58:31.375Z] f70ee36035b9: Preparing [2023-02-15T16:58:31.375Z] 46fdd30bdc9a: Layer already exists [2023-02-15T16:58:31.375Z] a48cec4ebe01: Layer already exists [2023-02-15T16:58:31.375Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:31.375Z] c98812a691a6: Layer already exists [2023-02-15T16:58:31.375Z] 94622c3a59a7: Layer already exists [2023-02-15T16:58:31.375Z] latest: digest: sha256:f2af6199887e0c2443448d3abb37ea21b7ef1fefd104ec99018143eef437101b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:31.984Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:32.328Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.51 [2023-02-15T16:58:32.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T16:58:32.328Z] 94622c3a59a7: Preparing [2023-02-15T16:58:32.328Z] a48cec4ebe01: Preparing [2023-02-15T16:58:32.328Z] c98812a691a6: Preparing [2023-02-15T16:58:32.328Z] 46fdd30bdc9a: Preparing [2023-02-15T16:58:32.328Z] f70ee36035b9: Preparing [2023-02-15T16:58:32.328Z] c98812a691a6: Layer already exists [2023-02-15T16:58:32.328Z] a48cec4ebe01: Layer already exists [2023-02-15T16:58:32.328Z] 46fdd30bdc9a: Layer already exists [2023-02-15T16:58:32.328Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:32.328Z] 94622c3a59a7: Layer already exists [2023-02-15T16:58:32.594Z] 3.0.0-dev.51: digest: sha256:f2af6199887e0c2443448d3abb37ea21b7ef1fefd104ec99018143eef437101b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:32.953Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:33.297Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:33.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T16:58:33.297Z] 94622c3a59a7: Preparing [2023-02-15T16:58:33.297Z] a48cec4ebe01: Preparing [2023-02-15T16:58:33.297Z] c98812a691a6: Preparing [2023-02-15T16:58:33.297Z] 46fdd30bdc9a: Preparing [2023-02-15T16:58:33.297Z] f70ee36035b9: Preparing [2023-02-15T16:58:33.297Z] 94622c3a59a7: Layer already exists [2023-02-15T16:58:33.297Z] a48cec4ebe01: Layer already exists [2023-02-15T16:58:33.297Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:33.297Z] c98812a691a6: Layer already exists [2023-02-15T16:58:33.297Z] 46fdd30bdc9a: Layer already exists [2023-02-15T16:58:33.564Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:f2af6199887e0c2443448d3abb37ea21b7ef1fefd104ec99018143eef437101b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:33.920Z] + 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-15T16:58:34.261Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-15T16:58:34.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T16:58:34.261Z] 94622c3a59a7: Preparing [2023-02-15T16:58:34.261Z] a48cec4ebe01: Preparing [2023-02-15T16:58:34.261Z] c98812a691a6: Preparing [2023-02-15T16:58:34.261Z] 46fdd30bdc9a: Preparing [2023-02-15T16:58:34.261Z] f70ee36035b9: Preparing [2023-02-15T16:58:34.261Z] 94622c3a59a7: Layer already exists [2023-02-15T16:58:34.261Z] c98812a691a6: Layer already exists [2023-02-15T16:58:34.261Z] 46fdd30bdc9a: Layer already exists [2023-02-15T16:58:34.261Z] a48cec4ebe01: Layer already exists [2023-02-15T16:58:34.261Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:34.528Z] main: digest: sha256:f2af6199887e0c2443448d3abb37ea21b7ef1fefd104ec99018143eef437101b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:58:34.574Z] ===================================================== [Pipeline] echo [2023-02-15T16:58:34.581Z] taggedImages: [2023-02-15T16:58:34.581Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:34.581Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-15T16:58:34.581Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.51 [2023-02-15T16:58:34.581Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:34.581Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-15T16:58:34.605Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-15T16:58:34.605Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:34.605Z] latest [2023-02-15T16:58:34.605Z] 3.0.0-dev.51 [2023-02-15T16:58:34.605Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:34.605Z] main [2023-02-15T16:58:34.605Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:34.970Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:35.323Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:35.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T16:58:35.323Z] 52dd7527ecd7: Preparing [2023-02-15T16:58:35.323Z] 700e3ed30e0b: Preparing [2023-02-15T16:58:35.323Z] a8126847c1af: Preparing [2023-02-15T16:58:35.323Z] 81f67b91cbae: Preparing [2023-02-15T16:58:35.323Z] c98812a691a6: Preparing [2023-02-15T16:58:35.323Z] 24ad517517d6: Preparing [2023-02-15T16:58:35.323Z] f70ee36035b9: Preparing [2023-02-15T16:58:35.323Z] f70ee36035b9: Waiting [2023-02-15T16:58:35.323Z] 24ad517517d6: Waiting [2023-02-15T16:58:35.591Z] c98812a691a6: Layer already exists [2023-02-15T16:58:35.591Z] 700e3ed30e0b: Pushed [2023-02-15T16:58:35.591Z] 52dd7527ecd7: Pushed [2023-02-15T16:58:35.591Z] a8126847c1af: Pushed [2023-02-15T16:58:35.591Z] 24ad517517d6: Pushed [2023-02-15T16:58:35.591Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:38.167Z] 81f67b91cbae: Pushed [2023-02-15T16:58:38.167Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:6b62ea4575cbaa6aa5a33b876058d985fcdc16200c2324bac1fa9b7e9eeb9260 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:38.505Z] + 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-15T16:58:38.850Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-15T16:58:38.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T16:58:38.850Z] 52dd7527ecd7: Preparing [2023-02-15T16:58:38.850Z] 700e3ed30e0b: Preparing [2023-02-15T16:58:38.850Z] a8126847c1af: Preparing [2023-02-15T16:58:38.850Z] 81f67b91cbae: Preparing [2023-02-15T16:58:38.850Z] c98812a691a6: Preparing [2023-02-15T16:58:38.850Z] 24ad517517d6: Preparing [2023-02-15T16:58:38.850Z] f70ee36035b9: Preparing [2023-02-15T16:58:38.850Z] 24ad517517d6: Waiting [2023-02-15T16:58:38.850Z] f70ee36035b9: Waiting [2023-02-15T16:58:38.850Z] 52dd7527ecd7: Layer already exists [2023-02-15T16:58:38.850Z] c98812a691a6: Layer already exists [2023-02-15T16:58:38.850Z] a8126847c1af: Layer already exists [2023-02-15T16:58:38.850Z] 81f67b91cbae: Layer already exists [2023-02-15T16:58:38.850Z] 700e3ed30e0b: Layer already exists [2023-02-15T16:58:38.850Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:38.850Z] 24ad517517d6: Layer already exists [2023-02-15T16:58:39.115Z] latest: digest: sha256:6b62ea4575cbaa6aa5a33b876058d985fcdc16200c2324bac1fa9b7e9eeb9260 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:39.465Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:39.809Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.51 [2023-02-15T16:58:39.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T16:58:39.809Z] 52dd7527ecd7: Preparing [2023-02-15T16:58:39.809Z] 700e3ed30e0b: Preparing [2023-02-15T16:58:39.809Z] a8126847c1af: Preparing [2023-02-15T16:58:39.809Z] 81f67b91cbae: Preparing [2023-02-15T16:58:39.809Z] c98812a691a6: Preparing [2023-02-15T16:58:39.809Z] 24ad517517d6: Preparing [2023-02-15T16:58:39.809Z] f70ee36035b9: Preparing [2023-02-15T16:58:39.809Z] 24ad517517d6: Waiting [2023-02-15T16:58:39.809Z] f70ee36035b9: Waiting [2023-02-15T16:58:39.809Z] 81f67b91cbae: Layer already exists [2023-02-15T16:58:39.809Z] c98812a691a6: Layer already exists [2023-02-15T16:58:39.809Z] 700e3ed30e0b: Layer already exists [2023-02-15T16:58:39.809Z] a8126847c1af: Layer already exists [2023-02-15T16:58:39.809Z] 52dd7527ecd7: Layer already exists [2023-02-15T16:58:39.809Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:39.809Z] 24ad517517d6: Layer already exists [2023-02-15T16:58:39.809Z] 3.0.0-dev.51: digest: sha256:6b62ea4575cbaa6aa5a33b876058d985fcdc16200c2324bac1fa9b7e9eeb9260 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:40.420Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:40.759Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:40.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T16:58:40.759Z] 52dd7527ecd7: Preparing [2023-02-15T16:58:40.759Z] 700e3ed30e0b: Preparing [2023-02-15T16:58:40.759Z] a8126847c1af: Preparing [2023-02-15T16:58:40.759Z] 81f67b91cbae: Preparing [2023-02-15T16:58:40.759Z] c98812a691a6: Preparing [2023-02-15T16:58:40.759Z] 24ad517517d6: Preparing [2023-02-15T16:58:40.759Z] f70ee36035b9: Preparing [2023-02-15T16:58:40.759Z] 24ad517517d6: Waiting [2023-02-15T16:58:40.759Z] f70ee36035b9: Waiting [2023-02-15T16:58:40.759Z] a8126847c1af: Layer already exists [2023-02-15T16:58:40.759Z] 52dd7527ecd7: Layer already exists [2023-02-15T16:58:40.759Z] c98812a691a6: Layer already exists [2023-02-15T16:58:40.759Z] 700e3ed30e0b: Layer already exists [2023-02-15T16:58:40.759Z] 81f67b91cbae: Layer already exists [2023-02-15T16:58:40.759Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:40.759Z] 24ad517517d6: Layer already exists [2023-02-15T16:58:41.025Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:6b62ea4575cbaa6aa5a33b876058d985fcdc16200c2324bac1fa9b7e9eeb9260 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:41.383Z] + 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-15T16:58:41.724Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-15T16:58:41.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T16:58:41.725Z] 52dd7527ecd7: Preparing [2023-02-15T16:58:41.725Z] 700e3ed30e0b: Preparing [2023-02-15T16:58:41.725Z] a8126847c1af: Preparing [2023-02-15T16:58:41.725Z] 81f67b91cbae: Preparing [2023-02-15T16:58:41.725Z] c98812a691a6: Preparing [2023-02-15T16:58:41.725Z] 24ad517517d6: Preparing [2023-02-15T16:58:41.725Z] f70ee36035b9: Preparing [2023-02-15T16:58:41.725Z] 24ad517517d6: Waiting [2023-02-15T16:58:41.725Z] f70ee36035b9: Waiting [2023-02-15T16:58:41.725Z] c98812a691a6: Layer already exists [2023-02-15T16:58:41.725Z] 81f67b91cbae: Layer already exists [2023-02-15T16:58:41.725Z] a8126847c1af: Layer already exists [2023-02-15T16:58:41.725Z] 52dd7527ecd7: Layer already exists [2023-02-15T16:58:41.725Z] 700e3ed30e0b: Layer already exists [2023-02-15T16:58:41.725Z] 24ad517517d6: Layer already exists [2023-02-15T16:58:41.725Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:41.990Z] main: digest: sha256:6b62ea4575cbaa6aa5a33b876058d985fcdc16200c2324bac1fa9b7e9eeb9260 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:58:42.031Z] ===================================================== [Pipeline] echo [2023-02-15T16:58:42.036Z] taggedImages: [2023-02-15T16:58:42.036Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:42.036Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-15T16:58:42.036Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.51 [2023-02-15T16:58:42.036Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:42.036Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-15T16:58:42.053Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-15T16:58:42.053Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:42.053Z] latest [2023-02-15T16:58:42.053Z] 3.0.0-dev.51 [2023-02-15T16:58:42.053Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:42.053Z] main [2023-02-15T16:58:42.053Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:42.400Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:42.746Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:42.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T16:58:42.747Z] 3be5e5e8c62d: Preparing [2023-02-15T16:58:42.747Z] af0fa1b02d6a: Preparing [2023-02-15T16:58:42.747Z] c98812a691a6: Preparing [2023-02-15T16:58:42.747Z] 464debefa790: Preparing [2023-02-15T16:58:42.747Z] f70ee36035b9: Preparing [2023-02-15T16:58:42.747Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:42.747Z] c98812a691a6: Layer already exists [2023-02-15T16:58:43.012Z] 3be5e5e8c62d: Pushed [2023-02-15T16:58:43.012Z] 464debefa790: Pushed [2023-02-15T16:58:46.348Z] af0fa1b02d6a: Pushed [2023-02-15T16:58:46.349Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:fd1bb56c2cc37113dbb4b41ed56e4d310037408e2354c915902d2737a9bf4e8e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:46.685Z] + 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-15T16:58:47.032Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-15T16:58:47.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T16:58:47.032Z] 3be5e5e8c62d: Preparing [2023-02-15T16:58:47.032Z] af0fa1b02d6a: Preparing [2023-02-15T16:58:47.032Z] c98812a691a6: Preparing [2023-02-15T16:58:47.032Z] 464debefa790: Preparing [2023-02-15T16:58:47.032Z] f70ee36035b9: Preparing [2023-02-15T16:58:47.032Z] 464debefa790: Layer already exists [2023-02-15T16:58:47.032Z] 3be5e5e8c62d: Layer already exists [2023-02-15T16:58:47.032Z] c98812a691a6: Layer already exists [2023-02-15T16:58:47.032Z] af0fa1b02d6a: Layer already exists [2023-02-15T16:58:47.032Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:47.299Z] latest: digest: sha256:fd1bb56c2cc37113dbb4b41ed56e4d310037408e2354c915902d2737a9bf4e8e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:47.651Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:47.992Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.51 [2023-02-15T16:58:47.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T16:58:47.992Z] 3be5e5e8c62d: Preparing [2023-02-15T16:58:47.992Z] af0fa1b02d6a: Preparing [2023-02-15T16:58:47.992Z] c98812a691a6: Preparing [2023-02-15T16:58:47.992Z] 464debefa790: Preparing [2023-02-15T16:58:47.992Z] f70ee36035b9: Preparing [2023-02-15T16:58:47.992Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:47.992Z] af0fa1b02d6a: Layer already exists [2023-02-15T16:58:47.992Z] c98812a691a6: Layer already exists [2023-02-15T16:58:47.992Z] 464debefa790: Layer already exists [2023-02-15T16:58:47.992Z] 3be5e5e8c62d: Layer already exists [2023-02-15T16:58:47.992Z] 3.0.0-dev.51: digest: sha256:fd1bb56c2cc37113dbb4b41ed56e4d310037408e2354c915902d2737a9bf4e8e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:48.388Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:48.738Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:48.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T16:58:48.738Z] 3be5e5e8c62d: Preparing [2023-02-15T16:58:48.738Z] af0fa1b02d6a: Preparing [2023-02-15T16:58:48.738Z] c98812a691a6: Preparing [2023-02-15T16:58:48.738Z] 464debefa790: Preparing [2023-02-15T16:58:48.738Z] f70ee36035b9: Preparing [2023-02-15T16:58:48.738Z] 3be5e5e8c62d: Layer already exists [2023-02-15T16:58:48.738Z] af0fa1b02d6a: Layer already exists [2023-02-15T16:58:48.738Z] c98812a691a6: Layer already exists [2023-02-15T16:58:48.738Z] 464debefa790: Layer already exists [2023-02-15T16:58:48.738Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:48.739Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:fd1bb56c2cc37113dbb4b41ed56e4d310037408e2354c915902d2737a9bf4e8e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:49.182Z] + 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-15T16:58:49.514Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-15T16:58:49.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T16:58:49.514Z] 3be5e5e8c62d: Preparing [2023-02-15T16:58:49.514Z] af0fa1b02d6a: Preparing [2023-02-15T16:58:49.514Z] c98812a691a6: Preparing [2023-02-15T16:58:49.514Z] 464debefa790: Preparing [2023-02-15T16:58:49.514Z] f70ee36035b9: Preparing [2023-02-15T16:58:49.514Z] c98812a691a6: Layer already exists [2023-02-15T16:58:49.514Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:49.514Z] af0fa1b02d6a: Layer already exists [2023-02-15T16:58:49.514Z] 3be5e5e8c62d: Layer already exists [2023-02-15T16:58:49.514Z] 464debefa790: Layer already exists [2023-02-15T16:58:49.786Z] main: digest: sha256:fd1bb56c2cc37113dbb4b41ed56e4d310037408e2354c915902d2737a9bf4e8e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:58:49.834Z] ===================================================== [Pipeline] echo [2023-02-15T16:58:49.840Z] taggedImages: [2023-02-15T16:58:49.840Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:49.840Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-15T16:58:49.840Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.51 [2023-02-15T16:58:49.840Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:49.840Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-15T16:58:49.858Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-15T16:58:49.858Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:49.858Z] latest [2023-02-15T16:58:49.858Z] 3.0.0-dev.51 [2023-02-15T16:58:49.858Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:49.858Z] main [2023-02-15T16:58:49.858Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:50.217Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:50.561Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:50.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T16:58:50.561Z] b4d9c3568cf9: Preparing [2023-02-15T16:58:50.561Z] 5b3c24c0aa47: Preparing [2023-02-15T16:58:50.561Z] 54c79c8c7f47: Preparing [2023-02-15T16:58:50.561Z] c98812a691a6: Preparing [2023-02-15T16:58:50.561Z] 46fdd30bdc9a: Preparing [2023-02-15T16:58:50.561Z] f70ee36035b9: Preparing [2023-02-15T16:58:50.561Z] f70ee36035b9: Waiting [2023-02-15T16:58:50.561Z] c98812a691a6: Layer already exists [2023-02-15T16:58:50.561Z] 46fdd30bdc9a: Layer already exists [2023-02-15T16:58:50.850Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:50.850Z] b4d9c3568cf9: Pushed [2023-02-15T16:58:50.850Z] 5b3c24c0aa47: Pushed [2023-02-15T16:58:54.192Z] 54c79c8c7f47: Pushed [2023-02-15T16:58:54.192Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:2bf8b722f84dd4cad3564b942a86f2ed6bcea0c083d3043bfc3409d97dfe18ef size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:54.536Z] + 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-15T16:58:54.884Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-15T16:58:54.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T16:58:54.884Z] b4d9c3568cf9: Preparing [2023-02-15T16:58:54.884Z] 5b3c24c0aa47: Preparing [2023-02-15T16:58:54.884Z] 54c79c8c7f47: Preparing [2023-02-15T16:58:54.884Z] c98812a691a6: Preparing [2023-02-15T16:58:54.884Z] 46fdd30bdc9a: Preparing [2023-02-15T16:58:54.884Z] f70ee36035b9: Preparing [2023-02-15T16:58:54.884Z] f70ee36035b9: Waiting [2023-02-15T16:58:54.884Z] c98812a691a6: Layer already exists [2023-02-15T16:58:54.884Z] 54c79c8c7f47: Layer already exists [2023-02-15T16:58:54.884Z] b4d9c3568cf9: Layer already exists [2023-02-15T16:58:54.884Z] 46fdd30bdc9a: Layer already exists [2023-02-15T16:58:54.884Z] 5b3c24c0aa47: Layer already exists [2023-02-15T16:58:54.884Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:55.151Z] latest: digest: sha256:2bf8b722f84dd4cad3564b942a86f2ed6bcea0c083d3043bfc3409d97dfe18ef size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:55.509Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:55.850Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.51 [2023-02-15T16:58:55.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T16:58:55.850Z] b4d9c3568cf9: Preparing [2023-02-15T16:58:55.850Z] 5b3c24c0aa47: Preparing [2023-02-15T16:58:55.850Z] 54c79c8c7f47: Preparing [2023-02-15T16:58:55.850Z] c98812a691a6: Preparing [2023-02-15T16:58:55.850Z] 46fdd30bdc9a: Preparing [2023-02-15T16:58:55.850Z] f70ee36035b9: Preparing [2023-02-15T16:58:55.850Z] f70ee36035b9: Waiting [2023-02-15T16:58:55.850Z] b4d9c3568cf9: Layer already exists [2023-02-15T16:58:55.850Z] 54c79c8c7f47: Layer already exists [2023-02-15T16:58:55.850Z] 46fdd30bdc9a: Layer already exists [2023-02-15T16:58:55.850Z] c98812a691a6: Layer already exists [2023-02-15T16:58:55.850Z] 5b3c24c0aa47: Layer already exists [2023-02-15T16:58:55.850Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:56.116Z] 3.0.0-dev.51: digest: sha256:2bf8b722f84dd4cad3564b942a86f2ed6bcea0c083d3043bfc3409d97dfe18ef size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:56.454Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:56.794Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:56.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T16:58:56.794Z] b4d9c3568cf9: Preparing [2023-02-15T16:58:56.794Z] 5b3c24c0aa47: Preparing [2023-02-15T16:58:56.794Z] 54c79c8c7f47: Preparing [2023-02-15T16:58:56.794Z] c98812a691a6: Preparing [2023-02-15T16:58:56.794Z] 46fdd30bdc9a: Preparing [2023-02-15T16:58:56.794Z] f70ee36035b9: Preparing [2023-02-15T16:58:56.794Z] f70ee36035b9: Waiting [2023-02-15T16:58:56.794Z] 5b3c24c0aa47: Layer already exists [2023-02-15T16:58:56.794Z] b4d9c3568cf9: Layer already exists [2023-02-15T16:58:56.794Z] 54c79c8c7f47: Layer already exists [2023-02-15T16:58:56.794Z] 46fdd30bdc9a: Layer already exists [2023-02-15T16:58:56.794Z] c98812a691a6: Layer already exists [2023-02-15T16:58:56.794Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:57.059Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:2bf8b722f84dd4cad3564b942a86f2ed6bcea0c083d3043bfc3409d97dfe18ef size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:57.400Z] + 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-15T16:58:57.732Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-15T16:58:57.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T16:58:57.732Z] b4d9c3568cf9: Preparing [2023-02-15T16:58:57.732Z] 5b3c24c0aa47: Preparing [2023-02-15T16:58:57.732Z] 54c79c8c7f47: Preparing [2023-02-15T16:58:57.732Z] c98812a691a6: Preparing [2023-02-15T16:58:57.732Z] 46fdd30bdc9a: Preparing [2023-02-15T16:58:57.732Z] f70ee36035b9: Preparing [2023-02-15T16:58:57.732Z] 46fdd30bdc9a: Layer already exists [2023-02-15T16:58:57.732Z] 5b3c24c0aa47: Layer already exists [2023-02-15T16:58:57.732Z] c98812a691a6: Layer already exists [2023-02-15T16:58:57.732Z] b4d9c3568cf9: Layer already exists [2023-02-15T16:58:57.732Z] 54c79c8c7f47: Layer already exists [2023-02-15T16:58:57.732Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:57.997Z] main: digest: sha256:2bf8b722f84dd4cad3564b942a86f2ed6bcea0c083d3043bfc3409d97dfe18ef size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:58:58.038Z] ===================================================== [Pipeline] echo [2023-02-15T16:58:58.043Z] taggedImages: [2023-02-15T16:58:58.043Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:58.043Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-15T16:58:58.043Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.51 [2023-02-15T16:58:58.043Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:58.043Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-15T16:58:58.057Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-15T16:58:58.057Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:58.057Z] latest [2023-02-15T16:58:58.057Z] 3.0.0-dev.51 [2023-02-15T16:58:58.057Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:58:58.057Z] main [2023-02-15T16:58:58.057Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:58.392Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:58:58.723Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:58:58.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T16:58:58.724Z] 23b992f2c4cd: Preparing [2023-02-15T16:58:58.724Z] 23b992f2c4cd: Preparing [2023-02-15T16:58:58.724Z] 6469f2bfa42d: Preparing [2023-02-15T16:58:58.724Z] b38dbd869135: Preparing [2023-02-15T16:58:58.724Z] 646a163395dd: Preparing [2023-02-15T16:58:58.724Z] b5ff151b5236: Preparing [2023-02-15T16:58:58.724Z] 01cd1ab264e7: Preparing [2023-02-15T16:58:58.724Z] c98812a691a6: Preparing [2023-02-15T16:58:58.724Z] 015968bb6ba3: Preparing [2023-02-15T16:58:58.724Z] fece764516d2: Preparing [2023-02-15T16:58:58.724Z] d18bf60990a4: Preparing [2023-02-15T16:58:58.724Z] 4c7b28cc82ae: Preparing [2023-02-15T16:58:58.724Z] f70ee36035b9: Preparing [2023-02-15T16:58:58.724Z] 015968bb6ba3: Waiting [2023-02-15T16:58:58.724Z] fece764516d2: Waiting [2023-02-15T16:58:58.724Z] d18bf60990a4: Waiting [2023-02-15T16:58:58.724Z] 4c7b28cc82ae: Waiting [2023-02-15T16:58:58.724Z] f70ee36035b9: Waiting [2023-02-15T16:58:58.724Z] 01cd1ab264e7: Waiting [2023-02-15T16:58:58.724Z] c98812a691a6: Waiting [2023-02-15T16:58:58.992Z] 6469f2bfa42d: Pushed [2023-02-15T16:58:58.992Z] b38dbd869135: Pushed [2023-02-15T16:58:58.992Z] b5ff151b5236: Pushed [2023-02-15T16:58:58.992Z] 646a163395dd: Pushed [2023-02-15T16:58:58.992Z] 23b992f2c4cd: Pushed [2023-02-15T16:58:58.992Z] c98812a691a6: Layer already exists [2023-02-15T16:58:59.257Z] fece764516d2: Pushed [2023-02-15T16:58:59.257Z] d18bf60990a4: Pushed [2023-02-15T16:58:59.257Z] 015968bb6ba3: Pushed [2023-02-15T16:58:59.257Z] f70ee36035b9: Layer already exists [2023-02-15T16:58:59.257Z] 4c7b28cc82ae: Pushed [2023-02-15T16:59:02.600Z] 01cd1ab264e7: Pushed [2023-02-15T16:59:02.866Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:e4e084b71edf6ba04b68dabab6378b2d989cb5c2d3f814aad8f0b57b7365a428 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:03.201Z] + 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-15T16:59:03.537Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-15T16:59:03.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T16:59:03.537Z] 23b992f2c4cd: Preparing [2023-02-15T16:59:03.537Z] 23b992f2c4cd: Preparing [2023-02-15T16:59:03.537Z] 6469f2bfa42d: Preparing [2023-02-15T16:59:03.537Z] b38dbd869135: Preparing [2023-02-15T16:59:03.537Z] 646a163395dd: Preparing [2023-02-15T16:59:03.537Z] b5ff151b5236: Preparing [2023-02-15T16:59:03.538Z] 01cd1ab264e7: Preparing [2023-02-15T16:59:03.538Z] c98812a691a6: Preparing [2023-02-15T16:59:03.538Z] 015968bb6ba3: Preparing [2023-02-15T16:59:03.538Z] fece764516d2: Preparing [2023-02-15T16:59:03.538Z] d18bf60990a4: Preparing [2023-02-15T16:59:03.538Z] 4c7b28cc82ae: Preparing [2023-02-15T16:59:03.538Z] f70ee36035b9: Preparing [2023-02-15T16:59:03.538Z] 01cd1ab264e7: Waiting [2023-02-15T16:59:03.538Z] c98812a691a6: Waiting [2023-02-15T16:59:03.538Z] fece764516d2: Waiting [2023-02-15T16:59:03.538Z] d18bf60990a4: Waiting [2023-02-15T16:59:03.538Z] 4c7b28cc82ae: Waiting [2023-02-15T16:59:03.538Z] f70ee36035b9: Waiting [2023-02-15T16:59:03.538Z] 015968bb6ba3: Waiting [2023-02-15T16:59:03.538Z] 646a163395dd: Layer already exists [2023-02-15T16:59:03.538Z] 6469f2bfa42d: Layer already exists [2023-02-15T16:59:03.538Z] 23b992f2c4cd: Layer already exists [2023-02-15T16:59:03.538Z] b38dbd869135: Layer already exists [2023-02-15T16:59:03.538Z] b5ff151b5236: Layer already exists [2023-02-15T16:59:03.538Z] 01cd1ab264e7: Layer already exists [2023-02-15T16:59:03.538Z] c98812a691a6: Layer already exists [2023-02-15T16:59:03.538Z] d18bf60990a4: Layer already exists [2023-02-15T16:59:03.538Z] fece764516d2: Layer already exists [2023-02-15T16:59:03.538Z] 015968bb6ba3: Layer already exists [2023-02-15T16:59:03.538Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:03.538Z] 4c7b28cc82ae: Layer already exists [2023-02-15T16:59:03.802Z] latest: digest: sha256:e4e084b71edf6ba04b68dabab6378b2d989cb5c2d3f814aad8f0b57b7365a428 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:04.130Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:04.457Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.51 [2023-02-15T16:59:04.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T16:59:04.457Z] 23b992f2c4cd: Preparing [2023-02-15T16:59:04.457Z] 23b992f2c4cd: Preparing [2023-02-15T16:59:04.457Z] 6469f2bfa42d: Preparing [2023-02-15T16:59:04.457Z] b38dbd869135: Preparing [2023-02-15T16:59:04.457Z] 646a163395dd: Preparing [2023-02-15T16:59:04.457Z] b5ff151b5236: Preparing [2023-02-15T16:59:04.457Z] 01cd1ab264e7: Preparing [2023-02-15T16:59:04.457Z] c98812a691a6: Preparing [2023-02-15T16:59:04.457Z] 015968bb6ba3: Preparing [2023-02-15T16:59:04.457Z] fece764516d2: Preparing [2023-02-15T16:59:04.457Z] d18bf60990a4: Preparing [2023-02-15T16:59:04.457Z] 4c7b28cc82ae: Preparing [2023-02-15T16:59:04.457Z] f70ee36035b9: Preparing [2023-02-15T16:59:04.457Z] fece764516d2: Waiting [2023-02-15T16:59:04.457Z] 01cd1ab264e7: Waiting [2023-02-15T16:59:04.457Z] c98812a691a6: Waiting [2023-02-15T16:59:04.457Z] 4c7b28cc82ae: Waiting [2023-02-15T16:59:04.457Z] 015968bb6ba3: Waiting [2023-02-15T16:59:04.457Z] f70ee36035b9: Waiting [2023-02-15T16:59:04.457Z] d18bf60990a4: Waiting [2023-02-15T16:59:04.457Z] b5ff151b5236: Layer already exists [2023-02-15T16:59:04.457Z] 646a163395dd: Layer already exists [2023-02-15T16:59:04.457Z] 6469f2bfa42d: Layer already exists [2023-02-15T16:59:04.457Z] b38dbd869135: Layer already exists [2023-02-15T16:59:04.457Z] 23b992f2c4cd: Layer already exists [2023-02-15T16:59:04.457Z] 015968bb6ba3: Layer already exists [2023-02-15T16:59:04.457Z] d18bf60990a4: Layer already exists [2023-02-15T16:59:04.457Z] 01cd1ab264e7: Layer already exists [2023-02-15T16:59:04.457Z] c98812a691a6: Layer already exists [2023-02-15T16:59:04.457Z] fece764516d2: Layer already exists [2023-02-15T16:59:04.457Z] 4c7b28cc82ae: Layer already exists [2023-02-15T16:59:04.457Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:04.723Z] 3.0.0-dev.51: digest: sha256:e4e084b71edf6ba04b68dabab6378b2d989cb5c2d3f814aad8f0b57b7365a428 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:05.070Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:05.399Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:05.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T16:59:05.399Z] 23b992f2c4cd: Preparing [2023-02-15T16:59:05.399Z] 23b992f2c4cd: Preparing [2023-02-15T16:59:05.399Z] 6469f2bfa42d: Preparing [2023-02-15T16:59:05.399Z] b38dbd869135: Preparing [2023-02-15T16:59:05.399Z] 646a163395dd: Preparing [2023-02-15T16:59:05.399Z] b5ff151b5236: Preparing [2023-02-15T16:59:05.399Z] 01cd1ab264e7: Preparing [2023-02-15T16:59:05.399Z] c98812a691a6: Preparing [2023-02-15T16:59:05.399Z] 015968bb6ba3: Preparing [2023-02-15T16:59:05.399Z] fece764516d2: Preparing [2023-02-15T16:59:05.399Z] d18bf60990a4: Preparing [2023-02-15T16:59:05.399Z] 4c7b28cc82ae: Preparing [2023-02-15T16:59:05.399Z] f70ee36035b9: Preparing [2023-02-15T16:59:05.399Z] 01cd1ab264e7: Waiting [2023-02-15T16:59:05.399Z] d18bf60990a4: Waiting [2023-02-15T16:59:05.399Z] c98812a691a6: Waiting [2023-02-15T16:59:05.399Z] f70ee36035b9: Waiting [2023-02-15T16:59:05.399Z] 015968bb6ba3: Waiting [2023-02-15T16:59:05.399Z] 4c7b28cc82ae: Waiting [2023-02-15T16:59:05.399Z] fece764516d2: Waiting [2023-02-15T16:59:05.399Z] b5ff151b5236: Layer already exists [2023-02-15T16:59:05.399Z] 23b992f2c4cd: Layer already exists [2023-02-15T16:59:05.399Z] b38dbd869135: Layer already exists [2023-02-15T16:59:05.399Z] 646a163395dd: Layer already exists [2023-02-15T16:59:05.399Z] 6469f2bfa42d: Layer already exists [2023-02-15T16:59:05.399Z] 01cd1ab264e7: Layer already exists [2023-02-15T16:59:05.399Z] 015968bb6ba3: Layer already exists [2023-02-15T16:59:05.399Z] c98812a691a6: Layer already exists [2023-02-15T16:59:05.399Z] fece764516d2: Layer already exists [2023-02-15T16:59:05.399Z] d18bf60990a4: Layer already exists [2023-02-15T16:59:05.399Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:05.399Z] 4c7b28cc82ae: Layer already exists [2023-02-15T16:59:05.665Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:e4e084b71edf6ba04b68dabab6378b2d989cb5c2d3f814aad8f0b57b7365a428 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:06.000Z] + 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-15T16:59:06.331Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-15T16:59:06.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T16:59:06.332Z] 23b992f2c4cd: Preparing [2023-02-15T16:59:06.332Z] 23b992f2c4cd: Preparing [2023-02-15T16:59:06.332Z] 6469f2bfa42d: Preparing [2023-02-15T16:59:06.332Z] b38dbd869135: Preparing [2023-02-15T16:59:06.332Z] 646a163395dd: Preparing [2023-02-15T16:59:06.332Z] b5ff151b5236: Preparing [2023-02-15T16:59:06.332Z] 01cd1ab264e7: Preparing [2023-02-15T16:59:06.332Z] c98812a691a6: Preparing [2023-02-15T16:59:06.332Z] 015968bb6ba3: Preparing [2023-02-15T16:59:06.332Z] fece764516d2: Preparing [2023-02-15T16:59:06.332Z] d18bf60990a4: Preparing [2023-02-15T16:59:06.332Z] 4c7b28cc82ae: Preparing [2023-02-15T16:59:06.332Z] f70ee36035b9: Preparing [2023-02-15T16:59:06.332Z] 01cd1ab264e7: Waiting [2023-02-15T16:59:06.332Z] c98812a691a6: Waiting [2023-02-15T16:59:06.332Z] 015968bb6ba3: Waiting [2023-02-15T16:59:06.332Z] fece764516d2: Waiting [2023-02-15T16:59:06.332Z] d18bf60990a4: Waiting [2023-02-15T16:59:06.332Z] 4c7b28cc82ae: Waiting [2023-02-15T16:59:06.332Z] f70ee36035b9: Waiting [2023-02-15T16:59:06.332Z] b5ff151b5236: Layer already exists [2023-02-15T16:59:06.332Z] b38dbd869135: Layer already exists [2023-02-15T16:59:06.332Z] 23b992f2c4cd: Layer already exists [2023-02-15T16:59:06.332Z] 6469f2bfa42d: Layer already exists [2023-02-15T16:59:06.332Z] 646a163395dd: Layer already exists [2023-02-15T16:59:06.332Z] d18bf60990a4: Layer already exists [2023-02-15T16:59:06.332Z] c98812a691a6: Layer already exists [2023-02-15T16:59:06.332Z] 01cd1ab264e7: Layer already exists [2023-02-15T16:59:06.332Z] fece764516d2: Layer already exists [2023-02-15T16:59:06.332Z] 015968bb6ba3: Layer already exists [2023-02-15T16:59:06.598Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:06.598Z] 4c7b28cc82ae: Layer already exists [2023-02-15T16:59:06.598Z] main: digest: sha256:e4e084b71edf6ba04b68dabab6378b2d989cb5c2d3f814aad8f0b57b7365a428 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:59:06.648Z] ===================================================== [Pipeline] echo [2023-02-15T16:59:06.660Z] taggedImages: [2023-02-15T16:59:06.660Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:06.660Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-15T16:59:06.660Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.51 [2023-02-15T16:59:06.660Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:06.660Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-15T16:59:06.677Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-15T16:59:06.677Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:06.677Z] latest [2023-02-15T16:59:06.677Z] 3.0.0-dev.51 [2023-02-15T16:59:06.677Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:06.677Z] main [2023-02-15T16:59:06.677Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:07.026Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:07.366Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:07.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T16:59:07.366Z] 9746df331296: Preparing [2023-02-15T16:59:07.366Z] 92d69776adc2: Preparing [2023-02-15T16:59:07.366Z] bd142041ab99: Preparing [2023-02-15T16:59:07.366Z] 8e9fe4d8f615: Preparing [2023-02-15T16:59:07.366Z] f7fade9fbb8a: Preparing [2023-02-15T16:59:07.366Z] 3b5973d882f2: Preparing [2023-02-15T16:59:07.366Z] df977c20bf2d: Preparing [2023-02-15T16:59:07.366Z] f70ee36035b9: Preparing [2023-02-15T16:59:07.366Z] 3b5973d882f2: Waiting [2023-02-15T16:59:07.366Z] df977c20bf2d: Waiting [2023-02-15T16:59:07.366Z] f70ee36035b9: Waiting [2023-02-15T16:59:07.630Z] 9746df331296: Pushed [2023-02-15T16:59:07.630Z] 92d69776adc2: Pushed [2023-02-15T16:59:07.630Z] f7fade9fbb8a: Pushed [2023-02-15T16:59:07.630Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:07.896Z] 3b5973d882f2: Pushed [2023-02-15T16:59:08.481Z] df977c20bf2d: Pushed [2023-02-15T16:59:10.425Z] 8e9fe4d8f615: Pushed [2023-02-15T16:59:10.425Z] bd142041ab99: Pushed [2023-02-15T16:59:10.425Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:0edf9148c6d812d2229e32309a49110efb22d8f0a11ffc1037209124cb056da3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:10.761Z] + 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-15T16:59:11.094Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-15T16:59:11.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T16:59:11.094Z] 9746df331296: Preparing [2023-02-15T16:59:11.094Z] 92d69776adc2: Preparing [2023-02-15T16:59:11.094Z] bd142041ab99: Preparing [2023-02-15T16:59:11.094Z] 8e9fe4d8f615: Preparing [2023-02-15T16:59:11.094Z] f7fade9fbb8a: Preparing [2023-02-15T16:59:11.094Z] 3b5973d882f2: Preparing [2023-02-15T16:59:11.094Z] df977c20bf2d: Preparing [2023-02-15T16:59:11.094Z] f70ee36035b9: Preparing [2023-02-15T16:59:11.094Z] 3b5973d882f2: Waiting [2023-02-15T16:59:11.094Z] df977c20bf2d: Waiting [2023-02-15T16:59:11.094Z] f70ee36035b9: Waiting [2023-02-15T16:59:11.094Z] 9746df331296: Layer already exists [2023-02-15T16:59:11.094Z] bd142041ab99: Layer already exists [2023-02-15T16:59:11.094Z] 8e9fe4d8f615: Layer already exists [2023-02-15T16:59:11.094Z] 92d69776adc2: Layer already exists [2023-02-15T16:59:11.094Z] f7fade9fbb8a: Layer already exists [2023-02-15T16:59:11.094Z] 3b5973d882f2: Layer already exists [2023-02-15T16:59:11.094Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:11.094Z] df977c20bf2d: Layer already exists [2023-02-15T16:59:11.365Z] latest: digest: sha256:0edf9148c6d812d2229e32309a49110efb22d8f0a11ffc1037209124cb056da3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:11.696Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:12.033Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.51 [2023-02-15T16:59:12.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T16:59:12.033Z] 9746df331296: Preparing [2023-02-15T16:59:12.033Z] 92d69776adc2: Preparing [2023-02-15T16:59:12.033Z] bd142041ab99: Preparing [2023-02-15T16:59:12.033Z] 8e9fe4d8f615: Preparing [2023-02-15T16:59:12.033Z] f7fade9fbb8a: Preparing [2023-02-15T16:59:12.033Z] 3b5973d882f2: Preparing [2023-02-15T16:59:12.033Z] df977c20bf2d: Preparing [2023-02-15T16:59:12.033Z] f70ee36035b9: Preparing [2023-02-15T16:59:12.033Z] 3b5973d882f2: Waiting [2023-02-15T16:59:12.033Z] df977c20bf2d: Waiting [2023-02-15T16:59:12.033Z] f70ee36035b9: Waiting [2023-02-15T16:59:12.033Z] 9746df331296: Layer already exists [2023-02-15T16:59:12.033Z] 8e9fe4d8f615: Layer already exists [2023-02-15T16:59:12.033Z] bd142041ab99: Layer already exists [2023-02-15T16:59:12.033Z] f7fade9fbb8a: Layer already exists [2023-02-15T16:59:12.033Z] 92d69776adc2: Layer already exists [2023-02-15T16:59:12.033Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:12.033Z] 3b5973d882f2: Layer already exists [2023-02-15T16:59:12.033Z] df977c20bf2d: Layer already exists [2023-02-15T16:59:12.300Z] 3.0.0-dev.51: digest: sha256:0edf9148c6d812d2229e32309a49110efb22d8f0a11ffc1037209124cb056da3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:12.639Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:12.967Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:12.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T16:59:12.967Z] 9746df331296: Preparing [2023-02-15T16:59:12.967Z] 92d69776adc2: Preparing [2023-02-15T16:59:12.967Z] bd142041ab99: Preparing [2023-02-15T16:59:12.967Z] 8e9fe4d8f615: Preparing [2023-02-15T16:59:12.967Z] f7fade9fbb8a: Preparing [2023-02-15T16:59:12.967Z] 3b5973d882f2: Preparing [2023-02-15T16:59:12.967Z] df977c20bf2d: Preparing [2023-02-15T16:59:12.967Z] f70ee36035b9: Preparing [2023-02-15T16:59:12.967Z] 3b5973d882f2: Waiting [2023-02-15T16:59:12.967Z] df977c20bf2d: Waiting [2023-02-15T16:59:12.967Z] f70ee36035b9: Waiting [2023-02-15T16:59:12.967Z] 92d69776adc2: Layer already exists [2023-02-15T16:59:12.967Z] bd142041ab99: Layer already exists [2023-02-15T16:59:12.967Z] 9746df331296: Layer already exists [2023-02-15T16:59:12.967Z] f7fade9fbb8a: Layer already exists [2023-02-15T16:59:12.967Z] 8e9fe4d8f615: Layer already exists [2023-02-15T16:59:12.967Z] 3b5973d882f2: Layer already exists [2023-02-15T16:59:12.967Z] df977c20bf2d: Layer already exists [2023-02-15T16:59:12.967Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:13.234Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:0edf9148c6d812d2229e32309a49110efb22d8f0a11ffc1037209124cb056da3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:13.590Z] + 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-15T16:59:13.935Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-15T16:59:13.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T16:59:13.935Z] 9746df331296: Preparing [2023-02-15T16:59:13.935Z] 92d69776adc2: Preparing [2023-02-15T16:59:13.935Z] bd142041ab99: Preparing [2023-02-15T16:59:13.935Z] 8e9fe4d8f615: Preparing [2023-02-15T16:59:13.935Z] f7fade9fbb8a: Preparing [2023-02-15T16:59:13.935Z] 3b5973d882f2: Preparing [2023-02-15T16:59:13.935Z] df977c20bf2d: Preparing [2023-02-15T16:59:13.935Z] f70ee36035b9: Preparing [2023-02-15T16:59:13.935Z] 3b5973d882f2: Waiting [2023-02-15T16:59:13.935Z] f70ee36035b9: Waiting [2023-02-15T16:59:13.935Z] df977c20bf2d: Waiting [2023-02-15T16:59:13.935Z] f7fade9fbb8a: Layer already exists [2023-02-15T16:59:13.935Z] 92d69776adc2: Layer already exists [2023-02-15T16:59:13.935Z] 8e9fe4d8f615: Layer already exists [2023-02-15T16:59:13.935Z] 9746df331296: Layer already exists [2023-02-15T16:59:13.935Z] bd142041ab99: Layer already exists [2023-02-15T16:59:13.935Z] df977c20bf2d: Layer already exists [2023-02-15T16:59:13.935Z] 3b5973d882f2: Layer already exists [2023-02-15T16:59:13.935Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:14.204Z] main: digest: sha256:0edf9148c6d812d2229e32309a49110efb22d8f0a11ffc1037209124cb056da3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:59:14.251Z] ===================================================== [Pipeline] echo [2023-02-15T16:59:14.264Z] taggedImages: [2023-02-15T16:59:14.264Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:14.264Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-15T16:59:14.264Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.51 [2023-02-15T16:59:14.264Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:14.264Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-15T16:59:14.290Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-15T16:59:14.290Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:14.290Z] latest [2023-02-15T16:59:14.290Z] 3.0.0-dev.51 [2023-02-15T16:59:14.290Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:14.290Z] main [2023-02-15T16:59:14.290Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:14.638Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:14.980Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:14.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T16:59:14.980Z] 37de6c35ee9b: Preparing [2023-02-15T16:59:14.980Z] 92acceedd6fe: Preparing [2023-02-15T16:59:14.980Z] e7c4aab32be9: Preparing [2023-02-15T16:59:14.980Z] 8029858f18a3: Preparing [2023-02-15T16:59:14.980Z] 0350d8149953: Preparing [2023-02-15T16:59:14.980Z] d7bd85c8e9bd: Preparing [2023-02-15T16:59:14.980Z] c34e3860ec9e: Preparing [2023-02-15T16:59:14.980Z] f8e3bb57b6c2: Preparing [2023-02-15T16:59:14.980Z] 7824193d4afb: Preparing [2023-02-15T16:59:14.980Z] f70ee36035b9: Preparing [2023-02-15T16:59:14.980Z] d7bd85c8e9bd: Waiting [2023-02-15T16:59:14.980Z] c34e3860ec9e: Waiting [2023-02-15T16:59:14.980Z] f8e3bb57b6c2: Waiting [2023-02-15T16:59:14.980Z] 7824193d4afb: Waiting [2023-02-15T16:59:14.981Z] f70ee36035b9: Waiting [2023-02-15T16:59:15.248Z] 0350d8149953: Pushed [2023-02-15T16:59:15.248Z] 37de6c35ee9b: Pushed [2023-02-15T16:59:15.248Z] 92acceedd6fe: Pushed [2023-02-15T16:59:15.518Z] d7bd85c8e9bd: Pushed [2023-02-15T16:59:15.518Z] c34e3860ec9e: Pushed [2023-02-15T16:59:15.518Z] f8e3bb57b6c2: Pushed [2023-02-15T16:59:15.518Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:15.786Z] 7824193d4afb: Pushed [2023-02-15T16:59:17.732Z] 8029858f18a3: Pushed [2023-02-15T16:59:18.694Z] e7c4aab32be9: Pushed [2023-02-15T16:59:19.276Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:cda5273ca32be51cafe15c08ba186c8a279eedc4c7fa0664555a0f9e58a9f163 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:19.624Z] + 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-15T16:59:19.967Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-15T16:59:19.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T16:59:19.967Z] 37de6c35ee9b: Preparing [2023-02-15T16:59:19.967Z] 92acceedd6fe: Preparing [2023-02-15T16:59:19.967Z] e7c4aab32be9: Preparing [2023-02-15T16:59:19.967Z] 8029858f18a3: Preparing [2023-02-15T16:59:19.967Z] 0350d8149953: Preparing [2023-02-15T16:59:19.967Z] d7bd85c8e9bd: Preparing [2023-02-15T16:59:19.967Z] c34e3860ec9e: Preparing [2023-02-15T16:59:19.967Z] f8e3bb57b6c2: Preparing [2023-02-15T16:59:19.967Z] 7824193d4afb: Preparing [2023-02-15T16:59:19.967Z] f70ee36035b9: Preparing [2023-02-15T16:59:19.967Z] f8e3bb57b6c2: Waiting [2023-02-15T16:59:19.967Z] 7824193d4afb: Waiting [2023-02-15T16:59:19.967Z] c34e3860ec9e: Waiting [2023-02-15T16:59:19.967Z] d7bd85c8e9bd: Waiting [2023-02-15T16:59:19.967Z] f70ee36035b9: Waiting [2023-02-15T16:59:19.967Z] 37de6c35ee9b: Layer already exists [2023-02-15T16:59:19.967Z] 0350d8149953: Layer already exists [2023-02-15T16:59:19.967Z] 8029858f18a3: Layer already exists [2023-02-15T16:59:19.967Z] e7c4aab32be9: Layer already exists [2023-02-15T16:59:19.967Z] 92acceedd6fe: Layer already exists [2023-02-15T16:59:19.967Z] f8e3bb57b6c2: Layer already exists [2023-02-15T16:59:19.967Z] 7824193d4afb: Layer already exists [2023-02-15T16:59:19.967Z] c34e3860ec9e: Layer already exists [2023-02-15T16:59:19.967Z] d7bd85c8e9bd: Layer already exists [2023-02-15T16:59:19.967Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:20.232Z] latest: digest: sha256:cda5273ca32be51cafe15c08ba186c8a279eedc4c7fa0664555a0f9e58a9f163 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:20.569Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:20.905Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.51 [2023-02-15T16:59:20.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T16:59:20.905Z] 37de6c35ee9b: Preparing [2023-02-15T16:59:20.905Z] 92acceedd6fe: Preparing [2023-02-15T16:59:20.905Z] e7c4aab32be9: Preparing [2023-02-15T16:59:20.905Z] 8029858f18a3: Preparing [2023-02-15T16:59:20.905Z] 0350d8149953: Preparing [2023-02-15T16:59:20.905Z] d7bd85c8e9bd: Preparing [2023-02-15T16:59:20.905Z] c34e3860ec9e: Preparing [2023-02-15T16:59:20.905Z] f8e3bb57b6c2: Preparing [2023-02-15T16:59:20.905Z] 7824193d4afb: Preparing [2023-02-15T16:59:20.905Z] f70ee36035b9: Preparing [2023-02-15T16:59:20.905Z] d7bd85c8e9bd: Waiting [2023-02-15T16:59:20.905Z] c34e3860ec9e: Waiting [2023-02-15T16:59:20.905Z] f8e3bb57b6c2: Waiting [2023-02-15T16:59:20.905Z] 7824193d4afb: Waiting [2023-02-15T16:59:20.905Z] f70ee36035b9: Waiting [2023-02-15T16:59:20.905Z] 8029858f18a3: Layer already exists [2023-02-15T16:59:20.905Z] 37de6c35ee9b: Layer already exists [2023-02-15T16:59:20.905Z] e7c4aab32be9: Layer already exists [2023-02-15T16:59:20.905Z] 0350d8149953: Layer already exists [2023-02-15T16:59:20.905Z] 92acceedd6fe: Layer already exists [2023-02-15T16:59:20.905Z] f8e3bb57b6c2: Layer already exists [2023-02-15T16:59:20.905Z] d7bd85c8e9bd: Layer already exists [2023-02-15T16:59:20.905Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:20.905Z] c34e3860ec9e: Layer already exists [2023-02-15T16:59:20.905Z] 7824193d4afb: Layer already exists [2023-02-15T16:59:21.170Z] 3.0.0-dev.51: digest: sha256:cda5273ca32be51cafe15c08ba186c8a279eedc4c7fa0664555a0f9e58a9f163 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:21.514Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:21.844Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:21.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T16:59:21.844Z] 37de6c35ee9b: Preparing [2023-02-15T16:59:21.844Z] 92acceedd6fe: Preparing [2023-02-15T16:59:21.844Z] e7c4aab32be9: Preparing [2023-02-15T16:59:21.844Z] 8029858f18a3: Preparing [2023-02-15T16:59:21.844Z] 0350d8149953: Preparing [2023-02-15T16:59:21.844Z] d7bd85c8e9bd: Preparing [2023-02-15T16:59:21.844Z] c34e3860ec9e: Preparing [2023-02-15T16:59:21.844Z] f8e3bb57b6c2: Preparing [2023-02-15T16:59:21.844Z] 7824193d4afb: Preparing [2023-02-15T16:59:21.844Z] f70ee36035b9: Preparing [2023-02-15T16:59:21.844Z] d7bd85c8e9bd: Waiting [2023-02-15T16:59:21.844Z] c34e3860ec9e: Waiting [2023-02-15T16:59:21.844Z] f8e3bb57b6c2: Waiting [2023-02-15T16:59:21.844Z] 7824193d4afb: Waiting [2023-02-15T16:59:21.844Z] f70ee36035b9: Waiting [2023-02-15T16:59:21.844Z] 92acceedd6fe: Layer already exists [2023-02-15T16:59:21.844Z] e7c4aab32be9: Layer already exists [2023-02-15T16:59:21.844Z] 37de6c35ee9b: Layer already exists [2023-02-15T16:59:21.844Z] 8029858f18a3: Layer already exists [2023-02-15T16:59:21.844Z] 0350d8149953: Layer already exists [2023-02-15T16:59:21.844Z] f8e3bb57b6c2: Layer already exists [2023-02-15T16:59:21.844Z] c34e3860ec9e: Layer already exists [2023-02-15T16:59:21.844Z] d7bd85c8e9bd: Layer already exists [2023-02-15T16:59:21.844Z] 7824193d4afb: Layer already exists [2023-02-15T16:59:21.844Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:22.109Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:cda5273ca32be51cafe15c08ba186c8a279eedc4c7fa0664555a0f9e58a9f163 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:22.460Z] + 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-15T16:59:22.790Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-15T16:59:22.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T16:59:22.790Z] 37de6c35ee9b: Preparing [2023-02-15T16:59:22.790Z] 92acceedd6fe: Preparing [2023-02-15T16:59:22.790Z] e7c4aab32be9: Preparing [2023-02-15T16:59:22.790Z] 8029858f18a3: Preparing [2023-02-15T16:59:22.790Z] 0350d8149953: Preparing [2023-02-15T16:59:22.790Z] d7bd85c8e9bd: Preparing [2023-02-15T16:59:22.790Z] c34e3860ec9e: Preparing [2023-02-15T16:59:22.790Z] f8e3bb57b6c2: Preparing [2023-02-15T16:59:22.790Z] 7824193d4afb: Preparing [2023-02-15T16:59:22.790Z] f70ee36035b9: Preparing [2023-02-15T16:59:22.790Z] c34e3860ec9e: Waiting [2023-02-15T16:59:22.790Z] d7bd85c8e9bd: Waiting [2023-02-15T16:59:22.790Z] f8e3bb57b6c2: Waiting [2023-02-15T16:59:22.790Z] 7824193d4afb: Waiting [2023-02-15T16:59:22.790Z] f70ee36035b9: Waiting [2023-02-15T16:59:22.790Z] 37de6c35ee9b: Layer already exists [2023-02-15T16:59:22.790Z] e7c4aab32be9: Layer already exists [2023-02-15T16:59:22.790Z] 92acceedd6fe: Layer already exists [2023-02-15T16:59:22.790Z] 8029858f18a3: Layer already exists [2023-02-15T16:59:22.790Z] 0350d8149953: Layer already exists [2023-02-15T16:59:22.790Z] c34e3860ec9e: Layer already exists [2023-02-15T16:59:22.790Z] f8e3bb57b6c2: Layer already exists [2023-02-15T16:59:22.790Z] d7bd85c8e9bd: Layer already exists [2023-02-15T16:59:22.790Z] 7824193d4afb: Layer already exists [2023-02-15T16:59:22.790Z] f70ee36035b9: Layer already exists [2023-02-15T16:59:23.055Z] main: digest: sha256:cda5273ca32be51cafe15c08ba186c8a279eedc4c7fa0664555a0f9e58a9f163 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:59:23.110Z] ===================================================== [Pipeline] echo [2023-02-15T16:59:23.117Z] taggedImages: [2023-02-15T16:59:23.117Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:23.117Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-15T16:59:23.117Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.51 [2023-02-15T16:59:23.117Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:23.117Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-15T16:59:23.138Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-15T16:59:23.138Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:23.138Z] latest [2023-02-15T16:59:23.138Z] 3.0.0-dev.51 [2023-02-15T16:59:23.138Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:23.138Z] main [2023-02-15T16:59:23.138Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:23.479Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:23.811Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:23.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T16:59:23.811Z] e3d080bb71d7: Preparing [2023-02-15T16:59:23.811Z] 56e62371dcd1: Preparing [2023-02-15T16:59:23.811Z] c98812a691a6: Preparing [2023-02-15T16:59:23.811Z] aa46504f02f4: Preparing [2023-02-15T16:59:23.811Z] a8cfdf0cc8ec: Preparing [2023-02-15T16:59:23.811Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T16:59:23.811Z] c98812a691a6: Layer already exists [2023-02-15T16:59:24.075Z] e3d080bb71d7: Pushed [2023-02-15T16:59:25.094Z] aa46504f02f4: Pushed [2023-02-15T16:59:29.396Z] 56e62371dcd1: Pushed [2023-02-15T16:59:29.396Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:6b74a7df447f0f46a32b0c76c44f798e28b11023f60cc557d88c11c975299d1b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:29.732Z] + 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-15T16:59:30.068Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-15T16:59:30.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T16:59:30.068Z] e3d080bb71d7: Preparing [2023-02-15T16:59:30.068Z] 56e62371dcd1: Preparing [2023-02-15T16:59:30.068Z] c98812a691a6: Preparing [2023-02-15T16:59:30.068Z] aa46504f02f4: Preparing [2023-02-15T16:59:30.068Z] a8cfdf0cc8ec: Preparing [2023-02-15T16:59:30.068Z] 56e62371dcd1: Layer already exists [2023-02-15T16:59:30.068Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T16:59:30.068Z] e3d080bb71d7: Layer already exists [2023-02-15T16:59:30.068Z] aa46504f02f4: Layer already exists [2023-02-15T16:59:30.068Z] c98812a691a6: Layer already exists [2023-02-15T16:59:30.335Z] latest: digest: sha256:6b74a7df447f0f46a32b0c76c44f798e28b11023f60cc557d88c11c975299d1b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:30.678Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:31.014Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.51 [2023-02-15T16:59:31.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T16:59:31.014Z] e3d080bb71d7: Preparing [2023-02-15T16:59:31.014Z] 56e62371dcd1: Preparing [2023-02-15T16:59:31.014Z] c98812a691a6: Preparing [2023-02-15T16:59:31.014Z] aa46504f02f4: Preparing [2023-02-15T16:59:31.014Z] a8cfdf0cc8ec: Preparing [2023-02-15T16:59:31.014Z] c98812a691a6: Layer already exists [2023-02-15T16:59:31.014Z] 56e62371dcd1: Layer already exists [2023-02-15T16:59:31.014Z] e3d080bb71d7: Layer already exists [2023-02-15T16:59:31.014Z] aa46504f02f4: Layer already exists [2023-02-15T16:59:31.014Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T16:59:31.280Z] 3.0.0-dev.51: digest: sha256:6b74a7df447f0f46a32b0c76c44f798e28b11023f60cc557d88c11c975299d1b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:31.620Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:31.949Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:31.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T16:59:31.949Z] e3d080bb71d7: Preparing [2023-02-15T16:59:31.949Z] 56e62371dcd1: Preparing [2023-02-15T16:59:31.949Z] c98812a691a6: Preparing [2023-02-15T16:59:31.949Z] aa46504f02f4: Preparing [2023-02-15T16:59:31.949Z] a8cfdf0cc8ec: Preparing [2023-02-15T16:59:31.949Z] aa46504f02f4: Layer already exists [2023-02-15T16:59:31.949Z] c98812a691a6: Layer already exists [2023-02-15T16:59:31.949Z] 56e62371dcd1: Layer already exists [2023-02-15T16:59:31.949Z] e3d080bb71d7: Layer already exists [2023-02-15T16:59:31.949Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T16:59:32.214Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:6b74a7df447f0f46a32b0c76c44f798e28b11023f60cc557d88c11c975299d1b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:32.551Z] + 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-15T16:59:32.878Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-15T16:59:32.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T16:59:32.878Z] e3d080bb71d7: Preparing [2023-02-15T16:59:32.878Z] 56e62371dcd1: Preparing [2023-02-15T16:59:32.878Z] c98812a691a6: Preparing [2023-02-15T16:59:32.878Z] aa46504f02f4: Preparing [2023-02-15T16:59:32.878Z] a8cfdf0cc8ec: Preparing [2023-02-15T16:59:32.878Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T16:59:32.878Z] 56e62371dcd1: Layer already exists [2023-02-15T16:59:32.878Z] aa46504f02f4: Layer already exists [2023-02-15T16:59:32.878Z] e3d080bb71d7: Layer already exists [2023-02-15T16:59:32.878Z] c98812a691a6: Layer already exists [2023-02-15T16:59:32.878Z] main: digest: sha256:6b74a7df447f0f46a32b0c76c44f798e28b11023f60cc557d88c11c975299d1b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:59:33.186Z] ===================================================== [Pipeline] echo [2023-02-15T16:59:33.192Z] taggedImages: [2023-02-15T16:59:33.192Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:33.192Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-15T16:59:33.192Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.51 [2023-02-15T16:59:33.192Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:33.192Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-15T16:59:33.206Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-15T16:59:33.206Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:33.206Z] latest [2023-02-15T16:59:33.206Z] 3.0.0-dev.51 [2023-02-15T16:59:33.206Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:33.206Z] main [2023-02-15T16:59:33.206Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:33.540Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:33.874Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:33.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T16:59:33.874Z] ae2a6ad33d49: Preparing [2023-02-15T16:59:33.874Z] a2f1a8375491: Preparing [2023-02-15T16:59:33.874Z] 69f901c80daf: Preparing [2023-02-15T16:59:33.874Z] 8b53f1fc600d: Preparing [2023-02-15T16:59:33.874Z] a12321473fa3: Preparing [2023-02-15T16:59:33.874Z] 18415b38f8ba: Preparing [2023-02-15T16:59:33.874Z] a8cfdf0cc8ec: Preparing [2023-02-15T16:59:33.874Z] 18415b38f8ba: Waiting [2023-02-15T16:59:33.874Z] a8cfdf0cc8ec: Waiting [2023-02-15T16:59:34.140Z] ae2a6ad33d49: Pushed [2023-02-15T16:59:34.140Z] 69f901c80daf: Pushed [2023-02-15T16:59:34.140Z] a2f1a8375491: Pushed [2023-02-15T16:59:34.140Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T16:59:35.110Z] 18415b38f8ba: Pushed [2023-02-15T16:59:43.315Z] a12321473fa3: Pushed [2023-02-15T16:59:51.512Z] 8b53f1fc600d: Pushed [2023-02-15T16:59:51.512Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:8a5a1a132df3a138ffdea5d843ec2f4adbc6cd4032e048c585d9ebc0f1848c83 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:51.852Z] + 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-15T16:59:52.187Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-15T16:59:52.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T16:59:52.187Z] ae2a6ad33d49: Preparing [2023-02-15T16:59:52.187Z] a2f1a8375491: Preparing [2023-02-15T16:59:52.187Z] 69f901c80daf: Preparing [2023-02-15T16:59:52.187Z] 8b53f1fc600d: Preparing [2023-02-15T16:59:52.187Z] a12321473fa3: Preparing [2023-02-15T16:59:52.187Z] 18415b38f8ba: Preparing [2023-02-15T16:59:52.187Z] a8cfdf0cc8ec: Preparing [2023-02-15T16:59:52.187Z] 18415b38f8ba: Waiting [2023-02-15T16:59:52.187Z] a8cfdf0cc8ec: Waiting [2023-02-15T16:59:52.187Z] a2f1a8375491: Layer already exists [2023-02-15T16:59:52.187Z] 8b53f1fc600d: Layer already exists [2023-02-15T16:59:52.187Z] ae2a6ad33d49: Layer already exists [2023-02-15T16:59:52.187Z] 69f901c80daf: Layer already exists [2023-02-15T16:59:52.187Z] a12321473fa3: Layer already exists [2023-02-15T16:59:52.187Z] 18415b38f8ba: Layer already exists [2023-02-15T16:59:52.187Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T16:59:52.452Z] latest: digest: sha256:8a5a1a132df3a138ffdea5d843ec2f4adbc6cd4032e048c585d9ebc0f1848c83 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:52.795Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:53.138Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.51 [2023-02-15T16:59:53.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T16:59:53.138Z] ae2a6ad33d49: Preparing [2023-02-15T16:59:53.138Z] a2f1a8375491: Preparing [2023-02-15T16:59:53.138Z] 69f901c80daf: Preparing [2023-02-15T16:59:53.138Z] 8b53f1fc600d: Preparing [2023-02-15T16:59:53.138Z] a12321473fa3: Preparing [2023-02-15T16:59:53.138Z] 18415b38f8ba: Preparing [2023-02-15T16:59:53.138Z] 18415b38f8ba: Waiting [2023-02-15T16:59:53.138Z] a8cfdf0cc8ec: Preparing [2023-02-15T16:59:53.138Z] a8cfdf0cc8ec: Waiting [2023-02-15T16:59:53.138Z] a12321473fa3: Layer already exists [2023-02-15T16:59:53.138Z] a2f1a8375491: Layer already exists [2023-02-15T16:59:53.138Z] 69f901c80daf: Layer already exists [2023-02-15T16:59:53.138Z] ae2a6ad33d49: Layer already exists [2023-02-15T16:59:53.138Z] 8b53f1fc600d: Layer already exists [2023-02-15T16:59:53.138Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T16:59:53.138Z] 18415b38f8ba: Layer already exists [2023-02-15T16:59:53.403Z] 3.0.0-dev.51: digest: sha256:8a5a1a132df3a138ffdea5d843ec2f4adbc6cd4032e048c585d9ebc0f1848c83 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:53.740Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:54.069Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:54.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T16:59:54.069Z] ae2a6ad33d49: Preparing [2023-02-15T16:59:54.069Z] a2f1a8375491: Preparing [2023-02-15T16:59:54.069Z] 69f901c80daf: Preparing [2023-02-15T16:59:54.069Z] 8b53f1fc600d: Preparing [2023-02-15T16:59:54.069Z] a12321473fa3: Preparing [2023-02-15T16:59:54.069Z] 18415b38f8ba: Preparing [2023-02-15T16:59:54.069Z] a8cfdf0cc8ec: Preparing [2023-02-15T16:59:54.069Z] 18415b38f8ba: Waiting [2023-02-15T16:59:54.069Z] a8cfdf0cc8ec: Waiting [2023-02-15T16:59:54.069Z] a12321473fa3: Layer already exists [2023-02-15T16:59:54.069Z] ae2a6ad33d49: Layer already exists [2023-02-15T16:59:54.069Z] 8b53f1fc600d: Layer already exists [2023-02-15T16:59:54.069Z] a2f1a8375491: Layer already exists [2023-02-15T16:59:54.069Z] 69f901c80daf: Layer already exists [2023-02-15T16:59:54.069Z] 18415b38f8ba: Layer already exists [2023-02-15T16:59:54.069Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T16:59:54.337Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:8a5a1a132df3a138ffdea5d843ec2f4adbc6cd4032e048c585d9ebc0f1848c83 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:54.673Z] + 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-15T16:59:55.020Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-15T16:59:55.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T16:59:55.020Z] ae2a6ad33d49: Preparing [2023-02-15T16:59:55.020Z] a2f1a8375491: Preparing [2023-02-15T16:59:55.020Z] 69f901c80daf: Preparing [2023-02-15T16:59:55.020Z] 8b53f1fc600d: Preparing [2023-02-15T16:59:55.020Z] a12321473fa3: Preparing [2023-02-15T16:59:55.020Z] 18415b38f8ba: Preparing [2023-02-15T16:59:55.020Z] a8cfdf0cc8ec: Preparing [2023-02-15T16:59:55.020Z] 18415b38f8ba: Waiting [2023-02-15T16:59:55.020Z] a8cfdf0cc8ec: Waiting [2023-02-15T16:59:55.020Z] 8b53f1fc600d: Layer already exists [2023-02-15T16:59:55.020Z] a2f1a8375491: Layer already exists [2023-02-15T16:59:55.020Z] 69f901c80daf: Layer already exists [2023-02-15T16:59:55.020Z] a12321473fa3: Layer already exists [2023-02-15T16:59:55.020Z] ae2a6ad33d49: Layer already exists [2023-02-15T16:59:55.020Z] 18415b38f8ba: Layer already exists [2023-02-15T16:59:55.020Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T16:59:55.287Z] main: digest: sha256:8a5a1a132df3a138ffdea5d843ec2f4adbc6cd4032e048c585d9ebc0f1848c83 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T16:59:55.340Z] ===================================================== [Pipeline] echo [2023-02-15T16:59:55.350Z] taggedImages: [2023-02-15T16:59:55.350Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:55.350Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-15T16:59:55.350Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.51 [2023-02-15T16:59:55.350Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:55.350Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-15T16:59:55.373Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-15T16:59:55.373Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:55.373Z] latest [2023-02-15T16:59:55.373Z] 3.0.0-dev.51 [2023-02-15T16:59:55.373Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T16:59:55.373Z] main [2023-02-15T16:59:55.373Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:55.708Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T16:59:56.048Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T16:59:56.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T16:59:56.048Z] 718015be6033: Preparing [2023-02-15T16:59:56.048Z] 9f66cadf6a75: Preparing [2023-02-15T16:59:56.048Z] 9534549335ec: Preparing [2023-02-15T16:59:56.048Z] 367da2feb587: Preparing [2023-02-15T16:59:56.048Z] a8e125667076: Preparing [2023-02-15T16:59:56.048Z] a8cfdf0cc8ec: Preparing [2023-02-15T16:59:56.048Z] a8cfdf0cc8ec: Waiting [2023-02-15T16:59:56.318Z] 9534549335ec: Pushed [2023-02-15T16:59:56.318Z] 9f66cadf6a75: Pushed [2023-02-15T16:59:56.318Z] 718015be6033: Pushed [2023-02-15T16:59:56.318Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T16:59:56.902Z] a8e125667076: Pushed [2023-02-15T17:00:11.891Z] 367da2feb587: Pushed [2023-02-15T17:00:11.891Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:e1039026aaf92cecce53c941dd05c430beb0a1aabebd90cceee963ce6741aca7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:12.232Z] + 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-15T17:00:12.567Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-15T17:00:12.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T17:00:12.567Z] 718015be6033: Preparing [2023-02-15T17:00:12.567Z] 9f66cadf6a75: Preparing [2023-02-15T17:00:12.567Z] 9534549335ec: Preparing [2023-02-15T17:00:12.567Z] 367da2feb587: Preparing [2023-02-15T17:00:12.567Z] a8e125667076: Preparing [2023-02-15T17:00:12.567Z] a8cfdf0cc8ec: Preparing [2023-02-15T17:00:12.567Z] a8cfdf0cc8ec: Waiting [2023-02-15T17:00:12.567Z] 9534549335ec: Layer already exists [2023-02-15T17:00:12.567Z] 367da2feb587: Layer already exists [2023-02-15T17:00:12.567Z] a8e125667076: Layer already exists [2023-02-15T17:00:12.567Z] 718015be6033: Layer already exists [2023-02-15T17:00:12.567Z] 9f66cadf6a75: Layer already exists [2023-02-15T17:00:12.567Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T17:00:12.833Z] latest: digest: sha256:e1039026aaf92cecce53c941dd05c430beb0a1aabebd90cceee963ce6741aca7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:13.178Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:13.518Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.51 [2023-02-15T17:00:13.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T17:00:13.519Z] 718015be6033: Preparing [2023-02-15T17:00:13.519Z] 9f66cadf6a75: Preparing [2023-02-15T17:00:13.519Z] 9534549335ec: Preparing [2023-02-15T17:00:13.519Z] 367da2feb587: Preparing [2023-02-15T17:00:13.519Z] a8e125667076: Preparing [2023-02-15T17:00:13.519Z] a8cfdf0cc8ec: Preparing [2023-02-15T17:00:13.519Z] a8cfdf0cc8ec: Waiting [2023-02-15T17:00:13.519Z] 367da2feb587: Layer already exists [2023-02-15T17:00:13.519Z] 9f66cadf6a75: Layer already exists [2023-02-15T17:00:13.519Z] a8e125667076: Layer already exists [2023-02-15T17:00:13.519Z] 9534549335ec: Layer already exists [2023-02-15T17:00:13.519Z] 718015be6033: Layer already exists [2023-02-15T17:00:13.519Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T17:00:13.784Z] 3.0.0-dev.51: digest: sha256:e1039026aaf92cecce53c941dd05c430beb0a1aabebd90cceee963ce6741aca7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:14.123Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:14.453Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T17:00:14.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T17:00:14.453Z] 718015be6033: Preparing [2023-02-15T17:00:14.453Z] 9f66cadf6a75: Preparing [2023-02-15T17:00:14.453Z] 9534549335ec: Preparing [2023-02-15T17:00:14.453Z] 367da2feb587: Preparing [2023-02-15T17:00:14.453Z] a8e125667076: Preparing [2023-02-15T17:00:14.453Z] a8cfdf0cc8ec: Preparing [2023-02-15T17:00:14.453Z] a8cfdf0cc8ec: Waiting [2023-02-15T17:00:14.453Z] 9f66cadf6a75: Layer already exists [2023-02-15T17:00:14.453Z] 9534549335ec: Layer already exists [2023-02-15T17:00:14.453Z] 367da2feb587: Layer already exists [2023-02-15T17:00:14.453Z] 718015be6033: Layer already exists [2023-02-15T17:00:14.453Z] a8e125667076: Layer already exists [2023-02-15T17:00:14.453Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T17:00:14.720Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:e1039026aaf92cecce53c941dd05c430beb0a1aabebd90cceee963ce6741aca7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:15.061Z] + 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-15T17:00:15.393Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-15T17:00:15.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T17:00:15.393Z] 718015be6033: Preparing [2023-02-15T17:00:15.393Z] 9f66cadf6a75: Preparing [2023-02-15T17:00:15.393Z] 9534549335ec: Preparing [2023-02-15T17:00:15.393Z] 367da2feb587: Preparing [2023-02-15T17:00:15.393Z] a8e125667076: Preparing [2023-02-15T17:00:15.393Z] a8cfdf0cc8ec: Preparing [2023-02-15T17:00:15.393Z] a8cfdf0cc8ec: Waiting [2023-02-15T17:00:15.393Z] a8e125667076: Layer already exists [2023-02-15T17:00:15.393Z] 9534549335ec: Layer already exists [2023-02-15T17:00:15.393Z] 718015be6033: Layer already exists [2023-02-15T17:00:15.393Z] 367da2feb587: Layer already exists [2023-02-15T17:00:15.393Z] 9f66cadf6a75: Layer already exists [2023-02-15T17:00:15.393Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T17:00:15.660Z] main: digest: sha256:e1039026aaf92cecce53c941dd05c430beb0a1aabebd90cceee963ce6741aca7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T17:00:15.708Z] ===================================================== [Pipeline] echo [2023-02-15T17:00:15.714Z] taggedImages: [2023-02-15T17:00:15.714Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T17:00:15.714Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-15T17:00:15.714Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.51 [2023-02-15T17:00:15.714Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T17:00:15.714Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-15T17:00:15.729Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-15T17:00:15.729Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T17:00:15.729Z] latest [2023-02-15T17:00:15.729Z] 3.0.0-dev.51 [2023-02-15T17:00:15.729Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T17:00:15.729Z] main [2023-02-15T17:00:15.729Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:16.063Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:16.396Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T17:00:16.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T17:00:16.396Z] d3faaeda16b9: Preparing [2023-02-15T17:00:16.396Z] be6395373246: Preparing [2023-02-15T17:00:16.396Z] 8f4d06b74142: Preparing [2023-02-15T17:00:16.396Z] a022f8889fac: Preparing [2023-02-15T17:00:16.396Z] 18415b38f8ba: Preparing [2023-02-15T17:00:16.396Z] a8cfdf0cc8ec: Preparing [2023-02-15T17:00:16.396Z] a8cfdf0cc8ec: Waiting [2023-02-15T17:00:16.664Z] 18415b38f8ba: Layer already exists [2023-02-15T17:00:16.664Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T17:00:16.664Z] d3faaeda16b9: Pushed [2023-02-15T17:00:16.664Z] be6395373246: Pushed [2023-02-15T17:00:16.664Z] 8f4d06b74142: Pushed [2023-02-15T17:00:34.874Z] a022f8889fac: Pushed [2023-02-15T17:00:34.874Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:2a968d8e9669e7da4c8f368ed484dd58393f83b23d3c9cf4efd132e2f180896d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:35.227Z] + 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-15T17:00:35.571Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-15T17:00:35.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T17:00:35.571Z] d3faaeda16b9: Preparing [2023-02-15T17:00:35.571Z] be6395373246: Preparing [2023-02-15T17:00:35.571Z] 8f4d06b74142: Preparing [2023-02-15T17:00:35.571Z] a022f8889fac: Preparing [2023-02-15T17:00:35.571Z] 18415b38f8ba: Preparing [2023-02-15T17:00:35.571Z] a8cfdf0cc8ec: Preparing [2023-02-15T17:00:35.571Z] a8cfdf0cc8ec: Waiting [2023-02-15T17:00:35.571Z] be6395373246: Layer already exists [2023-02-15T17:00:35.571Z] 18415b38f8ba: Layer already exists [2023-02-15T17:00:35.571Z] d3faaeda16b9: Layer already exists [2023-02-15T17:00:35.571Z] a022f8889fac: Layer already exists [2023-02-15T17:00:35.571Z] 8f4d06b74142: Layer already exists [2023-02-15T17:00:35.571Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T17:00:35.839Z] latest: digest: sha256:2a968d8e9669e7da4c8f368ed484dd58393f83b23d3c9cf4efd132e2f180896d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:36.192Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:36.542Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.51 [2023-02-15T17:00:36.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T17:00:36.542Z] d3faaeda16b9: Preparing [2023-02-15T17:00:36.543Z] be6395373246: Preparing [2023-02-15T17:00:36.543Z] 8f4d06b74142: Preparing [2023-02-15T17:00:36.543Z] a022f8889fac: Preparing [2023-02-15T17:00:36.543Z] 18415b38f8ba: Preparing [2023-02-15T17:00:36.543Z] a8cfdf0cc8ec: Preparing [2023-02-15T17:00:36.543Z] a8cfdf0cc8ec: Waiting [2023-02-15T17:00:36.543Z] 8f4d06b74142: Layer already exists [2023-02-15T17:00:36.543Z] be6395373246: Layer already exists [2023-02-15T17:00:36.543Z] a022f8889fac: Layer already exists [2023-02-15T17:00:36.543Z] d3faaeda16b9: Layer already exists [2023-02-15T17:00:36.543Z] 18415b38f8ba: Layer already exists [2023-02-15T17:00:36.543Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T17:00:36.810Z] 3.0.0-dev.51: digest: sha256:2a968d8e9669e7da4c8f368ed484dd58393f83b23d3c9cf4efd132e2f180896d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:37.151Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:37.489Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T17:00:37.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T17:00:37.489Z] d3faaeda16b9: Preparing [2023-02-15T17:00:37.489Z] be6395373246: Preparing [2023-02-15T17:00:37.489Z] 8f4d06b74142: Preparing [2023-02-15T17:00:37.489Z] a022f8889fac: Preparing [2023-02-15T17:00:37.489Z] 18415b38f8ba: Preparing [2023-02-15T17:00:37.489Z] a8cfdf0cc8ec: Preparing [2023-02-15T17:00:37.489Z] a8cfdf0cc8ec: Waiting [2023-02-15T17:00:37.489Z] 8f4d06b74142: Layer already exists [2023-02-15T17:00:37.489Z] a022f8889fac: Layer already exists [2023-02-15T17:00:37.489Z] d3faaeda16b9: Layer already exists [2023-02-15T17:00:37.489Z] be6395373246: Layer already exists [2023-02-15T17:00:37.489Z] 18415b38f8ba: Layer already exists [2023-02-15T17:00:37.489Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T17:00:37.757Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:2a968d8e9669e7da4c8f368ed484dd58393f83b23d3c9cf4efd132e2f180896d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:38.115Z] + 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-15T17:00:38.466Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-15T17:00:38.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T17:00:38.466Z] d3faaeda16b9: Preparing [2023-02-15T17:00:38.466Z] be6395373246: Preparing [2023-02-15T17:00:38.466Z] 8f4d06b74142: Preparing [2023-02-15T17:00:38.466Z] a022f8889fac: Preparing [2023-02-15T17:00:38.466Z] 18415b38f8ba: Preparing [2023-02-15T17:00:38.466Z] a8cfdf0cc8ec: Preparing [2023-02-15T17:00:38.466Z] a8cfdf0cc8ec: Waiting [2023-02-15T17:00:38.466Z] 18415b38f8ba: Layer already exists [2023-02-15T17:00:38.466Z] 8f4d06b74142: Layer already exists [2023-02-15T17:00:38.466Z] d3faaeda16b9: Layer already exists [2023-02-15T17:00:38.466Z] a022f8889fac: Layer already exists [2023-02-15T17:00:38.466Z] be6395373246: Layer already exists [2023-02-15T17:00:38.466Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T17:00:38.733Z] main: digest: sha256:2a968d8e9669e7da4c8f368ed484dd58393f83b23d3c9cf4efd132e2f180896d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T17:00:38.777Z] ===================================================== [Pipeline] echo [2023-02-15T17:00:38.787Z] taggedImages: [2023-02-15T17:00:38.787Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T17:00:38.787Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-15T17:00:38.787Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.51 [2023-02-15T17:00:38.787Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T17:00:38.787Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-15T17:00:38.809Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-15T17:00:38.809Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T17:00:38.809Z] latest [2023-02-15T17:00:38.809Z] 3.0.0-dev.51 [2023-02-15T17:00:38.809Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T17:00:38.809Z] main [2023-02-15T17:00:38.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:39.156Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:39.496Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T17:00:39.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T17:00:39.496Z] 9775641e71d8: Preparing [2023-02-15T17:00:39.496Z] abce29eda380: Preparing [2023-02-15T17:00:39.496Z] c98812a691a6: Preparing [2023-02-15T17:00:39.496Z] cf4a40c52b15: Preparing [2023-02-15T17:00:39.496Z] f70ee36035b9: Preparing [2023-02-15T17:00:39.764Z] c98812a691a6: Layer already exists [2023-02-15T17:00:39.764Z] f70ee36035b9: Layer already exists [2023-02-15T17:00:39.764Z] 9775641e71d8: Pushed [2023-02-15T17:00:40.030Z] cf4a40c52b15: Pushed [2023-02-15T17:00:45.374Z] abce29eda380: Pushed [2023-02-15T17:00:45.374Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:3d5c33a104f5abe7622d14860f55f799b921458eb9f125065bc7926949040c48 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:45.726Z] + 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-15T17:00:46.078Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-15T17:00:46.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T17:00:46.078Z] 9775641e71d8: Preparing [2023-02-15T17:00:46.078Z] abce29eda380: Preparing [2023-02-15T17:00:46.078Z] c98812a691a6: Preparing [2023-02-15T17:00:46.078Z] cf4a40c52b15: Preparing [2023-02-15T17:00:46.078Z] f70ee36035b9: Preparing [2023-02-15T17:00:46.078Z] f70ee36035b9: Layer already exists [2023-02-15T17:00:46.078Z] 9775641e71d8: Layer already exists [2023-02-15T17:00:46.078Z] cf4a40c52b15: Layer already exists [2023-02-15T17:00:46.078Z] abce29eda380: Layer already exists [2023-02-15T17:00:46.078Z] c98812a691a6: Layer already exists [2023-02-15T17:00:46.347Z] latest: digest: sha256:3d5c33a104f5abe7622d14860f55f799b921458eb9f125065bc7926949040c48 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:46.757Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:47.114Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.51 [2023-02-15T17:00:47.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T17:00:47.114Z] 9775641e71d8: Preparing [2023-02-15T17:00:47.114Z] abce29eda380: Preparing [2023-02-15T17:00:47.114Z] c98812a691a6: Preparing [2023-02-15T17:00:47.114Z] cf4a40c52b15: Preparing [2023-02-15T17:00:47.114Z] f70ee36035b9: Preparing [2023-02-15T17:00:47.114Z] c98812a691a6: Layer already exists [2023-02-15T17:00:47.114Z] 9775641e71d8: Layer already exists [2023-02-15T17:00:47.114Z] f70ee36035b9: Layer already exists [2023-02-15T17:00:47.114Z] abce29eda380: Layer already exists [2023-02-15T17:00:47.114Z] cf4a40c52b15: Layer already exists [2023-02-15T17:00:47.388Z] 3.0.0-dev.51: digest: sha256:3d5c33a104f5abe7622d14860f55f799b921458eb9f125065bc7926949040c48 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:47.764Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:48.128Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T17:00:48.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T17:00:48.128Z] 9775641e71d8: Preparing [2023-02-15T17:00:48.128Z] abce29eda380: Preparing [2023-02-15T17:00:48.128Z] c98812a691a6: Preparing [2023-02-15T17:00:48.128Z] cf4a40c52b15: Preparing [2023-02-15T17:00:48.128Z] f70ee36035b9: Preparing [2023-02-15T17:00:48.128Z] 9775641e71d8: Layer already exists [2023-02-15T17:00:48.128Z] f70ee36035b9: Layer already exists [2023-02-15T17:00:48.128Z] c98812a691a6: Layer already exists [2023-02-15T17:00:48.128Z] cf4a40c52b15: Layer already exists [2023-02-15T17:00:48.128Z] abce29eda380: Layer already exists [2023-02-15T17:00:48.432Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:3d5c33a104f5abe7622d14860f55f799b921458eb9f125065bc7926949040c48 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:48.787Z] + 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-15T17:00:49.132Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-15T17:00:49.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T17:00:49.132Z] 9775641e71d8: Preparing [2023-02-15T17:00:49.132Z] abce29eda380: Preparing [2023-02-15T17:00:49.132Z] c98812a691a6: Preparing [2023-02-15T17:00:49.132Z] cf4a40c52b15: Preparing [2023-02-15T17:00:49.132Z] f70ee36035b9: Preparing [2023-02-15T17:00:49.132Z] f70ee36035b9: Layer already exists [2023-02-15T17:00:49.132Z] cf4a40c52b15: Layer already exists [2023-02-15T17:00:49.132Z] 9775641e71d8: Layer already exists [2023-02-15T17:00:49.132Z] abce29eda380: Layer already exists [2023-02-15T17:00:49.132Z] c98812a691a6: Layer already exists [2023-02-15T17:00:49.398Z] main: digest: sha256:3d5c33a104f5abe7622d14860f55f799b921458eb9f125065bc7926949040c48 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T17:00:49.446Z] ===================================================== [Pipeline] echo [2023-02-15T17:00:49.455Z] taggedImages: [2023-02-15T17:00:49.455Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T17:00:49.455Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-15T17:00:49.455Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.51 [2023-02-15T17:00:49.455Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T17:00:49.455Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-15T17:00:49.477Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-15T17:00:49.477Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T17:00:49.477Z] latest [2023-02-15T17:00:49.477Z] 3.0.0-dev.51 [2023-02-15T17:00:49.477Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T17:00:49.477Z] main [2023-02-15T17:00:49.477Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:49.834Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:50.174Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T17:00:50.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T17:00:50.174Z] 270db06b6075: Preparing [2023-02-15T17:00:50.174Z] 5ed6ef320c8a: Preparing [2023-02-15T17:00:50.174Z] c98812a691a6: Preparing [2023-02-15T17:00:50.174Z] 46fdd30bdc9a: Preparing [2023-02-15T17:00:50.174Z] f70ee36035b9: Preparing [2023-02-15T17:00:50.174Z] f70ee36035b9: Layer already exists [2023-02-15T17:00:50.174Z] 46fdd30bdc9a: Layer already exists [2023-02-15T17:00:50.174Z] c98812a691a6: Layer already exists [2023-02-15T17:00:50.441Z] 270db06b6075: Pushed [2023-02-15T17:00:57.085Z] 5ed6ef320c8a: Pushed [2023-02-15T17:00:57.085Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d: digest: sha256:fb4cb075cb87d681f47fd87bbbf25e0bbc1920ce33284cb3dc370dec105dc8f1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:57.444Z] + 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-15T17:00:57.788Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-15T17:00:57.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T17:00:57.788Z] 270db06b6075: Preparing [2023-02-15T17:00:57.788Z] 5ed6ef320c8a: Preparing [2023-02-15T17:00:57.788Z] c98812a691a6: Preparing [2023-02-15T17:00:57.788Z] 46fdd30bdc9a: Preparing [2023-02-15T17:00:57.788Z] f70ee36035b9: Preparing [2023-02-15T17:00:57.788Z] 46fdd30bdc9a: Layer already exists [2023-02-15T17:00:57.788Z] c98812a691a6: Layer already exists [2023-02-15T17:00:57.788Z] 270db06b6075: Layer already exists [2023-02-15T17:00:57.788Z] f70ee36035b9: Layer already exists [2023-02-15T17:00:57.788Z] 5ed6ef320c8a: Layer already exists [2023-02-15T17:00:58.055Z] latest: digest: sha256:fb4cb075cb87d681f47fd87bbbf25e0bbc1920ce33284cb3dc370dec105dc8f1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:58.411Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:58.759Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.51 [2023-02-15T17:00:58.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T17:00:58.759Z] 270db06b6075: Preparing [2023-02-15T17:00:58.759Z] 5ed6ef320c8a: Preparing [2023-02-15T17:00:58.759Z] c98812a691a6: Preparing [2023-02-15T17:00:58.759Z] 46fdd30bdc9a: Preparing [2023-02-15T17:00:58.759Z] f70ee36035b9: Preparing [2023-02-15T17:00:58.759Z] 270db06b6075: Layer already exists [2023-02-15T17:00:58.759Z] f70ee36035b9: Layer already exists [2023-02-15T17:00:58.759Z] 5ed6ef320c8a: Layer already exists [2023-02-15T17:00:58.759Z] c98812a691a6: Layer already exists [2023-02-15T17:00:58.759Z] 46fdd30bdc9a: Layer already exists [2023-02-15T17:00:59.027Z] 3.0.0-dev.51: digest: sha256:fb4cb075cb87d681f47fd87bbbf25e0bbc1920ce33284cb3dc370dec105dc8f1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:59.367Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:00:59.708Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T17:00:59.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T17:00:59.708Z] 270db06b6075: Preparing [2023-02-15T17:00:59.708Z] 5ed6ef320c8a: Preparing [2023-02-15T17:00:59.708Z] c98812a691a6: Preparing [2023-02-15T17:00:59.708Z] 46fdd30bdc9a: Preparing [2023-02-15T17:00:59.708Z] f70ee36035b9: Preparing [2023-02-15T17:00:59.708Z] f70ee36035b9: Layer already exists [2023-02-15T17:00:59.708Z] 270db06b6075: Layer already exists [2023-02-15T17:00:59.708Z] c98812a691a6: Layer already exists [2023-02-15T17:00:59.708Z] 46fdd30bdc9a: Layer already exists [2023-02-15T17:00:59.708Z] 5ed6ef320c8a: Layer already exists [2023-02-15T17:00:59.978Z] 8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51: digest: sha256:fb4cb075cb87d681f47fd87bbbf25e0bbc1920ce33284cb3dc370dec105dc8f1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:01:00.317Z] + 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-15T17:01:00.653Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-15T17:01:00.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T17:01:00.653Z] 270db06b6075: Preparing [2023-02-15T17:01:00.653Z] 5ed6ef320c8a: Preparing [2023-02-15T17:01:00.653Z] c98812a691a6: Preparing [2023-02-15T17:01:00.653Z] 46fdd30bdc9a: Preparing [2023-02-15T17:01:00.653Z] f70ee36035b9: Preparing [2023-02-15T17:01:00.653Z] 270db06b6075: Layer already exists [2023-02-15T17:01:00.653Z] 5ed6ef320c8a: Layer already exists [2023-02-15T17:01:00.653Z] f70ee36035b9: Layer already exists [2023-02-15T17:01:00.653Z] 46fdd30bdc9a: Layer already exists [2023-02-15T17:01:00.653Z] c98812a691a6: Layer already exists [2023-02-15T17:01:00.920Z] main: digest: sha256:fb4cb075cb87d681f47fd87bbbf25e0bbc1920ce33284cb3dc370dec105dc8f1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T17:01:00.971Z] ===================================================== [Pipeline] echo [2023-02-15T17:01:00.979Z] taggedImages: [2023-02-15T17:01:00.979Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d [2023-02-15T17:01:00.979Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-15T17:01:00.979Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.51 [2023-02-15T17:01:00.979Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8ffa5fbc07f3d7f7542daad7514a968176aef22d-3.0.0-dev.51 [2023-02-15T17:01:00.979Z] - 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-15T17:01:01.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T17:01:01.339Z] [2023-02-15T17:01:01.339Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:01:01.668Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T17:01:01.936Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-15T17:01:01.936Z] 8998bd30e6a1: Pulling fs layer [2023-02-15T17:01:01.936Z] 04944245beec: Pulling fs layer [2023-02-15T17:01:01.936Z] 699f458cf7ca: Pulling fs layer [2023-02-15T17:01:01.936Z] 765212b225bb: Pulling fs layer [2023-02-15T17:01:01.936Z] 765212b225bb: Waiting [2023-02-15T17:01:01.936Z] f23df028b6ca: Pulling fs layer [2023-02-15T17:01:01.936Z] f23df028b6ca: Waiting [2023-02-15T17:01:01.936Z] d65c8cfc05b1: Pulling fs layer [2023-02-15T17:01:01.936Z] 2437ff75d9bd: Pulling fs layer [2023-02-15T17:01:01.936Z] d65c8cfc05b1: Waiting [2023-02-15T17:01:01.936Z] 04944245beec: Verifying Checksum [2023-02-15T17:01:01.936Z] 04944245beec: Download complete [2023-02-15T17:01:01.936Z] 765212b225bb: Verifying Checksum [2023-02-15T17:01:01.936Z] 765212b225bb: Download complete [2023-02-15T17:01:01.936Z] f23df028b6ca: Download complete [2023-02-15T17:01:02.205Z] d65c8cfc05b1: Verifying Checksum [2023-02-15T17:01:02.205Z] d65c8cfc05b1: Download complete [2023-02-15T17:01:02.205Z] 699f458cf7ca: Verifying Checksum [2023-02-15T17:01:02.205Z] 699f458cf7ca: Download complete [2023-02-15T17:01:02.790Z] 8998bd30e6a1: Download complete [2023-02-15T17:01:05.383Z] 2437ff75d9bd: Verifying Checksum [2023-02-15T17:01:05.383Z] 2437ff75d9bd: Download complete [2023-02-15T17:01:06.792Z] 8998bd30e6a1: Pull complete [2023-02-15T17:01:07.376Z] 04944245beec: Pull complete [2023-02-15T17:01:08.783Z] 699f458cf7ca: Pull complete [2023-02-15T17:01:09.051Z] 765212b225bb: Pull complete [2023-02-15T17:01:10.024Z] f23df028b6ca: Pull complete [2023-02-15T17:01:10.024Z] d65c8cfc05b1: Pull complete [2023-02-15T17:01:25.019Z] 2437ff75d9bd: Pull complete [2023-02-15T17:01:25.019Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-15T17:01:25.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T17:01:25.019Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:01:25.220Z] prd-ubuntu20.04-docker-arm64-4c-16g-6138 does not seem to be running inside a container [2023-02-15T17:01:25.295Z] $ 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/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T17:01:28.469Z] $ docker top e9c71639ec5951a4f1b5b92b9d57bc289bedfaba61a91873c0dacad13680e817 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:01:29.331Z] ---> job-cost.sh [2023-02-15T17:01:29.331Z] lf-activate-venv: SKIPPING [2023-02-15T17:01:29.331Z] INFO: No Stack... [2023-02-15T17:01:31.928Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-15T17:01:32.894Z] INFO: Archiving Costs [Pipeline] sh [2023-02-15T17:01:33.533Z] + cut -d, -f6 [2023-02-15T17:01:33.533Z] + cat /w/workspace/edgex-go/411/archives/cost.csv [Pipeline] lock [2023-02-15T17:01:33.575Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-411-stack-cost] [2023-02-15T17:01:33.580Z] Resource [jenkins-edgexfoundry-edgex-go-main-411-stack-cost] did not exist. Created. [2023-02-15T17:01:33.580Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-411-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T17:01:34.224Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-15T17:01:34.990Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T17:01:34.998Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-411-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-15T17:01:35.024Z] $ docker stop --time=1 e9c71639ec5951a4f1b5b92b9d57bc289bedfaba61a91873c0dacad13680e817 [2023-02-15T17:01:36.673Z] $ docker rm -f --volumes e9c71639ec5951a4f1b5b92b9d57bc289bedfaba61a91873c0dacad13680e817 [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-15T17:01:37.128Z] provisioning config files... [2023-02-15T17:01:37.136Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/411@tmp/config13657896396959187298tmp [Pipeline] { [Pipeline] sh [2023-02-15T17:01:37.432Z] + set +x [2023-02-15T17:01:37.432Z] + curl -s https://codecov.io/bash [2023-02-15T17:01:37.432Z] + bash -s -- [2023-02-15T17:01:37.432Z] [2023-02-15T17:01:37.432Z] _____ _ [2023-02-15T17:01:37.432Z] / ____| | | [2023-02-15T17:01:37.432Z] | | ___ __| | ___ ___ _____ __ [2023-02-15T17:01:37.432Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-15T17:01:37.432Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-15T17:01:37.432Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-15T17:01:37.432Z] Bash-1.0.6 [2023-02-15T17:01:37.432Z] [2023-02-15T17:01:37.432Z] [2023-02-15T17:01:37.432Z] ==> git version 2.25.1 found [2023-02-15T17:01:37.432Z] ==> 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-15T17:01:37.432Z] Release-Date: 2020-01-08 [2023-02-15T17:01:37.432Z] 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-15T17:01:37.432Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-15T17:01:37.432Z] ==> Jenkins CI detected. [2023-02-15T17:01:37.432Z] current dir:  /w/workspace/edgex-go/411 [2023-02-15T17:01:37.432Z] project root: . [2023-02-15T17:01:37.432Z] --> token set from env [2023-02-15T17:01:37.432Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-15T17:01:37.432Z] ==> Running gcov in . (disable via -X gcov) [2023-02-15T17:01:37.432Z] ==> Python coveragepy not found [2023-02-15T17:01:37.432Z] ==> Searching for coverage reports in: [2023-02-15T17:01:37.432Z] + . [2023-02-15T17:01:37.691Z] -> Found 1 reports [2023-02-15T17:01:37.691Z] ==> Detecting git/mercurial file structure [2023-02-15T17:01:37.691Z] ==> Reading reports [2023-02-15T17:01:37.691Z] + ./coverage.out bytes=487529 [2023-02-15T17:01:37.691Z] ==> Appending adjustments [2023-02-15T17:01:37.691Z] https://docs.codecov.io/docs/fixing-reports [2023-02-15T17:01:38.627Z] + Found adjustments [2023-02-15T17:01:38.885Z] ==> Gzipping contents [2023-02-15T17:01:38.885Z] 64K /tmp/codecov.bn5tbQ.gz [2023-02-15T17:01:38.885Z] ==> Uploading reports [2023-02-15T17:01:38.885Z] url: https://codecov.io [2023-02-15T17:01:38.885Z] query: branch=main&commit=8ffa5fbc07f3d7f7542daad7514a968176aef22d&build=411&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F411%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-15T17:01:38.885Z] -> Pinging Codecov [2023-02-15T17:01:38.885Z] 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=8ffa5fbc07f3d7f7542daad7514a968176aef22d&build=411&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F411%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-15T17:01:38.885Z] -> Uploading to [2023-02-15T17:01:38.885Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-15/00271124DB129430A58F1EEE437C3FCB/8ffa5fbc07f3d7f7542daad7514a968176aef22d/72ae0b80-bc58-4241-a221-a588154f2cf8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T170138Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=729a2c2429a53e9703c119d53380f97276d41c76beaf0c44755525cd6c2fb714 [2023-02-15T17:01:38.885Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T17:01:38.885Z] Dload Upload Total Spent Left Speed [2023-02-15T17:01:39.450Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63018 0 0 100 63018 0 203k --:--:-- --:--:-- --:--:-- 203k [2023-02-15T17:01:39.450Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8ffa5fbc07f3d7f7542daad7514a968176aef22d [Pipeline] } [2023-02-15T17:01:39.457Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-15T17:01:39.670Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-15T17:01:39.681Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:01:39.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T17:01:39.974Z] [2023-02-15T17:01:39.974Z] 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-15T17:01:40.281Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T17:01:40.281Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-15T17:01:40.281Z] df9b9388f04a: Pulling fs layer [2023-02-15T17:01:40.281Z] 52dc419b0ee2: Pulling fs layer [2023-02-15T17:01:40.281Z] 25bc292e5bac: Pulling fs layer [2023-02-15T17:01:40.281Z] 114826534d7a: Pulling fs layer [2023-02-15T17:01:40.281Z] 4657fd5d0bcf: Pulling fs layer [2023-02-15T17:01:40.281Z] 114826534d7a: Waiting [2023-02-15T17:01:40.281Z] 6ad1cebc031e: Pulling fs layer [2023-02-15T17:01:40.281Z] 8a3aa393b2d8: Pulling fs layer [2023-02-15T17:01:40.281Z] 8a3aa393b2d8: Waiting [2023-02-15T17:01:40.281Z] 6ad1cebc031e: Waiting [2023-02-15T17:01:40.281Z] 4657fd5d0bcf: Waiting [2023-02-15T17:01:40.281Z] 25bc292e5bac: Verifying Checksum [2023-02-15T17:01:40.281Z] 25bc292e5bac: Download complete [2023-02-15T17:01:40.281Z] 52dc419b0ee2: Verifying Checksum [2023-02-15T17:01:40.281Z] 52dc419b0ee2: Download complete [2023-02-15T17:01:40.281Z] 4657fd5d0bcf: Verifying Checksum [2023-02-15T17:01:40.281Z] 4657fd5d0bcf: Download complete [2023-02-15T17:01:40.281Z] df9b9388f04a: Download complete [2023-02-15T17:01:40.541Z] df9b9388f04a: Pull complete [2023-02-15T17:01:40.541Z] 6ad1cebc031e: Verifying Checksum [2023-02-15T17:01:40.541Z] 6ad1cebc031e: Download complete [2023-02-15T17:01:40.541Z] 52dc419b0ee2: Pull complete [2023-02-15T17:01:40.804Z] 25bc292e5bac: Pull complete [2023-02-15T17:01:41.430Z] 114826534d7a: Verifying Checksum [2023-02-15T17:01:41.430Z] 114826534d7a: Download complete [2023-02-15T17:01:41.997Z] 8a3aa393b2d8: Verifying Checksum [2023-02-15T17:01:41.997Z] 8a3aa393b2d8: Download complete [2023-02-15T17:01:44.523Z] 114826534d7a: Pull complete [2023-02-15T17:01:44.782Z] 4657fd5d0bcf: Pull complete [2023-02-15T17:01:45.040Z] 6ad1cebc031e: Pull complete [2023-02-15T17:01:47.565Z] 8a3aa393b2d8: Pull complete [2023-02-15T17:01:47.565Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-15T17:01:47.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T17:01:47.565Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:01:47.648Z] prd-ubuntu20.04-docker-8c-8g-6137 does not seem to be running inside a container [2023-02-15T17:01:47.688Z] $ 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/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T17:01:49.947Z] $ docker top 9e777b16ebd71af6980d5095cdf12f082e9f2493c54144b9692d18506fb2dae0 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T17:01:50.004Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-15T17:01:50.282Z] + set -o pipefail [2023-02-15T17:01:50.282Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-15T17:01:56.852Z] [2023-02-15T17:01:56.852Z] Monitoring /w/workspace/edgex-go/411 (github.com/edgexfoundry/edgex-go)... [2023-02-15T17:01:56.852Z] [2023-02-15T17:01:56.852Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/95a44741-abbf-498b-9c2c-ae061d3507c3 [2023-02-15T17:01:56.852Z] [2023-02-15T17:01:56.853Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-15T17:01:56.853Z] [2023-02-15T17:01:56.853Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-15T17:01:56.853Z] [2023-02-15T17:01:56.853Z] [2023-02-15T17:01:56.853Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-15T17:01:56.853Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-15T17:01:56.853Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-15T17:01:56.873Z] $ docker stop --time=1 9e777b16ebd71af6980d5095cdf12f082e9f2493c54144b9692d18506fb2dae0 [2023-02-15T17:01:58.993Z] $ docker rm -f --volumes 9e777b16ebd71af6980d5095cdf12f082e9f2493c54144b9692d18506fb2dae0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-15T17:01:59.365Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T17:01:59.378Z] provisioning config files... [2023-02-15T17:01:59.385Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/411@tmp/config11075706071660654332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:01:59.681Z] --> edgex-publish-swagger.sh [2023-02-15T17:01:59.681Z] === Publish openapi/v2 API === [2023-02-15T17:01:59.681Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-02-15T17:01:59.681Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/411/openapi/v2/core-command.yaml] [2023-02-15T17:01:59.681Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T17:01:59.681Z] Dload Upload Total Spent Left Speed [2023-02-15T17:02:00.247Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 54931 --:--:-- --:--:-- --:--:-- 54834 [2023-02-15T17:02:00.247Z] [2023-02-15T17:02:00.247Z] [2023-02-15T17:02:00.247Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/411/openapi/v2/core-data.yaml] [2023-02-15T17:02:00.247Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T17:02:00.247Z] Dload Upload Total Spent Left Speed [2023-02-15T17:02:00.812Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68908 0 0 100 68908 0 104k --:--:-- --:--:-- --:--:-- 104k 100 68908 0 0 100 68908 0 104k --:--:-- --:--:-- --:--:-- 104k [2023-02-15T17:02:00.812Z] [2023-02-15T17:02:00.812Z] [2023-02-15T17:02:00.812Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/411/openapi/v2/core-metadata.yaml] [2023-02-15T17:02:00.812Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T17:02:00.812Z] Dload Upload Total Spent Left Speed [2023-02-15T17:02:01.376Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 232k --:--:-- --:--:-- --:--:-- 232k [2023-02-15T17:02:01.376Z] [2023-02-15T17:02:01.376Z] [2023-02-15T17:02:01.376Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/411/openapi/v2/support-notifications.yaml] [2023-02-15T17:02:01.376Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T17:02:01.376Z] Dload Upload Total Spent Left Speed [2023-02-15T17:02:01.890Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86527 0 0 100 86527 0 414k --:--:-- --:--:-- --:--:-- 412k 100 86527 0 0 100 86527 0 165k --:--:-- --:--:-- --:--:-- 165k [2023-02-15T17:02:01.890Z] [2023-02-15T17:02:01.890Z] [2023-02-15T17:02:01.890Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/411/openapi/v2/support-scheduler.yaml] [2023-02-15T17:02:01.890Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T17:02:01.890Z] Dload Upload Total Spent Left Speed [2023-02-15T17:02:02.454Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 65460 --:--:-- --:--:-- --:--:-- 65460 [2023-02-15T17:02:02.454Z] [2023-02-15T17:02:02.454Z] [Pipeline] } [2023-02-15T17:02:02.461Z] 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-15T17:02:02.903Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T17:02:02.903Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:02:03.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T17:02:03.241Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:02:03.332Z] prd-ubuntu20.04-docker-8c-8g-6137 does not seem to be running inside a container [2023-02-15T17:02:03.401Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T17:02:03.796Z] $ docker top 632e438b015079fbb4454c9f2cd87b5ec7ee4b1cf948b2b26f4d56313031f575 -eo pid,comm [2023-02-15T17:02:03.839Z] 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-15T17:02:03.839Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T17:02:03.877Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T17:02:03.877Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T17:02:03.997Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T17:02:04.008Z] $ docker exec 632e438b015079fbb4454c9f2cd87b5ec7ee4b1cf948b2b26f4d56313031f575 ssh-agent [2023-02-15T17:02:04.105Z] SSH_AUTH_SOCK=/tmp/ssh-nDAxYZqGb6jp/agent.31 [2023-02-15T17:02:04.105Z] SSH_AGENT_PID=37 [2023-02-15T17:02:04.109Z] Running ssh-add (command line suppressed) [2023-02-15T17:02:04.230Z] Identity added: /w/workspace/edgex-go/411@tmp/private_key_1211148382317468965.key (/w/workspace/edgex-go/411@tmp/private_key_1211148382317468965.key) [2023-02-15T17:02:04.235Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T17:02:04.520Z] + git semver tag [2023-02-15T17:02:04.778Z] 2023-02-15 17:02:04,725 [run_tag] DEBUG tag force:False [2023-02-15T17:02:04.778Z] 2023-02-15 17:02:04,725 [check_head_tag] DEBUG check head tag [2023-02-15T17:02:04.778Z] 2023-02-15 17:02:04,728 [execute] INFO git cat-file --batch-check [2023-02-15T17:02:04.778Z] 2023-02-15 17:02:04,728 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/411, universal_newlines=False, shell=None, istream=) [2023-02-15T17:02:04.778Z] 2023-02-15 17:02:04,732 [execute] INFO git cat-file --batch [2023-02-15T17:02:04.778Z] 2023-02-15 17:02:04,732 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/411, universal_newlines=False, shell=None, istream=) [2023-02-15T17:02:05.036Z] 2023-02-15 17:02:04,787 [read_version] DEBUG read version from /w/workspace/edgex-go/411/.semver/main [2023-02-15T17:02:05.036Z] 2023-02-15 17:02:04,787 [execute] INFO git tag -a v3.0.0-dev.51 -m v3.0.0-dev.51 [2023-02-15T17:02:05.036Z] 2023-02-15 17:02:04,787 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.51', '-m', 'v3.0.0-dev.51'], cwd=/w/workspace/edgex-go/411, universal_newlines=False, shell=None, istream=None) [2023-02-15T17:02:05.036Z] 2023-02-15 17:02:04,793 [read_version] DEBUG read version from /w/workspace/edgex-go/411/.semver/main [2023-02-15T17:02:05.036Z] 3.0.0-dev.51 [Pipeline] } [2023-02-15T17:02:05.053Z] $ docker exec --env ******** --env ******** 632e438b015079fbb4454c9f2cd87b5ec7ee4b1cf948b2b26f4d56313031f575 ssh-agent -k [2023-02-15T17:02:05.159Z] unset SSH_AUTH_SOCK; [2023-02-15T17:02:05.160Z] unset SSH_AGENT_PID; [2023-02-15T17:02:05.160Z] echo Agent pid 37 killed; [2023-02-15T17:02:05.161Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T17:02:05.456Z] + git semver [Pipeline] } [2023-02-15T17:02:05.737Z] $ docker stop --time=1 632e438b015079fbb4454c9f2cd87b5ec7ee4b1cf948b2b26f4d56313031f575 [2023-02-15T17:02:07.044Z] $ docker rm -f --volumes 632e438b015079fbb4454c9f2cd87b5ec7ee4b1cf948b2b26f4d56313031f575 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:02:07.420Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T17:02:07.420Z] [2023-02-15T17:02:07.420Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:02:07.722Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T17:02:09.108Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-15T17:02:09.108Z] ab5ef0e58194: Pulling fs layer [2023-02-15T17:02:09.108Z] 9712f1f96733: Pulling fs layer [2023-02-15T17:02:09.108Z] 63f879dbbcfc: Pulling fs layer [2023-02-15T17:02:09.108Z] 0d9ebad4ef96: Pulling fs layer [2023-02-15T17:02:09.108Z] e9a5061849ea: Pulling fs layer [2023-02-15T17:02:09.108Z] d747dcd14b5f: Pulling fs layer [2023-02-15T17:02:09.108Z] 2de7ff778b66: Pulling fs layer [2023-02-15T17:02:09.108Z] 0d9ebad4ef96: Waiting [2023-02-15T17:02:09.108Z] d747dcd14b5f: Waiting [2023-02-15T17:02:09.108Z] e9a5061849ea: Waiting [2023-02-15T17:02:09.108Z] 2de7ff778b66: Waiting [2023-02-15T17:02:09.108Z] 9712f1f96733: Verifying Checksum [2023-02-15T17:02:09.108Z] 9712f1f96733: Download complete [2023-02-15T17:02:09.736Z] 63f879dbbcfc: Download complete [2023-02-15T17:02:09.736Z] e9a5061849ea: Verifying Checksum [2023-02-15T17:02:09.736Z] e9a5061849ea: Download complete [2023-02-15T17:02:09.736Z] d747dcd14b5f: Download complete [2023-02-15T17:02:09.998Z] 0d9ebad4ef96: Verifying Checksum [2023-02-15T17:02:09.998Z] 0d9ebad4ef96: Download complete [2023-02-15T17:02:09.998Z] ab5ef0e58194: Download complete [2023-02-15T17:02:09.998Z] 2de7ff778b66: Verifying Checksum [2023-02-15T17:02:09.998Z] 2de7ff778b66: Download complete [2023-02-15T17:02:13.279Z] ab5ef0e58194: Pull complete [2023-02-15T17:02:13.279Z] 9712f1f96733: Pull complete [2023-02-15T17:02:13.844Z] 63f879dbbcfc: Pull complete [2023-02-15T17:02:18.023Z] 0d9ebad4ef96: Pull complete [2023-02-15T17:02:18.023Z] e9a5061849ea: Pull complete [2023-02-15T17:02:18.280Z] d747dcd14b5f: Pull complete [2023-02-15T17:02:19.211Z] 2de7ff778b66: Pull complete [2023-02-15T17:02:19.211Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-15T17:02:19.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T17:02:19.211Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:02:19.285Z] prd-ubuntu20.04-docker-8c-8g-6137 does not seem to be running inside a container [2023-02-15T17:02:19.319Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T17:02:21.472Z] $ docker top 0860e52e80464962b9085867fad85fb50224046b3269b8cce18abba079af4120 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-15T17:02:21.539Z] provisioning config files... [2023-02-15T17:02:21.544Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/411@tmp/config661103589720560367tmp [2023-02-15T17:02:21.553Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/411@tmp/config7833851279305962230tmp [2023-02-15T17:02:21.561Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/411@tmp/config1726752705234296094tmp [Pipeline] { [Pipeline] echo [2023-02-15T17:02:21.572Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:02:21.856Z] ---> sigul-configuration.sh [2023-02-15T17:02:21.856Z] gpg: directory `/root/.gnupg' created [2023-02-15T17:02:21.856Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-15T17:02:21.856Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-15T17:02:21.856Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-15T17:02:21.856Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-15T17:02:21.856Z] gpg: CAST5 encrypted data [2023-02-15T17:02:21.856Z] gpg: encrypted with 1 passphrase [2023-02-15T17:02:21.856Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-15T17:02:22.142Z] + mkdir /home/jenkins [2023-02-15T17:02:22.142Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-15T17:02:22.429Z] + 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-15T17:02:22.439Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:02:22.723Z] ---> sigul-install.sh [2023-02-15T17:02:22.723Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-15T17:02:23.008Z] + git tag --list [2023-02-15T17:02:23.008Z] 0.6.0 [2023-02-15T17:02:23.008Z] 0.6.1 [2023-02-15T17:02:23.008Z] 0.7.0 [2023-02-15T17:02:23.008Z] 0.7.1 [2023-02-15T17:02:23.008Z] v1.0.0 [2023-02-15T17:02:23.008Z] v1.0.1 [2023-02-15T17:02:23.008Z] v1.1.0 [2023-02-15T17:02:23.008Z] v1.2.0 [2023-02-15T17:02:23.008Z] v1.2.1 [2023-02-15T17:02:23.008Z] v1.3.0 [2023-02-15T17:02:23.008Z] v1.3.1 [2023-02-15T17:02:23.008Z] v2.0.0 [2023-02-15T17:02:23.008Z] v2.1.0 [2023-02-15T17:02:23.008Z] v2.1.1 [2023-02-15T17:02:23.008Z] v2.1.1-dev.1 [2023-02-15T17:02:23.008Z] v2.1.1-dev.2 [2023-02-15T17:02:23.008Z] v2.1.1-dev.3 [2023-02-15T17:02:23.008Z] v2.1.1-dev.4 [2023-02-15T17:02:23.008Z] v2.1.1-dev.5 [2023-02-15T17:02:23.008Z] v2.1.1-dev.6 [2023-02-15T17:02:23.008Z] v2.1.1-dev.7 [2023-02-15T17:02:23.008Z] v2.1.1-dev.8 [2023-02-15T17:02:23.008Z] v2.1.2-dev.1 [2023-02-15T17:02:23.008Z] v2.2.0 [2023-02-15T17:02:23.008Z] v2.2.1-dev.1 [2023-02-15T17:02:23.008Z] v2.2.1-dev.10 [2023-02-15T17:02:23.008Z] v2.2.1-dev.11 [2023-02-15T17:02:23.008Z] v2.2.1-dev.12 [2023-02-15T17:02:23.008Z] v2.2.1-dev.13 [2023-02-15T17:02:23.008Z] v2.2.1-dev.14 [2023-02-15T17:02:23.008Z] v2.2.1-dev.15 [2023-02-15T17:02:23.008Z] v2.2.1-dev.16 [2023-02-15T17:02:23.008Z] v2.2.1-dev.17 [2023-02-15T17:02:23.008Z] v2.2.1-dev.18 [2023-02-15T17:02:23.008Z] v2.2.1-dev.19 [2023-02-15T17:02:23.008Z] v2.2.1-dev.2 [2023-02-15T17:02:23.008Z] v2.2.1-dev.20 [2023-02-15T17:02:23.008Z] v2.2.1-dev.21 [2023-02-15T17:02:23.008Z] v2.2.1-dev.22 [2023-02-15T17:02:23.008Z] v2.2.1-dev.23 [2023-02-15T17:02:23.008Z] v2.2.1-dev.24 [2023-02-15T17:02:23.008Z] v2.2.1-dev.25 [2023-02-15T17:02:23.008Z] v2.2.1-dev.26 [2023-02-15T17:02:23.008Z] v2.2.1-dev.27 [2023-02-15T17:02:23.008Z] v2.2.1-dev.28 [2023-02-15T17:02:23.008Z] v2.2.1-dev.29 [2023-02-15T17:02:23.008Z] v2.2.1-dev.3 [2023-02-15T17:02:23.008Z] v2.2.1-dev.4 [2023-02-15T17:02:23.008Z] v2.2.1-dev.5 [2023-02-15T17:02:23.008Z] v2.2.1-dev.6 [2023-02-15T17:02:23.008Z] v2.2.1-dev.7 [2023-02-15T17:02:23.008Z] v2.2.1-dev.8 [2023-02-15T17:02:23.008Z] v2.2.1-dev.9 [2023-02-15T17:02:23.008Z] v2.3.0 [2023-02-15T17:02:23.008Z] v2.3.0-dev.100 [2023-02-15T17:02:23.008Z] v2.3.0-dev.101 [2023-02-15T17:02:23.008Z] v2.3.0-dev.102 [2023-02-15T17:02:23.008Z] v2.3.0-dev.103 [2023-02-15T17:02:23.008Z] v2.3.0-dev.104 [2023-02-15T17:02:23.008Z] v2.3.0-dev.105 [2023-02-15T17:02:23.008Z] v2.3.0-dev.106 [2023-02-15T17:02:23.008Z] v2.3.0-dev.29 [2023-02-15T17:02:23.008Z] v2.3.0-dev.30 [2023-02-15T17:02:23.008Z] v2.3.0-dev.31 [2023-02-15T17:02:23.008Z] v2.3.0-dev.32 [2023-02-15T17:02:23.008Z] v2.3.0-dev.33 [2023-02-15T17:02:23.008Z] v2.3.0-dev.34 [2023-02-15T17:02:23.008Z] v2.3.0-dev.35 [2023-02-15T17:02:23.008Z] v2.3.0-dev.36 [2023-02-15T17:02:23.008Z] v2.3.0-dev.37 [2023-02-15T17:02:23.008Z] v2.3.0-dev.38 [2023-02-15T17:02:23.008Z] v2.3.0-dev.39 [2023-02-15T17:02:23.008Z] v2.3.0-dev.40 [2023-02-15T17:02:23.008Z] v2.3.0-dev.41 [2023-02-15T17:02:23.008Z] v2.3.0-dev.42 [2023-02-15T17:02:23.008Z] v2.3.0-dev.43 [2023-02-15T17:02:23.008Z] v2.3.0-dev.44 [2023-02-15T17:02:23.008Z] v2.3.0-dev.45 [2023-02-15T17:02:23.008Z] v2.3.0-dev.46 [2023-02-15T17:02:23.008Z] v2.3.0-dev.47 [2023-02-15T17:02:23.008Z] v2.3.0-dev.48 [2023-02-15T17:02:23.008Z] v2.3.0-dev.49 [2023-02-15T17:02:23.008Z] v2.3.0-dev.50 [2023-02-15T17:02:23.008Z] v2.3.0-dev.51 [2023-02-15T17:02:23.008Z] v2.3.0-dev.52 [2023-02-15T17:02:23.008Z] v2.3.0-dev.53 [2023-02-15T17:02:23.008Z] v2.3.0-dev.54 [2023-02-15T17:02:23.008Z] v2.3.0-dev.55 [2023-02-15T17:02:23.008Z] v2.3.0-dev.56 [2023-02-15T17:02:23.008Z] v2.3.0-dev.57 [2023-02-15T17:02:23.008Z] v2.3.0-dev.58 [2023-02-15T17:02:23.008Z] v2.3.0-dev.59 [2023-02-15T17:02:23.008Z] v2.3.0-dev.60 [2023-02-15T17:02:23.008Z] v2.3.0-dev.61 [2023-02-15T17:02:23.008Z] v2.3.0-dev.62 [2023-02-15T17:02:23.008Z] v2.3.0-dev.63 [2023-02-15T17:02:23.008Z] v2.3.0-dev.64 [2023-02-15T17:02:23.008Z] v2.3.0-dev.65 [2023-02-15T17:02:23.008Z] v2.3.0-dev.66 [2023-02-15T17:02:23.008Z] v2.3.0-dev.67 [2023-02-15T17:02:23.008Z] v2.3.0-dev.68 [2023-02-15T17:02:23.008Z] v2.3.0-dev.69 [2023-02-15T17:02:23.008Z] v2.3.0-dev.70 [2023-02-15T17:02:23.008Z] v2.3.0-dev.71 [2023-02-15T17:02:23.008Z] v2.3.0-dev.72 [2023-02-15T17:02:23.008Z] v2.3.0-dev.73 [2023-02-15T17:02:23.008Z] v2.3.0-dev.74 [2023-02-15T17:02:23.008Z] v2.3.0-dev.75 [2023-02-15T17:02:23.008Z] v2.3.0-dev.76 [2023-02-15T17:02:23.008Z] v2.3.0-dev.77 [2023-02-15T17:02:23.008Z] v2.3.0-dev.78 [2023-02-15T17:02:23.008Z] v2.3.0-dev.79 [2023-02-15T17:02:23.008Z] v2.3.0-dev.80 [2023-02-15T17:02:23.008Z] v2.3.0-dev.81 [2023-02-15T17:02:23.008Z] v2.3.0-dev.82 [2023-02-15T17:02:23.008Z] v2.3.0-dev.83 [2023-02-15T17:02:23.008Z] v2.3.0-dev.84 [2023-02-15T17:02:23.008Z] v2.3.0-dev.85 [2023-02-15T17:02:23.008Z] v2.3.0-dev.86 [2023-02-15T17:02:23.008Z] v2.3.0-dev.87 [2023-02-15T17:02:23.008Z] v2.3.0-dev.88 [2023-02-15T17:02:23.008Z] v2.3.0-dev.89 [2023-02-15T17:02:23.008Z] v2.3.0-dev.90 [2023-02-15T17:02:23.008Z] v2.3.0-dev.91 [2023-02-15T17:02:23.008Z] v2.3.0-dev.92 [2023-02-15T17:02:23.008Z] v2.3.0-dev.93 [2023-02-15T17:02:23.008Z] v2.3.0-dev.94 [2023-02-15T17:02:23.008Z] v2.3.0-dev.95 [2023-02-15T17:02:23.008Z] v2.3.0-dev.96 [2023-02-15T17:02:23.008Z] v2.3.0-dev.97 [2023-02-15T17:02:23.008Z] v2.3.0-dev.98 [2023-02-15T17:02:23.008Z] v2.3.0-dev.99 [2023-02-15T17:02:23.008Z] v2.3.1-dev.1 [2023-02-15T17:02:23.008Z] v2.3.1-dev.2 [2023-02-15T17:02:23.008Z] v2.3.1-dev.3 [2023-02-15T17:02:23.008Z] v2.3.1-dev.4 [2023-02-15T17:02:23.008Z] v2.3.1-dev.5 [2023-02-15T17:02:23.008Z] v3.0.0-dev.1 [2023-02-15T17:02:23.008Z] v3.0.0-dev.10 [2023-02-15T17:02:23.008Z] v3.0.0-dev.11 [2023-02-15T17:02:23.008Z] v3.0.0-dev.12 [2023-02-15T17:02:23.008Z] v3.0.0-dev.13 [2023-02-15T17:02:23.008Z] v3.0.0-dev.14 [2023-02-15T17:02:23.008Z] v3.0.0-dev.15 [2023-02-15T17:02:23.008Z] v3.0.0-dev.16 [2023-02-15T17:02:23.008Z] v3.0.0-dev.17 [2023-02-15T17:02:23.008Z] v3.0.0-dev.18 [2023-02-15T17:02:23.008Z] v3.0.0-dev.19 [2023-02-15T17:02:23.008Z] v3.0.0-dev.2 [2023-02-15T17:02:23.008Z] v3.0.0-dev.20 [2023-02-15T17:02:23.008Z] v3.0.0-dev.21 [2023-02-15T17:02:23.008Z] v3.0.0-dev.22 [2023-02-15T17:02:23.008Z] v3.0.0-dev.23 [2023-02-15T17:02:23.008Z] v3.0.0-dev.24 [2023-02-15T17:02:23.008Z] v3.0.0-dev.25 [2023-02-15T17:02:23.008Z] v3.0.0-dev.26 [2023-02-15T17:02:23.008Z] v3.0.0-dev.27 [2023-02-15T17:02:23.008Z] v3.0.0-dev.28 [2023-02-15T17:02:23.008Z] v3.0.0-dev.29 [2023-02-15T17:02:23.008Z] v3.0.0-dev.3 [2023-02-15T17:02:23.008Z] v3.0.0-dev.30 [2023-02-15T17:02:23.008Z] v3.0.0-dev.31 [2023-02-15T17:02:23.008Z] v3.0.0-dev.32 [2023-02-15T17:02:23.008Z] v3.0.0-dev.33 [2023-02-15T17:02:23.008Z] v3.0.0-dev.34 [2023-02-15T17:02:23.008Z] v3.0.0-dev.35 [2023-02-15T17:02:23.008Z] v3.0.0-dev.36 [2023-02-15T17:02:23.008Z] v3.0.0-dev.37 [2023-02-15T17:02:23.008Z] v3.0.0-dev.38 [2023-02-15T17:02:23.008Z] v3.0.0-dev.39 [2023-02-15T17:02:23.008Z] v3.0.0-dev.4 [2023-02-15T17:02:23.008Z] v3.0.0-dev.40 [2023-02-15T17:02:23.008Z] v3.0.0-dev.41 [2023-02-15T17:02:23.008Z] v3.0.0-dev.42 [2023-02-15T17:02:23.008Z] v3.0.0-dev.43 [2023-02-15T17:02:23.008Z] v3.0.0-dev.44 [2023-02-15T17:02:23.008Z] v3.0.0-dev.45 [2023-02-15T17:02:23.008Z] v3.0.0-dev.46 [2023-02-15T17:02:23.008Z] v3.0.0-dev.47 [2023-02-15T17:02:23.008Z] v3.0.0-dev.48 [2023-02-15T17:02:23.008Z] v3.0.0-dev.49 [2023-02-15T17:02:23.008Z] v3.0.0-dev.5 [2023-02-15T17:02:23.008Z] v3.0.0-dev.50 [2023-02-15T17:02:23.008Z] v3.0.0-dev.51 [2023-02-15T17:02:23.008Z] v3.0.0-dev.6 [2023-02-15T17:02:23.008Z] v3.0.0-dev.7 [2023-02-15T17:02:23.008Z] v3.0.0-dev.8 [2023-02-15T17:02:23.008Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-15T17:02:23.296Z] + lftools sign git-tag v3.0.0-dev.51 [2023-02-15T17:02:23.862Z] Signing Git tag with Sigul... [2023-02-15T17:02:23.862Z] Signing v3.0.0-dev.51 [Pipeline] echo [2023-02-15T17:02:24.126Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:02:24.413Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-15T17:02:24.420Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-15T17:02:24.448Z] $ docker stop --time=1 0860e52e80464962b9085867fad85fb50224046b3269b8cce18abba079af4120 [2023-02-15T17:02:25.775Z] $ docker rm -f --volumes 0860e52e80464962b9085867fad85fb50224046b3269b8cce18abba079af4120 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-15T17:02:26.194Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T17:02:26.194Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:02:26.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T17:02:26.485Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:02:26.556Z] prd-ubuntu20.04-docker-8c-8g-6137 does not seem to be running inside a container [2023-02-15T17:02:26.596Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T17:02:26.981Z] $ docker top e56e591918bfb93f55f52752ed5885acf4b599ee7eebf0e254b23b94e07e776d -eo pid,comm [2023-02-15T17:02:27.040Z] 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-15T17:02:27.040Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T17:02:27.079Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T17:02:27.079Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T17:02:27.188Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T17:02:27.199Z] $ docker exec e56e591918bfb93f55f52752ed5885acf4b599ee7eebf0e254b23b94e07e776d ssh-agent [2023-02-15T17:02:27.312Z] SSH_AUTH_SOCK=/tmp/ssh-St9OVfKlR2ek/agent.32 [2023-02-15T17:02:27.312Z] SSH_AGENT_PID=38 [2023-02-15T17:02:27.317Z] Running ssh-add (command line suppressed) [2023-02-15T17:02:27.428Z] Identity added: /w/workspace/edgex-go/411@tmp/private_key_13994107241040815205.key (/w/workspace/edgex-go/411@tmp/private_key_13994107241040815205.key) [2023-02-15T17:02:27.435Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T17:02:27.722Z] + git semver bump pre [2023-02-15T17:02:27.982Z] 2023-02-15 17:02:27,931 [read_version] DEBUG read version from /w/workspace/edgex-go/411/.semver/main [2023-02-15T17:02:27.982Z] 2023-02-15 17:02:27,931 [bump_version] DEBUG bumping version:3.0.0-dev.51 on axis:pre with prefix:dev [2023-02-15T17:02:27.982Z] 2023-02-15 17:02:27,932 [bump_version] DEBUG bumped version:3.0.0-dev.52 [2023-02-15T17:02:27.982Z] 2023-02-15 17:02:27,932 [write_version] DEBUG write version:3.0.0-dev.52 to path:/w/workspace/edgex-go/411/.semver/main with force:True [2023-02-15T17:02:27.982Z] 2023-02-15 17:02:27,932 [read_version] DEBUG read version from /w/workspace/edgex-go/411/.semver/main [2023-02-15T17:02:27.982Z] 2023-02-15 17:02:27,932 [write_file] DEBUG write to file:/w/workspace/edgex-go/411/.semver/main [2023-02-15T17:02:27.982Z] 2023-02-15 17:02:27,934 [execute] INFO git cat-file --batch-check [2023-02-15T17:02:27.982Z] 2023-02-15 17:02:27,934 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/411/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T17:02:27.982Z] 2023-02-15 17:02:27,940 [execute] INFO git cat-file --batch [2023-02-15T17:02:27.982Z] 2023-02-15 17:02:27,940 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/411/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T17:02:27.982Z] 2023-02-15 17:02:27,946 [read_version] DEBUG read version from /w/workspace/edgex-go/411/.semver/main [2023-02-15T17:02:27.982Z] 3.0.0-dev.52 [Pipeline] } [2023-02-15T17:02:27.999Z] $ docker exec --env ******** --env ******** e56e591918bfb93f55f52752ed5885acf4b599ee7eebf0e254b23b94e07e776d ssh-agent -k [2023-02-15T17:02:28.099Z] unset SSH_AUTH_SOCK; [2023-02-15T17:02:28.100Z] unset SSH_AGENT_PID; [2023-02-15T17:02:28.100Z] echo Agent pid 38 killed; [2023-02-15T17:02:28.100Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T17:02:28.405Z] + git semver [Pipeline] } [2023-02-15T17:02:28.686Z] $ docker stop --time=1 e56e591918bfb93f55f52752ed5885acf4b599ee7eebf0e254b23b94e07e776d [2023-02-15T17:02:30.021Z] $ docker rm -f --volumes e56e591918bfb93f55f52752ed5885acf4b599ee7eebf0e254b23b94e07e776d [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T17:02:30.341Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T17:02:30.341Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:02:30.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T17:02:30.634Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:02:30.700Z] prd-ubuntu20.04-docker-8c-8g-6137 does not seem to be running inside a container [2023-02-15T17:02:30.737Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T17:02:31.111Z] $ docker top 2a15cad5fb4b2c13eeb98b419af875fd14ec2ff7d4c13f9a451afb2880431bb6 -eo pid,comm [2023-02-15T17:02:31.151Z] 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-15T17:02:31.151Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T17:02:31.184Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T17:02:31.184Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T17:02:31.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T17:02:31.305Z] $ docker exec 2a15cad5fb4b2c13eeb98b419af875fd14ec2ff7d4c13f9a451afb2880431bb6 ssh-agent [2023-02-15T17:02:31.414Z] SSH_AUTH_SOCK=/tmp/ssh-rOZP2GbueYNq/agent.33 [2023-02-15T17:02:31.414Z] SSH_AGENT_PID=39 [2023-02-15T17:02:31.418Z] Running ssh-add (command line suppressed) [2023-02-15T17:02:31.529Z] Identity added: /w/workspace/edgex-go/411@tmp/private_key_4941387008113209900.key (/w/workspace/edgex-go/411@tmp/private_key_4941387008113209900.key) [2023-02-15T17:02:31.534Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T17:02:31.823Z] + git semver push [2023-02-15T17:02:32.082Z] 2023-02-15 17:02:32,010 [run_push] DEBUG push [2023-02-15T17:02:32.082Z] 2023-02-15 17:02:32,010 [execute] INFO git cat-file --batch-check [2023-02-15T17:02:32.082Z] 2023-02-15 17:02:32,010 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/411/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T17:02:32.082Z] 2023-02-15 17:02:32,014 [execute] INFO git rev-list 64239b04fe90fa7313787765e4d13be80510cfa6 -- [2023-02-15T17:02:32.082Z] 2023-02-15 17:02:32,014 [execute] DEBUG Popen(['git', 'rev-list', '64239b04fe90fa7313787765e4d13be80510cfa6', '--'], cwd=/w/workspace/edgex-go/411/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-15T17:02:32.082Z] 2023-02-15 17:02:32,030 [execute] INFO git fetch -v origin [2023-02-15T17:02:32.082Z] 2023-02-15 17:02:32,030 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/411/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-15T17:02:33.017Z] 2023-02-15 17:02:32,755 [run_push] DEBUG no remote changes detected [2023-02-15T17:02:33.017Z] 2023-02-15 17:02:32,755 [execute] INFO git push origin semver [2023-02-15T17:02:33.017Z] 2023-02-15 17:02:32,756 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/411/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-15T17:02:34.416Z] 2023-02-15 17:02:34,009 [run_push] DEBUG push all version tags [2023-02-15T17:02:34.416Z] 2023-02-15 17:02:34,010 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-15T17:02:34.416Z] 2023-02-15 17:02:34,011 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/411, universal_newlines=False, shell=None, istream=None) [2023-02-15T17:02:35.354Z] 2023-02-15 17:02:35,068 [read_version] DEBUG read version from /w/workspace/edgex-go/411/.semver/main [2023-02-15T17:02:35.354Z] 3.0.0-dev.52 [Pipeline] } [2023-02-15T17:02:35.374Z] $ docker exec --env ******** --env ******** 2a15cad5fb4b2c13eeb98b419af875fd14ec2ff7d4c13f9a451afb2880431bb6 ssh-agent -k [2023-02-15T17:02:35.482Z] unset SSH_AUTH_SOCK; [2023-02-15T17:02:35.482Z] unset SSH_AGENT_PID; [2023-02-15T17:02:35.482Z] echo Agent pid 39 killed; [2023-02-15T17:02:35.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T17:02:35.777Z] + git semver [Pipeline] } [2023-02-15T17:02:36.058Z] $ docker stop --time=1 2a15cad5fb4b2c13eeb98b419af875fd14ec2ff7d4c13f9a451afb2880431bb6 [2023-02-15T17:02:37.349Z] $ docker rm -f --volumes 2a15cad5fb4b2c13eeb98b419af875fd14ec2ff7d4c13f9a451afb2880431bb6 [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-15T17:02:37.846Z] + [ -d /w/workspace/edgex-go/411/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:02:38.135Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:02:38.994Z] ---> package-listing.sh [2023-02-15T17:02:38.994Z] ++ facter osfamily [2023-02-15T17:02:38.994Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-15T17:02:39.253Z] + OS_FAMILY=debian [2023-02-15T17:02:39.253Z] + workspace=/w/workspace/edgex-go/411 [2023-02-15T17:02:39.253Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-15T17:02:39.253Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-15T17:02:39.253Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-15T17:02:39.253Z] + PACKAGES=/tmp/packages_start.txt [2023-02-15T17:02:39.253Z] + '[' /w/workspace/edgex-go/411 ']' [2023-02-15T17:02:39.253Z] + PACKAGES=/tmp/packages_end.txt [2023-02-15T17:02:39.253Z] + case "${OS_FAMILY}" in [2023-02-15T17:02:39.253Z] + dpkg -l [2023-02-15T17:02:39.253Z] + grep '^ii' [2023-02-15T17:02:39.253Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-15T17:02:39.253Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-15T17:02:39.253Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-15T17:02:39.253Z] + '[' /w/workspace/edgex-go/411 ']' [2023-02-15T17:02:39.253Z] + mkdir -p /w/workspace/edgex-go/411/archives/ [2023-02-15T17:02:39.253Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/411/archives/ [Pipeline] echo [2023-02-15T17:02:39.264Z] 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/411/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-15T17:02:39.540Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:02:40.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T17:02:40.095Z] [2023-02-15T17:02:40.095Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T17:02:40.395Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T17:02:40.395Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-15T17:02:40.395Z] 5eb5b503b376: Pulling fs layer [2023-02-15T17:02:40.395Z] 5c69ac0246d0: Pulling fs layer [2023-02-15T17:02:40.395Z] ec43610c2a17: Pulling fs layer [2023-02-15T17:02:40.395Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-15T17:02:40.395Z] 33b1e0a273af: Pulling fs layer [2023-02-15T17:02:40.395Z] 5d3b04190fa2: Pulling fs layer [2023-02-15T17:02:40.395Z] 2f39f015ded8: Pulling fs layer [2023-02-15T17:02:40.395Z] 33b1e0a273af: Waiting [2023-02-15T17:02:40.395Z] 3a2ae6a8a46f: Waiting [2023-02-15T17:02:40.395Z] 5d3b04190fa2: Waiting [2023-02-15T17:02:40.395Z] 2f39f015ded8: Waiting [2023-02-15T17:02:40.395Z] 5c69ac0246d0: Download complete [2023-02-15T17:02:40.395Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-15T17:02:40.395Z] 3a2ae6a8a46f: Download complete [2023-02-15T17:02:40.656Z] 33b1e0a273af: Verifying Checksum [2023-02-15T17:02:40.656Z] 33b1e0a273af: Download complete [2023-02-15T17:02:40.656Z] 5d3b04190fa2: Download complete [2023-02-15T17:02:40.656Z] ec43610c2a17: Verifying Checksum [2023-02-15T17:02:40.656Z] ec43610c2a17: Download complete [2023-02-15T17:02:40.915Z] 5eb5b503b376: Verifying Checksum [2023-02-15T17:02:40.915Z] 5eb5b503b376: Download complete [2023-02-15T17:02:41.560Z] 2f39f015ded8: Download complete [2023-02-15T17:02:42.155Z] 5eb5b503b376: Pull complete [2023-02-15T17:02:42.423Z] 5c69ac0246d0: Pull complete [2023-02-15T17:02:42.709Z] ec43610c2a17: Pull complete [2023-02-15T17:02:43.000Z] 3a2ae6a8a46f: Pull complete [2023-02-15T17:02:43.000Z] 33b1e0a273af: Pull complete [2023-02-15T17:02:43.287Z] 5d3b04190fa2: Pull complete [2023-02-15T17:02:47.469Z] 2f39f015ded8: Pull complete [2023-02-15T17:02:47.470Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-15T17:02:47.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T17:02:47.470Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T17:02:47.546Z] prd-ubuntu20.04-docker-8c-8g-6137 does not seem to be running inside a container [2023-02-15T17:02:47.584Z] $ 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/411/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/411 -v /w/workspace/edgex-go/411:/w/workspace/edgex-go/411:rw,z -v /w/workspace/edgex-go/411@tmp:/w/workspace/edgex-go/411@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-15T17:02:49.238Z] $ docker top 0be99b2b84877d6a1f03bb021cfc9296fb327dbaac000f452eca6269466e1072 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T17:02:49.575Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-15T17:02:49.859Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-15T17:02:50.143Z] + ls /var/log/sa-host [2023-02-15T17:02:50.143Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T17:02:50.287Z] provisioning config files... [2023-02-15T17:02:50.295Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/411@tmp/config8311417431220685126tmp [Pipeline] { [Pipeline] echo [2023-02-15T17:02:50.306Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:02:50.586Z] ---> create-netrc.sh [Pipeline] } [2023-02-15T17:02:50.594Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:02:50.922Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-15T17:02:50.930Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:02:51.212Z] ---> sudo-logs.sh [2023-02-15T17:02:51.212Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-15T17:02:51.238Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:02:51.519Z] ---> job-cost.sh [2023-02-15T17:02:51.519Z] lf-activate-venv: SKIPPING [2023-02-15T17:02:51.519Z] DEBUG: total: 0.10999999940395355 [2023-02-15T17:02:51.519Z] INFO: Retrieving Stack Cost... [2023-02-15T17:02:51.778Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T17:02:52.344Z] INFO: Archiving Costs [Pipeline] echo [2023-02-15T17:02:52.356Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T17:02:52.637Z] ---> logs-deploy.sh [2023-02-15T17:02:52.637Z] lf-activate-venv: SKIPPING [2023-02-15T17:02:52.637Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/411 [2023-02-15T17:02:52.637Z] INFO: archiving workspace using pattern(s): [2023-02-15T17:02:53.573Z] Archives upload complete. [2023-02-15T17:02:53.832Z] INFO: archiving logs to Nexus [2023-02-15T17:02:54.400Z] ---> uname -a: [2023-02-15T17:02:54.400Z] Linux prd-ubuntu20-04-docker-8c-8g-6137 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-15T17:02:54.400Z] [2023-02-15T17:02:54.400Z] [2023-02-15T17:02:54.400Z] ---> lscpu: [2023-02-15T17:02:54.400Z] Architecture: x86_64 [2023-02-15T17:02:54.400Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-15T17:02:54.400Z] Byte Order: Little Endian [2023-02-15T17:02:54.400Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-15T17:02:54.400Z] CPU(s): 8 [2023-02-15T17:02:54.400Z] On-line CPU(s) list: 0-7 [2023-02-15T17:02:54.400Z] Thread(s) per core: 1 [2023-02-15T17:02:54.400Z] Core(s) per socket: 1 [2023-02-15T17:02:54.400Z] Socket(s): 8 [2023-02-15T17:02:54.400Z] NUMA node(s): 1 [2023-02-15T17:02:54.400Z] Vendor ID: AuthenticAMD [2023-02-15T17:02:54.400Z] CPU family: 23 [2023-02-15T17:02:54.400Z] Model: 49 [2023-02-15T17:02:54.400Z] Model name: AMD EPYC-Rome Processor [2023-02-15T17:02:54.400Z] Stepping: 0 [2023-02-15T17:02:54.400Z] CPU MHz: 2799.976 [2023-02-15T17:02:54.400Z] BogoMIPS: 5599.95 [2023-02-15T17:02:54.400Z] Virtualization: AMD-V [2023-02-15T17:02:54.400Z] Hypervisor vendor: KVM [2023-02-15T17:02:54.400Z] Virtualization type: full [2023-02-15T17:02:54.400Z] L1d cache: 256 KiB [2023-02-15T17:02:54.400Z] L1i cache: 256 KiB [2023-02-15T17:02:54.400Z] L2 cache: 4 MiB [2023-02-15T17:02:54.400Z] L3 cache: 128 MiB [2023-02-15T17:02:54.400Z] NUMA node0 CPU(s): 0-7 [2023-02-15T17:02:54.400Z] Vulnerability Itlb multihit: Not affected [2023-02-15T17:02:54.400Z] Vulnerability L1tf: Not affected [2023-02-15T17:02:54.400Z] Vulnerability Mds: Not affected [2023-02-15T17:02:54.400Z] Vulnerability Meltdown: Not affected [2023-02-15T17:02:54.400Z] Vulnerability Mmio stale data: Not affected [2023-02-15T17:02:54.400Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-15T17:02:54.400Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-15T17:02:54.400Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-15T17:02:54.400Z] Vulnerability Srbds: Not affected [2023-02-15T17:02:54.400Z] Vulnerability Tsx async abort: Not affected [2023-02-15T17:02:54.400Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-02-15T17:02:54.400Z] [2023-02-15T17:02:54.400Z] [2023-02-15T17:02:54.400Z] ---> nproc: [2023-02-15T17:02:54.400Z] 8 [2023-02-15T17:02:54.400Z] [2023-02-15T17:02:54.400Z]