Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4ba88bbe863d8b60b71eb382769d499e1a75b40c 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-ssh9831663248803916727.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-ssh13711877925592359284.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-ssh8626926923738943824.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-ssh12249966280990396053.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-ssh5379147206892725263.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 Running on prd-ubuntu20.04-docker-8c-8g-4139 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/389 [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/389 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 4ba88bbe863d8b60b71eb382769d499e1a75b40c (main) Commit message: "feat!: Remove old metrics collection and REST endpoint for all services (#4311)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4ba88bbe863d8b60b71eb382769d499e1a75b40c # timeout=10 > git rev-list --no-walk 5b3503b3ec54b2f611c817a2964a7928ebb06f53 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-31T15:23:18.257Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-31T15:23:18.295Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-31T15:23:18.306Z] ========================================================= [2023-01-31T15:23:18.306Z] EdgeX Global Pipelines Version Info [2023-01-31T15:23:18.306Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:23:19.023Z] ------------------- [2023-01-31T15:23:19.023Z] stable info: [2023-01-31T15:23:19.023Z] ------------------- [2023-01-31T15:23:19.023Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-31T15:23:19.023Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-31T15:23:19.023Z] Message: update stable to v1.0.244 [2023-01-31T15:23:19.592Z] ------------------- [2023-01-31T15:23:19.592Z] experimental info: [2023-01-31T15:23:19.592Z] ------------------- [2023-01-31T15:23:19.592Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-31T15:23:19.593Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-31T15:23:19.593Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-31T15:23:19.765Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-31T15:23:19.778Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-31T15:23:19.789Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-31T15:23:19.801Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-31T15:23:19.812Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-31T15:23:19.823Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-31T15:23:19.833Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-31T15:23:19.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-31T15:23:19.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-31T15:23:19.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-31T15:23:19.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-31T15:23:19.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-31T15:23:19.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-31T15:23:19.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-31T15:23:19.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-31T15:23:19.935Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-31T15:23:19.946Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-31T15:23:19.956Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-31T15:23:19.969Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-31T15:23:19.981Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-31T15:23:19.992Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-31T15:23:20.005Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-31T15:23:20.017Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-31T15:23:20.031Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-31T15:23:20.044Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-31T15:23:20.053Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-31T15:23:20.062Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] echo [2023-01-31T15:23:20.072Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4ba88bb [Pipeline] echo [2023-01-31T15:23:20.084Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-31T15:23:20.123Z] provisioning config files... [2023-01-31T15:23:20.137Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/389@tmp/config4255107933179132992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:23:20.439Z] ---> docker-login.sh [2023-01-31T15:23:20.439Z] nexus3.edgexfoundry.org:10001 [2023-01-31T15:23:20.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:23:20.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:23:20.700Z] Configure a credential helper to remove this warning. See [2023-01-31T15:23:20.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:23:20.700Z] [2023-01-31T15:23:20.700Z] Login Succeeded [2023-01-31T15:23:20.700Z] nexus3.edgexfoundry.org:10002 [2023-01-31T15:23:20.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:23:20.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:23:20.960Z] Configure a credential helper to remove this warning. See [2023-01-31T15:23:20.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:23:20.960Z] [2023-01-31T15:23:20.960Z] Login Succeeded [2023-01-31T15:23:20.960Z] nexus3.edgexfoundry.org:10003 [2023-01-31T15:23:20.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:23:20.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:23:20.960Z] Configure a credential helper to remove this warning. See [2023-01-31T15:23:20.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:23:20.960Z] [2023-01-31T15:23:20.960Z] Login Succeeded [2023-01-31T15:23:20.960Z] nexus3.edgexfoundry.org:10004 [2023-01-31T15:23:21.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:23:21.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:23:21.220Z] Configure a credential helper to remove this warning. See [2023-01-31T15:23:21.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:23:21.220Z] [2023-01-31T15:23:21.220Z] Login Succeeded [2023-01-31T15:23:21.220Z] docker.io [2023-01-31T15:23:21.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:23:21.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:23:21.480Z] Configure a credential helper to remove this warning. See [2023-01-31T15:23:21.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:23:21.480Z] [2023-01-31T15:23:21.480Z] Login Succeeded [2023-01-31T15:23:21.480Z] ---> docker-login.sh ends [Pipeline] } [2023-01-31T15:23:21.487Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-31T15:23:21.800Z] + 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-01-31T15:23:21.800Z] + + dirname cmd/core-command/Dockerfile [2023-01-31T15:23:21.800Z] cut -d/ -f2 [2023-01-31T15:23:21.800Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-31T15:23:21.800Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-01-31T15:23:21.800Z] + cut -d/ -f2 [2023-01-31T15:23:21.800Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-01-31T15:23:21.800Z] + dirname cmd/core-data/Dockerfile [2023-01-31T15:23:21.800Z] + cut -d/ -f2 [2023-01-31T15:23:21.800Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-31T15:23:21.800Z] + dirname cmd/core-metadata/Dockerfile [2023-01-31T15:23:21.800Z] + cut -d/ -f2 [2023-01-31T15:23:21.800Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-31T15:23:21.800Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-31T15:23:21.800Z] + cut -d/ -f2 [2023-01-31T15:23:21.800Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-31T15:23:21.800Z] + + cut -d/ -f2 [2023-01-31T15:23:21.800Z] dirname cmd/security-proxy-setup/Dockerfile [2023-01-31T15:23:21.800Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-31T15:23:21.800Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-31T15:23:21.800Z] + cut -d/ -f2 [2023-01-31T15:23:21.800Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-31T15:23:21.800Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-31T15:23:21.800Z] + cut -d/ -f2 [2023-01-31T15:23:21.800Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-31T15:23:21.800Z] + + dirname cmd/security-spire-agent/Dockerfile [2023-01-31T15:23:21.800Z] cut -d/ -f2 [2023-01-31T15:23:21.800Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-31T15:23:21.800Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-31T15:23:21.801Z] + cut -d/ -f2 [2023-01-31T15:23:21.801Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-31T15:23:21.801Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-31T15:23:21.801Z] + cut -d/ -f2 [2023-01-31T15:23:21.801Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-31T15:23:21.801Z] + dirname cmd/support-notifications/Dockerfile [2023-01-31T15:23:21.801Z] + cut -d/ -f2 [2023-01-31T15:23:21.801Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-31T15:23:21.801Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-31T15:23:21.801Z] + cut -d/ -f2 [2023-01-31T15:23:21.801Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-31T15:23:21.855Z] 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-01-31T15:23:22.196Z] + git rev-list -1 --merges 4ba88bbe863d8b60b71eb382769d499e1a75b40c~1..4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] echo [2023-01-31T15:23:22.211Z] -----------> git rev-list -1 --merges 4ba88bbe863d8b60b71eb382769d499e1a75b40c~1..4ba88bbe863d8b60b71eb382769d499e1a75b40c 4ba88bbe863d8b60b71eb382769d499e1a75b40c [false] [Pipeline] sh [2023-01-31T15:23:22.510Z] + git log --format=format:%s -1 4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] echo [2023-01-31T15:23:22.524Z] ========================================================= [2023-01-31T15:23:22.524Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-31T15:23:22.524Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-31T15:23:22.944Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-31T15:23:22.944Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-31T15:23:22.944Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-31T15:23:22.944Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-31T15:23:22.944Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-31T15:23:22.944Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-31T15:23:22.944Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:23:23.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-31T15:23:23.284Z] [2023-01-31T15:23:23.284Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:23:23.591Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-31T15:23:23.591Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-31T15:23:23.591Z] b85a868b505f: Pulling fs layer [2023-01-31T15:23:23.591Z] e2be974225ed: Pulling fs layer [2023-01-31T15:23:23.591Z] 339a4e72a1f5: Pulling fs layer [2023-01-31T15:23:23.591Z] 988bab9f4d93: Pulling fs layer [2023-01-31T15:23:23.591Z] 1469e6f7b9e6: Pulling fs layer [2023-01-31T15:23:23.591Z] eaf3925da568: Pulling fs layer [2023-01-31T15:23:23.591Z] bab4dde63d76: Pulling fs layer [2023-01-31T15:23:23.591Z] bde34c3a00c8: Pulling fs layer [2023-01-31T15:23:23.591Z] b352a97aabf1: Pulling fs layer [2023-01-31T15:23:23.591Z] 4872d77fe225: Pulling fs layer [2023-01-31T15:23:23.591Z] 5851b861e8e6: Pulling fs layer [2023-01-31T15:23:23.591Z] 1469e6f7b9e6: Waiting [2023-01-31T15:23:23.591Z] bab4dde63d76: Waiting [2023-01-31T15:23:23.591Z] eaf3925da568: Waiting [2023-01-31T15:23:23.591Z] bde34c3a00c8: Waiting [2023-01-31T15:23:23.591Z] b352a97aabf1: Waiting [2023-01-31T15:23:23.591Z] 4872d77fe225: Waiting [2023-01-31T15:23:23.591Z] 5851b861e8e6: Waiting [2023-01-31T15:23:23.591Z] 988bab9f4d93: Waiting [2023-01-31T15:23:23.591Z] e2be974225ed: Verifying Checksum [2023-01-31T15:23:23.591Z] e2be974225ed: Download complete [2023-01-31T15:23:23.860Z] 1469e6f7b9e6: Verifying Checksum [2023-01-31T15:23:23.860Z] 1469e6f7b9e6: Download complete [2023-01-31T15:23:23.860Z] eaf3925da568: Verifying Checksum [2023-01-31T15:23:23.860Z] eaf3925da568: Download complete [2023-01-31T15:23:23.860Z] 339a4e72a1f5: Verifying Checksum [2023-01-31T15:23:23.860Z] 339a4e72a1f5: Download complete [2023-01-31T15:23:23.860Z] bde34c3a00c8: Verifying Checksum [2023-01-31T15:23:23.860Z] bde34c3a00c8: Download complete [2023-01-31T15:23:24.130Z] b85a868b505f: Verifying Checksum [2023-01-31T15:23:24.130Z] b85a868b505f: Download complete [2023-01-31T15:23:24.130Z] b352a97aabf1: Verifying Checksum [2023-01-31T15:23:24.130Z] b352a97aabf1: Download complete [2023-01-31T15:23:24.130Z] 4872d77fe225: Verifying Checksum [2023-01-31T15:23:24.130Z] 4872d77fe225: Download complete [2023-01-31T15:23:24.130Z] 5851b861e8e6: Verifying Checksum [2023-01-31T15:23:24.130Z] 5851b861e8e6: Download complete [2023-01-31T15:23:24.405Z] bab4dde63d76: Verifying Checksum [2023-01-31T15:23:24.405Z] bab4dde63d76: Download complete [2023-01-31T15:23:25.342Z] b85a868b505f: Pull complete [2023-01-31T15:23:25.601Z] e2be974225ed: Pull complete [2023-01-31T15:23:25.861Z] 339a4e72a1f5: Pull complete [2023-01-31T15:23:26.120Z] 988bab9f4d93: Pull complete [2023-01-31T15:23:26.379Z] 1469e6f7b9e6: Pull complete [2023-01-31T15:23:26.379Z] eaf3925da568: Pull complete [2023-01-31T15:23:28.284Z] bab4dde63d76: Pull complete [2023-01-31T15:23:28.284Z] bde34c3a00c8: Pull complete [2023-01-31T15:23:28.284Z] b352a97aabf1: Pull complete [2023-01-31T15:23:28.545Z] 4872d77fe225: Pull complete [2023-01-31T15:23:28.545Z] 5851b861e8e6: Pull complete [2023-01-31T15:23:28.545Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-31T15:23:28.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-31T15:23:28.545Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:23:28.632Z] prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container [2023-01-31T15:23:28.667Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-31T15:23:31.627Z] $ docker top 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-31T15:23:31.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-31T15:23:31.715Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-31T15:23:31.823Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-31T15:23:31.827Z] $ docker exec 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 ssh-agent [2023-01-31T15:23:31.943Z] SSH_AUTH_SOCK=/tmp/ssh-nZ0loEHlWL2Q/agent.31 [2023-01-31T15:23:31.943Z] SSH_AGENT_PID=37 [2023-01-31T15:23:31.949Z] Running ssh-add (command line suppressed) [2023-01-31T15:23:32.067Z] Identity added: /w/workspace/edgex-go/389@tmp/private_key_2391255215466793901.key (/w/workspace/edgex-go/389@tmp/private_key_2391255215466793901.key) [2023-01-31T15:23:32.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-31T15:23:32.367Z] + git tag --points-at HEAD [Pipeline] } [2023-01-31T15:23:32.380Z] $ docker exec --env ******** --env ******** 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 ssh-agent -k [2023-01-31T15:23:32.486Z] unset SSH_AUTH_SOCK; [2023-01-31T15:23:32.486Z] unset SSH_AGENT_PID; [2023-01-31T15:23:32.486Z] echo Agent pid 37 killed; [2023-01-31T15:23:32.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-31T15:23:32.516Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-31T15:23:32.516Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-31T15:23:32.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-31T15:23:32.643Z] $ docker exec 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 ssh-agent [2023-01-31T15:23:32.767Z] SSH_AUTH_SOCK=/tmp/ssh-bCSceaKOx2fx/agent.69 [2023-01-31T15:23:32.767Z] SSH_AGENT_PID=75 [2023-01-31T15:23:32.772Z] Running ssh-add (command line suppressed) [2023-01-31T15:23:32.880Z] Identity added: /w/workspace/edgex-go/389@tmp/private_key_17331796423826631053.key (/w/workspace/edgex-go/389@tmp/private_key_17331796423826631053.key) [2023-01-31T15:23:32.895Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-31T15:23:33.184Z] + git semver init [2023-01-31T15:23:33.444Z] 2023-01-31 15:23:33,374 [run_init] DEBUG init version:0.0.0 force:False [2023-01-31T15:23:33.444Z] 2023-01-31 15:23:33,374 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/389/.semver [2023-01-31T15:23:33.444Z] 2023-01-31 15:23:33,375 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/389/.semver [2023-01-31T15:23:33.444Z] 2023-01-31 15:23:33,375 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/389/.semver'], cwd=/w/workspace/edgex-go/389, universal_newlines=False, shell=None, istream=None) [2023-01-31T15:23:40.110Z] 2023-01-31 15:23:39,014 [append_file] DEBUG append to file:/w/workspace/edgex-go/389/.git/info/exclude [2023-01-31T15:23:40.110Z] 2023-01-31 15:23:39,015 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/389/.semver/main with force:False [2023-01-31T15:23:40.110Z] 2023-01-31 15:23:39,015 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main [2023-01-31T15:23:40.110Z] 2023-01-31 15:23:39,015 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main [2023-01-31T15:23:40.110Z] 3.0.0-dev.31 [Pipeline] } [2023-01-31T15:23:40.121Z] $ docker exec --env ******** --env ******** 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 ssh-agent -k [2023-01-31T15:23:40.216Z] unset SSH_AUTH_SOCK; [2023-01-31T15:23:40.216Z] unset SSH_AGENT_PID; [2023-01-31T15:23:40.216Z] echo Agent pid 75 killed; [2023-01-31T15:23:40.225Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-31T15:23:40.525Z] + git semver [Pipeline] } [2023-01-31T15:23:40.800Z] $ docker stop --time=1 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 [2023-01-31T15:23:42.096Z] $ docker rm -f --volumes 17dc7d35a37cbb1f3c7c3511c5b73012a6203af3928d157975033f2e6cdf8416 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-31T15:23:42.428Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-31T15:23:42.633Z] Stashed 1 file(s) [Pipeline] echo [2023-01-31T15:23:42.636Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.31 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-31T15:23:43.045Z] + git config --global --add safe.directory /w/workspace/edgex-go/389 [Pipeline] echo [2023-01-31T15:23:43.057Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-31T15:23:43.071Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-31T15:23:43.078Z] ========================================================= [2023-01-31T15:23:43.079Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-31T15:23:43.079Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-31T15:23:43.372Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-31T15:23:43.372Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-31T15:23:43.372Z] 213ec9aee27d: Pulling fs layer [2023-01-31T15:23:43.372Z] 4583459ba037: Pulling fs layer [2023-01-31T15:23:43.372Z] 93c1e223e6f2: Pulling fs layer [2023-01-31T15:23:43.372Z] 53926ce57604: Pulling fs layer [2023-01-31T15:23:43.372Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-31T15:23:43.372Z] 22ff95d597cd: Pulling fs layer [2023-01-31T15:23:43.372Z] 12d6caf4c0d1: Pulling fs layer [2023-01-31T15:23:43.372Z] 96b7cbca73a9: Pulling fs layer [2023-01-31T15:23:43.372Z] a7acece74701: Pulling fs layer [2023-01-31T15:23:43.372Z] 53926ce57604: Waiting [2023-01-31T15:23:43.372Z] 96b7cbca73a9: Waiting [2023-01-31T15:23:43.372Z] 22ff95d597cd: Waiting [2023-01-31T15:23:43.372Z] 12d6caf4c0d1: Waiting [2023-01-31T15:23:43.372Z] a7acece74701: Waiting [2023-01-31T15:23:43.372Z] 93c1e223e6f2: Download complete [2023-01-31T15:23:43.372Z] 4583459ba037: Verifying Checksum [2023-01-31T15:23:43.372Z] 4583459ba037: Download complete [2023-01-31T15:23:43.372Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-31T15:23:43.372Z] 21b2b0c7a3f4: Download complete [2023-01-31T15:23:43.372Z] 22ff95d597cd: Verifying Checksum [2023-01-31T15:23:43.372Z] 22ff95d597cd: Download complete [2023-01-31T15:23:43.372Z] 213ec9aee27d: Download complete [2023-01-31T15:23:43.642Z] 12d6caf4c0d1: Download complete [2023-01-31T15:23:43.642Z] 213ec9aee27d: Pull complete [2023-01-31T15:23:43.642Z] 4583459ba037: Pull complete [2023-01-31T15:23:43.924Z] 93c1e223e6f2: Pull complete [2023-01-31T15:23:45.508Z] a7acece74701: Verifying Checksum [2023-01-31T15:23:45.508Z] a7acece74701: Download complete [2023-01-31T15:23:45.508Z] 96b7cbca73a9: Verifying Checksum [2023-01-31T15:23:45.508Z] 96b7cbca73a9: Download complete [2023-01-31T15:23:45.508Z] 53926ce57604: Verifying Checksum [2023-01-31T15:23:45.508Z] 53926ce57604: Download complete [2023-01-31T15:23:49.707Z] 53926ce57604: Pull complete [2023-01-31T15:23:49.707Z] 21b2b0c7a3f4: Pull complete [2023-01-31T15:23:49.707Z] 22ff95d597cd: Pull complete [2023-01-31T15:23:49.707Z] 12d6caf4c0d1: Pull complete [2023-01-31T15:23:51.618Z] 96b7cbca73a9: Pull complete [2023-01-31T15:23:52.184Z] a7acece74701: Pull complete [2023-01-31T15:23:52.184Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-31T15:23:52.184Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-31T15:23:52.184Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-31T15:23:52.481Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-31T15:23:52.481Z] WORKDIR /edgex [2023-01-31T15:23:52.481Z] COPY go.mod . [2023-01-31T15:23:52.481Z] RUN go mod download [2023-01-31T15:23:52.481Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-31T15:23:53.049Z] Sending build context to Docker daemon 170.1MB [2023-01-31T15:23:53.049Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-31T15:23:53.049Z] ---> db6d94c90886 [2023-01-31T15:23:53.049Z] Step 2/4 : WORKDIR /edgex [2023-01-31T15:23:57.717Z] Still waiting to schedule task [2023-01-31T15:23:57.718Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4140’ [2023-01-31T15:23:59.688Z] ---> Running in e87e192bc894 [2023-01-31T15:23:59.688Z] Removing intermediate container e87e192bc894 [2023-01-31T15:23:59.688Z] ---> 5f738c116965 [2023-01-31T15:23:59.688Z] Step 3/4 : COPY go.mod . [2023-01-31T15:23:59.688Z] ---> 9bbde6f66692 [2023-01-31T15:23:59.688Z] Step 4/4 : RUN go mod download [2023-01-31T15:23:59.688Z] ---> Running in 8885e31a4f2c [2023-01-31T15:24:14.579Z] Removing intermediate container 8885e31a4f2c [2023-01-31T15:24:14.579Z] ---> 6cbe2b46460a [2023-01-31T15:24:14.579Z] Successfully built 6cbe2b46460a [2023-01-31T15:24:14.579Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:24:14.877Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-31T15:24:14.877Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:24:14.948Z] prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container [2023-01-31T15:24:14.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-31T15:24:15.369Z] $ docker top 0dfb8a2779a16821765e0b7b76ca3cbe2bbd52f63a8ec9f8567a539ba3aff02a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-31T15:24:15.702Z] + go version [2023-01-31T15:24:15.703Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-31T15:24:15.714Z] $ docker stop --time=1 0dfb8a2779a16821765e0b7b76ca3cbe2bbd52f63a8ec9f8567a539ba3aff02a [2023-01-31T15:24:16.993Z] $ docker rm -f --volumes 0dfb8a2779a16821765e0b7b76ca3cbe2bbd52f63a8ec9f8567a539ba3aff02a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:24:17.397Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-31T15:24:17.397Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:24:17.482Z] prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container [2023-01-31T15:24:17.544Z] $ 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/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-31T15:24:17.871Z] $ docker top c6d5f3bf5601d1349dfba3bb3d5ff4a78be94889839621309f75f87b05d5d79e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-31T15:24:17.955Z] ========================================================= [2023-01-31T15:24:17.955Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-31T15:24:17.955Z] ========================================================= [Pipeline] sh [2023-01-31T15:24:18.237Z] + git config --global --add safe.directory /w/workspace/edgex-go/389 [Pipeline] fileExists [Pipeline] sh [2023-01-31T15:24:18.530Z] + make test [2023-01-31T15:24:18.530Z] go test -race -coverprofile=coverage.out ./... [2023-01-31T15:24:25.088Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-31T15:24:37.279Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-31T15:24:37.279Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-01-31T15:24:37.279Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-31T15:24:37.536Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-31T15:24:37.536Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-31T15:24:37.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-31T15:24:37.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-31T15:24:37.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-31T15:24:37.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-31T15:24:37.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-31T15:24:37.793Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-31T15:24:37.793Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-31T15:24:37.793Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-31T15:24:37.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-31T15:24:38.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.073s coverage: 28.7% of statements [2023-01-31T15:24:38.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-31T15:24:38.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-31T15:24:38.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.125s coverage: 98.5% of statements [2023-01-31T15:24:38.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.129s coverage: 43.1% of statements [2023-01-31T15:24:38.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-31T15:24:38.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-01-31T15:24:38.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-31T15:24:38.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.125s coverage: 54.0% of statements [2023-01-31T15:24:38.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-31T15:24:38.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-31T15:24:43.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.335s coverage: 89.2% of statements [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-31T15:24:43.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.097s coverage: 2.6% of statements [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-31T15:24:43.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.498s coverage: 95.6% of statements [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-31T15:24:43.006Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.063s coverage: 72.2% of statements [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-31T15:24:43.006Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.090s coverage: 65.9% of statements [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-31T15:24:43.006Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.083s coverage: 0.9% of statements [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-31T15:24:43.006Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.6% of statements [2023-01-31T15:24:43.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-31T15:24:43.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements [2023-01-31T15:24:43.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.066s coverage: 79.5% of statements [2023-01-31T15:24:43.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements [2023-01-31T15:24:43.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2023-01-31T15:24:43.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.093s coverage: 87.5% of statements [2023-01-31T15:24:51.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements [2023-01-31T15:24:51.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2023-01-31T15:24:53.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.227s coverage: 79.9% of statements [2023-01-31T15:24:53.658Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 65.1% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.089s coverage: 86.9% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.092s coverage: 87.2% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.061s coverage: 77.4% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.0% of statements [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 91.2% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.7% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 89.4% of statements [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 65.3% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.168s coverage: 41.8% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.073s coverage: 89.5% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.077s coverage: 17.7% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.159s coverage: 92.3% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-31T15:25:01.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.096s coverage: 97.7% of statements [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-31T15:25:01.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-31T15:25:01.830Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-01-31T15:25:19.910Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-01-31T15:25:19.910Z] go vet ./... [2023-01-31T15:25:23.188Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-31T15:25:23.188Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-31T15:25:23.188Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-31T15:25:23.201Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-31T15:25:23.489Z] + ls -al . [2023-01-31T15:25:23.489Z] total 744 [2023-01-31T15:25:23.489Z] drwxrwxr-x 11 1001 1001 4096 Jan 31 15:24 . [2023-01-31T15:25:23.489Z] drwxr-xr-x 4 root root 4096 Jan 31 15:24 .. [2023-01-31T15:25:23.489Z] drwxrwxr-x 2 1001 1001 4096 Jan 31 15:23 .blubracket [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 16 Jan 31 15:23 .dockerignore [2023-01-31T15:25:23.489Z] drwxrwxr-x 8 1001 1001 4096 Jan 31 15:25 .git [2023-01-31T15:25:23.489Z] drwxrwxr-x 3 1001 1001 4096 Jan 31 15:23 .github [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 1024 Jan 31 15:23 .gitignore [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 42 Jan 31 15:23 .golangci.yml [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 87 Jan 31 15:23 .hadolint.yml [2023-01-31T15:25:23.489Z] drwxr-xr-x 3 1001 1001 4096 Jan 31 15:23 .semver [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 166 Jan 31 15:23 .sonarcloud.properties [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 1171 Jan 31 15:23 ADOPTERS.md [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 10825 Jan 31 15:23 Attribution.txt [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 73765 Jan 31 15:23 CHANGELOG.md [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 3804 Jan 31 15:23 CONTRIBUTING.md [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 677 Jan 31 15:23 GOVERNANCE.md [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 850 Jan 31 15:23 Jenkinsfile [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 10775 Jan 31 15:23 LICENSE [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 13388 Jan 31 15:23 Makefile [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 582 Jan 31 15:23 OWNERS.md [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 9403 Jan 31 15:23 README.md [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 6912 Jan 31 15:23 SECURITY.md [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 12 Jan 31 15:23 VERSION [2023-01-31T15:25:23.489Z] drwxrwxr-x 2 1001 1001 4096 Jan 31 15:23 bin [2023-01-31T15:25:23.489Z] drwxrwxr-x 17 1001 1001 4096 Jan 31 15:23 cmd [2023-01-31T15:25:23.489Z] -rw-r--r-- 1 root root 486197 Jan 31 15:25 coverage.out [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 3365 Jan 31 15:23 go.mod [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 34951 Jan 31 15:23 go.sum [2023-01-31T15:25:23.489Z] drwxrwxr-x 7 1001 1001 4096 Jan 31 15:23 internal [2023-01-31T15:25:23.489Z] drwxrwxr-x 3 1001 1001 4096 Jan 31 15:23 openapi [2023-01-31T15:25:23.489Z] drwxrwxr-x 4 1001 1001 4096 Jan 31 15:23 snap [2023-01-31T15:25:23.489Z] -rw-rw-r-- 1 1001 1001 204 Jan 31 15:23 version.go [Pipeline] sh [2023-01-31T15:25:23.775Z] + '[' -e coverage.out ] [2023-01-31T15:25:23.775Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-31T15:25:23.956Z] Stashed 1 file(s) [Pipeline] sh [2023-01-31T15:25:24.237Z] + make build [2023-01-31T15:25:24.237Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-31T15:25:36.430Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-31T15:25:36.430Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-31T15:25:37.802Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-01-31T15:25:38.368Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-31T15:25:44.919Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-31T15:25:46.821Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-31T15:25:47.755Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-31T15:25:48.689Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-31T15:25:49.624Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-31T15:25:50.558Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-31T15:25:53.089Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-31T15:25:54.033Z] $ docker stop --time=1 c6d5f3bf5601d1349dfba3bb3d5ff4a78be94889839621309f75f87b05d5d79e [2023-01-31T15:26:00.826Z] $ docker rm -f --volumes c6d5f3bf5601d1349dfba3bb3d5ff4a78be94889839621309f75f87b05d5d79e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:26:01.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-31T15:26:01.653Z] [2023-01-31T15:26:01.653Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:26:01.961Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-31T15:26:01.961Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-31T15:26:01.961Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-31T15:26:01.961Z] ca9280d653b3: Pulling fs layer [2023-01-31T15:26:01.961Z] 7e9c9ca2126c: Pulling fs layer [2023-01-31T15:26:02.223Z] cbdbe7a5bc2a: Download complete [2023-01-31T15:26:02.223Z] ca9280d653b3: Verifying Checksum [2023-01-31T15:26:02.223Z] ca9280d653b3: Download complete [2023-01-31T15:26:02.223Z] cbdbe7a5bc2a: Pull complete [2023-01-31T15:26:02.790Z] 7e9c9ca2126c: Verifying Checksum [2023-01-31T15:26:02.790Z] ca9280d653b3: Pull complete [2023-01-31T15:26:06.070Z] 7e9c9ca2126c: Pull complete [2023-01-31T15:26:06.070Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-31T15:26:06.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-31T15:26:06.070Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:26:06.146Z] prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container [2023-01-31T15:26:06.173Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-31T15:26:09.473Z] $ docker top 3b221044f9d1a9fd48a963b338d9b02cb52110604739a252945cf2befe4cf237 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-31T15:26:09.813Z] + docker-compose build --help+ [2023-01-31T15:26:09.813Z] grep parallel [2023-01-31T15:26:10.379Z] --parallel Build images in parallel. [Pipeline] } [2023-01-31T15:26:10.390Z] $ docker stop --time=1 3b221044f9d1a9fd48a963b338d9b02cb52110604739a252945cf2befe4cf237 [2023-01-31T15:26:11.650Z] $ docker rm -f --volumes 3b221044f9d1a9fd48a963b338d9b02cb52110604739a252945cf2befe4cf237 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:26:12.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-31T15:26:12.024Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:26:12.089Z] prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container [2023-01-31T15:26:12.120Z] $ 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/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-31T15:26:12.418Z] $ docker top 5da37fe3e0261a3995d5053be166077ba4a6b180fd218c1f2e8054537cfa5dfb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-31T15:26:12.752Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-31T15:26:13.320Z] Building core-command ... [2023-01-31T15:26:13.320Z] Building core-common-config-bootstrapper ... [2023-01-31T15:26:13.320Z] Building core-data ... [2023-01-31T15:26:13.320Z] Building core-metadata ... [2023-01-31T15:26:13.320Z] Building security-bootstrapper ... [2023-01-31T15:26:13.320Z] Building security-proxy-setup ... [2023-01-31T15:26:13.320Z] Building security-secretstore-setup ... [2023-01-31T15:26:13.320Z] Building security-spiffe-token-provider ... [2023-01-31T15:26:13.320Z] Building security-spire-agent ... [2023-01-31T15:26:13.320Z] Building security-spire-config ... [2023-01-31T15:26:13.320Z] Building security-spire-server ... [2023-01-31T15:26:13.320Z] Building support-notifications ... [2023-01-31T15:26:13.320Z] Building support-scheduler ... [2023-01-31T15:26:13.320Z] Building security-secretstore-setup [2023-01-31T15:26:13.320Z] Building support-notifications [2023-01-31T15:26:13.320Z] Building core-data [2023-01-31T15:26:13.320Z] Building core-command [2023-01-31T15:26:13.320Z] Building security-spire-server [2023-01-31T15:26:23.290Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:26:23.290Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:26:23.290Z] ---> 6cbe2b46460a [2023-01-31T15:26:23.290Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-31T15:26:23.290Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:26:23.290Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:26:23.290Z] ---> 6cbe2b46460a [2023-01-31T15:26:23.290Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-31T15:26:23.290Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:26:23.290Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:26:23.290Z] ---> 6cbe2b46460a [2023-01-31T15:26:23.290Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-31T15:26:23.550Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:26:23.550Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:26:23.550Z] ---> 6cbe2b46460a [2023-01-31T15:26:23.550Z] Step 3/23 : WORKDIR /edgex-go [2023-01-31T15:26:24.120Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:26:24.120Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:26:24.120Z] ---> 6cbe2b46460a [2023-01-31T15:26:24.120Z] Step 3/24 : WORKDIR /edgex-go [2023-01-31T15:26:34.157Z] ---> Running in ad68d202243e [2023-01-31T15:26:34.157Z] ---> Running in 10b83021570c [2023-01-31T15:26:34.157Z] ---> Running in 33d02d2c873d [2023-01-31T15:26:34.157Z] ---> Running in 22bb693d37e7 [2023-01-31T15:26:34.157Z] ---> Running in 3700890ec590 [2023-01-31T15:26:34.157Z] Removing intermediate container ad68d202243e [2023-01-31T15:26:34.157Z] ---> 906a00b5d2eb [2023-01-31T15:26:34.157Z] Step 4/23 : WORKDIR /edgex-go [2023-01-31T15:26:34.157Z] Removing intermediate container 33d02d2c873d [2023-01-31T15:26:34.157Z] ---> b2e647334020 [2023-01-31T15:26:34.157Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-31T15:26:34.157Z] Removing intermediate container 10b83021570c [2023-01-31T15:26:34.157Z] ---> e1e14c8519a6 [2023-01-31T15:26:34.157Z] Step 4/22 : WORKDIR /edgex-go [2023-01-31T15:26:34.157Z] Removing intermediate container 22bb693d37e7 [2023-01-31T15:26:34.157Z] ---> 03cd4f2de9db [2023-01-31T15:26:34.157Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-31T15:26:34.157Z] Removing intermediate container 3700890ec590 [2023-01-31T15:26:34.157Z] ---> 60c6ac892a18 [2023-01-31T15:26:34.157Z] Step 4/22 : WORKDIR /edgex-go [2023-01-31T15:26:34.157Z] ---> Running in f53edb000f0e [2023-01-31T15:26:34.157Z] ---> Running in 6ba309e81d30 [2023-01-31T15:26:34.157Z] ---> Running in 33cb4ea1f215 [2023-01-31T15:26:34.157Z] ---> Running in bc4c142c272f [2023-01-31T15:26:34.157Z] ---> Running in 8092da6ff24d [2023-01-31T15:26:34.157Z] Removing intermediate container f53edb000f0e [2023-01-31T15:26:34.157Z] ---> f57922ad60ee [2023-01-31T15:26:34.157Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-31T15:26:34.157Z] ---> Running in 3c88d8df02cb [2023-01-31T15:26:34.157Z] Removing intermediate container 33cb4ea1f215 [2023-01-31T15:26:34.157Z] ---> 747f18b2d399 [2023-01-31T15:26:34.157Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-31T15:26:34.157Z] Removing intermediate container 8092da6ff24d [2023-01-31T15:26:34.157Z] ---> 9e9e3d3dff68 [2023-01-31T15:26:34.157Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-31T15:26:34.157Z] ---> Running in ec15fe77d313 [2023-01-31T15:26:34.157Z] ---> Running in 66ec238fb0e3 [2023-01-31T15:26:34.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:26:34.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:26:34.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:26:34.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:26:34.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:26:34.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:26:34.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:26:34.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:26:34.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:26:34.157Z] OK: 211 MiB in 51 packages [2023-01-31T15:26:34.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:26:34.157Z] OK: 211 MiB in 51 packages [2023-01-31T15:26:34.157Z] OK: 211 MiB in 51 packages [2023-01-31T15:26:34.157Z] OK: 211 MiB in 51 packages [2023-01-31T15:26:34.157Z] OK: 211 MiB in 51 packages [2023-01-31T15:26:34.157Z] Removing intermediate container 6ba309e81d30 [2023-01-31T15:26:34.157Z] ---> 065df7a7c601 [2023-01-31T15:26:34.157Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-31T15:26:34.415Z] ---> 710b8760a3d8 [2023-01-31T15:26:34.415Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:26:34.415Z] ---> Running in 49b5e4e5c895 [2023-01-31T15:26:34.415Z] Removing intermediate container bc4c142c272f [2023-01-31T15:26:34.415Z] ---> 60b111301f0e [2023-01-31T15:26:34.415Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-31T15:26:34.690Z] Removing intermediate container ec15fe77d313 [2023-01-31T15:26:34.690Z] ---> 8a6f9626b835 [2023-01-31T15:26:34.690Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-31T15:26:34.690Z] Removing intermediate container 66ec238fb0e3 [2023-01-31T15:26:34.690Z] ---> 4c92326963ef [2023-01-31T15:26:34.690Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-31T15:26:34.690Z] ---> 86cb7643da76 [2023-01-31T15:26:34.690Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:26:34.690Z] Removing intermediate container 3c88d8df02cb [2023-01-31T15:26:34.690Z] ---> 2560bb62f38d [2023-01-31T15:26:34.690Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-31T15:26:34.690Z] ---> Running in 5b087ce0bdd5 [2023-01-31T15:26:34.690Z] ---> 104030a38126 [2023-01-31T15:26:34.690Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:26:34.690Z] ---> Running in 44a9b26ef186 [2023-01-31T15:26:34.948Z] ---> 084efc604e59 [2023-01-31T15:26:34.948Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:26:34.948Z] ---> 8151ab6262c1 [2023-01-31T15:26:34.948Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:26:34.948Z] ---> Running in c4ca0cf1186f [2023-01-31T15:26:34.948Z] ---> Running in 116d27a08ca8 [2023-01-31T15:27:22.944Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4142 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-01-31T15:27:22.957Z] Running in /w/workspace/edgex-go/389 [Pipeline] { [Pipeline] checkout [2023-01-31T15:27:22.993Z] The recommended git tool is: git [2023-01-31T15:27:28.568Z] using credential edgex-jenkins-ssh [2023-01-31T15:27:28.586Z] Cloning the remote Git repository [2023-01-31T15:27:28.633Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-31T15:27:28.718Z] > git init /w/workspace/edgex-go/389 # timeout=10 [2023-01-31T15:27:28.865Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-31T15:27:28.866Z] > git --version # timeout=10 [2023-01-31T15:27:28.895Z] > git --version # 'git version 2.25.1' [2023-01-31T15:27:28.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-31T15:27:28.957Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-31T15:27:46.890Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-31T15:27:46.922Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-31T15:27:47.739Z] Avoid second fetch [2023-01-31T15:27:47.740Z] Checking out Revision 4ba88bbe863d8b60b71eb382769d499e1a75b40c (main) [2023-01-31T15:27:48.438Z] Commit message: "feat!: Remove old metrics collection and REST endpoint for all services (#4311)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-31T15:27:49.377Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-31T15:27:49.377Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-31T15:27:49.377Z] Dload Upload Total Spent Left Speed [2023-01-31T15:27:49.377Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 92398 0 --:--:-- --:--:-- --:--:-- 93072 [2023-01-31T15:27:47.757Z] > git config core.sparsecheckout # timeout=10 [2023-01-31T15:27:47.775Z] > git checkout -f 4ba88bbe863d8b60b71eb382769d499e1a75b40c # timeout=10 [Pipeline] sh [2023-01-31T15:27:50.043Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-31T15:27:50.362Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-31T15:27:50.362Z] + sudo tee /etc/docker/daemon.new [2023-01-31T15:27:50.362Z] { [2023-01-31T15:27:50.362Z] "registry-mirrors": [ [2023-01-31T15:27:50.362Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-31T15:27:50.362Z] ], [2023-01-31T15:27:50.362Z] "bip": "10.250.0.254/24", [2023-01-31T15:27:50.362Z] "hosts": [ [2023-01-31T15:27:50.362Z] "tcp://0.0.0.0:5555", [2023-01-31T15:27:50.362Z] "unix:///var/run/docker.sock" [2023-01-31T15:27:50.362Z] ], [2023-01-31T15:27:50.362Z] "mtu": 1458, [2023-01-31T15:27:50.362Z] "selinux-enabled": true, [2023-01-31T15:27:50.362Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-31T15:27:50.362Z] } [Pipeline] sh [2023-01-31T15:27:50.687Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-31T15:27:51.018Z] + sudo service docker restart [2023-01-31T15:27:56.427Z] Removing intermediate container c4ca0cf1186f [2023-01-31T15:27:56.427Z] ---> 837313f13497 [2023-01-31T15:27:56.427Z] Step 8/22 : COPY . . [2023-01-31T15:27:56.427Z] Removing intermediate container 5b087ce0bdd5 [2023-01-31T15:27:56.427Z] ---> 38e674edc511 [2023-01-31T15:27:56.427Z] Step 7/24 : COPY . . [2023-01-31T15:27:56.427Z] Removing intermediate container 49b5e4e5c895 [2023-01-31T15:27:56.427Z] ---> a22a33218b25 [2023-01-31T15:27:56.427Z] Step 7/23 : COPY . . [2023-01-31T15:27:56.427Z] Removing intermediate container 116d27a08ca8 [2023-01-31T15:27:56.427Z] ---> af4049297241 [2023-01-31T15:27:56.427Z] Step 8/23 : COPY . . [2023-01-31T15:27:56.427Z] Removing intermediate container 44a9b26ef186 [2023-01-31T15:27:56.427Z] ---> 4785f0cc61e3 [2023-01-31T15:27:56.427Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-31T15:28:09.284Z] provisioning config files... [2023-01-31T15:28:09.311Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/389@tmp/config3287515063207973477tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:28:09.656Z] ---> docker-login.sh [2023-01-31T15:28:09.656Z] nexus3.edgexfoundry.org:10001 [2023-01-31T15:28:09.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:28:10.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:28:10.192Z] Configure a credential helper to remove this warning. See [2023-01-31T15:28:10.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:28:10.192Z] [2023-01-31T15:28:10.192Z] Login Succeeded [2023-01-31T15:28:10.192Z] nexus3.edgexfoundry.org:10002 [2023-01-31T15:28:10.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:28:10.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:28:10.460Z] Configure a credential helper to remove this warning. See [2023-01-31T15:28:10.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:28:10.460Z] [2023-01-31T15:28:10.460Z] Login Succeeded [2023-01-31T15:28:10.460Z] nexus3.edgexfoundry.org:10003 [2023-01-31T15:28:10.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:28:10.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:28:10.998Z] Configure a credential helper to remove this warning. See [2023-01-31T15:28:10.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:28:10.998Z] [2023-01-31T15:28:10.998Z] Login Succeeded [2023-01-31T15:28:10.998Z] nexus3.edgexfoundry.org:10004 [2023-01-31T15:28:10.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:28:11.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:28:11.270Z] Configure a credential helper to remove this warning. See [2023-01-31T15:28:11.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:28:11.270Z] [2023-01-31T15:28:11.270Z] Login Succeeded [2023-01-31T15:28:11.270Z] docker.io [2023-01-31T15:28:11.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:28:11.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:28:11.808Z] Configure a credential helper to remove this warning. See [2023-01-31T15:28:11.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:28:11.808Z] [2023-01-31T15:28:11.808Z] Login Succeeded [2023-01-31T15:28:11.808Z] ---> docker-login.sh ends [Pipeline] } [2023-01-31T15:28:11.823Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-31T15:28:12.397Z] + git config --global --add safe.directory /w/workspace/edgex-go/389 [Pipeline] echo [2023-01-31T15:28:12.418Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-31T15:28:12.428Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-31T15:28:12.442Z] ========================================================= [2023-01-31T15:28:12.442Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-31T15:28:12.442Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-31T15:28:12.769Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-31T15:28:12.770Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-31T15:28:12.770Z] 9b18e9b68314: Pulling fs layer [2023-01-31T15:28:12.770Z] 35d82f9e3411: Pulling fs layer [2023-01-31T15:28:12.770Z] e16973657156: Pulling fs layer [2023-01-31T15:28:12.770Z] fc693d55d65f: Pulling fs layer [2023-01-31T15:28:12.770Z] 7e9fc2657dce: Pulling fs layer [2023-01-31T15:28:12.770Z] dda99020689f: Pulling fs layer [2023-01-31T15:28:12.770Z] db1c61fa0a46: Pulling fs layer [2023-01-31T15:28:12.770Z] 891c053d2c06: Pulling fs layer [2023-01-31T15:28:12.770Z] dda99020689f: Waiting [2023-01-31T15:28:12.770Z] db1c61fa0a46: Waiting [2023-01-31T15:28:12.770Z] 891c053d2c06: Waiting [2023-01-31T15:28:12.770Z] fc693d55d65f: Waiting [2023-01-31T15:28:12.770Z] 7e9fc2657dce: Waiting [2023-01-31T15:28:13.043Z] e16973657156: Verifying Checksum [2023-01-31T15:28:13.043Z] e16973657156: Download complete [2023-01-31T15:28:13.043Z] 35d82f9e3411: Verifying Checksum [2023-01-31T15:28:13.043Z] 35d82f9e3411: Download complete [2023-01-31T15:28:13.043Z] 7e9fc2657dce: Download complete [2023-01-31T15:28:13.043Z] dda99020689f: Verifying Checksum [2023-01-31T15:28:13.043Z] dda99020689f: Download complete [2023-01-31T15:28:13.043Z] 9b18e9b68314: Verifying Checksum [2023-01-31T15:28:13.043Z] 9b18e9b68314: Download complete [2023-01-31T15:28:14.016Z] 9b18e9b68314: Pull complete [2023-01-31T15:28:14.296Z] 891c053d2c06: Verifying Checksum [2023-01-31T15:28:14.296Z] 891c053d2c06: Download complete [2023-01-31T15:28:14.296Z] 35d82f9e3411: Pull complete [2023-01-31T15:28:14.883Z] e16973657156: Pull complete [2023-01-31T15:28:15.470Z] db1c61fa0a46: Verifying Checksum [2023-01-31T15:28:15.470Z] db1c61fa0a46: Download complete [2023-01-31T15:28:16.054Z] fc693d55d65f: Download complete [2023-01-31T15:28:23.081Z] ---> 66b85b9a8cd9 [2023-01-31T15:28:23.081Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-31T15:28:23.081Z] ---> 6a1856f0ed57 [2023-01-31T15:28:23.081Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-31T15:28:23.081Z] ---> 5e06f7ac40f3 [2023-01-31T15:28:23.081Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-31T15:28:23.081Z] ---> d593096e988f [2023-01-31T15:28:23.081Z] ---> 6c55ea58d828 [2023-01-31T15:28:23.081Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-dataStep 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-31T15:28:23.081Z] [2023-01-31T15:28:23.081Z] ---> Running in 13227a9e0712 [2023-01-31T15:28:23.081Z] ---> Running in 95b8260fda48 [2023-01-31T15:28:23.081Z] ---> Running in 4b3d0b91c104 [2023-01-31T15:28:23.081Z] ---> Running in dc7a36c93756 [2023-01-31T15:28:23.081Z] ---> Running in 403700704d1f [2023-01-31T15:28:23.081Z] Removing intermediate container 403700704d1f [2023-01-31T15:28:23.081Z] ---> 38340074c10e [2023-01-31T15:28:23.081Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-31T15:28:23.081Z] ---> Running in 429bd264bf33 [2023-01-31T15:28:23.081Z] Removing intermediate container 429bd264bf33 [2023-01-31T15:28:23.081Z] ---> a9a6ba78bdea [2023-01-31T15:28:23.081Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-31T15:28:23.081Z] ---> Running in cbb5ac0bee8c [2023-01-31T15:28:23.081Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-31T15:28:23.081Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-31T15:28:23.081Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-31T15:28:23.081Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-31T15:28:23.081Z] Removing intermediate container cbb5ac0bee8c [2023-01-31T15:28:23.081Z] ---> cbd20ff31fac [2023-01-31T15:28:23.081Z] Step 11/23 : WORKDIR /edgex-go [2023-01-31T15:28:23.081Z] ---> Running in db92f0b93155 [2023-01-31T15:28:23.081Z] Removing intermediate container db92f0b93155 [2023-01-31T15:28:23.081Z] ---> 9d7d9fd07997 [2023-01-31T15:28:23.081Z] [2023-01-31T15:28:23.081Z] Step 12/23 : FROM alpine:3.15 [2023-01-31T15:28:23.081Z] 3.15: Pulling from library/alpine [2023-01-31T15:28:23.081Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-31T15:28:23.081Z] Status: Downloaded newer image for alpine:3.15 [2023-01-31T15:28:23.081Z] ---> c4fc93816858 [2023-01-31T15:28:23.081Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-31T15:28:23.081Z] ---> Running in 51f5bebabb02 [2023-01-31T15:28:23.081Z] Removing intermediate container 51f5bebabb02 [2023-01-31T15:28:23.081Z] ---> db0790cb6675 [2023-01-31T15:28:23.081Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-31T15:28:23.081Z] ---> Running in 565bc76d59ed [2023-01-31T15:28:23.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:28:23.597Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:28:23.855Z] v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-31T15:28:23.855Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-31T15:28:23.855Z] OK: 15859 distinct packages available [2023-01-31T15:28:23.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:28:23.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:28:24.112Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-31T15:28:24.112Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-31T15:28:24.369Z] (3/5) Installing libucontext (1.1-r0) [2023-01-31T15:28:24.369Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-31T15:28:24.369Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-31T15:28:24.369Z] Executing busybox-1.34.1-r7.trigger [2023-01-31T15:28:24.369Z] OK: 7 MiB in 19 packages [2023-01-31T15:28:27.741Z] Removing intermediate container 565bc76d59ed [2023-01-31T15:28:27.741Z] ---> 4267b4b905f7 [2023-01-31T15:28:27.741Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-31T15:28:28.396Z] fc693d55d65f: Pull complete [2023-01-31T15:28:28.396Z] 7e9fc2657dce: Pull complete [2023-01-31T15:28:28.396Z] dda99020689f: Pull complete [2023-01-31T15:28:34.570Z] ---> 40285d28f6e6 [2023-01-31T15:28:34.570Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-31T15:28:35.070Z] db1c61fa0a46: Pull complete [2023-01-31T15:28:36.501Z] 891c053d2c06: Pull complete [2023-01-31T15:28:36.501Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-31T15:28:36.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-31T15:28:36.501Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-31T15:28:36.655Z] ---> 63234781fb9a [2023-01-31T15:28:36.656Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-31T15:28:36.841Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-31T15:28:36.841Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-31T15:28:36.841Z] WORKDIR /edgex [2023-01-31T15:28:36.841Z] COPY go.mod . [2023-01-31T15:28:36.841Z] RUN go mod download [2023-01-31T15:28:37.222Z] ---> 70a39e18e37a [2023-01-31T15:28:37.222Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-31T15:28:37.437Z] Sending build context to Docker daemon 3.093MB [2023-01-31T15:28:37.437Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-31T15:28:37.437Z] ---> f96f9c87975a [2023-01-31T15:28:37.437Z] Step 2/4 : WORKDIR /edgex [2023-01-31T15:28:39.382Z] ---> Running in 58b9effcc5d9 [2023-01-31T15:28:39.650Z] Removing intermediate container 58b9effcc5d9 [2023-01-31T15:28:39.650Z] ---> bfcb7a8a2ea2 [2023-01-31T15:28:39.650Z] Step 3/4 : COPY go.mod . [2023-01-31T15:28:39.922Z] ---> 46d8cd56cb81 [2023-01-31T15:28:39.922Z] Step 4/4 : RUN go mod download [2023-01-31T15:28:40.194Z] ---> Running in 87c88117f5cd [2023-01-31T15:28:40.500Z] ---> 7eeb7840d539 [2023-01-31T15:28:40.500Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-31T15:28:41.943Z] ---> Running in a12d4afe2f09 [2023-01-31T15:28:42.219Z] Removing intermediate container a12d4afe2f09 [2023-01-31T15:28:42.219Z] ---> 215c15fe2dfb [2023-01-31T15:28:42.219Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-31T15:28:42.785Z] ---> Running in d518e7e848e2 [2023-01-31T15:28:44.156Z] Removing intermediate container d518e7e848e2 [2023-01-31T15:28:44.156Z] ---> 611c2686425d [2023-01-31T15:28:44.156Z] Step 21/23 : LABEL arch=x86_64 [2023-01-31T15:28:45.527Z] ---> Running in 2d2a9fb4a135 [2023-01-31T15:28:48.833Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-31T15:28:48.833Z] Removing intermediate container 2d2a9fb4a135 [2023-01-31T15:28:48.833Z] ---> 94b559c12490 [2023-01-31T15:28:48.833Z] Step 22/23 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:28:51.379Z] ---> Running in 7ad80043398e [2023-01-31T15:28:51.379Z] Removing intermediate container 7ad80043398e [2023-01-31T15:28:51.379Z] ---> a4406ba0bd23 [2023-01-31T15:28:51.379Z] Step 23/23 : LABEL version=3.0.0-dev.31 [2023-01-31T15:28:51.638Z] ---> Running in 9be94c04d01f [2023-01-31T15:28:51.896Z] Removing intermediate container 9be94c04d01f [2023-01-31T15:28:51.896Z] ---> 41d377083302 [2023-01-31T15:28:51.896Z] [2023-01-31T15:28:51.896Z] Successfully built 41d377083302 [2023-01-31T15:28:51.896Z] Successfully tagged security-spire-server:latest [2023-01-31T15:28:51.896Z]  Building security-spire-server ... done Building security-bootstrapper [2023-01-31T15:28:58.456Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:28:58.456Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:28:58.456Z] ---> 6cbe2b46460a [2023-01-31T15:28:58.456Z] Step 3/32 : WORKDIR /edgex-go [2023-01-31T15:28:58.456Z] ---> Using cache [2023-01-31T15:28:58.456Z] ---> 03cd4f2de9db [2023-01-31T15:28:58.456Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-31T15:28:58.456Z] ---> Using cache [2023-01-31T15:28:58.456Z] ---> 60b111301f0e [2023-01-31T15:28:58.456Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-31T15:28:58.456Z] ---> Using cache [2023-01-31T15:28:58.456Z] ---> 86cb7643da76 [2023-01-31T15:28:58.456Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:28:58.456Z] ---> Using cache [2023-01-31T15:28:58.456Z] ---> 38e674edc511 [2023-01-31T15:28:58.456Z] Step 7/32 : COPY . . [2023-01-31T15:28:58.456Z] ---> Using cache [2023-01-31T15:28:58.456Z] ---> 6a1856f0ed57 [2023-01-31T15:28:58.456Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-31T15:29:02.768Z] ---> Running in 8ce2732d2cff [2023-01-31T15:29:02.768Z] Removing intermediate container 95b8260fda48 [2023-01-31T15:29:02.768Z] ---> f34d987cdda6 [2023-01-31T15:29:02.768Z] [2023-01-31T15:29:02.768Z] Step 9/24 : FROM alpine:3.16 [2023-01-31T15:29:02.768Z] Removing intermediate container 4b3d0b91c104 [2023-01-31T15:29:02.768Z] ---> d65774331fbd [2023-01-31T15:29:02.768Z] [2023-01-31T15:29:02.768Z] Step 10/23 : FROM alpine:3.16 [2023-01-31T15:29:02.768Z] Removing intermediate container dc7a36c93756 [2023-01-31T15:29:02.768Z] ---> 88bdad8fdb5e [2023-01-31T15:29:02.768Z] [2023-01-31T15:29:02.768Z] Step 10/22 : FROM alpine:3.16 [2023-01-31T15:29:02.768Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-31T15:29:03.028Z] 3.16: Pulling from library/alpine [2023-01-31T15:29:03.598Z] 3.16: Pulling from library/alpine [2023-01-31T15:29:03.598Z] 3.16: Pulling from library/alpine [2023-01-31T15:29:06.902Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-31T15:29:06.902Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-31T15:29:06.902Z] Status: Downloaded newer image for alpine:3.16 [2023-01-31T15:29:06.902Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-31T15:29:06.902Z] Status: Image is up to date for alpine:3.16 [2023-01-31T15:29:06.902Z] Status: Image is up to date for alpine:3.16 [2023-01-31T15:29:06.902Z] ---> bfe296a52501 [2023-01-31T15:29:06.902Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-31T15:29:06.902Z] ---> bfe296a52501 [2023-01-31T15:29:06.902Z] ---> bfe296a52501 [2023-01-31T15:29:06.902Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-execStep 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-31T15:29:06.902Z] [2023-01-31T15:29:06.902Z] ---> Running in 43e0dea92795 [2023-01-31T15:29:06.902Z] ---> Running in c1ee34c99783 [2023-01-31T15:29:06.902Z] ---> Running in 9049ad865db7 [2023-01-31T15:29:06.902Z] Removing intermediate container 13227a9e0712 [2023-01-31T15:29:06.902Z] ---> b8ec46896164 [2023-01-31T15:29:06.902Z] [2023-01-31T15:29:06.902Z] Step 10/22 : FROM alpine:3.16 [2023-01-31T15:29:06.902Z] ---> bfe296a52501 [2023-01-31T15:29:06.902Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-31T15:29:06.902Z] ---> Running in 9c34f8ed4aa6 [2023-01-31T15:29:06.902Z] Removing intermediate container 43e0dea92795 [2023-01-31T15:29:06.902Z] ---> 271965066c45 [2023-01-31T15:29:06.902Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-31T15:29:06.902Z] ---> Running in 4a27581bfb51 [2023-01-31T15:29:07.160Z] Removing intermediate container 4a27581bfb51 [2023-01-31T15:29:07.160Z] ---> ce5610df16ca [2023-01-31T15:29:07.160Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-31T15:29:07.160Z] ---> Running in a3c305adf332 [2023-01-31T15:29:07.438Z] Removing intermediate container a3c305adf332 [2023-01-31T15:29:07.438Z] ---> 8545c0ee4ae5 [2023-01-31T15:29:07.438Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-31T15:29:07.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:07.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:07.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:07.701Z] ---> Running in c0258802c596 [2023-01-31T15:29:07.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:07.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:07.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:07.960Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-31T15:29:07.960Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-31T15:29:07.960Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:29:07.960Z] OK: 6 MiB in 15 packages [2023-01-31T15:29:07.960Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-31T15:29:07.960Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:29:07.960Z] Executing ca-certificates-20220614-r0.trigger [2023-01-31T15:29:07.960Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-31T15:29:08.220Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-31T15:29:08.220Z] (3/3) Installing su-exec (0.2-r1) [2023-01-31T15:29:08.220Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:29:08.220Z] Executing ca-certificates-20220614-r0.trigger [2023-01-31T15:29:08.220Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:08.220Z] OK: 6 MiB in 16 packages [2023-01-31T15:29:08.220Z] OK: 6 MiB in 17 packages [2023-01-31T15:29:08.220Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:08.480Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-31T15:29:08.480Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:29:08.480Z] OK: 6 MiB in 15 packages [2023-01-31T15:29:09.064Z] Removing intermediate container 9049ad865db7 [2023-01-31T15:29:09.064Z] ---> 4b392f98fc3e [2023-01-31T15:29:09.064Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-31T15:29:09.323Z] ---> Running in 25526d18ede8 [2023-01-31T15:29:09.323Z] Removing intermediate container 9c34f8ed4aa6 [2023-01-31T15:29:09.323Z] ---> 6b78e14db1fa [2023-01-31T15:29:09.323Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-31T15:29:09.323Z] Removing intermediate container c1ee34c99783 [2023-01-31T15:29:09.323Z] ---> d406b6d9eafb [2023-01-31T15:29:09.323Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-31T15:29:09.583Z] ---> Running in 7fea43eb62fd [2023-01-31T15:29:09.583Z] ---> Running in 6755fe662c4a [2023-01-31T15:29:09.843Z] Removing intermediate container c0258802c596 [2023-01-31T15:29:09.843Z] ---> df89cff3d62f [2023-01-31T15:29:09.843Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:29:09.843Z] Removing intermediate container 25526d18ede8 [2023-01-31T15:29:09.843Z] ---> b1a156932432 [2023-01-31T15:29:09.843Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-31T15:29:09.843Z] Removing intermediate container 6755fe662c4a [2023-01-31T15:29:09.843Z] ---> 8aec832ab17c [2023-01-31T15:29:09.843Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-31T15:29:09.843Z] ---> Running in 720b0d6db567 [2023-01-31T15:29:09.843Z] Removing intermediate container 7fea43eb62fd [2023-01-31T15:29:09.843Z] ---> 4969523bc2c0 [2023-01-31T15:29:09.843Z] Step 12/24 : WORKDIR / [2023-01-31T15:29:09.843Z] ---> Running in ce09c528b359 [2023-01-31T15:29:09.843Z] ---> Running in 23ae8e303353 [2023-01-31T15:29:10.102Z] Removing intermediate container ce09c528b359 [2023-01-31T15:29:10.102Z] ---> 3136732b7cc5 [2023-01-31T15:29:10.102Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-31T15:29:10.102Z] Removing intermediate container 720b0d6db567 [2023-01-31T15:29:10.102Z] ---> f507bfb197e3 [2023-01-31T15:29:10.102Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-31T15:29:10.102Z] ---> Running in 1fbba389b0eb [2023-01-31T15:29:10.102Z] Removing intermediate container 23ae8e303353 [2023-01-31T15:29:10.102Z] ---> a67a37030358 [2023-01-31T15:29:10.102Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-31T15:29:10.362Z] ---> 9cb5c73df043 [2023-01-31T15:29:10.362Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-31T15:29:10.362Z] ---> Running in 37b8f5d65dee [2023-01-31T15:29:10.362Z] Removing intermediate container 1fbba389b0eb [2023-01-31T15:29:10.362Z] ---> a38eea54da4b [2023-01-31T15:29:10.362Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:29:10.362Z] Removing intermediate container 37b8f5d65dee [2023-01-31T15:29:10.362Z] ---> 288e4780a13e [2023-01-31T15:29:10.362Z] Step 15/23 : WORKDIR / [2023-01-31T15:29:10.362Z] ---> 201c2fc98c15 [2023-01-31T15:29:10.362Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-31T15:29:10.621Z] ---> Running in 3b87b13e6286 [2023-01-31T15:29:11.193Z] ---> e4f3053437f6 [2023-01-31T15:29:11.193Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-31T15:29:11.193Z] ---> 93760ab4e1b0 [2023-01-31T15:29:11.193Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-31T15:29:11.193Z] ---> d1c40b3fc66f [2023-01-31T15:29:11.193Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-31T15:29:11.453Z] Removing intermediate container 3b87b13e6286 [2023-01-31T15:29:11.453Z] ---> a7dc2d2ed85e [2023-01-31T15:29:11.453Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:29:11.862Z] ---> 418957bc0222 [2023-01-31T15:29:11.862Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-31T15:29:12.142Z] ---> 582b27745994 [2023-01-31T15:29:12.143Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-31T15:29:12.402Z] ---> 1c28aeecc60e [2023-01-31T15:29:12.402Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-31T15:29:12.402Z] ---> Running in bc743e1420c8 [2023-01-31T15:29:12.402Z] ---> 707e48075699 [2023-01-31T15:29:12.402Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-31T15:29:12.402Z] ---> f593a72e5525 [2023-01-31T15:29:12.402Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-31T15:29:12.618Z] Removing intermediate container 87c88117f5cd [2023-01-31T15:29:12.618Z] ---> 4b8e885596fc [2023-01-31T15:29:12.618Z] Successfully built 4b8e885596fc [2023-01-31T15:29:12.618Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:29:12.958Z] + docker inspect -f . ci-base-image-arm64 [2023-01-31T15:29:12.958Z] . [2023-01-31T15:29:12.970Z] Removing intermediate container bc743e1420c8 [2023-01-31T15:29:12.970Z] ---> 6a2a9486c5ed [2023-01-31T15:29:12.970Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:29:13.149Z] prd-ubuntu20.04-docker-arm64-4c-16g-4142 does not seem to be running inside a container [2023-01-31T15:29:13.224Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-31T15:29:13.539Z] ---> Running in 0a91b5910047 [2023-01-31T15:29:13.539Z] ---> 511d81bed013 [2023-01-31T15:29:13.539Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-31T15:29:13.539Z] ---> 8604d22d7e87 [2023-01-31T15:29:13.539Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-31T15:29:13.539Z] ---> 88152c22cfc1 [2023-01-31T15:29:13.539Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-31T15:29:13.539Z] ---> Running in 85ec1f760139 [2023-01-31T15:29:13.805Z] Removing intermediate container 0a91b5910047 [2023-01-31T15:29:13.805Z] ---> 13ca7dd3cd36 [2023-01-31T15:29:13.805Z] Step 20/22 : LABEL arch=x86_64 [2023-01-31T15:29:13.805Z] Removing intermediate container 85ec1f760139 [2023-01-31T15:29:13.805Z] ---> 19871dbb01e6 [2023-01-31T15:29:13.805Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-31T15:29:13.805Z] ---> 43bfb2ac4c08 [2023-01-31T15:29:13.805Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-31T15:29:13.805Z] ---> Running in b3ff2f143578 [2023-01-31T15:29:13.805Z] ---> Running in 6214bb8a2fd3 [2023-01-31T15:29:14.064Z] ---> Running in 03b9f2eb0daa [2023-01-31T15:29:14.064Z] Removing intermediate container 6214bb8a2fd3 [2023-01-31T15:29:14.064Z] ---> ab3ca5215d2b [2023-01-31T15:29:14.064Z] Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:29:14.064Z] Removing intermediate container b3ff2f143578 [2023-01-31T15:29:14.064Z] ---> 69c023e8169d [2023-01-31T15:29:14.064Z] Step 20/22 : LABEL arch=x86_64 [2023-01-31T15:29:14.323Z] Removing intermediate container 03b9f2eb0daa [2023-01-31T15:29:14.323Z] ---> 7096080d8825 [2023-01-31T15:29:14.323Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-31T15:29:14.323Z] ---> Running in 5e57fc848b72 [2023-01-31T15:29:14.323Z] ---> 1fe723949d90 [2023-01-31T15:29:14.323Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-31T15:29:14.323Z] ---> Running in bfd2a9e3277f [2023-01-31T15:29:14.323Z] ---> Running in d42ee135d757 [2023-01-31T15:29:14.323Z] Removing intermediate container 5e57fc848b72 [2023-01-31T15:29:14.323Z] ---> caf7e4231527 [2023-01-31T15:29:14.323Z] Step 22/22 : LABEL version=3.0.0-dev.31 [2023-01-31T15:29:14.323Z] ---> Running in 5d089db2b6d7 [2023-01-31T15:29:14.323Z] Removing intermediate container bfd2a9e3277f [2023-01-31T15:29:14.323Z] ---> 03803d8bce41 [2023-01-31T15:29:14.323Z] Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:29:14.323Z] Removing intermediate container d42ee135d757 [2023-01-31T15:29:14.323Z] ---> 08744bbf9bf6 [2023-01-31T15:29:14.323Z] Step 21/23 : LABEL arch=x86_64 [2023-01-31T15:29:14.323Z] ---> Running in 1860a06b7993 [2023-01-31T15:29:14.323Z] ---> Running in a63cddaa7ae0 [2023-01-31T15:29:14.403Z] $ docker top f0e52be65bf55b6dfd2ab0ce35b1a4003077f0ee8e30d0d7584ee41c8b0357a7 -eo pid,comm [2023-01-31T15:29:14.583Z] ---> 31687926e8b6 [2023-01-31T15:29:14.583Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-31T15:29:14.583Z] ---> Running in 467af17ac253 [2023-01-31T15:29:14.583Z] Removing intermediate container a63cddaa7ae0 [2023-01-31T15:29:14.583Z] ---> 1dcc8bcd58a7 [2023-01-31T15:29:14.583Z] Step 22/23 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:29:14.583Z] Removing intermediate container 5d089db2b6d7 [2023-01-31T15:29:14.583Z] ---> 5930a8d3d3cd [2023-01-31T15:29:14.583Z] [2023-01-31T15:29:14.583Z] Removing intermediate container 1860a06b7993 [2023-01-31T15:29:14.583Z] ---> 273f82c3a548 [2023-01-31T15:29:14.583Z] Step 22/22 : LABEL version=3.0.0-dev.31 [2023-01-31T15:29:14.583Z] Successfully built 5930a8d3d3cd [2023-01-31T15:29:14.583Z] ---> Running in 5403545b4e43 [2023-01-31T15:29:14.583Z] ---> Running in c9db00774c56 [2023-01-31T15:29:14.583Z] Successfully tagged core-data:latest [2023-01-31T15:29:14.583Z] Building core-metadata [Pipeline] { [Pipeline] sh [2023-01-31T15:29:14.843Z]  Building core-data ... done Removing intermediate container 5403545b4e43 [2023-01-31T15:29:14.844Z] ---> e798d6a6cf86 [2023-01-31T15:29:14.844Z] Step 23/23 : LABEL version=3.0.0-dev.31 [2023-01-31T15:29:15.237Z] + go version [2023-01-31T15:29:15.237Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-31T15:29:15.262Z] $ docker stop --time=1 f0e52be65bf55b6dfd2ab0ce35b1a4003077f0ee8e30d0d7584ee41c8b0357a7 [2023-01-31T15:29:16.881Z] $ docker rm -f --volumes f0e52be65bf55b6dfd2ab0ce35b1a4003077f0ee8e30d0d7584ee41c8b0357a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:29:17.450Z] Removing intermediate container c9db00774c56 [2023-01-31T15:29:17.450Z] ---> 39cf8ef0c408 [2023-01-31T15:29:17.450Z] [2023-01-31T15:29:17.450Z] Successfully built 39cf8ef0c408 [2023-01-31T15:29:17.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-31T15:29:17.460Z] [2023-01-31T15:29:17.460Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:29:17.712Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:29:17.712Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:29:17.795Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-31T15:29:17.795Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-31T15:29:17.795Z] 29e5d40040c1: Pulling fs layer [2023-01-31T15:29:17.795Z] 1ce36da41761: Pulling fs layer [2023-01-31T15:29:17.795Z] 25b303627fd3: Pulling fs layer [2023-01-31T15:29:18.063Z] 29e5d40040c1: Verifying Checksum [2023-01-31T15:29:18.063Z] 29e5d40040c1: Download complete [2023-01-31T15:29:18.330Z] 1ce36da41761: Verifying Checksum [2023-01-31T15:29:18.601Z] 29e5d40040c1: Pull complete [2023-01-31T15:29:20.023Z] 25b303627fd3: Verifying Checksum [2023-01-31T15:29:20.023Z] 25b303627fd3: Download complete [2023-01-31T15:29:20.023Z] 1ce36da41761: Pull complete [2023-01-31T15:29:20.198Z] Successfully tagged support-notifications:latest [2023-01-31T15:29:20.198Z] ---> 6cbe2b46460a [2023-01-31T15:29:20.198Z]  Building support-notifications ... done Building security-proxy-setup [2023-01-31T15:29:20.198Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-31T15:29:20.198Z] ---> Using cache [2023-01-31T15:29:20.198Z] ---> e1e14c8519a6 [2023-01-31T15:29:20.198Z] Step 4/24 : WORKDIR /edgex-go [2023-01-31T15:29:20.198Z] ---> Using cache [2023-01-31T15:29:20.198Z] ---> 747f18b2d399 [2023-01-31T15:29:20.198Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-31T15:29:20.198Z] ---> Using cache [2023-01-31T15:29:20.198Z] ---> 8a6f9626b835 [2023-01-31T15:29:20.198Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-31T15:29:20.198Z] ---> Using cache [2023-01-31T15:29:20.198Z] ---> 104030a38126 [2023-01-31T15:29:20.198Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:29:20.198Z] ---> Using cache [2023-01-31T15:29:20.198Z] ---> 4785f0cc61e3 [2023-01-31T15:29:20.198Z] Step 8/24 : COPY . . [2023-01-31T15:29:20.198Z] ---> Using cache [2023-01-31T15:29:20.198Z] ---> d593096e988f [2023-01-31T15:29:20.198Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-31T15:29:24.452Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:29:24.452Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:29:24.452Z] ---> 6cbe2b46460a [2023-01-31T15:29:24.452Z] Step 3/21 : WORKDIR /edgex-go [2023-01-31T15:29:24.452Z] ---> Using cache [2023-01-31T15:29:24.452Z] ---> 03cd4f2de9db [2023-01-31T15:29:24.452Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-31T15:29:24.452Z] ---> Using cache [2023-01-31T15:29:24.452Z] ---> 60b111301f0e [2023-01-31T15:29:24.452Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-31T15:29:24.452Z] ---> Using cache [2023-01-31T15:29:24.452Z] ---> 86cb7643da76 [2023-01-31T15:29:24.452Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:29:24.452Z] ---> Using cache [2023-01-31T15:29:24.452Z] ---> 38e674edc511 [2023-01-31T15:29:24.452Z] Step 7/21 : COPY . . [2023-01-31T15:29:24.452Z] ---> Using cache [2023-01-31T15:29:24.452Z] ---> 6a1856f0ed57 [2023-01-31T15:29:24.453Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-31T15:29:25.389Z] ---> Running in 5c53516036c1 [2023-01-31T15:29:26.519Z] ---> Running in 1f0f6eef40e5 [2023-01-31T15:29:26.519Z] ---> Running in 63fc5903a51a [2023-01-31T15:29:26.519Z] Removing intermediate container 5c53516036c1 [2023-01-31T15:29:26.519Z] ---> 4f5e50205a4f [2023-01-31T15:29:26.519Z] [2023-01-31T15:29:26.519Z] Successfully built 4f5e50205a4f [2023-01-31T15:29:26.519Z] Successfully tagged core-command:latest [2023-01-31T15:29:26.519Z]  Building core-command ... done Building security-spire-agent [2023-01-31T15:29:26.777Z] Removing intermediate container 467af17ac253 [2023-01-31T15:29:26.777Z] ---> f9979c93236e [2023-01-31T15:29:26.777Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-31T15:29:27.034Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-31T15:29:27.034Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-31T15:29:30.104Z] 25b303627fd3: Pull complete [2023-01-31T15:29:30.105Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-31T15:29:30.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-31T15:29:30.105Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:29:30.304Z] prd-ubuntu20.04-docker-arm64-4c-16g-4142 does not seem to be running inside a container [2023-01-31T15:29:30.314Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:29:30.315Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:29:30.315Z] ---> 6cbe2b46460a [2023-01-31T15:29:30.315Z] Step 3/24 : WORKDIR /edgex-go [2023-01-31T15:29:30.315Z] ---> Using cache [2023-01-31T15:29:30.315Z] ---> 03cd4f2de9db [2023-01-31T15:29:30.315Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-31T15:29:30.375Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-31T15:29:32.401Z] $ docker top d32481aa439d4a7c68872c699461ea6c2a17412b641e967d3046ed4d21670269 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-31T15:29:33.223Z] + docker-compose build --help [2023-01-31T15:29:33.223Z] + grep parallel [2023-01-31T15:29:37.483Z] --parallel Build images in parallel. [Pipeline] } [2023-01-31T15:29:37.504Z] $ docker stop --time=1 d32481aa439d4a7c68872c699461ea6c2a17412b641e967d3046ed4d21670269 [2023-01-31T15:29:38.420Z] ---> Running in 5a7713500f77 [2023-01-31T15:29:38.420Z] ---> Running in ee76180f1647 [2023-01-31T15:29:38.420Z] Removing intermediate container 8ce2732d2cff [2023-01-31T15:29:38.420Z] ---> a33eaba36535 [2023-01-31T15:29:38.420Z] [2023-01-31T15:29:38.420Z] Step 9/32 : FROM alpine:3.16 [2023-01-31T15:29:38.420Z] ---> bfe296a52501 [2023-01-31T15:29:38.420Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-31T15:29:38.420Z] Removing intermediate container 5a7713500f77 [2023-01-31T15:29:38.420Z] ---> a61a3e134ac7 [2023-01-31T15:29:38.420Z] Step 22/24 : LABEL arch=x86_64 [2023-01-31T15:29:38.420Z] ---> Running in 8205ff17ff38 [2023-01-31T15:29:38.420Z] ---> Running in 5cb96566ec8c [2023-01-31T15:29:38.420Z] Removing intermediate container 8205ff17ff38 [2023-01-31T15:29:38.420Z] ---> 3d24361b9ffd [2023-01-31T15:29:38.420Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-31T15:29:38.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:38.420Z] ---> Running in ad97bef2f3b9 [2023-01-31T15:29:38.420Z] Removing intermediate container 5cb96566ec8c [2023-01-31T15:29:38.420Z] ---> 6a9fa7c93d22 [2023-01-31T15:29:38.420Z] Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:29:38.420Z] ---> Running in 774941b33873 [2023-01-31T15:29:38.420Z] Removing intermediate container 774941b33873 [2023-01-31T15:29:38.420Z] ---> 60fb3c7c7713 [2023-01-31T15:29:38.420Z] Step 24/24 : LABEL version=3.0.0-dev.31 [2023-01-31T15:29:38.420Z] ---> Running in 7d1d9a52a364 [2023-01-31T15:29:38.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:38.678Z] Removing intermediate container 7d1d9a52a364 [2023-01-31T15:29:38.678Z] ---> 044200a7226b [2023-01-31T15:29:38.678Z] [2023-01-31T15:29:38.678Z] Successfully built 044200a7226b [2023-01-31T15:29:38.678Z] Successfully tagged security-secretstore-setup:latest [2023-01-31T15:29:38.678Z] Building security-spiffe-token-provider [2023-01-31T15:29:38.678Z]  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:38.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:38.935Z] OK: 211 MiB in 51 packages [2023-01-31T15:29:38.935Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-31T15:29:38.935Z] (2/2) Installing su-exec (0.2-r1) [2023-01-31T15:29:38.935Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:29:38.935Z] OK: 6 MiB in 16 packages [2023-01-31T15:29:39.075Z] $ docker rm -f --volumes d32481aa439d4a7c68872c699461ea6c2a17412b641e967d3046ed4d21670269 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:29:39.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-31T15:29:39.556Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:29:39.715Z] prd-ubuntu20.04-docker-arm64-4c-16g-4142 does not seem to be running inside a container [2023-01-31T15:29:39.787Z] $ 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/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-31T15:29:40.828Z] $ docker top b1ba278d7dd73dd93772057d9ffca33a432646a5adc19dc61d39eb36e930bb17 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-31T15:29:41.305Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-31T15:29:43.118Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:29:43.118Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:29:43.118Z] ---> 6cbe2b46460a [2023-01-31T15:29:43.118Z] Step 3/19 : WORKDIR /edgex-go [2023-01-31T15:29:43.118Z] ---> Using cache [2023-01-31T15:29:43.118Z] ---> 03cd4f2de9db [2023-01-31T15:29:43.118Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-31T15:29:45.567Z] Building core-command ... [2023-01-31T15:29:45.567Z] Building core-common-config-bootstrapper ... [2023-01-31T15:29:45.567Z] Building core-data ... [2023-01-31T15:29:45.567Z] Building core-metadata ... [2023-01-31T15:29:45.567Z] Building security-bootstrapper ... [2023-01-31T15:29:45.567Z] Building security-proxy-setup ... [2023-01-31T15:29:45.567Z] Building security-secretstore-setup ... [2023-01-31T15:29:45.567Z] Building security-spiffe-token-provider ... [2023-01-31T15:29:45.567Z] Building security-spire-agent ... [2023-01-31T15:29:45.567Z] Building security-spire-config ... [2023-01-31T15:29:45.567Z] Building security-spire-server ... [2023-01-31T15:29:45.567Z] Building support-notifications ... [2023-01-31T15:29:45.567Z] Building support-scheduler ... [2023-01-31T15:29:45.567Z] Building core-metadata [2023-01-31T15:29:45.567Z] Building security-proxy-setup [2023-01-31T15:29:45.567Z] Building core-data [2023-01-31T15:29:45.567Z] Building security-spire-agent [2023-01-31T15:29:45.567Z] Building core-command [2023-01-31T15:29:47.296Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-31T15:29:48.670Z] ---> Running in b7088a47c9cc [2023-01-31T15:29:48.926Z] Removing intermediate container ad97bef2f3b9 [2023-01-31T15:29:48.926Z] ---> 82a75a0b01ea [2023-01-31T15:29:48.926Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-31T15:29:48.926Z] Removing intermediate container ee76180f1647 [2023-01-31T15:29:48.926Z] ---> ad253078bff1 [2023-01-31T15:29:48.926Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-31T15:29:48.926Z] ---> Running in bf756427111e [2023-01-31T15:29:49.944Z] ---> c53a4495f25e [2023-01-31T15:29:49.944Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:29:50.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:50.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:51.025Z] v3.16.3-149-gdf7e38bd02 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-31T15:29:51.025Z] v3.16.3-147-g6bdfd2ef54 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-31T15:29:51.025Z] OK: 17044 distinct packages available [2023-01-31T15:29:51.025Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:51.025Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:51.661Z] OK: 211 MiB in 51 packages [2023-01-31T15:29:52.229Z] Removing intermediate container bf756427111e [2023-01-31T15:29:52.229Z] ---> b06c0c15f92b [2023-01-31T15:29:52.229Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-31T15:29:52.487Z] ---> Running in d40819c65342 [2023-01-31T15:29:52.487Z] ---> Running in 4a5689a49f4c [2023-01-31T15:29:52.487Z] Removing intermediate container 63fc5903a51a [2023-01-31T15:29:52.487Z] ---> 0d8888f6ae16 [2023-01-31T15:29:52.487Z] [2023-01-31T15:29:52.487Z] Step 9/21 : FROM alpine:3.16 [2023-01-31T15:29:52.487Z] ---> bfe296a52501 [2023-01-31T15:29:52.487Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-31T15:29:52.487Z] Removing intermediate container 1f0f6eef40e5 [2023-01-31T15:29:52.487Z] ---> d5ec843f2b6a [2023-01-31T15:29:52.487Z] [2023-01-31T15:29:52.487Z] Step 10/24 : FROM alpine:3.16 [2023-01-31T15:29:52.487Z] ---> bfe296a52501 [2023-01-31T15:29:52.487Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-31T15:29:52.487Z] ---> Using cache [2023-01-31T15:29:52.487Z] ---> 4b392f98fc3e [2023-01-31T15:29:52.487Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-31T15:29:52.487Z] ---> Using cache [2023-01-31T15:29:52.487Z] ---> b1a156932432 [2023-01-31T15:29:52.487Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-31T15:29:52.487Z] Removing intermediate container 4a5689a49f4c [2023-01-31T15:29:52.487Z] ---> 8206ab88ce84 [2023-01-31T15:29:52.487Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-31T15:29:52.487Z] ---> Running in 3c5d71425d65 [2023-01-31T15:29:52.487Z] ---> Running in 62f38cac27e1 [2023-01-31T15:29:52.487Z] ---> Running in 947e395e762b [2023-01-31T15:29:53.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:53.053Z] Removing intermediate container b7088a47c9cc [2023-01-31T15:29:53.053Z] ---> afd9052c8a39 [2023-01-31T15:29:53.053Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-31T15:29:53.053Z] Removing intermediate container 62f38cac27e1 [2023-01-31T15:29:53.053Z] ---> cb06ccf6dc80 [2023-01-31T15:29:53.053Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-31T15:29:53.053Z] Removing intermediate container 947e395e762b [2023-01-31T15:29:53.053Z] ---> 6817d6cdf407 [2023-01-31T15:29:53.053Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-31T15:29:53.053Z] ---> Running in 93ad4ad33ef3 [2023-01-31T15:29:53.053Z] ---> Running in 15f15dea64fb [2023-01-31T15:29:53.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:29:53.053Z] Removing intermediate container 15f15dea64fb [2023-01-31T15:29:53.053Z] ---> 01cb1b807480 [2023-01-31T15:29:53.053Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-31T15:29:53.053Z] Removing intermediate container 93ad4ad33ef3 [2023-01-31T15:29:53.053Z] ---> 15907514e7f4 [2023-01-31T15:29:53.053Z] Step 15/24 : WORKDIR / [2023-01-31T15:29:53.053Z] ---> Running in 37f57e69b238 [2023-01-31T15:29:53.053Z] ---> Running in 203fcda89048 [2023-01-31T15:29:53.053Z] ---> f26cb277e07c [2023-01-31T15:29:53.053Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:29:53.312Z] ---> Running in 24193f7d9c02 [2023-01-31T15:29:53.312Z] Removing intermediate container 203fcda89048 [2023-01-31T15:29:53.312Z] ---> a4d7ed7bb5fd [2023-01-31T15:29:53.312Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt /(1/6) Installing ca-certificates (20220614-r0) [2023-01-31T15:29:53.312Z] [2023-01-31T15:29:53.312Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-31T15:29:53.312Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-31T15:29:53.312Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-31T15:29:53.312Z] (5/6) Installing curl (7.83.1-r5) [2023-01-31T15:29:53.312Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-31T15:29:53.312Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:29:53.312Z] Executing ca-certificates-20220614-r0.trigger [2023-01-31T15:29:53.312Z] OK: 8 MiB in 20 packages [2023-01-31T15:29:53.760Z] ---> 2a56833faa30 [2023-01-31T15:29:53.760Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-31T15:29:54.327Z] ---> 21fd9d13787e [2023-01-31T15:29:54.327Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-31T15:29:54.327Z] Removing intermediate container 37f57e69b238 [2023-01-31T15:29:54.327Z] ---> 46f30cf8a598 [2023-01-31T15:29:54.327Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-31T15:29:54.327Z] ---> Running in c5a42169b17a [2023-01-31T15:29:54.327Z] ---> 05008075e7d0 [2023-01-31T15:29:54.327Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-31T15:29:54.327Z] Removing intermediate container 3c5d71425d65 [2023-01-31T15:29:54.327Z] ---> eb26f5132baf [2023-01-31T15:29:54.327Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-31T15:29:54.327Z] ---> Running in f45869c98461 [2023-01-31T15:29:54.327Z] Removing intermediate container c5a42169b17a [2023-01-31T15:29:54.327Z] ---> 77aaea85a688 [2023-01-31T15:29:54.327Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-31T15:29:54.327Z] Removing intermediate container f45869c98461 [2023-01-31T15:29:54.327Z] ---> 871e4706eaa2 [2023-01-31T15:29:54.327Z] Step 12/21 : WORKDIR /edgex [2023-01-31T15:29:54.589Z] ---> 642e3d4079d7 [2023-01-31T15:29:54.589Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-31T15:29:54.589Z] ---> Running in 0f5aa895c473 [2023-01-31T15:29:54.589Z] ---> Running in 2941d40e753b [2023-01-31T15:29:54.589Z] ---> 990260b3a887 [2023-01-31T15:29:54.589Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-31T15:29:54.589Z] ---> Running in 21d09d055bf1 [2023-01-31T15:29:54.589Z] Removing intermediate container 2941d40e753b [2023-01-31T15:29:54.589Z] ---> 48d5c36b2891 [2023-01-31T15:29:54.589Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-31T15:29:54.589Z] Removing intermediate container 0f5aa895c473 [2023-01-31T15:29:54.589Z] ---> cd1ca8f641f4 [2023-01-31T15:29:54.589Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-31T15:29:54.589Z] ---> Running in 14a6482e006b [2023-01-31T15:29:54.850Z] Removing intermediate container 14a6482e006b [2023-01-31T15:29:54.850Z] ---> 8cd3b6634848 [2023-01-31T15:29:54.850Z] Step 22/24 : LABEL arch=x86_64 [2023-01-31T15:29:54.850Z] ---> Running in 2cecc4b23665 [2023-01-31T15:29:54.850Z] ---> dcb90255e2c1 [2023-01-31T15:29:54.850Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-31T15:29:54.850Z] Removing intermediate container 2cecc4b23665 [2023-01-31T15:29:54.850Z] ---> 8a926f8b3f44 [2023-01-31T15:29:54.850Z] Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:29:55.180Z] ---> Running in 9298d5020a73 [2023-01-31T15:29:55.439Z] Removing intermediate container 9298d5020a73 [2023-01-31T15:29:55.439Z] ---> 66150615af7b [2023-01-31T15:29:55.439Z] Step 24/24 : LABEL version=3.0.0-dev.31 ---> 0a7514a8f709 [2023-01-31T15:29:55.439Z] [2023-01-31T15:29:55.439Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-31T15:29:55.439Z] ---> Running in b735ff411551 [2023-01-31T15:29:55.633Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:29:55.633Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:29:55.633Z] ---> 4b8e885596fc [2023-01-31T15:29:55.633Z] Step 3/24 : WORKDIR /edgex-go [2023-01-31T15:29:55.633Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:29:55.633Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:29:55.633Z] ---> 4b8e885596fc [2023-01-31T15:29:55.633Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-31T15:29:55.633Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:29:55.633Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:29:55.633Z] ---> 4b8e885596fc [2023-01-31T15:29:55.633Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-31T15:29:55.633Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:29:55.633Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:29:55.633Z] ---> 4b8e885596fc [2023-01-31T15:29:55.633Z] Step 3/21 : WORKDIR /edgex-go [2023-01-31T15:29:55.904Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:29:55.904Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:29:55.904Z] ---> 4b8e885596fc [2023-01-31T15:29:55.904Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-31T15:29:55.904Z] ---> Running in 7bc96888b914 [2023-01-31T15:29:55.904Z] ---> Running in 39991ea403ed [2023-01-31T15:29:55.904Z] ---> Running in a0af7a51fc4c [2023-01-31T15:29:55.904Z] ---> Running in 4829ea046bbe [2023-01-31T15:29:56.024Z] Removing intermediate container b735ff411551 [2023-01-31T15:29:56.024Z] ---> 31a95072d33e [2023-01-31T15:29:56.024Z] [2023-01-31T15:29:56.024Z] Removing intermediate container 21d09d055bf1 [2023-01-31T15:29:56.024Z] ---> 19f089f46d9c [2023-01-31T15:29:56.024Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:29:56.024Z] ---> 4e4d443b616d [2023-01-31T15:29:56.024Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-31T15:29:56.024Z] Successfully built 31a95072d33e [2023-01-31T15:29:56.024Z] Successfully tagged core-metadata:latest [2023-01-31T15:29:56.024Z] Building support-scheduler [2023-01-31T15:29:56.024Z]  Building core-metadata ... done  ---> 348cfa5d641d [2023-01-31T15:29:56.024Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-31T15:29:56.177Z] ---> Running in 3dc861552b71 [2023-01-31T15:29:56.443Z] Removing intermediate container 39991ea403ed [2023-01-31T15:29:56.443Z] ---> 84c51b7418e7 [2023-01-31T15:29:56.443Z] Step 4/24 : WORKDIR /edgex-go [2023-01-31T15:29:56.711Z] Removing intermediate container 4829ea046bbe [2023-01-31T15:29:56.711Z] ---> b242d7ae919f [2023-01-31T15:29:56.711Z] Step 4/23 : WORKDIR /edgex-go [2023-01-31T15:29:56.711Z] Removing intermediate container a0af7a51fc4c [2023-01-31T15:29:56.711Z] ---> 7178e1739723 [2023-01-31T15:29:56.711Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-31T15:29:56.711Z] Removing intermediate container 7bc96888b914 [2023-01-31T15:29:56.711Z] ---> 26f3942c02c2 [2023-01-31T15:29:56.711Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-31T15:29:56.711Z] Removing intermediate container 3dc861552b71 [2023-01-31T15:29:56.711Z] ---> 70c025c24f53 [2023-01-31T15:29:56.711Z] Step 4/22 : WORKDIR /edgex-go [2023-01-31T15:29:56.711Z] ---> Running in 42be8bf8ae8d [2023-01-31T15:29:56.711Z] ---> Running in c5fcd222a457 [2023-01-31T15:29:56.711Z] ---> Running in 6590d876219d [2023-01-31T15:29:56.711Z] ---> Running in 2a8edfcfc67d [2023-01-31T15:29:56.978Z] ---> Running in 2825eb06ce1f [2023-01-31T15:29:57.246Z] Removing intermediate container 42be8bf8ae8d [2023-01-31T15:29:57.246Z] ---> 69ff6863de5d [2023-01-31T15:29:57.246Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-31T15:29:57.519Z] ---> Running in 89a9585c039b [2023-01-31T15:29:57.519Z] Removing intermediate container 2825eb06ce1f [2023-01-31T15:29:57.519Z] ---> 71bc9305eb23 [2023-01-31T15:29:57.519Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-31T15:29:57.785Z] Removing intermediate container c5fcd222a457 [2023-01-31T15:29:57.785Z] ---> a1456b475649 [2023-01-31T15:29:57.785Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-31T15:29:57.785Z] ---> Running in 4efaee0fd4c9 [2023-01-31T15:29:57.785Z] ---> Running in 0380886bf8b2 [2023-01-31T15:29:59.208Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:29:59.476Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:29:59.476Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:29:59.743Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:30:00.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:30:00.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:30:00.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:30:00.604Z] OK: 221 MiB in 51 packages [2023-01-31T15:30:00.604Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:30:00.604Z] OK: 221 MiB in 51 packages [2023-01-31T15:30:00.604Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:30:00.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:30:01.858Z] OK: 221 MiB in 51 packages [2023-01-31T15:30:02.132Z] OK: 221 MiB in 51 packages [2023-01-31T15:30:02.132Z] OK: 221 MiB in 51 packages [2023-01-31T15:30:02.656Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:30:02.657Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:30:02.657Z] ---> 6cbe2b46460a [2023-01-31T15:30:02.657Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-31T15:30:02.657Z] ---> Using cache [2023-01-31T15:30:02.657Z] ---> e1e14c8519a6 [2023-01-31T15:30:02.657Z] Step 4/22 : WORKDIR /edgex-go [2023-01-31T15:30:02.657Z] ---> Using cache [2023-01-31T15:30:02.657Z] ---> 747f18b2d399 [2023-01-31T15:30:02.657Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-31T15:30:02.657Z] ---> Using cache [2023-01-31T15:30:02.657Z] ---> 8a6f9626b835 [2023-01-31T15:30:02.657Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-31T15:30:02.657Z] ---> Using cache [2023-01-31T15:30:02.657Z] ---> 104030a38126 [2023-01-31T15:30:02.657Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:30:02.657Z] ---> Using cache [2023-01-31T15:30:02.657Z] ---> 4785f0cc61e3 [2023-01-31T15:30:02.657Z] Step 8/22 : COPY . . [2023-01-31T15:30:02.657Z] ---> Using cache [2023-01-31T15:30:02.657Z] ---> d593096e988f [2023-01-31T15:30:02.657Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-31T15:30:02.724Z] Removing intermediate container 6590d876219d [2023-01-31T15:30:02.725Z] ---> 9043e3b283fe [2023-01-31T15:30:02.725Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-31T15:30:02.725Z] Removing intermediate container 2a8edfcfc67d [2023-01-31T15:30:02.725Z] ---> 66a19e89c3c2 [2023-01-31T15:30:02.725Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-31T15:30:02.918Z] ---> 0418cc8559d4 [2023-01-31T15:30:02.918Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-31T15:30:02.918Z] ---> Running in 0448f4ec0469 [2023-01-31T15:30:02.918Z] ---> 6adf9348bb46 [2023-01-31T15:30:02.918Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-31T15:30:02.918Z] ---> Running in bd368ee49fc3 [2023-01-31T15:30:02.918Z] ---> 8dc8a15ef5cb [2023-01-31T15:30:02.918Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-31T15:30:03.176Z] ---> 6cd34be2ddc7 [2023-01-31T15:30:03.176Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-31T15:30:03.176Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-31T15:30:03.312Z] Removing intermediate container 89a9585c039b [2023-01-31T15:30:03.312Z] ---> e6b4b2449a42 [2023-01-31T15:30:03.312Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-31T15:30:03.434Z] ---> 693df269c93b [2023-01-31T15:30:03.434Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-31T15:30:03.434Z] ---> 13d1c69a7ec1 [2023-01-31T15:30:03.434Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-31T15:30:03.582Z] Removing intermediate container 4efaee0fd4c9 [2023-01-31T15:30:03.582Z] ---> dec4fb094548 [2023-01-31T15:30:03.582Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-31T15:30:03.703Z] Removing intermediate container bd368ee49fc3 [2023-01-31T15:30:03.703Z] ---> f4606b2cf834 [2023-01-31T15:30:03.703Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-31T15:30:03.703Z] ---> 7e76108c6aa9 [2023-01-31T15:30:03.703Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-31T15:30:03.703Z] ---> Running in 2570cf1adac1 [2023-01-31T15:30:03.703Z] ---> Running in 21700325c014 [2023-01-31T15:30:03.703Z] Removing intermediate container 2570cf1adac1 [2023-01-31T15:30:03.703Z] ---> 603d65f9b607 [2023-01-31T15:30:03.703Z] Step 19/21 : LABEL arch=x86_64 [2023-01-31T15:30:03.703Z] ---> Running in aa2351bed1b4 [2023-01-31T15:30:03.849Z] Removing intermediate container 0380886bf8b2 [2023-01-31T15:30:03.850Z] ---> cd7b22087147 [2023-01-31T15:30:03.850Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-31T15:30:03.850Z] ---> 0440d98f4652 [2023-01-31T15:30:03.850Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:30:03.850Z] ---> Running in a425d1464a60 [2023-01-31T15:30:03.961Z] Removing intermediate container aa2351bed1b4 [2023-01-31T15:30:03.961Z] ---> 120509a9173a [2023-01-31T15:30:03.961Z] Step 20/21 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:30:03.961Z] ---> Running in 2778f5851a06 [2023-01-31T15:30:03.961Z] Removing intermediate container 2778f5851a06 [2023-01-31T15:30:03.961Z] ---> b46673ae2a72 [2023-01-31T15:30:03.961Z] Step 21/21 : LABEL version=3.0.0-dev.31 [2023-01-31T15:30:03.961Z] ---> Running in 035c675f5f14 [2023-01-31T15:30:04.122Z] ---> 5e13629e81b1 [2023-01-31T15:30:04.122Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:30:04.122Z] ---> Running in 9a6a50f0724d [2023-01-31T15:30:04.218Z] Removing intermediate container 035c675f5f14 [2023-01-31T15:30:04.218Z] ---> 918e6e9e16ed [2023-01-31T15:30:04.218Z] [2023-01-31T15:30:04.218Z] Successfully built 918e6e9e16ed [2023-01-31T15:30:04.218Z] Successfully tagged security-proxy-setup:latest [2023-01-31T15:30:04.218Z]  Building security-proxy-setup ... done Building security-spire-config [2023-01-31T15:30:04.218Z] Removing intermediate container 21700325c014 [2023-01-31T15:30:04.218Z] ---> 8e749f70180c [2023-01-31T15:30:04.218Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-31T15:30:04.218Z] ---> Running in 46b5fa3552dd [2023-01-31T15:30:04.706Z] ---> b4bfd2a9b94a [2023-01-31T15:30:04.707Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:30:04.972Z] ---> Running in ea2eeb63ced6 [2023-01-31T15:30:05.240Z] ---> c6f5bcd0a504 [2023-01-31T15:30:05.240Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:30:05.240Z] ---> 15a542c6a0b6 [2023-01-31T15:30:05.240Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:30:05.509Z] ---> Running in 7ffa7f99183e [2023-01-31T15:30:05.509Z] ---> Running in 97bef72e9314 [2023-01-31T15:30:08.090Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:30:08.091Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:30:08.091Z] ---> 6cbe2b46460a [2023-01-31T15:30:08.091Z] Step 3/24 : WORKDIR /edgex-go [2023-01-31T15:30:08.091Z] ---> Using cache [2023-01-31T15:30:08.091Z] ---> 03cd4f2de9db [2023-01-31T15:30:08.091Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-31T15:30:08.091Z] ---> Using cache [2023-01-31T15:30:08.091Z] ---> ad253078bff1 [2023-01-31T15:30:08.091Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-31T15:30:08.091Z] ---> Using cache [2023-01-31T15:30:08.091Z] ---> c53a4495f25e [2023-01-31T15:30:08.091Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:30:12.305Z] Removing intermediate container 46b5fa3552dd [2023-01-31T15:30:12.305Z] ---> f9eb6cb33f05 [2023-01-31T15:30:12.305Z] Step 29/32 : CMD ["gate"] [2023-01-31T15:30:13.830Z] ---> Running in f50e23f8694f [2023-01-31T15:30:13.830Z] ---> Running in cd6066155baf [2023-01-31T15:30:14.180Z] Removing intermediate container cd6066155baf [2023-01-31T15:30:14.180Z] ---> 883546f0ecd4 [2023-01-31T15:30:14.180Z] Step 30/32 : LABEL arch=x86_64 [2023-01-31T15:30:14.509Z] ---> Running in a07ca9f6752c [2023-01-31T15:30:14.509Z] Removing intermediate container a07ca9f6752c [2023-01-31T15:30:14.509Z] ---> fecb6ad61f0f [2023-01-31T15:30:14.509Z] Step 31/32 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:30:14.509Z] ---> Running in 2483d6f7423c [2023-01-31T15:30:14.770Z] Removing intermediate container 2483d6f7423c [2023-01-31T15:30:14.770Z] ---> 053fb3445a23 [2023-01-31T15:30:14.770Z] Step 32/32 : LABEL version=3.0.0-dev.31 [2023-01-31T15:30:14.770Z] ---> Running in 35c0336f6257 [2023-01-31T15:30:14.770Z] Removing intermediate container 35c0336f6257 [2023-01-31T15:30:14.770Z] ---> 55b98f8c0dea [2023-01-31T15:30:14.770Z] [2023-01-31T15:30:14.770Z] Successfully built 55b98f8c0dea [2023-01-31T15:30:14.770Z] Successfully tagged security-bootstrapper:latest [2023-01-31T15:30:14.770Z]  Building security-bootstrapper ... done Building core-common-config-bootstrapper [2023-01-31T15:30:17.301Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:30:17.302Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:30:17.302Z] ---> 6cbe2b46460a [2023-01-31T15:30:17.302Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-31T15:30:17.302Z] ---> Using cache [2023-01-31T15:30:17.302Z] ---> e1e14c8519a6 [2023-01-31T15:30:17.302Z] Step 4/22 : WORKDIR /edgex-go [2023-01-31T15:30:17.302Z] ---> Using cache [2023-01-31T15:30:17.302Z] ---> 747f18b2d399 [2023-01-31T15:30:17.302Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-31T15:30:17.302Z] ---> Using cache [2023-01-31T15:30:17.302Z] ---> 8a6f9626b835 [2023-01-31T15:30:17.302Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-31T15:30:17.302Z] ---> Using cache [2023-01-31T15:30:17.302Z] ---> 104030a38126 [2023-01-31T15:30:17.302Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:30:17.302Z] ---> Using cache [2023-01-31T15:30:17.302Z] ---> 4785f0cc61e3 [2023-01-31T15:30:17.302Z] Step 8/22 : COPY . . [2023-01-31T15:30:17.302Z] ---> Using cache [2023-01-31T15:30:17.302Z] ---> d593096e988f [2023-01-31T15:30:17.302Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-01-31T15:30:23.881Z] ---> Running in 810fceacb536 [2023-01-31T15:30:24.452Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-01-31T15:30:39.448Z] Removing intermediate container 0448f4ec0469 [2023-01-31T15:30:39.448Z] ---> d985f9021066 [2023-01-31T15:30:39.448Z] [2023-01-31T15:30:39.448Z] Step 10/22 : FROM alpine:3.16 [2023-01-31T15:30:39.448Z] ---> bfe296a52501 [2023-01-31T15:30:39.448Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-31T15:30:39.448Z] ---> Using cache [2023-01-31T15:30:39.448Z] ---> 4b392f98fc3e [2023-01-31T15:30:39.448Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-31T15:30:39.448Z] ---> Using cache [2023-01-31T15:30:39.448Z] ---> b1a156932432 [2023-01-31T15:30:39.448Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-31T15:30:42.264Z] ---> Running in 0e0ab6d6e0ba [2023-01-31T15:30:50.941Z] Removing intermediate container 0e0ab6d6e0ba [2023-01-31T15:30:50.941Z] ---> 248f65f5aa8c [2023-01-31T15:30:50.941Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-31T15:30:51.199Z] ---> Running in 183fe740ab9b [2023-01-31T15:30:51.456Z] Removing intermediate container d40819c65342 [2023-01-31T15:30:51.456Z] ---> 783554bce9a3 [2023-01-31T15:30:51.456Z] Step 7/24 : COPY . . [2023-01-31T15:30:51.713Z] Removing intermediate container 24193f7d9c02 [2023-01-31T15:30:51.713Z] ---> 67280727180a [2023-01-31T15:30:51.713Z] Step 7/19 : COPY . . [2023-01-31T15:30:52.645Z] Removing intermediate container 183fe740ab9b [2023-01-31T15:30:52.645Z] ---> bb23771e9bc7 [2023-01-31T15:30:52.645Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:31:11.076Z] ---> a0c48d905544 [2023-01-31T15:31:11.076Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-31T15:31:11.076Z] ---> 45bad3f7e001 [2023-01-31T15:31:11.076Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-31T15:31:11.076Z] Removing intermediate container 810fceacb536 [2023-01-31T15:31:11.076Z] ---> 9d5d43b53578 [2023-01-31T15:31:11.076Z] [2023-01-31T15:31:11.076Z] Step 10/22 : FROM alpine:3.16 [2023-01-31T15:31:11.076Z] ---> bfe296a52501 [2023-01-31T15:31:11.076Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-01-31T15:31:11.076Z] ---> f34be6eb12ca [2023-01-31T15:31:11.076Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-31T15:31:11.076Z] ---> Running in 3d7a8821e016 [2023-01-31T15:31:11.076Z] ---> Running in 831bf2b33e9b [2023-01-31T15:31:11.076Z] ---> Running in 9d95c9175cfa [2023-01-31T15:31:11.076Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-31T15:31:11.076Z] Removing intermediate container 9d95c9175cfa [2023-01-31T15:31:11.076Z] ---> c3b595bbd8d4 [2023-01-31T15:31:11.076Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-01-31T15:31:11.076Z] Removing intermediate container 3d7a8821e016 [2023-01-31T15:31:11.076Z] ---> 4992a20225cc [2023-01-31T15:31:11.076Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-31T15:31:11.076Z] ---> Running in 7b2ebc44914d [2023-01-31T15:31:11.076Z] ---> 492c76c027f9 [2023-01-31T15:31:11.076Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-31T15:31:11.076Z] ---> Running in b2d5d78f6bb0 [2023-01-31T15:31:11.076Z] Removing intermediate container b2d5d78f6bb0 [2023-01-31T15:31:11.076Z] ---> fb8e1f0e3591 [2023-01-31T15:31:11.076Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-31T15:31:11.076Z] ---> 4d8a11bae071 [2023-01-31T15:31:11.076Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-31T15:31:11.076Z] ---> Running in ec9e32ff4f4e [2023-01-31T15:31:11.076Z] ---> Running in ebc40f845b3a [2023-01-31T15:31:11.076Z] Removing intermediate container ebc40f845b3a [2023-01-31T15:31:11.076Z] ---> 43c2d0634d79 [2023-01-31T15:31:11.076Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-31T15:31:11.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:31:11.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:31:11.076Z] ---> Running in e8ad24b7f188 [2023-01-31T15:31:11.076Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-31T15:31:11.076Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:31:11.076Z] OK: 6 MiB in 15 packages [2023-01-31T15:31:11.076Z] Removing intermediate container e8ad24b7f188 [2023-01-31T15:31:11.076Z] ---> 92a36b62c82b [2023-01-31T15:31:11.076Z] Step 20/22 : LABEL arch=x86_64 [2023-01-31T15:31:11.339Z] ---> Running in 99dd38403499 [2023-01-31T15:31:11.339Z] Removing intermediate container 99dd38403499 [2023-01-31T15:31:11.339Z] ---> a94875f03f49 [2023-01-31T15:31:11.339Z] Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:11.599Z] Removing intermediate container ec9e32ff4f4e [2023-01-31T15:31:11.599Z] ---> 94f0716dcbd4 [2023-01-31T15:31:11.599Z] Step 11/24 : WORKDIR /edgex-go [2023-01-31T15:31:11.599Z] ---> Running in d38483a39553 [2023-01-31T15:31:11.599Z] ---> Running in ca85650f4e1f [2023-01-31T15:31:11.863Z] Removing intermediate container 7b2ebc44914d [2023-01-31T15:31:11.863Z] ---> 2d53880ba531 [2023-01-31T15:31:11.863Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:31:11.863Z] Removing intermediate container d38483a39553 [2023-01-31T15:31:11.863Z] ---> 47e7ac8c9b24 [2023-01-31T15:31:11.863Z] Step 22/22 : LABEL version=3.0.0-dev.31 [2023-01-31T15:31:11.863Z] ---> Running in 5030968163dd [2023-01-31T15:31:11.863Z] Removing intermediate container ca85650f4e1f [2023-01-31T15:31:11.863Z] ---> 568f99678255 [2023-01-31T15:31:11.863Z] [2023-01-31T15:31:11.863Z] Step 12/24 : FROM alpine:3.15 [2023-01-31T15:31:11.863Z] ---> c4fc93816858 [2023-01-31T15:31:11.863Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-31T15:31:11.863Z] ---> Using cache [2023-01-31T15:31:11.863Z] ---> db0790cb6675 [2023-01-31T15:31:11.863Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-31T15:31:11.863Z] ---> Using cache [2023-01-31T15:31:11.863Z] ---> 4267b4b905f7 [2023-01-31T15:31:11.863Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-31T15:31:12.445Z] ---> b66294c285fb [2023-01-31T15:31:12.446Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-01-31T15:31:12.446Z] Removing intermediate container 5030968163dd [2023-01-31T15:31:12.446Z] ---> 078035007535 [2023-01-31T15:31:12.446Z] [2023-01-31T15:31:12.446Z] Successfully built 078035007535 [2023-01-31T15:31:12.446Z] Successfully tagged support-scheduler:latest [2023-01-31T15:31:18.273Z]  Building support-scheduler ... done  ---> 94b7c78d965b [2023-01-31T15:31:18.273Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-01-31T15:31:18.273Z] ---> b7d9c3fb6446 [2023-01-31T15:31:18.273Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-31T15:31:18.273Z] ---> 4a701f7f22c9 [2023-01-31T15:31:18.273Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-01-31T15:31:18.273Z] Removing intermediate container f50e23f8694f [2023-01-31T15:31:18.273Z] ---> 50b768d629bf [2023-01-31T15:31:18.273Z] Step 7/24 : COPY . . [2023-01-31T15:31:28.317Z] ---> 7eed80b8cbc7 [2023-01-31T15:31:28.317Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-31T15:31:28.317Z] ---> 335b80bb2d47 [2023-01-31T15:31:28.317Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-31T15:31:28.317Z] ---> Running in 204005ee7993 [2023-01-31T15:31:28.317Z] ---> 845e36836f22 [2023-01-31T15:31:28.317Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-31T15:31:28.317Z] ---> Running in 1a6f9e1eb065 [2023-01-31T15:31:28.317Z] ---> 00d18957bb48 [2023-01-31T15:31:28.317Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-31T15:31:28.317Z] Removing intermediate container 1a6f9e1eb065 [2023-01-31T15:31:28.317Z] ---> 1119c2f009eb [2023-01-31T15:31:28.317Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-31T15:31:28.317Z] ---> Running in 11e0a6f270ce [2023-01-31T15:31:28.317Z] Removing intermediate container 11e0a6f270ce [2023-01-31T15:31:28.317Z] ---> f3f493776304 [2023-01-31T15:31:28.317Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-31T15:31:28.317Z] ---> 8a0bb9eafdf1 [2023-01-31T15:31:28.317Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-31T15:31:28.317Z] ---> Running in 4f283c95ab91 [2023-01-31T15:31:28.317Z] ---> 83fc4c82e6a0 [2023-01-31T15:31:28.317Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-31T15:31:28.317Z] ---> Running in 38d9f5b01d34 [2023-01-31T15:31:28.317Z] Removing intermediate container 38d9f5b01d34 [2023-01-31T15:31:28.317Z] ---> 2d79b5713cc8 [2023-01-31T15:31:28.317Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-31T15:31:28.317Z] Removing intermediate container 204005ee7993 [2023-01-31T15:31:28.317Z] ---> 34048927c002 [2023-01-31T15:31:28.317Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-01-31T15:31:28.317Z] ---> Running in 3e0276652909 [2023-01-31T15:31:28.317Z] ---> Running in 2ced06570078 [2023-01-31T15:31:28.575Z] Removing intermediate container 3e0276652909 [2023-01-31T15:31:28.576Z] ---> 8faec0bc6014 [2023-01-31T15:31:28.576Z] Step 22/24 : LABEL arch=x86_64 [2023-01-31T15:31:28.834Z] Removing intermediate container 2ced06570078 [2023-01-31T15:31:28.834Z] ---> 351c952791cb [2023-01-31T15:31:28.834Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-01-31T15:31:28.834Z] ---> Running in f74de74499a1 [2023-01-31T15:31:29.096Z] ---> Running in dc3a60020b1a [2023-01-31T15:31:29.096Z] Removing intermediate container f74de74499a1 [2023-01-31T15:31:29.096Z] ---> 2902a9c88098 [2023-01-31T15:31:29.096Z] Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:29.096Z] Removing intermediate container 4f283c95ab91 [2023-01-31T15:31:29.096Z] ---> 0709676e1ab7 [2023-01-31T15:31:29.096Z] Step 11/24 : WORKDIR /edgex-go [2023-01-31T15:31:29.096Z] ---> Running in e6ec57833732 [2023-01-31T15:31:29.096Z] ---> Running in 131bf26df323 [2023-01-31T15:31:29.096Z] Removing intermediate container dc3a60020b1a [2023-01-31T15:31:29.096Z] ---> 87a3d1a53949 [2023-01-31T15:31:29.096Z] Step 20/22 : LABEL arch=x86_64 [2023-01-31T15:31:29.096Z] ---> Running in 8ca8b774725b [2023-01-31T15:31:29.096Z] Removing intermediate container e6ec57833732 [2023-01-31T15:31:29.096Z] ---> b0e3f949fa5a [2023-01-31T15:31:29.096Z] Step 24/24 : LABEL version=3.0.0-dev.31 [2023-01-31T15:31:29.096Z] Removing intermediate container 8ca8b774725b [2023-01-31T15:31:29.096Z] ---> 69a58b0b156f [2023-01-31T15:31:29.096Z] Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:29.096Z] Removing intermediate container 131bf26df323 [2023-01-31T15:31:29.096Z] ---> 0c7c86b5b9b4 [2023-01-31T15:31:29.096Z] [2023-01-31T15:31:29.096Z] Step 12/24 : FROM alpine:3.15 [2023-01-31T15:31:29.096Z] ---> c4fc93816858 [2023-01-31T15:31:29.096Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-31T15:31:29.096Z] ---> Using cache [2023-01-31T15:31:29.096Z] ---> db0790cb6675 [2023-01-31T15:31:29.096Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-31T15:31:29.356Z] ---> Running in f38b5f73bc29 [2023-01-31T15:31:29.356Z] ---> Running in 554791d88d58 [2023-01-31T15:31:29.356Z] ---> Running in 3453a042bfc5 [2023-01-31T15:31:29.356Z] Removing intermediate container f38b5f73bc29 [2023-01-31T15:31:29.356Z] ---> dd4174415363 [2023-01-31T15:31:29.356Z] [2023-01-31T15:31:29.356Z] Removing intermediate container 3453a042bfc5 [2023-01-31T15:31:29.356Z] ---> e7617c93822b [2023-01-31T15:31:29.356Z] Step 22/22 : LABEL version=3.0.0-dev.31 [2023-01-31T15:31:29.356Z] ---> Running in b03bf1c84c15 [2023-01-31T15:31:29.356Z] Successfully built dd4174415363 [2023-01-31T15:31:29.356Z] Successfully tagged security-spire-agent:latest [2023-01-31T15:31:29.615Z]  Building security-spire-agent ... done Removing intermediate container b03bf1c84c15 [2023-01-31T15:31:29.615Z] ---> 29456f2facc9 [2023-01-31T15:31:29.615Z] [2023-01-31T15:31:29.615Z] Successfully built 29456f2facc9 [2023-01-31T15:31:29.615Z] Successfully tagged core-common-config-bootstrapper:latest [2023-01-31T15:31:29.615Z]  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:31:29.615Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:31:29.875Z] v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-31T15:31:29.875Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-31T15:31:29.875Z] OK: 15859 distinct packages available [2023-01-31T15:31:30.135Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:31:30.135Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:31:30.396Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-31T15:31:30.396Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-31T15:31:30.396Z] (3/4) Installing libucontext (1.1-r0) [2023-01-31T15:31:30.396Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-31T15:31:30.396Z] Executing busybox-1.34.1-r7.trigger [2023-01-31T15:31:30.396Z] OK: 6 MiB in 18 packages [2023-01-31T15:31:31.334Z] Removing intermediate container 554791d88d58 [2023-01-31T15:31:31.334Z] ---> b2d64b5320b9 [2023-01-31T15:31:31.334Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-31T15:31:34.627Z] ---> a01bdcd21a27 [2023-01-31T15:31:34.627Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-31T15:31:34.887Z] ---> e0c59191cff8 [2023-01-31T15:31:34.887Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-31T15:31:34.887Z] ---> Running in e36ede3d2e84 [2023-01-31T15:31:35.147Z] Removing intermediate container e36ede3d2e84 [2023-01-31T15:31:35.147Z] ---> 65542a2173d1 [2023-01-31T15:31:35.147Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-31T15:31:36.530Z] ---> a9244f4ae461 [2023-01-31T15:31:36.530Z] Step 19/24 : WORKDIR / [2023-01-31T15:31:36.530Z] ---> Running in 6b4103ced142 [2023-01-31T15:31:36.841Z] Removing intermediate container 6b4103ced142 [2023-01-31T15:31:36.841Z] ---> ae262b274a79 [2023-01-31T15:31:36.841Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-31T15:31:37.119Z] ---> Running in e18c35660bf8 [2023-01-31T15:31:37.380Z] Removing intermediate container e18c35660bf8 [2023-01-31T15:31:37.380Z] ---> 2c6c693fd67b [2023-01-31T15:31:37.380Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-31T15:31:37.380Z] ---> Running in 0cdc8ce879ae [2023-01-31T15:31:37.380Z] Removing intermediate container 831bf2b33e9b [2023-01-31T15:31:37.380Z] ---> f11b29ca0a9c [2023-01-31T15:31:37.380Z] [2023-01-31T15:31:37.380Z] Step 9/19 : FROM alpine:3.15 [2023-01-31T15:31:37.380Z] ---> c4fc93816858 [2023-01-31T15:31:37.380Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-31T15:31:37.380Z] ---> Using cache [2023-01-31T15:31:37.380Z] ---> db0790cb6675 [2023-01-31T15:31:37.380Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-31T15:31:37.380Z] ---> Running in d713819fa50b [2023-01-31T15:31:37.380Z] Removing intermediate container 0cdc8ce879ae [2023-01-31T15:31:37.380Z] ---> b30e63702fa3 [2023-01-31T15:31:37.380Z] Step 22/24 : LABEL arch=x86_64 [2023-01-31T15:31:37.380Z] ---> Running in d552d62b358c [2023-01-31T15:31:37.380Z] Removing intermediate container d552d62b358c [2023-01-31T15:31:37.380Z] ---> 148ee9e3c5e1 [2023-01-31T15:31:37.380Z] Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:37.641Z] ---> Running in 73a3e6a93ddf [2023-01-31T15:31:37.641Z] Removing intermediate container 73a3e6a93ddf [2023-01-31T15:31:37.641Z] ---> cf0a11bf7a6e [2023-01-31T15:31:37.641Z] Step 24/24 : LABEL version=3.0.0-dev.31 [2023-01-31T15:31:37.641Z] ---> Running in 19acd6120e05 [2023-01-31T15:31:37.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:31:37.641Z] Removing intermediate container 19acd6120e05 [2023-01-31T15:31:37.641Z] ---> a13acfc7dabe [2023-01-31T15:31:37.641Z] [2023-01-31T15:31:37.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:31:37.641Z] Successfully built a13acfc7dabe [2023-01-31T15:31:37.901Z] Successfully tagged security-spire-config:latest [2023-01-31T15:31:37.901Z]  Building security-spire-config ... done v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-31T15:31:37.901Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-31T15:31:37.901Z] OK: 15859 distinct packages available [2023-01-31T15:31:37.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-31T15:31:38.162Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-31T15:31:38.162Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-31T15:31:38.162Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-31T15:31:38.162Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-31T15:31:38.423Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-31T15:31:38.423Z] (5/9) Installing curl (7.80.0-r5) [2023-01-31T15:31:38.423Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-31T15:31:38.423Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-31T15:31:38.423Z] (8/9) Installing libucontext (1.1-r0) [2023-01-31T15:31:38.423Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-31T15:31:38.423Z] Executing busybox-1.34.1-r7.trigger [2023-01-31T15:31:38.423Z] Executing ca-certificates-20220614-r0.trigger [2023-01-31T15:31:38.423Z] OK: 8 MiB in 23 packages [2023-01-31T15:31:38.995Z] Removing intermediate container d713819fa50b [2023-01-31T15:31:38.995Z] ---> eb79ed516fa6 [2023-01-31T15:31:38.995Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:31:38.995Z] ---> c8d9b3cd6791 [2023-01-31T15:31:38.995Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-31T15:31:39.937Z] ---> 00814ccb956d [2023-01-31T15:31:39.937Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-31T15:31:40.199Z] ---> df02e7dd2a62 [2023-01-31T15:31:40.199Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-31T15:31:40.199Z] ---> Running in c6fde2867fa8 [2023-01-31T15:31:40.199Z] Removing intermediate container c6fde2867fa8 [2023-01-31T15:31:40.199Z] ---> f0cab2b31e98 [2023-01-31T15:31:40.199Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-31T15:31:40.199Z] ---> Running in f1924880f35a [2023-01-31T15:31:40.199Z] Removing intermediate container f1924880f35a [2023-01-31T15:31:40.199Z] ---> edf32b008038 [2023-01-31T15:31:40.199Z] Step 17/19 : LABEL arch=x86_64 [2023-01-31T15:31:40.460Z] ---> Running in 445ad00ec9b2 [2023-01-31T15:31:40.460Z] Removing intermediate container 445ad00ec9b2 [2023-01-31T15:31:40.460Z] ---> 125264b9d972 [2023-01-31T15:31:40.460Z] Step 18/19 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:40.460Z] ---> Running in affcec7e078e [2023-01-31T15:31:40.460Z] Removing intermediate container affcec7e078e [2023-01-31T15:31:40.460Z] ---> 5433dfeac969 [2023-01-31T15:31:40.460Z] Step 19/19 : LABEL version=3.0.0-dev.31 [2023-01-31T15:31:40.460Z] ---> Running in d21e08f772b4 [2023-01-31T15:31:40.460Z] Removing intermediate container d21e08f772b4 [2023-01-31T15:31:40.460Z] ---> ece6cdf1fadc [2023-01-31T15:31:40.460Z] [2023-01-31T15:31:40.721Z] Successfully built ece6cdf1fadc [2023-01-31T15:31:40.721Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-31T15:31:40.728Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-01-31T15:31:40.734Z] $ docker stop --time=1 5da37fe3e0261a3995d5053be166077ba4a6b180fd218c1f2e8054537cfa5dfb [2023-01-31T15:31:42.103Z] $ docker rm -f --volumes 5da37fe3e0261a3995d5053be166077ba4a6b180fd218c1f2e8054537cfa5dfb [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-31T15:31:42.443Z] + docker images [2023-01-31T15:31:42.443Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-31T15:31:42.443Z] security-spiffe-token-provider latest ece6cdf1fadc 2 seconds ago 29.8MB [2023-01-31T15:31:42.443Z] f11b29ca0a9c 5 seconds ago 1.71GB [2023-01-31T15:31:42.443Z] security-spire-config latest a13acfc7dabe 5 seconds ago 85.8MB [2023-01-31T15:31:42.443Z] security-spire-agent latest dd4174415363 13 seconds ago 125MB [2023-01-31T15:31:42.443Z] core-common-config-bootstrapper latest 29456f2facc9 13 seconds ago 15.5MB [2023-01-31T15:31:42.443Z] 0c7c86b5b9b4 13 seconds ago 1.55GB [2023-01-31T15:31:42.443Z] 568f99678255 31 seconds ago 1.55GB [2023-01-31T15:31:42.443Z] support-scheduler latest 078035007535 31 seconds ago 30MB [2023-01-31T15:31:42.443Z] 9d5d43b53578 50 seconds ago 1.68GB [2023-01-31T15:31:42.443Z] d985f9021066 About a minute ago 1.75GB [2023-01-31T15:31:42.443Z] security-bootstrapper latest 55b98f8c0dea About a minute ago 20.3MB [2023-01-31T15:31:42.443Z] security-proxy-setup latest 918e6e9e16ed About a minute ago 27.8MB [2023-01-31T15:31:42.443Z] core-metadata latest 31a95072d33e About a minute ago 18.5MB [2023-01-31T15:31:42.443Z] 0d8888f6ae16 About a minute ago 1.67GB [2023-01-31T15:31:42.443Z] d5ec843f2b6a About a minute ago 1.69GB [2023-01-31T15:31:42.443Z] security-secretstore-setup latest 044200a7226b 2 minutes ago 29.9MB [2023-01-31T15:31:42.443Z] a33eaba36535 2 minutes ago 1.67GB [2023-01-31T15:31:42.443Z] core-command latest 4f5e50205a4f 2 minutes ago 17.7MB [2023-01-31T15:31:42.443Z] support-notifications latest 39cf8ef0c408 2 minutes ago 30.6MB [2023-01-31T15:31:42.443Z] core-data latest 5930a8d3d3cd 2 minutes ago 17.9MB [2023-01-31T15:31:42.443Z] b8ec46896164 2 minutes ago 1.75GB [2023-01-31T15:31:42.444Z] 88bdad8fdb5e 2 minutes ago 1.69GB [2023-01-31T15:31:42.444Z] d65774331fbd 2 minutes ago 1.68GB [2023-01-31T15:31:42.444Z] f34d987cdda6 2 minutes ago 1.67GB [2023-01-31T15:31:42.444Z] security-spire-server latest 41d377083302 2 minutes ago 86.5MB [2023-01-31T15:31:42.444Z] 9d7d9fd07997 3 minutes ago 1.55GB [2023-01-31T15:31:42.444Z] ci-base-image-x86_64 latest 6cbe2b46460a 7 minutes ago 904MB [2023-01-31T15:31:42.444Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-31T15:31:42.444Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-31T15:31:42.444Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-31T15:31:42.444Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-31T15:31:42.444Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-31T15:31:42.552Z] provisioning config files... [2023-01-31T15:31:42.560Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/389@tmp/config14850888469680674878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:31:42.856Z] ---> docker-login.sh [2023-01-31T15:31:42.856Z] nexus3.edgexfoundry.org:10001 [2023-01-31T15:31:42.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:31:42.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:31:42.856Z] Configure a credential helper to remove this warning. See [2023-01-31T15:31:42.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:31:42.856Z] [2023-01-31T15:31:42.856Z] Login Succeeded [2023-01-31T15:31:42.856Z] nexus3.edgexfoundry.org:10002 [2023-01-31T15:31:42.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:31:42.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:31:42.856Z] Configure a credential helper to remove this warning. See [2023-01-31T15:31:42.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:31:42.856Z] [2023-01-31T15:31:42.856Z] Login Succeeded [2023-01-31T15:31:42.856Z] nexus3.edgexfoundry.org:10003 [2023-01-31T15:31:43.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:31:43.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:31:43.114Z] Configure a credential helper to remove this warning. See [2023-01-31T15:31:43.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:31:43.114Z] [2023-01-31T15:31:43.114Z] Login Succeeded [2023-01-31T15:31:43.114Z] nexus3.edgexfoundry.org:10004 [2023-01-31T15:31:43.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:31:43.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:31:43.114Z] Configure a credential helper to remove this warning. See [2023-01-31T15:31:43.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:31:43.114Z] [2023-01-31T15:31:43.114Z] Login Succeeded [2023-01-31T15:31:43.114Z] docker.io [2023-01-31T15:31:43.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:31:43.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:31:43.373Z] Configure a credential helper to remove this warning. See [2023-01-31T15:31:43.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:31:43.373Z] [2023-01-31T15:31:43.373Z] Login Succeeded [2023-01-31T15:31:43.373Z] ---> docker-login.sh ends [Pipeline] } [2023-01-31T15:31:43.381Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:31:43.413Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-31T15:31:43.438Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-01-31T15:31:43.438Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:43.438Z] latest [2023-01-31T15:31:43.438Z] 3.0.0-dev.31 [2023-01-31T15:31:43.438Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:31:43.438Z] main [2023-01-31T15:31:43.438Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:43.765Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:44.070Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:44.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-31T15:31:44.070Z] efeef828682d: Preparing [2023-01-31T15:31:44.070Z] efb93b45e8fd: Preparing [2023-01-31T15:31:44.070Z] d109b48fee64: Preparing [2023-01-31T15:31:44.070Z] 335efd658a00: Preparing [2023-01-31T15:31:44.070Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:44.070Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:44.070Z] efeef828682d: Pushed [2023-01-31T15:31:44.070Z] d109b48fee64: Pushed [2023-01-31T15:31:44.070Z] 335efd658a00: Pushed [2023-01-31T15:31:45.447Z] efb93b45e8fd: Pushed [2023-01-31T15:31:45.447Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:fc14470495775d5b0657ca9c7b122af339ce42c06606ed3f33c291411636a6e5 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:45.752Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:46.057Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-31T15:31:46.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-31T15:31:46.057Z] efeef828682d: Preparing [2023-01-31T15:31:46.057Z] efb93b45e8fd: Preparing [2023-01-31T15:31:46.057Z] d109b48fee64: Preparing [2023-01-31T15:31:46.057Z] 335efd658a00: Preparing [2023-01-31T15:31:46.057Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:46.057Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:46.057Z] d109b48fee64: Layer already exists [2023-01-31T15:31:46.057Z] 335efd658a00: Layer already exists [2023-01-31T15:31:46.057Z] efb93b45e8fd: Layer already exists [2023-01-31T15:31:46.057Z] efeef828682d: Layer already exists [2023-01-31T15:31:46.057Z] latest: digest: sha256:fc14470495775d5b0657ca9c7b122af339ce42c06606ed3f33c291411636a6e5 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:46.367Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:46.680Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.31 [2023-01-31T15:31:46.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-31T15:31:46.680Z] efeef828682d: Preparing [2023-01-31T15:31:46.680Z] efb93b45e8fd: Preparing [2023-01-31T15:31:46.680Z] d109b48fee64: Preparing [2023-01-31T15:31:46.680Z] 335efd658a00: Preparing [2023-01-31T15:31:46.680Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:46.680Z] d109b48fee64: Layer already exists [2023-01-31T15:31:46.680Z] efb93b45e8fd: Layer already exists [2023-01-31T15:31:46.680Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:46.680Z] efeef828682d: Layer already exists [2023-01-31T15:31:46.680Z] 335efd658a00: Layer already exists [2023-01-31T15:31:46.680Z] 3.0.0-dev.31: digest: sha256:fc14470495775d5b0657ca9c7b122af339ce42c06606ed3f33c291411636a6e5 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:46.997Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:47.308Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:31:47.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-31T15:31:47.308Z] efeef828682d: Preparing [2023-01-31T15:31:47.308Z] efb93b45e8fd: Preparing [2023-01-31T15:31:47.308Z] d109b48fee64: Preparing [2023-01-31T15:31:47.308Z] 335efd658a00: Preparing [2023-01-31T15:31:47.308Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:47.308Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:47.308Z] efeef828682d: Layer already exists [2023-01-31T15:31:47.308Z] efb93b45e8fd: Layer already exists [2023-01-31T15:31:47.308Z] d109b48fee64: Layer already exists [2023-01-31T15:31:47.308Z] 335efd658a00: Layer already exists [2023-01-31T15:31:47.308Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:fc14470495775d5b0657ca9c7b122af339ce42c06606ed3f33c291411636a6e5 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:47.626Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:47.932Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-01-31T15:31:47.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-31T15:31:47.932Z] efeef828682d: Preparing [2023-01-31T15:31:47.932Z] efb93b45e8fd: Preparing [2023-01-31T15:31:47.932Z] d109b48fee64: Preparing [2023-01-31T15:31:47.932Z] 335efd658a00: Preparing [2023-01-31T15:31:47.932Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:47.932Z] 335efd658a00: Layer already exists [2023-01-31T15:31:47.932Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:47.932Z] d109b48fee64: Layer already exists [2023-01-31T15:31:47.932Z] efeef828682d: Layer already exists [2023-01-31T15:31:47.932Z] efb93b45e8fd: Layer already exists [2023-01-31T15:31:47.932Z] main: digest: sha256:fc14470495775d5b0657ca9c7b122af339ce42c06606ed3f33c291411636a6e5 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:31:47.972Z] ===================================================== [Pipeline] echo [2023-01-31T15:31:47.978Z] taggedImages: [2023-01-31T15:31:47.978Z] - nexus3.edgexfoundry.org:10004/core-command:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:47.978Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-31T15:31:47.978Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.31 [2023-01-31T15:31:47.978Z] - nexus3.edgexfoundry.org:10004/core-command:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:31:47.978Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-01-31T15:31:47.994Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-01-31T15:31:47.994Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:47.994Z] latest [2023-01-31T15:31:47.994Z] 3.0.0-dev.31 [2023-01-31T15:31:47.994Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:31:47.994Z] main [2023-01-31T15:31:47.994Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:48.300Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:48.607Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:48.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-31T15:31:48.607Z] b4a1e52514b9: Preparing [2023-01-31T15:31:48.607Z] fd77d512edb9: Preparing [2023-01-31T15:31:48.607Z] 640483e77809: Preparing [2023-01-31T15:31:48.607Z] d7b92f33c1ed: Preparing [2023-01-31T15:31:48.607Z] d109b48fee64: Preparing [2023-01-31T15:31:48.607Z] ca016ed71cf8: Preparing [2023-01-31T15:31:48.607Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:48.607Z] ca016ed71cf8: Waiting [2023-01-31T15:31:48.607Z] e5e13b0c77cb: Waiting [2023-01-31T15:31:48.607Z] fd77d512edb9: Pushed [2023-01-31T15:31:48.607Z] d109b48fee64: Layer already exists [2023-01-31T15:31:48.607Z] 640483e77809: Pushed [2023-01-31T15:31:48.607Z] b4a1e52514b9: Pushed [2023-01-31T15:31:48.867Z] ca016ed71cf8: Pushed [2023-01-31T15:31:49.126Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:49.698Z] d7b92f33c1ed: Pushed [2023-01-31T15:31:49.956Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:dd19f8c4c12a0c109375e8655eac3b6bf3cf8f1240fe1759456f794b21e679a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:50.272Z] + 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-01-31T15:31:50.844Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-01-31T15:31:50.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-31T15:31:50.844Z] b4a1e52514b9: Preparing [2023-01-31T15:31:50.844Z] fd77d512edb9: Preparing [2023-01-31T15:31:50.844Z] 640483e77809: Preparing [2023-01-31T15:31:50.844Z] d7b92f33c1ed: Preparing [2023-01-31T15:31:50.844Z] d109b48fee64: Preparing [2023-01-31T15:31:50.844Z] ca016ed71cf8: Preparing [2023-01-31T15:31:50.844Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:50.844Z] ca016ed71cf8: Waiting [2023-01-31T15:31:50.844Z] e5e13b0c77cb: Waiting [2023-01-31T15:31:50.844Z] fd77d512edb9: Layer already exists [2023-01-31T15:31:50.844Z] 640483e77809: Layer already exists [2023-01-31T15:31:50.844Z] d109b48fee64: Layer already exists [2023-01-31T15:31:50.844Z] b4a1e52514b9: Layer already exists [2023-01-31T15:31:50.844Z] d7b92f33c1ed: Layer already exists [2023-01-31T15:31:50.844Z] ca016ed71cf8: Layer already exists [2023-01-31T15:31:50.844Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:50.844Z] latest: digest: sha256:dd19f8c4c12a0c109375e8655eac3b6bf3cf8f1240fe1759456f794b21e679a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:51.154Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:51.455Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.31 [2023-01-31T15:31:51.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-31T15:31:51.456Z] b4a1e52514b9: Preparing [2023-01-31T15:31:51.456Z] fd77d512edb9: Preparing [2023-01-31T15:31:51.456Z] 640483e77809: Preparing [2023-01-31T15:31:51.456Z] d7b92f33c1ed: Preparing [2023-01-31T15:31:51.456Z] d109b48fee64: Preparing [2023-01-31T15:31:51.456Z] ca016ed71cf8: Preparing [2023-01-31T15:31:51.456Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:51.456Z] ca016ed71cf8: Waiting [2023-01-31T15:31:51.456Z] e5e13b0c77cb: Waiting [2023-01-31T15:31:51.456Z] d7b92f33c1ed: Layer already exists [2023-01-31T15:31:51.456Z] b4a1e52514b9: Layer already exists [2023-01-31T15:31:51.456Z] 640483e77809: Layer already exists [2023-01-31T15:31:51.456Z] fd77d512edb9: Layer already exists [2023-01-31T15:31:51.456Z] d109b48fee64: Layer already exists [2023-01-31T15:31:51.456Z] ca016ed71cf8: Layer already exists [2023-01-31T15:31:51.456Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:51.456Z] 3.0.0-dev.31: digest: sha256:dd19f8c4c12a0c109375e8655eac3b6bf3cf8f1240fe1759456f794b21e679a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:51.765Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:52.069Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:31:52.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-31T15:31:52.069Z] b4a1e52514b9: Preparing [2023-01-31T15:31:52.069Z] fd77d512edb9: Preparing [2023-01-31T15:31:52.069Z] 640483e77809: Preparing [2023-01-31T15:31:52.069Z] d7b92f33c1ed: Preparing [2023-01-31T15:31:52.069Z] d109b48fee64: Preparing [2023-01-31T15:31:52.069Z] ca016ed71cf8: Preparing [2023-01-31T15:31:52.069Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:52.069Z] ca016ed71cf8: Waiting [2023-01-31T15:31:52.069Z] e5e13b0c77cb: Waiting [2023-01-31T15:31:52.069Z] d7b92f33c1ed: Layer already exists [2023-01-31T15:31:52.069Z] d109b48fee64: Layer already exists [2023-01-31T15:31:52.069Z] fd77d512edb9: Layer already exists [2023-01-31T15:31:52.069Z] 640483e77809: Layer already exists [2023-01-31T15:31:52.069Z] b4a1e52514b9: Layer already exists [2023-01-31T15:31:52.069Z] ca016ed71cf8: Layer already exists [2023-01-31T15:31:52.069Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:52.069Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:dd19f8c4c12a0c109375e8655eac3b6bf3cf8f1240fe1759456f794b21e679a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:52.387Z] + 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-01-31T15:31:52.693Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-01-31T15:31:52.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-01-31T15:31:52.693Z] b4a1e52514b9: Preparing [2023-01-31T15:31:52.693Z] fd77d512edb9: Preparing [2023-01-31T15:31:52.693Z] 640483e77809: Preparing [2023-01-31T15:31:52.693Z] d7b92f33c1ed: Preparing [2023-01-31T15:31:52.693Z] d109b48fee64: Preparing [2023-01-31T15:31:52.693Z] ca016ed71cf8: Preparing [2023-01-31T15:31:52.693Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:52.693Z] e5e13b0c77cb: Waiting [2023-01-31T15:31:52.693Z] ca016ed71cf8: Waiting [2023-01-31T15:31:52.693Z] b4a1e52514b9: Layer already exists [2023-01-31T15:31:52.693Z] fd77d512edb9: Layer already exists [2023-01-31T15:31:52.693Z] d7b92f33c1ed: Layer already exists [2023-01-31T15:31:52.693Z] 640483e77809: Layer already exists [2023-01-31T15:31:52.693Z] d109b48fee64: Layer already exists [2023-01-31T15:31:52.693Z] ca016ed71cf8: Layer already exists [2023-01-31T15:31:52.693Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:52.693Z] main: digest: sha256:dd19f8c4c12a0c109375e8655eac3b6bf3cf8f1240fe1759456f794b21e679a5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:31:52.729Z] ===================================================== [Pipeline] echo [2023-01-31T15:31:52.737Z] taggedImages: [2023-01-31T15:31:52.737Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:52.737Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-01-31T15:31:52.737Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.31 [2023-01-31T15:31:52.737Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:31:52.737Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-01-31T15:31:52.754Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-01-31T15:31:52.754Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:52.754Z] latest [2023-01-31T15:31:52.754Z] 3.0.0-dev.31 [2023-01-31T15:31:52.754Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:31:52.754Z] main [2023-01-31T15:31:52.754Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:53.062Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:53.369Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:53.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-31T15:31:53.369Z] fcf3fe3118d0: Preparing [2023-01-31T15:31:53.369Z] 12580f42b220: Preparing [2023-01-31T15:31:53.370Z] d109b48fee64: Preparing [2023-01-31T15:31:53.370Z] 43398fdcaa84: Preparing [2023-01-31T15:31:53.370Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:53.370Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:53.370Z] d109b48fee64: Layer already exists [2023-01-31T15:31:53.370Z] fcf3fe3118d0: Pushed [2023-01-31T15:31:53.370Z] 43398fdcaa84: Pushed [2023-01-31T15:31:54.749Z] 12580f42b220: Pushed [2023-01-31T15:31:54.749Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:4684044423d2d10935b95b4087f7d85a9803a1c25dd4df2ef9de2591849a3aad size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:55.135Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:55.499Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-31T15:31:55.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-31T15:31:55.499Z] fcf3fe3118d0: Preparing [2023-01-31T15:31:55.499Z] 12580f42b220: Preparing [2023-01-31T15:31:55.499Z] d109b48fee64: Preparing [2023-01-31T15:31:55.499Z] 43398fdcaa84: Preparing [2023-01-31T15:31:55.499Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:55.499Z] 12580f42b220: Layer already exists [2023-01-31T15:31:55.499Z] d109b48fee64: Layer already exists [2023-01-31T15:31:55.499Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:55.499Z] 43398fdcaa84: Layer already exists [2023-01-31T15:31:55.499Z] fcf3fe3118d0: Layer already exists [2023-01-31T15:31:55.499Z] latest: digest: sha256:4684044423d2d10935b95b4087f7d85a9803a1c25dd4df2ef9de2591849a3aad size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:55.871Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:56.228Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.31 [2023-01-31T15:31:56.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-31T15:31:56.228Z] fcf3fe3118d0: Preparing [2023-01-31T15:31:56.228Z] 12580f42b220: Preparing [2023-01-31T15:31:56.228Z] d109b48fee64: Preparing [2023-01-31T15:31:56.228Z] 43398fdcaa84: Preparing [2023-01-31T15:31:56.228Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:56.228Z] fcf3fe3118d0: Layer already exists [2023-01-31T15:31:56.228Z] d109b48fee64: Layer already exists [2023-01-31T15:31:56.228Z] 43398fdcaa84: Layer already exists [2023-01-31T15:31:56.228Z] 12580f42b220: Layer already exists [2023-01-31T15:31:56.228Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:56.228Z] 3.0.0-dev.31: digest: sha256:4684044423d2d10935b95b4087f7d85a9803a1c25dd4df2ef9de2591849a3aad size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:56.546Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:56.863Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:31:56.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-31T15:31:56.863Z] fcf3fe3118d0: Preparing [2023-01-31T15:31:56.863Z] 12580f42b220: Preparing [2023-01-31T15:31:56.863Z] d109b48fee64: Preparing [2023-01-31T15:31:56.863Z] 43398fdcaa84: Preparing [2023-01-31T15:31:56.863Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:56.863Z] fcf3fe3118d0: Layer already exists [2023-01-31T15:31:56.863Z] d109b48fee64: Layer already exists [2023-01-31T15:31:56.863Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:56.863Z] 43398fdcaa84: Layer already exists [2023-01-31T15:31:56.863Z] 12580f42b220: Layer already exists [2023-01-31T15:31:56.863Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:4684044423d2d10935b95b4087f7d85a9803a1c25dd4df2ef9de2591849a3aad size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:57.171Z] Removing intermediate container 9a6a50f0724d [2023-01-31T15:31:57.171Z] ---> 91e369655f20 [2023-01-31T15:31:57.171Z] Step 7/21 : COPY . . [2023-01-31T15:31:57.171Z] Removing intermediate container 97bef72e9314 [2023-01-31T15:31:57.171Z] ---> ae12304a1e87 [2023-01-31T15:31:57.171Z] Step 8/23 : COPY . . [2023-01-31T15:31:57.171Z] Removing intermediate container 7ffa7f99183e [2023-01-31T15:31:57.171Z] ---> 35c6cc41e31b [2023-01-31T15:31:57.171Z] Step 8/22 : COPY . . [2023-01-31T15:31:57.171Z] Removing intermediate container ea2eeb63ced6 [2023-01-31T15:31:57.171Z] ---> 7a64079066c3 [2023-01-31T15:31:57.171Z] Step 8/24 : COPY . . [2023-01-31T15:31:57.171Z] Removing intermediate container a425d1464a60 [2023-01-31T15:31:57.171Z] ---> bc73ddb26c87 [2023-01-31T15:31:57.171Z] Step 7/24 : COPY . . [2023-01-31T15:31:57.188Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:57.498Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-01-31T15:31:57.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-31T15:31:57.499Z] fcf3fe3118d0: Preparing [2023-01-31T15:31:57.499Z] 12580f42b220: Preparing [2023-01-31T15:31:57.499Z] d109b48fee64: Preparing [2023-01-31T15:31:57.499Z] 43398fdcaa84: Preparing [2023-01-31T15:31:57.499Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:57.499Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:57.499Z] 43398fdcaa84: Layer already exists [2023-01-31T15:31:57.499Z] fcf3fe3118d0: Layer already exists [2023-01-31T15:31:57.499Z] 12580f42b220: Layer already exists [2023-01-31T15:31:57.499Z] d109b48fee64: Layer already exists [2023-01-31T15:31:57.499Z] main: digest: sha256:4684044423d2d10935b95b4087f7d85a9803a1c25dd4df2ef9de2591849a3aad size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:31:57.551Z] ===================================================== [Pipeline] echo [2023-01-31T15:31:57.561Z] taggedImages: [2023-01-31T15:31:57.561Z] - nexus3.edgexfoundry.org:10004/core-data:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:57.561Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-31T15:31:57.561Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.31 [2023-01-31T15:31:57.561Z] - nexus3.edgexfoundry.org:10004/core-data:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:31:57.561Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-01-31T15:31:57.586Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-01-31T15:31:57.586Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:57.586Z] latest [2023-01-31T15:31:57.586Z] 3.0.0-dev.31 [2023-01-31T15:31:57.586Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:31:57.586Z] main [2023-01-31T15:31:57.586Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:57.927Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:58.249Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:31:58.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-31T15:31:58.250Z] 2391662fdfba: Preparing [2023-01-31T15:31:58.250Z] 6ebe48a15c41: Preparing [2023-01-31T15:31:58.250Z] 8ecd1efc85a4: Preparing [2023-01-31T15:31:58.250Z] d109b48fee64: Preparing [2023-01-31T15:31:58.250Z] 335efd658a00: Preparing [2023-01-31T15:31:58.250Z] e5e13b0c77cb: Preparing [2023-01-31T15:31:58.250Z] e5e13b0c77cb: Waiting [2023-01-31T15:31:58.250Z] d109b48fee64: Layer already exists [2023-01-31T15:31:58.250Z] 335efd658a00: Layer already exists [2023-01-31T15:31:58.250Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:31:58.250Z] 2391662fdfba: Pushed [2023-01-31T15:31:58.250Z] 6ebe48a15c41: Pushed [2023-01-31T15:31:59.127Z] ---> 6dbb596c6055 [2023-01-31T15:31:59.127Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-31T15:31:59.420Z] ---> Running in b9fe2c105015 [2023-01-31T15:31:59.628Z] 8ecd1efc85a4: Pushed [2023-01-31T15:31:59.628Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:740c568437b0ec5dd521b58aed7b5ac3e47b64186555528e2758f55351648420 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:31:59.945Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:00.007Z] ---> 78f9f9ed0bd5 [2023-01-31T15:32:00.007Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-31T15:32:00.007Z] ---> 135293af6022 [2023-01-31T15:32:00.007Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-31T15:32:00.254Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-31T15:32:00.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-31T15:32:00.254Z] 2391662fdfba: Preparing [2023-01-31T15:32:00.254Z] 6ebe48a15c41: Preparing [2023-01-31T15:32:00.254Z] 8ecd1efc85a4: Preparing [2023-01-31T15:32:00.254Z] d109b48fee64: Preparing [2023-01-31T15:32:00.254Z] 335efd658a00: Preparing [2023-01-31T15:32:00.254Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:00.254Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:00.254Z] d109b48fee64: Layer already exists [2023-01-31T15:32:00.254Z] 6ebe48a15c41: Layer already exists [2023-01-31T15:32:00.254Z] 2391662fdfba: Layer already exists [2023-01-31T15:32:00.254Z] 8ecd1efc85a4: Layer already exists [2023-01-31T15:32:00.254Z] 335efd658a00: Layer already exists [2023-01-31T15:32:00.254Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:00.254Z] latest: digest: sha256:740c568437b0ec5dd521b58aed7b5ac3e47b64186555528e2758f55351648420 size: 1571 [Pipeline] } [Pipeline] // withEnv [2023-01-31T15:32:00.276Z] ---> 222b436e1ac9 [2023-01-31T15:32:00.276Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-31T15:32:00.276Z] ---> 6d97925e3aaf [2023-01-31T15:32:00.276Z] ---> Running in f86dea697b32 [2023-01-31T15:32:00.276Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:00.567Z] ---> Running in a0b3796e2a22 [2023-01-31T15:32:00.567Z] ---> Running in 05559268423c [2023-01-31T15:32:00.567Z] ---> Running in 4ba2ad5cb308 [2023-01-31T15:32:00.569Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:00.889Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.31 [2023-01-31T15:32:00.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-31T15:32:00.889Z] 2391662fdfba: Preparing [2023-01-31T15:32:00.889Z] 6ebe48a15c41: Preparing [2023-01-31T15:32:00.889Z] 8ecd1efc85a4: Preparing [2023-01-31T15:32:00.889Z] d109b48fee64: Preparing [2023-01-31T15:32:00.889Z] 335efd658a00: Preparing [2023-01-31T15:32:00.889Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:00.889Z] d109b48fee64: Layer already exists [2023-01-31T15:32:00.889Z] 6ebe48a15c41: Layer already exists [2023-01-31T15:32:00.889Z] 2391662fdfba: Layer already exists [2023-01-31T15:32:00.889Z] 8ecd1efc85a4: Layer already exists [2023-01-31T15:32:00.889Z] 335efd658a00: Layer already exists [2023-01-31T15:32:00.889Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:01.149Z] 3.0.0-dev.31: digest: sha256:740c568437b0ec5dd521b58aed7b5ac3e47b64186555528e2758f55351648420 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:01.473Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:01.530Z] Removing intermediate container 4ba2ad5cb308 [2023-01-31T15:32:01.530Z] ---> 7bbcc7432e6a [2023-01-31T15:32:01.530Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-31T15:32:01.782Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:01.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-31T15:32:01.783Z] 2391662fdfba: Preparing [2023-01-31T15:32:01.783Z] 6ebe48a15c41: Preparing [2023-01-31T15:32:01.783Z] 8ecd1efc85a4: Preparing [2023-01-31T15:32:01.783Z] d109b48fee64: Preparing [2023-01-31T15:32:01.783Z] 335efd658a00: Preparing [2023-01-31T15:32:01.783Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:01.783Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:01.783Z] 335efd658a00: Layer already exists [2023-01-31T15:32:01.783Z] 2391662fdfba: Layer already exists [2023-01-31T15:32:01.783Z] d109b48fee64: Layer already exists [2023-01-31T15:32:01.783Z] 8ecd1efc85a4: Layer already exists [2023-01-31T15:32:01.783Z] 6ebe48a15c41: Layer already exists [2023-01-31T15:32:01.783Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:01.783Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:740c568437b0ec5dd521b58aed7b5ac3e47b64186555528e2758f55351648420 size: 1571 [Pipeline] } [Pipeline] // withEnv [2023-01-31T15:32:01.799Z] ---> Running in 44400f5b5e91 [2023-01-31T15:32:01.799Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:02.104Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:02.410Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-01-31T15:32:02.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-31T15:32:02.410Z] 2391662fdfba: Preparing [2023-01-31T15:32:02.410Z] 6ebe48a15c41: Preparing [2023-01-31T15:32:02.410Z] 8ecd1efc85a4: Preparing [2023-01-31T15:32:02.410Z] d109b48fee64: Preparing [2023-01-31T15:32:02.410Z] 335efd658a00: Preparing [2023-01-31T15:32:02.410Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:02.410Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:02.410Z] 6ebe48a15c41: Layer already exists [2023-01-31T15:32:02.410Z] 8ecd1efc85a4: Layer already exists [2023-01-31T15:32:02.410Z] d109b48fee64: Layer already exists [2023-01-31T15:32:02.410Z] 2391662fdfba: Layer already exists [2023-01-31T15:32:02.410Z] 335efd658a00: Layer already exists [2023-01-31T15:32:02.410Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:02.410Z] main: digest: sha256:740c568437b0ec5dd521b58aed7b5ac3e47b64186555528e2758f55351648420 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:32:02.445Z] ===================================================== [Pipeline] echo [2023-01-31T15:32:02.450Z] taggedImages: [2023-01-31T15:32:02.450Z] - nexus3.edgexfoundry.org:10004/core-metadata:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:02.450Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-31T15:32:02.450Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.31 [2023-01-31T15:32:02.450Z] - nexus3.edgexfoundry.org:10004/core-metadata:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:02.450Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-01-31T15:32:02.464Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-01-31T15:32:02.464Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:02.464Z] latest [2023-01-31T15:32:02.464Z] 3.0.0-dev.31 [2023-01-31T15:32:02.464Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:02.464Z] main [2023-01-31T15:32:02.464Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:02.761Z] Removing intermediate container 44400f5b5e91 [2023-01-31T15:32:02.761Z] ---> f5844cf30add [2023-01-31T15:32:02.761Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-31T15:32:02.761Z] ---> Running in d93445003b9b [2023-01-31T15:32:02.769Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:03.084Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:03.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-31T15:32:03.084Z] f42bc878a102: Preparing [2023-01-31T15:32:03.084Z] f42bc878a102: Preparing [2023-01-31T15:32:03.084Z] fe0ef6eb45b7: Preparing [2023-01-31T15:32:03.084Z] d9e6147e5cfc: Preparing [2023-01-31T15:32:03.084Z] ffd0dd8ea2a5: Preparing [2023-01-31T15:32:03.084Z] 76d4433ece5d: Preparing [2023-01-31T15:32:03.084Z] 1aee7e680555: Preparing [2023-01-31T15:32:03.084Z] d109b48fee64: Preparing [2023-01-31T15:32:03.084Z] e4f706ce5ed6: Preparing [2023-01-31T15:32:03.084Z] 78b79385f6ec: Preparing [2023-01-31T15:32:03.084Z] 7d6cbe57bfb9: Preparing [2023-01-31T15:32:03.084Z] 7566efdc2ef2: Preparing [2023-01-31T15:32:03.084Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:03.084Z] 1aee7e680555: Waiting [2023-01-31T15:32:03.084Z] d109b48fee64: Waiting [2023-01-31T15:32:03.084Z] e4f706ce5ed6: Waiting [2023-01-31T15:32:03.084Z] 78b79385f6ec: Waiting [2023-01-31T15:32:03.084Z] 7d6cbe57bfb9: Waiting [2023-01-31T15:32:03.084Z] 7566efdc2ef2: Waiting [2023-01-31T15:32:03.084Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:03.084Z] f42bc878a102: Pushed [2023-01-31T15:32:03.084Z] fe0ef6eb45b7: Pushed [2023-01-31T15:32:03.084Z] d9e6147e5cfc: Pushed [2023-01-31T15:32:03.084Z] 76d4433ece5d: Pushed [2023-01-31T15:32:03.084Z] ffd0dd8ea2a5: Pushed [2023-01-31T15:32:03.084Z] d109b48fee64: Layer already exists [2023-01-31T15:32:03.343Z] e4f706ce5ed6: Pushed [2023-01-31T15:32:03.343Z] 7d6cbe57bfb9: Pushed [2023-01-31T15:32:03.343Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:03.343Z] 7566efdc2ef2: Pushed [2023-01-31T15:32:03.343Z] 78b79385f6ec: Pushed [2023-01-31T15:32:04.185Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-31T15:32:04.456Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-31T15:32:04.456Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-31T15:32:04.725Z] 1aee7e680555: Pushed [2023-01-31T15:32:04.725Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:4abbcc3eae9314cab54c7bf9f0da2d5e491def93716ec00df11e11d75e78f13d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:05.045Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:05.349Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-31T15:32:05.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-31T15:32:05.349Z] f42bc878a102: Preparing [2023-01-31T15:32:05.349Z] f42bc878a102: Preparing [2023-01-31T15:32:05.349Z] fe0ef6eb45b7: Preparing [2023-01-31T15:32:05.349Z] d9e6147e5cfc: Preparing [2023-01-31T15:32:05.349Z] ffd0dd8ea2a5: Preparing [2023-01-31T15:32:05.349Z] 76d4433ece5d: Preparing [2023-01-31T15:32:05.349Z] 1aee7e680555: Preparing [2023-01-31T15:32:05.349Z] d109b48fee64: Preparing [2023-01-31T15:32:05.349Z] e4f706ce5ed6: Preparing [2023-01-31T15:32:05.349Z] 78b79385f6ec: Preparing [2023-01-31T15:32:05.349Z] 7d6cbe57bfb9: Preparing [2023-01-31T15:32:05.349Z] 7566efdc2ef2: Preparing [2023-01-31T15:32:05.349Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:05.349Z] 78b79385f6ec: Waiting [2023-01-31T15:32:05.349Z] 1aee7e680555: Waiting [2023-01-31T15:32:05.349Z] 7d6cbe57bfb9: Waiting [2023-01-31T15:32:05.349Z] d109b48fee64: Waiting [2023-01-31T15:32:05.349Z] 7566efdc2ef2: Waiting [2023-01-31T15:32:05.349Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:05.349Z] e4f706ce5ed6: Waiting [2023-01-31T15:32:05.349Z] 76d4433ece5d: Layer already exists [2023-01-31T15:32:05.349Z] d9e6147e5cfc: Layer already exists [2023-01-31T15:32:05.349Z] ffd0dd8ea2a5: Layer already exists [2023-01-31T15:32:05.349Z] fe0ef6eb45b7: Layer already exists [2023-01-31T15:32:05.349Z] f42bc878a102: Layer already exists [2023-01-31T15:32:05.349Z] 1aee7e680555: Layer already exists [2023-01-31T15:32:05.349Z] e4f706ce5ed6: Layer already exists [2023-01-31T15:32:05.349Z] d109b48fee64: Layer already exists [2023-01-31T15:32:05.349Z] 7d6cbe57bfb9: Layer already exists [2023-01-31T15:32:05.349Z] 78b79385f6ec: Layer already exists [2023-01-31T15:32:05.349Z] 7566efdc2ef2: Layer already exists [2023-01-31T15:32:05.349Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:05.349Z] latest: digest: sha256:4abbcc3eae9314cab54c7bf9f0da2d5e491def93716ec00df11e11d75e78f13d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:05.657Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:05.961Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.31 [2023-01-31T15:32:05.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-31T15:32:05.961Z] f42bc878a102: Preparing [2023-01-31T15:32:05.961Z] f42bc878a102: Preparing [2023-01-31T15:32:05.961Z] fe0ef6eb45b7: Preparing [2023-01-31T15:32:05.961Z] d9e6147e5cfc: Preparing [2023-01-31T15:32:05.961Z] ffd0dd8ea2a5: Preparing [2023-01-31T15:32:05.961Z] 76d4433ece5d: Preparing [2023-01-31T15:32:05.961Z] 1aee7e680555: Preparing [2023-01-31T15:32:05.961Z] d109b48fee64: Preparing [2023-01-31T15:32:05.961Z] e4f706ce5ed6: Preparing [2023-01-31T15:32:05.961Z] 78b79385f6ec: Preparing [2023-01-31T15:32:05.961Z] 7d6cbe57bfb9: Preparing [2023-01-31T15:32:05.961Z] 7566efdc2ef2: Preparing [2023-01-31T15:32:05.961Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:05.961Z] e4f706ce5ed6: Waiting [2023-01-31T15:32:05.961Z] 7d6cbe57bfb9: Waiting [2023-01-31T15:32:05.961Z] d109b48fee64: Waiting [2023-01-31T15:32:05.961Z] 7566efdc2ef2: Waiting [2023-01-31T15:32:05.961Z] 78b79385f6ec: Waiting [2023-01-31T15:32:05.961Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:05.961Z] 1aee7e680555: Waiting [2023-01-31T15:32:05.961Z] d9e6147e5cfc: Layer already exists [2023-01-31T15:32:05.961Z] fe0ef6eb45b7: Layer already exists [2023-01-31T15:32:05.961Z] ffd0dd8ea2a5: Layer already exists [2023-01-31T15:32:05.961Z] 76d4433ece5d: Layer already exists [2023-01-31T15:32:05.961Z] f42bc878a102: Layer already exists [2023-01-31T15:32:05.961Z] 1aee7e680555: Layer already exists [2023-01-31T15:32:05.961Z] 78b79385f6ec: Layer already exists [2023-01-31T15:32:05.961Z] d109b48fee64: Layer already exists [2023-01-31T15:32:05.961Z] e4f706ce5ed6: Layer already exists [2023-01-31T15:32:05.961Z] 7d6cbe57bfb9: Layer already exists [2023-01-31T15:32:05.961Z] 7566efdc2ef2: Layer already exists [2023-01-31T15:32:05.961Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:05.961Z] 3.0.0-dev.31: digest: sha256:4abbcc3eae9314cab54c7bf9f0da2d5e491def93716ec00df11e11d75e78f13d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:06.266Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:06.572Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:06.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-31T15:32:06.572Z] f42bc878a102: Preparing [2023-01-31T15:32:06.572Z] f42bc878a102: Preparing [2023-01-31T15:32:06.572Z] fe0ef6eb45b7: Preparing [2023-01-31T15:32:06.572Z] d9e6147e5cfc: Preparing [2023-01-31T15:32:06.572Z] ffd0dd8ea2a5: Preparing [2023-01-31T15:32:06.572Z] 76d4433ece5d: Preparing [2023-01-31T15:32:06.572Z] 1aee7e680555: Preparing [2023-01-31T15:32:06.572Z] d109b48fee64: Preparing [2023-01-31T15:32:06.572Z] e4f706ce5ed6: Preparing [2023-01-31T15:32:06.572Z] 78b79385f6ec: Preparing [2023-01-31T15:32:06.572Z] 7d6cbe57bfb9: Preparing [2023-01-31T15:32:06.572Z] 1aee7e680555: Waiting [2023-01-31T15:32:06.572Z] e4f706ce5ed6: Waiting [2023-01-31T15:32:06.572Z] 78b79385f6ec: Waiting [2023-01-31T15:32:06.572Z] d109b48fee64: Waiting [2023-01-31T15:32:06.572Z] 7566efdc2ef2: Preparing [2023-01-31T15:32:06.572Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:06.572Z] 7d6cbe57bfb9: Waiting [2023-01-31T15:32:06.572Z] 7566efdc2ef2: Waiting [2023-01-31T15:32:06.572Z] 76d4433ece5d: Layer already exists [2023-01-31T15:32:06.572Z] d9e6147e5cfc: Layer already exists [2023-01-31T15:32:06.572Z] ffd0dd8ea2a5: Layer already exists [2023-01-31T15:32:06.572Z] fe0ef6eb45b7: Layer already exists [2023-01-31T15:32:06.572Z] f42bc878a102: Layer already exists [2023-01-31T15:32:06.572Z] 1aee7e680555: Layer already exists [2023-01-31T15:32:06.572Z] 78b79385f6ec: Layer already exists [2023-01-31T15:32:06.572Z] d109b48fee64: Layer already exists [2023-01-31T15:32:06.572Z] 7d6cbe57bfb9: Layer already exists [2023-01-31T15:32:06.572Z] e4f706ce5ed6: Layer already exists [2023-01-31T15:32:06.572Z] 7566efdc2ef2: Layer already exists [2023-01-31T15:32:06.572Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:06.572Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:4abbcc3eae9314cab54c7bf9f0da2d5e491def93716ec00df11e11d75e78f13d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:06.878Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:07.189Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-01-31T15:32:07.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-31T15:32:07.189Z] f42bc878a102: Preparing [2023-01-31T15:32:07.189Z] f42bc878a102: Preparing [2023-01-31T15:32:07.189Z] fe0ef6eb45b7: Preparing [2023-01-31T15:32:07.189Z] d9e6147e5cfc: Preparing [2023-01-31T15:32:07.189Z] ffd0dd8ea2a5: Preparing [2023-01-31T15:32:07.189Z] 76d4433ece5d: Preparing [2023-01-31T15:32:07.189Z] 1aee7e680555: Preparing [2023-01-31T15:32:07.189Z] 1aee7e680555: Waiting [2023-01-31T15:32:07.189Z] d109b48fee64: Preparing [2023-01-31T15:32:07.189Z] e4f706ce5ed6: Preparing [2023-01-31T15:32:07.189Z] 78b79385f6ec: Preparing [2023-01-31T15:32:07.189Z] 7d6cbe57bfb9: Preparing [2023-01-31T15:32:07.189Z] 7566efdc2ef2: Preparing [2023-01-31T15:32:07.189Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:07.189Z] d109b48fee64: Waiting [2023-01-31T15:32:07.189Z] e4f706ce5ed6: Waiting [2023-01-31T15:32:07.189Z] 7566efdc2ef2: Waiting [2023-01-31T15:32:07.189Z] 7d6cbe57bfb9: Waiting [2023-01-31T15:32:07.189Z] 78b79385f6ec: Waiting [2023-01-31T15:32:07.189Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:07.189Z] ffd0dd8ea2a5: Layer already exists [2023-01-31T15:32:07.189Z] fe0ef6eb45b7: Layer already exists [2023-01-31T15:32:07.189Z] 76d4433ece5d: Layer already exists [2023-01-31T15:32:07.189Z] d9e6147e5cfc: Layer already exists [2023-01-31T15:32:07.189Z] f42bc878a102: Layer already exists [2023-01-31T15:32:07.189Z] 1aee7e680555: Layer already exists [2023-01-31T15:32:07.189Z] d109b48fee64: Layer already exists [2023-01-31T15:32:07.189Z] 78b79385f6ec: Layer already exists [2023-01-31T15:32:07.189Z] e4f706ce5ed6: Layer already exists [2023-01-31T15:32:07.189Z] 7d6cbe57bfb9: Layer already exists [2023-01-31T15:32:07.189Z] 7566efdc2ef2: Layer already exists [2023-01-31T15:32:07.189Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:07.189Z] main: digest: sha256:4abbcc3eae9314cab54c7bf9f0da2d5e491def93716ec00df11e11d75e78f13d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:32:07.222Z] ===================================================== [Pipeline] echo [2023-01-31T15:32:07.228Z] taggedImages: [2023-01-31T15:32:07.228Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:07.228Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-31T15:32:07.228Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.31 [2023-01-31T15:32:07.228Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:07.228Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-01-31T15:32:07.243Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-01-31T15:32:07.243Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:07.243Z] latest [2023-01-31T15:32:07.243Z] 3.0.0-dev.31 [2023-01-31T15:32:07.243Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:07.243Z] main [2023-01-31T15:32:07.243Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:07.550Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:07.853Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:07.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-31T15:32:07.853Z] cb84acf54a57: Preparing [2023-01-31T15:32:07.853Z] 62fa398af350: Preparing [2023-01-31T15:32:07.853Z] 132987e44a94: Preparing [2023-01-31T15:32:07.853Z] 5de98f62adca: Preparing [2023-01-31T15:32:07.853Z] 1827b47cc2b9: Preparing [2023-01-31T15:32:07.853Z] 4e536f8daf11: Preparing [2023-01-31T15:32:07.853Z] 20efc154d959: Preparing [2023-01-31T15:32:07.853Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:07.853Z] 4e536f8daf11: Waiting [2023-01-31T15:32:07.853Z] 20efc154d959: Waiting [2023-01-31T15:32:07.853Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:07.853Z] 62fa398af350: Pushed [2023-01-31T15:32:07.853Z] cb84acf54a57: Pushed [2023-01-31T15:32:07.853Z] 1827b47cc2b9: Pushed [2023-01-31T15:32:07.853Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:08.111Z] 4e536f8daf11: Pushed [2023-01-31T15:32:08.374Z] 20efc154d959: Pushed [2023-01-31T15:32:08.708Z] Removing intermediate container d93445003b9b [2023-01-31T15:32:08.708Z] ---> d5827b201b8e [2023-01-31T15:32:08.708Z] Step 11/24 : WORKDIR /edgex-go [2023-01-31T15:32:08.708Z] ---> Running in 057011cbb47d [2023-01-31T15:32:08.945Z] 5de98f62adca: Pushed [2023-01-31T15:32:08.945Z] 132987e44a94: Pushed [2023-01-31T15:32:08.945Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:c702340595e13f0b5b20ca4da38efce01f23ab70dde728e4b144ee6c880473eb size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:09.293Z] Removing intermediate container 057011cbb47d [2023-01-31T15:32:09.293Z] ---> f2e347ee17ec [2023-01-31T15:32:09.293Z] [2023-01-31T15:32:09.293Z] Step 12/24 : FROM alpine:3.15 [2023-01-31T15:32:09.293Z] 3.15: Pulling from library/alpine [2023-01-31T15:32:09.516Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:09.825Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-31T15:32:09.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-31T15:32:09.825Z] cb84acf54a57: Preparing [2023-01-31T15:32:09.826Z] 62fa398af350: Preparing [2023-01-31T15:32:09.826Z] 132987e44a94: Preparing [2023-01-31T15:32:09.826Z] 5de98f62adca: Preparing [2023-01-31T15:32:09.826Z] 1827b47cc2b9: Preparing [2023-01-31T15:32:09.826Z] 4e536f8daf11: Preparing [2023-01-31T15:32:09.826Z] 20efc154d959: Preparing [2023-01-31T15:32:09.826Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:09.826Z] 4e536f8daf11: Waiting [2023-01-31T15:32:09.826Z] 20efc154d959: Waiting [2023-01-31T15:32:09.826Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:09.826Z] 1827b47cc2b9: Layer already exists [2023-01-31T15:32:09.826Z] 62fa398af350: Layer already exists [2023-01-31T15:32:09.826Z] 5de98f62adca: Layer already exists [2023-01-31T15:32:09.826Z] cb84acf54a57: Layer already exists [2023-01-31T15:32:09.826Z] 132987e44a94: Layer already exists [2023-01-31T15:32:09.826Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:09.826Z] 4e536f8daf11: Layer already exists [2023-01-31T15:32:09.826Z] 20efc154d959: Layer already exists [2023-01-31T15:32:09.826Z] latest: digest: sha256:c702340595e13f0b5b20ca4da38efce01f23ab70dde728e4b144ee6c880473eb size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:10.135Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:10.442Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.31 [2023-01-31T15:32:10.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-31T15:32:10.442Z] cb84acf54a57: Preparing [2023-01-31T15:32:10.442Z] 62fa398af350: Preparing [2023-01-31T15:32:10.442Z] 132987e44a94: Preparing [2023-01-31T15:32:10.442Z] 5de98f62adca: Preparing [2023-01-31T15:32:10.442Z] 1827b47cc2b9: Preparing [2023-01-31T15:32:10.442Z] 4e536f8daf11: Preparing [2023-01-31T15:32:10.442Z] 20efc154d959: Preparing [2023-01-31T15:32:10.442Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:10.442Z] 4e536f8daf11: Waiting [2023-01-31T15:32:10.442Z] 20efc154d959: Waiting [2023-01-31T15:32:10.442Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:10.442Z] 62fa398af350: Layer already exists [2023-01-31T15:32:10.442Z] cb84acf54a57: Layer already exists [2023-01-31T15:32:10.442Z] 132987e44a94: Layer already exists [2023-01-31T15:32:10.442Z] 5de98f62adca: Layer already exists [2023-01-31T15:32:10.442Z] 1827b47cc2b9: Layer already exists [2023-01-31T15:32:10.442Z] 20efc154d959: Layer already exists [2023-01-31T15:32:10.442Z] 4e536f8daf11: Layer already exists [2023-01-31T15:32:10.442Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:10.442Z] 3.0.0-dev.31: digest: sha256:c702340595e13f0b5b20ca4da38efce01f23ab70dde728e4b144ee6c880473eb size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:10.757Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:11.064Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:11.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-31T15:32:11.064Z] cb84acf54a57: Preparing [2023-01-31T15:32:11.064Z] 62fa398af350: Preparing [2023-01-31T15:32:11.064Z] 132987e44a94: Preparing [2023-01-31T15:32:11.064Z] 5de98f62adca: Preparing [2023-01-31T15:32:11.064Z] 1827b47cc2b9: Preparing [2023-01-31T15:32:11.064Z] 4e536f8daf11: Preparing [2023-01-31T15:32:11.064Z] 20efc154d959: Preparing [2023-01-31T15:32:11.064Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:11.064Z] 20efc154d959: Waiting [2023-01-31T15:32:11.064Z] 4e536f8daf11: Waiting [2023-01-31T15:32:11.064Z] cb84acf54a57: Layer already exists [2023-01-31T15:32:11.064Z] 132987e44a94: Layer already exists [2023-01-31T15:32:11.064Z] 1827b47cc2b9: Layer already exists [2023-01-31T15:32:11.064Z] 62fa398af350: Layer already exists [2023-01-31T15:32:11.064Z] 5de98f62adca: Layer already exists [2023-01-31T15:32:11.064Z] 4e536f8daf11: Layer already exists [2023-01-31T15:32:11.064Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:11.064Z] 20efc154d959: Layer already exists [2023-01-31T15:32:11.064Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:c702340595e13f0b5b20ca4da38efce01f23ab70dde728e4b144ee6c880473eb size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:11.378Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:11.721Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-01-31T15:32:11.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-31T15:32:11.721Z] cb84acf54a57: Preparing [2023-01-31T15:32:11.721Z] 62fa398af350: Preparing [2023-01-31T15:32:11.721Z] 132987e44a94: Preparing [2023-01-31T15:32:11.721Z] 5de98f62adca: Preparing [2023-01-31T15:32:11.721Z] 1827b47cc2b9: Preparing [2023-01-31T15:32:11.721Z] 4e536f8daf11: Preparing [2023-01-31T15:32:11.721Z] 20efc154d959: Preparing [2023-01-31T15:32:11.721Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:11.721Z] 4e536f8daf11: Waiting [2023-01-31T15:32:11.721Z] 20efc154d959: Waiting [2023-01-31T15:32:11.721Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:11.721Z] 1827b47cc2b9: Layer already exists [2023-01-31T15:32:11.721Z] 5de98f62adca: Layer already exists [2023-01-31T15:32:11.721Z] cb84acf54a57: Layer already exists [2023-01-31T15:32:11.721Z] 62fa398af350: Layer already exists [2023-01-31T15:32:11.721Z] 132987e44a94: Layer already exists [2023-01-31T15:32:11.721Z] 4e536f8daf11: Layer already exists [2023-01-31T15:32:11.721Z] 20efc154d959: Layer already exists [2023-01-31T15:32:11.721Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:11.721Z] main: digest: sha256:c702340595e13f0b5b20ca4da38efce01f23ab70dde728e4b144ee6c880473eb size: 1990 [2023-01-31T15:32:11.879Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-31T15:32:11.879Z] Status: Downloaded newer image for alpine:3.15 [2023-01-31T15:32:11.879Z] ---> 8aa73fd46299 [2023-01-31T15:32:11.879Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:32:12.371Z] ===================================================== [Pipeline] echo [2023-01-31T15:32:12.377Z] taggedImages: [2023-01-31T15:32:12.377Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:12.377Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-31T15:32:12.377Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.31 [2023-01-31T15:32:12.377Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:12.377Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-01-31T15:32:12.391Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-01-31T15:32:12.391Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:12.391Z] latest [2023-01-31T15:32:12.391Z] 3.0.0-dev.31 [2023-01-31T15:32:12.391Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:12.391Z] main [2023-01-31T15:32:12.391Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:12.469Z] ---> Running in e060caf990d6 [2023-01-31T15:32:12.699Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:13.053Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:13.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-31T15:32:13.053Z] 398a1ed24ec7: Preparing [2023-01-31T15:32:13.053Z] b0981c94cf19: Preparing [2023-01-31T15:32:13.053Z] 6f3708c582fd: Preparing [2023-01-31T15:32:13.053Z] f5ff7bc77c20: Preparing [2023-01-31T15:32:13.053Z] 7f22e504a558: Preparing [2023-01-31T15:32:13.053Z] 5cd92fb70bee: Preparing [2023-01-31T15:32:13.053Z] eb0c05552340: Preparing [2023-01-31T15:32:13.053Z] acbba4251438: Preparing [2023-01-31T15:32:13.053Z] 9bb5f98d3332: Preparing [2023-01-31T15:32:13.053Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:13.053Z] eb0c05552340: Waiting [2023-01-31T15:32:13.053Z] acbba4251438: Waiting [2023-01-31T15:32:13.053Z] 9bb5f98d3332: Waiting [2023-01-31T15:32:13.053Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:13.053Z] 5cd92fb70bee: Waiting [2023-01-31T15:32:13.053Z] b0981c94cf19: Pushed [2023-01-31T15:32:13.053Z] 7f22e504a558: Pushed [2023-01-31T15:32:13.053Z] 398a1ed24ec7: Pushed [2023-01-31T15:32:13.062Z] Removing intermediate container e060caf990d6 [2023-01-31T15:32:13.062Z] ---> d036b994c61d [2023-01-31T15:32:13.062Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-31T15:32:13.327Z] ---> Running in c38f3b9812e1 [2023-01-31T15:32:13.459Z] eb0c05552340: Pushed [2023-01-31T15:32:13.459Z] 5cd92fb70bee: Pushed [2023-01-31T15:32:13.459Z] acbba4251438: Pushed [2023-01-31T15:32:13.459Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:14.366Z] 9bb5f98d3332: Pushed [2023-01-31T15:32:14.730Z] f5ff7bc77c20: Pushed [2023-01-31T15:32:14.990Z] 6f3708c582fd: Pushed [2023-01-31T15:32:14.990Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:a7bee62cac9971afb0c6c742c7144e6629a7c1ea06062a15f5f2190e46ffb791 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:15.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:32:15.302Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:15.604Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-31T15:32:15.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-31T15:32:15.604Z] 398a1ed24ec7: Preparing [2023-01-31T15:32:15.604Z] b0981c94cf19: Preparing [2023-01-31T15:32:15.604Z] 6f3708c582fd: Preparing [2023-01-31T15:32:15.604Z] f5ff7bc77c20: Preparing [2023-01-31T15:32:15.604Z] 7f22e504a558: Preparing [2023-01-31T15:32:15.604Z] 5cd92fb70bee: Preparing [2023-01-31T15:32:15.604Z] eb0c05552340: Preparing [2023-01-31T15:32:15.604Z] 5cd92fb70bee: Waiting [2023-01-31T15:32:15.604Z] acbba4251438: Preparing [2023-01-31T15:32:15.604Z] 9bb5f98d3332: Preparing [2023-01-31T15:32:15.604Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:15.604Z] eb0c05552340: Waiting [2023-01-31T15:32:15.604Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:15.604Z] acbba4251438: Waiting [2023-01-31T15:32:15.604Z] 9bb5f98d3332: Waiting [2023-01-31T15:32:15.604Z] f5ff7bc77c20: Layer already exists [2023-01-31T15:32:15.604Z] 7f22e504a558: Layer already exists [2023-01-31T15:32:15.604Z] b0981c94cf19: Layer already exists [2023-01-31T15:32:15.604Z] 6f3708c582fd: Layer already exists [2023-01-31T15:32:15.604Z] 398a1ed24ec7: Layer already exists [2023-01-31T15:32:15.604Z] 5cd92fb70bee: Layer already exists [2023-01-31T15:32:15.604Z] acbba4251438: Layer already exists [2023-01-31T15:32:15.604Z] eb0c05552340: Layer already exists [2023-01-31T15:32:15.604Z] 9bb5f98d3332: Layer already exists [2023-01-31T15:32:15.604Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:15.604Z] latest: digest: sha256:a7bee62cac9971afb0c6c742c7144e6629a7c1ea06062a15f5f2190e46ffb791 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:15.872Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:32:15.908Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:16.210Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.31 [2023-01-31T15:32:16.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-31T15:32:16.210Z] 398a1ed24ec7: Preparing [2023-01-31T15:32:16.210Z] b0981c94cf19: Preparing [2023-01-31T15:32:16.210Z] 6f3708c582fd: Preparing [2023-01-31T15:32:16.210Z] f5ff7bc77c20: Preparing [2023-01-31T15:32:16.210Z] 7f22e504a558: Preparing [2023-01-31T15:32:16.210Z] 5cd92fb70bee: Preparing [2023-01-31T15:32:16.210Z] eb0c05552340: Preparing [2023-01-31T15:32:16.210Z] acbba4251438: Preparing [2023-01-31T15:32:16.210Z] 9bb5f98d3332: Preparing [2023-01-31T15:32:16.210Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:16.210Z] eb0c05552340: Waiting [2023-01-31T15:32:16.210Z] acbba4251438: Waiting [2023-01-31T15:32:16.210Z] 5cd92fb70bee: Waiting [2023-01-31T15:32:16.210Z] 9bb5f98d3332: Waiting [2023-01-31T15:32:16.210Z] e5e13b0c77cb: Waiting [2023-01-31T15:32:16.210Z] 7f22e504a558: Layer already exists [2023-01-31T15:32:16.210Z] 6f3708c582fd: Layer already exists [2023-01-31T15:32:16.210Z] b0981c94cf19: Layer already exists [2023-01-31T15:32:16.210Z] 398a1ed24ec7: Layer already exists [2023-01-31T15:32:16.210Z] f5ff7bc77c20: Layer already exists [2023-01-31T15:32:16.210Z] 5cd92fb70bee: Layer already exists [2023-01-31T15:32:16.210Z] eb0c05552340: Layer already exists [2023-01-31T15:32:16.210Z] 9bb5f98d3332: Layer already exists [2023-01-31T15:32:16.210Z] acbba4251438: Layer already exists [2023-01-31T15:32:16.210Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:16.210Z] 3.0.0-dev.31: digest: sha256:a7bee62cac9971afb0c6c742c7144e6629a7c1ea06062a15f5f2190e46ffb791 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:16.514Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:16.815Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:16.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-31T15:32:16.815Z] 398a1ed24ec7: Preparing [2023-01-31T15:32:16.815Z] b0981c94cf19: Preparing [2023-01-31T15:32:16.815Z] 6f3708c582fd: Preparing [2023-01-31T15:32:16.815Z] f5ff7bc77c20: Preparing [2023-01-31T15:32:16.815Z] 7f22e504a558: Preparing [2023-01-31T15:32:16.815Z] 5cd92fb70bee: Preparing [2023-01-31T15:32:16.815Z] eb0c05552340: Preparing [2023-01-31T15:32:16.815Z] acbba4251438: Preparing [2023-01-31T15:32:16.815Z] 9bb5f98d3332: Preparing [2023-01-31T15:32:16.815Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:16.815Z] 5cd92fb70bee: Waiting [2023-01-31T15:32:16.815Z] acbba4251438: Waiting [2023-01-31T15:32:16.815Z] eb0c05552340: Waiting [2023-01-31T15:32:16.815Z] 9bb5f98d3332: Waiting [2023-01-31T15:32:16.815Z] 398a1ed24ec7: Layer already exists [2023-01-31T15:32:16.815Z] b0981c94cf19: Layer already exists [2023-01-31T15:32:16.815Z] 7f22e504a558: Layer already exists [2023-01-31T15:32:16.815Z] 6f3708c582fd: Layer already exists [2023-01-31T15:32:16.815Z] f5ff7bc77c20: Layer already exists [2023-01-31T15:32:16.815Z] 5cd92fb70bee: Layer already exists [2023-01-31T15:32:16.815Z] eb0c05552340: Layer already exists [2023-01-31T15:32:16.815Z] acbba4251438: Layer already exists [2023-01-31T15:32:16.815Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:16.815Z] 9bb5f98d3332: Layer already exists [2023-01-31T15:32:16.815Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:a7bee62cac9971afb0c6c742c7144e6629a7c1ea06062a15f5f2190e46ffb791 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:17.120Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:17.424Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-01-31T15:32:17.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-31T15:32:17.424Z] 398a1ed24ec7: Preparing [2023-01-31T15:32:17.424Z] b0981c94cf19: Preparing [2023-01-31T15:32:17.424Z] 6f3708c582fd: Preparing [2023-01-31T15:32:17.424Z] f5ff7bc77c20: Preparing [2023-01-31T15:32:17.424Z] 7f22e504a558: Preparing [2023-01-31T15:32:17.424Z] 5cd92fb70bee: Preparing [2023-01-31T15:32:17.424Z] eb0c05552340: Preparing [2023-01-31T15:32:17.424Z] acbba4251438: Preparing [2023-01-31T15:32:17.424Z] 9bb5f98d3332: Preparing [2023-01-31T15:32:17.424Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:17.424Z] eb0c05552340: Waiting [2023-01-31T15:32:17.424Z] 5cd92fb70bee: Waiting [2023-01-31T15:32:17.424Z] acbba4251438: Waiting [2023-01-31T15:32:17.424Z] 9bb5f98d3332: Waiting [2023-01-31T15:32:17.424Z] 6f3708c582fd: Layer already exists [2023-01-31T15:32:17.424Z] 7f22e504a558: Layer already exists [2023-01-31T15:32:17.424Z] f5ff7bc77c20: Layer already exists [2023-01-31T15:32:17.424Z] 398a1ed24ec7: Layer already exists [2023-01-31T15:32:17.424Z] b0981c94cf19: Layer already exists [2023-01-31T15:32:17.424Z] 5cd92fb70bee: Layer already exists [2023-01-31T15:32:17.424Z] 9bb5f98d3332: Layer already exists [2023-01-31T15:32:17.424Z] acbba4251438: Layer already exists [2023-01-31T15:32:17.424Z] eb0c05552340: Layer already exists [2023-01-31T15:32:17.424Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:17.424Z] main: digest: sha256:a7bee62cac9971afb0c6c742c7144e6629a7c1ea06062a15f5f2190e46ffb791 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:32:17.468Z] ===================================================== [Pipeline] echo [2023-01-31T15:32:17.477Z] taggedImages: [2023-01-31T15:32:17.477Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:17.477Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-31T15:32:17.477Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.31 [2023-01-31T15:32:17.477Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:17.477Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-01-31T15:32:17.497Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-01-31T15:32:17.497Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:17.497Z] latest [2023-01-31T15:32:17.497Z] 3.0.0-dev.31 [2023-01-31T15:32:17.497Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:17.497Z] main [2023-01-31T15:32:17.497Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:17.818Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:17.857Z] v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-31T15:32:17.857Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-31T15:32:17.857Z] OK: 15736 distinct packages available [2023-01-31T15:32:17.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:32:18.133Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:18.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-31T15:32:18.133Z] 3493cdef5187: Preparing [2023-01-31T15:32:18.133Z] d90a40772265: Preparing [2023-01-31T15:32:18.133Z] d109b48fee64: Preparing [2023-01-31T15:32:18.133Z] 1a058f9e5573: Preparing [2023-01-31T15:32:18.133Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:18.133Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:18.133Z] d109b48fee64: Layer already exists [2023-01-31T15:32:18.133Z] 3493cdef5187: Pushed [2023-01-31T15:32:18.446Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:32:18.703Z] 1a058f9e5573: Pushed [2023-01-31T15:32:19.850Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-31T15:32:19.850Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-31T15:32:19.850Z] (3/5) Installing libucontext (1.1-r0) [2023-01-31T15:32:19.850Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-31T15:32:20.083Z] d90a40772265: Pushed [2023-01-31T15:32:20.084Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:21382fda33c227121ff3304fdeee39e273bef6b8e87cb32b9b2677c98d78c973 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-01-31T15:32:20.117Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-31T15:32:20.117Z] Executing busybox-1.34.1-r7.trigger [2023-01-31T15:32:20.117Z] OK: 6 MiB in 19 packages [Pipeline] sh [2023-01-31T15:32:20.400Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:20.716Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-31T15:32:20.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-31T15:32:20.716Z] 3493cdef5187: Preparing [2023-01-31T15:32:20.716Z] d90a40772265: Preparing [2023-01-31T15:32:20.716Z] d109b48fee64: Preparing [2023-01-31T15:32:20.716Z] 1a058f9e5573: Preparing [2023-01-31T15:32:20.716Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:20.716Z] 3493cdef5187: Layer already exists [2023-01-31T15:32:20.716Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:20.716Z] d109b48fee64: Layer already exists [2023-01-31T15:32:20.716Z] 1a058f9e5573: Layer already exists [2023-01-31T15:32:20.716Z] d90a40772265: Layer already exists [2023-01-31T15:32:20.716Z] latest: digest: sha256:21382fda33c227121ff3304fdeee39e273bef6b8e87cb32b9b2677c98d78c973 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:21.037Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:21.349Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.31 [2023-01-31T15:32:21.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-31T15:32:21.349Z] 3493cdef5187: Preparing [2023-01-31T15:32:21.349Z] d90a40772265: Preparing [2023-01-31T15:32:21.349Z] d109b48fee64: Preparing [2023-01-31T15:32:21.349Z] 1a058f9e5573: Preparing [2023-01-31T15:32:21.349Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:21.349Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:21.349Z] 1a058f9e5573: Layer already exists [2023-01-31T15:32:21.349Z] 3493cdef5187: Layer already exists [2023-01-31T15:32:21.349Z] d109b48fee64: Layer already exists [2023-01-31T15:32:21.349Z] d90a40772265: Layer already exists [2023-01-31T15:32:21.349Z] 3.0.0-dev.31: digest: sha256:21382fda33c227121ff3304fdeee39e273bef6b8e87cb32b9b2677c98d78c973 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:21.668Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:21.981Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:21.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-31T15:32:21.981Z] 3493cdef5187: Preparing [2023-01-31T15:32:21.981Z] d90a40772265: Preparing [2023-01-31T15:32:21.981Z] d109b48fee64: Preparing [2023-01-31T15:32:21.981Z] 1a058f9e5573: Preparing [2023-01-31T15:32:21.981Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:21.981Z] 3493cdef5187: Layer already exists [2023-01-31T15:32:21.981Z] d90a40772265: Layer already exists [2023-01-31T15:32:21.981Z] d109b48fee64: Layer already exists [2023-01-31T15:32:21.981Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:21.981Z] 1a058f9e5573: Layer already exists [2023-01-31T15:32:21.981Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:21382fda33c227121ff3304fdeee39e273bef6b8e87cb32b9b2677c98d78c973 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:22.289Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:22.599Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-01-31T15:32:22.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-31T15:32:22.599Z] 3493cdef5187: Preparing [2023-01-31T15:32:22.599Z] d90a40772265: Preparing [2023-01-31T15:32:22.599Z] d109b48fee64: Preparing [2023-01-31T15:32:22.599Z] 1a058f9e5573: Preparing [2023-01-31T15:32:22.599Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:22.599Z] 3493cdef5187: Layer already exists [2023-01-31T15:32:22.599Z] 1a058f9e5573: Layer already exists [2023-01-31T15:32:22.599Z] d90a40772265: Layer already exists [2023-01-31T15:32:22.599Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:22.599Z] d109b48fee64: Layer already exists [2023-01-31T15:32:22.599Z] main: digest: sha256:21382fda33c227121ff3304fdeee39e273bef6b8e87cb32b9b2677c98d78c973 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:32:22.644Z] ===================================================== [Pipeline] echo [2023-01-31T15:32:22.654Z] taggedImages: [2023-01-31T15:32:22.654Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:22.654Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-31T15:32:22.654Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.31 [2023-01-31T15:32:22.654Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:22.654Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-01-31T15:32:22.677Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-01-31T15:32:22.677Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:22.677Z] latest [2023-01-31T15:32:22.677Z] 3.0.0-dev.31 [2023-01-31T15:32:22.677Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:22.677Z] main [2023-01-31T15:32:22.677Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2023-01-31T15:32:22.697Z] Removing intermediate container c38f3b9812e1 [2023-01-31T15:32:22.697Z] ---> aa1345d74df1 [2023-01-31T15:32:22.697Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:23.009Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:23.328Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:23.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-31T15:32:23.328Z] 58f73cf5d495: Preparing [2023-01-31T15:32:23.328Z] cb69501da82b: Preparing [2023-01-31T15:32:23.328Z] 341f774b7643: Preparing [2023-01-31T15:32:23.328Z] f6ab754d4559: Preparing [2023-01-31T15:32:23.328Z] b665c725f7bb: Preparing [2023-01-31T15:32:23.328Z] fb30cd163824: Preparing [2023-01-31T15:32:23.328Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:23.328Z] fb30cd163824: Waiting [2023-01-31T15:32:23.328Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:23.328Z] 341f774b7643: Pushed [2023-01-31T15:32:23.328Z] cb69501da82b: Pushed [2023-01-31T15:32:23.328Z] 58f73cf5d495: Pushed [2023-01-31T15:32:23.328Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:23.895Z] fb30cd163824: Pushed [2023-01-31T15:32:27.181Z] b665c725f7bb: Pushed [2023-01-31T15:32:28.062Z] ---> c180a6a60599 [2023-01-31T15:32:28.062Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-31T15:32:29.716Z] f6ab754d4559: Pushed [2023-01-31T15:32:29.716Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:b082d43306556dd061ec17a238eafd26bd919b9d675c123477f469c68befca09 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:30.020Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:30.322Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-31T15:32:30.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-31T15:32:30.322Z] 58f73cf5d495: Preparing [2023-01-31T15:32:30.322Z] cb69501da82b: Preparing [2023-01-31T15:32:30.322Z] 341f774b7643: Preparing [2023-01-31T15:32:30.322Z] f6ab754d4559: Preparing [2023-01-31T15:32:30.322Z] b665c725f7bb: Preparing [2023-01-31T15:32:30.322Z] fb30cd163824: Preparing [2023-01-31T15:32:30.322Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:30.322Z] fb30cd163824: Waiting [2023-01-31T15:32:30.322Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:30.322Z] cb69501da82b: Layer already exists [2023-01-31T15:32:30.322Z] 58f73cf5d495: Layer already exists [2023-01-31T15:32:30.322Z] b665c725f7bb: Layer already exists [2023-01-31T15:32:30.322Z] 341f774b7643: Layer already exists [2023-01-31T15:32:30.322Z] f6ab754d4559: Layer already exists [2023-01-31T15:32:30.322Z] fb30cd163824: Layer already exists [2023-01-31T15:32:30.322Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:30.322Z] latest: digest: sha256:b082d43306556dd061ec17a238eafd26bd919b9d675c123477f469c68befca09 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:30.624Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:30.937Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.31 [2023-01-31T15:32:30.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-31T15:32:30.937Z] 58f73cf5d495: Preparing [2023-01-31T15:32:30.937Z] cb69501da82b: Preparing [2023-01-31T15:32:30.937Z] 341f774b7643: Preparing [2023-01-31T15:32:30.937Z] f6ab754d4559: Preparing [2023-01-31T15:32:30.937Z] b665c725f7bb: Preparing [2023-01-31T15:32:30.937Z] fb30cd163824: Preparing [2023-01-31T15:32:30.937Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:30.937Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:30.937Z] fb30cd163824: Waiting [2023-01-31T15:32:30.937Z] cb69501da82b: Layer already exists [2023-01-31T15:32:30.937Z] 341f774b7643: Layer already exists [2023-01-31T15:32:30.937Z] b665c725f7bb: Layer already exists [2023-01-31T15:32:30.937Z] 58f73cf5d495: Layer already exists [2023-01-31T15:32:30.937Z] f6ab754d4559: Layer already exists [2023-01-31T15:32:30.937Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:30.937Z] fb30cd163824: Layer already exists [2023-01-31T15:32:30.937Z] 3.0.0-dev.31: digest: sha256:b082d43306556dd061ec17a238eafd26bd919b9d675c123477f469c68befca09 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:31.255Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:31.561Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:31.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-31T15:32:31.561Z] 58f73cf5d495: Preparing [2023-01-31T15:32:31.561Z] cb69501da82b: Preparing [2023-01-31T15:32:31.561Z] 341f774b7643: Preparing [2023-01-31T15:32:31.561Z] f6ab754d4559: Preparing [2023-01-31T15:32:31.561Z] b665c725f7bb: Preparing [2023-01-31T15:32:31.561Z] fb30cd163824: Preparing [2023-01-31T15:32:31.561Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:31.561Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:31.561Z] fb30cd163824: Waiting [2023-01-31T15:32:31.561Z] cb69501da82b: Layer already exists [2023-01-31T15:32:31.561Z] 58f73cf5d495: Layer already exists [2023-01-31T15:32:31.561Z] f6ab754d4559: Layer already exists [2023-01-31T15:32:31.561Z] 341f774b7643: Layer already exists [2023-01-31T15:32:31.561Z] b665c725f7bb: Layer already exists [2023-01-31T15:32:31.561Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:31.561Z] fb30cd163824: Layer already exists [2023-01-31T15:32:31.561Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:b082d43306556dd061ec17a238eafd26bd919b9d675c123477f469c68befca09 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:31.877Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:32.196Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-01-31T15:32:32.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-31T15:32:32.196Z] 58f73cf5d495: Preparing [2023-01-31T15:32:32.196Z] cb69501da82b: Preparing [2023-01-31T15:32:32.196Z] 341f774b7643: Preparing [2023-01-31T15:32:32.196Z] f6ab754d4559: Preparing [2023-01-31T15:32:32.196Z] b665c725f7bb: Preparing [2023-01-31T15:32:32.196Z] fb30cd163824: Preparing [2023-01-31T15:32:32.196Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:32.196Z] fb30cd163824: Waiting [2023-01-31T15:32:32.196Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:32.196Z] 58f73cf5d495: Layer already exists [2023-01-31T15:32:32.196Z] 341f774b7643: Layer already exists [2023-01-31T15:32:32.196Z] cb69501da82b: Layer already exists [2023-01-31T15:32:32.196Z] f6ab754d4559: Layer already exists [2023-01-31T15:32:32.196Z] b665c725f7bb: Layer already exists [2023-01-31T15:32:32.196Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:32.196Z] fb30cd163824: Layer already exists [2023-01-31T15:32:32.196Z] main: digest: sha256:b082d43306556dd061ec17a238eafd26bd919b9d675c123477f469c68befca09 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:32:32.230Z] ===================================================== [Pipeline] echo [2023-01-31T15:32:32.235Z] taggedImages: [2023-01-31T15:32:32.235Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:32.235Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-31T15:32:32.235Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.31 [2023-01-31T15:32:32.235Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:32.235Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-01-31T15:32:32.249Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-01-31T15:32:32.249Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:32.249Z] latest [2023-01-31T15:32:32.249Z] 3.0.0-dev.31 [2023-01-31T15:32:32.249Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:32.249Z] main [2023-01-31T15:32:32.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:32.567Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:32.878Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:32.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-31T15:32:32.878Z] 4cd4c0dc16ac: Preparing [2023-01-31T15:32:32.878Z] 1d9b48e3bfd1: Preparing [2023-01-31T15:32:32.878Z] 6a11661e9a52: Preparing [2023-01-31T15:32:32.878Z] 3947a372bd7d: Preparing [2023-01-31T15:32:32.878Z] 46e8b1011a38: Preparing [2023-01-31T15:32:32.878Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:32.878Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:32.878Z] 1d9b48e3bfd1: Pushed [2023-01-31T15:32:32.878Z] 6a11661e9a52: Pushed [2023-01-31T15:32:32.878Z] 4cd4c0dc16ac: Pushed [2023-01-31T15:32:32.878Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:33.137Z] 46e8b1011a38: Pushed [2023-01-31T15:32:38.141Z] ---> 936aaf93332c [2023-01-31T15:32:38.141Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-31T15:32:38.141Z] ---> 32b96997cee3 [2023-01-31T15:32:38.141Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-31T15:32:39.110Z] ---> a79bc908788e [2023-01-31T15:32:39.110Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-31T15:32:39.701Z] 3947a372bd7d: Pushed [2023-01-31T15:32:39.701Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:3ef28ad669a09f2fce648b5be8be8af3b5c440d37c523943e822b55bc2a4d23d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:40.015Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:40.096Z] ---> d62926214c49 [2023-01-31T15:32:40.096Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-31T15:32:40.326Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-31T15:32:40.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-31T15:32:40.326Z] 4cd4c0dc16ac: Preparing [2023-01-31T15:32:40.326Z] 1d9b48e3bfd1: Preparing [2023-01-31T15:32:40.326Z] 6a11661e9a52: Preparing [2023-01-31T15:32:40.326Z] 3947a372bd7d: Preparing [2023-01-31T15:32:40.326Z] 46e8b1011a38: Preparing [2023-01-31T15:32:40.326Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:40.326Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:40.326Z] 1d9b48e3bfd1: Layer already exists [2023-01-31T15:32:40.326Z] 4cd4c0dc16ac: Layer already exists [2023-01-31T15:32:40.326Z] 6a11661e9a52: Layer already exists [2023-01-31T15:32:40.326Z] 3947a372bd7d: Layer already exists [2023-01-31T15:32:40.326Z] 46e8b1011a38: Layer already exists [2023-01-31T15:32:40.326Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:40.326Z] latest: digest: sha256:3ef28ad669a09f2fce648b5be8be8af3b5c440d37c523943e822b55bc2a4d23d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:40.365Z] ---> Running in 24e5f815b010 [2023-01-31T15:32:40.638Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:40.942Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.31 [2023-01-31T15:32:40.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-31T15:32:40.942Z] 4cd4c0dc16ac: Preparing [2023-01-31T15:32:40.942Z] 1d9b48e3bfd1: Preparing [2023-01-31T15:32:40.942Z] 6a11661e9a52: Preparing [2023-01-31T15:32:40.942Z] 3947a372bd7d: Preparing [2023-01-31T15:32:40.942Z] 46e8b1011a38: Preparing [2023-01-31T15:32:40.942Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:40.942Z] 4cd4c0dc16ac: Layer already exists [2023-01-31T15:32:40.942Z] 3947a372bd7d: Layer already exists [2023-01-31T15:32:40.942Z] 46e8b1011a38: Layer already exists [2023-01-31T15:32:40.942Z] 6a11661e9a52: Layer already exists [2023-01-31T15:32:40.942Z] 1d9b48e3bfd1: Layer already exists [2023-01-31T15:32:40.942Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:40.942Z] 3.0.0-dev.31: digest: sha256:3ef28ad669a09f2fce648b5be8be8af3b5c440d37c523943e822b55bc2a4d23d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:41.245Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:41.555Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:41.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-31T15:32:41.555Z] 4cd4c0dc16ac: Preparing [2023-01-31T15:32:41.555Z] 1d9b48e3bfd1: Preparing [2023-01-31T15:32:41.555Z] 6a11661e9a52: Preparing [2023-01-31T15:32:41.555Z] 3947a372bd7d: Preparing [2023-01-31T15:32:41.555Z] 46e8b1011a38: Preparing [2023-01-31T15:32:41.555Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:41.555Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:41.555Z] 46e8b1011a38: Layer already exists [2023-01-31T15:32:41.555Z] 6a11661e9a52: Layer already exists [2023-01-31T15:32:41.555Z] 3947a372bd7d: Layer already exists [2023-01-31T15:32:41.555Z] 4cd4c0dc16ac: Layer already exists [2023-01-31T15:32:41.555Z] 1d9b48e3bfd1: Layer already exists [2023-01-31T15:32:41.555Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:41.555Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:3ef28ad669a09f2fce648b5be8be8af3b5c440d37c523943e822b55bc2a4d23d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:41.633Z] Removing intermediate container 24e5f815b010 [2023-01-31T15:32:41.633Z] ---> 6e050af5ae09 [2023-01-31T15:32:41.633Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-31T15:32:41.633Z] ---> Running in bdc4f5bbb862 [2023-01-31T15:32:41.861Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:42.164Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-01-31T15:32:42.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-31T15:32:42.164Z] 4cd4c0dc16ac: Preparing [2023-01-31T15:32:42.164Z] 1d9b48e3bfd1: Preparing [2023-01-31T15:32:42.164Z] 6a11661e9a52: Preparing [2023-01-31T15:32:42.164Z] 3947a372bd7d: Preparing [2023-01-31T15:32:42.164Z] 46e8b1011a38: Preparing [2023-01-31T15:32:42.164Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:42.164Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:42.164Z] 4cd4c0dc16ac: Layer already exists [2023-01-31T15:32:42.164Z] 46e8b1011a38: Layer already exists [2023-01-31T15:32:42.164Z] 6a11661e9a52: Layer already exists [2023-01-31T15:32:42.164Z] 3947a372bd7d: Layer already exists [2023-01-31T15:32:42.164Z] 1d9b48e3bfd1: Layer already exists [2023-01-31T15:32:42.164Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:42.164Z] main: digest: sha256:3ef28ad669a09f2fce648b5be8be8af3b5c440d37c523943e822b55bc2a4d23d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:32:42.198Z] ===================================================== [Pipeline] echo [2023-01-31T15:32:42.203Z] taggedImages: [2023-01-31T15:32:42.203Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:42.203Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-31T15:32:42.203Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.31 [2023-01-31T15:32:42.203Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:42.203Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-01-31T15:32:42.217Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-01-31T15:32:42.217Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:42.217Z] latest [2023-01-31T15:32:42.217Z] 3.0.0-dev.31 [2023-01-31T15:32:42.217Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:42.217Z] main [2023-01-31T15:32:42.217Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:42.529Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:42.662Z] Removing intermediate container bdc4f5bbb862 [2023-01-31T15:32:42.663Z] ---> aa1ff1b78513 [2023-01-31T15:32:42.663Z] Step 22/24 : LABEL arch=arm64 [2023-01-31T15:32:42.663Z] ---> Running in 8c1f1002a9e6 [2023-01-31T15:32:42.832Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:42.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-31T15:32:42.832Z] 157650d8670c: Preparing [2023-01-31T15:32:42.832Z] 6d88dcfe6f55: Preparing [2023-01-31T15:32:42.832Z] d8c3881236a7: Preparing [2023-01-31T15:32:42.832Z] f0e262c49d54: Preparing [2023-01-31T15:32:42.832Z] fb30cd163824: Preparing [2023-01-31T15:32:42.832Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:42.832Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:42.832Z] fb30cd163824: Layer already exists [2023-01-31T15:32:42.832Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:42.832Z] d8c3881236a7: Pushed [2023-01-31T15:32:42.832Z] 6d88dcfe6f55: Pushed [2023-01-31T15:32:42.832Z] 157650d8670c: Pushed [2023-01-31T15:32:43.288Z] Removing intermediate container 8c1f1002a9e6 [2023-01-31T15:32:43.288Z] ---> e1deca42db3e [2023-01-31T15:32:43.288Z] Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:43.560Z] ---> Running in d4daf9e8fc93 [2023-01-31T15:32:44.171Z] Removing intermediate container d4daf9e8fc93 [2023-01-31T15:32:44.171Z] ---> bc8560cba431 [2023-01-31T15:32:44.171Z] Step 24/24 : LABEL version=3.0.0-dev.31 [2023-01-31T15:32:44.448Z] ---> Running in f6993b45c0de [2023-01-31T15:32:45.037Z] Removing intermediate container f6993b45c0de [2023-01-31T15:32:45.037Z] ---> c8e179db15a6 [2023-01-31T15:32:45.037Z] [2023-01-31T15:32:45.305Z] Successfully built c8e179db15a6 [2023-01-31T15:32:45.305Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-31T15:32:45.305Z]  Building security-spire-agent ... done Building security-spire-server [2023-01-31T15:32:49.397Z] f0e262c49d54: Pushed [2023-01-31T15:32:49.397Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:cea12d318ccecbb48bee9a1384292d5be86e35235852a3460c2f8a397957b47f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:49.709Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:50.012Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-31T15:32:50.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-31T15:32:50.012Z] 157650d8670c: Preparing [2023-01-31T15:32:50.012Z] 6d88dcfe6f55: Preparing [2023-01-31T15:32:50.012Z] d8c3881236a7: Preparing [2023-01-31T15:32:50.012Z] f0e262c49d54: Preparing [2023-01-31T15:32:50.012Z] fb30cd163824: Preparing [2023-01-31T15:32:50.012Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:50.012Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:50.012Z] 6d88dcfe6f55: Layer already exists [2023-01-31T15:32:50.012Z] d8c3881236a7: Layer already exists [2023-01-31T15:32:50.012Z] fb30cd163824: Layer already exists [2023-01-31T15:32:50.012Z] f0e262c49d54: Layer already exists [2023-01-31T15:32:50.012Z] 157650d8670c: Layer already exists [2023-01-31T15:32:50.012Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:50.013Z] latest: digest: sha256:cea12d318ccecbb48bee9a1384292d5be86e35235852a3460c2f8a397957b47f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:50.327Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:50.637Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.31 [2023-01-31T15:32:50.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-31T15:32:50.638Z] 157650d8670c: Preparing [2023-01-31T15:32:50.638Z] 6d88dcfe6f55: Preparing [2023-01-31T15:32:50.638Z] d8c3881236a7: Preparing [2023-01-31T15:32:50.638Z] f0e262c49d54: Preparing [2023-01-31T15:32:50.638Z] fb30cd163824: Preparing [2023-01-31T15:32:50.638Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:50.638Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:50.638Z] 6d88dcfe6f55: Layer already exists [2023-01-31T15:32:50.638Z] d8c3881236a7: Layer already exists [2023-01-31T15:32:50.638Z] f0e262c49d54: Layer already exists [2023-01-31T15:32:50.638Z] fb30cd163824: Layer already exists [2023-01-31T15:32:50.638Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:50.638Z] 157650d8670c: Layer already exists [2023-01-31T15:32:50.638Z] 3.0.0-dev.31: digest: sha256:cea12d318ccecbb48bee9a1384292d5be86e35235852a3460c2f8a397957b47f size: 1573 [Pipeline] } [2023-01-31T15:32:50.646Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:32:50.646Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:32:50.646Z] ---> 4b8e885596fc [2023-01-31T15:32:50.646Z] Step 3/23 : WORKDIR /edgex-go [2023-01-31T15:32:50.646Z] ---> Using cache [2023-01-31T15:32:50.646Z] ---> 26f3942c02c2 [2023-01-31T15:32:50.646Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-31T15:32:50.646Z] ---> Running in f1efb0279170 [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:50.952Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:51.259Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:51.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-31T15:32:51.259Z] 157650d8670c: Preparing [2023-01-31T15:32:51.259Z] 6d88dcfe6f55: Preparing [2023-01-31T15:32:51.259Z] d8c3881236a7: Preparing [2023-01-31T15:32:51.259Z] f0e262c49d54: Preparing [2023-01-31T15:32:51.259Z] fb30cd163824: Preparing [2023-01-31T15:32:51.259Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:51.259Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:51.259Z] 157650d8670c: Layer already exists [2023-01-31T15:32:51.259Z] fb30cd163824: Layer already exists [2023-01-31T15:32:51.259Z] f0e262c49d54: Layer already exists [2023-01-31T15:32:51.259Z] d8c3881236a7: Layer already exists [2023-01-31T15:32:51.259Z] 6d88dcfe6f55: Layer already exists [2023-01-31T15:32:51.259Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:51.259Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:cea12d318ccecbb48bee9a1384292d5be86e35235852a3460c2f8a397957b47f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:51.575Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:51.877Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-01-31T15:32:51.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-31T15:32:51.877Z] 157650d8670c: Preparing [2023-01-31T15:32:51.877Z] 6d88dcfe6f55: Preparing [2023-01-31T15:32:51.877Z] d8c3881236a7: Preparing [2023-01-31T15:32:51.877Z] f0e262c49d54: Preparing [2023-01-31T15:32:51.877Z] fb30cd163824: Preparing [2023-01-31T15:32:51.877Z] 34d5ebaa5410: Preparing [2023-01-31T15:32:51.877Z] 34d5ebaa5410: Waiting [2023-01-31T15:32:51.877Z] 157650d8670c: Layer already exists [2023-01-31T15:32:51.877Z] f0e262c49d54: Layer already exists [2023-01-31T15:32:51.877Z] fb30cd163824: Layer already exists [2023-01-31T15:32:51.877Z] 6d88dcfe6f55: Layer already exists [2023-01-31T15:32:51.877Z] d8c3881236a7: Layer already exists [2023-01-31T15:32:51.877Z] 34d5ebaa5410: Layer already exists [2023-01-31T15:32:51.877Z] main: digest: sha256:cea12d318ccecbb48bee9a1384292d5be86e35235852a3460c2f8a397957b47f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:32:51.914Z] ===================================================== [Pipeline] echo [2023-01-31T15:32:51.920Z] taggedImages: [2023-01-31T15:32:51.920Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:51.920Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-31T15:32:51.920Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.31 [2023-01-31T15:32:51.920Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:51.920Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-01-31T15:32:51.934Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-01-31T15:32:51.934Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:51.934Z] latest [2023-01-31T15:32:51.934Z] 3.0.0-dev.31 [2023-01-31T15:32:51.934Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:51.934Z] main [2023-01-31T15:32:51.934Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:52.239Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:52.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:32:52.619Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:52.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-31T15:32:52.619Z] 5936bbac5e26: Preparing [2023-01-31T15:32:52.619Z] f5d581bd2145: Preparing [2023-01-31T15:32:52.619Z] d109b48fee64: Preparing [2023-01-31T15:32:52.619Z] 355de34eafb7: Preparing [2023-01-31T15:32:52.619Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:52.619Z] d109b48fee64: Layer already exists [2023-01-31T15:32:52.619Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:52.619Z] 5936bbac5e26: Pushed [2023-01-31T15:32:52.619Z] 355de34eafb7: Pushed [2023-01-31T15:32:53.166Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:32:54.580Z] OK: 221 MiB in 51 packages [2023-01-31T15:32:55.154Z] f5d581bd2145: Pushed [2023-01-31T15:32:55.154Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:8228e23c49b91b25ff6b51f0e0998d3054984b02168c1fd22cbca67799079f6b size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:55.464Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:55.775Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-31T15:32:55.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-31T15:32:55.775Z] 5936bbac5e26: Preparing [2023-01-31T15:32:55.775Z] f5d581bd2145: Preparing [2023-01-31T15:32:55.775Z] d109b48fee64: Preparing [2023-01-31T15:32:55.775Z] 355de34eafb7: Preparing [2023-01-31T15:32:55.775Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:55.775Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:55.775Z] 355de34eafb7: Layer already exists [2023-01-31T15:32:55.775Z] 5936bbac5e26: Layer already exists [2023-01-31T15:32:55.775Z] d109b48fee64: Layer already exists [2023-01-31T15:32:55.775Z] f5d581bd2145: Layer already exists [2023-01-31T15:32:55.775Z] latest: digest: sha256:8228e23c49b91b25ff6b51f0e0998d3054984b02168c1fd22cbca67799079f6b size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:56.087Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:56.470Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.31 [2023-01-31T15:32:56.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-31T15:32:56.470Z] 5936bbac5e26: Preparing [2023-01-31T15:32:56.470Z] f5d581bd2145: Preparing [2023-01-31T15:32:56.470Z] d109b48fee64: Preparing [2023-01-31T15:32:56.470Z] 355de34eafb7: Preparing [2023-01-31T15:32:56.470Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:56.470Z] d109b48fee64: Layer already exists [2023-01-31T15:32:56.470Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:56.470Z] 355de34eafb7: Layer already exists [2023-01-31T15:32:56.470Z] 5936bbac5e26: Layer already exists [2023-01-31T15:32:56.470Z] f5d581bd2145: Layer already exists [2023-01-31T15:32:56.470Z] 3.0.0-dev.31: digest: sha256:8228e23c49b91b25ff6b51f0e0998d3054984b02168c1fd22cbca67799079f6b size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:56.815Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:57.167Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:57.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-31T15:32:57.167Z] 5936bbac5e26: Preparing [2023-01-31T15:32:57.167Z] f5d581bd2145: Preparing [2023-01-31T15:32:57.167Z] d109b48fee64: Preparing [2023-01-31T15:32:57.167Z] 355de34eafb7: Preparing [2023-01-31T15:32:57.167Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:57.167Z] 355de34eafb7: Layer already exists [2023-01-31T15:32:57.167Z] f5d581bd2145: Layer already exists [2023-01-31T15:32:57.167Z] 5936bbac5e26: Layer already exists [2023-01-31T15:32:57.167Z] d109b48fee64: Layer already exists [2023-01-31T15:32:57.167Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:57.167Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:8228e23c49b91b25ff6b51f0e0998d3054984b02168c1fd22cbca67799079f6b size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:57.468Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:57.782Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-01-31T15:32:57.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-31T15:32:57.782Z] 5936bbac5e26: Preparing [2023-01-31T15:32:57.782Z] f5d581bd2145: Preparing [2023-01-31T15:32:57.782Z] d109b48fee64: Preparing [2023-01-31T15:32:57.782Z] 355de34eafb7: Preparing [2023-01-31T15:32:57.782Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:57.782Z] d109b48fee64: Layer already exists [2023-01-31T15:32:57.782Z] f5d581bd2145: Layer already exists [2023-01-31T15:32:57.782Z] 355de34eafb7: Layer already exists [2023-01-31T15:32:57.782Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:57.782Z] 5936bbac5e26: Layer already exists [2023-01-31T15:32:57.782Z] main: digest: sha256:8228e23c49b91b25ff6b51f0e0998d3054984b02168c1fd22cbca67799079f6b size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:32:57.826Z] ===================================================== [Pipeline] echo [2023-01-31T15:32:57.835Z] taggedImages: [2023-01-31T15:32:57.835Z] - nexus3.edgexfoundry.org:10004/support-notifications:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:57.835Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-31T15:32:57.835Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.31 [2023-01-31T15:32:57.835Z] - nexus3.edgexfoundry.org:10004/support-notifications:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:57.835Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-01-31T15:32:57.855Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-01-31T15:32:57.855Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:57.855Z] latest [2023-01-31T15:32:57.855Z] 3.0.0-dev.31 [2023-01-31T15:32:57.855Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:32:57.855Z] main [2023-01-31T15:32:57.855Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:58.166Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:32:58.469Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:32:58.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-31T15:32:58.470Z] a57eb6854ff1: Preparing [2023-01-31T15:32:58.470Z] 0508991426a1: Preparing [2023-01-31T15:32:58.470Z] d109b48fee64: Preparing [2023-01-31T15:32:58.470Z] 335efd658a00: Preparing [2023-01-31T15:32:58.470Z] e5e13b0c77cb: Preparing [2023-01-31T15:32:58.470Z] d109b48fee64: Layer already exists [2023-01-31T15:32:58.470Z] 335efd658a00: Layer already exists [2023-01-31T15:32:58.470Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:32:58.470Z] a57eb6854ff1: Pushed [2023-01-31T15:32:59.930Z] Removing intermediate container f1efb0279170 [2023-01-31T15:32:59.931Z] ---> 641bee4983b6 [2023-01-31T15:32:59.931Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-31T15:33:00.914Z] ---> 6feff32e02c6 [2023-01-31T15:33:00.914Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:33:00.914Z] ---> Running in 9f49eac3790c [2023-01-31T15:33:01.009Z] 0508991426a1: Pushed [2023-01-31T15:33:01.009Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:4de44d4e6bb851e35adf9cd45eb915e51e2a88263d37d3bb3e3f379146abd223 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:33:01.318Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:33:01.630Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-31T15:33:01.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-31T15:33:01.630Z] a57eb6854ff1: Preparing [2023-01-31T15:33:01.630Z] 0508991426a1: Preparing [2023-01-31T15:33:01.630Z] d109b48fee64: Preparing [2023-01-31T15:33:01.630Z] 335efd658a00: Preparing [2023-01-31T15:33:01.630Z] e5e13b0c77cb: Preparing [2023-01-31T15:33:01.630Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:33:01.630Z] d109b48fee64: Layer already exists [2023-01-31T15:33:01.630Z] 0508991426a1: Layer already exists [2023-01-31T15:33:01.630Z] 335efd658a00: Layer already exists [2023-01-31T15:33:01.630Z] a57eb6854ff1: Layer already exists [2023-01-31T15:33:01.630Z] latest: digest: sha256:4de44d4e6bb851e35adf9cd45eb915e51e2a88263d37d3bb3e3f379146abd223 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:33:01.946Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:33:02.259Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.31 [2023-01-31T15:33:02.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-31T15:33:02.259Z] a57eb6854ff1: Preparing [2023-01-31T15:33:02.259Z] 0508991426a1: Preparing [2023-01-31T15:33:02.259Z] d109b48fee64: Preparing [2023-01-31T15:33:02.259Z] 335efd658a00: Preparing [2023-01-31T15:33:02.259Z] e5e13b0c77cb: Preparing [2023-01-31T15:33:02.259Z] a57eb6854ff1: Layer already exists [2023-01-31T15:33:02.259Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:33:02.259Z] 335efd658a00: Layer already exists [2023-01-31T15:33:02.259Z] 0508991426a1: Layer already exists [2023-01-31T15:33:02.259Z] d109b48fee64: Layer already exists [2023-01-31T15:33:02.259Z] 3.0.0-dev.31: digest: sha256:4de44d4e6bb851e35adf9cd45eb915e51e2a88263d37d3bb3e3f379146abd223 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:33:02.580Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:33:02.886Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:33:02.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-31T15:33:02.886Z] a57eb6854ff1: Preparing [2023-01-31T15:33:02.886Z] 0508991426a1: Preparing [2023-01-31T15:33:02.886Z] d109b48fee64: Preparing [2023-01-31T15:33:02.886Z] 335efd658a00: Preparing [2023-01-31T15:33:02.886Z] e5e13b0c77cb: Preparing [2023-01-31T15:33:02.886Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:33:02.886Z] d109b48fee64: Layer already exists [2023-01-31T15:33:02.886Z] a57eb6854ff1: Layer already exists [2023-01-31T15:33:02.886Z] 335efd658a00: Layer already exists [2023-01-31T15:33:02.886Z] 0508991426a1: Layer already exists [2023-01-31T15:33:02.886Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:4de44d4e6bb851e35adf9cd45eb915e51e2a88263d37d3bb3e3f379146abd223 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:33:03.189Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:33:03.494Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-01-31T15:33:03.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-31T15:33:03.494Z] a57eb6854ff1: Preparing [2023-01-31T15:33:03.494Z] 0508991426a1: Preparing [2023-01-31T15:33:03.494Z] d109b48fee64: Preparing [2023-01-31T15:33:03.494Z] 335efd658a00: Preparing [2023-01-31T15:33:03.494Z] e5e13b0c77cb: Preparing [2023-01-31T15:33:03.494Z] e5e13b0c77cb: Layer already exists [2023-01-31T15:33:03.494Z] d109b48fee64: Layer already exists [2023-01-31T15:33:03.494Z] a57eb6854ff1: Layer already exists [2023-01-31T15:33:03.494Z] 335efd658a00: Layer already exists [2023-01-31T15:33:03.494Z] 0508991426a1: Layer already exists [2023-01-31T15:33:03.494Z] main: digest: sha256:4de44d4e6bb851e35adf9cd45eb915e51e2a88263d37d3bb3e3f379146abd223 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:33:03.530Z] ===================================================== [Pipeline] echo [2023-01-31T15:33:03.536Z] taggedImages: [2023-01-31T15:33:03.536Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:33:03.536Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-31T15:33:03.536Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.31 [2023-01-31T15:33:03.536Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:33:03.536Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-31T15:34:52.599Z] Removing intermediate container 9f49eac3790c [2023-01-31T15:34:52.599Z] ---> 48598058f721 [2023-01-31T15:34:52.599Z] Step 7/23 : COPY . . [2023-01-31T15:34:52.599Z] ---> 72e52447a2e6 [2023-01-31T15:34:52.599Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-31T15:34:52.599Z] ---> Running in cbe48cd2b853 [2023-01-31T15:34:52.599Z] Removing intermediate container cbe48cd2b853 [2023-01-31T15:34:52.599Z] ---> ca781d7480f9 [2023-01-31T15:34:52.599Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-31T15:34:52.599Z] ---> Running in fd759d858f73 [2023-01-31T15:34:52.599Z] Removing intermediate container fd759d858f73 [2023-01-31T15:34:52.599Z] ---> 5dca4509bd91 [2023-01-31T15:34:52.599Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-31T15:34:52.599Z] ---> Running in baf5f585b606 [2023-01-31T15:34:52.599Z] Removing intermediate container baf5f585b606 [2023-01-31T15:34:52.599Z] ---> dba3855ccf5d [2023-01-31T15:34:52.599Z] Step 11/23 : WORKDIR /edgex-go [2023-01-31T15:34:52.599Z] ---> Running in 846aa8927d91 [2023-01-31T15:34:52.886Z] Removing intermediate container 846aa8927d91 [2023-01-31T15:34:52.886Z] ---> e9ad384b2c42 [2023-01-31T15:34:52.886Z] [2023-01-31T15:34:52.886Z] Step 12/23 : FROM alpine:3.15 [2023-01-31T15:34:52.886Z] ---> 8aa73fd46299 [2023-01-31T15:34:52.886Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-31T15:34:52.886Z] ---> Using cache [2023-01-31T15:34:52.886Z] ---> d036b994c61d [2023-01-31T15:34:52.886Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-31T15:34:52.886Z] ---> Using cache [2023-01-31T15:34:52.886Z] ---> aa1345d74df1 [2023-01-31T15:34:52.886Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-31T15:34:58.251Z] ---> ffe9b0d13cc3 [2023-01-31T15:34:58.251Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-31T15:34:59.212Z] ---> 9a141968ad3b [2023-01-31T15:34:59.212Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-31T15:35:00.178Z] ---> e032ada09eb5 [2023-01-31T15:35:00.178Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-31T15:35:00.768Z] ---> 848ae75e30af [2023-01-31T15:35:00.768Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-31T15:35:01.049Z] ---> Running in a773a781faa2 [2023-01-31T15:35:01.635Z] Removing intermediate container a773a781faa2 [2023-01-31T15:35:01.635Z] ---> 69a723e133c2 [2023-01-31T15:35:01.635Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-31T15:35:01.635Z] ---> Running in b4b3fd269baf [2023-01-31T15:35:02.599Z] Removing intermediate container b4b3fd269baf [2023-01-31T15:35:02.599Z] ---> dcc4f8b901e8 [2023-01-31T15:35:02.599Z] Step 21/23 : LABEL arch=arm64 [2023-01-31T15:35:02.599Z] ---> Running in 2225add0164c [2023-01-31T15:35:03.181Z] Removing intermediate container 2225add0164c [2023-01-31T15:35:03.181Z] ---> 477d26197a21 [2023-01-31T15:35:03.181Z] Step 22/23 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:35:03.181Z] ---> Running in 9099669bf3cd [2023-01-31T15:35:03.766Z] Removing intermediate container 9099669bf3cd [2023-01-31T15:35:03.766Z] ---> fa17fb18d837 [2023-01-31T15:35:03.766Z] Step 23/23 : LABEL version=3.0.0-dev.31 [2023-01-31T15:35:03.766Z] ---> Running in ef17aa67f422 [2023-01-31T15:35:04.350Z] Removing intermediate container ef17aa67f422 [2023-01-31T15:35:04.350Z] ---> caa9660dff96 [2023-01-31T15:35:04.350Z] [2023-01-31T15:35:04.350Z] Successfully built caa9660dff96 [2023-01-31T15:35:04.350Z] Successfully tagged security-spire-server-arm64:latest [2023-01-31T15:35:04.350Z] Building support-notifications [2023-01-31T15:35:07.972Z]  Building security-spire-server ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:35:07.972Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:35:07.972Z] ---> 4b8e885596fc [2023-01-31T15:35:07.972Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-31T15:35:07.972Z] ---> Using cache [2023-01-31T15:35:07.972Z] ---> 70c025c24f53 [2023-01-31T15:35:07.972Z] Step 4/22 : WORKDIR /edgex-go [2023-01-31T15:35:07.972Z] ---> Using cache [2023-01-31T15:35:07.972Z] ---> 71bc9305eb23 [2023-01-31T15:35:07.972Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-31T15:35:08.258Z] ---> Running in 8cb7b218ea3d [2023-01-31T15:35:10.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:35:10.786Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:35:12.198Z] OK: 221 MiB in 51 packages [2023-01-31T15:35:14.145Z] Removing intermediate container 8cb7b218ea3d [2023-01-31T15:35:14.145Z] ---> b7a62b81e068 [2023-01-31T15:35:14.145Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-31T15:35:15.108Z] ---> c4acbd8f51e9 [2023-01-31T15:35:15.108Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:35:15.108Z] ---> Running in 85a843603c9c [2023-01-31T15:37:06.784Z] Removing intermediate container 85a843603c9c [2023-01-31T15:37:06.784Z] ---> dcde6c607bb4 [2023-01-31T15:37:06.784Z] Step 8/22 : COPY . . [2023-01-31T15:37:06.784Z] ---> 6175f4f39acb [2023-01-31T15:37:06.784Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-31T15:37:06.784Z] ---> Running in 5ea1ada34bb9 [2023-01-31T15:37:06.784Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-31T15:38:28.398Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-31T15:38:46.642Z] Removing intermediate container b9fe2c105015 [2023-01-31T15:38:46.642Z] ---> 651186e6e6c3 [2023-01-31T15:38:46.642Z] [2023-01-31T15:38:46.642Z] Step 9/21 : FROM alpine:3.16 [2023-01-31T15:38:46.642Z] 3.16: Pulling from library/alpine [2023-01-31T15:38:47.602Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-31T15:38:47.602Z] Status: Downloaded newer image for alpine:3.16 [2023-01-31T15:38:47.602Z] ---> 2b4661558fb8 [2023-01-31T15:38:47.602Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-31T15:38:47.883Z] ---> Running in 761327a07d87 [2023-01-31T15:38:49.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:38:50.108Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:38:51.518Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-31T15:38:51.518Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-31T15:38:51.787Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-31T15:38:51.787Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-31T15:38:51.787Z] (5/6) Installing curl (7.83.1-r5) [2023-01-31T15:38:51.787Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-31T15:38:51.787Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:38:52.056Z] Executing ca-certificates-20220614-r0.trigger [2023-01-31T15:38:52.638Z] OK: 8 MiB in 20 packages [2023-01-31T15:38:56.895Z] Removing intermediate container 761327a07d87 [2023-01-31T15:38:56.895Z] ---> 671b166cd363 [2023-01-31T15:38:56.895Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-31T15:38:56.895Z] ---> Running in 8e92e966c4e2 [2023-01-31T15:38:57.479Z] Removing intermediate container 8e92e966c4e2 [2023-01-31T15:38:57.479Z] ---> 97cc0a5350c8 [2023-01-31T15:38:57.479Z] Step 12/21 : WORKDIR /edgex [2023-01-31T15:38:57.479Z] ---> Running in dc326a8264e3 [2023-01-31T15:38:58.063Z] Removing intermediate container dc326a8264e3 [2023-01-31T15:38:58.063Z] ---> a5ba9f3c6721 [2023-01-31T15:38:58.063Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-31T15:38:59.025Z] ---> cc079ac532a5 [2023-01-31T15:38:59.025Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-31T15:39:00.431Z] ---> 6198c0c60ab4 [2023-01-31T15:39:00.431Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-31T15:39:01.845Z] ---> b5c5ad68f467 [2023-01-31T15:39:01.845Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-31T15:39:02.805Z] ---> 29907a040ddc [2023-01-31T15:39:02.805Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-31T15:39:02.805Z] ---> Running in bd388bcde923 [2023-01-31T15:39:06.149Z] Removing intermediate container bd388bcde923 [2023-01-31T15:39:06.149Z] ---> 7ad98fb385c4 [2023-01-31T15:39:06.149Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-31T15:39:06.149Z] ---> Running in b98baaf9fa83 [2023-01-31T15:39:06.741Z] Removing intermediate container b98baaf9fa83 [2023-01-31T15:39:06.741Z] ---> 1445a9e461b0 [2023-01-31T15:39:06.741Z] Step 19/21 : LABEL arch=arm64 [2023-01-31T15:39:07.008Z] ---> Running in 7f456ef92ee0 [2023-01-31T15:39:07.276Z] Removing intermediate container 7f456ef92ee0 [2023-01-31T15:39:07.276Z] ---> 0ebb4e953862 [2023-01-31T15:39:07.546Z] Step 20/21 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:39:07.546Z] ---> Running in 9c91295d6371 [2023-01-31T15:39:08.959Z] Removing intermediate container 9c91295d6371 [2023-01-31T15:39:08.959Z] ---> 8eaa6f109d2a [2023-01-31T15:39:08.959Z] Step 21/21 : LABEL version=3.0.0-dev.31 [2023-01-31T15:39:09.227Z] ---> Running in 0ad8c3cc3e0b [2023-01-31T15:39:09.813Z] Removing intermediate container 0ad8c3cc3e0b [2023-01-31T15:39:09.813Z] ---> 0e41a1cd3867 [2023-01-31T15:39:09.813Z] [2023-01-31T15:39:10.080Z] Successfully built 0e41a1cd3867 [2023-01-31T15:39:10.080Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-31T15:39:10.080Z] Building security-secretstore-setup [2023-01-31T15:39:13.420Z]  Building security-proxy-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:39:13.420Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:39:13.420Z] ---> 4b8e885596fc [2023-01-31T15:39:13.420Z] Step 3/24 : WORKDIR /edgex-go [2023-01-31T15:39:13.420Z] ---> Using cache [2023-01-31T15:39:13.420Z] ---> 26f3942c02c2 [2023-01-31T15:39:13.420Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-31T15:39:13.420Z] ---> Using cache [2023-01-31T15:39:13.420Z] ---> 66a19e89c3c2 [2023-01-31T15:39:13.420Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-31T15:39:13.420Z] ---> Using cache [2023-01-31T15:39:13.420Z] ---> 5e13629e81b1 [2023-01-31T15:39:13.420Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:39:13.420Z] ---> Using cache [2023-01-31T15:39:13.420Z] ---> 91e369655f20 [2023-01-31T15:39:13.420Z] Step 7/24 : COPY . . [2023-01-31T15:39:13.420Z] ---> Using cache [2023-01-31T15:39:13.420Z] ---> 6dbb596c6055 [2023-01-31T15:39:13.420Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-31T15:39:13.690Z] ---> Running in 386a2c36cc08 [2023-01-31T15:39:15.661Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-31T15:39:33.866Z] Removing intermediate container 05559268423c [2023-01-31T15:39:33.866Z] ---> 0c1686c199ef [2023-01-31T15:39:33.866Z] [2023-01-31T15:39:33.866Z] Step 10/23 : FROM alpine:3.16 [2023-01-31T15:39:33.866Z] ---> 2b4661558fb8 [2023-01-31T15:39:33.866Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-31T15:39:33.866Z] ---> Running in af96150844a2 [2023-01-31T15:39:34.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:39:35.406Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:39:36.813Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-31T15:39:36.813Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:39:37.080Z] OK: 5 MiB in 15 packages [2023-01-31T15:39:38.488Z] Removing intermediate container af96150844a2 [2023-01-31T15:39:38.488Z] ---> f26b73bdab6d [2023-01-31T15:39:38.488Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-31T15:39:38.755Z] ---> Running in 4d6d4fdd7883 [2023-01-31T15:39:39.338Z] Removing intermediate container 4d6d4fdd7883 [2023-01-31T15:39:39.338Z] ---> b2a9c4b91416 [2023-01-31T15:39:39.338Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-31T15:39:39.338Z] ---> Running in 0d9c4bb2569a [2023-01-31T15:39:39.928Z] Removing intermediate container 0d9c4bb2569a [2023-01-31T15:39:39.928Z] ---> 505a5ebcf317 [2023-01-31T15:39:39.928Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-31T15:39:39.928Z] ---> Running in 35dae3d6ab5d [2023-01-31T15:39:40.516Z] Removing intermediate container 35dae3d6ab5d [2023-01-31T15:39:40.516Z] ---> 51f81a85f6ad [2023-01-31T15:39:40.516Z] Step 15/23 : WORKDIR / [2023-01-31T15:39:40.516Z] ---> Running in d61925dfb23f [2023-01-31T15:39:41.102Z] Removing intermediate container d61925dfb23f [2023-01-31T15:39:41.102Z] ---> 978a5d49f628 [2023-01-31T15:39:41.102Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:39:42.545Z] ---> 0fcf3aabd3b1 [2023-01-31T15:39:42.545Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-31T15:39:46.793Z] ---> ffd379ae77e5 [2023-01-31T15:39:46.793Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-31T15:39:48.224Z] ---> 7fda24a0bf83 [2023-01-31T15:39:48.224Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-31T15:39:48.495Z] ---> Running in c7dd565c988e [2023-01-31T15:39:49.910Z] Removing intermediate container c7dd565c988e [2023-01-31T15:39:49.910Z] ---> 3d857b80c8c1 [2023-01-31T15:39:49.910Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-31T15:39:49.910Z] ---> Running in d7145b130298 [2023-01-31T15:39:50.868Z] Removing intermediate container d7145b130298 [2023-01-31T15:39:51.136Z] ---> 8a0d61b7ecff [2023-01-31T15:39:51.136Z] Step 21/23 : LABEL arch=arm64 [2023-01-31T15:39:51.402Z] ---> Running in ccd5938874dd [2023-01-31T15:39:52.547Z] Removing intermediate container ccd5938874dd [2023-01-31T15:39:52.547Z] ---> 0033735fcd53 [2023-01-31T15:39:52.547Z] Step 22/23 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:39:52.547Z] ---> Running in 854e10c6d210 [2023-01-31T15:39:54.003Z] Removing intermediate container 854e10c6d210 [2023-01-31T15:39:54.003Z] ---> a91835391ea1 [2023-01-31T15:39:54.003Z] Step 23/23 : LABEL version=3.0.0-dev.31 [2023-01-31T15:39:54.003Z] ---> Running in f58459885cb4 [2023-01-31T15:39:55.440Z] Removing intermediate container f58459885cb4 [2023-01-31T15:39:55.440Z] ---> 3a8614393e5a [2023-01-31T15:39:55.440Z] [2023-01-31T15:39:55.440Z] Successfully built 3a8614393e5a [2023-01-31T15:39:55.440Z] Successfully tagged core-command-arm64:latest [2023-01-31T15:39:55.724Z]  Building core-command ... done Building security-spire-config [2023-01-31T15:39:57.158Z] Removing intermediate container a0b3796e2a22 [2023-01-31T15:39:57.158Z] ---> 0c5cb1682fc2 [2023-01-31T15:39:57.158Z] [2023-01-31T15:39:57.158Z] Step 10/22 : FROM alpine:3.16 [2023-01-31T15:39:57.158Z] ---> 2b4661558fb8 [2023-01-31T15:39:57.158Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-31T15:39:59.101Z] ---> Running in 43f9ff25b49f [2023-01-31T15:40:00.060Z] Removing intermediate container 43f9ff25b49f [2023-01-31T15:40:00.060Z] ---> bdec798b0c24 [2023-01-31T15:40:00.060Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-31T15:40:00.060Z] ---> Running in 7e8f14c92464 [2023-01-31T15:40:00.326Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:40:00.326Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:40:00.326Z] ---> 4b8e885596fc [2023-01-31T15:40:00.326Z] Step 3/24 : WORKDIR /edgex-go [2023-01-31T15:40:00.326Z] ---> Using cache [2023-01-31T15:40:00.326Z] ---> 26f3942c02c2 [2023-01-31T15:40:00.326Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-31T15:40:00.326Z] ---> Using cache [2023-01-31T15:40:00.326Z] ---> 641bee4983b6 [2023-01-31T15:40:00.326Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-31T15:40:00.326Z] ---> Using cache [2023-01-31T15:40:00.326Z] ---> 6feff32e02c6 [2023-01-31T15:40:00.326Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:40:00.326Z] ---> Using cache [2023-01-31T15:40:00.326Z] ---> 48598058f721 [2023-01-31T15:40:00.326Z] Step 7/24 : COPY . . [2023-01-31T15:40:00.610Z] Removing intermediate container f86dea697b32 [2023-01-31T15:40:00.610Z] ---> 741c98e3e140 [2023-01-31T15:40:00.610Z] [2023-01-31T15:40:00.610Z] Step 10/24 : FROM alpine:3.16 [2023-01-31T15:40:00.610Z] ---> 2b4661558fb8 [2023-01-31T15:40:00.610Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-31T15:40:00.610Z] ---> Using cache [2023-01-31T15:40:00.610Z] ---> f26b73bdab6d [2023-01-31T15:40:00.610Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-31T15:40:00.610Z] ---> Using cache [2023-01-31T15:40:00.610Z] ---> b2a9c4b91416 [2023-01-31T15:40:00.610Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-31T15:40:00.610Z] ---> Running in e8dc511247e1 [2023-01-31T15:40:00.880Z] Removing intermediate container 7e8f14c92464 [2023-01-31T15:40:00.880Z] ---> b7538369b238 [2023-01-31T15:40:00.880Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-31T15:40:00.880Z] ---> Using cache [2023-01-31T15:40:00.880Z] ---> 72e52447a2e6 [2023-01-31T15:40:00.880Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-31T15:40:00.880Z] ---> Using cache [2023-01-31T15:40:00.880Z] ---> ca781d7480f9 [2023-01-31T15:40:00.880Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-31T15:40:00.880Z] ---> Using cache [2023-01-31T15:40:00.880Z] ---> 5dca4509bd91 [2023-01-31T15:40:00.880Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-31T15:40:01.147Z] ---> Running in 0a702a502e2e [2023-01-31T15:40:01.147Z] ---> Running in 64d6324476fc [2023-01-31T15:40:02.110Z] Removing intermediate container e8dc511247e1 [2023-01-31T15:40:02.110Z] ---> 39a3f9ba2b6a [2023-01-31T15:40:02.110Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-31T15:40:02.110Z] ---> Running in 205851c0751d [2023-01-31T15:40:02.110Z] Removing intermediate container 0a702a502e2e [2023-01-31T15:40:02.110Z] ---> 1131288e7cfc [2023-01-31T15:40:02.110Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-31T15:40:02.378Z] ---> Running in 3c51a8fd1ffa [2023-01-31T15:40:02.966Z] Removing intermediate container 205851c0751d [2023-01-31T15:40:02.966Z] ---> 0f50b4ec849f [2023-01-31T15:40:02.966Z] Step 15/24 : WORKDIR / [2023-01-31T15:40:03.238Z] ---> Running in 766c682a9776 [2023-01-31T15:40:04.207Z] Removing intermediate container 766c682a9776 [2023-01-31T15:40:04.207Z] ---> 7a23490a63df [2023-01-31T15:40:04.207Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:40:05.167Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:40:05.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:40:05.705Z] Removing intermediate container 64d6324476fc [2023-01-31T15:40:05.705Z] ---> 8b2ec2c1048c [2023-01-31T15:40:05.705Z] Step 11/24 : WORKDIR /edgex-go [2023-01-31T15:40:05.705Z] ---> 4139be25dd12 [2023-01-31T15:40:05.705Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-31T15:40:05.705Z] ---> Running in 0c77af138727 [2023-01-31T15:40:06.683Z] Removing intermediate container 0c77af138727 [2023-01-31T15:40:06.683Z] ---> 23ddb182cc4f [2023-01-31T15:40:06.683Z] [2023-01-31T15:40:06.683Z] Step 12/24 : FROM alpine:3.15 [2023-01-31T15:40:06.683Z] ---> 8aa73fd46299 [2023-01-31T15:40:06.683Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-31T15:40:06.683Z] ---> Using cache [2023-01-31T15:40:06.683Z] ---> d036b994c61d [2023-01-31T15:40:06.683Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-31T15:40:06.683Z] ---> Running in 3d0683526728 [2023-01-31T15:40:06.970Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-31T15:40:06.970Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:40:06.970Z] OK: 5 MiB in 15 packages [2023-01-31T15:40:09.572Z] ---> b1cd6b6d46a1 [2023-01-31T15:40:09.572Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-31T15:40:09.572Z] Removing intermediate container 3c51a8fd1ffa [2023-01-31T15:40:09.572Z] ---> 4e83cba42d0f [2023-01-31T15:40:09.572Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:40:09.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:40:10.438Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:40:11.408Z] v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-31T15:40:11.408Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-31T15:40:11.408Z] OK: 15736 distinct packages available [2023-01-31T15:40:11.408Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:40:11.680Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:40:11.949Z] ---> 94dfda305cb2 [2023-01-31T15:40:11.949Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-31T15:40:11.949Z] ---> f8b877acb259 [2023-01-31T15:40:11.949Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-31T15:40:12.948Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-31T15:40:12.948Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-31T15:40:12.948Z] (3/4) Installing libucontext (1.1-r0) [2023-01-31T15:40:12.948Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-31T15:40:12.948Z] Executing busybox-1.34.1-r7.trigger [2023-01-31T15:40:12.948Z] OK: 6 MiB in 18 packages [2023-01-31T15:40:13.215Z] ---> a1f18acf790b [2023-01-31T15:40:13.215Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-31T15:40:13.485Z] ---> Running in ce9595632a69 [2023-01-31T15:40:14.888Z] Removing intermediate container ce9595632a69 [2023-01-31T15:40:14.888Z] ---> 1092693b4337 [2023-01-31T15:40:14.888Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-31T15:40:14.888Z] ---> Running in b3161c33928d [2023-01-31T15:40:15.153Z] ---> fa004302cbc0 [2023-01-31T15:40:15.153Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-31T15:40:15.423Z] Removing intermediate container 3d0683526728 [2023-01-31T15:40:15.423Z] ---> 87c711cd193d [2023-01-31T15:40:15.423Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-31T15:40:15.707Z] Removing intermediate container b3161c33928d [2023-01-31T15:40:15.707Z] ---> e2cb1db1021f [2023-01-31T15:40:15.707Z] Step 22/24 : LABEL arch=arm64 [2023-01-31T15:40:15.980Z] ---> Running in e29a24a9232d [2023-01-31T15:40:16.561Z] Removing intermediate container e29a24a9232d [2023-01-31T15:40:16.561Z] ---> e02965f3ee3f [2023-01-31T15:40:16.561Z] Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:40:16.827Z] ---> Running in bb21a8cecbf0 [2023-01-31T15:40:17.092Z] ---> 9e59f15c842b [2023-01-31T15:40:17.092Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-31T15:40:17.092Z] ---> Running in 27caec87798b [2023-01-31T15:40:17.674Z] Removing intermediate container bb21a8cecbf0 [2023-01-31T15:40:17.674Z] ---> 48c444eb4ac1 [2023-01-31T15:40:17.674Z] Step 24/24 : LABEL version=3.0.0-dev.31 [2023-01-31T15:40:17.939Z] ---> Running in a838bc23a689 [2023-01-31T15:40:18.205Z] Removing intermediate container 27caec87798b [2023-01-31T15:40:18.205Z] ---> 1dd37a92d594 [2023-01-31T15:40:18.205Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-31T15:40:18.205Z] ---> Running in a496374b452e [2023-01-31T15:40:18.786Z] Removing intermediate container a838bc23a689 [2023-01-31T15:40:18.786Z] ---> 17549e25e24a [2023-01-31T15:40:18.786Z] [2023-01-31T15:40:19.073Z] Removing intermediate container a496374b452e [2023-01-31T15:40:19.073Z] ---> 8eb6dd55dc76 [2023-01-31T15:40:19.073Z] Step 20/22 : LABEL arch=arm64 [2023-01-31T15:40:19.073Z] Successfully built 17549e25e24a [2023-01-31T15:40:19.341Z] Successfully tagged core-metadata-arm64:latest [2023-01-31T15:40:19.341Z] Building security-bootstrapper [2023-01-31T15:40:19.341Z]  Building core-metadata ... done  ---> Running in 0f82d84459a4 [2023-01-31T15:40:20.306Z] Removing intermediate container 0f82d84459a4 [2023-01-31T15:40:20.306Z] ---> c6fbc78312d6 [2023-01-31T15:40:20.306Z] Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:40:20.306Z] ---> Running in 7d2c2ac3590d [2023-01-31T15:40:21.262Z] Removing intermediate container 7d2c2ac3590d [2023-01-31T15:40:21.262Z] ---> cb30db963db6 [2023-01-31T15:40:21.262Z] Step 22/22 : LABEL version=3.0.0-dev.31 [2023-01-31T15:40:21.262Z] ---> Running in a4f5aa7801e5 [2023-01-31T15:40:22.220Z] Removing intermediate container a4f5aa7801e5 [2023-01-31T15:40:22.220Z] ---> 514575f43b26 [2023-01-31T15:40:22.220Z] [2023-01-31T15:40:22.487Z] Successfully built 514575f43b26 [2023-01-31T15:40:22.487Z] Successfully tagged core-data-arm64:latest [2023-01-31T15:40:22.487Z] Building security-spiffe-token-provider [2023-01-31T15:40:23.443Z]  Building core-data ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:40:23.443Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:40:23.443Z] ---> 4b8e885596fc [2023-01-31T15:40:23.443Z] Step 3/32 : WORKDIR /edgex-go [2023-01-31T15:40:23.443Z] ---> Using cache [2023-01-31T15:40:23.443Z] ---> 26f3942c02c2 [2023-01-31T15:40:23.443Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-31T15:40:23.443Z] ---> Using cache [2023-01-31T15:40:23.443Z] ---> 66a19e89c3c2 [2023-01-31T15:40:23.443Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-31T15:40:23.709Z] ---> Using cache [2023-01-31T15:40:23.709Z] ---> 5e13629e81b1 [2023-01-31T15:40:23.709Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:40:23.709Z] ---> Using cache [2023-01-31T15:40:23.709Z] ---> 91e369655f20 [2023-01-31T15:40:23.709Z] Step 7/32 : COPY . . [2023-01-31T15:40:23.980Z] ---> Using cache [2023-01-31T15:40:23.980Z] ---> 6dbb596c6055 [2023-01-31T15:40:23.980Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-31T15:40:24.565Z] ---> Running in 3ccacb6a3aab [2023-01-31T15:40:24.831Z] ---> e176fcecb39b [2023-01-31T15:40:24.831Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-31T15:40:26.778Z] ---> 7410b96ca581 [2023-01-31T15:40:26.778Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-31T15:40:27.049Z] ---> Running in f3cf347b327d [2023-01-31T15:40:27.049Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-31T15:40:27.637Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:40:27.637Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:40:27.637Z] ---> 4b8e885596fc [2023-01-31T15:40:27.637Z] Step 3/19 : WORKDIR /edgex-go [2023-01-31T15:40:27.637Z] ---> Using cache [2023-01-31T15:40:27.637Z] ---> 26f3942c02c2 [2023-01-31T15:40:27.637Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-31T15:40:27.637Z] ---> Running in d85b5407ae8d [2023-01-31T15:40:28.221Z] Removing intermediate container f3cf347b327d [2023-01-31T15:40:28.221Z] ---> 2bfc3142e2e7 [2023-01-31T15:40:28.221Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-31T15:40:29.183Z] ---> c9ebcef7b97a [2023-01-31T15:40:29.183Z] Step 19/24 : WORKDIR / [2023-01-31T15:40:29.449Z] ---> Running in 6f2e8cb4cc42 [2023-01-31T15:40:30.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:40:30.302Z] Removing intermediate container 6f2e8cb4cc42 [2023-01-31T15:40:30.302Z] ---> 24579a2e0b65 [2023-01-31T15:40:30.302Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-31T15:40:30.302Z] ---> Running in dac724e147a6 [2023-01-31T15:40:30.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:40:30.842Z] Removing intermediate container dac724e147a6 [2023-01-31T15:40:30.842Z] ---> 6952b9aa2b81 [2023-01-31T15:40:30.842Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-31T15:40:30.842Z] ---> Running in 86e929edfd54 [2023-01-31T15:40:31.426Z] Removing intermediate container 86e929edfd54 [2023-01-31T15:40:31.426Z] ---> bf0f3f78f038 [2023-01-31T15:40:31.426Z] Step 22/24 : LABEL arch=arm64 [2023-01-31T15:40:31.426Z] ---> Running in 15d7cd7b8193 [2023-01-31T15:40:32.010Z] Removing intermediate container 15d7cd7b8193 [2023-01-31T15:40:32.010Z] ---> 9a1c58a36863 [2023-01-31T15:40:32.010Z] Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:40:32.281Z] ---> Running in 29e09257f071 [2023-01-31T15:40:32.549Z] v3.16.3-149-gdf7e38bd02 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-31T15:40:32.549Z] v3.16.3-147-g6bdfd2ef54 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-31T15:40:32.549Z] OK: 16901 distinct packages available [2023-01-31T15:40:32.549Z] Removing intermediate container 29e09257f071 [2023-01-31T15:40:32.817Z] ---> 8439eba460a2 [2023-01-31T15:40:32.817Z] Step 24/24 : LABEL version=3.0.0-dev.31 [2023-01-31T15:40:32.817Z] ---> Running in e0de4e47f042 [2023-01-31T15:40:33.085Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:40:33.350Z] Removing intermediate container e0de4e47f042 [2023-01-31T15:40:33.350Z] ---> 964b4313f1cd [2023-01-31T15:40:33.350Z] [2023-01-31T15:40:33.621Z] Successfully built 964b4313f1cd [2023-01-31T15:40:33.621Z] Successfully tagged security-spire-config-arm64:latest [2023-01-31T15:40:33.621Z]  Building security-spire-config ... done Building core-common-config-bootstrapper [2023-01-31T15:40:33.621Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:40:35.030Z] OK: 221 MiB in 51 packages [2023-01-31T15:40:37.608Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:40:37.608Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:40:37.608Z] ---> 4b8e885596fc [2023-01-31T15:40:37.608Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-31T15:40:37.608Z] ---> Using cache [2023-01-31T15:40:37.608Z] ---> 70c025c24f53 [2023-01-31T15:40:37.608Z] Step 4/22 : WORKDIR /edgex-go [2023-01-31T15:40:37.608Z] ---> Using cache [2023-01-31T15:40:37.608Z] ---> 71bc9305eb23 [2023-01-31T15:40:37.608Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-31T15:40:37.608Z] ---> Using cache [2023-01-31T15:40:37.608Z] ---> dec4fb094548 [2023-01-31T15:40:37.608Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-31T15:40:37.608Z] ---> Using cache [2023-01-31T15:40:37.608Z] ---> c6f5bcd0a504 [2023-01-31T15:40:37.608Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:40:37.608Z] ---> Using cache [2023-01-31T15:40:37.608Z] ---> 35c6cc41e31b [2023-01-31T15:40:37.608Z] Step 8/22 : COPY . . [2023-01-31T15:40:37.608Z] ---> Using cache [2023-01-31T15:40:37.608Z] ---> 135293af6022 [2023-01-31T15:40:37.608Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-01-31T15:40:37.874Z] ---> Running in 30c77ba3b031 [2023-01-31T15:40:38.887Z] Removing intermediate container d85b5407ae8d [2023-01-31T15:40:38.887Z] ---> a1ac380e0c57 [2023-01-31T15:40:38.887Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-31T15:40:39.841Z] ---> e7800466ffd8 [2023-01-31T15:40:39.841Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:40:40.107Z] ---> Running in 8d4decddd9dc [2023-01-31T15:40:40.373Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-01-31T15:42:17.000Z] Removing intermediate container 8d4decddd9dc [2023-01-31T15:42:17.000Z] ---> c681b068b337 [2023-01-31T15:42:17.000Z] Step 7/19 : COPY . . [2023-01-31T15:42:17.000Z] ---> c842135270ec [2023-01-31T15:42:17.000Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-31T15:42:17.000Z] ---> Running in 831ecdd16572 [2023-01-31T15:42:17.954Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-31T15:45:09.673Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-31T15:45:19.754Z] Removing intermediate container 386a2c36cc08 [2023-01-31T15:45:19.754Z] ---> cafb661fd6e2 [2023-01-31T15:45:19.754Z] [2023-01-31T15:45:19.754Z] Step 9/24 : FROM alpine:3.16 [2023-01-31T15:45:19.754Z] ---> 2b4661558fb8 [2023-01-31T15:45:19.755Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-31T15:45:20.020Z] ---> Running in 84ebf79233cd [2023-01-31T15:45:22.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:45:22.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:45:23.996Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-31T15:45:23.996Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-31T15:45:23.996Z] (3/3) Installing su-exec (0.2-r1) [2023-01-31T15:45:23.996Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:45:24.260Z] Executing ca-certificates-20220614-r0.trigger [2023-01-31T15:45:24.526Z] OK: 6 MiB in 17 packages [2023-01-31T15:45:26.464Z] Removing intermediate container 84ebf79233cd [2023-01-31T15:45:26.464Z] ---> 614bb9a57330 [2023-01-31T15:45:26.464Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-31T15:45:26.464Z] ---> Running in 4783472fe251 [2023-01-31T15:45:27.053Z] Removing intermediate container 4783472fe251 [2023-01-31T15:45:27.053Z] ---> 4c819584fe68 [2023-01-31T15:45:27.053Z] Step 12/24 : WORKDIR / [2023-01-31T15:45:27.320Z] ---> Running in 554b91cc3c50 [2023-01-31T15:45:27.588Z] Removing intermediate container 554b91cc3c50 [2023-01-31T15:45:27.588Z] ---> f90535e14317 [2023-01-31T15:45:27.588Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-31T15:45:28.543Z] ---> 03de36556c07 [2023-01-31T15:45:28.543Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-31T15:45:29.510Z] ---> cbd203b8690b [2023-01-31T15:45:29.510Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-31T15:45:32.081Z] ---> 10bdd42306cd [2023-01-31T15:45:32.081Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-31T15:45:33.035Z] ---> 254954547ff9 [2023-01-31T15:45:33.035Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-31T15:45:34.439Z] ---> 4a0f07037e0b [2023-01-31T15:45:34.439Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-31T15:45:36.372Z] ---> cffcabe94e27 [2023-01-31T15:45:36.372Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-31T15:45:36.958Z] ---> f0cf8ea49063 [2023-01-31T15:45:36.958Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-31T15:45:37.229Z] ---> Running in 89b246cff893 [2023-01-31T15:45:40.564Z] Removing intermediate container 89b246cff893 [2023-01-31T15:45:40.564Z] ---> 455d0e0d5fc1 [2023-01-31T15:45:40.564Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-31T15:45:40.564Z] ---> Running in 4c51a6681c7e [2023-01-31T15:45:40.828Z] Removing intermediate container 4c51a6681c7e [2023-01-31T15:45:40.828Z] ---> 63d04bf752bd [2023-01-31T15:45:40.828Z] Step 22/24 : LABEL arch=arm64 [2023-01-31T15:45:41.104Z] ---> Running in 5d09f3db3e43 [2023-01-31T15:45:41.371Z] Removing intermediate container 5d09f3db3e43 [2023-01-31T15:45:41.371Z] ---> 9eebc76b4b71 [2023-01-31T15:45:41.371Z] Step 23/24 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:45:41.636Z] ---> Running in 0b918be2d082 [2023-01-31T15:45:42.216Z] Removing intermediate container 0b918be2d082 [2023-01-31T15:45:42.216Z] ---> 206bf1349d49 [2023-01-31T15:45:42.216Z] Step 24/24 : LABEL version=3.0.0-dev.31 [2023-01-31T15:45:42.216Z] ---> Running in 2d4d7e3edb21 [2023-01-31T15:45:42.796Z] Removing intermediate container 2d4d7e3edb21 [2023-01-31T15:45:42.796Z] ---> 418a4f74e6a5 [2023-01-31T15:45:42.796Z] [2023-01-31T15:45:42.796Z] Successfully built 418a4f74e6a5 [2023-01-31T15:45:42.796Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-31T15:45:42.796Z] Building support-scheduler [2023-01-31T15:45:47.041Z]  Building security-secretstore-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-31T15:45:47.041Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-31T15:45:47.041Z] ---> 4b8e885596fc [2023-01-31T15:45:47.041Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-31T15:45:47.041Z] ---> Using cache [2023-01-31T15:45:47.041Z] ---> 70c025c24f53 [2023-01-31T15:45:47.041Z] Step 4/22 : WORKDIR /edgex-go [2023-01-31T15:45:47.041Z] ---> Using cache [2023-01-31T15:45:47.041Z] ---> 71bc9305eb23 [2023-01-31T15:45:47.041Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-31T15:45:47.041Z] ---> Using cache [2023-01-31T15:45:47.041Z] ---> dec4fb094548 [2023-01-31T15:45:47.041Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-31T15:45:47.041Z] ---> Using cache [2023-01-31T15:45:47.041Z] ---> c6f5bcd0a504 [2023-01-31T15:45:47.041Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-31T15:45:47.041Z] ---> Using cache [2023-01-31T15:45:47.041Z] ---> 35c6cc41e31b [2023-01-31T15:45:47.041Z] Step 8/22 : COPY . . [2023-01-31T15:45:47.041Z] ---> Using cache [2023-01-31T15:45:47.041Z] ---> 135293af6022 [2023-01-31T15:45:47.042Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-31T15:45:47.042Z] ---> Running in 49643663ffe1 [2023-01-31T15:45:48.983Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.31" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-31T15:47:13.417Z] Removing intermediate container 5ea1ada34bb9 [2023-01-31T15:47:13.417Z] ---> 8eabd0ba67e7 [2023-01-31T15:47:13.417Z] [2023-01-31T15:47:13.417Z] Step 10/22 : FROM alpine:3.16 [2023-01-31T15:47:13.417Z] ---> 2b4661558fb8 [2023-01-31T15:47:13.417Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-31T15:47:13.417Z] ---> Running in 8a84c20d69c7 [2023-01-31T15:47:13.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:47:13.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:47:13.417Z] Removing intermediate container 3ccacb6a3aab [2023-01-31T15:47:13.417Z] ---> ce5dc4444200 [2023-01-31T15:47:13.417Z] [2023-01-31T15:47:13.417Z] Step 9/32 : FROM alpine:3.16 [2023-01-31T15:47:13.417Z] ---> 2b4661558fb8 [2023-01-31T15:47:13.417Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-31T15:47:13.417Z] ---> Running in fb4aa4d3b387 [2023-01-31T15:47:13.417Z] Removing intermediate container fb4aa4d3b387 [2023-01-31T15:47:13.417Z] ---> 2c374058cdd8 [2023-01-31T15:47:13.417Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-31T15:47:13.417Z] ---> Running in 5d2371ab79de [2023-01-31T15:47:13.417Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-31T15:47:13.417Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-31T15:47:13.417Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:47:13.417Z] Executing ca-certificates-20220614-r0.trigger [2023-01-31T15:47:13.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:47:13.417Z] OK: 6 MiB in 16 packages [2023-01-31T15:47:13.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:47:13.417Z] Removing intermediate container 8a84c20d69c7 [2023-01-31T15:47:13.417Z] ---> 2243336720dc [2023-01-31T15:47:13.417Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-31T15:47:13.417Z] ---> Running in 750241d81638 [2023-01-31T15:47:13.417Z] Removing intermediate container 750241d81638 [2023-01-31T15:47:13.417Z] ---> a978d8bab45c [2023-01-31T15:47:13.417Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-31T15:47:13.417Z] ---> Running in 3fc41ce1ea16 [2023-01-31T15:47:13.694Z] Removing intermediate container 3fc41ce1ea16 [2023-01-31T15:47:13.694Z] ---> d10b213f89d2 [2023-01-31T15:47:13.694Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-31T15:47:13.965Z] ---> Running in 9a8c6cd05e09 [2023-01-31T15:47:14.557Z] Removing intermediate container 9a8c6cd05e09 [2023-01-31T15:47:14.557Z] ---> 43dd48909af5 [2023-01-31T15:47:14.557Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:47:15.525Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-31T15:47:15.525Z] (2/2) Installing su-exec (0.2-r1) [2023-01-31T15:47:15.525Z] ---> 962e1a0ffdff [2023-01-31T15:47:15.525Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-31T15:47:15.525Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:47:15.525Z] OK: 5 MiB in 16 packages [2023-01-31T15:47:17.488Z] Removing intermediate container 5d2371ab79de [2023-01-31T15:47:17.488Z] ---> 7b489c999adc [2023-01-31T15:47:17.488Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-31T15:47:17.761Z] ---> Running in 3d349004e477 [2023-01-31T15:47:18.739Z] Removing intermediate container 3d349004e477 [2023-01-31T15:47:18.739Z] ---> 8fa1aa851d29 [2023-01-31T15:47:18.739Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-31T15:47:19.009Z] ---> Running in 6eb2e07171a5 [2023-01-31T15:47:19.009Z] ---> 70e2ef30e039 [2023-01-31T15:47:19.009Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-31T15:47:19.599Z] Removing intermediate container 6eb2e07171a5 [2023-01-31T15:47:19.599Z] ---> 91900727e23a [2023-01-31T15:47:19.599Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-31T15:47:19.868Z] ---> Running in 8752649b04f6 [2023-01-31T15:47:20.485Z] ---> c999685d8ca7 [2023-01-31T15:47:20.485Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-31T15:47:20.757Z] ---> Running in 5fbb2df28ac6 [2023-01-31T15:47:20.757Z] Removing intermediate container 8752649b04f6 [2023-01-31T15:47:20.757Z] ---> cb20e8c4290a [2023-01-31T15:47:20.757Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-31T15:47:21.027Z] ---> Running in 5ef4089c507b [2023-01-31T15:47:21.625Z] Removing intermediate container 5fbb2df28ac6 [2023-01-31T15:47:21.625Z] ---> eb3db30ddbe8 [2023-01-31T15:47:21.625Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-31T15:47:21.625Z] ---> Running in ec5b33c2da20 [2023-01-31T15:47:21.625Z] Removing intermediate container 5ef4089c507b [2023-01-31T15:47:21.625Z] ---> a206a758b74e [2023-01-31T15:47:21.625Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-31T15:47:21.896Z] ---> Running in bef056397fbc [2023-01-31T15:47:22.863Z] Removing intermediate container ec5b33c2da20 [2023-01-31T15:47:22.863Z] ---> b1f08344bf2c [2023-01-31T15:47:22.863Z] Step 20/22 : LABEL arch=arm64 [2023-01-31T15:47:22.863Z] ---> Running in 51415b312aaa [2023-01-31T15:47:23.460Z] Removing intermediate container 51415b312aaa [2023-01-31T15:47:23.460Z] ---> 7e6ff983c1e7 [2023-01-31T15:47:23.460Z] Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:47:23.736Z] ---> Running in 70159eec7034 [2023-01-31T15:47:24.715Z] Removing intermediate container 70159eec7034 [2023-01-31T15:47:24.715Z] ---> 497ee0ec06ab [2023-01-31T15:47:24.715Z] Step 22/22 : LABEL version=3.0.0-dev.31 [2023-01-31T15:47:24.715Z] ---> Running in 598b0caa9aeb [2023-01-31T15:47:26.149Z] Removing intermediate container 598b0caa9aeb [2023-01-31T15:47:26.149Z] ---> d4c77b32c86a [2023-01-31T15:47:26.149Z] [2023-01-31T15:47:26.758Z] Successfully built d4c77b32c86a [2023-01-31T15:47:26.758Z] Successfully tagged support-notifications-arm64:latest [2023-01-31T15:47:26.758Z]  Building support-notifications ... done Removing intermediate container bef056397fbc [2023-01-31T15:47:26.758Z] ---> a6214f3cc5ca [2023-01-31T15:47:26.758Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-31T15:47:27.028Z] ---> Running in d11f189fafeb [2023-01-31T15:47:27.996Z] Removing intermediate container d11f189fafeb [2023-01-31T15:47:27.996Z] ---> 96d5d8554304 [2023-01-31T15:47:27.996Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-31T15:47:29.417Z] ---> b8e4ac0e32be [2023-01-31T15:47:29.417Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-31T15:47:29.417Z] ---> Running in 9d2ca4d6963c [2023-01-31T15:47:33.701Z] Removing intermediate container 9d2ca4d6963c [2023-01-31T15:47:33.701Z] ---> 7a95211c145c [2023-01-31T15:47:33.701Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:47:35.114Z] ---> 35a8cfe97ae8 [2023-01-31T15:47:35.114Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-31T15:47:35.696Z] Removing intermediate container 30c77ba3b031 [2023-01-31T15:47:35.696Z] ---> 7c93fb2b659b [2023-01-31T15:47:35.696Z] [2023-01-31T15:47:35.696Z] Step 10/22 : FROM alpine:3.16 [2023-01-31T15:47:35.696Z] ---> 2b4661558fb8 [2023-01-31T15:47:35.696Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-01-31T15:47:35.963Z] ---> Running in 317d0b4cb965 [2023-01-31T15:47:36.549Z] Removing intermediate container 317d0b4cb965 [2023-01-31T15:47:36.549Z] ---> 6b789d474141 [2023-01-31T15:47:36.549Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-01-31T15:47:36.820Z] ---> Running in 7ff25989e703 [2023-01-31T15:47:38.231Z] ---> 158ce33b8a9d [2023-01-31T15:47:38.231Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-31T15:47:39.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:47:39.217Z] ---> 71b7cc05ac25 [2023-01-31T15:47:39.217Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-31T15:47:39.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:47:40.392Z] ---> 8b52b106fcf2 [2023-01-31T15:47:40.392Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-31T15:47:41.352Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-31T15:47:41.352Z] ---> b0714944b231 [2023-01-31T15:47:41.352Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-31T15:47:41.352Z] Executing busybox-1.35.0-r17.trigger [2023-01-31T15:47:41.352Z] OK: 5 MiB in 15 packages [2023-01-31T15:47:42.312Z] ---> e368ca0fc817 [2023-01-31T15:47:42.312Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-31T15:47:43.270Z] Removing intermediate container 7ff25989e703 [2023-01-31T15:47:43.270Z] ---> 91d028775dd3 [2023-01-31T15:47:43.270Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:47:43.536Z] ---> 72dc6c58d09b [2023-01-31T15:47:43.536Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-31T15:47:43.817Z] ---> Running in e7ee4c1ba3a5 [2023-01-31T15:47:44.775Z] ---> 4e77d4882402 [2023-01-31T15:47:44.775Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-01-31T15:47:47.349Z] ---> dfeede3a13a7 [2023-01-31T15:47:47.349Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-01-31T15:47:47.616Z] Removing intermediate container e7ee4c1ba3a5 [2023-01-31T15:47:47.616Z] ---> af8665320860 [2023-01-31T15:47:47.616Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-31T15:47:47.889Z] ---> Running in fa0c4a8d6510 [2023-01-31T15:47:48.475Z] ---> 95754d313406 [2023-01-31T15:47:48.475Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-01-31T15:47:48.475Z] Removing intermediate container fa0c4a8d6510 [2023-01-31T15:47:48.475Z] ---> 3c5373ccc8b9 [2023-01-31T15:47:48.475Z] Step 29/32 : CMD ["gate"] [2023-01-31T15:47:48.475Z] ---> Running in dd1a981c8f0b [2023-01-31T15:47:49.457Z] Removing intermediate container dd1a981c8f0b [2023-01-31T15:47:49.457Z] ---> 9e12d7eb7292 [2023-01-31T15:47:49.457Z] Step 30/32 : LABEL arch=arm64 [2023-01-31T15:47:49.457Z] ---> Running in 3e1d12928571 [2023-01-31T15:47:49.457Z] ---> 713e73d0478b [2023-01-31T15:47:49.457Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-31T15:47:49.457Z] ---> Running in 26a0fbe5aa23 [2023-01-31T15:47:50.432Z] Removing intermediate container 3e1d12928571 [2023-01-31T15:47:50.432Z] ---> 33edf3f9e90a [2023-01-31T15:47:50.432Z] Step 31/32 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:47:50.432Z] ---> Running in 926d5c11f592 [2023-01-31T15:47:51.390Z] Removing intermediate container 926d5c11f592 [2023-01-31T15:47:51.390Z] ---> 1442b8b5e451 [2023-01-31T15:47:51.390Z] Step 32/32 : LABEL version=3.0.0-dev.31 [2023-01-31T15:47:51.390Z] ---> Running in af030e8c5e7d [2023-01-31T15:47:52.369Z] Removing intermediate container af030e8c5e7d [2023-01-31T15:47:52.369Z] ---> 1932f1764364 [2023-01-31T15:47:52.369Z] [2023-01-31T15:47:52.369Z] Successfully built 1932f1764364 [2023-01-31T15:47:52.369Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-31T15:47:53.338Z]  Building security-bootstrapper ... done Removing intermediate container 26a0fbe5aa23 [2023-01-31T15:47:53.338Z] ---> 96d3e0af4274 [2023-01-31T15:47:53.338Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-01-31T15:47:53.338Z] ---> Running in b2e103f4d95b [2023-01-31T15:47:53.920Z] Removing intermediate container b2e103f4d95b [2023-01-31T15:47:53.920Z] ---> 47e3c2d72752 [2023-01-31T15:47:53.920Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-01-31T15:47:53.920Z] ---> Running in c0ecf04f3dc5 [2023-01-31T15:47:54.502Z] Removing intermediate container c0ecf04f3dc5 [2023-01-31T15:47:54.502Z] ---> 529fb440b4c8 [2023-01-31T15:47:54.502Z] Step 20/22 : LABEL arch=arm64 [2023-01-31T15:47:54.502Z] ---> Running in b3ed786d8bcc [2023-01-31T15:47:55.091Z] Removing intermediate container b3ed786d8bcc [2023-01-31T15:47:55.091Z] ---> da940fa9a10f [2023-01-31T15:47:55.091Z] Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:47:55.091Z] ---> Running in 73d4cae8bf8e [2023-01-31T15:47:55.674Z] Removing intermediate container 73d4cae8bf8e [2023-01-31T15:47:55.674Z] ---> 5d8ece0d1bf5 [2023-01-31T15:47:55.674Z] Step 22/22 : LABEL version=3.0.0-dev.31 [2023-01-31T15:47:55.674Z] ---> Running in 931bdd17ebca [2023-01-31T15:47:56.261Z] Removing intermediate container 931bdd17ebca [2023-01-31T15:47:56.261Z] ---> 0f6685bb16f5 [2023-01-31T15:47:56.261Z] [2023-01-31T15:47:56.261Z] Successfully built 0f6685bb16f5 [2023-01-31T15:47:56.261Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-01-31T15:49:33.390Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 831ecdd16572 [2023-01-31T15:49:33.390Z] ---> 330ab219a4e4 [2023-01-31T15:49:33.390Z] [2023-01-31T15:49:33.390Z] Step 9/19 : FROM alpine:3.15 [2023-01-31T15:49:33.390Z] ---> 8aa73fd46299 [2023-01-31T15:49:33.390Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-31T15:49:33.390Z] ---> Using cache [2023-01-31T15:49:33.390Z] ---> d036b994c61d [2023-01-31T15:49:33.390Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-31T15:49:33.390Z] ---> Running in 1a19f39daa21 [2023-01-31T15:49:33.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:49:33.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:49:33.390Z] v3.15.6-286-gc65ca622d2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-31T15:49:33.390Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-31T15:49:33.390Z] OK: 15736 distinct packages available [2023-01-31T15:49:33.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-31T15:49:33.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-31T15:49:33.390Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-31T15:49:33.390Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-31T15:49:33.390Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-31T15:49:33.390Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-31T15:49:33.390Z] (5/9) Installing curl (7.80.0-r5) [2023-01-31T15:49:33.390Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-31T15:49:33.390Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-31T15:49:33.390Z] (8/9) Installing libucontext (1.1-r0) [2023-01-31T15:49:33.390Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-31T15:49:33.390Z] Executing busybox-1.34.1-r7.trigger [2023-01-31T15:49:33.390Z] Executing ca-certificates-20220614-r0.trigger [2023-01-31T15:49:33.390Z] OK: 8 MiB in 23 packages [2023-01-31T15:49:33.390Z] Removing intermediate container 1a19f39daa21 [2023-01-31T15:49:33.390Z] ---> 26b1627e57bd [2023-01-31T15:49:33.390Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:49:33.390Z] ---> 5cccd606dcfa [2023-01-31T15:49:33.390Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-31T15:49:33.390Z] ---> dadddcb37c4b [2023-01-31T15:49:33.390Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-31T15:49:33.390Z] ---> a405a817414d [2023-01-31T15:49:33.390Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-31T15:49:33.390Z] ---> Running in 0f8b5454ae18 [2023-01-31T15:49:33.658Z] Removing intermediate container 0f8b5454ae18 [2023-01-31T15:49:33.658Z] ---> 9e66e495eac0 [2023-01-31T15:49:33.658Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-31T15:49:33.926Z] ---> Running in 98276aa156f2 [2023-01-31T15:49:34.512Z] Removing intermediate container 98276aa156f2 [2023-01-31T15:49:34.512Z] ---> 75fdeea8726f [2023-01-31T15:49:34.512Z] Step 17/19 : LABEL arch=arm64 [2023-01-31T15:49:34.512Z] ---> Running in 0242915ec635 [2023-01-31T15:49:35.099Z] Removing intermediate container 0242915ec635 [2023-01-31T15:49:35.099Z] ---> 2a72fd4f6db6 [2023-01-31T15:49:35.099Z] Step 18/19 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:49:35.099Z] ---> Running in 6321a55b8c24 [2023-01-31T15:49:35.686Z] Removing intermediate container 6321a55b8c24 [2023-01-31T15:49:35.686Z] ---> 7fe8fd843f25 [2023-01-31T15:49:35.686Z] Step 19/19 : LABEL version=3.0.0-dev.31 [2023-01-31T15:49:35.686Z] ---> Running in f7de052573bc [2023-01-31T15:49:36.269Z] Removing intermediate container f7de052573bc [2023-01-31T15:49:36.269Z] ---> 347683184b8d [2023-01-31T15:49:36.269Z] [2023-01-31T15:49:36.536Z] Successfully built 347683184b8d [2023-01-31T15:49:36.536Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-31T15:50:32.934Z]  Building security-spiffe-token-provider ... done Removing intermediate container 49643663ffe1 [2023-01-31T15:50:32.934Z] ---> dbdc3d15fd6f [2023-01-31T15:50:32.934Z] [2023-01-31T15:50:32.934Z] Step 10/22 : FROM alpine:3.16 [2023-01-31T15:50:32.934Z] ---> 2b4661558fb8 [2023-01-31T15:50:32.934Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-31T15:50:32.934Z] ---> Using cache [2023-01-31T15:50:32.934Z] ---> f26b73bdab6d [2023-01-31T15:50:32.934Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-31T15:50:32.934Z] ---> Using cache [2023-01-31T15:50:32.934Z] ---> b2a9c4b91416 [2023-01-31T15:50:32.934Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-31T15:50:32.934Z] ---> Running in 405f81d42627 [2023-01-31T15:50:32.934Z] Removing intermediate container 405f81d42627 [2023-01-31T15:50:32.934Z] ---> f0c7a31737e7 [2023-01-31T15:50:32.934Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-31T15:50:32.934Z] ---> Running in 8b8a8b9d4d20 [2023-01-31T15:50:32.934Z] Removing intermediate container 8b8a8b9d4d20 [2023-01-31T15:50:32.934Z] ---> 597f9395ef79 [2023-01-31T15:50:32.934Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-31T15:50:32.934Z] ---> 738d57fc6517 [2023-01-31T15:50:32.934Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-31T15:50:32.934Z] ---> 21372a8feeb6 [2023-01-31T15:50:32.934Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-31T15:50:32.934Z] ---> 94334e9da050 [2023-01-31T15:50:32.934Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-31T15:50:32.934Z] ---> Running in 203cb1b00da1 [2023-01-31T15:50:32.934Z] Removing intermediate container 203cb1b00da1 [2023-01-31T15:50:32.934Z] ---> 76f06a02ce0c [2023-01-31T15:50:32.934Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-31T15:50:32.934Z] ---> Running in a2e9c5ded6a1 [2023-01-31T15:50:32.934Z] Removing intermediate container a2e9c5ded6a1 [2023-01-31T15:50:32.934Z] ---> 445108c10ada [2023-01-31T15:50:32.934Z] Step 20/22 : LABEL arch=arm64 [2023-01-31T15:50:32.934Z] ---> Running in d108219b54e5 [2023-01-31T15:50:32.934Z] Removing intermediate container d108219b54e5 [2023-01-31T15:50:32.934Z] ---> 70ebe8768e57 [2023-01-31T15:50:32.934Z] Step 21/22 : LABEL git_sha=4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:50:32.934Z] ---> Running in 1d2d50eea248 [2023-01-31T15:50:32.934Z] Removing intermediate container 1d2d50eea248 [2023-01-31T15:50:32.934Z] ---> 4f6d9c2b3081 [2023-01-31T15:50:32.934Z] Step 22/22 : LABEL version=3.0.0-dev.31 [2023-01-31T15:50:32.934Z] ---> Running in d08b45f2dd79 [2023-01-31T15:50:32.934Z] Removing intermediate container d08b45f2dd79 [2023-01-31T15:50:32.934Z] ---> e0f381d17324 [2023-01-31T15:50:32.934Z] [2023-01-31T15:50:32.934Z] Successfully built e0f381d17324 [2023-01-31T15:50:32.934Z] Successfully tagged support-scheduler-arm64:latest [2023-01-31T15:50:32.946Z]  Building support-scheduler ... done  [Pipeline] } [2023-01-31T15:50:32.950Z] $ docker stop --time=1 b1ba278d7dd73dd93772057d9ffca33a432646a5adc19dc61d39eb36e930bb17 [2023-01-31T15:50:34.678Z] $ docker rm -f --volumes b1ba278d7dd73dd93772057d9ffca33a432646a5adc19dc61d39eb36e930bb17 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-31T15:50:35.186Z] + docker images [2023-01-31T15:50:35.453Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-31T15:50:35.453Z] support-scheduler-arm64 latest e0f381d17324 6 seconds ago 29MB [2023-01-31T15:50:35.453Z] dbdc3d15fd6f 12 seconds ago 1.4GB [2023-01-31T15:50:35.453Z] security-spiffe-token-provider-arm64 latest 347683184b8d 59 seconds ago 28.9MB [2023-01-31T15:50:35.453Z] 330ab219a4e4 About a minute ago 1.37GB [2023-01-31T15:50:35.453Z] core-common-config-bootstrapper-arm64 latest 0f6685bb16f5 2 minutes ago 14.9MB [2023-01-31T15:50:35.453Z] security-bootstrapper-arm64 latest 1932f1764364 2 minutes ago 19.5MB [2023-01-31T15:50:35.453Z] 7c93fb2b659b 3 minutes ago 1.34GB [2023-01-31T15:50:35.453Z] support-notifications-arm64 latest d4c77b32c86a 3 minutes ago 29.5MB [2023-01-31T15:50:35.453Z] ce5dc4444200 3 minutes ago 1.33GB [2023-01-31T15:50:35.453Z] 8eabd0ba67e7 3 minutes ago 1.4GB [2023-01-31T15:50:35.453Z] security-secretstore-setup-arm64 latest 418a4f74e6a5 4 minutes ago 28.7MB [2023-01-31T15:50:35.453Z] cafb661fd6e2 5 minutes ago 1.33GB [2023-01-31T15:50:35.453Z] security-spire-config-arm64 latest 964b4313f1cd 10 minutes ago 83.6MB [2023-01-31T15:50:35.453Z] core-data-arm64 latest 514575f43b26 10 minutes ago 17.2MB [2023-01-31T15:50:35.453Z] core-metadata-arm64 latest 17549e25e24a 10 minutes ago 17.8MB [2023-01-31T15:50:35.453Z] 23ddb182cc4f 10 minutes ago 1.21GB [2023-01-31T15:50:35.453Z] 741c98e3e140 10 minutes ago 1.35GB [2023-01-31T15:50:35.453Z] 0c5cb1682fc2 10 minutes ago 1.35GB [2023-01-31T15:50:35.453Z] core-command-arm64 latest 3a8614393e5a 10 minutes ago 17MB [2023-01-31T15:50:35.453Z] 0c1686c199ef 11 minutes ago 1.34GB [2023-01-31T15:50:35.453Z] security-proxy-setup-arm64 latest 0e41a1cd3867 11 minutes ago 26.8MB [2023-01-31T15:50:35.453Z] 651186e6e6c3 11 minutes ago 1.33GB [2023-01-31T15:50:35.453Z] security-spire-server-arm64 latest caa9660dff96 15 minutes ago 84.3MB [2023-01-31T15:50:35.453Z] e9ad384b2c42 15 minutes ago 1.21GB [2023-01-31T15:50:35.453Z] security-spire-agent-arm64 latest c8e179db15a6 17 minutes ago 122MB [2023-01-31T15:50:35.453Z] f2e347ee17ec 18 minutes ago 1.21GB [2023-01-31T15:50:35.453Z] ci-base-image-arm64 latest 4b8e885596fc 21 minutes ago 905MB [2023-01-31T15:50:35.453Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-31T15:50:35.453Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-31T15:50:35.453Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-31T15:50:35.453Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-31T15:50:35.568Z] provisioning config files... [2023-01-31T15:50:35.584Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/389@tmp/config10417933313593463311tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:50:35.934Z] ---> docker-login.sh [2023-01-31T15:50:35.934Z] nexus3.edgexfoundry.org:10001 [2023-01-31T15:50:36.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:50:36.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:50:36.201Z] Configure a credential helper to remove this warning. See [2023-01-31T15:50:36.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:50:36.201Z] [2023-01-31T15:50:36.201Z] Login Succeeded [2023-01-31T15:50:36.201Z] nexus3.edgexfoundry.org:10002 [2023-01-31T15:50:36.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:50:36.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:50:36.785Z] Configure a credential helper to remove this warning. See [2023-01-31T15:50:36.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:50:36.785Z] [2023-01-31T15:50:36.785Z] Login Succeeded [2023-01-31T15:50:36.785Z] nexus3.edgexfoundry.org:10003 [2023-01-31T15:50:37.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:50:37.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:50:37.054Z] Configure a credential helper to remove this warning. See [2023-01-31T15:50:37.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:50:37.054Z] [2023-01-31T15:50:37.054Z] Login Succeeded [2023-01-31T15:50:37.054Z] nexus3.edgexfoundry.org:10004 [2023-01-31T15:50:37.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:50:37.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:50:37.640Z] Configure a credential helper to remove this warning. See [2023-01-31T15:50:37.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:50:37.640Z] [2023-01-31T15:50:37.640Z] Login Succeeded [2023-01-31T15:50:37.640Z] docker.io [2023-01-31T15:50:37.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-31T15:50:38.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-31T15:50:38.493Z] Configure a credential helper to remove this warning. See [2023-01-31T15:50:38.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-31T15:50:38.493Z] [2023-01-31T15:50:38.493Z] Login Succeeded [2023-01-31T15:50:38.493Z] ---> docker-login.sh ends [Pipeline] } [2023-01-31T15:50:38.507Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:50:38.540Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-31T15:50:38.561Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-01-31T15:50:38.561Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:50:38.561Z] latest [2023-01-31T15:50:38.561Z] 3.0.0-dev.31 [2023-01-31T15:50:38.561Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:50:38.561Z] main [2023-01-31T15:50:38.561Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:38.905Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:39.243Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:50:39.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-31T15:50:39.243Z] 7355320ba25d: Preparing [2023-01-31T15:50:39.243Z] 70378d95d126: Preparing [2023-01-31T15:50:39.243Z] 103de5551779: Preparing [2023-01-31T15:50:39.243Z] cc134ba080ea: Preparing [2023-01-31T15:50:39.243Z] 17bec77d7fdc: Preparing [2023-01-31T15:50:39.243Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:50:39.511Z] 7355320ba25d: Pushed [2023-01-31T15:50:39.511Z] 103de5551779: Pushed [2023-01-31T15:50:39.511Z] cc134ba080ea: Pushed [2023-01-31T15:50:42.852Z] 70378d95d126: Pushed [2023-01-31T15:50:42.852Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:ce78ac131179896808703cf41894c2f29e02e5f3c28bb6ca70df379e67dcf36b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:43.207Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:43.553Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-31T15:50:43.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-31T15:50:43.554Z] 7355320ba25d: Preparing [2023-01-31T15:50:43.554Z] 70378d95d126: Preparing [2023-01-31T15:50:43.554Z] 103de5551779: Preparing [2023-01-31T15:50:43.554Z] cc134ba080ea: Preparing [2023-01-31T15:50:43.554Z] 17bec77d7fdc: Preparing [2023-01-31T15:50:43.554Z] 70378d95d126: Layer already exists [2023-01-31T15:50:43.554Z] 103de5551779: Layer already exists [2023-01-31T15:50:43.554Z] 7355320ba25d: Layer already exists [2023-01-31T15:50:43.554Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:50:43.554Z] cc134ba080ea: Layer already exists [2023-01-31T15:50:43.821Z] latest: digest: sha256:ce78ac131179896808703cf41894c2f29e02e5f3c28bb6ca70df379e67dcf36b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:44.177Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:44.523Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.31 [2023-01-31T15:50:44.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-31T15:50:44.523Z] 7355320ba25d: Preparing [2023-01-31T15:50:44.523Z] 70378d95d126: Preparing [2023-01-31T15:50:44.523Z] 103de5551779: Preparing [2023-01-31T15:50:44.523Z] cc134ba080ea: Preparing [2023-01-31T15:50:44.523Z] 17bec77d7fdc: Preparing [2023-01-31T15:50:44.523Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:50:44.523Z] 103de5551779: Layer already exists [2023-01-31T15:50:44.523Z] 7355320ba25d: Layer already exists [2023-01-31T15:50:44.523Z] 70378d95d126: Layer already exists [2023-01-31T15:50:44.523Z] cc134ba080ea: Layer already exists [2023-01-31T15:50:44.789Z] 3.0.0-dev.31: digest: sha256:ce78ac131179896808703cf41894c2f29e02e5f3c28bb6ca70df379e67dcf36b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:45.140Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:45.480Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:50:45.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-31T15:50:45.480Z] 7355320ba25d: Preparing [2023-01-31T15:50:45.480Z] 70378d95d126: Preparing [2023-01-31T15:50:45.480Z] 103de5551779: Preparing [2023-01-31T15:50:45.480Z] cc134ba080ea: Preparing [2023-01-31T15:50:45.480Z] 17bec77d7fdc: Preparing [2023-01-31T15:50:45.480Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:50:45.480Z] 70378d95d126: Layer already exists [2023-01-31T15:50:45.480Z] 103de5551779: Layer already exists [2023-01-31T15:50:45.480Z] cc134ba080ea: Layer already exists [2023-01-31T15:50:45.480Z] 7355320ba25d: Layer already exists [2023-01-31T15:50:45.747Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:ce78ac131179896808703cf41894c2f29e02e5f3c28bb6ca70df379e67dcf36b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:46.089Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:46.428Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-01-31T15:50:46.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-31T15:50:46.428Z] 7355320ba25d: Preparing [2023-01-31T15:50:46.428Z] 70378d95d126: Preparing [2023-01-31T15:50:46.428Z] 103de5551779: Preparing [2023-01-31T15:50:46.428Z] cc134ba080ea: Preparing [2023-01-31T15:50:46.428Z] 17bec77d7fdc: Preparing [2023-01-31T15:50:46.428Z] 70378d95d126: Layer already exists [2023-01-31T15:50:46.428Z] 103de5551779: Layer already exists [2023-01-31T15:50:46.428Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:50:46.428Z] cc134ba080ea: Layer already exists [2023-01-31T15:50:46.428Z] 7355320ba25d: Layer already exists [2023-01-31T15:50:46.694Z] main: digest: sha256:ce78ac131179896808703cf41894c2f29e02e5f3c28bb6ca70df379e67dcf36b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:50:46.746Z] ===================================================== [Pipeline] echo [2023-01-31T15:50:46.755Z] taggedImages: [2023-01-31T15:50:46.755Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:50:46.755Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-31T15:50:46.755Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.31 [2023-01-31T15:50:46.755Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:50:46.755Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-01-31T15:50:46.776Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-01-31T15:50:46.776Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:50:46.776Z] latest [2023-01-31T15:50:46.776Z] 3.0.0-dev.31 [2023-01-31T15:50:46.776Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:50:46.776Z] main [2023-01-31T15:50:46.776Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:47.128Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:47.463Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:50:47.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-31T15:50:47.463Z] 71483d82c666: Preparing [2023-01-31T15:50:47.463Z] e56bc9e0d8eb: Preparing [2023-01-31T15:50:47.463Z] c8650009987c: Preparing [2023-01-31T15:50:47.463Z] 1f273c2eac58: Preparing [2023-01-31T15:50:47.463Z] 103de5551779: Preparing [2023-01-31T15:50:47.463Z] fb71dc665f94: Preparing [2023-01-31T15:50:47.463Z] 17bec77d7fdc: Preparing [2023-01-31T15:50:47.463Z] fb71dc665f94: Waiting [2023-01-31T15:50:47.463Z] 17bec77d7fdc: Waiting [2023-01-31T15:50:47.730Z] 103de5551779: Layer already exists [2023-01-31T15:50:47.730Z] 71483d82c666: Pushed [2023-01-31T15:50:47.730Z] e56bc9e0d8eb: Pushed [2023-01-31T15:50:47.730Z] c8650009987c: Pushed [2023-01-31T15:50:47.730Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:50:47.730Z] fb71dc665f94: Pushed [2023-01-31T15:50:50.309Z] 1f273c2eac58: Pushed [2023-01-31T15:50:50.576Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:76356d6180eb55dfd90cc68a06e80fc86eb423021cfe283f53a0d32b565609f0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:50.988Z] + 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-01-31T15:50:51.339Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-01-31T15:50:51.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-31T15:50:51.339Z] 71483d82c666: Preparing [2023-01-31T15:50:51.339Z] e56bc9e0d8eb: Preparing [2023-01-31T15:50:51.339Z] c8650009987c: Preparing [2023-01-31T15:50:51.339Z] 1f273c2eac58: Preparing [2023-01-31T15:50:51.339Z] 103de5551779: Preparing [2023-01-31T15:50:51.339Z] fb71dc665f94: Preparing [2023-01-31T15:50:51.339Z] 17bec77d7fdc: Preparing [2023-01-31T15:50:51.339Z] fb71dc665f94: Waiting [2023-01-31T15:50:51.339Z] 17bec77d7fdc: Waiting [2023-01-31T15:50:51.339Z] 103de5551779: Layer already exists [2023-01-31T15:50:51.339Z] c8650009987c: Layer already exists [2023-01-31T15:50:51.339Z] e56bc9e0d8eb: Layer already exists [2023-01-31T15:50:51.339Z] 71483d82c666: Layer already exists [2023-01-31T15:50:51.339Z] 1f273c2eac58: Layer already exists [2023-01-31T15:50:51.339Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:50:51.339Z] fb71dc665f94: Layer already exists [2023-01-31T15:50:51.611Z] latest: digest: sha256:76356d6180eb55dfd90cc68a06e80fc86eb423021cfe283f53a0d32b565609f0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:51.969Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:52.337Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.31 [2023-01-31T15:50:52.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-31T15:50:52.337Z] 71483d82c666: Preparing [2023-01-31T15:50:52.337Z] e56bc9e0d8eb: Preparing [2023-01-31T15:50:52.337Z] c8650009987c: Preparing [2023-01-31T15:50:52.337Z] 1f273c2eac58: Preparing [2023-01-31T15:50:52.337Z] 103de5551779: Preparing [2023-01-31T15:50:52.337Z] fb71dc665f94: Preparing [2023-01-31T15:50:52.337Z] 17bec77d7fdc: Preparing [2023-01-31T15:50:52.337Z] fb71dc665f94: Waiting [2023-01-31T15:50:52.337Z] 17bec77d7fdc: Waiting [2023-01-31T15:50:52.337Z] e56bc9e0d8eb: Layer already exists [2023-01-31T15:50:52.337Z] 1f273c2eac58: Layer already exists [2023-01-31T15:50:52.337Z] 103de5551779: Layer already exists [2023-01-31T15:50:52.337Z] 71483d82c666: Layer already exists [2023-01-31T15:50:52.337Z] c8650009987c: Layer already exists [2023-01-31T15:50:52.337Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:50:52.337Z] fb71dc665f94: Layer already exists [2023-01-31T15:50:52.611Z] 3.0.0-dev.31: digest: sha256:76356d6180eb55dfd90cc68a06e80fc86eb423021cfe283f53a0d32b565609f0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:52.985Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:53.321Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:50:53.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-31T15:50:53.321Z] 71483d82c666: Preparing [2023-01-31T15:50:53.321Z] e56bc9e0d8eb: Preparing [2023-01-31T15:50:53.321Z] c8650009987c: Preparing [2023-01-31T15:50:53.321Z] 1f273c2eac58: Preparing [2023-01-31T15:50:53.321Z] 103de5551779: Preparing [2023-01-31T15:50:53.321Z] fb71dc665f94: Preparing [2023-01-31T15:50:53.321Z] 17bec77d7fdc: Preparing [2023-01-31T15:50:53.321Z] fb71dc665f94: Waiting [2023-01-31T15:50:53.321Z] 17bec77d7fdc: Waiting [2023-01-31T15:50:53.321Z] 103de5551779: Layer already exists [2023-01-31T15:50:53.321Z] 1f273c2eac58: Layer already exists [2023-01-31T15:50:53.321Z] c8650009987c: Layer already exists [2023-01-31T15:50:53.321Z] 71483d82c666: Layer already exists [2023-01-31T15:50:53.321Z] e56bc9e0d8eb: Layer already exists [2023-01-31T15:50:53.321Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:50:53.321Z] fb71dc665f94: Layer already exists [2023-01-31T15:50:53.588Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:76356d6180eb55dfd90cc68a06e80fc86eb423021cfe283f53a0d32b565609f0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:53.943Z] + 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-01-31T15:50:54.278Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-01-31T15:50:54.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-01-31T15:50:54.278Z] 71483d82c666: Preparing [2023-01-31T15:50:54.278Z] e56bc9e0d8eb: Preparing [2023-01-31T15:50:54.278Z] c8650009987c: Preparing [2023-01-31T15:50:54.278Z] 1f273c2eac58: Preparing [2023-01-31T15:50:54.278Z] 103de5551779: Preparing [2023-01-31T15:50:54.278Z] fb71dc665f94: Preparing [2023-01-31T15:50:54.278Z] 17bec77d7fdc: Preparing [2023-01-31T15:50:54.278Z] fb71dc665f94: Waiting [2023-01-31T15:50:54.278Z] 17bec77d7fdc: Waiting [2023-01-31T15:50:54.278Z] 1f273c2eac58: Layer already exists [2023-01-31T15:50:54.278Z] 71483d82c666: Layer already exists [2023-01-31T15:50:54.278Z] e56bc9e0d8eb: Layer already exists [2023-01-31T15:50:54.278Z] c8650009987c: Layer already exists [2023-01-31T15:50:54.278Z] 103de5551779: Layer already exists [2023-01-31T15:50:54.278Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:50:54.278Z] fb71dc665f94: Layer already exists [2023-01-31T15:50:54.543Z] main: digest: sha256:76356d6180eb55dfd90cc68a06e80fc86eb423021cfe283f53a0d32b565609f0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:50:54.598Z] ===================================================== [Pipeline] echo [2023-01-31T15:50:54.610Z] taggedImages: [2023-01-31T15:50:54.610Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:50:54.610Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-01-31T15:50:54.610Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.31 [2023-01-31T15:50:54.610Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:50:54.610Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-01-31T15:50:54.631Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-01-31T15:50:54.631Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:50:54.631Z] latest [2023-01-31T15:50:54.631Z] 3.0.0-dev.31 [2023-01-31T15:50:54.631Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:50:54.631Z] main [2023-01-31T15:50:54.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:54.987Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:55.333Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:50:55.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-31T15:50:55.333Z] 8ea27b209dc9: Preparing [2023-01-31T15:50:55.333Z] 726fcb1554cd: Preparing [2023-01-31T15:50:55.333Z] 103de5551779: Preparing [2023-01-31T15:50:55.333Z] 66475beafa94: Preparing [2023-01-31T15:50:55.333Z] 17bec77d7fdc: Preparing [2023-01-31T15:50:55.333Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:50:55.599Z] 103de5551779: Layer already exists [2023-01-31T15:50:55.599Z] 8ea27b209dc9: Pushed [2023-01-31T15:50:55.599Z] 66475beafa94: Pushed [2023-01-31T15:50:58.941Z] 726fcb1554cd: Pushed [2023-01-31T15:50:58.941Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:ce043f8b767aa43b9f6c773c390ea004ca6acc64e9403ed55cef89c3a5b37d2c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:59.291Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:50:59.636Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-31T15:50:59.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-31T15:50:59.636Z] 8ea27b209dc9: Preparing [2023-01-31T15:50:59.636Z] 726fcb1554cd: Preparing [2023-01-31T15:50:59.636Z] 103de5551779: Preparing [2023-01-31T15:50:59.636Z] 66475beafa94: Preparing [2023-01-31T15:50:59.636Z] 17bec77d7fdc: Preparing [2023-01-31T15:50:59.636Z] 66475beafa94: Layer already exists [2023-01-31T15:50:59.636Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:50:59.636Z] 726fcb1554cd: Layer already exists [2023-01-31T15:50:59.636Z] 8ea27b209dc9: Layer already exists [2023-01-31T15:50:59.636Z] 103de5551779: Layer already exists [2023-01-31T15:50:59.903Z] latest: digest: sha256:ce043f8b767aa43b9f6c773c390ea004ca6acc64e9403ed55cef89c3a5b37d2c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:00.261Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:00.594Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.31 [2023-01-31T15:51:00.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-31T15:51:00.594Z] 8ea27b209dc9: Preparing [2023-01-31T15:51:00.594Z] 726fcb1554cd: Preparing [2023-01-31T15:51:00.595Z] 103de5551779: Preparing [2023-01-31T15:51:00.595Z] 66475beafa94: Preparing [2023-01-31T15:51:00.595Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:00.595Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:00.595Z] 726fcb1554cd: Layer already exists [2023-01-31T15:51:00.595Z] 66475beafa94: Layer already exists [2023-01-31T15:51:00.595Z] 8ea27b209dc9: Layer already exists [2023-01-31T15:51:00.595Z] 103de5551779: Layer already exists [2023-01-31T15:51:00.860Z] 3.0.0-dev.31: digest: sha256:ce043f8b767aa43b9f6c773c390ea004ca6acc64e9403ed55cef89c3a5b37d2c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:01.193Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:01.522Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:01.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-31T15:51:01.522Z] 8ea27b209dc9: Preparing [2023-01-31T15:51:01.522Z] 726fcb1554cd: Preparing [2023-01-31T15:51:01.522Z] 103de5551779: Preparing [2023-01-31T15:51:01.522Z] 66475beafa94: Preparing [2023-01-31T15:51:01.522Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:01.522Z] 66475beafa94: Layer already exists [2023-01-31T15:51:01.522Z] 8ea27b209dc9: Layer already exists [2023-01-31T15:51:01.522Z] 103de5551779: Layer already exists [2023-01-31T15:51:01.522Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:01.522Z] 726fcb1554cd: Layer already exists [2023-01-31T15:51:01.522Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:ce043f8b767aa43b9f6c773c390ea004ca6acc64e9403ed55cef89c3a5b37d2c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:02.123Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:02.460Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-01-31T15:51:02.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-31T15:51:02.460Z] 8ea27b209dc9: Preparing [2023-01-31T15:51:02.460Z] 726fcb1554cd: Preparing [2023-01-31T15:51:02.460Z] 103de5551779: Preparing [2023-01-31T15:51:02.460Z] 66475beafa94: Preparing [2023-01-31T15:51:02.460Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:02.460Z] 103de5551779: Layer already exists [2023-01-31T15:51:02.460Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:02.460Z] 8ea27b209dc9: Layer already exists [2023-01-31T15:51:02.460Z] 726fcb1554cd: Layer already exists [2023-01-31T15:51:02.460Z] 66475beafa94: Layer already exists [2023-01-31T15:51:02.725Z] main: digest: sha256:ce043f8b767aa43b9f6c773c390ea004ca6acc64e9403ed55cef89c3a5b37d2c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:51:02.765Z] ===================================================== [Pipeline] echo [2023-01-31T15:51:02.771Z] taggedImages: [2023-01-31T15:51:02.771Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:02.771Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-31T15:51:02.771Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.31 [2023-01-31T15:51:02.771Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:02.771Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-01-31T15:51:02.785Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-01-31T15:51:02.785Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:02.785Z] latest [2023-01-31T15:51:02.785Z] 3.0.0-dev.31 [2023-01-31T15:51:02.785Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:02.785Z] main [2023-01-31T15:51:02.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:03.132Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:03.473Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:03.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-31T15:51:03.473Z] 4a1c65d38b31: Preparing [2023-01-31T15:51:03.473Z] 201434e18af2: Preparing [2023-01-31T15:51:03.473Z] d970ae035cd4: Preparing [2023-01-31T15:51:03.473Z] 103de5551779: Preparing [2023-01-31T15:51:03.473Z] cc134ba080ea: Preparing [2023-01-31T15:51:03.473Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:03.473Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:03.473Z] cc134ba080ea: Layer already exists [2023-01-31T15:51:03.473Z] 103de5551779: Layer already exists [2023-01-31T15:51:03.739Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:03.739Z] 201434e18af2: Pushed [2023-01-31T15:51:03.739Z] 4a1c65d38b31: Pushed [2023-01-31T15:51:07.077Z] d970ae035cd4: Pushed [2023-01-31T15:51:07.078Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:40281b0181fc414ddd68452babca1625f836e1fe16da2f9e64737d88b5ea931c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:07.422Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:07.762Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-31T15:51:07.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-31T15:51:07.762Z] 4a1c65d38b31: Preparing [2023-01-31T15:51:07.762Z] 201434e18af2: Preparing [2023-01-31T15:51:07.762Z] d970ae035cd4: Preparing [2023-01-31T15:51:07.762Z] 103de5551779: Preparing [2023-01-31T15:51:07.762Z] cc134ba080ea: Preparing [2023-01-31T15:51:07.762Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:07.762Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:07.762Z] 4a1c65d38b31: Layer already exists [2023-01-31T15:51:07.762Z] 103de5551779: Layer already exists [2023-01-31T15:51:07.762Z] cc134ba080ea: Layer already exists [2023-01-31T15:51:07.762Z] d970ae035cd4: Layer already exists [2023-01-31T15:51:07.762Z] 201434e18af2: Layer already exists [2023-01-31T15:51:07.762Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:08.029Z] latest: digest: sha256:40281b0181fc414ddd68452babca1625f836e1fe16da2f9e64737d88b5ea931c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:08.368Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:08.709Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.31 [2023-01-31T15:51:08.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-31T15:51:08.709Z] 4a1c65d38b31: Preparing [2023-01-31T15:51:08.709Z] 201434e18af2: Preparing [2023-01-31T15:51:08.709Z] d970ae035cd4: Preparing [2023-01-31T15:51:08.709Z] 103de5551779: Preparing [2023-01-31T15:51:08.709Z] cc134ba080ea: Preparing [2023-01-31T15:51:08.709Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:08.709Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:08.709Z] cc134ba080ea: Layer already exists [2023-01-31T15:51:08.709Z] 201434e18af2: Layer already exists [2023-01-31T15:51:08.709Z] d970ae035cd4: Layer already exists [2023-01-31T15:51:08.709Z] 103de5551779: Layer already exists [2023-01-31T15:51:08.709Z] 4a1c65d38b31: Layer already exists [2023-01-31T15:51:08.709Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:08.974Z] 3.0.0-dev.31: digest: sha256:40281b0181fc414ddd68452babca1625f836e1fe16da2f9e64737d88b5ea931c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:09.312Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:09.641Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:09.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-31T15:51:09.641Z] 4a1c65d38b31: Preparing [2023-01-31T15:51:09.641Z] 201434e18af2: Preparing [2023-01-31T15:51:09.641Z] d970ae035cd4: Preparing [2023-01-31T15:51:09.641Z] 103de5551779: Preparing [2023-01-31T15:51:09.641Z] cc134ba080ea: Preparing [2023-01-31T15:51:09.641Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:09.641Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:09.641Z] d970ae035cd4: Layer already exists [2023-01-31T15:51:09.641Z] 201434e18af2: Layer already exists [2023-01-31T15:51:09.641Z] cc134ba080ea: Layer already exists [2023-01-31T15:51:09.641Z] 4a1c65d38b31: Layer already exists [2023-01-31T15:51:09.641Z] 103de5551779: Layer already exists [2023-01-31T15:51:09.641Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:09.908Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:40281b0181fc414ddd68452babca1625f836e1fe16da2f9e64737d88b5ea931c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:10.243Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:10.573Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-01-31T15:51:10.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-31T15:51:10.573Z] 4a1c65d38b31: Preparing [2023-01-31T15:51:10.573Z] 201434e18af2: Preparing [2023-01-31T15:51:10.573Z] d970ae035cd4: Preparing [2023-01-31T15:51:10.573Z] 103de5551779: Preparing [2023-01-31T15:51:10.573Z] cc134ba080ea: Preparing [2023-01-31T15:51:10.573Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:10.573Z] 103de5551779: Layer already exists [2023-01-31T15:51:10.573Z] d970ae035cd4: Layer already exists [2023-01-31T15:51:10.573Z] 201434e18af2: Layer already exists [2023-01-31T15:51:10.573Z] cc134ba080ea: Layer already exists [2023-01-31T15:51:10.573Z] 4a1c65d38b31: Layer already exists [2023-01-31T15:51:10.573Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:10.839Z] main: digest: sha256:40281b0181fc414ddd68452babca1625f836e1fe16da2f9e64737d88b5ea931c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:51:10.888Z] ===================================================== [Pipeline] echo [2023-01-31T15:51:10.897Z] taggedImages: [2023-01-31T15:51:10.897Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:10.897Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-31T15:51:10.897Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.31 [2023-01-31T15:51:10.897Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:10.897Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-01-31T15:51:10.916Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-01-31T15:51:10.916Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:10.916Z] latest [2023-01-31T15:51:10.916Z] 3.0.0-dev.31 [2023-01-31T15:51:10.916Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:10.916Z] main [2023-01-31T15:51:10.916Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:11.247Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:11.581Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:11.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-31T15:51:11.581Z] 8dbb0ab16675: Preparing [2023-01-31T15:51:11.581Z] 8dbb0ab16675: Preparing [2023-01-31T15:51:11.581Z] 7ccc90fe9a9d: Preparing [2023-01-31T15:51:11.581Z] 752711d4c117: Preparing [2023-01-31T15:51:11.581Z] 8fe485547e56: Preparing [2023-01-31T15:51:11.581Z] 3845281045d9: Preparing [2023-01-31T15:51:11.581Z] 2c9742c28c1d: Preparing [2023-01-31T15:51:11.581Z] 103de5551779: Preparing [2023-01-31T15:51:11.581Z] b2b3e51a701d: Preparing [2023-01-31T15:51:11.581Z] 8dda41ec620f: Preparing [2023-01-31T15:51:11.581Z] 2e3ce077b1fd: Preparing [2023-01-31T15:51:11.581Z] 0ee39bbaf2ba: Preparing [2023-01-31T15:51:11.581Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:11.581Z] 2c9742c28c1d: Waiting [2023-01-31T15:51:11.581Z] 2e3ce077b1fd: Waiting [2023-01-31T15:51:11.581Z] 0ee39bbaf2ba: Waiting [2023-01-31T15:51:11.581Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:11.581Z] 103de5551779: Waiting [2023-01-31T15:51:11.581Z] b2b3e51a701d: Waiting [2023-01-31T15:51:11.581Z] 8dda41ec620f: Waiting [2023-01-31T15:51:11.848Z] 8fe485547e56: Pushed [2023-01-31T15:51:11.848Z] 7ccc90fe9a9d: Pushed [2023-01-31T15:51:11.848Z] 752711d4c117: Pushed [2023-01-31T15:51:11.848Z] 3845281045d9: Pushed [2023-01-31T15:51:11.848Z] 8dbb0ab16675: Pushed [2023-01-31T15:51:11.848Z] 103de5551779: Layer already exists [2023-01-31T15:51:12.118Z] b2b3e51a701d: Pushed [2023-01-31T15:51:12.118Z] 8dda41ec620f: Pushed [2023-01-31T15:51:12.118Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:12.118Z] 2e3ce077b1fd: Pushed [2023-01-31T15:51:12.118Z] 0ee39bbaf2ba: Pushed [2023-01-31T15:51:15.460Z] 2c9742c28c1d: Pushed [2023-01-31T15:51:15.727Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:75f7ea670c57782cdf350375038b3c6416b2aa14f15469f778c5e7ab9fff02a0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:16.073Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:16.408Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-31T15:51:16.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-31T15:51:16.408Z] 8dbb0ab16675: Preparing [2023-01-31T15:51:16.408Z] 8dbb0ab16675: Preparing [2023-01-31T15:51:16.408Z] 7ccc90fe9a9d: Preparing [2023-01-31T15:51:16.408Z] 752711d4c117: Preparing [2023-01-31T15:51:16.408Z] 8fe485547e56: Preparing [2023-01-31T15:51:16.408Z] 3845281045d9: Preparing [2023-01-31T15:51:16.408Z] 2c9742c28c1d: Preparing [2023-01-31T15:51:16.408Z] 103de5551779: Preparing [2023-01-31T15:51:16.408Z] b2b3e51a701d: Preparing [2023-01-31T15:51:16.408Z] 8dda41ec620f: Preparing [2023-01-31T15:51:16.408Z] 2e3ce077b1fd: Preparing [2023-01-31T15:51:16.408Z] 0ee39bbaf2ba: Preparing [2023-01-31T15:51:16.408Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:16.408Z] 8dda41ec620f: Waiting [2023-01-31T15:51:16.408Z] 2e3ce077b1fd: Waiting [2023-01-31T15:51:16.408Z] 0ee39bbaf2ba: Waiting [2023-01-31T15:51:16.408Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:16.408Z] b2b3e51a701d: Waiting [2023-01-31T15:51:16.408Z] 2c9742c28c1d: Waiting [2023-01-31T15:51:16.408Z] 103de5551779: Waiting [2023-01-31T15:51:16.408Z] 8fe485547e56: Layer already exists [2023-01-31T15:51:16.408Z] 3845281045d9: Layer already exists [2023-01-31T15:51:16.408Z] 7ccc90fe9a9d: Layer already exists [2023-01-31T15:51:16.408Z] 8dbb0ab16675: Layer already exists [2023-01-31T15:51:16.408Z] 752711d4c117: Layer already exists [2023-01-31T15:51:16.408Z] b2b3e51a701d: Layer already exists [2023-01-31T15:51:16.408Z] 103de5551779: Layer already exists [2023-01-31T15:51:16.408Z] 8dda41ec620f: Layer already exists [2023-01-31T15:51:16.408Z] 2c9742c28c1d: Layer already exists [2023-01-31T15:51:16.408Z] 2e3ce077b1fd: Layer already exists [2023-01-31T15:51:16.408Z] 0ee39bbaf2ba: Layer already exists [2023-01-31T15:51:16.408Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:16.674Z] latest: digest: sha256:75f7ea670c57782cdf350375038b3c6416b2aa14f15469f778c5e7ab9fff02a0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:17.017Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:17.351Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.31 [2023-01-31T15:51:17.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-31T15:51:17.351Z] 8dbb0ab16675: Preparing [2023-01-31T15:51:17.351Z] 8dbb0ab16675: Preparing [2023-01-31T15:51:17.351Z] 7ccc90fe9a9d: Preparing [2023-01-31T15:51:17.351Z] 752711d4c117: Preparing [2023-01-31T15:51:17.351Z] 8fe485547e56: Preparing [2023-01-31T15:51:17.351Z] 3845281045d9: Preparing [2023-01-31T15:51:17.351Z] 2c9742c28c1d: Preparing [2023-01-31T15:51:17.351Z] 103de5551779: Preparing [2023-01-31T15:51:17.351Z] b2b3e51a701d: Preparing [2023-01-31T15:51:17.351Z] 2c9742c28c1d: Waiting [2023-01-31T15:51:17.351Z] 8dda41ec620f: Preparing [2023-01-31T15:51:17.351Z] 103de5551779: Waiting [2023-01-31T15:51:17.351Z] b2b3e51a701d: Waiting [2023-01-31T15:51:17.351Z] 2e3ce077b1fd: Preparing [2023-01-31T15:51:17.351Z] 0ee39bbaf2ba: Preparing [2023-01-31T15:51:17.351Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:17.351Z] 8dda41ec620f: Waiting [2023-01-31T15:51:17.351Z] 2e3ce077b1fd: Waiting [2023-01-31T15:51:17.351Z] 0ee39bbaf2ba: Waiting [2023-01-31T15:51:17.351Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:17.351Z] 3845281045d9: Layer already exists [2023-01-31T15:51:17.351Z] 752711d4c117: Layer already exists [2023-01-31T15:51:17.351Z] 8dbb0ab16675: Layer already exists [2023-01-31T15:51:17.352Z] 8fe485547e56: Layer already exists [2023-01-31T15:51:17.352Z] 7ccc90fe9a9d: Layer already exists [2023-01-31T15:51:17.352Z] 103de5551779: Layer already exists [2023-01-31T15:51:17.352Z] b2b3e51a701d: Layer already exists [2023-01-31T15:51:17.352Z] 2e3ce077b1fd: Layer already exists [2023-01-31T15:51:17.352Z] 8dda41ec620f: Layer already exists [2023-01-31T15:51:17.352Z] 2c9742c28c1d: Layer already exists [2023-01-31T15:51:17.618Z] 0ee39bbaf2ba: Layer already exists [2023-01-31T15:51:17.618Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:17.618Z] 3.0.0-dev.31: digest: sha256:75f7ea670c57782cdf350375038b3c6416b2aa14f15469f778c5e7ab9fff02a0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:17.952Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:18.281Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:18.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-31T15:51:18.281Z] 8dbb0ab16675: Preparing [2023-01-31T15:51:18.281Z] 8dbb0ab16675: Preparing [2023-01-31T15:51:18.281Z] 7ccc90fe9a9d: Preparing [2023-01-31T15:51:18.281Z] 752711d4c117: Preparing [2023-01-31T15:51:18.281Z] 8fe485547e56: Preparing [2023-01-31T15:51:18.281Z] 3845281045d9: Preparing [2023-01-31T15:51:18.281Z] 2c9742c28c1d: Preparing [2023-01-31T15:51:18.281Z] 103de5551779: Preparing [2023-01-31T15:51:18.281Z] b2b3e51a701d: Preparing [2023-01-31T15:51:18.281Z] 8dda41ec620f: Preparing [2023-01-31T15:51:18.281Z] 2e3ce077b1fd: Preparing [2023-01-31T15:51:18.281Z] 0ee39bbaf2ba: Preparing [2023-01-31T15:51:18.281Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:18.281Z] 8dda41ec620f: Waiting [2023-01-31T15:51:18.281Z] 0ee39bbaf2ba: Waiting [2023-01-31T15:51:18.281Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:18.281Z] 2c9742c28c1d: Waiting [2023-01-31T15:51:18.281Z] 2e3ce077b1fd: Waiting [2023-01-31T15:51:18.281Z] b2b3e51a701d: Waiting [2023-01-31T15:51:18.281Z] 3845281045d9: Layer already exists [2023-01-31T15:51:18.281Z] 7ccc90fe9a9d: Layer already exists [2023-01-31T15:51:18.281Z] 8dbb0ab16675: Layer already exists [2023-01-31T15:51:18.281Z] 8fe485547e56: Layer already exists [2023-01-31T15:51:18.281Z] 752711d4c117: Layer already exists [2023-01-31T15:51:18.281Z] 2c9742c28c1d: Layer already exists [2023-01-31T15:51:18.281Z] 2e3ce077b1fd: Layer already exists [2023-01-31T15:51:18.281Z] 103de5551779: Layer already exists [2023-01-31T15:51:18.281Z] b2b3e51a701d: Layer already exists [2023-01-31T15:51:18.281Z] 8dda41ec620f: Layer already exists [2023-01-31T15:51:18.281Z] 0ee39bbaf2ba: Layer already exists [2023-01-31T15:51:18.281Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:18.547Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:75f7ea670c57782cdf350375038b3c6416b2aa14f15469f778c5e7ab9fff02a0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:18.883Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:19.213Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-01-31T15:51:19.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-31T15:51:19.214Z] 8dbb0ab16675: Preparing [2023-01-31T15:51:19.214Z] 8dbb0ab16675: Preparing [2023-01-31T15:51:19.214Z] 7ccc90fe9a9d: Preparing [2023-01-31T15:51:19.214Z] 752711d4c117: Preparing [2023-01-31T15:51:19.214Z] 8fe485547e56: Preparing [2023-01-31T15:51:19.214Z] 3845281045d9: Preparing [2023-01-31T15:51:19.214Z] 2c9742c28c1d: Preparing [2023-01-31T15:51:19.214Z] 103de5551779: Preparing [2023-01-31T15:51:19.214Z] b2b3e51a701d: Preparing [2023-01-31T15:51:19.214Z] 8dda41ec620f: Preparing [2023-01-31T15:51:19.214Z] 2e3ce077b1fd: Preparing [2023-01-31T15:51:19.214Z] 0ee39bbaf2ba: Preparing [2023-01-31T15:51:19.214Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:19.214Z] 8dda41ec620f: Waiting [2023-01-31T15:51:19.214Z] 2e3ce077b1fd: Waiting [2023-01-31T15:51:19.214Z] 2c9742c28c1d: Waiting [2023-01-31T15:51:19.214Z] 103de5551779: Waiting [2023-01-31T15:51:19.214Z] b2b3e51a701d: Waiting [2023-01-31T15:51:19.214Z] 0ee39bbaf2ba: Waiting [2023-01-31T15:51:19.214Z] 8dbb0ab16675: Layer already exists [2023-01-31T15:51:19.214Z] 752711d4c117: Layer already exists [2023-01-31T15:51:19.214Z] 8fe485547e56: Layer already exists [2023-01-31T15:51:19.214Z] 3845281045d9: Layer already exists [2023-01-31T15:51:19.214Z] 7ccc90fe9a9d: Layer already exists [2023-01-31T15:51:19.214Z] 103de5551779: Layer already exists [2023-01-31T15:51:19.214Z] b2b3e51a701d: Layer already exists [2023-01-31T15:51:19.214Z] 2c9742c28c1d: Layer already exists [2023-01-31T15:51:19.214Z] 2e3ce077b1fd: Layer already exists [2023-01-31T15:51:19.214Z] 8dda41ec620f: Layer already exists [2023-01-31T15:51:19.214Z] 0ee39bbaf2ba: Layer already exists [2023-01-31T15:51:19.214Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:19.480Z] main: digest: sha256:75f7ea670c57782cdf350375038b3c6416b2aa14f15469f778c5e7ab9fff02a0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:51:19.521Z] ===================================================== [Pipeline] echo [2023-01-31T15:51:19.527Z] taggedImages: [2023-01-31T15:51:19.527Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:19.527Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-31T15:51:19.527Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.31 [2023-01-31T15:51:19.527Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:19.527Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-01-31T15:51:19.541Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-01-31T15:51:19.541Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:19.541Z] latest [2023-01-31T15:51:19.541Z] 3.0.0-dev.31 [2023-01-31T15:51:19.541Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:19.541Z] main [2023-01-31T15:51:19.541Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:19.867Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:20.200Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:20.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-31T15:51:20.200Z] 0ba9df0c0ec4: Preparing [2023-01-31T15:51:20.200Z] a73a2220f535: Preparing [2023-01-31T15:51:20.200Z] 8a1753f43187: Preparing [2023-01-31T15:51:20.200Z] 2186bf9e2252: Preparing [2023-01-31T15:51:20.200Z] 8c309f86308a: Preparing [2023-01-31T15:51:20.200Z] fc499f879968: Preparing [2023-01-31T15:51:20.200Z] a456a9b5012c: Preparing [2023-01-31T15:51:20.200Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:20.200Z] fc499f879968: Waiting [2023-01-31T15:51:20.200Z] a456a9b5012c: Waiting [2023-01-31T15:51:20.200Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:20.468Z] a73a2220f535: Pushed [2023-01-31T15:51:20.468Z] 0ba9df0c0ec4: Pushed [2023-01-31T15:51:20.468Z] 8c309f86308a: Pushed [2023-01-31T15:51:20.468Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:20.736Z] fc499f879968: Pushed [2023-01-31T15:51:21.321Z] a456a9b5012c: Pushed [2023-01-31T15:51:23.262Z] 8a1753f43187: Pushed [2023-01-31T15:51:23.262Z] 2186bf9e2252: Pushed [2023-01-31T15:51:23.262Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:d11ad47993a34ba5714c742f7d05725281646ba289ac716e4b91ba82bda45218 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:23.602Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:23.944Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-31T15:51:23.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-31T15:51:23.944Z] 0ba9df0c0ec4: Preparing [2023-01-31T15:51:23.944Z] a73a2220f535: Preparing [2023-01-31T15:51:23.944Z] 8a1753f43187: Preparing [2023-01-31T15:51:23.944Z] 2186bf9e2252: Preparing [2023-01-31T15:51:23.944Z] 8c309f86308a: Preparing [2023-01-31T15:51:23.944Z] fc499f879968: Preparing [2023-01-31T15:51:23.944Z] a456a9b5012c: Preparing [2023-01-31T15:51:23.944Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:23.944Z] a456a9b5012c: Waiting [2023-01-31T15:51:23.944Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:23.944Z] fc499f879968: Waiting [2023-01-31T15:51:23.944Z] 8c309f86308a: Layer already exists [2023-01-31T15:51:23.944Z] 0ba9df0c0ec4: Layer already exists [2023-01-31T15:51:23.944Z] 8a1753f43187: Layer already exists [2023-01-31T15:51:23.944Z] a73a2220f535: Layer already exists [2023-01-31T15:51:23.944Z] 2186bf9e2252: Layer already exists [2023-01-31T15:51:23.944Z] a456a9b5012c: Layer already exists [2023-01-31T15:51:23.944Z] fc499f879968: Layer already exists [2023-01-31T15:51:23.944Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:24.210Z] latest: digest: sha256:d11ad47993a34ba5714c742f7d05725281646ba289ac716e4b91ba82bda45218 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:24.552Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:24.889Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.31 [2023-01-31T15:51:24.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-31T15:51:24.889Z] 0ba9df0c0ec4: Preparing [2023-01-31T15:51:24.889Z] a73a2220f535: Preparing [2023-01-31T15:51:24.889Z] 8a1753f43187: Preparing [2023-01-31T15:51:24.889Z] 2186bf9e2252: Preparing [2023-01-31T15:51:24.889Z] 8c309f86308a: Preparing [2023-01-31T15:51:24.889Z] fc499f879968: Preparing [2023-01-31T15:51:24.889Z] a456a9b5012c: Preparing [2023-01-31T15:51:24.889Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:24.889Z] fc499f879968: Waiting [2023-01-31T15:51:24.889Z] a456a9b5012c: Waiting [2023-01-31T15:51:24.889Z] 8c309f86308a: Layer already exists [2023-01-31T15:51:24.889Z] 0ba9df0c0ec4: Layer already exists [2023-01-31T15:51:24.889Z] 2186bf9e2252: Layer already exists [2023-01-31T15:51:24.889Z] 8a1753f43187: Layer already exists [2023-01-31T15:51:24.889Z] a73a2220f535: Layer already exists [2023-01-31T15:51:24.889Z] a456a9b5012c: Layer already exists [2023-01-31T15:51:24.889Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:24.889Z] fc499f879968: Layer already exists [2023-01-31T15:51:25.156Z] 3.0.0-dev.31: digest: sha256:d11ad47993a34ba5714c742f7d05725281646ba289ac716e4b91ba82bda45218 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:25.490Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:25.817Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:25.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-31T15:51:25.817Z] 0ba9df0c0ec4: Preparing [2023-01-31T15:51:25.817Z] a73a2220f535: Preparing [2023-01-31T15:51:25.817Z] 8a1753f43187: Preparing [2023-01-31T15:51:25.817Z] 2186bf9e2252: Preparing [2023-01-31T15:51:25.817Z] 8c309f86308a: Preparing [2023-01-31T15:51:25.817Z] fc499f879968: Preparing [2023-01-31T15:51:25.817Z] a456a9b5012c: Preparing [2023-01-31T15:51:25.817Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:25.817Z] a456a9b5012c: Waiting [2023-01-31T15:51:25.817Z] fc499f879968: Waiting [2023-01-31T15:51:25.817Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:25.817Z] 0ba9df0c0ec4: Layer already exists [2023-01-31T15:51:25.817Z] 8a1753f43187: Layer already exists [2023-01-31T15:51:25.817Z] a73a2220f535: Layer already exists [2023-01-31T15:51:25.817Z] 8c309f86308a: Layer already exists [2023-01-31T15:51:25.817Z] 2186bf9e2252: Layer already exists [2023-01-31T15:51:25.817Z] a456a9b5012c: Layer already exists [2023-01-31T15:51:25.817Z] fc499f879968: Layer already exists [2023-01-31T15:51:25.817Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:26.082Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:d11ad47993a34ba5714c742f7d05725281646ba289ac716e4b91ba82bda45218 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:26.417Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:26.752Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-01-31T15:51:26.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-31T15:51:26.752Z] 0ba9df0c0ec4: Preparing [2023-01-31T15:51:26.752Z] a73a2220f535: Preparing [2023-01-31T15:51:26.752Z] 8a1753f43187: Preparing [2023-01-31T15:51:26.752Z] 2186bf9e2252: Preparing [2023-01-31T15:51:26.752Z] 8c309f86308a: Preparing [2023-01-31T15:51:26.752Z] fc499f879968: Preparing [2023-01-31T15:51:26.752Z] a456a9b5012c: Preparing [2023-01-31T15:51:26.752Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:26.752Z] fc499f879968: Waiting [2023-01-31T15:51:26.752Z] a456a9b5012c: Waiting [2023-01-31T15:51:26.752Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:26.752Z] a73a2220f535: Layer already exists [2023-01-31T15:51:26.752Z] 0ba9df0c0ec4: Layer already exists [2023-01-31T15:51:26.752Z] 2186bf9e2252: Layer already exists [2023-01-31T15:51:26.752Z] 8a1753f43187: Layer already exists [2023-01-31T15:51:26.752Z] 8c309f86308a: Layer already exists [2023-01-31T15:51:26.752Z] fc499f879968: Layer already exists [2023-01-31T15:51:26.752Z] a456a9b5012c: Layer already exists [2023-01-31T15:51:26.752Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:27.018Z] main: digest: sha256:d11ad47993a34ba5714c742f7d05725281646ba289ac716e4b91ba82bda45218 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:51:27.064Z] ===================================================== [Pipeline] echo [2023-01-31T15:51:27.070Z] taggedImages: [2023-01-31T15:51:27.070Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:27.070Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-31T15:51:27.070Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.31 [2023-01-31T15:51:27.070Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:27.070Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-01-31T15:51:27.085Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-01-31T15:51:27.085Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:27.085Z] latest [2023-01-31T15:51:27.085Z] 3.0.0-dev.31 [2023-01-31T15:51:27.085Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:27.085Z] main [2023-01-31T15:51:27.085Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:27.413Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:27.790Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:27.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-31T15:51:27.790Z] db6a1a1cf827: Preparing [2023-01-31T15:51:27.790Z] 03c64698794c: Preparing [2023-01-31T15:51:27.790Z] 6004d380d2d7: Preparing [2023-01-31T15:51:27.790Z] 69bfac202ad7: Preparing [2023-01-31T15:51:27.790Z] 01d3afe67968: Preparing [2023-01-31T15:51:27.790Z] e73b8bff95e7: Preparing [2023-01-31T15:51:27.790Z] d953afd7f6c5: Preparing [2023-01-31T15:51:27.790Z] f6a32386b95b: Preparing [2023-01-31T15:51:27.790Z] b4619b5067af: Preparing [2023-01-31T15:51:27.790Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:27.790Z] e73b8bff95e7: Waiting [2023-01-31T15:51:27.790Z] d953afd7f6c5: Waiting [2023-01-31T15:51:27.790Z] f6a32386b95b: Waiting [2023-01-31T15:51:27.790Z] b4619b5067af: Waiting [2023-01-31T15:51:27.790Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:28.072Z] db6a1a1cf827: Pushed [2023-01-31T15:51:28.072Z] 03c64698794c: Pushed [2023-01-31T15:51:28.072Z] 01d3afe67968: Pushed [2023-01-31T15:51:28.360Z] e73b8bff95e7: Pushed [2023-01-31T15:51:28.360Z] f6a32386b95b: Pushed [2023-01-31T15:51:28.360Z] d953afd7f6c5: Pushed [2023-01-31T15:51:28.360Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:28.628Z] b4619b5067af: Pushed [2023-01-31T15:51:30.621Z] 69bfac202ad7: Pushed [2023-01-31T15:51:31.579Z] 6004d380d2d7: Pushed [2023-01-31T15:51:31.580Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:77feb51d8cc04416a3cc409c5c2a3fc0a2acb877e6cf64115fd1f50f0b12f38e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:31.929Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:32.272Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-31T15:51:32.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-31T15:51:32.272Z] db6a1a1cf827: Preparing [2023-01-31T15:51:32.272Z] 03c64698794c: Preparing [2023-01-31T15:51:32.272Z] 6004d380d2d7: Preparing [2023-01-31T15:51:32.272Z] 69bfac202ad7: Preparing [2023-01-31T15:51:32.272Z] 01d3afe67968: Preparing [2023-01-31T15:51:32.272Z] e73b8bff95e7: Preparing [2023-01-31T15:51:32.272Z] d953afd7f6c5: Preparing [2023-01-31T15:51:32.272Z] f6a32386b95b: Preparing [2023-01-31T15:51:32.272Z] b4619b5067af: Preparing [2023-01-31T15:51:32.272Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:32.272Z] e73b8bff95e7: Waiting [2023-01-31T15:51:32.272Z] d953afd7f6c5: Waiting [2023-01-31T15:51:32.272Z] f6a32386b95b: Waiting [2023-01-31T15:51:32.272Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:32.272Z] b4619b5067af: Waiting [2023-01-31T15:51:32.272Z] 69bfac202ad7: Layer already exists [2023-01-31T15:51:32.272Z] 01d3afe67968: Layer already exists [2023-01-31T15:51:32.272Z] 6004d380d2d7: Layer already exists [2023-01-31T15:51:32.272Z] 03c64698794c: Layer already exists [2023-01-31T15:51:32.272Z] db6a1a1cf827: Layer already exists [2023-01-31T15:51:32.272Z] d953afd7f6c5: Layer already exists [2023-01-31T15:51:32.272Z] f6a32386b95b: Layer already exists [2023-01-31T15:51:32.272Z] b4619b5067af: Layer already exists [2023-01-31T15:51:32.272Z] e73b8bff95e7: Layer already exists [2023-01-31T15:51:32.272Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:32.539Z] latest: digest: sha256:77feb51d8cc04416a3cc409c5c2a3fc0a2acb877e6cf64115fd1f50f0b12f38e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:32.885Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:33.226Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.31 [2023-01-31T15:51:33.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-31T15:51:33.226Z] db6a1a1cf827: Preparing [2023-01-31T15:51:33.226Z] 03c64698794c: Preparing [2023-01-31T15:51:33.226Z] 6004d380d2d7: Preparing [2023-01-31T15:51:33.226Z] 69bfac202ad7: Preparing [2023-01-31T15:51:33.226Z] 01d3afe67968: Preparing [2023-01-31T15:51:33.226Z] e73b8bff95e7: Preparing [2023-01-31T15:51:33.226Z] d953afd7f6c5: Preparing [2023-01-31T15:51:33.226Z] f6a32386b95b: Preparing [2023-01-31T15:51:33.226Z] b4619b5067af: Preparing [2023-01-31T15:51:33.226Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:33.226Z] d953afd7f6c5: Waiting [2023-01-31T15:51:33.226Z] b4619b5067af: Waiting [2023-01-31T15:51:33.226Z] f6a32386b95b: Waiting [2023-01-31T15:51:33.226Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:33.226Z] e73b8bff95e7: Waiting [2023-01-31T15:51:33.226Z] 03c64698794c: Layer already exists [2023-01-31T15:51:33.226Z] db6a1a1cf827: Layer already exists [2023-01-31T15:51:33.226Z] 69bfac202ad7: Layer already exists [2023-01-31T15:51:33.226Z] 6004d380d2d7: Layer already exists [2023-01-31T15:51:33.226Z] 01d3afe67968: Layer already exists [2023-01-31T15:51:33.226Z] f6a32386b95b: Layer already exists [2023-01-31T15:51:33.226Z] e73b8bff95e7: Layer already exists [2023-01-31T15:51:33.226Z] d953afd7f6c5: Layer already exists [2023-01-31T15:51:33.226Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:33.226Z] b4619b5067af: Layer already exists [2023-01-31T15:51:33.495Z] 3.0.0-dev.31: digest: sha256:77feb51d8cc04416a3cc409c5c2a3fc0a2acb877e6cf64115fd1f50f0b12f38e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:33.828Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:34.164Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:34.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-31T15:51:34.164Z] db6a1a1cf827: Preparing [2023-01-31T15:51:34.164Z] 03c64698794c: Preparing [2023-01-31T15:51:34.164Z] 6004d380d2d7: Preparing [2023-01-31T15:51:34.164Z] 69bfac202ad7: Preparing [2023-01-31T15:51:34.164Z] 01d3afe67968: Preparing [2023-01-31T15:51:34.164Z] e73b8bff95e7: Preparing [2023-01-31T15:51:34.164Z] d953afd7f6c5: Preparing [2023-01-31T15:51:34.164Z] f6a32386b95b: Preparing [2023-01-31T15:51:34.164Z] b4619b5067af: Preparing [2023-01-31T15:51:34.164Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:34.164Z] e73b8bff95e7: Waiting [2023-01-31T15:51:34.164Z] d953afd7f6c5: Waiting [2023-01-31T15:51:34.164Z] b4619b5067af: Waiting [2023-01-31T15:51:34.164Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:34.164Z] f6a32386b95b: Waiting [2023-01-31T15:51:34.164Z] 03c64698794c: Layer already exists [2023-01-31T15:51:34.164Z] 01d3afe67968: Layer already exists [2023-01-31T15:51:34.164Z] 6004d380d2d7: Layer already exists [2023-01-31T15:51:34.164Z] db6a1a1cf827: Layer already exists [2023-01-31T15:51:34.164Z] 69bfac202ad7: Layer already exists [2023-01-31T15:51:34.164Z] d953afd7f6c5: Layer already exists [2023-01-31T15:51:34.164Z] e73b8bff95e7: Layer already exists [2023-01-31T15:51:34.164Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:34.164Z] f6a32386b95b: Layer already exists [2023-01-31T15:51:34.164Z] b4619b5067af: Layer already exists [2023-01-31T15:51:34.432Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:77feb51d8cc04416a3cc409c5c2a3fc0a2acb877e6cf64115fd1f50f0b12f38e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:34.774Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:35.104Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-01-31T15:51:35.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-31T15:51:35.104Z] db6a1a1cf827: Preparing [2023-01-31T15:51:35.104Z] 03c64698794c: Preparing [2023-01-31T15:51:35.104Z] 6004d380d2d7: Preparing [2023-01-31T15:51:35.104Z] 69bfac202ad7: Preparing [2023-01-31T15:51:35.104Z] 01d3afe67968: Preparing [2023-01-31T15:51:35.104Z] e73b8bff95e7: Preparing [2023-01-31T15:51:35.104Z] d953afd7f6c5: Preparing [2023-01-31T15:51:35.104Z] f6a32386b95b: Preparing [2023-01-31T15:51:35.104Z] b4619b5067af: Preparing [2023-01-31T15:51:35.104Z] 17bec77d7fdc: Preparing [2023-01-31T15:51:35.104Z] d953afd7f6c5: Waiting [2023-01-31T15:51:35.104Z] 17bec77d7fdc: Waiting [2023-01-31T15:51:35.104Z] f6a32386b95b: Waiting [2023-01-31T15:51:35.104Z] b4619b5067af: Waiting [2023-01-31T15:51:35.104Z] e73b8bff95e7: Waiting [2023-01-31T15:51:35.104Z] 01d3afe67968: Layer already exists [2023-01-31T15:51:35.104Z] db6a1a1cf827: Layer already exists [2023-01-31T15:51:35.104Z] 03c64698794c: Layer already exists [2023-01-31T15:51:35.104Z] 69bfac202ad7: Layer already exists [2023-01-31T15:51:35.104Z] 6004d380d2d7: Layer already exists [2023-01-31T15:51:35.104Z] f6a32386b95b: Layer already exists [2023-01-31T15:51:35.104Z] d953afd7f6c5: Layer already exists [2023-01-31T15:51:35.104Z] e73b8bff95e7: Layer already exists [2023-01-31T15:51:35.104Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:51:35.104Z] b4619b5067af: Layer already exists [2023-01-31T15:51:35.369Z] main: digest: sha256:77feb51d8cc04416a3cc409c5c2a3fc0a2acb877e6cf64115fd1f50f0b12f38e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:51:35.425Z] ===================================================== [Pipeline] echo [2023-01-31T15:51:35.435Z] taggedImages: [2023-01-31T15:51:35.435Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:35.435Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-31T15:51:35.435Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.31 [2023-01-31T15:51:35.435Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:35.435Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-01-31T15:51:35.458Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-01-31T15:51:35.458Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:35.458Z] latest [2023-01-31T15:51:35.458Z] 3.0.0-dev.31 [2023-01-31T15:51:35.458Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:35.458Z] main [2023-01-31T15:51:35.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:35.793Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:36.133Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:36.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-31T15:51:36.133Z] 675bd3860df3: Preparing [2023-01-31T15:51:36.133Z] bf42a75227ba: Preparing [2023-01-31T15:51:36.133Z] 103de5551779: Preparing [2023-01-31T15:51:36.133Z] e9a27e5322be: Preparing [2023-01-31T15:51:36.133Z] 9833f26c6bda: Preparing [2023-01-31T15:51:36.133Z] 103de5551779: Layer already exists [2023-01-31T15:51:36.133Z] 9833f26c6bda: Layer already exists [2023-01-31T15:51:36.398Z] 675bd3860df3: Pushed [2023-01-31T15:51:37.353Z] e9a27e5322be: Pushed [2023-01-31T15:51:40.682Z] bf42a75227ba: Pushed [2023-01-31T15:51:40.682Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:983e3f8ea7c1965a51c276fc2e3e426b2a96fc84229a6c73f439d5791c3f5b61 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:41.015Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:41.349Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-31T15:51:41.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-31T15:51:41.349Z] 675bd3860df3: Preparing [2023-01-31T15:51:41.349Z] bf42a75227ba: Preparing [2023-01-31T15:51:41.349Z] 103de5551779: Preparing [2023-01-31T15:51:41.349Z] e9a27e5322be: Preparing [2023-01-31T15:51:41.349Z] 9833f26c6bda: Preparing [2023-01-31T15:51:41.349Z] 675bd3860df3: Layer already exists [2023-01-31T15:51:41.349Z] 103de5551779: Layer already exists [2023-01-31T15:51:41.349Z] 9833f26c6bda: Layer already exists [2023-01-31T15:51:41.349Z] bf42a75227ba: Layer already exists [2023-01-31T15:51:41.349Z] e9a27e5322be: Layer already exists [2023-01-31T15:51:41.615Z] latest: digest: sha256:983e3f8ea7c1965a51c276fc2e3e426b2a96fc84229a6c73f439d5791c3f5b61 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:41.948Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:42.282Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.31 [2023-01-31T15:51:42.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-31T15:51:42.282Z] 675bd3860df3: Preparing [2023-01-31T15:51:42.282Z] bf42a75227ba: Preparing [2023-01-31T15:51:42.282Z] 103de5551779: Preparing [2023-01-31T15:51:42.282Z] e9a27e5322be: Preparing [2023-01-31T15:51:42.282Z] 9833f26c6bda: Preparing [2023-01-31T15:51:42.282Z] 9833f26c6bda: Layer already exists [2023-01-31T15:51:42.282Z] e9a27e5322be: Layer already exists [2023-01-31T15:51:42.282Z] 675bd3860df3: Layer already exists [2023-01-31T15:51:42.282Z] bf42a75227ba: Layer already exists [2023-01-31T15:51:42.282Z] 103de5551779: Layer already exists [2023-01-31T15:51:42.282Z] 3.0.0-dev.31: digest: sha256:983e3f8ea7c1965a51c276fc2e3e426b2a96fc84229a6c73f439d5791c3f5b61 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:42.618Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:42.950Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:42.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-31T15:51:42.950Z] 675bd3860df3: Preparing [2023-01-31T15:51:42.950Z] bf42a75227ba: Preparing [2023-01-31T15:51:42.950Z] 103de5551779: Preparing [2023-01-31T15:51:42.950Z] e9a27e5322be: Preparing [2023-01-31T15:51:42.951Z] 9833f26c6bda: Preparing [2023-01-31T15:51:42.951Z] bf42a75227ba: Layer already exists [2023-01-31T15:51:42.951Z] 9833f26c6bda: Layer already exists [2023-01-31T15:51:42.951Z] 675bd3860df3: Layer already exists [2023-01-31T15:51:42.951Z] 103de5551779: Layer already exists [2023-01-31T15:51:42.951Z] e9a27e5322be: Layer already exists [2023-01-31T15:51:42.951Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:983e3f8ea7c1965a51c276fc2e3e426b2a96fc84229a6c73f439d5791c3f5b61 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:43.287Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:43.618Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-01-31T15:51:43.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-31T15:51:43.618Z] 675bd3860df3: Preparing [2023-01-31T15:51:43.618Z] bf42a75227ba: Preparing [2023-01-31T15:51:43.618Z] 103de5551779: Preparing [2023-01-31T15:51:43.618Z] e9a27e5322be: Preparing [2023-01-31T15:51:43.618Z] 9833f26c6bda: Preparing [2023-01-31T15:51:43.618Z] 9833f26c6bda: Layer already exists [2023-01-31T15:51:43.618Z] 103de5551779: Layer already exists [2023-01-31T15:51:43.618Z] bf42a75227ba: Layer already exists [2023-01-31T15:51:43.618Z] e9a27e5322be: Layer already exists [2023-01-31T15:51:43.618Z] 675bd3860df3: Layer already exists [2023-01-31T15:51:43.883Z] main: digest: sha256:983e3f8ea7c1965a51c276fc2e3e426b2a96fc84229a6c73f439d5791c3f5b61 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:51:43.938Z] ===================================================== [Pipeline] echo [2023-01-31T15:51:43.948Z] taggedImages: [2023-01-31T15:51:43.948Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:43.948Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-31T15:51:43.948Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.31 [2023-01-31T15:51:43.948Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:43.948Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-01-31T15:51:43.968Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-01-31T15:51:43.968Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:43.968Z] latest [2023-01-31T15:51:43.968Z] 3.0.0-dev.31 [2023-01-31T15:51:43.968Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:51:43.968Z] main [2023-01-31T15:51:43.968Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:44.303Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:51:44.635Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:51:44.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-31T15:51:44.635Z] eab78022b4f2: Preparing [2023-01-31T15:51:44.635Z] 3801478a7084: Preparing [2023-01-31T15:51:44.635Z] 9cdef41c2c91: Preparing [2023-01-31T15:51:44.635Z] ffee588f85a9: Preparing [2023-01-31T15:51:44.635Z] 2a5bde99c8fd: Preparing [2023-01-31T15:51:44.635Z] 3af9a7b3f4b8: Preparing [2023-01-31T15:51:44.635Z] 9833f26c6bda: Preparing [2023-01-31T15:51:44.635Z] 3af9a7b3f4b8: Waiting [2023-01-31T15:51:44.635Z] 9833f26c6bda: Waiting [2023-01-31T15:51:44.901Z] eab78022b4f2: Pushed [2023-01-31T15:51:44.901Z] 9cdef41c2c91: Pushed [2023-01-31T15:51:44.901Z] 3801478a7084: Pushed [2023-01-31T15:51:44.901Z] 9833f26c6bda: Layer already exists [2023-01-31T15:51:45.862Z] 3af9a7b3f4b8: Pushed [2023-01-31T15:51:54.090Z] 2a5bde99c8fd: Pushed [2023-01-31T15:52:02.280Z] ffee588f85a9: Pushed [2023-01-31T15:52:02.280Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:5b8d245c398a8082350820e6fedbcd0c1175b48410943a11d86848ac2ebbce38 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:02.636Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:02.985Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-31T15:52:02.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-31T15:52:02.985Z] eab78022b4f2: Preparing [2023-01-31T15:52:02.985Z] 3801478a7084: Preparing [2023-01-31T15:52:02.985Z] 9cdef41c2c91: Preparing [2023-01-31T15:52:02.985Z] ffee588f85a9: Preparing [2023-01-31T15:52:02.985Z] 2a5bde99c8fd: Preparing [2023-01-31T15:52:02.985Z] 3af9a7b3f4b8: Preparing [2023-01-31T15:52:02.985Z] 9833f26c6bda: Preparing [2023-01-31T15:52:02.985Z] 3af9a7b3f4b8: Waiting [2023-01-31T15:52:02.985Z] 9833f26c6bda: Waiting [2023-01-31T15:52:02.985Z] 3801478a7084: Layer already exists [2023-01-31T15:52:02.985Z] eab78022b4f2: Layer already exists [2023-01-31T15:52:02.985Z] 9cdef41c2c91: Layer already exists [2023-01-31T15:52:02.985Z] ffee588f85a9: Layer already exists [2023-01-31T15:52:02.985Z] 2a5bde99c8fd: Layer already exists [2023-01-31T15:52:02.985Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:02.985Z] 3af9a7b3f4b8: Layer already exists [2023-01-31T15:52:03.250Z] latest: digest: sha256:5b8d245c398a8082350820e6fedbcd0c1175b48410943a11d86848ac2ebbce38 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:03.605Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:03.948Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.31 [2023-01-31T15:52:03.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-31T15:52:03.949Z] eab78022b4f2: Preparing [2023-01-31T15:52:03.949Z] 3801478a7084: Preparing [2023-01-31T15:52:03.949Z] 9cdef41c2c91: Preparing [2023-01-31T15:52:03.949Z] ffee588f85a9: Preparing [2023-01-31T15:52:03.949Z] 2a5bde99c8fd: Preparing [2023-01-31T15:52:03.949Z] 3af9a7b3f4b8: Preparing [2023-01-31T15:52:03.949Z] 9833f26c6bda: Preparing [2023-01-31T15:52:03.949Z] 2a5bde99c8fd: Layer already exists [2023-01-31T15:52:03.949Z] 3801478a7084: Layer already exists [2023-01-31T15:52:03.949Z] 9cdef41c2c91: Layer already exists [2023-01-31T15:52:03.949Z] eab78022b4f2: Layer already exists [2023-01-31T15:52:03.949Z] ffee588f85a9: Layer already exists [2023-01-31T15:52:03.949Z] 3af9a7b3f4b8: Layer already exists [2023-01-31T15:52:03.949Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:04.214Z] 3.0.0-dev.31: digest: sha256:5b8d245c398a8082350820e6fedbcd0c1175b48410943a11d86848ac2ebbce38 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:04.572Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:04.906Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:52:04.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-31T15:52:04.906Z] eab78022b4f2: Preparing [2023-01-31T15:52:04.906Z] 3801478a7084: Preparing [2023-01-31T15:52:04.906Z] 9cdef41c2c91: Preparing [2023-01-31T15:52:04.906Z] ffee588f85a9: Preparing [2023-01-31T15:52:04.906Z] 2a5bde99c8fd: Preparing [2023-01-31T15:52:04.906Z] 3af9a7b3f4b8: Preparing [2023-01-31T15:52:04.906Z] 9833f26c6bda: Preparing [2023-01-31T15:52:04.906Z] 3af9a7b3f4b8: Waiting [2023-01-31T15:52:04.906Z] 9833f26c6bda: Waiting [2023-01-31T15:52:04.906Z] ffee588f85a9: Layer already exists [2023-01-31T15:52:04.906Z] 9cdef41c2c91: Layer already exists [2023-01-31T15:52:04.906Z] 3801478a7084: Layer already exists [2023-01-31T15:52:04.906Z] 2a5bde99c8fd: Layer already exists [2023-01-31T15:52:04.906Z] eab78022b4f2: Layer already exists [2023-01-31T15:52:04.906Z] 3af9a7b3f4b8: Layer already exists [2023-01-31T15:52:04.906Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:05.171Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:5b8d245c398a8082350820e6fedbcd0c1175b48410943a11d86848ac2ebbce38 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:05.511Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:05.852Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-01-31T15:52:05.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-31T15:52:05.852Z] eab78022b4f2: Preparing [2023-01-31T15:52:05.852Z] 3801478a7084: Preparing [2023-01-31T15:52:05.852Z] 9cdef41c2c91: Preparing [2023-01-31T15:52:05.852Z] ffee588f85a9: Preparing [2023-01-31T15:52:05.852Z] 2a5bde99c8fd: Preparing [2023-01-31T15:52:05.852Z] 3af9a7b3f4b8: Preparing [2023-01-31T15:52:05.852Z] 9833f26c6bda: Preparing [2023-01-31T15:52:05.852Z] 3af9a7b3f4b8: Waiting [2023-01-31T15:52:05.852Z] 9833f26c6bda: Waiting [2023-01-31T15:52:05.852Z] ffee588f85a9: Layer already exists [2023-01-31T15:52:05.852Z] eab78022b4f2: Layer already exists [2023-01-31T15:52:05.852Z] 9cdef41c2c91: Layer already exists [2023-01-31T15:52:05.852Z] 2a5bde99c8fd: Layer already exists [2023-01-31T15:52:05.852Z] 3801478a7084: Layer already exists [2023-01-31T15:52:05.852Z] 3af9a7b3f4b8: Layer already exists [2023-01-31T15:52:05.852Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:06.117Z] main: digest: sha256:5b8d245c398a8082350820e6fedbcd0c1175b48410943a11d86848ac2ebbce38 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:52:06.175Z] ===================================================== [Pipeline] echo [2023-01-31T15:52:06.185Z] taggedImages: [2023-01-31T15:52:06.185Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:52:06.185Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-31T15:52:06.185Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.31 [2023-01-31T15:52:06.185Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:52:06.185Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-01-31T15:52:06.209Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-01-31T15:52:06.209Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:52:06.209Z] latest [2023-01-31T15:52:06.209Z] 3.0.0-dev.31 [2023-01-31T15:52:06.209Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:52:06.209Z] main [2023-01-31T15:52:06.209Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:06.540Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:06.885Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:52:06.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-31T15:52:06.885Z] ab43572ca957: Preparing [2023-01-31T15:52:06.885Z] d8c5c5d66924: Preparing [2023-01-31T15:52:06.885Z] 1ae7bf6e2595: Preparing [2023-01-31T15:52:06.885Z] 27a4d9ac0fe3: Preparing [2023-01-31T15:52:06.885Z] e6a31bb82af8: Preparing [2023-01-31T15:52:06.885Z] 9833f26c6bda: Preparing [2023-01-31T15:52:06.885Z] 9833f26c6bda: Waiting [2023-01-31T15:52:07.158Z] ab43572ca957: Pushed [2023-01-31T15:52:07.158Z] 1ae7bf6e2595: Pushed [2023-01-31T15:52:07.158Z] d8c5c5d66924: Pushed [2023-01-31T15:52:07.158Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:07.739Z] e6a31bb82af8: Pushed [2023-01-31T15:52:22.714Z] 27a4d9ac0fe3: Pushed [2023-01-31T15:52:22.714Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:63644d85164553e48ddc117042658931e6531b2edf0ee7f2c269af1fe68d5920 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:23.063Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:23.403Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-31T15:52:23.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-31T15:52:23.403Z] ab43572ca957: Preparing [2023-01-31T15:52:23.403Z] d8c5c5d66924: Preparing [2023-01-31T15:52:23.403Z] 1ae7bf6e2595: Preparing [2023-01-31T15:52:23.403Z] 27a4d9ac0fe3: Preparing [2023-01-31T15:52:23.403Z] e6a31bb82af8: Preparing [2023-01-31T15:52:23.403Z] 9833f26c6bda: Preparing [2023-01-31T15:52:23.403Z] 9833f26c6bda: Waiting [2023-01-31T15:52:23.403Z] 1ae7bf6e2595: Layer already exists [2023-01-31T15:52:23.403Z] d8c5c5d66924: Layer already exists [2023-01-31T15:52:23.403Z] 27a4d9ac0fe3: Layer already exists [2023-01-31T15:52:23.403Z] e6a31bb82af8: Layer already exists [2023-01-31T15:52:23.403Z] ab43572ca957: Layer already exists [2023-01-31T15:52:23.403Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:23.669Z] latest: digest: sha256:63644d85164553e48ddc117042658931e6531b2edf0ee7f2c269af1fe68d5920 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:24.027Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:24.365Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.31 [2023-01-31T15:52:24.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-31T15:52:24.365Z] ab43572ca957: Preparing [2023-01-31T15:52:24.365Z] d8c5c5d66924: Preparing [2023-01-31T15:52:24.365Z] 1ae7bf6e2595: Preparing [2023-01-31T15:52:24.365Z] 27a4d9ac0fe3: Preparing [2023-01-31T15:52:24.365Z] e6a31bb82af8: Preparing [2023-01-31T15:52:24.365Z] 9833f26c6bda: Preparing [2023-01-31T15:52:24.365Z] 9833f26c6bda: Waiting [2023-01-31T15:52:24.365Z] e6a31bb82af8: Layer already exists [2023-01-31T15:52:24.365Z] 27a4d9ac0fe3: Layer already exists [2023-01-31T15:52:24.365Z] d8c5c5d66924: Layer already exists [2023-01-31T15:52:24.365Z] ab43572ca957: Layer already exists [2023-01-31T15:52:24.365Z] 1ae7bf6e2595: Layer already exists [2023-01-31T15:52:24.365Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:24.631Z] 3.0.0-dev.31: digest: sha256:63644d85164553e48ddc117042658931e6531b2edf0ee7f2c269af1fe68d5920 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:24.970Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:25.317Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:52:25.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-31T15:52:25.317Z] ab43572ca957: Preparing [2023-01-31T15:52:25.317Z] d8c5c5d66924: Preparing [2023-01-31T15:52:25.317Z] 1ae7bf6e2595: Preparing [2023-01-31T15:52:25.317Z] 27a4d9ac0fe3: Preparing [2023-01-31T15:52:25.317Z] e6a31bb82af8: Preparing [2023-01-31T15:52:25.317Z] 9833f26c6bda: Preparing [2023-01-31T15:52:25.317Z] 9833f26c6bda: Waiting [2023-01-31T15:52:25.317Z] ab43572ca957: Layer already exists [2023-01-31T15:52:25.317Z] 27a4d9ac0fe3: Layer already exists [2023-01-31T15:52:25.317Z] e6a31bb82af8: Layer already exists [2023-01-31T15:52:25.317Z] d8c5c5d66924: Layer already exists [2023-01-31T15:52:25.317Z] 1ae7bf6e2595: Layer already exists [2023-01-31T15:52:25.317Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:25.584Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:63644d85164553e48ddc117042658931e6531b2edf0ee7f2c269af1fe68d5920 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:25.937Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:26.278Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-01-31T15:52:26.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-31T15:52:26.279Z] ab43572ca957: Preparing [2023-01-31T15:52:26.279Z] d8c5c5d66924: Preparing [2023-01-31T15:52:26.279Z] 1ae7bf6e2595: Preparing [2023-01-31T15:52:26.279Z] 27a4d9ac0fe3: Preparing [2023-01-31T15:52:26.279Z] e6a31bb82af8: Preparing [2023-01-31T15:52:26.279Z] 9833f26c6bda: Preparing [2023-01-31T15:52:26.279Z] 9833f26c6bda: Waiting [2023-01-31T15:52:26.279Z] e6a31bb82af8: Layer already exists [2023-01-31T15:52:26.279Z] ab43572ca957: Layer already exists [2023-01-31T15:52:26.279Z] 1ae7bf6e2595: Layer already exists [2023-01-31T15:52:26.279Z] 27a4d9ac0fe3: Layer already exists [2023-01-31T15:52:26.279Z] d8c5c5d66924: Layer already exists [2023-01-31T15:52:26.279Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:26.545Z] main: digest: sha256:63644d85164553e48ddc117042658931e6531b2edf0ee7f2c269af1fe68d5920 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:52:26.592Z] ===================================================== [Pipeline] echo [2023-01-31T15:52:26.599Z] taggedImages: [2023-01-31T15:52:26.599Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:52:26.599Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-31T15:52:26.599Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.31 [2023-01-31T15:52:26.599Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:52:26.599Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-01-31T15:52:26.617Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-01-31T15:52:26.617Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:52:26.617Z] latest [2023-01-31T15:52:26.617Z] 3.0.0-dev.31 [2023-01-31T15:52:26.617Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:52:26.617Z] main [2023-01-31T15:52:26.617Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:26.950Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:27.284Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:52:27.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-31T15:52:27.284Z] 79d30218ebdf: Preparing [2023-01-31T15:52:27.284Z] 4997b4f782e3: Preparing [2023-01-31T15:52:27.284Z] 89024f34dc17: Preparing [2023-01-31T15:52:27.284Z] dbdf188ed8bd: Preparing [2023-01-31T15:52:27.284Z] 3af9a7b3f4b8: Preparing [2023-01-31T15:52:27.284Z] 9833f26c6bda: Preparing [2023-01-31T15:52:27.284Z] 9833f26c6bda: Waiting [2023-01-31T15:52:27.555Z] 3af9a7b3f4b8: Layer already exists [2023-01-31T15:52:27.555Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:27.555Z] 89024f34dc17: Pushed [2023-01-31T15:52:27.555Z] 4997b4f782e3: Pushed [2023-01-31T15:52:27.555Z] 79d30218ebdf: Pushed [2023-01-31T15:52:45.780Z] dbdf188ed8bd: Pushed [2023-01-31T15:52:45.780Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:c69ad8a9f3e12a4b2dbdff59823397c9e53023371f8af4414a631501ce57ef74 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:46.139Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:46.497Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-31T15:52:46.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-31T15:52:46.497Z] 79d30218ebdf: Preparing [2023-01-31T15:52:46.497Z] 4997b4f782e3: Preparing [2023-01-31T15:52:46.497Z] 89024f34dc17: Preparing [2023-01-31T15:52:46.497Z] dbdf188ed8bd: Preparing [2023-01-31T15:52:46.497Z] 3af9a7b3f4b8: Preparing [2023-01-31T15:52:46.497Z] 9833f26c6bda: Preparing [2023-01-31T15:52:46.497Z] 9833f26c6bda: Waiting [2023-01-31T15:52:46.497Z] 3af9a7b3f4b8: Layer already exists [2023-01-31T15:52:46.497Z] 79d30218ebdf: Layer already exists [2023-01-31T15:52:46.497Z] dbdf188ed8bd: Layer already exists [2023-01-31T15:52:46.497Z] 4997b4f782e3: Layer already exists [2023-01-31T15:52:46.497Z] 89024f34dc17: Layer already exists [2023-01-31T15:52:46.497Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:46.769Z] latest: digest: sha256:c69ad8a9f3e12a4b2dbdff59823397c9e53023371f8af4414a631501ce57ef74 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:47.103Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:47.442Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.31 [2023-01-31T15:52:47.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-31T15:52:47.442Z] 79d30218ebdf: Preparing [2023-01-31T15:52:47.442Z] 4997b4f782e3: Preparing [2023-01-31T15:52:47.442Z] 89024f34dc17: Preparing [2023-01-31T15:52:47.442Z] dbdf188ed8bd: Preparing [2023-01-31T15:52:47.442Z] 3af9a7b3f4b8: Preparing [2023-01-31T15:52:47.442Z] 9833f26c6bda: Preparing [2023-01-31T15:52:47.442Z] 9833f26c6bda: Waiting [2023-01-31T15:52:47.442Z] 3af9a7b3f4b8: Layer already exists [2023-01-31T15:52:47.442Z] 79d30218ebdf: Layer already exists [2023-01-31T15:52:47.442Z] dbdf188ed8bd: Layer already exists [2023-01-31T15:52:47.442Z] 89024f34dc17: Layer already exists [2023-01-31T15:52:47.442Z] 4997b4f782e3: Layer already exists [2023-01-31T15:52:47.442Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:47.708Z] 3.0.0-dev.31: digest: sha256:c69ad8a9f3e12a4b2dbdff59823397c9e53023371f8af4414a631501ce57ef74 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:48.054Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:48.388Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:52:48.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-31T15:52:48.388Z] 79d30218ebdf: Preparing [2023-01-31T15:52:48.388Z] 4997b4f782e3: Preparing [2023-01-31T15:52:48.388Z] 89024f34dc17: Preparing [2023-01-31T15:52:48.388Z] dbdf188ed8bd: Preparing [2023-01-31T15:52:48.388Z] 3af9a7b3f4b8: Preparing [2023-01-31T15:52:48.388Z] 9833f26c6bda: Preparing [2023-01-31T15:52:48.388Z] 9833f26c6bda: Waiting [2023-01-31T15:52:48.388Z] 79d30218ebdf: Layer already exists [2023-01-31T15:52:48.388Z] 4997b4f782e3: Layer already exists [2023-01-31T15:52:48.388Z] 89024f34dc17: Layer already exists [2023-01-31T15:52:48.388Z] dbdf188ed8bd: Layer already exists [2023-01-31T15:52:48.388Z] 3af9a7b3f4b8: Layer already exists [2023-01-31T15:52:48.388Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:48.654Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:c69ad8a9f3e12a4b2dbdff59823397c9e53023371f8af4414a631501ce57ef74 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:48.991Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:49.329Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-01-31T15:52:49.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-31T15:52:49.330Z] 79d30218ebdf: Preparing [2023-01-31T15:52:49.330Z] 4997b4f782e3: Preparing [2023-01-31T15:52:49.330Z] 89024f34dc17: Preparing [2023-01-31T15:52:49.330Z] dbdf188ed8bd: Preparing [2023-01-31T15:52:49.330Z] 3af9a7b3f4b8: Preparing [2023-01-31T15:52:49.330Z] 9833f26c6bda: Preparing [2023-01-31T15:52:49.330Z] 9833f26c6bda: Waiting [2023-01-31T15:52:49.330Z] 4997b4f782e3: Layer already exists [2023-01-31T15:52:49.330Z] dbdf188ed8bd: Layer already exists [2023-01-31T15:52:49.330Z] 3af9a7b3f4b8: Layer already exists [2023-01-31T15:52:49.330Z] 79d30218ebdf: Layer already exists [2023-01-31T15:52:49.330Z] 89024f34dc17: Layer already exists [2023-01-31T15:52:49.330Z] 9833f26c6bda: Layer already exists [2023-01-31T15:52:49.594Z] main: digest: sha256:c69ad8a9f3e12a4b2dbdff59823397c9e53023371f8af4414a631501ce57ef74 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:52:49.637Z] ===================================================== [Pipeline] echo [2023-01-31T15:52:49.643Z] taggedImages: [2023-01-31T15:52:49.643Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:52:49.643Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-31T15:52:49.643Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.31 [2023-01-31T15:52:49.643Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:52:49.643Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-01-31T15:52:49.658Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-01-31T15:52:49.658Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:52:49.658Z] latest [2023-01-31T15:52:49.658Z] 3.0.0-dev.31 [2023-01-31T15:52:49.658Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:52:49.658Z] main [2023-01-31T15:52:49.658Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:49.984Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:50.314Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:52:50.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-31T15:52:50.314Z] 04cf37973d49: Preparing [2023-01-31T15:52:50.314Z] 80fa68cbfee7: Preparing [2023-01-31T15:52:50.314Z] 103de5551779: Preparing [2023-01-31T15:52:50.314Z] 2cc526d8d0f8: Preparing [2023-01-31T15:52:50.314Z] 17bec77d7fdc: Preparing [2023-01-31T15:52:50.314Z] 103de5551779: Layer already exists [2023-01-31T15:52:50.314Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:52:50.581Z] 04cf37973d49: Pushed [2023-01-31T15:52:50.847Z] 2cc526d8d0f8: Pushed [2023-01-31T15:52:57.485Z] 80fa68cbfee7: Pushed [2023-01-31T15:52:57.485Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:44ec8508e934f9b64dc6b3ccc4023596e30294e6e74607e8e9f069a4e2eb35c4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:57.820Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:58.155Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-31T15:52:58.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-31T15:52:58.155Z] 04cf37973d49: Preparing [2023-01-31T15:52:58.155Z] 80fa68cbfee7: Preparing [2023-01-31T15:52:58.155Z] 103de5551779: Preparing [2023-01-31T15:52:58.155Z] 2cc526d8d0f8: Preparing [2023-01-31T15:52:58.155Z] 17bec77d7fdc: Preparing [2023-01-31T15:52:58.155Z] 80fa68cbfee7: Layer already exists [2023-01-31T15:52:58.155Z] 04cf37973d49: Layer already exists [2023-01-31T15:52:58.155Z] 103de5551779: Layer already exists [2023-01-31T15:52:58.155Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:52:58.155Z] 2cc526d8d0f8: Layer already exists [2023-01-31T15:52:58.420Z] latest: digest: sha256:44ec8508e934f9b64dc6b3ccc4023596e30294e6e74607e8e9f069a4e2eb35c4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:58.750Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:59.076Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.31 [2023-01-31T15:52:59.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-31T15:52:59.076Z] 04cf37973d49: Preparing [2023-01-31T15:52:59.076Z] 80fa68cbfee7: Preparing [2023-01-31T15:52:59.076Z] 103de5551779: Preparing [2023-01-31T15:52:59.076Z] 2cc526d8d0f8: Preparing [2023-01-31T15:52:59.076Z] 17bec77d7fdc: Preparing [2023-01-31T15:52:59.076Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:52:59.076Z] 04cf37973d49: Layer already exists [2023-01-31T15:52:59.076Z] 2cc526d8d0f8: Layer already exists [2023-01-31T15:52:59.076Z] 103de5551779: Layer already exists [2023-01-31T15:52:59.076Z] 80fa68cbfee7: Layer already exists [2023-01-31T15:52:59.340Z] 3.0.0-dev.31: digest: sha256:44ec8508e934f9b64dc6b3ccc4023596e30294e6e74607e8e9f069a4e2eb35c4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:52:59.680Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:00.010Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:53:00.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-31T15:53:00.011Z] 04cf37973d49: Preparing [2023-01-31T15:53:00.011Z] 80fa68cbfee7: Preparing [2023-01-31T15:53:00.011Z] 103de5551779: Preparing [2023-01-31T15:53:00.011Z] 2cc526d8d0f8: Preparing [2023-01-31T15:53:00.011Z] 17bec77d7fdc: Preparing [2023-01-31T15:53:00.011Z] 2cc526d8d0f8: Layer already exists [2023-01-31T15:53:00.011Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:53:00.011Z] 04cf37973d49: Layer already exists [2023-01-31T15:53:00.011Z] 80fa68cbfee7: Layer already exists [2023-01-31T15:53:00.011Z] 103de5551779: Layer already exists [2023-01-31T15:53:00.275Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:44ec8508e934f9b64dc6b3ccc4023596e30294e6e74607e8e9f069a4e2eb35c4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:00.611Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:00.942Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-01-31T15:53:00.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-31T15:53:00.942Z] 04cf37973d49: Preparing [2023-01-31T15:53:00.942Z] 80fa68cbfee7: Preparing [2023-01-31T15:53:00.942Z] 103de5551779: Preparing [2023-01-31T15:53:00.942Z] 2cc526d8d0f8: Preparing [2023-01-31T15:53:00.942Z] 17bec77d7fdc: Preparing [2023-01-31T15:53:00.942Z] 04cf37973d49: Layer already exists [2023-01-31T15:53:00.942Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:53:00.942Z] 103de5551779: Layer already exists [2023-01-31T15:53:00.942Z] 2cc526d8d0f8: Layer already exists [2023-01-31T15:53:00.942Z] 80fa68cbfee7: Layer already exists [2023-01-31T15:53:00.942Z] main: digest: sha256:44ec8508e934f9b64dc6b3ccc4023596e30294e6e74607e8e9f069a4e2eb35c4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:53:00.992Z] ===================================================== [Pipeline] echo [2023-01-31T15:53:01.000Z] taggedImages: [2023-01-31T15:53:01.000Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:53:01.000Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-31T15:53:01.000Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.31 [2023-01-31T15:53:01.000Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:53:01.000Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-01-31T15:53:01.020Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-01-31T15:53:01.020Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:53:01.020Z] latest [2023-01-31T15:53:01.020Z] 3.0.0-dev.31 [2023-01-31T15:53:01.020Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:53:01.020Z] main [2023-01-31T15:53:01.020Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:01.355Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:01.691Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:53:01.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-31T15:53:01.691Z] 848f303d1650: Preparing [2023-01-31T15:53:01.691Z] 37354b7152e4: Preparing [2023-01-31T15:53:01.691Z] 103de5551779: Preparing [2023-01-31T15:53:01.691Z] cc134ba080ea: Preparing [2023-01-31T15:53:01.691Z] 17bec77d7fdc: Preparing [2023-01-31T15:53:01.957Z] 103de5551779: Layer already exists [2023-01-31T15:53:01.958Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:53:01.958Z] cc134ba080ea: Layer already exists [2023-01-31T15:53:01.958Z] 848f303d1650: Pushed [2023-01-31T15:53:08.592Z] 37354b7152e4: Pushed [2023-01-31T15:53:08.592Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c: digest: sha256:b6af4c2f6de0bcb3628633dad76aa7c902b31123866322cc4f1e1dca6ac5b6d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:08.932Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:09.264Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-31T15:53:09.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-31T15:53:09.264Z] 848f303d1650: Preparing [2023-01-31T15:53:09.264Z] 37354b7152e4: Preparing [2023-01-31T15:53:09.264Z] 103de5551779: Preparing [2023-01-31T15:53:09.264Z] cc134ba080ea: Preparing [2023-01-31T15:53:09.264Z] 17bec77d7fdc: Preparing [2023-01-31T15:53:09.264Z] cc134ba080ea: Layer already exists [2023-01-31T15:53:09.264Z] 103de5551779: Layer already exists [2023-01-31T15:53:09.264Z] 37354b7152e4: Layer already exists [2023-01-31T15:53:09.264Z] 848f303d1650: Layer already exists [2023-01-31T15:53:09.264Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:53:09.264Z] latest: digest: sha256:b6af4c2f6de0bcb3628633dad76aa7c902b31123866322cc4f1e1dca6ac5b6d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:09.867Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:10.197Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.31 [2023-01-31T15:53:10.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-31T15:53:10.197Z] 848f303d1650: Preparing [2023-01-31T15:53:10.197Z] 37354b7152e4: Preparing [2023-01-31T15:53:10.197Z] 103de5551779: Preparing [2023-01-31T15:53:10.197Z] cc134ba080ea: Preparing [2023-01-31T15:53:10.197Z] 17bec77d7fdc: Preparing [2023-01-31T15:53:10.197Z] cc134ba080ea: Layer already exists [2023-01-31T15:53:10.197Z] 848f303d1650: Layer already exists [2023-01-31T15:53:10.197Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:53:10.197Z] 103de5551779: Layer already exists [2023-01-31T15:53:10.197Z] 37354b7152e4: Layer already exists [2023-01-31T15:53:10.463Z] 3.0.0-dev.31: digest: sha256:b6af4c2f6de0bcb3628633dad76aa7c902b31123866322cc4f1e1dca6ac5b6d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:10.803Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:11.139Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:53:11.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-31T15:53:11.139Z] 848f303d1650: Preparing [2023-01-31T15:53:11.139Z] 37354b7152e4: Preparing [2023-01-31T15:53:11.139Z] 103de5551779: Preparing [2023-01-31T15:53:11.139Z] cc134ba080ea: Preparing [2023-01-31T15:53:11.139Z] 17bec77d7fdc: Preparing [2023-01-31T15:53:11.139Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:53:11.139Z] 103de5551779: Layer already exists [2023-01-31T15:53:11.139Z] 37354b7152e4: Layer already exists [2023-01-31T15:53:11.139Z] 848f303d1650: Layer already exists [2023-01-31T15:53:11.139Z] cc134ba080ea: Layer already exists [2023-01-31T15:53:11.139Z] 4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31: digest: sha256:b6af4c2f6de0bcb3628633dad76aa7c902b31123866322cc4f1e1dca6ac5b6d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:11.744Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:12.070Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-01-31T15:53:12.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-31T15:53:12.070Z] 848f303d1650: Preparing [2023-01-31T15:53:12.070Z] 37354b7152e4: Preparing [2023-01-31T15:53:12.070Z] 103de5551779: Preparing [2023-01-31T15:53:12.070Z] cc134ba080ea: Preparing [2023-01-31T15:53:12.070Z] 17bec77d7fdc: Preparing [2023-01-31T15:53:12.070Z] 17bec77d7fdc: Layer already exists [2023-01-31T15:53:12.070Z] 848f303d1650: Layer already exists [2023-01-31T15:53:12.070Z] 103de5551779: Layer already exists [2023-01-31T15:53:12.070Z] 37354b7152e4: Layer already exists [2023-01-31T15:53:12.070Z] cc134ba080ea: Layer already exists [2023-01-31T15:53:12.337Z] main: digest: sha256:b6af4c2f6de0bcb3628633dad76aa7c902b31123866322cc4f1e1dca6ac5b6d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-31T15:53:12.378Z] ===================================================== [Pipeline] echo [2023-01-31T15:53:12.383Z] taggedImages: [2023-01-31T15:53:12.383Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c [2023-01-31T15:53:12.383Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-31T15:53:12.383Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.31 [2023-01-31T15:53:12.383Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4ba88bbe863d8b60b71eb382769d499e1a75b40c-3.0.0-dev.31 [2023-01-31T15:53:12.383Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:12.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-31T15:53:12.753Z] [2023-01-31T15:53:12.753Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:13.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-31T15:53:13.084Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-31T15:53:13.084Z] 8998bd30e6a1: Pulling fs layer [2023-01-31T15:53:13.084Z] 04944245beec: Pulling fs layer [2023-01-31T15:53:13.084Z] 699f458cf7ca: Pulling fs layer [2023-01-31T15:53:13.084Z] 765212b225bb: Pulling fs layer [2023-01-31T15:53:13.084Z] f23df028b6ca: Pulling fs layer [2023-01-31T15:53:13.084Z] d65c8cfc05b1: Pulling fs layer [2023-01-31T15:53:13.084Z] 2437ff75d9bd: Pulling fs layer [2023-01-31T15:53:13.084Z] f23df028b6ca: Waiting [2023-01-31T15:53:13.084Z] d65c8cfc05b1: Waiting [2023-01-31T15:53:13.084Z] 2437ff75d9bd: Waiting [2023-01-31T15:53:13.084Z] 765212b225bb: Waiting [2023-01-31T15:53:13.356Z] 04944245beec: Verifying Checksum [2023-01-31T15:53:13.356Z] 04944245beec: Download complete [2023-01-31T15:53:13.356Z] 765212b225bb: Verifying Checksum [2023-01-31T15:53:13.356Z] 765212b225bb: Download complete [2023-01-31T15:53:13.626Z] f23df028b6ca: Verifying Checksum [2023-01-31T15:53:13.626Z] f23df028b6ca: Download complete [2023-01-31T15:53:13.626Z] d65c8cfc05b1: Verifying Checksum [2023-01-31T15:53:13.626Z] d65c8cfc05b1: Download complete [2023-01-31T15:53:13.626Z] 699f458cf7ca: Verifying Checksum [2023-01-31T15:53:13.626Z] 699f458cf7ca: Download complete [2023-01-31T15:53:13.893Z] 8998bd30e6a1: Download complete [2023-01-31T15:53:16.472Z] 2437ff75d9bd: Verifying Checksum [2023-01-31T15:53:16.472Z] 2437ff75d9bd: Download complete [2023-01-31T15:53:18.412Z] 8998bd30e6a1: Pull complete [2023-01-31T15:53:18.678Z] 04944245beec: Pull complete [2023-01-31T15:53:20.082Z] 699f458cf7ca: Pull complete [2023-01-31T15:53:20.348Z] 765212b225bb: Pull complete [2023-01-31T15:53:21.305Z] f23df028b6ca: Pull complete [2023-01-31T15:53:21.305Z] d65c8cfc05b1: Pull complete [2023-01-31T15:53:36.287Z] 2437ff75d9bd: Pull complete [2023-01-31T15:53:36.287Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-31T15:53:36.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-31T15:53:36.287Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:53:36.480Z] prd-ubuntu20.04-docker-arm64-4c-16g-4142 does not seem to be running inside a container [2023-01-31T15:53:36.536Z] $ 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/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-31T15:53:39.155Z] $ docker top bc620d4d47d1a01c04dbf0d049e472460b141795e0b52b522f1a1546bceb2e6b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:53:39.685Z] ---> job-cost.sh [2023-01-31T15:53:39.949Z] lf-activate-venv: SKIPPING [2023-01-31T15:53:39.950Z] INFO: No Stack... [2023-01-31T15:53:40.529Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-31T15:53:41.110Z] INFO: Archiving Costs [Pipeline] sh [2023-01-31T15:53:41.742Z] + cat /w/workspace/edgex-go/389/archives/cost.csv [2023-01-31T15:53:41.742Z] + cut -d, -f6 [Pipeline] lock [2023-01-31T15:53:41.811Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-389-stack-cost] [2023-01-31T15:53:41.819Z] Resource [jenkins-edgexfoundry-edgex-go-main-389-stack-cost] did not exist. Created. [2023-01-31T15:53:41.819Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-389-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-31T15:53:42.457Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-31T15:53:43.014Z] Stashed 1 file(s) [Pipeline] } [2023-01-31T15:53:43.020Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-389-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-31T15:53:43.033Z] $ docker stop --time=1 bc620d4d47d1a01c04dbf0d049e472460b141795e0b52b522f1a1546bceb2e6b [2023-01-31T15:53:44.579Z] $ docker rm -f --volumes bc620d4d47d1a01c04dbf0d049e472460b141795e0b52b522f1a1546bceb2e6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-01-31T15:53:44.988Z] provisioning config files... [2023-01-31T15:53:44.995Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/389@tmp/config14458788596096883721tmp [Pipeline] { [Pipeline] sh [2023-01-31T15:53:45.279Z] + set +x [2023-01-31T15:53:45.279Z] + curl -s https://codecov.io/bash [2023-01-31T15:53:45.279Z] + bash -s -- [2023-01-31T15:53:45.279Z] [2023-01-31T15:53:45.279Z] _____ _ [2023-01-31T15:53:45.279Z] / ____| | | [2023-01-31T15:53:45.279Z] | | ___ __| | ___ ___ _____ __ [2023-01-31T15:53:45.279Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-31T15:53:45.279Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-31T15:53:45.279Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-31T15:53:45.279Z] Bash-1.0.6 [2023-01-31T15:53:45.279Z] [2023-01-31T15:53:45.279Z] [2023-01-31T15:53:45.279Z] ==> git version 2.25.1 found [2023-01-31T15:53:45.279Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-01-31T15:53:45.279Z] Release-Date: 2020-01-08 [2023-01-31T15:53:45.279Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-31T15:53:45.279Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-31T15:53:45.279Z] ==> Jenkins CI detected. [2023-01-31T15:53:45.279Z] current dir:  /w/workspace/edgex-go/389 [2023-01-31T15:53:45.279Z] project root: . [2023-01-31T15:53:45.279Z] --> token set from env [2023-01-31T15:53:45.279Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-31T15:53:45.279Z] ==> Running gcov in . (disable via -X gcov) [2023-01-31T15:53:45.279Z] ==> Python coveragepy not found [2023-01-31T15:53:45.279Z] ==> Searching for coverage reports in: [2023-01-31T15:53:45.279Z] + . [2023-01-31T15:53:45.279Z] -> Found 1 reports [2023-01-31T15:53:45.279Z] ==> Detecting git/mercurial file structure [2023-01-31T15:53:45.279Z] ==> Reading reports [2023-01-31T15:53:45.279Z] + ./coverage.out bytes=486197 [2023-01-31T15:53:45.279Z] ==> Appending adjustments [2023-01-31T15:53:45.279Z] https://docs.codecov.io/docs/fixing-reports [2023-01-31T15:53:46.656Z] + Found adjustments [2023-01-31T15:53:46.656Z] ==> Gzipping contents [2023-01-31T15:53:46.656Z] 64K /tmp/codecov.lXFTTt.gz [2023-01-31T15:53:46.656Z] ==> Uploading reports [2023-01-31T15:53:46.656Z] url: https://codecov.io [2023-01-31T15:53:46.656Z] query: branch=main&commit=4ba88bbe863d8b60b71eb382769d499e1a75b40c&build=389&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F389%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-31T15:53:46.656Z] -> Pinging Codecov [2023-01-31T15:53:46.656Z] 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=4ba88bbe863d8b60b71eb382769d499e1a75b40c&build=389&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F389%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-31T15:53:47.593Z] -> Uploading to [2023-01-31T15:53:47.593Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-31/00271124DB129430A58F1EEE437C3FCB/4ba88bbe863d8b60b71eb382769d499e1a75b40c/a75f6390-dcba-444e-99df-cdd6bd885fe8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230131%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230131T155347Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=74ddf8b152abc892aaf24ca032c4c546d08b91182c6bc631071f09c3b2eb1c25 [2023-01-31T15:53:47.593Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-31T15:53:47.593Z] Dload Upload Total Spent Left Speed [2023-01-31T15:53:47.855Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62839 0 0 100 62839 0 229k --:--:-- --:--:-- --:--:-- 228k [2023-01-31T15:53:47.855Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/4ba88bbe863d8b60b71eb382769d499e1a75b40c [Pipeline] } [2023-01-31T15:53:47.863Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-01-31T15:53:47.997Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-31T15:53:48.008Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:48.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-31T15:53:48.310Z] [2023-01-31T15:53:48.310Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:53:48.607Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-31T15:53:48.607Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-31T15:53:48.607Z] df9b9388f04a: Pulling fs layer [2023-01-31T15:53:48.607Z] 52dc419b0ee2: Pulling fs layer [2023-01-31T15:53:48.607Z] 25bc292e5bac: Pulling fs layer [2023-01-31T15:53:48.607Z] 114826534d7a: Pulling fs layer [2023-01-31T15:53:48.607Z] 4657fd5d0bcf: Pulling fs layer [2023-01-31T15:53:48.607Z] 6ad1cebc031e: Pulling fs layer [2023-01-31T15:53:48.607Z] 8a3aa393b2d8: Pulling fs layer [2023-01-31T15:53:48.607Z] 4657fd5d0bcf: Waiting [2023-01-31T15:53:48.607Z] 6ad1cebc031e: Waiting [2023-01-31T15:53:48.607Z] 8a3aa393b2d8: Waiting [2023-01-31T15:53:48.607Z] 114826534d7a: Waiting [2023-01-31T15:53:48.607Z] 25bc292e5bac: Verifying Checksum [2023-01-31T15:53:48.607Z] 25bc292e5bac: Download complete [2023-01-31T15:53:48.607Z] 52dc419b0ee2: Verifying Checksum [2023-01-31T15:53:48.607Z] 52dc419b0ee2: Download complete [2023-01-31T15:53:48.607Z] 4657fd5d0bcf: Download complete [2023-01-31T15:53:48.607Z] df9b9388f04a: Download complete [2023-01-31T15:53:48.868Z] df9b9388f04a: Pull complete [2023-01-31T15:53:48.868Z] 52dc419b0ee2: Pull complete [2023-01-31T15:53:49.137Z] 6ad1cebc031e: Verifying Checksum [2023-01-31T15:53:49.137Z] 6ad1cebc031e: Download complete [2023-01-31T15:53:49.137Z] 25bc292e5bac: Pull complete [2023-01-31T15:53:49.738Z] 114826534d7a: Verifying Checksum [2023-01-31T15:53:49.738Z] 114826534d7a: Download complete [2023-01-31T15:53:50.002Z] 8a3aa393b2d8: Verifying Checksum [2023-01-31T15:53:50.002Z] 8a3aa393b2d8: Download complete [2023-01-31T15:53:53.282Z] 114826534d7a: Pull complete [2023-01-31T15:53:53.283Z] 4657fd5d0bcf: Pull complete [2023-01-31T15:53:53.283Z] 6ad1cebc031e: Pull complete [2023-01-31T15:53:56.571Z] 8a3aa393b2d8: Pull complete [2023-01-31T15:53:56.571Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-31T15:53:56.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-31T15:53:56.571Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:53:56.657Z] prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container [2023-01-31T15:53:56.681Z] $ 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/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-31T15:54:01.080Z] $ docker top 5bc3133ff3133ed284804523ae9dacaa9ed4097b15f2edf668558dab8d6692f0 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-31T15:54:01.153Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-01-31T15:54:01.427Z] + set -o pipefail [2023-01-31T15:54:01.427Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-01-31T15:54:06.748Z] [2023-01-31T15:54:06.748Z] Monitoring /w/workspace/edgex-go/389 (github.com/edgexfoundry/edgex-go)... [2023-01-31T15:54:06.748Z] [2023-01-31T15:54:06.748Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/bb586f83-c3e4-41f1-b1cc-8a4e0e5b89b7 [2023-01-31T15:54:06.748Z] [2023-01-31T15:54:06.748Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-31T15:54:06.748Z] [2023-01-31T15:54:06.748Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-31T15:54:06.748Z] [2023-01-31T15:54:06.748Z] [2023-01-31T15:54:06.748Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-31T15:54:06.748Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-31T15:54:06.748Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-31T15:54:07.007Z] $ docker stop --time=1 5bc3133ff3133ed284804523ae9dacaa9ed4097b15f2edf668558dab8d6692f0 [2023-01-31T15:54:10.375Z] $ docker rm -f --volumes 5bc3133ff3133ed284804523ae9dacaa9ed4097b15f2edf668558dab8d6692f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-31T15:54:10.765Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-31T15:54:10.778Z] provisioning config files... [2023-01-31T15:54:10.785Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/389@tmp/config15060790867685494501tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:54:11.079Z] --> edgex-publish-swagger.sh [2023-01-31T15:54:11.079Z] === Publish openapi/v2 API === [2023-01-31T15:54:11.079Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-31T15:54:11.079Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/389/openapi/v2/core-command.yaml] [2023-01-31T15:54:11.079Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-31T15:54:11.079Z] Dload Upload Total Spent Left Speed [2023-01-31T15:54:12.017Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31129 100 38 100 31091 41 34016 --:--:-- --:--:-- --:--:-- 34057 100 31129 100 38 100 31091 41 34016 --:--:-- --:--:-- --:--:-- 34020 [2023-01-31T15:54:12.017Z] {"code":403,"message":"Access Denied"} [2023-01-31T15:54:12.017Z] [2023-01-31T15:54:12.017Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/389/openapi/v2/core-data.yaml] [2023-01-31T15:54:12.017Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-31T15:54:12.017Z] Dload Upload Total Spent Left Speed [2023-01-31T15:54:12.952Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68946 100 38 100 68908 42 77078 --:--:-- --:--:-- --:--:-- 77034 100 68946 100 38 100 68908 42 77078 --:--:-- --:--:-- --:--:-- 77034 [2023-01-31T15:54:12.952Z] {"code":403,"message":"Access Denied"} [2023-01-31T15:54:12.952Z] [2023-01-31T15:54:12.952Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/389/openapi/v2/core-metadata.yaml] [2023-01-31T15:54:12.952Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-31T15:54:12.952Z] Dload Upload Total Spent Left Speed [2023-01-31T15:54:14.329Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 118k 0:00:01 0:00:01 --:--:-- 118k 100 142k 100 38 100 142k 29 111k 0:00:01 0:00:01 --:--:-- 111k [2023-01-31T15:54:14.329Z] {"code":403,"message":"Access Denied"} [2023-01-31T15:54:14.329Z] [2023-01-31T15:54:14.329Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/389/openapi/v2/support-notifications.yaml] [2023-01-31T15:54:14.329Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-31T15:54:14.329Z] Dload Upload Total Spent Left Speed [2023-01-31T15:54:15.266Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86574 100 38 100 86536 37 85849 0:00:01 0:00:01 --:--:-- 85886 100 86574 100 38 100 86536 37 85849 0:00:01 0:00:01 --:--:-- 85886 [2023-01-31T15:54:15.266Z] {"code":403,"message":"Access Denied"} [2023-01-31T15:54:15.266Z] [2023-01-31T15:54:15.266Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/389/openapi/v2/support-scheduler.yaml] [2023-01-31T15:54:15.266Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-31T15:54:15.266Z] Dload Upload Total Spent Left Speed [2023-01-31T15:54:15.834Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37023 100 38 100 36985 47 46001 --:--:-- --:--:-- --:--:-- 45991 100 37023 100 38 100 36985 47 45944 --:--:-- --:--:-- --:--:-- 45991 [2023-01-31T15:54:15.834Z] {"code":403,"message":"Access Denied"} [2023-01-31T15:54:15.834Z] [Pipeline] } [2023-01-31T15:54:15.841Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-01-31T15:54:16.219Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-31T15:54:16.220Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:54:16.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-31T15:54:16.521Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:54:16.589Z] prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container [2023-01-31T15:54:16.611Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-31T15:54:17.017Z] $ docker top d429d3f516a8553ddf890abb6572248970c863f7bcbaf6d63f950666c8af8b7f -eo pid,comm [2023-01-31T15:54:17.074Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-31T15:54:17.074Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-31T15:54:17.111Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-31T15:54:17.111Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-31T15:54:17.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-31T15:54:17.212Z] $ docker exec d429d3f516a8553ddf890abb6572248970c863f7bcbaf6d63f950666c8af8b7f ssh-agent [2023-01-31T15:54:17.327Z] SSH_AUTH_SOCK=/tmp/ssh-aQzkSWtoTHmg/agent.32 [2023-01-31T15:54:17.327Z] SSH_AGENT_PID=38 [2023-01-31T15:54:17.331Z] Running ssh-add (command line suppressed) [2023-01-31T15:54:17.440Z] Identity added: /w/workspace/edgex-go/389@tmp/private_key_9194033613420627850.key (/w/workspace/edgex-go/389@tmp/private_key_9194033613420627850.key) [2023-01-31T15:54:17.462Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-31T15:54:17.746Z] + git semver tag [2023-01-31T15:54:18.003Z] 2023-01-31 15:54:17,943 [run_tag] DEBUG tag force:False [2023-01-31T15:54:18.004Z] 2023-01-31 15:54:17,943 [check_head_tag] DEBUG check head tag [2023-01-31T15:54:18.004Z] 2023-01-31 15:54:17,946 [execute] INFO git cat-file --batch-check [2023-01-31T15:54:18.004Z] 2023-01-31 15:54:17,946 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/389, universal_newlines=False, shell=None, istream=) [2023-01-31T15:54:18.004Z] 2023-01-31 15:54:17,950 [execute] INFO git cat-file --batch [2023-01-31T15:54:18.004Z] 2023-01-31 15:54:17,950 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/389, universal_newlines=False, shell=None, istream=) [2023-01-31T15:54:18.262Z] 2023-01-31 15:54:17,995 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main [2023-01-31T15:54:18.262Z] 2023-01-31 15:54:17,996 [execute] INFO git tag -a v3.0.0-dev.31 -m v3.0.0-dev.31 [2023-01-31T15:54:18.262Z] 2023-01-31 15:54:17,996 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.31', '-m', 'v3.0.0-dev.31'], cwd=/w/workspace/edgex-go/389, universal_newlines=False, shell=None, istream=None) [2023-01-31T15:54:18.262Z] 2023-01-31 15:54:18,001 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main [2023-01-31T15:54:18.262Z] 3.0.0-dev.31 [Pipeline] } [2023-01-31T15:54:18.261Z] $ docker exec --env ******** --env ******** d429d3f516a8553ddf890abb6572248970c863f7bcbaf6d63f950666c8af8b7f ssh-agent -k [2023-01-31T15:54:18.370Z] unset SSH_AUTH_SOCK; [2023-01-31T15:54:18.370Z] unset SSH_AGENT_PID; [2023-01-31T15:54:18.370Z] echo Agent pid 38 killed; [2023-01-31T15:54:18.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-31T15:54:18.684Z] + git semver [Pipeline] } [2023-01-31T15:54:18.945Z] $ docker stop --time=1 d429d3f516a8553ddf890abb6572248970c863f7bcbaf6d63f950666c8af8b7f [2023-01-31T15:54:20.215Z] $ docker rm -f --volumes d429d3f516a8553ddf890abb6572248970c863f7bcbaf6d63f950666c8af8b7f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:54:20.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-31T15:54:20.620Z] [2023-01-31T15:54:20.620Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:54:20.920Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-31T15:54:20.920Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-31T15:54:20.920Z] ab5ef0e58194: Pulling fs layer [2023-01-31T15:54:20.920Z] 9712f1f96733: Pulling fs layer [2023-01-31T15:54:20.920Z] 63f879dbbcfc: Pulling fs layer [2023-01-31T15:54:20.920Z] 0d9ebad4ef96: Pulling fs layer [2023-01-31T15:54:20.920Z] e9a5061849ea: Pulling fs layer [2023-01-31T15:54:20.920Z] d747dcd14b5f: Pulling fs layer [2023-01-31T15:54:20.920Z] 2de7ff778b66: Pulling fs layer [2023-01-31T15:54:20.920Z] 0d9ebad4ef96: Waiting [2023-01-31T15:54:20.920Z] e9a5061849ea: Waiting [2023-01-31T15:54:20.920Z] d747dcd14b5f: Waiting [2023-01-31T15:54:20.920Z] 2de7ff778b66: Waiting [2023-01-31T15:54:20.920Z] 9712f1f96733: Verifying Checksum [2023-01-31T15:54:20.920Z] 9712f1f96733: Download complete [2023-01-31T15:54:21.888Z] 63f879dbbcfc: Verifying Checksum [2023-01-31T15:54:21.888Z] 63f879dbbcfc: Download complete [2023-01-31T15:54:21.888Z] ab5ef0e58194: Verifying Checksum [2023-01-31T15:54:21.888Z] ab5ef0e58194: Download complete [2023-01-31T15:54:22.148Z] d747dcd14b5f: Download complete [2023-01-31T15:54:22.148Z] e9a5061849ea: Verifying Checksum [2023-01-31T15:54:22.148Z] 2de7ff778b66: Verifying Checksum [2023-01-31T15:54:22.148Z] 2de7ff778b66: Download complete [2023-01-31T15:54:22.715Z] 0d9ebad4ef96: Verifying Checksum [2023-01-31T15:54:22.715Z] 0d9ebad4ef96: Download complete [2023-01-31T15:54:24.614Z] ab5ef0e58194: Pull complete [2023-01-31T15:54:24.614Z] 9712f1f96733: Pull complete [2023-01-31T15:54:25.179Z] 63f879dbbcfc: Pull complete [2023-01-31T15:54:29.362Z] 0d9ebad4ef96: Pull complete [2023-01-31T15:54:29.362Z] e9a5061849ea: Pull complete [2023-01-31T15:54:29.362Z] d747dcd14b5f: Pull complete [2023-01-31T15:54:30.295Z] 2de7ff778b66: Pull complete [2023-01-31T15:54:30.295Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-31T15:54:30.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-31T15:54:30.295Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:54:30.376Z] prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container [2023-01-31T15:54:30.389Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-31T15:54:35.745Z] $ docker top 9ffd531ef5422fb827b6682c7e4c17c1fe12744cb71ae4ec90cdc06e4be9ec2b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-31T15:54:35.824Z] provisioning config files... [2023-01-31T15:54:35.830Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/389@tmp/config11350486729073070509tmp [2023-01-31T15:54:35.839Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/389@tmp/config15696544507010696368tmp [2023-01-31T15:54:35.847Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/389@tmp/config3594245496570737579tmp [Pipeline] { [Pipeline] echo [2023-01-31T15:54:35.863Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:54:36.146Z] ---> sigul-configuration.sh [2023-01-31T15:54:36.146Z] gpg: directory `/root/.gnupg' created [2023-01-31T15:54:36.146Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-31T15:54:36.146Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-31T15:54:36.146Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-31T15:54:36.146Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-31T15:54:36.146Z] gpg: CAST5 encrypted data [2023-01-31T15:54:36.146Z] gpg: encrypted with 1 passphrase [2023-01-31T15:54:36.146Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-31T15:54:36.432Z] + mkdir /home/jenkins [2023-01-31T15:54:36.432Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-31T15:54:36.716Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-01-31T15:54:36.724Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:54:37.006Z] ---> sigul-install.sh [2023-01-31T15:54:37.006Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-31T15:54:37.290Z] + git tag --list [2023-01-31T15:54:37.291Z] 0.6.0 [2023-01-31T15:54:37.291Z] 0.6.1 [2023-01-31T15:54:37.291Z] 0.7.0 [2023-01-31T15:54:37.291Z] 0.7.1 [2023-01-31T15:54:37.291Z] v1.0.0 [2023-01-31T15:54:37.291Z] v1.0.1 [2023-01-31T15:54:37.291Z] v1.1.0 [2023-01-31T15:54:37.291Z] v1.2.0 [2023-01-31T15:54:37.291Z] v1.2.1 [2023-01-31T15:54:37.291Z] v1.3.0 [2023-01-31T15:54:37.291Z] v1.3.1 [2023-01-31T15:54:37.291Z] v2.0.0 [2023-01-31T15:54:37.291Z] v2.1.0 [2023-01-31T15:54:37.291Z] v2.1.1 [2023-01-31T15:54:37.291Z] v2.1.1-dev.1 [2023-01-31T15:54:37.291Z] v2.1.1-dev.2 [2023-01-31T15:54:37.291Z] v2.1.1-dev.3 [2023-01-31T15:54:37.291Z] v2.1.1-dev.4 [2023-01-31T15:54:37.291Z] v2.1.1-dev.5 [2023-01-31T15:54:37.291Z] v2.1.1-dev.6 [2023-01-31T15:54:37.291Z] v2.1.1-dev.7 [2023-01-31T15:54:37.291Z] v2.1.1-dev.8 [2023-01-31T15:54:37.291Z] v2.1.2-dev.1 [2023-01-31T15:54:37.291Z] v2.2.0 [2023-01-31T15:54:37.291Z] v2.2.1-dev.1 [2023-01-31T15:54:37.291Z] v2.2.1-dev.10 [2023-01-31T15:54:37.291Z] v2.2.1-dev.11 [2023-01-31T15:54:37.291Z] v2.2.1-dev.12 [2023-01-31T15:54:37.291Z] v2.2.1-dev.13 [2023-01-31T15:54:37.291Z] v2.2.1-dev.14 [2023-01-31T15:54:37.291Z] v2.2.1-dev.15 [2023-01-31T15:54:37.291Z] v2.2.1-dev.16 [2023-01-31T15:54:37.291Z] v2.2.1-dev.17 [2023-01-31T15:54:37.291Z] v2.2.1-dev.18 [2023-01-31T15:54:37.291Z] v2.2.1-dev.19 [2023-01-31T15:54:37.291Z] v2.2.1-dev.2 [2023-01-31T15:54:37.291Z] v2.2.1-dev.20 [2023-01-31T15:54:37.291Z] v2.2.1-dev.21 [2023-01-31T15:54:37.291Z] v2.2.1-dev.22 [2023-01-31T15:54:37.291Z] v2.2.1-dev.23 [2023-01-31T15:54:37.291Z] v2.2.1-dev.24 [2023-01-31T15:54:37.291Z] v2.2.1-dev.25 [2023-01-31T15:54:37.291Z] v2.2.1-dev.26 [2023-01-31T15:54:37.291Z] v2.2.1-dev.27 [2023-01-31T15:54:37.291Z] v2.2.1-dev.28 [2023-01-31T15:54:37.291Z] v2.2.1-dev.29 [2023-01-31T15:54:37.291Z] v2.2.1-dev.3 [2023-01-31T15:54:37.291Z] v2.2.1-dev.4 [2023-01-31T15:54:37.291Z] v2.2.1-dev.5 [2023-01-31T15:54:37.291Z] v2.2.1-dev.6 [2023-01-31T15:54:37.291Z] v2.2.1-dev.7 [2023-01-31T15:54:37.291Z] v2.2.1-dev.8 [2023-01-31T15:54:37.291Z] v2.2.1-dev.9 [2023-01-31T15:54:37.291Z] v2.3.0 [2023-01-31T15:54:37.291Z] v2.3.0-dev.100 [2023-01-31T15:54:37.291Z] v2.3.0-dev.101 [2023-01-31T15:54:37.291Z] v2.3.0-dev.102 [2023-01-31T15:54:37.291Z] v2.3.0-dev.103 [2023-01-31T15:54:37.291Z] v2.3.0-dev.104 [2023-01-31T15:54:37.291Z] v2.3.0-dev.105 [2023-01-31T15:54:37.291Z] v2.3.0-dev.106 [2023-01-31T15:54:37.291Z] v2.3.0-dev.29 [2023-01-31T15:54:37.291Z] v2.3.0-dev.30 [2023-01-31T15:54:37.291Z] v2.3.0-dev.31 [2023-01-31T15:54:37.291Z] v2.3.0-dev.32 [2023-01-31T15:54:37.291Z] v2.3.0-dev.33 [2023-01-31T15:54:37.291Z] v2.3.0-dev.34 [2023-01-31T15:54:37.291Z] v2.3.0-dev.35 [2023-01-31T15:54:37.291Z] v2.3.0-dev.36 [2023-01-31T15:54:37.291Z] v2.3.0-dev.37 [2023-01-31T15:54:37.291Z] v2.3.0-dev.38 [2023-01-31T15:54:37.291Z] v2.3.0-dev.39 [2023-01-31T15:54:37.291Z] v2.3.0-dev.40 [2023-01-31T15:54:37.291Z] v2.3.0-dev.41 [2023-01-31T15:54:37.291Z] v2.3.0-dev.42 [2023-01-31T15:54:37.291Z] v2.3.0-dev.43 [2023-01-31T15:54:37.291Z] v2.3.0-dev.44 [2023-01-31T15:54:37.291Z] v2.3.0-dev.45 [2023-01-31T15:54:37.291Z] v2.3.0-dev.46 [2023-01-31T15:54:37.291Z] v2.3.0-dev.47 [2023-01-31T15:54:37.291Z] v2.3.0-dev.48 [2023-01-31T15:54:37.291Z] v2.3.0-dev.49 [2023-01-31T15:54:37.291Z] v2.3.0-dev.50 [2023-01-31T15:54:37.291Z] v2.3.0-dev.51 [2023-01-31T15:54:37.291Z] v2.3.0-dev.52 [2023-01-31T15:54:37.291Z] v2.3.0-dev.53 [2023-01-31T15:54:37.291Z] v2.3.0-dev.54 [2023-01-31T15:54:37.291Z] v2.3.0-dev.55 [2023-01-31T15:54:37.291Z] v2.3.0-dev.56 [2023-01-31T15:54:37.291Z] v2.3.0-dev.57 [2023-01-31T15:54:37.291Z] v2.3.0-dev.58 [2023-01-31T15:54:37.291Z] v2.3.0-dev.59 [2023-01-31T15:54:37.291Z] v2.3.0-dev.60 [2023-01-31T15:54:37.291Z] v2.3.0-dev.61 [2023-01-31T15:54:37.291Z] v2.3.0-dev.62 [2023-01-31T15:54:37.291Z] v2.3.0-dev.63 [2023-01-31T15:54:37.291Z] v2.3.0-dev.64 [2023-01-31T15:54:37.291Z] v2.3.0-dev.65 [2023-01-31T15:54:37.291Z] v2.3.0-dev.66 [2023-01-31T15:54:37.291Z] v2.3.0-dev.67 [2023-01-31T15:54:37.291Z] v2.3.0-dev.68 [2023-01-31T15:54:37.291Z] v2.3.0-dev.69 [2023-01-31T15:54:37.291Z] v2.3.0-dev.70 [2023-01-31T15:54:37.291Z] v2.3.0-dev.71 [2023-01-31T15:54:37.291Z] v2.3.0-dev.72 [2023-01-31T15:54:37.291Z] v2.3.0-dev.73 [2023-01-31T15:54:37.291Z] v2.3.0-dev.74 [2023-01-31T15:54:37.291Z] v2.3.0-dev.75 [2023-01-31T15:54:37.291Z] v2.3.0-dev.76 [2023-01-31T15:54:37.291Z] v2.3.0-dev.77 [2023-01-31T15:54:37.291Z] v2.3.0-dev.78 [2023-01-31T15:54:37.291Z] v2.3.0-dev.79 [2023-01-31T15:54:37.291Z] v2.3.0-dev.80 [2023-01-31T15:54:37.291Z] v2.3.0-dev.81 [2023-01-31T15:54:37.291Z] v2.3.0-dev.82 [2023-01-31T15:54:37.291Z] v2.3.0-dev.83 [2023-01-31T15:54:37.291Z] v2.3.0-dev.84 [2023-01-31T15:54:37.291Z] v2.3.0-dev.85 [2023-01-31T15:54:37.291Z] v2.3.0-dev.86 [2023-01-31T15:54:37.291Z] v2.3.0-dev.87 [2023-01-31T15:54:37.291Z] v2.3.0-dev.88 [2023-01-31T15:54:37.291Z] v2.3.0-dev.89 [2023-01-31T15:54:37.291Z] v2.3.0-dev.90 [2023-01-31T15:54:37.291Z] v2.3.0-dev.91 [2023-01-31T15:54:37.291Z] v2.3.0-dev.92 [2023-01-31T15:54:37.291Z] v2.3.0-dev.93 [2023-01-31T15:54:37.291Z] v2.3.0-dev.94 [2023-01-31T15:54:37.291Z] v2.3.0-dev.95 [2023-01-31T15:54:37.291Z] v2.3.0-dev.96 [2023-01-31T15:54:37.291Z] v2.3.0-dev.97 [2023-01-31T15:54:37.291Z] v2.3.0-dev.98 [2023-01-31T15:54:37.291Z] v2.3.0-dev.99 [2023-01-31T15:54:37.291Z] v2.3.1-dev.1 [2023-01-31T15:54:37.291Z] v2.3.1-dev.2 [2023-01-31T15:54:37.291Z] v2.3.1-dev.3 [2023-01-31T15:54:37.291Z] v2.3.1-dev.4 [2023-01-31T15:54:37.291Z] v2.3.1-dev.5 [2023-01-31T15:54:37.291Z] v3.0.0-dev.1 [2023-01-31T15:54:37.291Z] v3.0.0-dev.10 [2023-01-31T15:54:37.291Z] v3.0.0-dev.11 [2023-01-31T15:54:37.291Z] v3.0.0-dev.12 [2023-01-31T15:54:37.291Z] v3.0.0-dev.13 [2023-01-31T15:54:37.291Z] v3.0.0-dev.14 [2023-01-31T15:54:37.291Z] v3.0.0-dev.15 [2023-01-31T15:54:37.291Z] v3.0.0-dev.16 [2023-01-31T15:54:37.291Z] v3.0.0-dev.17 [2023-01-31T15:54:37.291Z] v3.0.0-dev.18 [2023-01-31T15:54:37.291Z] v3.0.0-dev.19 [2023-01-31T15:54:37.291Z] v3.0.0-dev.2 [2023-01-31T15:54:37.291Z] v3.0.0-dev.20 [2023-01-31T15:54:37.291Z] v3.0.0-dev.21 [2023-01-31T15:54:37.291Z] v3.0.0-dev.22 [2023-01-31T15:54:37.291Z] v3.0.0-dev.23 [2023-01-31T15:54:37.291Z] v3.0.0-dev.24 [2023-01-31T15:54:37.291Z] v3.0.0-dev.25 [2023-01-31T15:54:37.291Z] v3.0.0-dev.26 [2023-01-31T15:54:37.291Z] v3.0.0-dev.27 [2023-01-31T15:54:37.291Z] v3.0.0-dev.28 [2023-01-31T15:54:37.291Z] v3.0.0-dev.29 [2023-01-31T15:54:37.291Z] v3.0.0-dev.3 [2023-01-31T15:54:37.291Z] v3.0.0-dev.30 [2023-01-31T15:54:37.291Z] v3.0.0-dev.31 [2023-01-31T15:54:37.291Z] v3.0.0-dev.4 [2023-01-31T15:54:37.291Z] v3.0.0-dev.5 [2023-01-31T15:54:37.291Z] v3.0.0-dev.6 [2023-01-31T15:54:37.291Z] v3.0.0-dev.7 [2023-01-31T15:54:37.291Z] v3.0.0-dev.8 [2023-01-31T15:54:37.291Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-31T15:54:37.576Z] + lftools sign git-tag v3.0.0-dev.31 [2023-01-31T15:54:38.143Z] Signing Git tag with Sigul... [2023-01-31T15:54:38.143Z] Signing v3.0.0-dev.31 [Pipeline] echo [2023-01-31T15:54:38.410Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:54:38.694Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-31T15:54:38.701Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-31T15:54:38.711Z] $ docker stop --time=1 9ffd531ef5422fb827b6682c7e4c17c1fe12744cb71ae4ec90cdc06e4be9ec2b [2023-01-31T15:54:40.029Z] $ docker rm -f --volumes 9ffd531ef5422fb827b6682c7e4c17c1fe12744cb71ae4ec90cdc06e4be9ec2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-31T15:54:40.437Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-31T15:54:40.437Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:54:40.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-31T15:54:40.734Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:54:40.807Z] prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container [2023-01-31T15:54:40.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-31T15:54:41.180Z] $ docker top 328d6b5c3f2a71600c207c1f4de4252a8b2ce77f3dbae497a786a87141caab83 -eo pid,comm [2023-01-31T15:54:41.236Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-31T15:54:41.236Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-31T15:54:41.274Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-31T15:54:41.274Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-31T15:54:41.396Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-31T15:54:41.390Z] $ docker exec 328d6b5c3f2a71600c207c1f4de4252a8b2ce77f3dbae497a786a87141caab83 ssh-agent [2023-01-31T15:54:41.513Z] SSH_AUTH_SOCK=/tmp/ssh-bPQrRukVdAfO/agent.33 [2023-01-31T15:54:41.513Z] SSH_AGENT_PID=39 [2023-01-31T15:54:41.518Z] Running ssh-add (command line suppressed) [2023-01-31T15:54:41.610Z] Identity added: /w/workspace/edgex-go/389@tmp/private_key_13127401936651278726.key (/w/workspace/edgex-go/389@tmp/private_key_13127401936651278726.key) [2023-01-31T15:54:41.632Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-31T15:54:41.916Z] + git semver bump pre [2023-01-31T15:54:42.175Z] 2023-01-31 15:54:42,095 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main [2023-01-31T15:54:42.176Z] 2023-01-31 15:54:42,096 [bump_version] DEBUG bumping version:3.0.0-dev.31 on axis:pre with prefix:dev [2023-01-31T15:54:42.176Z] 2023-01-31 15:54:42,096 [bump_version] DEBUG bumped version:3.0.0-dev.32 [2023-01-31T15:54:42.176Z] 2023-01-31 15:54:42,096 [write_version] DEBUG write version:3.0.0-dev.32 to path:/w/workspace/edgex-go/389/.semver/main with force:True [2023-01-31T15:54:42.176Z] 2023-01-31 15:54:42,096 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main [2023-01-31T15:54:42.176Z] 2023-01-31 15:54:42,096 [write_file] DEBUG write to file:/w/workspace/edgex-go/389/.semver/main [2023-01-31T15:54:42.176Z] 2023-01-31 15:54:42,098 [execute] INFO git cat-file --batch-check [2023-01-31T15:54:42.176Z] 2023-01-31 15:54:42,098 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/389/.semver, universal_newlines=False, shell=None, istream=) [2023-01-31T15:54:42.176Z] 2023-01-31 15:54:42,104 [execute] INFO git cat-file --batch [2023-01-31T15:54:42.176Z] 2023-01-31 15:54:42,105 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/389/.semver, universal_newlines=False, shell=None, istream=) [2023-01-31T15:54:42.176Z] 2023-01-31 15:54:42,110 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main [2023-01-31T15:54:42.176Z] 3.0.0-dev.32 [Pipeline] } [2023-01-31T15:54:42.176Z] $ docker exec --env ******** --env ******** 328d6b5c3f2a71600c207c1f4de4252a8b2ce77f3dbae497a786a87141caab83 ssh-agent -k [2023-01-31T15:54:42.270Z] unset SSH_AUTH_SOCK; [2023-01-31T15:54:42.270Z] unset SSH_AGENT_PID; [2023-01-31T15:54:42.270Z] echo Agent pid 39 killed; [2023-01-31T15:54:42.289Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-31T15:54:42.591Z] + git semver [Pipeline] } [2023-01-31T15:54:42.853Z] $ docker stop --time=1 328d6b5c3f2a71600c207c1f4de4252a8b2ce77f3dbae497a786a87141caab83 [2023-01-31T15:54:44.109Z] $ docker rm -f --volumes 328d6b5c3f2a71600c207c1f4de4252a8b2ce77f3dbae497a786a87141caab83 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-31T15:54:44.462Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-31T15:54:44.462Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:54:44.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-31T15:54:44.761Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:54:44.832Z] prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container [2023-01-31T15:54:44.853Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-31T15:54:45.186Z] $ docker top 3871f79e1376a476c917a4adfb312fa8e60a71c9405a7d2411f00373aa23b972 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-31T15:54:45.281Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-31T15:54:45.281Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-31T15:54:45.391Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-31T15:54:45.384Z] $ docker exec 3871f79e1376a476c917a4adfb312fa8e60a71c9405a7d2411f00373aa23b972 ssh-agent [2023-01-31T15:54:45.497Z] SSH_AUTH_SOCK=/tmp/ssh-k3jvHynnA3ql/agent.32 [2023-01-31T15:54:45.497Z] SSH_AGENT_PID=38 [2023-01-31T15:54:45.502Z] Running ssh-add (command line suppressed) [2023-01-31T15:54:45.591Z] Identity added: /w/workspace/edgex-go/389@tmp/private_key_5324416368707547725.key (/w/workspace/edgex-go/389@tmp/private_key_5324416368707547725.key) [2023-01-31T15:54:45.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-31T15:54:45.902Z] + git semver push [2023-01-31T15:54:46.161Z] 2023-01-31 15:54:46,090 [run_push] DEBUG push [2023-01-31T15:54:46.161Z] 2023-01-31 15:54:46,090 [execute] INFO git cat-file --batch-check [2023-01-31T15:54:46.161Z] 2023-01-31 15:54:46,090 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/389/.semver, universal_newlines=False, shell=None, istream=) [2023-01-31T15:54:46.161Z] 2023-01-31 15:54:46,093 [execute] INFO git rev-list 253f6d2778ff4721714cfeeb3d93bd51cd7c6a1a -- [2023-01-31T15:54:46.161Z] 2023-01-31 15:54:46,093 [execute] DEBUG Popen(['git', 'rev-list', '253f6d2778ff4721714cfeeb3d93bd51cd7c6a1a', '--'], cwd=/w/workspace/edgex-go/389/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-31T15:54:46.161Z] 2023-01-31 15:54:46,109 [execute] INFO git fetch -v origin [2023-01-31T15:54:46.161Z] 2023-01-31 15:54:46,110 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/389/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-31T15:54:46.729Z] 2023-01-31 15:54:46,592 [run_push] DEBUG no remote changes detected [2023-01-31T15:54:46.729Z] 2023-01-31 15:54:46,592 [execute] INFO git push origin semver [2023-01-31T15:54:46.729Z] 2023-01-31 15:54:46,592 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/389/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-31T15:54:47.666Z] 2023-01-31 15:54:47,515 [run_push] DEBUG push all version tags [2023-01-31T15:54:47.666Z] 2023-01-31 15:54:47,516 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-31T15:54:47.666Z] 2023-01-31 15:54:47,516 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/389, universal_newlines=False, shell=None, istream=None) [2023-01-31T15:54:48.609Z] 2023-01-31 15:54:48,375 [read_version] DEBUG read version from /w/workspace/edgex-go/389/.semver/main [2023-01-31T15:54:48.609Z] 3.0.0-dev.32 [Pipeline] } [2023-01-31T15:54:48.610Z] $ docker exec --env ******** --env ******** 3871f79e1376a476c917a4adfb312fa8e60a71c9405a7d2411f00373aa23b972 ssh-agent -k [2023-01-31T15:54:48.700Z] unset SSH_AUTH_SOCK; [2023-01-31T15:54:48.700Z] unset SSH_AGENT_PID; [2023-01-31T15:54:48.700Z] echo Agent pid 38 killed; [2023-01-31T15:54:48.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-31T15:54:49.025Z] + git semver [Pipeline] } [2023-01-31T15:54:49.285Z] $ docker stop --time=1 3871f79e1376a476c917a4adfb312fa8e60a71c9405a7d2411f00373aa23b972 [2023-01-31T15:54:50.541Z] $ docker rm -f --volumes 3871f79e1376a476c917a4adfb312fa8e60a71c9405a7d2411f00373aa23b972 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-31T15:54:51.042Z] + [ -d /w/workspace/edgex-go/389/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:54:51.333Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:54:52.192Z] ---> package-listing.sh [2023-01-31T15:54:52.192Z] ++ facter osfamily [2023-01-31T15:54:52.192Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-31T15:54:52.451Z] + OS_FAMILY=debian [2023-01-31T15:54:52.451Z] + workspace=/w/workspace/edgex-go/389 [2023-01-31T15:54:52.451Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-31T15:54:52.451Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-31T15:54:52.451Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-31T15:54:52.451Z] + PACKAGES=/tmp/packages_start.txt [2023-01-31T15:54:52.451Z] + '[' /w/workspace/edgex-go/389 ']' [2023-01-31T15:54:52.451Z] + PACKAGES=/tmp/packages_end.txt [2023-01-31T15:54:52.451Z] + case "${OS_FAMILY}" in [2023-01-31T15:54:52.451Z] + dpkg -l [2023-01-31T15:54:52.451Z] + grep '^ii' [2023-01-31T15:54:52.451Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-31T15:54:52.451Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-31T15:54:52.451Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-31T15:54:52.451Z] + '[' /w/workspace/edgex-go/389 ']' [2023-01-31T15:54:52.451Z] + mkdir -p /w/workspace/edgex-go/389/archives/ [2023-01-31T15:54:52.451Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/389/archives/ [Pipeline] echo [2023-01-31T15:54:52.463Z] 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/389/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-31T15:54:52.741Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:54:53.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-31T15:54:53.299Z] [2023-01-31T15:54:53.299Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-31T15:54:53.597Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-31T15:54:53.597Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-31T15:54:53.597Z] 5eb5b503b376: Pulling fs layer [2023-01-31T15:54:53.597Z] 5c69ac0246d0: Pulling fs layer [2023-01-31T15:54:53.597Z] ec43610c2a17: Pulling fs layer [2023-01-31T15:54:53.597Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-31T15:54:53.597Z] 33b1e0a273af: Pulling fs layer [2023-01-31T15:54:53.597Z] 5d3b04190fa2: Pulling fs layer [2023-01-31T15:54:53.597Z] 2f39f015ded8: Pulling fs layer [2023-01-31T15:54:53.597Z] 33b1e0a273af: Waiting [2023-01-31T15:54:53.597Z] 5d3b04190fa2: Waiting [2023-01-31T15:54:53.597Z] 2f39f015ded8: Waiting [2023-01-31T15:54:53.597Z] 3a2ae6a8a46f: Waiting [2023-01-31T15:54:53.597Z] 5c69ac0246d0: Download complete [2023-01-31T15:54:53.597Z] 3a2ae6a8a46f: Download complete [2023-01-31T15:54:53.860Z] 33b1e0a273af: Verifying Checksum [2023-01-31T15:54:53.860Z] 33b1e0a273af: Download complete [2023-01-31T15:54:53.860Z] 5d3b04190fa2: Verifying Checksum [2023-01-31T15:54:53.860Z] 5d3b04190fa2: Download complete [2023-01-31T15:54:53.860Z] ec43610c2a17: Verifying Checksum [2023-01-31T15:54:53.860Z] ec43610c2a17: Download complete [2023-01-31T15:54:54.118Z] 5eb5b503b376: Verifying Checksum [2023-01-31T15:54:54.118Z] 5eb5b503b376: Download complete [2023-01-31T15:54:54.684Z] 2f39f015ded8: Download complete [2023-01-31T15:54:55.248Z] 5eb5b503b376: Pull complete [2023-01-31T15:54:55.249Z] 5c69ac0246d0: Pull complete [2023-01-31T15:54:55.508Z] ec43610c2a17: Pull complete [2023-01-31T15:54:55.768Z] 3a2ae6a8a46f: Pull complete [2023-01-31T15:54:55.768Z] 33b1e0a273af: Pull complete [2023-01-31T15:54:56.025Z] 5d3b04190fa2: Pull complete [2023-01-31T15:55:00.215Z] 2f39f015ded8: Pull complete [2023-01-31T15:55:00.215Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-31T15:55:00.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-31T15:55:00.215Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-31T15:55:00.292Z] prd-ubuntu20.04-docker-8c-8g-4139 does not seem to be running inside a container [2023-01-31T15:55:00.313Z] $ 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/389/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/389 -v /w/workspace/edgex-go/389:/w/workspace/edgex-go/389:rw,z -v /w/workspace/edgex-go/389@tmp:/w/workspace/edgex-go/389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-31T15:55:03.173Z] $ docker top efc7c6e9598058130a2e95e0b004592de463f91262033e233c29f02fdde75ce1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-31T15:55:03.512Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-31T15:55:03.793Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-31T15:55:04.078Z] + ls /var/log/sa-host [2023-01-31T15:55:04.078Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-31T15:55:04.148Z] provisioning config files... [2023-01-31T15:55:04.156Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/389@tmp/config6837889362842153482tmp [Pipeline] { [Pipeline] echo [2023-01-31T15:55:04.166Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:55:04.449Z] ---> create-netrc.sh [Pipeline] } [2023-01-31T15:55:04.456Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:55:04.770Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-31T15:55:04.780Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:55:05.068Z] ---> sudo-logs.sh [2023-01-31T15:55:05.068Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-31T15:55:05.093Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:55:05.451Z] ---> job-cost.sh [2023-01-31T15:55:05.451Z] lf-activate-venv: SKIPPING [2023-01-31T15:55:05.451Z] DEBUG: total: 0.10999999940395355 [2023-01-31T15:55:05.451Z] INFO: Retrieving Stack Cost... [2023-01-31T15:55:06.456Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-31T15:55:06.729Z] INFO: Archiving Costs [Pipeline] echo [2023-01-31T15:55:06.778Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-31T15:55:07.061Z] ---> logs-deploy.sh [2023-01-31T15:55:07.061Z] lf-activate-venv: SKIPPING [2023-01-31T15:55:07.061Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/389 [2023-01-31T15:55:07.061Z] INFO: archiving workspace using pattern(s): [2023-01-31T15:55:07.997Z] Archives upload complete. [2023-01-31T15:55:07.997Z] INFO: archiving logs to Nexus