Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 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-ssh11967582367887857944.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-ssh13365703846446512619.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-ssh17459561709940353927.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-ssh8889599807444694569.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-ssh13891285703513073970.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-4989 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/397 [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/397 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 (main) Commit message: "fix: Add retry when calling HasConfiguration to wait for Consul (#4334)" > git config core.sparsecheckout # timeout=10 > git checkout -f a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 # timeout=10 > git rev-list --no-walk 6d8f48994a916f3def33c5fcae83023f2b377d3e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-07T22:09:24.808Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-07T22:09:24.845Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-07T22:09:24.859Z] ========================================================= [2023-02-07T22:09:24.859Z] EdgeX Global Pipelines Version Info [2023-02-07T22:09:24.859Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:09:25.958Z] ------------------- [2023-02-07T22:09:25.958Z] stable info: [2023-02-07T22:09:25.958Z] ------------------- [2023-02-07T22:09:25.958Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-07T22:09:25.958Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T22:09:25.958Z] Message: update stable to v1.0.244 [2023-02-07T22:09:26.219Z] ------------------- [2023-02-07T22:09:26.219Z] experimental info: [2023-02-07T22:09:26.219Z] ------------------- [2023-02-07T22:09:26.219Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-07T22:09:26.219Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T22:09:26.219Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-07T22:09:26.379Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-07T22:09:26.391Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-07T22:09:26.402Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-07T22:09:26.412Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-07T22:09:26.422Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-07T22:09:26.432Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-07T22:09:26.445Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-07T22:09:26.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-07T22:09:26.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-07T22:09:26.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-07T22:09:26.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-07T22:09:26.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-07T22:09:26.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-07T22:09:26.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-07T22:09:26.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-07T22:09:26.540Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-07T22:09:26.551Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-07T22:09:26.561Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-07T22:09:26.574Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-07T22:09:26.587Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-07T22:09:26.601Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-07T22:09:26.611Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-07T22:09:26.621Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-07T22:09:26.632Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-07T22:09:26.644Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-07T22:09:26.655Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-07T22:09:26.666Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] echo [2023-02-07T22:09:26.676Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a5aecf7 [Pipeline] echo [2023-02-07T22:09:26.687Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:09:26.732Z] provisioning config files... [2023-02-07T22:09:26.752Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/397@tmp/config5005364802488415412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:09:27.057Z] ---> docker-login.sh [2023-02-07T22:09:27.057Z] nexus3.edgexfoundry.org:10001 [2023-02-07T22:09:27.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:09:27.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:09:27.633Z] Configure a credential helper to remove this warning. See [2023-02-07T22:09:27.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:09:27.633Z] [2023-02-07T22:09:27.633Z] Login Succeeded [2023-02-07T22:09:27.633Z] nexus3.edgexfoundry.org:10002 [2023-02-07T22:09:27.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:09:27.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:09:27.894Z] Configure a credential helper to remove this warning. See [2023-02-07T22:09:27.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:09:27.894Z] [2023-02-07T22:09:27.894Z] Login Succeeded [2023-02-07T22:09:27.894Z] nexus3.edgexfoundry.org:10003 [2023-02-07T22:09:27.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:09:27.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:09:27.894Z] Configure a credential helper to remove this warning. See [2023-02-07T22:09:27.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:09:27.894Z] [2023-02-07T22:09:27.894Z] Login Succeeded [2023-02-07T22:09:27.894Z] nexus3.edgexfoundry.org:10004 [2023-02-07T22:09:27.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:09:28.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:09:28.155Z] Configure a credential helper to remove this warning. See [2023-02-07T22:09:28.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:09:28.155Z] [2023-02-07T22:09:28.155Z] Login Succeeded [2023-02-07T22:09:28.155Z] docker.io [2023-02-07T22:09:28.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:09:28.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:09:28.416Z] Configure a credential helper to remove this warning. See [2023-02-07T22:09:28.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:09:28.416Z] [2023-02-07T22:09:28.416Z] Login Succeeded [2023-02-07T22:09:28.416Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T22:09:28.424Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T22:09:28.729Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-02-07T22:09:28.730Z] + dirname cmd/core-command/Dockerfile+ [2023-02-07T22:09:28.730Z] cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-07T22:09:28.730Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-07T22:09:28.730Z] + cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-07T22:09:28.730Z] + dirname cmd/core-data/Dockerfile [2023-02-07T22:09:28.730Z] + cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-07T22:09:28.730Z] + + dirname cmd/core-metadata/Dockerfile [2023-02-07T22:09:28.730Z] cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-07T22:09:28.730Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-07T22:09:28.730Z] + cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-07T22:09:28.730Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-07T22:09:28.730Z] + cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-07T22:09:28.730Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-07T22:09:28.730Z] + cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-07T22:09:28.730Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-07T22:09:28.730Z] + cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-07T22:09:28.730Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-07T22:09:28.730Z] + cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-07T22:09:28.730Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-07T22:09:28.730Z] + cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-07T22:09:28.730Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-07T22:09:28.730Z] + cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-07T22:09:28.730Z] + dirname cmd/support-notifications/Dockerfile [2023-02-07T22:09:28.730Z] + cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-07T22:09:28.730Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-07T22:09:28.730Z] + cut -d/ -f2 [2023-02-07T22:09:28.730Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-07T22:09:28.810Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-07T22:09:29.139Z] + git rev-list -1 --merges a5aecf7d399caf98fc70234cbd96cf3c73e76ef2~1..a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] echo [2023-02-07T22:09:29.158Z] -----------> git rev-list -1 --merges a5aecf7d399caf98fc70234cbd96cf3c73e76ef2~1..a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [false] [Pipeline] sh [2023-02-07T22:09:29.447Z] + git log --format=format:%s -1 a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] echo [2023-02-07T22:09:29.464Z] ========================================================= [2023-02-07T22:09:29.464Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-07T22:09:29.464Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-07T22:09:29.898Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T22:09:29.898Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-07T22:09:29.898Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-07T22:09:29.898Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-07T22:09:29.898Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-07T22:09:29.898Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-07T22:09:29.898Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:09:30.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T22:09:30.307Z] [2023-02-07T22:09:30.307Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:09:30.613Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T22:09:30.613Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-07T22:09:30.613Z] b85a868b505f: Pulling fs layer [2023-02-07T22:09:30.613Z] e2be974225ed: Pulling fs layer [2023-02-07T22:09:30.613Z] 339a4e72a1f5: Pulling fs layer [2023-02-07T22:09:30.613Z] 988bab9f4d93: Pulling fs layer [2023-02-07T22:09:30.613Z] 1469e6f7b9e6: Pulling fs layer [2023-02-07T22:09:30.613Z] eaf3925da568: Pulling fs layer [2023-02-07T22:09:30.613Z] bab4dde63d76: Pulling fs layer [2023-02-07T22:09:30.613Z] bde34c3a00c8: Pulling fs layer [2023-02-07T22:09:30.613Z] 1469e6f7b9e6: Waiting [2023-02-07T22:09:30.613Z] eaf3925da568: Waiting [2023-02-07T22:09:30.613Z] bab4dde63d76: Waiting [2023-02-07T22:09:30.613Z] 988bab9f4d93: Waiting [2023-02-07T22:09:30.613Z] b352a97aabf1: Pulling fs layer [2023-02-07T22:09:30.613Z] 4872d77fe225: Pulling fs layer [2023-02-07T22:09:30.613Z] 5851b861e8e6: Pulling fs layer [2023-02-07T22:09:30.613Z] bde34c3a00c8: Waiting [2023-02-07T22:09:30.613Z] 4872d77fe225: Waiting [2023-02-07T22:09:30.613Z] 5851b861e8e6: Waiting [2023-02-07T22:09:30.613Z] b352a97aabf1: Waiting [2023-02-07T22:09:30.613Z] e2be974225ed: Verifying Checksum [2023-02-07T22:09:30.613Z] e2be974225ed: Download complete [2023-02-07T22:09:30.613Z] 988bab9f4d93: Verifying Checksum [2023-02-07T22:09:30.613Z] 988bab9f4d93: Download complete [2023-02-07T22:09:30.878Z] 1469e6f7b9e6: Verifying Checksum [2023-02-07T22:09:30.878Z] 1469e6f7b9e6: Download complete [2023-02-07T22:09:30.878Z] eaf3925da568: Download complete [2023-02-07T22:09:30.878Z] 339a4e72a1f5: Verifying Checksum [2023-02-07T22:09:30.878Z] 339a4e72a1f5: Download complete [2023-02-07T22:09:30.878Z] bde34c3a00c8: Verifying Checksum [2023-02-07T22:09:30.878Z] bde34c3a00c8: Download complete [2023-02-07T22:09:31.137Z] b352a97aabf1: Verifying Checksum [2023-02-07T22:09:31.137Z] b352a97aabf1: Download complete [2023-02-07T22:09:31.137Z] 4872d77fe225: Download complete [2023-02-07T22:09:31.137Z] 5851b861e8e6: Verifying Checksum [2023-02-07T22:09:31.137Z] 5851b861e8e6: Download complete [2023-02-07T22:09:31.137Z] b85a868b505f: Verifying Checksum [2023-02-07T22:09:31.137Z] b85a868b505f: Download complete [2023-02-07T22:09:31.396Z] bab4dde63d76: Verifying Checksum [2023-02-07T22:09:31.396Z] bab4dde63d76: Download complete [2023-02-07T22:09:32.779Z] b85a868b505f: Pull complete [2023-02-07T22:09:33.038Z] e2be974225ed: Pull complete [2023-02-07T22:09:33.607Z] 339a4e72a1f5: Pull complete [2023-02-07T22:09:33.607Z] 988bab9f4d93: Pull complete [2023-02-07T22:09:34.175Z] 1469e6f7b9e6: Pull complete [2023-02-07T22:09:34.175Z] eaf3925da568: Pull complete [2023-02-07T22:09:36.084Z] bab4dde63d76: Pull complete [2023-02-07T22:09:36.084Z] bde34c3a00c8: Pull complete [2023-02-07T22:09:36.343Z] b352a97aabf1: Pull complete [2023-02-07T22:09:36.344Z] 4872d77fe225: Pull complete [2023-02-07T22:09:36.344Z] 5851b861e8e6: Pull complete [2023-02-07T22:09:36.344Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-07T22:09:36.344Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T22:09:36.344Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:09:36.435Z] prd-ubuntu20.04-docker-8c-8g-4989 does not seem to be running inside a container [2023-02-07T22:09:36.473Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-07T22:09:39.041Z] $ docker top b837f0447ddcd70d4d15b762e5decfaa317c203ed647ab31cdc9efcc0116cb2a -eo pid,comm [2023-02-07T22:09:39.088Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-07T22:09:39.088Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T22:09:39.123Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T22:09:39.123Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T22:09:39.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T22:09:39.235Z] $ docker exec b837f0447ddcd70d4d15b762e5decfaa317c203ed647ab31cdc9efcc0116cb2a ssh-agent [2023-02-07T22:09:39.341Z] SSH_AUTH_SOCK=/tmp/ssh-UqIUCpQPkwbT/agent.33 [2023-02-07T22:09:39.341Z] SSH_AGENT_PID=39 [2023-02-07T22:09:39.348Z] Running ssh-add (command line suppressed) [2023-02-07T22:09:39.445Z] Identity added: /w/workspace/edgex-go/397@tmp/private_key_3136561013416675948.key (/w/workspace/edgex-go/397@tmp/private_key_3136561013416675948.key) [2023-02-07T22:09:39.455Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T22:09:39.744Z] + git tag --points-at HEAD [Pipeline] } [2023-02-07T22:09:39.759Z] $ docker exec --env ******** --env ******** b837f0447ddcd70d4d15b762e5decfaa317c203ed647ab31cdc9efcc0116cb2a ssh-agent -k [2023-02-07T22:09:39.850Z] unset SSH_AUTH_SOCK; [2023-02-07T22:09:39.853Z] unset SSH_AGENT_PID; [2023-02-07T22:09:39.853Z] echo Agent pid 39 killed; [2023-02-07T22:09:39.856Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-07T22:09:39.902Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T22:09:39.902Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T22:09:40.013Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T22:09:40.019Z] $ docker exec b837f0447ddcd70d4d15b762e5decfaa317c203ed647ab31cdc9efcc0116cb2a ssh-agent [2023-02-07T22:09:40.117Z] SSH_AUTH_SOCK=/tmp/ssh-cHUZou7dqnAE/agent.72 [2023-02-07T22:09:40.117Z] SSH_AGENT_PID=78 [2023-02-07T22:09:40.122Z] Running ssh-add (command line suppressed) [2023-02-07T22:09:40.221Z] Identity added: /w/workspace/edgex-go/397@tmp/private_key_8253512122602438756.key (/w/workspace/edgex-go/397@tmp/private_key_8253512122602438756.key) [2023-02-07T22:09:40.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T22:09:40.514Z] + git semver init [2023-02-07T22:09:40.774Z] 2023-02-07 22:09:40,716 [run_init] DEBUG init version:0.0.0 force:False [2023-02-07T22:09:40.774Z] 2023-02-07 22:09:40,717 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/397/.semver [2023-02-07T22:09:40.774Z] 2023-02-07 22:09:40,717 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/397/.semver [2023-02-07T22:09:40.774Z] 2023-02-07 22:09:40,718 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/397/.semver'], cwd=/w/workspace/edgex-go/397, universal_newlines=False, shell=None, istream=None) [2023-02-07T22:09:47.356Z] 2023-02-07 22:09:46,066 [append_file] DEBUG append to file:/w/workspace/edgex-go/397/.git/info/exclude [2023-02-07T22:09:47.356Z] 2023-02-07 22:09:46,067 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/397/.semver/main with force:False [2023-02-07T22:09:47.356Z] 2023-02-07 22:09:46,067 [read_version] DEBUG read version from /w/workspace/edgex-go/397/.semver/main [2023-02-07T22:09:47.356Z] 2023-02-07 22:09:46,067 [read_version] DEBUG read version from /w/workspace/edgex-go/397/.semver/main [2023-02-07T22:09:47.356Z] 3.0.0-dev.38 [Pipeline] } [2023-02-07T22:09:47.372Z] $ docker exec --env ******** --env ******** b837f0447ddcd70d4d15b762e5decfaa317c203ed647ab31cdc9efcc0116cb2a ssh-agent -k [2023-02-07T22:09:47.467Z] unset SSH_AUTH_SOCK; [2023-02-07T22:09:47.467Z] unset SSH_AGENT_PID; [2023-02-07T22:09:47.468Z] echo Agent pid 78 killed; [2023-02-07T22:09:47.474Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T22:09:47.774Z] + git semver [Pipeline] } [2023-02-07T22:09:48.053Z] $ docker stop --time=1 b837f0447ddcd70d4d15b762e5decfaa317c203ed647ab31cdc9efcc0116cb2a [2023-02-07T22:09:49.353Z] $ docker rm -f --volumes b837f0447ddcd70d4d15b762e5decfaa317c203ed647ab31cdc9efcc0116cb2a [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T22:09:49.689Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-07T22:09:49.894Z] Stashed 1 file(s) [Pipeline] echo [2023-02-07T22:09:49.898Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.38 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T22:09:50.308Z] + git config --global --add safe.directory /w/workspace/edgex-go/397 [Pipeline] echo [2023-02-07T22:09:50.321Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:09:50.335Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:09:50.341Z] ========================================================= [2023-02-07T22:09:50.341Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-07T22:09:50.341Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-07T22:09:50.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T22:09:50.628Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-07T22:09:50.628Z] 213ec9aee27d: Pulling fs layer [2023-02-07T22:09:50.628Z] 4583459ba037: Pulling fs layer [2023-02-07T22:09:50.628Z] 93c1e223e6f2: Pulling fs layer [2023-02-07T22:09:50.628Z] 53926ce57604: Pulling fs layer [2023-02-07T22:09:50.628Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-07T22:09:50.628Z] 22ff95d597cd: Pulling fs layer [2023-02-07T22:09:50.628Z] 12d6caf4c0d1: Pulling fs layer [2023-02-07T22:09:50.628Z] 96b7cbca73a9: Pulling fs layer [2023-02-07T22:09:50.628Z] a7acece74701: Pulling fs layer [2023-02-07T22:09:50.628Z] 12d6caf4c0d1: Waiting [2023-02-07T22:09:50.628Z] 53926ce57604: Waiting [2023-02-07T22:09:50.628Z] 96b7cbca73a9: Waiting [2023-02-07T22:09:50.628Z] 22ff95d597cd: Waiting [2023-02-07T22:09:50.628Z] a7acece74701: Waiting [2023-02-07T22:09:50.628Z] 21b2b0c7a3f4: Waiting [2023-02-07T22:09:50.628Z] 93c1e223e6f2: Verifying Checksum [2023-02-07T22:09:50.628Z] 93c1e223e6f2: Download complete [2023-02-07T22:09:50.628Z] 4583459ba037: Verifying Checksum [2023-02-07T22:09:50.628Z] 4583459ba037: Download complete [2023-02-07T22:09:50.628Z] 21b2b0c7a3f4: Download complete [2023-02-07T22:09:50.628Z] 22ff95d597cd: Download complete [2023-02-07T22:09:50.628Z] 213ec9aee27d: Verifying Checksum [2023-02-07T22:09:50.628Z] 213ec9aee27d: Download complete [2023-02-07T22:09:50.890Z] 12d6caf4c0d1: Download complete [2023-02-07T22:09:50.890Z] 213ec9aee27d: Pull complete [2023-02-07T22:09:51.165Z] 4583459ba037: Pull complete [2023-02-07T22:09:51.165Z] 93c1e223e6f2: Pull complete [2023-02-07T22:09:51.789Z] a7acece74701: Verifying Checksum [2023-02-07T22:09:51.789Z] a7acece74701: Download complete [2023-02-07T22:09:52.386Z] 53926ce57604: Verifying Checksum [2023-02-07T22:09:52.386Z] 53926ce57604: Download complete [2023-02-07T22:09:52.386Z] 96b7cbca73a9: Verifying Checksum [2023-02-07T22:09:52.386Z] 96b7cbca73a9: Download complete [2023-02-07T22:09:56.575Z] 53926ce57604: Pull complete [2023-02-07T22:09:56.575Z] 21b2b0c7a3f4: Pull complete [2023-02-07T22:09:56.575Z] 22ff95d597cd: Pull complete [2023-02-07T22:09:56.575Z] 12d6caf4c0d1: Pull complete [2023-02-07T22:09:58.473Z] 96b7cbca73a9: Pull complete [2023-02-07T22:09:59.039Z] a7acece74701: Pull complete [2023-02-07T22:09:59.040Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-07T22:09:59.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T22:09:59.040Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-07T22:09:59.333Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-07T22:09:59.334Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T22:09:59.334Z] WORKDIR /edgex [2023-02-07T22:09:59.334Z] COPY go.mod . [2023-02-07T22:09:59.334Z] RUN go mod download [2023-02-07T22:10:00.268Z] Sending build context to Docker daemon 170.1MB [2023-02-07T22:10:00.268Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T22:10:00.268Z] ---> db6d94c90886 [2023-02-07T22:10:00.268Z] Step 2/4 : WORKDIR /edgex [2023-02-07T22:10:04.985Z] Still waiting to schedule task [2023-02-07T22:10:04.985Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-07T22:10:05.552Z] ---> Running in bef0871b49b7 [2023-02-07T22:10:05.552Z] Removing intermediate container bef0871b49b7 [2023-02-07T22:10:05.552Z] ---> 78d03cf9494a [2023-02-07T22:10:05.552Z] Step 3/4 : COPY go.mod . [2023-02-07T22:10:05.552Z] ---> 26efb01e1e86 [2023-02-07T22:10:05.552Z] Step 4/4 : RUN go mod download [2023-02-07T22:10:05.552Z] ---> Running in f0688015ba72 [2023-02-07T22:10:20.428Z] Removing intermediate container f0688015ba72 [2023-02-07T22:10:20.428Z] ---> caada5d41d60 [2023-02-07T22:10:20.428Z] Successfully built caada5d41d60 [2023-02-07T22:10:20.428Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:10:20.733Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T22:10:20.733Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:10:20.800Z] prd-ubuntu20.04-docker-8c-8g-4989 does not seem to be running inside a container [2023-02-07T22:10:20.836Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-07T22:10:21.304Z] $ docker top fded0361bf061bcb262e607d34142b3a31182ee9a4aa8d2047716a314a6c2860 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:10:21.651Z] + go version [2023-02-07T22:10:21.651Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-07T22:10:21.666Z] $ docker stop --time=1 fded0361bf061bcb262e607d34142b3a31182ee9a4aa8d2047716a314a6c2860 [2023-02-07T22:10:22.933Z] $ docker rm -f --volumes fded0361bf061bcb262e607d34142b3a31182ee9a4aa8d2047716a314a6c2860 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:10:23.316Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T22:10:23.316Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:10:23.384Z] prd-ubuntu20.04-docker-8c-8g-4989 does not seem to be running inside a container [2023-02-07T22:10:23.418Z] $ 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/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-07T22:10:23.761Z] $ docker top a47a2b2abf5a046e0dd36458bad4507424005f0473a31fc7d9b4204323dc443b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-07T22:10:23.825Z] ========================================================= [2023-02-07T22:10:23.825Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-07T22:10:23.825Z] ========================================================= [Pipeline] sh [2023-02-07T22:10:24.101Z] + git config --global --add safe.directory /w/workspace/edgex-go/397 [Pipeline] fileExists [Pipeline] sh [2023-02-07T22:10:24.395Z] + make test [2023-02-07T22:10:24.395Z] go test -race -coverprofile=coverage.out ./... [2023-02-07T22:10:30.965Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-07T22:10:45.846Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-07T22:10:45.846Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-07T22:10:45.846Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-07T22:10:45.846Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-07T22:10:45.846Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-07T22:10:45.846Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-07T22:10:45.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-07T22:10:45.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-07T22:10:45.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-07T22:10:45.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-07T22:10:45.847Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-07T22:10:45.847Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-07T22:10:45.847Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-07T22:10:45.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-07T22:10:45.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.058s coverage: 28.7% of statements [2023-02-07T22:10:45.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-07T22:10:45.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-07T22:10:45.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.083s coverage: 98.5% of statements [2023-02-07T22:10:46.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.090s coverage: 43.1% of statements [2023-02-07T22:10:46.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-07T22:10:46.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-07T22:10:46.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-07T22:10:46.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.121s coverage: 54.0% of statements [2023-02-07T22:10:46.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-07T22:10:46.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-07T22:10:50.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.360s coverage: 89.2% of statements [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-07T22:10:50.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.082s coverage: 2.6% of statements [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-07T22:10:50.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.518s coverage: 95.6% of statements [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-07T22:10:50.549Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.116s coverage: 72.2% of statements [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-07T22:10:50.549Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 65.9% of statements [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-07T22:10:50.549Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.056s coverage: 0.9% of statements [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-07T22:10:50.549Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.067s coverage: 29.6% of statements [2023-02-07T22:10:50.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-07T22:10:50.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements [2023-02-07T22:10:50.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 82.9% of statements [2023-02-07T22:10:50.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.092s coverage: 94.1% of statements [2023-02-07T22:10:50.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements [2023-02-07T22:10:50.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2023-02-07T22:10:55.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements [2023-02-07T22:10:55.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.069s coverage: 44.8% of statements [2023-02-07T22:11:02.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.254s coverage: 79.9% of statements [2023-02-07T22:11:02.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.078s coverage: 86.9% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 77.4% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.0% of statements [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.237s coverage: 91.2% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 64.7% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 65.3% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.188s coverage: 41.8% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.075s coverage: 89.5% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.067s coverage: 84.8% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.090s coverage: 17.7% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.149s coverage: 92.3% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-07T22:11:05.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.120s coverage: 97.7% of statements [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-07T22:11:05.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-07T22:11:06.677Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-02-07T22:11:28.623Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-07T22:11:28.623Z] go vet ./... [2023-02-07T22:11:31.899Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T22:11:31.899Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T22:11:31.899Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-07T22:11:31.912Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-07T22:11:32.202Z] + ls -al . [2023-02-07T22:11:32.202Z] total 744 [2023-02-07T22:11:32.202Z] drwxrwxr-x 11 1001 1001 4096 Feb 7 22:10 . [2023-02-07T22:11:32.202Z] drwxr-xr-x 4 root root 4096 Feb 7 22:10 .. [2023-02-07T22:11:32.202Z] drwxrwxr-x 2 1001 1001 4096 Feb 7 22:09 .blubracket [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 16 Feb 7 22:09 .dockerignore [2023-02-07T22:11:32.202Z] drwxrwxr-x 8 1001 1001 4096 Feb 7 22:11 .git [2023-02-07T22:11:32.202Z] drwxrwxr-x 3 1001 1001 4096 Feb 7 22:09 .github [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 1024 Feb 7 22:09 .gitignore [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 42 Feb 7 22:09 .golangci.yml [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 87 Feb 7 22:09 .hadolint.yml [2023-02-07T22:11:32.202Z] drwxr-xr-x 3 1001 1001 4096 Feb 7 22:09 .semver [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 166 Feb 7 22:09 .sonarcloud.properties [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 1171 Feb 7 22:09 ADOPTERS.md [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 10825 Feb 7 22:09 Attribution.txt [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 73765 Feb 7 22:09 CHANGELOG.md [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 3804 Feb 7 22:09 CONTRIBUTING.md [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 677 Feb 7 22:09 GOVERNANCE.md [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 850 Feb 7 22:09 Jenkinsfile [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 10775 Feb 7 22:09 LICENSE [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 13375 Feb 7 22:09 Makefile [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 582 Feb 7 22:09 OWNERS.md [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 9403 Feb 7 22:09 README.md [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 6912 Feb 7 22:09 SECURITY.md [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 12 Feb 7 22:09 VERSION [2023-02-07T22:11:32.202Z] drwxrwxr-x 2 1001 1001 4096 Feb 7 22:09 bin [2023-02-07T22:11:32.202Z] drwxrwxr-x 17 1001 1001 4096 Feb 7 22:09 cmd [2023-02-07T22:11:32.202Z] -rw-r--r-- 1 root root 486191 Feb 7 22:11 coverage.out [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 3294 Feb 7 22:09 go.mod [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 34708 Feb 7 22:09 go.sum [2023-02-07T22:11:32.202Z] drwxrwxr-x 7 1001 1001 4096 Feb 7 22:09 internal [2023-02-07T22:11:32.202Z] drwxrwxr-x 3 1001 1001 4096 Feb 7 22:09 openapi [2023-02-07T22:11:32.202Z] drwxrwxr-x 4 1001 1001 4096 Feb 7 22:09 snap [2023-02-07T22:11:32.202Z] -rw-rw-r-- 1 1001 1001 204 Feb 7 22:09 version.go [Pipeline] sh [2023-02-07T22:11:32.491Z] + '[' -e coverage.out ] [2023-02-07T22:11:32.491Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-07T22:11:32.600Z] Stashed 1 file(s) [Pipeline] sh [2023-02-07T22:11:32.952Z] + make build [2023-02-07T22:11:32.952Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-07T22:11:45.274Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-07T22:11:46.653Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-07T22:11:47.589Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-07T22:11:48.156Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-07T22:11:56.261Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-07T22:11:56.519Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-07T22:11:57.897Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-07T22:11:58.831Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-07T22:11:59.779Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-07T22:12:00.344Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-07T22:12:02.875Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-07T22:12:03.824Z] $ docker stop --time=1 a47a2b2abf5a046e0dd36458bad4507424005f0473a31fc7d9b4204323dc443b [2023-02-07T22:12:07.441Z] $ docker rm -f --volumes a47a2b2abf5a046e0dd36458bad4507424005f0473a31fc7d9b4204323dc443b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:12:08.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-07T22:12:08.269Z] [2023-02-07T22:12:08.269Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:12:08.574Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-07T22:12:08.835Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-07T22:12:08.835Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-07T22:12:08.835Z] ca9280d653b3: Pulling fs layer [2023-02-07T22:12:08.835Z] 7e9c9ca2126c: Pulling fs layer [2023-02-07T22:12:08.835Z] cbdbe7a5bc2a: Download complete [2023-02-07T22:12:09.095Z] cbdbe7a5bc2a: Pull complete [2023-02-07T22:12:09.095Z] ca9280d653b3: Verifying Checksum [2023-02-07T22:12:09.095Z] ca9280d653b3: Download complete [2023-02-07T22:12:09.352Z] 7e9c9ca2126c: Download complete [2023-02-07T22:12:09.352Z] ca9280d653b3: Pull complete [2023-02-07T22:12:12.636Z] 7e9c9ca2126c: Pull complete [2023-02-07T22:12:12.637Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-07T22:12:12.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-07T22:12:12.637Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:12:12.720Z] prd-ubuntu20.04-docker-8c-8g-4989 does not seem to be running inside a container [2023-02-07T22:12:12.755Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-07T22:12:14.886Z] $ docker top dc7e3683ad98f732cd54f5a5524ef46859bd8dde19cfbf5561f85d0ade2edf94 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:12:15.213Z] + docker-compose build --help [2023-02-07T22:12:15.213Z] + grep parallel [2023-02-07T22:12:15.783Z] --parallel Build images in parallel. [Pipeline] } [2023-02-07T22:12:15.797Z] $ docker stop --time=1 dc7e3683ad98f732cd54f5a5524ef46859bd8dde19cfbf5561f85d0ade2edf94 [2023-02-07T22:12:17.037Z] $ docker rm -f --volumes dc7e3683ad98f732cd54f5a5524ef46859bd8dde19cfbf5561f85d0ade2edf94 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:12:17.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-07T22:12:17.404Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:12:17.472Z] prd-ubuntu20.04-docker-8c-8g-4989 does not seem to be running inside a container [2023-02-07T22:12:17.504Z] $ 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/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-07T22:12:17.825Z] $ docker top 77963919c0e0dcdb82a6a76905fe3f52017342c6ce79e96dc2809bf25a97636e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:12:18.154Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-07T22:12:18.720Z] Building core-command ... [2023-02-07T22:12:18.720Z] Building core-common-config-bootstrapper ... [2023-02-07T22:12:18.720Z] Building core-data ... [2023-02-07T22:12:18.720Z] Building core-metadata ... [2023-02-07T22:12:18.720Z] Building security-bootstrapper ... [2023-02-07T22:12:18.720Z] Building security-proxy-setup ... [2023-02-07T22:12:18.720Z] Building security-secretstore-setup ... [2023-02-07T22:12:18.720Z] Building security-spiffe-token-provider ... [2023-02-07T22:12:18.720Z] Building security-spire-agent ... [2023-02-07T22:12:18.720Z] Building security-spire-config ... [2023-02-07T22:12:18.720Z] Building security-spire-server ... [2023-02-07T22:12:18.720Z] Building support-notifications ... [2023-02-07T22:12:18.720Z] Building support-scheduler ... [2023-02-07T22:12:18.720Z] Building security-spiffe-token-provider [2023-02-07T22:12:18.720Z] Building security-proxy-setup [2023-02-07T22:12:18.720Z] Building security-spire-agent [2023-02-07T22:12:18.720Z] Building security-spire-config [2023-02-07T22:12:18.720Z] Building core-metadata [2023-02-07T22:12:28.691Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:12:28.691Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:12:28.691Z] ---> caada5d41d60 [2023-02-07T22:12:28.691Z] Step 3/21 : WORKDIR /edgex-go [2023-02-07T22:12:28.691Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:12:28.691Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:12:28.691Z] ---> caada5d41d60 [2023-02-07T22:12:28.691Z] Step 3/19 : WORKDIR /edgex-go [2023-02-07T22:12:28.949Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:12:28.949Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:12:28.949Z] ---> caada5d41d60 [2023-02-07T22:12:28.949Z] Step 3/24 : WORKDIR /edgex-go [2023-02-07T22:12:28.949Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:12:28.949Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:12:28.949Z] ---> caada5d41d60 [2023-02-07T22:12:28.949Z] Step 3/24 : WORKDIR /edgex-go [2023-02-07T22:12:30.326Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:12:30.326Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:12:30.326Z] ---> caada5d41d60 [2023-02-07T22:12:30.326Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:12:35.594Z] ---> Running in 60c2ba9b7434 [2023-02-07T22:12:35.594Z] ---> Running in 07ff0be3f3f0 [2023-02-07T22:12:35.594Z] ---> Running in 2d99b4e8ebc2 [2023-02-07T22:12:35.594Z] ---> Running in c7940648c87f [2023-02-07T22:12:35.594Z] ---> Running in d0155044cbe7 [2023-02-07T22:12:35.852Z] Removing intermediate container c7940648c87f [2023-02-07T22:12:35.852Z] ---> 7ebf99328434 [2023-02-07T22:12:35.852Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-07T22:12:35.852Z] Removing intermediate container 07ff0be3f3f0 [2023-02-07T22:12:35.852Z] ---> 3bc94d32c7d2 [2023-02-07T22:12:35.852Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-07T22:12:35.852Z] Removing intermediate container 60c2ba9b7434 [2023-02-07T22:12:35.852Z] ---> 57ea333fc92b [2023-02-07T22:12:35.852Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-07T22:12:35.852Z] Removing intermediate container 2d99b4e8ebc2 [2023-02-07T22:12:35.852Z] ---> ab4d3504a725 [2023-02-07T22:12:35.852Z] Step 4/24 : WORKDIR /edgex-go [2023-02-07T22:12:35.852Z] Removing intermediate container d0155044cbe7 [2023-02-07T22:12:35.852Z] ---> a8031c8e8d58 [2023-02-07T22:12:35.852Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-07T22:12:35.852Z] ---> Running in 75760eda608f [2023-02-07T22:12:35.852Z] ---> Running in 5ae0675cd60e [2023-02-07T22:12:35.852Z] ---> Running in a1c67cbeef75 [2023-02-07T22:12:35.852Z] ---> Running in c4fd22c052e5 [2023-02-07T22:12:35.852Z] ---> Running in bc18f7337055 [2023-02-07T22:12:36.114Z] Removing intermediate container c4fd22c052e5 [2023-02-07T22:12:36.114Z] ---> e2f0e4dceb5b [2023-02-07T22:12:36.114Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-07T22:12:36.114Z] ---> Running in 5dd48de6f1a8 [2023-02-07T22:12:36.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:12:36.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:12:36.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:12:36.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:12:36.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:12:36.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:12:36.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:12:36.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:12:36.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:12:36.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:12:36.885Z] OK: 211 MiB in 51 packages [2023-02-07T22:12:36.885Z] OK: 211 MiB in 51 packages [2023-02-07T22:12:36.885Z] OK: 211 MiB in 51 packages [2023-02-07T22:12:36.885Z] OK: 211 MiB in 51 packages [2023-02-07T22:12:36.885Z] v3.16.3-158-gc0082ecfbed [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-07T22:12:36.885Z] v3.16.3-151-gb476f155c74 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-07T22:12:36.885Z] OK: 17046 distinct packages available [2023-02-07T22:12:37.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:12:37.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:12:37.143Z] Removing intermediate container 5ae0675cd60e [2023-02-07T22:12:37.143Z] ---> 9eeb8f44cc98 [2023-02-07T22:12:37.143Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-07T22:12:37.403Z] OK: 211 MiB in 51 packages [2023-02-07T22:12:37.403Z] ---> a94dfd6e32f3 [2023-02-07T22:12:37.403Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:12:37.403Z] ---> Running in 5f3feb2086cd [2023-02-07T22:12:37.403Z] Removing intermediate container 75760eda608f [2023-02-07T22:12:37.403Z] ---> c1b5f0d1b213 [2023-02-07T22:12:37.403Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-07T22:12:37.403Z] Removing intermediate container a1c67cbeef75 [2023-02-07T22:12:37.403Z] ---> 6f43cc378b6f [2023-02-07T22:12:37.403Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-07T22:12:37.662Z] ---> bce0f27cc89d [2023-02-07T22:12:37.662Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:12:37.662Z] Removing intermediate container 5dd48de6f1a8 [2023-02-07T22:12:37.662Z] ---> 1e08bddadde1 [2023-02-07T22:12:37.662Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-07T22:12:37.662Z] ---> Running in b60ad650e535 [2023-02-07T22:12:37.662Z] ---> 8a0882e3c98d [2023-02-07T22:12:37.662Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:12:37.662Z] ---> Running in ffc337f10406 [2023-02-07T22:12:37.662Z] Removing intermediate container bc18f7337055 [2023-02-07T22:12:37.662Z] ---> e3bceb338045 [2023-02-07T22:12:37.662Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-07T22:12:37.662Z] ---> 12492854a2e0 [2023-02-07T22:12:37.922Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:12:37.922Z] ---> Running in 6363bccf329b [2023-02-07T22:12:37.922Z] ---> 74259b8e5aa4 [2023-02-07T22:12:37.922Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:12:37.922Z] ---> Running in a262688470f7 [2023-02-07T22:13:34.336Z] Removing intermediate container 5f3feb2086cd [2023-02-07T22:13:34.336Z] ---> 2f236b83ab2b [2023-02-07T22:13:34.336Z] Removing intermediate container b60ad650e535 [2023-02-07T22:13:34.336Z] Step 7/21 : COPY . . ---> 2a59c5f4c5ad [2023-02-07T22:13:34.336Z] [2023-02-07T22:13:34.336Z] Step 7/24 : COPY . . [2023-02-07T22:13:34.336Z] Removing intermediate container a262688470f7 [2023-02-07T22:13:34.336Z] ---> f68529675c90 [2023-02-07T22:13:34.336Z] Step 7/19 : COPY . . [2023-02-07T22:13:34.336Z] Removing intermediate container ffc337f10406 [2023-02-07T22:13:34.336Z] ---> 5eb80ad84a54 [2023-02-07T22:13:34.336Z] Step 7/24 : COPY . . [2023-02-07T22:13:34.336Z] Removing intermediate container 6363bccf329b [2023-02-07T22:13:34.336Z] ---> 67151f637691 [2023-02-07T22:13:34.336Z] Step 8/24 : COPY . . [2023-02-07T22:13:40.773Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4990 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-02-07T22:13:40.786Z] Running in /w/workspace/edgex-go/397 [Pipeline] { [Pipeline] checkout [2023-02-07T22:13:40.826Z] The recommended git tool is: git [2023-02-07T22:13:40.907Z] ---> aafe523f2701 [2023-02-07T22:13:40.907Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-07T22:13:40.907Z] ---> cac9cad1830e [2023-02-07T22:13:40.907Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-07T22:13:40.907Z] ---> 31a4bbe7d528 [2023-02-07T22:13:40.907Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-07T22:13:40.907Z] ---> Running in 2bc030eeaa52 [2023-02-07T22:13:40.907Z] ---> Running in a33cba5afba0 [2023-02-07T22:13:40.907Z] ---> Running in db848561b96c [2023-02-07T22:13:40.907Z] ---> ccafd42f826b [2023-02-07T22:13:40.907Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-07T22:13:40.907Z] ---> 34729fc23b48 [2023-02-07T22:13:40.907Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-07T22:13:40.907Z] ---> Running in fbc654a77013 [2023-02-07T22:13:40.907Z] ---> Running in 9b97ca5b9278 [2023-02-07T22:13:40.907Z] Removing intermediate container db848561b96c [2023-02-07T22:13:40.907Z] ---> 8b0c7cd04960 [2023-02-07T22:13:40.907Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-07T22:13:40.907Z] Removing intermediate container a33cba5afba0 [2023-02-07T22:13:40.907Z] ---> 1430379e1b42 [2023-02-07T22:13:40.907Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-07T22:13:40.907Z] ---> Running in c93c25a2cc3b [2023-02-07T22:13:40.907Z] ---> Running in 3500e774800e [2023-02-07T22:13:40.907Z] Removing intermediate container c93c25a2cc3b [2023-02-07T22:13:40.908Z] ---> eb7fab893afc [2023-02-07T22:13:40.908Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-07T22:13:40.908Z] Removing intermediate container 3500e774800e [2023-02-07T22:13:40.908Z] ---> 7c431f3a0941 [2023-02-07T22:13:40.908Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-07T22:13:40.908Z] ---> Running in aebe0ecbb9a8 [2023-02-07T22:13:40.908Z] ---> Running in aa660a6adf54 [2023-02-07T22:13:40.908Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-07T22:13:40.908Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-07T22:13:40.908Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-07T22:13:41.168Z] Removing intermediate container aa660a6adf54 [2023-02-07T22:13:41.168Z] ---> 03a2cbdd97e7 [2023-02-07T22:13:41.168Z] Step 11/24 : WORKDIR /edgex-go [2023-02-07T22:13:41.168Z] Removing intermediate container aebe0ecbb9a8 [2023-02-07T22:13:41.168Z] ---> 6509a9768202 [2023-02-07T22:13:41.168Z] Step 11/24 : WORKDIR /edgex-go [2023-02-07T22:13:41.168Z] ---> Running in 81dfe6d7eab7 [2023-02-07T22:13:41.168Z] ---> Running in 61f43d40e960 [2023-02-07T22:13:41.427Z] Removing intermediate container 61f43d40e960 [2023-02-07T22:13:41.427Z] ---> cb2b68dbaa52 [2023-02-07T22:13:41.427Z] [2023-02-07T22:13:41.427Z] Step 12/24 : FROM alpine:3.15 [2023-02-07T22:13:41.427Z] Removing intermediate container 81dfe6d7eab7 [2023-02-07T22:13:41.427Z] ---> 89385f33f04e [2023-02-07T22:13:41.427Z] [2023-02-07T22:13:41.427Z] Step 12/24 : FROM alpine:3.15 [2023-02-07T22:13:42.356Z] 3.15: Pulling from library/alpine [2023-02-07T22:13:42.356Z] 3.15: Pulling from library/alpine [2023-02-07T22:13:43.286Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-07T22:13:43.286Z] Status: Downloaded newer image for alpine:3.15 [2023-02-07T22:13:43.286Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-07T22:13:43.286Z] Status: Image is up to date for alpine:3.15 [2023-02-07T22:13:43.286Z] ---> c4fc93816858 [2023-02-07T22:13:43.286Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T22:13:43.286Z] ---> c4fc93816858 [2023-02-07T22:13:43.287Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T22:13:44.658Z] ---> Running in cd8aa6ff8cab [2023-02-07T22:13:44.658Z] ---> Running in 2e73b4e69943 [2023-02-07T22:13:44.658Z] Removing intermediate container 2e73b4e69943 [2023-02-07T22:13:44.658Z] ---> b581549c230a [2023-02-07T22:13:44.658Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-07T22:13:44.658Z] Removing intermediate container cd8aa6ff8cab [2023-02-07T22:13:44.658Z] ---> a1bc1663372c [2023-02-07T22:13:44.658Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-07T22:13:44.915Z] ---> Running in bc0d645dc504 [2023-02-07T22:13:44.915Z] ---> Running in 3d34d8744198 [2023-02-07T22:13:45.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:13:45.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:13:45.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:13:45.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:13:45.736Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T22:13:45.736Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T22:13:45.736Z] OK: 15859 distinct packages available [2023-02-07T22:13:45.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:13:45.994Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T22:13:45.994Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T22:13:45.994Z] OK: 15859 distinct packages available [2023-02-07T22:13:45.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:13:45.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:13:45.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:13:45.994Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-07T22:13:45.994Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-07T22:13:46.250Z] (3/4) Installing libucontext (1.1-r0) [2023-02-07T22:13:46.250Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-07T22:13:46.250Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T22:13:46.250Z] OK: 6 MiB in 18 packages [2023-02-07T22:13:46.250Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-07T22:13:46.250Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-07T22:13:46.250Z] (3/5) Installing libucontext (1.1-r0) [2023-02-07T22:13:46.250Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-07T22:13:46.250Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-07T22:13:46.250Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T22:13:46.250Z] OK: 7 MiB in 19 packages [2023-02-07T22:13:46.932Z] using credential edgex-jenkins-ssh [2023-02-07T22:13:46.955Z] Cloning the remote Git repository [2023-02-07T22:13:47.007Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-07T22:13:47.099Z] > git init /w/workspace/edgex-go/397 # timeout=10 [2023-02-07T22:13:47.277Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-07T22:13:47.279Z] > git --version # timeout=10 [2023-02-07T22:13:47.300Z] > git --version # 'git version 2.25.1' [2023-02-07T22:13:47.305Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T22:13:47.397Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T22:13:48.805Z] Removing intermediate container bc0d645dc504 [2023-02-07T22:13:48.805Z] ---> 8c820bf995fd [2023-02-07T22:13:48.805Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-07T22:13:48.805Z] Removing intermediate container 3d34d8744198 [2023-02-07T22:13:48.805Z] ---> 75178682aa08 [2023-02-07T22:13:48.806Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-07T22:13:55.435Z] ---> 038ff3771953 [2023-02-07T22:13:55.435Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-07T22:13:55.435Z] ---> c4769810db25 [2023-02-07T22:13:55.435Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-07T22:13:55.435Z] ---> f6d628e1517c [2023-02-07T22:13:55.435Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-07T22:13:56.849Z] ---> Running in 452c87f66c74 [2023-02-07T22:13:56.849Z] ---> a5af808cbc50 [2023-02-07T22:13:56.849Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-07T22:13:57.106Z] Removing intermediate container 452c87f66c74 [2023-02-07T22:13:57.106Z] ---> 04af632cede9 [2023-02-07T22:13:57.106Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-07T22:13:57.671Z] ---> 3d087fe0840f [2023-02-07T22:13:57.671Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-07T22:13:57.671Z] ---> f8937cc24108 [2023-02-07T22:13:57.671Z] Step 19/24 : WORKDIR / [2023-02-07T22:13:57.671Z] ---> Running in 9b511842ff50 [2023-02-07T22:13:57.930Z] Removing intermediate container 9b511842ff50 [2023-02-07T22:13:57.930Z] ---> d4d25d58328e [2023-02-07T22:13:57.930Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-07T22:13:58.188Z] ---> Running in 7172cac445a3 [2023-02-07T22:13:58.446Z] ---> c23da3714fc8 [2023-02-07T22:13:58.446Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-07T22:13:58.446Z] Removing intermediate container 7172cac445a3 [2023-02-07T22:13:58.446Z] ---> 50c1eb7fad19 [2023-02-07T22:13:58.446Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-07T22:13:58.708Z] ---> Running in c1cc2fed5b16 [2023-02-07T22:13:58.708Z] ---> 960f17ab1d1d [2023-02-07T22:13:58.708Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-07T22:13:58.970Z] ---> Running in aeed8b1884ff [2023-02-07T22:13:58.970Z] Removing intermediate container c1cc2fed5b16 [2023-02-07T22:13:58.970Z] ---> aea20c5234d5 [2023-02-07T22:13:58.970Z] Step 22/24 : LABEL arch=x86_64 [2023-02-07T22:13:59.228Z] ---> Running in 929a4f6b4ada [2023-02-07T22:13:59.228Z] Removing intermediate container aeed8b1884ff [2023-02-07T22:13:59.228Z] ---> 8c65ffd1eb3a [2023-02-07T22:13:59.228Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-07T22:13:59.228Z] ---> Running in 6a76d1abd6ca [2023-02-07T22:13:59.486Z] Removing intermediate container 6a76d1abd6ca [2023-02-07T22:13:59.486Z] ---> 63a10b006f5d [2023-02-07T22:13:59.486Z] Step 22/24 : LABEL arch=x86_64 [2023-02-07T22:13:59.486Z] Removing intermediate container 929a4f6b4ada [2023-02-07T22:13:59.486Z] ---> fb3aea35e94a [2023-02-07T22:13:59.486Z] Step 23/24 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:13:59.486Z] ---> Running in ee8427de7783 [2023-02-07T22:13:59.486Z] ---> Running in 47ef9f57e454 [2023-02-07T22:13:59.744Z] Removing intermediate container ee8427de7783 [2023-02-07T22:13:59.744Z] ---> 650084ad777d [2023-02-07T22:13:59.744Z] Step 23/24 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:14:00.002Z] ---> Running in b5e1fa8d0e17 [2023-02-07T22:14:00.002Z] Removing intermediate container 47ef9f57e454 [2023-02-07T22:14:00.002Z] ---> 5831c3038d26 [2023-02-07T22:14:00.002Z] Step 24/24 : LABEL version=3.0.0-dev.38 [2023-02-07T22:14:00.002Z] ---> Running in 7b469b5d340e [2023-02-07T22:14:00.259Z] Removing intermediate container b5e1fa8d0e17 [2023-02-07T22:14:00.259Z] ---> 5574d60a93ae [2023-02-07T22:14:00.259Z] Step 24/24 : LABEL version=3.0.0-dev.38 [2023-02-07T22:14:00.259Z] Removing intermediate container 7b469b5d340e [2023-02-07T22:14:00.259Z] ---> 5e7c87025376 [2023-02-07T22:14:00.259Z] [2023-02-07T22:14:00.259Z] ---> Running in b79b0ffa15b1 [2023-02-07T22:14:00.259Z] Successfully built 5e7c87025376 [2023-02-07T22:14:00.259Z] Successfully tagged security-spire-config:latest [2023-02-07T22:14:00.259Z] Building core-command [2023-02-07T22:14:00.516Z]  Building security-spire-config ... done Removing intermediate container b79b0ffa15b1 [2023-02-07T22:14:00.516Z] ---> e981ce33bfa4 [2023-02-07T22:14:00.516Z] [2023-02-07T22:14:00.516Z] Successfully built e981ce33bfa4 [2023-02-07T22:14:00.516Z] Successfully tagged security-spire-agent:latest [2023-02-07T22:14:00.516Z] Building support-scheduler [2023-02-07T22:14:03.795Z]  Building security-spire-agent ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-07T22:14:04.625Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-07T22:14:04.652Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T22:14:05.658Z] Avoid second fetch [2023-02-07T22:14:05.659Z] Checking out Revision a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 (main) [2023-02-07T22:14:05.692Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:14:05.692Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:14:05.693Z] ---> caada5d41d60 [2023-02-07T22:14:05.693Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:14:05.693Z] ---> Using cache [2023-02-07T22:14:05.693Z] ---> ab4d3504a725 [2023-02-07T22:14:05.693Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T22:14:05.693Z] ---> Using cache [2023-02-07T22:14:05.693Z] ---> e2f0e4dceb5b [2023-02-07T22:14:05.693Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-07T22:14:05.693Z] ---> Using cache [2023-02-07T22:14:05.693Z] ---> 1e08bddadde1 [2023-02-07T22:14:05.693Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T22:14:05.693Z] ---> Using cache [2023-02-07T22:14:05.693Z] ---> 12492854a2e0 [2023-02-07T22:14:05.693Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:14:05.693Z] ---> Using cache [2023-02-07T22:14:05.693Z] ---> 67151f637691 [2023-02-07T22:14:05.693Z] Step 8/22 : COPY . . [2023-02-07T22:14:05.693Z] ---> Using cache [2023-02-07T22:14:05.693Z] ---> ccafd42f826b [2023-02-07T22:14:05.693Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-07T22:14:06.453Z] Commit message: "fix: Add retry when calling HasConfiguration to wait for Consul (#4334)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T22:14:07.286Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-07T22:14:07.286Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T22:14:07.286Z] Dload Upload Total Spent Left Speed [2023-02-07T22:14:07.286Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 180k 0 --:--:-- --:--:-- --:--:-- 183k [2023-02-07T22:14:05.677Z] > git config core.sparsecheckout # timeout=10 [2023-02-07T22:14:05.704Z] > git checkout -f a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 # timeout=10 [Pipeline] sh [2023-02-07T22:14:07.917Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-07T22:14:08.252Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-07T22:14:08.252Z] + sudo tee /etc/docker/daemon.new [2023-02-07T22:14:08.252Z] { [2023-02-07T22:14:08.252Z] "registry-mirrors": [ [2023-02-07T22:14:08.252Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-07T22:14:08.252Z] ], [2023-02-07T22:14:08.252Z] "bip": "10.250.0.254/24", [2023-02-07T22:14:08.252Z] "hosts": [ [2023-02-07T22:14:08.252Z] "tcp://0.0.0.0:5555", [2023-02-07T22:14:08.252Z] "unix:///var/run/docker.sock" [2023-02-07T22:14:08.252Z] ], [2023-02-07T22:14:08.252Z] "mtu": 1458, [2023-02-07T22:14:08.252Z] "selinux-enabled": true, [2023-02-07T22:14:08.252Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-07T22:14:08.252Z] } [Pipeline] sh [2023-02-07T22:14:08.378Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:14:08.378Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:14:08.378Z] ---> caada5d41d60 [2023-02-07T22:14:08.378Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:14:08.378Z] ---> Using cache [2023-02-07T22:14:08.378Z] ---> ab4d3504a725 [2023-02-07T22:14:08.378Z] Step 4/23 : WORKDIR /edgex-go [2023-02-07T22:14:08.378Z] ---> Using cache [2023-02-07T22:14:08.378Z] ---> e2f0e4dceb5b [2023-02-07T22:14:08.378Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-07T22:14:08.378Z] ---> Using cache [2023-02-07T22:14:08.378Z] ---> 1e08bddadde1 [2023-02-07T22:14:08.378Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-07T22:14:08.378Z] ---> Using cache [2023-02-07T22:14:08.378Z] ---> 12492854a2e0 [2023-02-07T22:14:08.378Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:14:08.378Z] ---> Using cache [2023-02-07T22:14:08.378Z] ---> 67151f637691 [2023-02-07T22:14:08.378Z] Step 8/23 : COPY . . [2023-02-07T22:14:08.378Z] ---> Using cache [2023-02-07T22:14:08.378Z] ---> ccafd42f826b [2023-02-07T22:14:08.378Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-07T22:14:08.589Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-07T22:14:08.965Z] + sudo service docker restart [2023-02-07T22:14:13.642Z] ---> Running in cfb626c6ae2a [2023-02-07T22:14:13.642Z] ---> Running in 0c946d3dfe0d [2023-02-07T22:14:13.642Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-07T22:14:13.642Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-07T22:14:20.223Z] Removing intermediate container 2bc030eeaa52 [2023-02-07T22:14:20.223Z] ---> e76a84b3bd9a [2023-02-07T22:14:20.223Z] [2023-02-07T22:14:20.223Z] Step 9/21 : FROM alpine:3.16 [2023-02-07T22:14:20.223Z] 3.16: Pulling from library/alpine [2023-02-07T22:14:20.223Z] Removing intermediate container fbc654a77013 [2023-02-07T22:14:20.223Z] ---> 5dd4dbcd39e7 [2023-02-07T22:14:20.223Z] [2023-02-07T22:14:20.223Z] Step 10/24 : FROM alpine:3.16 [2023-02-07T22:14:20.223Z] Removing intermediate container 9b97ca5b9278 [2023-02-07T22:14:20.223Z] ---> 3cf2b9ada884 [2023-02-07T22:14:20.223Z] [2023-02-07T22:14:20.223Z] Step 9/19 : FROM alpine:3.15 [2023-02-07T22:14:20.223Z] ---> c4fc93816858 [2023-02-07T22:14:20.223Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T22:14:20.223Z] ---> Using cache [2023-02-07T22:14:20.223Z] ---> a1bc1663372c [2023-02-07T22:14:20.223Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-07T22:14:20.223Z] 3.16: Pulling from library/alpine [2023-02-07T22:14:20.223Z] ---> Running in fe4cd5eab50f [2023-02-07T22:14:20.791Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T22:14:20.791Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T22:14:20.791Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T22:14:20.791Z] Status: Image is up to date for alpine:3.16 [2023-02-07T22:14:20.791Z] ---> bfe296a52501 [2023-02-07T22:14:20.791Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-07T22:14:20.791Z] ---> bfe296a52501 [2023-02-07T22:14:20.791Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-07T22:14:21.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:14:21.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:14:21.049Z] ---> Running in 1018992df3e1 [2023-02-07T22:14:21.049Z] ---> Running in a39475d31eff [2023-02-07T22:14:21.309Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T22:14:21.309Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T22:14:21.309Z] OK: 15859 distinct packages available [2023-02-07T22:14:21.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:14:21.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:14:21.571Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-07T22:14:21.571Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-07T22:14:21.571Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-07T22:14:21.571Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-07T22:14:21.571Z] (5/9) Installing curl (7.80.0-r5) [2023-02-07T22:14:21.571Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-07T22:14:21.571Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-07T22:14:21.571Z] (8/9) Installing libucontext (1.1-r0) [2023-02-07T22:14:21.571Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-07T22:14:21.571Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T22:14:21.830Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T22:14:21.830Z] OK: 8 MiB in 23 packages [2023-02-07T22:14:22.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:14:22.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:14:22.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:14:22.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:14:23.019Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T22:14:23.019Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-07T22:14:23.019Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:14:23.019Z] OK: 6 MiB in 15 packages [2023-02-07T22:14:23.019Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-07T22:14:23.019Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-07T22:14:23.019Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-07T22:14:23.019Z] (5/6) Installing curl (7.83.1-r5) [2023-02-07T22:14:23.019Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-07T22:14:23.019Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:14:23.019Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T22:14:23.279Z] OK: 8 MiB in 20 packages [2023-02-07T22:14:23.537Z] Removing intermediate container fe4cd5eab50f [2023-02-07T22:14:23.537Z] ---> 8de43902f175 [2023-02-07T22:14:23.537Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:14:23.797Z] Removing intermediate container a39475d31eff [2023-02-07T22:14:23.797Z] ---> 7e8fccbbe02c [2023-02-07T22:14:23.797Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T22:14:23.797Z] ---> Running in 4d554781060b [2023-02-07T22:14:24.056Z] Removing intermediate container 1018992df3e1 [2023-02-07T22:14:24.056Z] ---> 246f3b5078d4 [2023-02-07T22:14:24.056Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-07T22:14:24.056Z] ---> ede553fc542d [2023-02-07T22:14:24.056Z] Removing intermediate container 4d554781060b [2023-02-07T22:14:24.056Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / ---> bb12085b279a [2023-02-07T22:14:24.056Z] [2023-02-07T22:14:24.056Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-07T22:14:24.333Z] ---> Running in 7be7894148c9 [2023-02-07T22:14:24.333Z] ---> Running in d0b0a5078f21 [2023-02-07T22:14:24.591Z] Removing intermediate container d0b0a5078f21 [2023-02-07T22:14:24.591Z] ---> 0af956b487c6 [2023-02-07T22:14:24.591Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-07T22:14:24.591Z] Removing intermediate container 7be7894148c9 [2023-02-07T22:14:24.591Z] ---> 4ab7e5120485 [2023-02-07T22:14:24.591Z] Step 12/21 : WORKDIR /edgex [2023-02-07T22:14:24.848Z] ---> Running in 2d61a799eb44 [2023-02-07T22:14:25.117Z] ---> Running in be455b15544d [2023-02-07T22:14:25.117Z] ---> 4ee8c9a79144 [2023-02-07T22:14:25.117Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-07T22:14:25.117Z] Removing intermediate container 2d61a799eb44 [2023-02-07T22:14:25.117Z] ---> e2ef3ad36a06 [2023-02-07T22:14:25.117Z] Step 15/24 : WORKDIR / [2023-02-07T22:14:25.374Z] ---> Running in 343516bee6e9 [2023-02-07T22:14:25.374Z] Removing intermediate container be455b15544d [2023-02-07T22:14:25.374Z] ---> 2addf7e7bf81 [2023-02-07T22:14:25.374Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-07T22:14:25.631Z] Removing intermediate container 343516bee6e9 [2023-02-07T22:14:25.631Z] ---> b5bee33076e5 [2023-02-07T22:14:25.631Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:14:25.631Z] ---> 6b6a35bd4534 [2023-02-07T22:14:25.631Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-07T22:14:25.631Z] ---> Running in 22db8a5ea186 [2023-02-07T22:14:25.889Z] ---> c09c4edd48ec [2023-02-07T22:14:25.889Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-07T22:14:26.152Z] ---> 9f6cba70ca18 [2023-02-07T22:14:26.152Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-07T22:14:26.152Z] Removing intermediate container 22db8a5ea186 [2023-02-07T22:14:26.152Z] ---> 98cca38aa5a3 [2023-02-07T22:14:26.152Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:14:26.410Z] ---> Running in 4d7b83b6e3fc [2023-02-07T22:14:26.975Z] ---> a3e894172366 [2023-02-07T22:14:26.975Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-07T22:14:27.238Z] Removing intermediate container 4d7b83b6e3fc [2023-02-07T22:14:27.238Z] ---> 0d021bfe819f [2023-02-07T22:14:27.238Z] Step 17/19 : LABEL arch=x86_64 [2023-02-07T22:14:27.238Z] ---> a199743d835c [2023-02-07T22:14:27.238Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-07T22:14:27.238Z] ---> Running in b4480ccc6cb7 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:14:27.266Z] provisioning config files... [2023-02-07T22:14:27.294Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/397@tmp/config15114736370129395560tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:14:27.654Z] ---> docker-login.sh [2023-02-07T22:14:27.654Z] nexus3.edgexfoundry.org:10001 [2023-02-07T22:14:28.170Z] Removing intermediate container b4480ccc6cb7 [2023-02-07T22:14:28.171Z] ---> 1992fc70d42f [2023-02-07T22:14:28.171Z] Step 18/19 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:14:28.171Z] ---> 8f238b9a20ea [2023-02-07T22:14:28.171Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-07T22:14:28.171Z] ---> 6108f3b4c57c [2023-02-07T22:14:28.171Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-07T22:14:28.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:14:28.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:14:28.243Z] Configure a credential helper to remove this warning. See [2023-02-07T22:14:28.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:14:28.243Z] [2023-02-07T22:14:28.243Z] Login Succeeded [2023-02-07T22:14:28.243Z] nexus3.edgexfoundry.org:10002 [2023-02-07T22:14:28.427Z] ---> Running in 6886375dd7df [2023-02-07T22:14:28.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:14:28.694Z] Removing intermediate container 6886375dd7df [2023-02-07T22:14:28.694Z] ---> abff3377e2da [2023-02-07T22:14:28.694Z] Step 19/19 : LABEL version=3.0.0-dev.38 [2023-02-07T22:14:28.694Z] ---> b828d4cc071b [2023-02-07T22:14:28.694Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-07T22:14:28.694Z] ---> Running in e50018cb69f2 [2023-02-07T22:14:28.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:14:28.781Z] Configure a credential helper to remove this warning. See [2023-02-07T22:14:28.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:14:28.781Z] [2023-02-07T22:14:28.781Z] Login Succeeded [2023-02-07T22:14:28.781Z] nexus3.edgexfoundry.org:10003 [2023-02-07T22:14:28.958Z] ---> d5d6efd70849 [2023-02-07T22:14:28.958Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-07T22:14:28.958Z] ---> Running in f26a398ab5dd [2023-02-07T22:14:28.958Z] ---> Running in 28f7f0a59f7f [2023-02-07T22:14:29.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:14:29.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:14:29.052Z] Configure a credential helper to remove this warning. See [2023-02-07T22:14:29.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:14:29.052Z] [2023-02-07T22:14:29.052Z] Login Succeeded [2023-02-07T22:14:29.052Z] nexus3.edgexfoundry.org:10004 [2023-02-07T22:14:29.216Z] Removing intermediate container e50018cb69f2 [2023-02-07T22:14:29.216Z] ---> 47a6701a8e6c [2023-02-07T22:14:29.216Z] [2023-02-07T22:14:29.216Z] Removing intermediate container f26a398ab5dd [2023-02-07T22:14:29.216Z] ---> 70ee9fc6dd5b [2023-02-07T22:14:29.216Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:14:29.216Z] Successfully built 47a6701a8e6c [2023-02-07T22:14:29.216Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-07T22:14:29.216Z] Building core-data [2023-02-07T22:14:29.216Z]  Building security-spiffe-token-provider ... done  ---> Running in 008e6117d9e3 [2023-02-07T22:14:29.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:14:29.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:14:29.323Z] Configure a credential helper to remove this warning. See [2023-02-07T22:14:29.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:14:29.323Z] [2023-02-07T22:14:29.323Z] Login Succeeded [2023-02-07T22:14:29.601Z] docker.io [2023-02-07T22:14:29.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:14:30.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:14:30.189Z] Configure a credential helper to remove this warning. See [2023-02-07T22:14:30.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:14:30.189Z] [2023-02-07T22:14:30.189Z] Login Succeeded [2023-02-07T22:14:30.189Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T22:14:30.203Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-07T22:14:30.803Z] + git config --global --add safe.directory /w/workspace/edgex-go/397 [Pipeline] echo [2023-02-07T22:14:30.823Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:14:30.839Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:14:30.848Z] ========================================================= [2023-02-07T22:14:30.848Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-07T22:14:30.848Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-07T22:14:31.177Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T22:14:31.451Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-07T22:14:31.451Z] 9b18e9b68314: Pulling fs layer [2023-02-07T22:14:31.451Z] 35d82f9e3411: Pulling fs layer [2023-02-07T22:14:31.451Z] e16973657156: Pulling fs layer [2023-02-07T22:14:31.451Z] fc693d55d65f: Pulling fs layer [2023-02-07T22:14:31.451Z] 7e9fc2657dce: Pulling fs layer [2023-02-07T22:14:31.451Z] dda99020689f: Pulling fs layer [2023-02-07T22:14:31.451Z] db1c61fa0a46: Pulling fs layer [2023-02-07T22:14:31.451Z] 891c053d2c06: Pulling fs layer [2023-02-07T22:14:31.451Z] fc693d55d65f: Waiting [2023-02-07T22:14:31.451Z] 7e9fc2657dce: Waiting [2023-02-07T22:14:31.451Z] dda99020689f: Waiting [2023-02-07T22:14:31.451Z] db1c61fa0a46: Waiting [2023-02-07T22:14:31.451Z] 891c053d2c06: Waiting [2023-02-07T22:14:31.451Z] e16973657156: Verifying Checksum [2023-02-07T22:14:31.451Z] e16973657156: Download complete [2023-02-07T22:14:31.451Z] 35d82f9e3411: Verifying Checksum [2023-02-07T22:14:31.451Z] 35d82f9e3411: Download complete [2023-02-07T22:14:31.451Z] 7e9fc2657dce: Verifying Checksum [2023-02-07T22:14:31.451Z] 7e9fc2657dce: Download complete [2023-02-07T22:14:31.451Z] dda99020689f: Verifying Checksum [2023-02-07T22:14:31.451Z] dda99020689f: Download complete [2023-02-07T22:14:31.451Z] 9b18e9b68314: Verifying Checksum [2023-02-07T22:14:31.451Z] 9b18e9b68314: Download complete [2023-02-07T22:14:32.451Z] 9b18e9b68314: Pull complete [2023-02-07T22:14:32.722Z] 891c053d2c06: Verifying Checksum [2023-02-07T22:14:32.722Z] 891c053d2c06: Download complete [2023-02-07T22:14:32.993Z] 35d82f9e3411: Pull complete [2023-02-07T22:14:33.265Z] e16973657156: Pull complete [2023-02-07T22:14:33.581Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:14:33.581Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:14:33.581Z] ---> caada5d41d60 [2023-02-07T22:14:33.581Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:14:33.581Z] ---> Using cache [2023-02-07T22:14:33.581Z] ---> ab4d3504a725 [2023-02-07T22:14:33.581Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T22:14:33.581Z] ---> Using cache [2023-02-07T22:14:33.581Z] ---> e2f0e4dceb5b [2023-02-07T22:14:33.581Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-07T22:14:33.581Z] ---> Using cache [2023-02-07T22:14:33.581Z] ---> 1e08bddadde1 [2023-02-07T22:14:33.581Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T22:14:33.581Z] ---> Using cache [2023-02-07T22:14:33.581Z] ---> 12492854a2e0 [2023-02-07T22:14:33.581Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:14:33.581Z] ---> Using cache [2023-02-07T22:14:33.581Z] ---> 67151f637691 [2023-02-07T22:14:33.581Z] Step 8/22 : COPY . . [2023-02-07T22:14:33.581Z] ---> Using cache [2023-02-07T22:14:33.581Z] ---> ccafd42f826b [2023-02-07T22:14:33.581Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-07T22:14:33.856Z] db1c61fa0a46: Download complete [2023-02-07T22:14:34.443Z] fc693d55d65f: Verifying Checksum [2023-02-07T22:14:34.443Z] fc693d55d65f: Download complete [2023-02-07T22:14:35.601Z] Removing intermediate container 008e6117d9e3 [2023-02-07T22:14:35.601Z] ---> c2d3aae2403e [2023-02-07T22:14:35.601Z] Step 22/24 : LABEL arch=x86_64 [2023-02-07T22:14:36.649Z] ---> Running in e2552f8c03cd [2023-02-07T22:14:36.649Z] ---> Running in eb4f7d16f34d [2023-02-07T22:14:36.649Z] Removing intermediate container eb4f7d16f34d [2023-02-07T22:14:36.649Z] ---> b646da1dac6c [2023-02-07T22:14:36.649Z] Step 23/24 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:14:36.649Z] ---> Running in aba339b37270 [2023-02-07T22:14:36.649Z] Removing intermediate container 28f7f0a59f7f [2023-02-07T22:14:36.649Z] ---> b8497c90a102 [2023-02-07T22:14:36.649Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-07T22:14:36.649Z] ---> Running in 4b380a083333 [2023-02-07T22:14:36.954Z] Removing intermediate container aba339b37270 [2023-02-07T22:14:36.954Z] ---> 9fbcf53c605f [2023-02-07T22:14:36.954Z] Step 24/24 : LABEL version=3.0.0-dev.38 [2023-02-07T22:14:36.954Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-07T22:14:36.954Z] Removing intermediate container 4b380a083333 [2023-02-07T22:14:36.954Z] ---> 678dfd3e7151 [2023-02-07T22:14:36.954Z] Step 19/21 : LABEL arch=x86_64 [2023-02-07T22:14:36.954Z] ---> Running in d61efaaa9959 [2023-02-07T22:14:37.212Z] ---> Running in a37ae87e1129 [2023-02-07T22:14:37.777Z] Removing intermediate container d61efaaa9959 [2023-02-07T22:14:37.777Z] ---> 5e4b335751ce [2023-02-07T22:14:37.777Z] [2023-02-07T22:14:37.778Z] Successfully built 5e4b335751ce [2023-02-07T22:14:38.344Z] Successfully tagged core-metadata:latest [2023-02-07T22:14:38.344Z]  Building core-metadata ... done Building security-bootstrapper [2023-02-07T22:14:38.344Z] Removing intermediate container a37ae87e1129 [2023-02-07T22:14:38.344Z] ---> d444b3f98563 [2023-02-07T22:14:38.344Z] Step 20/21 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:14:40.869Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:14:40.869Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:14:40.869Z] ---> caada5d41d60 [2023-02-07T22:14:40.869Z] Step 3/32 : WORKDIR /edgex-go [2023-02-07T22:14:40.869Z] ---> Using cache [2023-02-07T22:14:40.869Z] ---> a8031c8e8d58 [2023-02-07T22:14:40.869Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-07T22:14:43.392Z] ---> Running in 70e111f7d1e9 [2023-02-07T22:14:43.649Z] ---> Running in ab88ca2f995c [2023-02-07T22:14:43.649Z] Removing intermediate container 0c946d3dfe0d [2023-02-07T22:14:43.649Z] ---> 0cb1ed0c053e [2023-02-07T22:14:43.649Z] [2023-02-07T22:14:43.649Z] Step 10/23 : FROM alpine:3.16 [2023-02-07T22:14:43.649Z] ---> bfe296a52501 [2023-02-07T22:14:43.649Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-07T22:14:43.649Z] ---> Using cache [2023-02-07T22:14:43.649Z] ---> 7e8fccbbe02c [2023-02-07T22:14:43.649Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T22:14:43.649Z] ---> Using cache [2023-02-07T22:14:43.649Z] ---> bb12085b279a [2023-02-07T22:14:43.649Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-07T22:14:43.649Z] ---> Running in f1d943aa90b5 [2023-02-07T22:14:43.907Z] Removing intermediate container 70e111f7d1e9 [2023-02-07T22:14:43.907Z] ---> ee00e4b632c5 [2023-02-07T22:14:43.907Z] Step 21/21 : LABEL version=3.0.0-dev.38 [2023-02-07T22:14:43.907Z] ---> Running in be537ec30250 [2023-02-07T22:14:44.173Z] Removing intermediate container f1d943aa90b5 [2023-02-07T22:14:44.173Z] ---> 0d971179e3cb [2023-02-07T22:14:44.173Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-07T22:14:44.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:14:44.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:14:44.173Z] Removing intermediate container be537ec30250 [2023-02-07T22:14:44.173Z] ---> 69998f98babb [2023-02-07T22:14:44.173Z] [2023-02-07T22:14:44.429Z] Successfully built 69998f98babb [2023-02-07T22:14:44.429Z] Successfully tagged security-proxy-setup:latest [2023-02-07T22:14:44.429Z]  Building security-proxy-setup ... done  ---> Running in 1c59e8e3a764 [2023-02-07T22:14:44.429Z] Building support-notifications [2023-02-07T22:14:44.429Z] OK: 211 MiB in 51 packages [2023-02-07T22:14:46.764Z] fc693d55d65f: Pull complete [2023-02-07T22:14:46.764Z] 7e9fc2657dce: Pull complete [2023-02-07T22:14:46.764Z] dda99020689f: Pull complete [2023-02-07T22:14:47.719Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:14:47.719Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:14:47.719Z] ---> caada5d41d60 [2023-02-07T22:14:47.719Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:14:47.719Z] ---> Using cache [2023-02-07T22:14:47.719Z] ---> ab4d3504a725 [2023-02-07T22:14:47.719Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T22:14:47.719Z] ---> Using cache [2023-02-07T22:14:47.719Z] ---> e2f0e4dceb5b [2023-02-07T22:14:47.719Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-07T22:14:49.618Z] Removing intermediate container 1c59e8e3a764 [2023-02-07T22:14:49.618Z] ---> bca1edde15f2 [2023-02-07T22:14:49.618Z] Step 15/23 : WORKDIR / [2023-02-07T22:14:49.618Z] ---> Running in e2f3c95ee177 [2023-02-07T22:14:49.618Z] ---> Running in 4c61f9529dbe [2023-02-07T22:14:49.618Z] Removing intermediate container ab88ca2f995c [2023-02-07T22:14:49.618Z] ---> 41ad5b5b629e [2023-02-07T22:14:49.618Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-07T22:14:49.618Z] Removing intermediate container e2f3c95ee177 [2023-02-07T22:14:49.618Z] ---> 8e280857d8b5 [2023-02-07T22:14:49.618Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:14:49.618Z] Removing intermediate container cfb626c6ae2a [2023-02-07T22:14:49.618Z] ---> f9fafc5bd04c [2023-02-07T22:14:49.618Z] [2023-02-07T22:14:49.618Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T22:14:49.618Z] ---> bfe296a52501 [2023-02-07T22:14:49.618Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T22:14:49.618Z] ---> Using cache [2023-02-07T22:14:49.618Z] ---> 7e8fccbbe02c [2023-02-07T22:14:49.618Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T22:14:49.618Z] ---> Using cache [2023-02-07T22:14:49.618Z] ---> bb12085b279a [2023-02-07T22:14:49.618Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-07T22:14:49.883Z] ---> Running in 0c5f811c2ca5 [2023-02-07T22:14:49.883Z] Removing intermediate container 0c5f811c2ca5 [2023-02-07T22:14:49.883Z] ---> 2b5aa06c131f [2023-02-07T22:14:49.883Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-07T22:14:49.883Z] ---> Running in 8e4f019739c0 [2023-02-07T22:14:50.146Z] ---> 396ab450f85f [2023-02-07T22:14:50.146Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:14:50.146Z] ---> Running in 7e71df9aea8f [2023-02-07T22:14:50.146Z] ---> 6e1cfc7c9c6f [2023-02-07T22:14:50.146Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-07T22:14:50.146Z] Removing intermediate container 8e4f019739c0 [2023-02-07T22:14:50.146Z] ---> 350dffcc8c74 [2023-02-07T22:14:50.146Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:14:50.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:14:50.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:14:50.404Z] OK: 211 MiB in 51 packages [2023-02-07T22:14:50.404Z] ---> cc1c267d9d8b [2023-02-07T22:14:50.404Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-07T22:14:51.784Z] ---> 84c021cd718b [2023-02-07T22:14:51.784Z] ---> 9a9c81b6b6ca [2023-02-07T22:14:51.784Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.tomlStep 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-07T22:14:51.784Z] [2023-02-07T22:14:51.784Z] Removing intermediate container 4c61f9529dbe [2023-02-07T22:14:51.784Z] ---> ecd07f3bee90 [2023-02-07T22:14:51.784Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T22:14:51.784Z] ---> 197fb9ad6947 [2023-02-07T22:14:51.784Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-07T22:14:52.042Z] ---> Running in bb9ae7c6874e [2023-02-07T22:14:52.042Z] ---> 4796a7d5d42d [2023-02-07T22:14:52.042Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-07T22:14:52.042Z] ---> 8468a4f738d2 [2023-02-07T22:14:52.042Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:14:52.042Z] ---> Running in 6285f2165bfe [2023-02-07T22:14:52.042Z] ---> Running in e48b32f2946e [2023-02-07T22:14:52.042Z] Removing intermediate container bb9ae7c6874e [2023-02-07T22:14:52.042Z] ---> af065461e292 [2023-02-07T22:14:52.042Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:14:52.120Z] db1c61fa0a46: Pull complete [2023-02-07T22:14:52.305Z] ---> Running in ea30e1ffa8cc [2023-02-07T22:14:52.571Z] Removing intermediate container 6285f2165bfe [2023-02-07T22:14:52.571Z] ---> 46acf064f38c [2023-02-07T22:14:52.571Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:14:52.571Z] Removing intermediate container ea30e1ffa8cc [2023-02-07T22:14:52.571Z] ---> 6b4f022c3ee5 [2023-02-07T22:14:52.571Z] Step 21/23 : LABEL arch=x86_64 [2023-02-07T22:14:52.571Z] ---> Running in 0d940530a1ec [2023-02-07T22:14:52.571Z] ---> Running in 7874d8bb2c5b [2023-02-07T22:14:52.835Z] Removing intermediate container 0d940530a1ec [2023-02-07T22:14:52.835Z] ---> 0ab45ed166b5 [2023-02-07T22:14:52.835Z] Step 20/22 : LABEL arch=x86_64 [2023-02-07T22:14:52.835Z] ---> Running in 139b008704e7 [2023-02-07T22:14:53.092Z] Removing intermediate container 139b008704e7 [2023-02-07T22:14:53.092Z] ---> ac3050af7ade [2023-02-07T22:14:53.092Z] Step 21/22 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:14:53.092Z] Removing intermediate container 7874d8bb2c5b [2023-02-07T22:14:53.092Z] ---> c108d6961a53 [2023-02-07T22:14:53.092Z] Step 22/23 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:14:53.092Z] ---> Running in 900f05abfd6c [2023-02-07T22:14:53.092Z] ---> Running in 1c45b6439ce5 [2023-02-07T22:14:53.092Z] Removing intermediate container 900f05abfd6c [2023-02-07T22:14:53.092Z] ---> f2fc03ff51e4 [2023-02-07T22:14:53.092Z] Step 22/22 : LABEL version=3.0.0-dev.38 [2023-02-07T22:14:53.092Z] Removing intermediate container 1c45b6439ce5 [2023-02-07T22:14:53.092Z] ---> 941dc9012468 [2023-02-07T22:14:53.092Z] Step 23/23 : LABEL version=3.0.0-dev.38 [2023-02-07T22:14:53.352Z] ---> Running in 18fb5ed7735e [2023-02-07T22:14:53.352Z] ---> Running in 521d23a87a01 [2023-02-07T22:14:53.352Z] Removing intermediate container 521d23a87a01 [2023-02-07T22:14:53.352Z] ---> 6afbbb3364f7 [2023-02-07T22:14:53.352Z] [2023-02-07T22:14:53.352Z] Removing intermediate container 18fb5ed7735e [2023-02-07T22:14:53.352Z] ---> 563e2cce6ee2 [2023-02-07T22:14:53.352Z] [2023-02-07T22:14:53.610Z] Successfully built 563e2cce6ee2 [2023-02-07T22:14:53.610Z] Successfully built 6afbbb3364f7 [2023-02-07T22:14:53.610Z] Successfully tagged core-command:latest [2023-02-07T22:14:53.610Z]  Building core-command ... done Building security-secretstore-setup [2023-02-07T22:14:53.610Z] Successfully tagged support-scheduler:latest [2023-02-07T22:14:53.610Z]  Building support-scheduler ... done Building core-common-config-bootstrapper [2023-02-07T22:14:54.081Z] 891c053d2c06: Pull complete [2023-02-07T22:14:54.081Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-07T22:14:54.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T22:14:54.081Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-07T22:14:54.419Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T22:14:54.419Z] WORKDIR /edgex [2023-02-07T22:14:54.419Z] COPY go.mod . [2023-02-07T22:14:54.419Z] RUN go mod download+ [2023-02-07T22:14:54.419Z] docker build -t ci-base-image-arm64 -f - . [2023-02-07T22:14:55.005Z] Sending build context to Docker daemon 3.092MB [2023-02-07T22:14:55.005Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T22:14:55.005Z] ---> f96f9c87975a [2023-02-07T22:14:55.005Z] Step 2/4 : WORKDIR /edgex [2023-02-07T22:14:56.954Z] ---> Running in 7aec7822c266 [2023-02-07T22:14:57.223Z] Removing intermediate container 7aec7822c266 [2023-02-07T22:14:57.223Z] ---> 457c96dc5817 [2023-02-07T22:14:57.223Z] Step 3/4 : COPY go.mod . [2023-02-07T22:14:57.799Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:14:57.799Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:14:57.799Z] ---> caada5d41d60 [2023-02-07T22:14:57.799Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:14:57.799Z] ---> Using cache [2023-02-07T22:14:57.799Z] ---> ab4d3504a725 [2023-02-07T22:14:57.799Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T22:14:57.799Z] ---> Using cache [2023-02-07T22:14:57.799Z] ---> e2f0e4dceb5b [2023-02-07T22:14:57.799Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-07T22:14:57.799Z] ---> Using cache [2023-02-07T22:14:57.799Z] ---> 1e08bddadde1 [2023-02-07T22:14:57.799Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T22:14:57.799Z] ---> Using cache [2023-02-07T22:14:57.799Z] ---> 12492854a2e0 [2023-02-07T22:14:57.799Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:14:57.799Z] ---> Using cache [2023-02-07T22:14:57.799Z] ---> 67151f637691 [2023-02-07T22:14:57.799Z] Step 8/22 : COPY . . [2023-02-07T22:14:57.799Z] ---> Using cache [2023-02-07T22:14:57.799Z] ---> ccafd42f826b [2023-02-07T22:14:57.799Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-07T22:14:57.810Z] ---> 5c5e8c21d3e4 [2023-02-07T22:14:57.810Z] Step 4/4 : RUN go mod download [2023-02-07T22:14:57.810Z] ---> Running in 107cbf182a3b [2023-02-07T22:14:59.702Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:14:59.702Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:14:59.702Z] ---> caada5d41d60 [2023-02-07T22:14:59.702Z] Step 3/24 : WORKDIR /edgex-go [2023-02-07T22:14:59.702Z] ---> Using cache [2023-02-07T22:14:59.702Z] ---> a8031c8e8d58 [2023-02-07T22:14:59.702Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-07T22:14:59.702Z] ---> Using cache [2023-02-07T22:14:59.702Z] ---> 41ad5b5b629e [2023-02-07T22:14:59.702Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-07T22:14:59.702Z] ---> Using cache [2023-02-07T22:14:59.702Z] ---> 396ab450f85f [2023-02-07T22:14:59.702Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:15:02.984Z] ---> Running in 92ff4cafbc64 [2023-02-07T22:15:02.984Z] ---> Running in 7f2e545322ad [2023-02-07T22:15:02.984Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-07T22:15:04.889Z] Removing intermediate container e2552f8c03cd [2023-02-07T22:15:04.889Z] ---> 308ac02956d6 [2023-02-07T22:15:04.889Z] [2023-02-07T22:15:04.889Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T22:15:04.889Z] ---> bfe296a52501 [2023-02-07T22:15:04.889Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-07T22:15:04.889Z] ---> Running in 0a03535ffe94 [2023-02-07T22:15:04.889Z] Removing intermediate container 0a03535ffe94 [2023-02-07T22:15:04.889Z] ---> e770f8de72da [2023-02-07T22:15:04.889Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-07T22:15:04.889Z] ---> Running in 29be92f5ced2 [2023-02-07T22:15:04.889Z] Removing intermediate container 29be92f5ced2 [2023-02-07T22:15:04.889Z] ---> 646d84ccca26 [2023-02-07T22:15:04.889Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-07T22:15:04.889Z] ---> Running in a283a64d59b7 [2023-02-07T22:15:05.148Z] Removing intermediate container a283a64d59b7 [2023-02-07T22:15:05.148Z] ---> ccf6047e58b0 [2023-02-07T22:15:05.148Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T22:15:05.148Z] ---> Running in 4d3521c73248 [2023-02-07T22:15:05.406Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:15:05.664Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:15:06.239Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T22:15:06.239Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:15:06.239Z] OK: 6 MiB in 15 packages [2023-02-07T22:15:12.798Z] Removing intermediate container 4d3521c73248 [2023-02-07T22:15:12.798Z] ---> a6bbb1de55d0 [2023-02-07T22:15:12.798Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:15:15.330Z] ---> 5202570e50c1 [2023-02-07T22:15:15.330Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-07T22:15:17.889Z] ---> 6d2419061c80 [2023-02-07T22:15:17.889Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-07T22:15:19.299Z] ---> fecf65389bbd [2023-02-07T22:15:19.299Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-07T22:15:19.579Z] ---> Running in cc6a623b67ab [2023-02-07T22:15:19.838Z] Removing intermediate container cc6a623b67ab [2023-02-07T22:15:19.838Z] ---> 46077ee4b3e9 [2023-02-07T22:15:19.838Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:15:19.838Z] ---> Running in db57ae91dc48 [2023-02-07T22:15:20.098Z] Removing intermediate container 7e71df9aea8f [2023-02-07T22:15:20.098Z] ---> c87351afa949 [2023-02-07T22:15:20.098Z] Step 7/32 : COPY . . [2023-02-07T22:15:20.098Z] Removing intermediate container db57ae91dc48 [2023-02-07T22:15:20.098Z] ---> 7c45c5c45803 [2023-02-07T22:15:20.098Z] Step 20/22 : LABEL arch=x86_64 [2023-02-07T22:15:20.671Z] ---> Running in 30e12ca91766 [2023-02-07T22:15:24.872Z] Removing intermediate container 30e12ca91766 [2023-02-07T22:15:24.872Z] ---> 4ec0e25a429c [2023-02-07T22:15:24.872Z] Step 21/22 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:15:25.132Z] ---> Running in 60ea34f164ab [2023-02-07T22:15:25.132Z] ---> 229045f51153 [2023-02-07T22:15:25.132Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-07T22:15:25.399Z] Removing intermediate container 60ea34f164ab [2023-02-07T22:15:25.399Z] ---> 0b6292b1862f [2023-02-07T22:15:25.399Z] Step 22/22 : LABEL version=3.0.0-dev.38 [2023-02-07T22:15:25.399Z] ---> Running in 10e7f597520a [2023-02-07T22:15:25.399Z] ---> Running in 8eb31cd8dae4 [2023-02-07T22:15:25.668Z] Removing intermediate container e48b32f2946e [2023-02-07T22:15:25.668Z] ---> 18bcc37b3b92 [2023-02-07T22:15:25.668Z] Step 8/22 : COPY . . [2023-02-07T22:15:25.668Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-07T22:15:25.925Z] Removing intermediate container 8eb31cd8dae4 [2023-02-07T22:15:25.925Z] ---> 3491a6d31d6e [2023-02-07T22:15:25.925Z] [2023-02-07T22:15:25.925Z] Successfully built 3491a6d31d6e [2023-02-07T22:15:25.925Z] Successfully tagged core-data:latest [2023-02-07T22:15:25.925Z] Building security-spire-server [2023-02-07T22:15:31.186Z]  Building core-data ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:15:31.186Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:15:31.186Z] ---> caada5d41d60 [2023-02-07T22:15:31.186Z] Step 3/23 : WORKDIR /edgex-go [2023-02-07T22:15:31.186Z] ---> Using cache [2023-02-07T22:15:31.186Z] ---> a8031c8e8d58 [2023-02-07T22:15:31.186Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-07T22:15:33.084Z] Removing intermediate container 107cbf182a3b [2023-02-07T22:15:33.084Z] ---> abdd7e64582b [2023-02-07T22:15:33.084Z] Successfully built abdd7e64582b [2023-02-07T22:15:33.084Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:15:33.428Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T22:15:33.428Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:15:33.625Z] prd-ubuntu20.04-docker-arm64-4c-16g-4990 does not seem to be running inside a container [2023-02-07T22:15:33.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-07T22:15:34.943Z] $ docker top 9fe2df6ef1a0da30b341b42711acb1e64fb2de4f81e400899a70c9f6a83275b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:15:35.778Z] + go version [2023-02-07T22:15:35.778Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-07T22:15:35.794Z] $ docker stop --time=1 9fe2df6ef1a0da30b341b42711acb1e64fb2de4f81e400899a70c9f6a83275b7 [2023-02-07T22:15:37.463Z] $ docker rm -f --volumes 9fe2df6ef1a0da30b341b42711acb1e64fb2de4f81e400899a70c9f6a83275b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:15:38.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-07T22:15:38.063Z] [2023-02-07T22:15:38.063Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:15:38.418Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-07T22:15:38.418Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-07T22:15:38.418Z] 29e5d40040c1: Pulling fs layer [2023-02-07T22:15:38.418Z] 1ce36da41761: Pulling fs layer [2023-02-07T22:15:38.418Z] 25b303627fd3: Pulling fs layer [2023-02-07T22:15:38.689Z] 29e5d40040c1: Verifying Checksum [2023-02-07T22:15:38.962Z] 1ce36da41761: Verifying Checksum [2023-02-07T22:15:38.962Z] 1ce36da41761: Download complete [2023-02-07T22:15:39.242Z] 29e5d40040c1: Pull complete [2023-02-07T22:15:39.288Z] ---> fa63ed280e65 [2023-02-07T22:15:39.288Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-07T22:15:39.288Z] Removing intermediate container 7f2e545322ad [2023-02-07T22:15:39.288Z] ---> 6e5727a46faa [2023-02-07T22:15:39.288Z] [2023-02-07T22:15:39.288Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T22:15:39.288Z] ---> bfe296a52501 [2023-02-07T22:15:39.288Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-07T22:15:39.288Z] ---> Running in 4c0bf01a343a [2023-02-07T22:15:39.288Z] ---> Running in f762e13f6903 [2023-02-07T22:15:39.288Z] ---> Running in fdf5f4172b7d [2023-02-07T22:15:39.288Z] Removing intermediate container fdf5f4172b7d [2023-02-07T22:15:39.288Z] ---> 43b9926bac15 [2023-02-07T22:15:39.288Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T22:15:39.288Z] ---> Running in 28a83ac7359a [2023-02-07T22:15:39.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:15:39.288Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-07T22:15:39.546Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:15:39.546Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:15:39.546Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:15:39.804Z] OK: 211 MiB in 51 packages [2023-02-07T22:15:39.804Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T22:15:39.804Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:15:39.804Z] OK: 6 MiB in 15 packages [2023-02-07T22:15:40.659Z] 25b303627fd3: Verifying Checksum [2023-02-07T22:15:40.659Z] 25b303627fd3: Download complete [2023-02-07T22:15:40.659Z] 1ce36da41761: Pull complete [2023-02-07T22:15:45.065Z] Removing intermediate container 4c0bf01a343a [2023-02-07T22:15:45.065Z] ---> 6bb2d7ebb16c [2023-02-07T22:15:45.065Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-07T22:15:45.065Z] Removing intermediate container 28a83ac7359a [2023-02-07T22:15:45.065Z] ---> 24dec07e8264 [2023-02-07T22:15:45.065Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:15:45.323Z] Removing intermediate container 92ff4cafbc64 [2023-02-07T22:15:45.323Z] ---> e5ab4a1578b4 [2023-02-07T22:15:45.323Z] Step 7/24 : COPY . . [2023-02-07T22:15:46.281Z] ---> a9ca7606ce42 [2023-02-07T22:15:46.281Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:15:50.744Z] 25b303627fd3: Pull complete [2023-02-07T22:15:50.744Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-07T22:15:50.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-07T22:15:50.744Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:15:50.949Z] prd-ubuntu20.04-docker-arm64-4c-16g-4990 does not seem to be running inside a container [2023-02-07T22:15:51.016Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-07T22:15:52.851Z] ---> 3239a9c48bde [2023-02-07T22:15:52.851Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-07T22:15:52.851Z] ---> Running in 0497aa0cab0f [2023-02-07T22:15:52.851Z] ---> 451dc48c0bad [2023-02-07T22:15:52.851Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-07T22:15:52.851Z] Removing intermediate container 10e7f597520a [2023-02-07T22:15:52.851Z] ---> 19e275280f5d [2023-02-07T22:15:52.851Z] [2023-02-07T22:15:52.851Z] Step 9/32 : FROM alpine:3.16 [2023-02-07T22:15:52.851Z] ---> bfe296a52501 [2023-02-07T22:15:52.851Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T22:15:52.851Z] ---> Running in 0a4ba18b72ce [2023-02-07T22:15:52.851Z] ---> Running in 8ebfd0acf70c [2023-02-07T22:15:52.851Z] ---> 214a1a2dfc1d [2023-02-07T22:15:52.851Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-07T22:15:52.851Z] Removing intermediate container 8ebfd0acf70c [2023-02-07T22:15:52.851Z] ---> bb8339e47208 [2023-02-07T22:15:52.851Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-07T22:15:52.851Z] ---> Running in 307d0d368663 [2023-02-07T22:15:52.851Z] ---> 29fee07bd425 [2023-02-07T22:15:52.851Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-07T22:15:53.109Z] ---> b0de90e20538 [2023-02-07T22:15:53.109Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-07T22:15:53.109Z] ---> Running in 20a9b9df99bd [2023-02-07T22:15:53.109Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-07T22:15:53.353Z] $ docker top e73b98d2600b0300aa3b33df8d7c9654cf90b6e2dab66aead8ca00fc52e4b502 -eo pid,comm [2023-02-07T22:15:53.366Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:15:53.366Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2023-02-07T22:15:53.623Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-07T22:15:53.623Z] (2/2) Installing su-exec (0.2-r1) [2023-02-07T22:15:53.623Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:15:53.623Z] OK: 6 MiB in 16 packages [2023-02-07T22:15:54.188Z] Removing intermediate container 20a9b9df99bd [2023-02-07T22:15:54.188Z] ---> 80326b141efe [2023-02-07T22:15:54.188Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-07T22:15:54.190Z] + docker-compose build --help [2023-02-07T22:15:54.190Z] + grep parallel [2023-02-07T22:15:54.445Z] ---> Running in 48de44dd122b [2023-02-07T22:15:54.445Z] Removing intermediate container 307d0d368663 [2023-02-07T22:15:54.445Z] ---> e5c6c82d1f18 [2023-02-07T22:15:54.445Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-07T22:15:54.445Z] Removing intermediate container 48de44dd122b [2023-02-07T22:15:54.445Z] ---> 751cbf3389e5 [2023-02-07T22:15:54.445Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-07T22:15:54.445Z] ---> Running in 40de79f06070 [2023-02-07T22:15:54.445Z] ---> Running in f9fa7d94129b [2023-02-07T22:15:54.702Z] Removing intermediate container f9fa7d94129b [2023-02-07T22:15:54.702Z] ---> ca8756c8bfe9 [2023-02-07T22:15:54.702Z] Step 20/22 : LABEL arch=x86_64 [2023-02-07T22:15:54.702Z] Removing intermediate container 40de79f06070 [2023-02-07T22:15:54.702Z] ---> f1e5268b2eb2 [2023-02-07T22:15:54.702Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-07T22:15:54.702Z] ---> Running in 0b243770b03b [2023-02-07T22:15:54.702Z] ---> Running in de2f7dd0d8ef [2023-02-07T22:15:54.960Z] Removing intermediate container 0b243770b03b [2023-02-07T22:15:54.960Z] ---> dc59e3692452 [2023-02-07T22:15:54.960Z] Step 21/22 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:15:54.960Z] ---> Running in 58014ced577e [2023-02-07T22:15:54.960Z] Removing intermediate container de2f7dd0d8ef [2023-02-07T22:15:54.960Z] ---> 247fbb097b0a [2023-02-07T22:15:54.960Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-07T22:15:54.960Z] Removing intermediate container 58014ced577e [2023-02-07T22:15:54.960Z] ---> d44bd73c98e4 [2023-02-07T22:15:54.960Z] Step 22/22 : LABEL version=3.0.0-dev.38 [2023-02-07T22:15:54.960Z] ---> Running in 4a4371dfaa47 [2023-02-07T22:15:54.960Z] ---> Running in 9af0238de589 [2023-02-07T22:15:55.238Z] Removing intermediate container 4a4371dfaa47 [2023-02-07T22:15:55.238Z] ---> 2466ea4c904b [2023-02-07T22:15:55.238Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-07T22:15:55.238Z] ---> Running in 14d997fd40da [2023-02-07T22:15:55.238Z] Removing intermediate container 9af0238de589 [2023-02-07T22:15:55.238Z] ---> 63fa0978605a [2023-02-07T22:15:55.238Z] [2023-02-07T22:15:55.238Z] Successfully built 63fa0978605a [2023-02-07T22:15:55.520Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-07T22:15:55.777Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 14d997fd40da [2023-02-07T22:15:55.777Z] ---> d7cb4876b0de [2023-02-07T22:15:55.777Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-07T22:15:55.777Z] ---> Running in a7f2f05c3aa1 [2023-02-07T22:15:56.712Z] Removing intermediate container a7f2f05c3aa1 [2023-02-07T22:15:56.712Z] ---> a1b46f45de71 [2023-02-07T22:15:56.712Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-07T22:15:56.712Z] ---> Running in 755dbf273533 [2023-02-07T22:15:56.712Z] Removing intermediate container 755dbf273533 [2023-02-07T22:15:56.712Z] ---> b763011503f4 [2023-02-07T22:15:56.712Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-07T22:15:57.299Z] ---> c7192fc6531e [2023-02-07T22:15:57.299Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-07T22:15:57.299Z] ---> Running in 439a8abd8893 [2023-02-07T22:15:59.546Z] --parallel Build images in parallel. [Pipeline] } [2023-02-07T22:15:59.563Z] $ docker stop --time=1 e73b98d2600b0300aa3b33df8d7c9654cf90b6e2dab66aead8ca00fc52e4b502 [2023-02-07T22:15:59.824Z] Removing intermediate container 439a8abd8893 [2023-02-07T22:15:59.824Z] ---> 3319b70f4851 [2023-02-07T22:15:59.824Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:16:00.083Z] ---> 272e9d6b523c [2023-02-07T22:16:00.083Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-07T22:16:01.298Z] $ docker rm -f --volumes e73b98d2600b0300aa3b33df8d7c9654cf90b6e2dab66aead8ca00fc52e4b502 [2023-02-07T22:16:01.452Z] ---> 3ab70f68463d [2023-02-07T22:16:01.452Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:01.708Z] ---> 9b949b844d9c [2023-02-07T22:16:01.709Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-07T22:16:01.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-07T22:16:01.876Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:16:02.082Z] prd-ubuntu20.04-docker-arm64-4c-16g-4990 does not seem to be running inside a container [2023-02-07T22:16:02.152Z] $ 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/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-07T22:16:02.280Z] ---> e3e87022f3a2 [2023-02-07T22:16:02.280Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-07T22:16:02.280Z] ---> 155e816ed427 [2023-02-07T22:16:02.280Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-07T22:16:02.537Z] ---> 440d4d0b0f8f [2023-02-07T22:16:02.537Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-07T22:16:02.814Z] ---> 290cce27ff05 [2023-02-07T22:16:02.814Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-07T22:16:03.072Z] ---> Running in 8ac71ed57ea3 [2023-02-07T22:16:03.428Z] $ docker top 7c7680f0c5b374279f9905ec64af35d2603bb021e6fde5678684424046d1dc4c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:16:04.292Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-07T22:16:06.362Z] Removing intermediate container 8ac71ed57ea3 [2023-02-07T22:16:06.362Z] ---> 903dc8c4f0b1 [2023-02-07T22:16:06.362Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-07T22:16:06.362Z] ---> Running in a49258af824a [2023-02-07T22:16:06.362Z] Removing intermediate container f762e13f6903 [2023-02-07T22:16:06.362Z] ---> c7cc7f917cbe [2023-02-07T22:16:06.362Z] [2023-02-07T22:16:06.362Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T22:16:06.362Z] ---> bfe296a52501 [2023-02-07T22:16:06.362Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-07T22:16:06.362Z] ---> Running in 844fdea22e5f [2023-02-07T22:16:06.362Z] Removing intermediate container a49258af824a [2023-02-07T22:16:06.362Z] ---> bb3f635ba99e [2023-02-07T22:16:06.362Z] Step 29/32 : CMD ["gate"] [2023-02-07T22:16:06.362Z] ---> Running in 4b8d043e2b92 [2023-02-07T22:16:06.619Z] Removing intermediate container 4b8d043e2b92 [2023-02-07T22:16:06.619Z] ---> 5cabb7878168 [2023-02-07T22:16:06.619Z] Step 30/32 : LABEL arch=x86_64 [2023-02-07T22:16:06.619Z] ---> Running in 234dc404910c [2023-02-07T22:16:06.619Z] Removing intermediate container 234dc404910c [2023-02-07T22:16:06.619Z] ---> 87e743296e74 [2023-02-07T22:16:06.619Z] Step 31/32 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:06.619Z] ---> Running in 8d1d89789cab [2023-02-07T22:16:06.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:16:06.877Z] Removing intermediate container 8d1d89789cab [2023-02-07T22:16:06.877Z] ---> ba1f87da15b5 [2023-02-07T22:16:06.877Z] Step 32/32 : LABEL version=3.0.0-dev.38 [2023-02-07T22:16:06.877Z] ---> Running in bed1e4c8583d [2023-02-07T22:16:06.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:16:07.134Z] Removing intermediate container bed1e4c8583d [2023-02-07T22:16:07.134Z] ---> 44cc709224cf [2023-02-07T22:16:07.134Z] [2023-02-07T22:16:07.134Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-07T22:16:07.134Z] Successfully built 44cc709224cf [2023-02-07T22:16:07.134Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-07T22:16:07.134Z] Successfully tagged security-bootstrapper:latest [2023-02-07T22:16:07.134Z]  Building security-bootstrapper ... done Executing busybox-1.35.0-r17.trigger [2023-02-07T22:16:07.134Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T22:16:07.393Z] OK: 6 MiB in 16 packages [2023-02-07T22:16:09.295Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-07T22:16:09.637Z] Building core-command ... [2023-02-07T22:16:09.637Z] Building core-common-config-bootstrapper ... [2023-02-07T22:16:09.637Z] Building core-data ... [2023-02-07T22:16:09.637Z] Building core-metadata ... [2023-02-07T22:16:09.637Z] Building security-bootstrapper ... [2023-02-07T22:16:09.637Z] Building security-proxy-setup ... [2023-02-07T22:16:09.637Z] Building security-secretstore-setup ... [2023-02-07T22:16:09.637Z] Building security-spiffe-token-provider ... [2023-02-07T22:16:09.637Z] Building security-spire-agent ... [2023-02-07T22:16:09.637Z] Building security-spire-config ... [2023-02-07T22:16:09.637Z] Building security-spire-server ... [2023-02-07T22:16:09.637Z] Building support-notifications ... [2023-02-07T22:16:09.637Z] Building support-scheduler ... [2023-02-07T22:16:09.637Z] Building security-spire-config [2023-02-07T22:16:09.637Z] Building security-secretstore-setup [2023-02-07T22:16:09.637Z] Building security-spiffe-token-provider [2023-02-07T22:16:09.637Z] Building security-spire-agent [2023-02-07T22:16:09.637Z] Building support-scheduler [2023-02-07T22:16:09.863Z] Removing intermediate container 844fdea22e5f [2023-02-07T22:16:09.863Z] ---> 2b9ba59c5dbb [2023-02-07T22:16:09.863Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T22:16:10.816Z] ---> Running in 4ee61487f050 [2023-02-07T22:16:11.074Z] Removing intermediate container 4ee61487f050 [2023-02-07T22:16:11.074Z] ---> aaefae4325fb [2023-02-07T22:16:11.074Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-07T22:16:11.332Z] ---> Running in f548bffed384 [2023-02-07T22:16:11.897Z] Removing intermediate container f548bffed384 [2023-02-07T22:16:11.897Z] ---> 088401b46659 [2023-02-07T22:16:11.897Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-07T22:16:11.897Z] ---> Running in b0b18af6cb90 [2023-02-07T22:16:12.462Z] Removing intermediate container b0b18af6cb90 [2023-02-07T22:16:12.462Z] ---> d74ee9c77871 [2023-02-07T22:16:12.462Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:16:13.832Z] Removing intermediate container 0a4ba18b72ce [2023-02-07T22:16:13.833Z] ---> 94a6d8ff737a [2023-02-07T22:16:13.833Z] [2023-02-07T22:16:13.833Z] Step 9/24 : FROM alpine:3.16 [2023-02-07T22:16:13.833Z] ---> bfe296a52501 [2023-02-07T22:16:13.833Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-07T22:16:13.833Z] ---> 5f21f0aa09b5 [2023-02-07T22:16:13.833Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-07T22:16:13.833Z] ---> Running in 69aa779ca473 [2023-02-07T22:16:14.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:16:14.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:16:14.348Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-07T22:16:14.348Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-07T22:16:14.348Z] (3/3) Installing su-exec (0.2-r1) [2023-02-07T22:16:14.348Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:16:14.348Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T22:16:14.348Z] OK: 6 MiB in 17 packages [2023-02-07T22:16:15.728Z] ---> 6a5e31ce3a9b [2023-02-07T22:16:15.728Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-07T22:16:16.294Z] ---> 2fcc774af23c [2023-02-07T22:16:16.294Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-07T22:16:16.294Z] ---> Running in a3a25ae757fc [2023-02-07T22:16:16.294Z] Removing intermediate container 69aa779ca473 [2023-02-07T22:16:16.294Z] ---> 5aa02e832bb8 [2023-02-07T22:16:16.294Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-07T22:16:16.294Z] ---> Running in f4576cd70860 [2023-02-07T22:16:16.294Z] Removing intermediate container a3a25ae757fc [2023-02-07T22:16:16.294Z] ---> de456019bb08 [2023-02-07T22:16:16.294Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:16:16.552Z] Removing intermediate container f4576cd70860 [2023-02-07T22:16:16.552Z] ---> 14fba772ef58 [2023-02-07T22:16:16.552Z] Step 12/24 : WORKDIR / [2023-02-07T22:16:16.552Z] ---> Running in e05a7f477f3f [2023-02-07T22:16:16.552Z] ---> Running in c5b7a1fcc80f [2023-02-07T22:16:16.552Z] Removing intermediate container e05a7f477f3f [2023-02-07T22:16:16.552Z] ---> ab0dba6f0eb3 [2023-02-07T22:16:16.552Z] Step 20/22 : LABEL arch=x86_64 [2023-02-07T22:16:16.811Z] ---> Running in 8a97c0c12153 [2023-02-07T22:16:16.811Z] Removing intermediate container c5b7a1fcc80f [2023-02-07T22:16:16.811Z] ---> 5cb2ea36cf98 [2023-02-07T22:16:16.811Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-07T22:16:16.811Z] Removing intermediate container 8a97c0c12153 [2023-02-07T22:16:16.811Z] ---> 157c93783dc8 [2023-02-07T22:16:16.811Z] Step 21/22 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:17.090Z] ---> Running in 22b352e1cc60 [2023-02-07T22:16:17.090Z] ---> fa51b8cc8552 [2023-02-07T22:16:17.090Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-07T22:16:17.350Z] Removing intermediate container 22b352e1cc60 [2023-02-07T22:16:17.350Z] ---> 64cf873a612e [2023-02-07T22:16:17.350Z] Step 22/22 : LABEL version=3.0.0-dev.38 [2023-02-07T22:16:17.350Z] ---> Running in c68c727eb989 [2023-02-07T22:16:17.350Z] ---> aca55b30162d [2023-02-07T22:16:17.350Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-07T22:16:17.350Z] Removing intermediate container c68c727eb989 [2023-02-07T22:16:17.350Z] ---> 12e84fcee64c [2023-02-07T22:16:17.350Z] [2023-02-07T22:16:17.607Z] ---> 6fac7f0cd226 [2023-02-07T22:16:17.607Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-07T22:16:17.607Z] Successfully built 12e84fcee64c [2023-02-07T22:16:17.607Z] Successfully tagged support-notifications:latest [2023-02-07T22:16:17.607Z]  Building support-notifications ... done  ---> 0edcc67b1f89 [2023-02-07T22:16:17.607Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-07T22:16:18.176Z] ---> 8a5f5b695159 [2023-02-07T22:16:18.176Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-07T22:16:18.744Z] Removing intermediate container 0497aa0cab0f [2023-02-07T22:16:18.744Z] ---> 0d143adbafbf [2023-02-07T22:16:18.744Z] Step 7/23 : COPY . . [2023-02-07T22:16:21.958Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:16:21.958Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:16:21.958Z] ---> abdd7e64582b [2023-02-07T22:16:21.958Z] Step 3/24 : WORKDIR /edgex-go [2023-02-07T22:16:21.958Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:16:21.958Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:16:21.958Z] ---> abdd7e64582b [2023-02-07T22:16:21.958Z] Step 3/24 : WORKDIR /edgex-go [2023-02-07T22:16:21.958Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:16:21.958Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:16:21.958Z] ---> abdd7e64582b [2023-02-07T22:16:21.958Z] Step 3/24 : WORKDIR /edgex-go [2023-02-07T22:16:21.958Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:16:21.958Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:16:21.958Z] ---> abdd7e64582b [2023-02-07T22:16:21.958Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:16:21.958Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:16:21.958Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:16:21.958Z] ---> abdd7e64582b [2023-02-07T22:16:21.958Z] Step 3/19 : WORKDIR /edgex-go [2023-02-07T22:16:21.958Z] ---> Running in d94f4f15d5ae [2023-02-07T22:16:21.958Z] ---> Running in 479c5b43997b [2023-02-07T22:16:21.958Z] ---> Running in 086180093ac7 [2023-02-07T22:16:21.958Z] ---> Running in 48feb52db408 [2023-02-07T22:16:21.958Z] ---> Running in 3d7bdaf744b0 [2023-02-07T22:16:22.557Z] Removing intermediate container 48feb52db408 [2023-02-07T22:16:22.557Z] ---> 3fd95c60a1ed [2023-02-07T22:16:22.557Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T22:16:22.557Z] Removing intermediate container d94f4f15d5ae [2023-02-07T22:16:22.557Z] ---> 3c08c89d8152 [2023-02-07T22:16:22.557Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-07T22:16:22.557Z] ---> Running in e6b8fdfafee3 [2023-02-07T22:16:22.557Z] Removing intermediate container 086180093ac7 [2023-02-07T22:16:22.557Z] ---> 8c7210ae5c01 [2023-02-07T22:16:22.557Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-07T22:16:22.557Z] ---> Running in e5a956dc0826 [2023-02-07T22:16:22.557Z] Removing intermediate container 479c5b43997b [2023-02-07T22:16:22.557Z] ---> 305fcb685cf1 [2023-02-07T22:16:22.557Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-07T22:16:22.557Z] Removing intermediate container 3d7bdaf744b0 [2023-02-07T22:16:22.557Z] ---> dd1f9fd3521e [2023-02-07T22:16:22.557Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-07T22:16:22.824Z] ---> Running in 717a64746353 [2023-02-07T22:16:22.824Z] ---> Running in 324f12c97df9 [2023-02-07T22:16:23.020Z] ---> 5ffea509915b [2023-02-07T22:16:23.020Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-07T22:16:23.020Z] ---> 307180c9c0b3 [2023-02-07T22:16:23.020Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-07T22:16:23.020Z] ---> Running in 6b7754721468 [2023-02-07T22:16:23.020Z] ---> 7ba736a837a5 [2023-02-07T22:16:23.020Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-07T22:16:23.020Z] Removing intermediate container 6b7754721468 [2023-02-07T22:16:23.020Z] ---> ee6f2f0b03c5 [2023-02-07T22:16:23.020Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-07T22:16:23.020Z] ---> Running in 80dcd1963e26 [2023-02-07T22:16:23.020Z] ---> Running in af4727b4c193 [2023-02-07T22:16:23.020Z] Removing intermediate container af4727b4c193 [2023-02-07T22:16:23.020Z] ---> 1e6a5ef70023 [2023-02-07T22:16:23.020Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-07T22:16:23.020Z] ---> Running in 52083daddac9 [2023-02-07T22:16:23.091Z] ---> Running in 16e38d9179da [2023-02-07T22:16:23.586Z] Removing intermediate container 80dcd1963e26 [2023-02-07T22:16:23.586Z] ---> 7d352cbd769e [2023-02-07T22:16:23.586Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-07T22:16:23.586Z] ---> Running in eb8d79527567 [2023-02-07T22:16:23.692Z] Removing intermediate container e6b8fdfafee3 [2023-02-07T22:16:23.692Z] ---> 9c7cb05d07e8 [2023-02-07T22:16:23.692Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-07T22:16:23.692Z] ---> Running in 403ee1b42f6a [2023-02-07T22:16:23.844Z] Removing intermediate container eb8d79527567 [2023-02-07T22:16:23.844Z] ---> 1801b098a047 [2023-02-07T22:16:23.844Z] Step 22/24 : LABEL arch=x86_64 [2023-02-07T22:16:23.844Z] ---> Running in 2babecde7929 [2023-02-07T22:16:23.844Z] Removing intermediate container 52083daddac9 [2023-02-07T22:16:23.844Z] ---> 77207d55051a [2023-02-07T22:16:23.844Z] Step 11/23 : WORKDIR /edgex-go [2023-02-07T22:16:23.844Z] ---> Running in 30c98f9ff808 [2023-02-07T22:16:23.844Z] Removing intermediate container 2babecde7929 [2023-02-07T22:16:23.844Z] ---> 80c2ba7bc5f2 [2023-02-07T22:16:23.844Z] Step 23/24 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:23.844Z] ---> Running in e7b600596aed [2023-02-07T22:16:23.844Z] Removing intermediate container 30c98f9ff808 [2023-02-07T22:16:23.844Z] ---> 6beeb1c2b163 [2023-02-07T22:16:23.844Z] [2023-02-07T22:16:23.844Z] Step 12/23 : FROM alpine:3.15 [2023-02-07T22:16:23.844Z] ---> c4fc93816858 [2023-02-07T22:16:23.844Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T22:16:23.844Z] ---> Using cache [2023-02-07T22:16:23.844Z] ---> a1bc1663372c [2023-02-07T22:16:23.844Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-07T22:16:23.844Z] ---> Using cache [2023-02-07T22:16:23.844Z] ---> 75178682aa08 [2023-02-07T22:16:23.844Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-07T22:16:23.844Z] Removing intermediate container e7b600596aed [2023-02-07T22:16:23.844Z] ---> 3a7cc86869fc [2023-02-07T22:16:23.844Z] Step 24/24 : LABEL version=3.0.0-dev.38 [2023-02-07T22:16:23.844Z] ---> Running in 783539bd1159 [2023-02-07T22:16:24.101Z] Removing intermediate container 783539bd1159 [2023-02-07T22:16:24.101Z] ---> 0ff3f1f85155 [2023-02-07T22:16:24.101Z] [2023-02-07T22:16:24.101Z] Successfully built 0ff3f1f85155 [2023-02-07T22:16:24.101Z] Successfully tagged security-secretstore-setup:latest [2023-02-07T22:16:25.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:16:25.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:16:25.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:16:25.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:16:25.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:16:25.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:16:25.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:16:25.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:16:26.214Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:16:26.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:16:26.626Z]  Building security-secretstore-setup ... done  ---> d183733f568e [2023-02-07T22:16:26.626Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-07T22:16:26.626Z] ---> 2e1e7701558c [2023-02-07T22:16:26.626Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-07T22:16:26.626Z] ---> 4c2751315b20 [2023-02-07T22:16:26.627Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-07T22:16:26.627Z] ---> d8cb43e2319c [2023-02-07T22:16:26.627Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-07T22:16:26.627Z] ---> Running in f105032224aa [2023-02-07T22:16:26.627Z] Removing intermediate container f105032224aa [2023-02-07T22:16:26.627Z] ---> 818654f31a26 [2023-02-07T22:16:26.627Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-07T22:16:26.627Z] ---> Running in b64855b63996 [2023-02-07T22:16:26.627Z] Removing intermediate container b64855b63996 [2023-02-07T22:16:26.627Z] ---> 48a241899250 [2023-02-07T22:16:26.627Z] Step 21/23 : LABEL arch=x86_64 [2023-02-07T22:16:26.627Z] ---> Running in f135909560a2 [2023-02-07T22:16:26.760Z] OK: 221 MiB in 51 packages [2023-02-07T22:16:26.760Z] v3.16.3-158-gc0082ecfbed [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-07T22:16:26.760Z] v3.16.3-151-gb476f155c7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-07T22:16:26.760Z] OK: 16903 distinct packages available [2023-02-07T22:16:26.885Z] Removing intermediate container f135909560a2 [2023-02-07T22:16:26.885Z] ---> d234f0a1e48c [2023-02-07T22:16:26.885Z] Step 22/23 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:26.885Z] ---> Running in 01cdabf89c45 [2023-02-07T22:16:26.885Z] Removing intermediate container 01cdabf89c45 [2023-02-07T22:16:26.885Z] ---> 7ff9b5766c56 [2023-02-07T22:16:26.885Z] Step 23/23 : LABEL version=3.0.0-dev.38 [2023-02-07T22:16:26.885Z] ---> Running in 60f4891315b0 [2023-02-07T22:16:26.885Z] Removing intermediate container 60f4891315b0 [2023-02-07T22:16:26.885Z] ---> 1fdf0c5c8292 [2023-02-07T22:16:26.885Z] [2023-02-07T22:16:27.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:16:27.040Z] OK: 221 MiB in 51 packages [2023-02-07T22:16:27.142Z] Successfully built 1fdf0c5c8292 [2023-02-07T22:16:27.142Z] Successfully tagged security-spire-server:latest [2023-02-07T22:16:27.148Z]  Building security-spire-server ... done  [Pipeline] } [2023-02-07T22:16:27.152Z] $ docker stop --time=1 77963919c0e0dcdb82a6a76905fe3f52017342c6ce79e96dc2809bf25a97636e [2023-02-07T22:16:27.631Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:16:27.907Z] OK: 221 MiB in 51 packages [2023-02-07T22:16:28.181Z] OK: 221 MiB in 51 packages [2023-02-07T22:16:28.449Z] Removing intermediate container e5a956dc0826 [2023-02-07T22:16:28.449Z] ---> 56988e55dfd8 [2023-02-07T22:16:28.449Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-07T22:16:28.450Z] $ docker rm -f --volumes 77963919c0e0dcdb82a6a76905fe3f52017342c6ce79e96dc2809bf25a97636e [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T22:16:28.781Z] + docker images [2023-02-07T22:16:28.781Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-07T22:16:28.781Z] security-spire-server latest 1fdf0c5c8292 2 seconds ago 86.5MB [2023-02-07T22:16:28.781Z] 6beeb1c2b163 5 seconds ago 1.55GB [2023-02-07T22:16:28.781Z] security-secretstore-setup latest 0ff3f1f85155 5 seconds ago 29.9MB [2023-02-07T22:16:28.781Z] support-notifications latest 12e84fcee64c 11 seconds ago 30.6MB [2023-02-07T22:16:28.781Z] 94a6d8ff737a 16 seconds ago 1.67GB [2023-02-07T22:16:28.781Z] security-bootstrapper latest 44cc709224cf 22 seconds ago 20.3MB [2023-02-07T22:16:28.781Z] c7cc7f917cbe 23 seconds ago 1.75GB [2023-02-07T22:16:28.781Z] core-common-config-bootstrapper latest 63fa0978605a 33 seconds ago 15.5MB [2023-02-07T22:16:28.781Z] 19e275280f5d 38 seconds ago 1.67GB [2023-02-07T22:16:28.781Z] 6e5727a46faa About a minute ago 1.68GB [2023-02-07T22:16:28.781Z] core-data latest 3491a6d31d6e About a minute ago 17.9MB [2023-02-07T22:16:28.781Z] 308ac02956d6 About a minute ago 1.69GB [2023-02-07T22:16:28.781Z] core-command latest 563e2cce6ee2 About a minute ago 17.7MB [2023-02-07T22:16:28.781Z] support-scheduler latest 6afbbb3364f7 About a minute ago 30MB [2023-02-07T22:16:28.781Z] f9fafc5bd04c About a minute ago 1.75GB [2023-02-07T22:16:28.781Z] security-proxy-setup latest 69998f98babb About a minute ago 27.8MB [2023-02-07T22:16:28.781Z] 0cb1ed0c053e About a minute ago 1.68GB [2023-02-07T22:16:28.781Z] core-metadata latest 5e4b335751ce About a minute ago 18.4MB [2023-02-07T22:16:28.781Z] security-spiffe-token-provider latest 47a6701a8e6c 2 minutes ago 29.8MB [2023-02-07T22:16:28.781Z] 3cf2b9ada884 2 minutes ago 1.71GB [2023-02-07T22:16:28.781Z] 5dd4dbcd39e7 2 minutes ago 1.69GB [2023-02-07T22:16:28.781Z] e76a84b3bd9a 2 minutes ago 1.67GB [2023-02-07T22:16:28.781Z] security-spire-agent latest e981ce33bfa4 2 minutes ago 125MB [2023-02-07T22:16:28.781Z] security-spire-config latest 5e7c87025376 2 minutes ago 85.8MB [2023-02-07T22:16:28.781Z] cb2b68dbaa52 2 minutes ago 1.55GB [2023-02-07T22:16:28.781Z] 89385f33f04e 2 minutes ago 1.55GB [2023-02-07T22:16:28.781Z] ci-base-image-x86_64 latest caada5d41d60 6 minutes ago 904MB [2023-02-07T22:16:28.781Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-02-07T22:16:28.781Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-07T22:16:28.781Z] alpine 3.15 c4fc93816858 6 months ago 5.59MB [2023-02-07T22:16:28.781Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-07T22:16:28.781Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:16:28.890Z] provisioning config files... [2023-02-07T22:16:28.899Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/397@tmp/config3112223921711910395tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:16:29.038Z] OK: 221 MiB in 51 packages [2023-02-07T22:16:29.194Z] ---> docker-login.sh [2023-02-07T22:16:29.195Z] nexus3.edgexfoundry.org:10001 [2023-02-07T22:16:29.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:16:29.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:16:29.195Z] Configure a credential helper to remove this warning. See [2023-02-07T22:16:29.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:16:29.195Z] [2023-02-07T22:16:29.195Z] Login Succeeded [2023-02-07T22:16:29.195Z] nexus3.edgexfoundry.org:10002 [2023-02-07T22:16:29.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:16:29.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:16:29.195Z] Configure a credential helper to remove this warning. See [2023-02-07T22:16:29.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:16:29.195Z] [2023-02-07T22:16:29.195Z] Login Succeeded [2023-02-07T22:16:29.195Z] nexus3.edgexfoundry.org:10003 [2023-02-07T22:16:29.314Z] Removing intermediate container 324f12c97df9 [2023-02-07T22:16:29.314Z] ---> 0ac0811b510e [2023-02-07T22:16:29.314Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-07T22:16:29.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:16:29.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:16:29.452Z] Configure a credential helper to remove this warning. See [2023-02-07T22:16:29.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:16:29.452Z] [2023-02-07T22:16:29.452Z] Login Succeeded [2023-02-07T22:16:29.452Z] nexus3.edgexfoundry.org:10004 [2023-02-07T22:16:29.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:16:29.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:16:29.452Z] Configure a credential helper to remove this warning. See [2023-02-07T22:16:29.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:16:29.453Z] [2023-02-07T22:16:29.453Z] Login Succeeded [2023-02-07T22:16:29.453Z] docker.io [2023-02-07T22:16:29.580Z] Removing intermediate container 16e38d9179da [2023-02-07T22:16:29.580Z] ---> b8e32ef552ce [2023-02-07T22:16:29.580Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-07T22:16:29.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:16:29.848Z] Removing intermediate container 403ee1b42f6a [2023-02-07T22:16:29.848Z] ---> bd5cfbdd236d [2023-02-07T22:16:29.848Z] ---> 6ad84d589e49 [2023-02-07T22:16:29.848Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T22:16:29.848Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:16:29.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:16:29.971Z] Configure a credential helper to remove this warning. See [2023-02-07T22:16:29.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:16:29.971Z] [2023-02-07T22:16:29.971Z] Login Succeeded [2023-02-07T22:16:29.971Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T22:16:29.978Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:16:30.005Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:16:30.028Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-07T22:16:30.028Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:30.028Z] latest [2023-02-07T22:16:30.028Z] 3.0.0-dev.38 [2023-02-07T22:16:30.028Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:30.028Z] main [2023-02-07T22:16:30.028Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:30.117Z] ---> Running in 769dcdbc2bd2 [2023-02-07T22:16:30.343Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:30.650Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:30.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-07T22:16:30.650Z] c64d4c561c95: Preparing [2023-02-07T22:16:30.650Z] 1c7d8d528cb0: Preparing [2023-02-07T22:16:30.650Z] 510286d38826: Preparing [2023-02-07T22:16:30.650Z] 5a2b2272f91b: Preparing [2023-02-07T22:16:30.650Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:30.650Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:30.650Z] 5a2b2272f91b: Pushed [2023-02-07T22:16:30.650Z] 510286d38826: Pushed [2023-02-07T22:16:30.650Z] c64d4c561c95: Pushed [2023-02-07T22:16:30.701Z] ---> a92b75475f79 [2023-02-07T22:16:30.701Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:16:30.701Z] Removing intermediate container 717a64746353 [2023-02-07T22:16:30.701Z] ---> 7f24a0329c1b [2023-02-07T22:16:30.701Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-07T22:16:30.969Z] ---> Running in 8b1b41780616 [2023-02-07T22:16:30.969Z] ---> 12866573748f [2023-02-07T22:16:30.969Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:16:31.237Z] ---> Running in 25443bf93786 [2023-02-07T22:16:31.508Z] ---> 1309b05a5059 [2023-02-07T22:16:31.508Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:16:31.776Z] ---> Running in 4e5d5dbc5df5 [2023-02-07T22:16:32.025Z] 1c7d8d528cb0: Pushed [2023-02-07T22:16:32.025Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:79e63d58703bd30fe4afec5ffedc4e1d80ca08423a5c276612a73cbb49afe165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:32.332Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:32.382Z] ---> 1be66aacc8d8 [2023-02-07T22:16:32.382Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:16:32.650Z] ---> Running in 3c34a4b3e630 [2023-02-07T22:16:32.756Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-07T22:16:32.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-07T22:16:32.756Z] c64d4c561c95: Preparing [2023-02-07T22:16:32.756Z] 1c7d8d528cb0: Preparing [2023-02-07T22:16:32.756Z] 510286d38826: Preparing [2023-02-07T22:16:32.756Z] 5a2b2272f91b: Preparing [2023-02-07T22:16:32.756Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:32.756Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:32.756Z] c64d4c561c95: Layer already exists [2023-02-07T22:16:32.756Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:16:32.756Z] 1c7d8d528cb0: Layer already exists [2023-02-07T22:16:32.756Z] 510286d38826: Layer already exists [2023-02-07T22:16:32.756Z] latest: digest: sha256:79e63d58703bd30fe4afec5ffedc4e1d80ca08423a5c276612a73cbb49afe165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:33.123Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:33.467Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.38 [2023-02-07T22:16:33.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-07T22:16:33.467Z] c64d4c561c95: Preparing [2023-02-07T22:16:33.467Z] 1c7d8d528cb0: Preparing [2023-02-07T22:16:33.467Z] 510286d38826: Preparing [2023-02-07T22:16:33.467Z] 5a2b2272f91b: Preparing [2023-02-07T22:16:33.467Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:33.467Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:33.467Z] 510286d38826: Layer already exists [2023-02-07T22:16:33.467Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:16:33.467Z] 1c7d8d528cb0: Layer already exists [2023-02-07T22:16:33.467Z] c64d4c561c95: Layer already exists [2023-02-07T22:16:33.467Z] 3.0.0-dev.38: digest: sha256:79e63d58703bd30fe4afec5ffedc4e1d80ca08423a5c276612a73cbb49afe165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:33.818Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:34.120Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:34.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-07T22:16:34.120Z] c64d4c561c95: Preparing [2023-02-07T22:16:34.120Z] 1c7d8d528cb0: Preparing [2023-02-07T22:16:34.120Z] 510286d38826: Preparing [2023-02-07T22:16:34.120Z] 5a2b2272f91b: Preparing [2023-02-07T22:16:34.120Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:34.120Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:34.120Z] 1c7d8d528cb0: Layer already exists [2023-02-07T22:16:34.120Z] c64d4c561c95: Layer already exists [2023-02-07T22:16:34.120Z] 510286d38826: Layer already exists [2023-02-07T22:16:34.120Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:16:34.120Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:79e63d58703bd30fe4afec5ffedc4e1d80ca08423a5c276612a73cbb49afe165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:34.428Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:34.737Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-07T22:16:34.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-07T22:16:34.737Z] c64d4c561c95: Preparing [2023-02-07T22:16:34.737Z] 1c7d8d528cb0: Preparing [2023-02-07T22:16:34.737Z] 510286d38826: Preparing [2023-02-07T22:16:34.737Z] 5a2b2272f91b: Preparing [2023-02-07T22:16:34.737Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:34.737Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:34.737Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:16:34.737Z] 1c7d8d528cb0: Layer already exists [2023-02-07T22:16:34.737Z] 510286d38826: Layer already exists [2023-02-07T22:16:34.738Z] c64d4c561c95: Layer already exists [2023-02-07T22:16:34.738Z] main: digest: sha256:79e63d58703bd30fe4afec5ffedc4e1d80ca08423a5c276612a73cbb49afe165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:16:34.774Z] ===================================================== [Pipeline] echo [2023-02-07T22:16:34.779Z] taggedImages: [2023-02-07T22:16:34.779Z] - nexus3.edgexfoundry.org:10004/core-command:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:34.779Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-07T22:16:34.779Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.38 [2023-02-07T22:16:34.779Z] - nexus3.edgexfoundry.org:10004/core-command:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:34.779Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-07T22:16:34.793Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-07T22:16:34.794Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:34.794Z] latest [2023-02-07T22:16:34.794Z] 3.0.0-dev.38 [2023-02-07T22:16:34.794Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:34.794Z] main [2023-02-07T22:16:34.794Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:35.095Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:35.402Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:35.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-07T22:16:35.402Z] 48ab1c8b6423: Preparing [2023-02-07T22:16:35.402Z] 7307fb0cf3fc: Preparing [2023-02-07T22:16:35.402Z] 1364bbfa6417: Preparing [2023-02-07T22:16:35.402Z] 6dda9bdbda97: Preparing [2023-02-07T22:16:35.402Z] 510286d38826: Preparing [2023-02-07T22:16:35.402Z] 9fe179e9a8fb: Preparing [2023-02-07T22:16:35.402Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:35.402Z] 9fe179e9a8fb: Waiting [2023-02-07T22:16:35.402Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:35.402Z] 510286d38826: Layer already exists [2023-02-07T22:16:35.402Z] 7307fb0cf3fc: Pushed [2023-02-07T22:16:35.402Z] 1364bbfa6417: Pushed [2023-02-07T22:16:35.402Z] 9fe179e9a8fb: Pushed [2023-02-07T22:16:35.402Z] 48ab1c8b6423: Pushed [2023-02-07T22:16:35.402Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:36.777Z] 6dda9bdbda97: Pushed [2023-02-07T22:16:36.777Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:144329a82b4cc7784bbdcd4981f57131e5eea82ae8d2e59f6be170cff2de88ed size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:37.092Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:37.399Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-07T22:16:37.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-07T22:16:37.399Z] 48ab1c8b6423: Preparing [2023-02-07T22:16:37.399Z] 7307fb0cf3fc: Preparing [2023-02-07T22:16:37.399Z] 1364bbfa6417: Preparing [2023-02-07T22:16:37.399Z] 6dda9bdbda97: Preparing [2023-02-07T22:16:37.399Z] 510286d38826: Preparing [2023-02-07T22:16:37.399Z] 9fe179e9a8fb: Preparing [2023-02-07T22:16:37.399Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:37.399Z] 9fe179e9a8fb: Waiting [2023-02-07T22:16:37.399Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:37.399Z] 7307fb0cf3fc: Layer already exists [2023-02-07T22:16:37.399Z] 510286d38826: Layer already exists [2023-02-07T22:16:37.399Z] 6dda9bdbda97: Layer already exists [2023-02-07T22:16:37.399Z] 1364bbfa6417: Layer already exists [2023-02-07T22:16:37.399Z] 9fe179e9a8fb: Layer already exists [2023-02-07T22:16:37.399Z] 48ab1c8b6423: Layer already exists [2023-02-07T22:16:37.399Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:37.399Z] latest: digest: sha256:144329a82b4cc7784bbdcd4981f57131e5eea82ae8d2e59f6be170cff2de88ed size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:37.709Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:38.016Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.38 [2023-02-07T22:16:38.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-07T22:16:38.016Z] 48ab1c8b6423: Preparing [2023-02-07T22:16:38.016Z] 7307fb0cf3fc: Preparing [2023-02-07T22:16:38.016Z] 1364bbfa6417: Preparing [2023-02-07T22:16:38.016Z] 6dda9bdbda97: Preparing [2023-02-07T22:16:38.016Z] 510286d38826: Preparing [2023-02-07T22:16:38.016Z] 9fe179e9a8fb: Preparing [2023-02-07T22:16:38.016Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:38.016Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:38.016Z] 7307fb0cf3fc: Layer already exists [2023-02-07T22:16:38.016Z] 6dda9bdbda97: Layer already exists [2023-02-07T22:16:38.016Z] 48ab1c8b6423: Layer already exists [2023-02-07T22:16:38.016Z] 510286d38826: Layer already exists [2023-02-07T22:16:38.016Z] 1364bbfa6417: Layer already exists [2023-02-07T22:16:38.016Z] 9fe179e9a8fb: Layer already exists [2023-02-07T22:16:38.016Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:38.016Z] 3.0.0-dev.38: digest: sha256:144329a82b4cc7784bbdcd4981f57131e5eea82ae8d2e59f6be170cff2de88ed size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:38.328Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:38.636Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:38.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-07T22:16:38.637Z] 48ab1c8b6423: Preparing [2023-02-07T22:16:38.637Z] 7307fb0cf3fc: Preparing [2023-02-07T22:16:38.637Z] 1364bbfa6417: Preparing [2023-02-07T22:16:38.637Z] 6dda9bdbda97: Preparing [2023-02-07T22:16:38.637Z] 510286d38826: Preparing [2023-02-07T22:16:38.637Z] 9fe179e9a8fb: Preparing [2023-02-07T22:16:38.637Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:38.637Z] 9fe179e9a8fb: Waiting [2023-02-07T22:16:38.637Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:38.637Z] 1364bbfa6417: Layer already exists [2023-02-07T22:16:38.637Z] 48ab1c8b6423: Layer already exists [2023-02-07T22:16:38.637Z] 6dda9bdbda97: Layer already exists [2023-02-07T22:16:38.637Z] 7307fb0cf3fc: Layer already exists [2023-02-07T22:16:38.637Z] 510286d38826: Layer already exists [2023-02-07T22:16:38.637Z] 9fe179e9a8fb: Layer already exists [2023-02-07T22:16:38.637Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:38.637Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:144329a82b4cc7784bbdcd4981f57131e5eea82ae8d2e59f6be170cff2de88ed size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:38.941Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:39.241Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-07T22:16:39.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-07T22:16:39.241Z] 48ab1c8b6423: Preparing [2023-02-07T22:16:39.241Z] 7307fb0cf3fc: Preparing [2023-02-07T22:16:39.241Z] 1364bbfa6417: Preparing [2023-02-07T22:16:39.241Z] 6dda9bdbda97: Preparing [2023-02-07T22:16:39.241Z] 510286d38826: Preparing [2023-02-07T22:16:39.241Z] 9fe179e9a8fb: Preparing [2023-02-07T22:16:39.241Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:39.241Z] 9fe179e9a8fb: Waiting [2023-02-07T22:16:39.241Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:39.241Z] 510286d38826: Layer already exists [2023-02-07T22:16:39.241Z] 6dda9bdbda97: Layer already exists [2023-02-07T22:16:39.241Z] 1364bbfa6417: Layer already exists [2023-02-07T22:16:39.241Z] 48ab1c8b6423: Layer already exists [2023-02-07T22:16:39.241Z] 7307fb0cf3fc: Layer already exists [2023-02-07T22:16:39.241Z] 9fe179e9a8fb: Layer already exists [2023-02-07T22:16:39.241Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:39.241Z] main: digest: sha256:144329a82b4cc7784bbdcd4981f57131e5eea82ae8d2e59f6be170cff2de88ed size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:16:39.279Z] ===================================================== [Pipeline] echo [2023-02-07T22:16:39.284Z] taggedImages: [2023-02-07T22:16:39.284Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:39.284Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-07T22:16:39.284Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.38 [2023-02-07T22:16:39.284Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:39.284Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-07T22:16:39.299Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-07T22:16:39.299Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:39.299Z] latest [2023-02-07T22:16:39.299Z] 3.0.0-dev.38 [2023-02-07T22:16:39.299Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:39.299Z] main [2023-02-07T22:16:39.299Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:39.601Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:39.905Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:39.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-07T22:16:40.180Z] 451858e8a229: Preparing [2023-02-07T22:16:40.180Z] b980eaf47490: Preparing [2023-02-07T22:16:40.180Z] 510286d38826: Preparing [2023-02-07T22:16:40.180Z] 402c06a6a508: Preparing [2023-02-07T22:16:40.180Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:40.180Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:40.180Z] 510286d38826: Layer already exists [2023-02-07T22:16:40.180Z] 451858e8a229: Pushed [2023-02-07T22:16:40.180Z] 402c06a6a508: Pushed [2023-02-07T22:16:41.553Z] b980eaf47490: Pushed [2023-02-07T22:16:41.553Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:f496a4e869acd3ed47bb8c2c792171e84987f7236331f341ce74518650dec33d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:41.866Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:42.166Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-07T22:16:42.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-07T22:16:42.167Z] 451858e8a229: Preparing [2023-02-07T22:16:42.167Z] b980eaf47490: Preparing [2023-02-07T22:16:42.167Z] 510286d38826: Preparing [2023-02-07T22:16:42.167Z] 402c06a6a508: Preparing [2023-02-07T22:16:42.167Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:42.167Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:42.167Z] 510286d38826: Layer already exists [2023-02-07T22:16:42.167Z] 402c06a6a508: Layer already exists [2023-02-07T22:16:42.167Z] b980eaf47490: Layer already exists [2023-02-07T22:16:42.167Z] 451858e8a229: Layer already exists [2023-02-07T22:16:42.167Z] latest: digest: sha256:f496a4e869acd3ed47bb8c2c792171e84987f7236331f341ce74518650dec33d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:42.476Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:42.777Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.38 [2023-02-07T22:16:42.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-07T22:16:42.777Z] 451858e8a229: Preparing [2023-02-07T22:16:42.777Z] b980eaf47490: Preparing [2023-02-07T22:16:42.777Z] 510286d38826: Preparing [2023-02-07T22:16:42.777Z] 402c06a6a508: Preparing [2023-02-07T22:16:42.777Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:42.777Z] 451858e8a229: Layer already exists [2023-02-07T22:16:42.777Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:42.777Z] 510286d38826: Layer already exists [2023-02-07T22:16:42.777Z] 402c06a6a508: Layer already exists [2023-02-07T22:16:42.777Z] b980eaf47490: Layer already exists [2023-02-07T22:16:42.777Z] 3.0.0-dev.38: digest: sha256:f496a4e869acd3ed47bb8c2c792171e84987f7236331f341ce74518650dec33d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:43.084Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:43.383Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:43.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-07T22:16:43.383Z] 451858e8a229: Preparing [2023-02-07T22:16:43.383Z] b980eaf47490: Preparing [2023-02-07T22:16:43.383Z] 510286d38826: Preparing [2023-02-07T22:16:43.383Z] 402c06a6a508: Preparing [2023-02-07T22:16:43.383Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:43.383Z] 451858e8a229: Layer already exists [2023-02-07T22:16:43.383Z] 402c06a6a508: Layer already exists [2023-02-07T22:16:43.383Z] 510286d38826: Layer already exists [2023-02-07T22:16:43.383Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:43.383Z] b980eaf47490: Layer already exists [2023-02-07T22:16:43.383Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:f496a4e869acd3ed47bb8c2c792171e84987f7236331f341ce74518650dec33d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:43.686Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:43.987Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-07T22:16:43.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-07T22:16:43.987Z] 451858e8a229: Preparing [2023-02-07T22:16:43.987Z] b980eaf47490: Preparing [2023-02-07T22:16:43.987Z] 510286d38826: Preparing [2023-02-07T22:16:43.987Z] 402c06a6a508: Preparing [2023-02-07T22:16:43.987Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:43.987Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:43.987Z] b980eaf47490: Layer already exists [2023-02-07T22:16:43.987Z] 402c06a6a508: Layer already exists [2023-02-07T22:16:43.987Z] 451858e8a229: Layer already exists [2023-02-07T22:16:43.987Z] 510286d38826: Layer already exists [2023-02-07T22:16:43.987Z] main: digest: sha256:f496a4e869acd3ed47bb8c2c792171e84987f7236331f341ce74518650dec33d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:16:44.021Z] ===================================================== [Pipeline] echo [2023-02-07T22:16:44.027Z] taggedImages: [2023-02-07T22:16:44.027Z] - nexus3.edgexfoundry.org:10004/core-data:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:44.027Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-07T22:16:44.027Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.38 [2023-02-07T22:16:44.027Z] - nexus3.edgexfoundry.org:10004/core-data:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:44.027Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-02-07T22:16:44.042Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-07T22:16:44.042Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:44.042Z] latest [2023-02-07T22:16:44.042Z] 3.0.0-dev.38 [2023-02-07T22:16:44.042Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:44.042Z] main [2023-02-07T22:16:44.042Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:44.341Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:44.639Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:44.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-07T22:16:44.639Z] 4c6ab3b16ad9: Preparing [2023-02-07T22:16:44.639Z] 6961f15b10ea: Preparing [2023-02-07T22:16:44.639Z] 71d641ee1390: Preparing [2023-02-07T22:16:44.639Z] 510286d38826: Preparing [2023-02-07T22:16:44.639Z] 5a2b2272f91b: Preparing [2023-02-07T22:16:44.639Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:44.639Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:44.639Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:16:44.639Z] 510286d38826: Layer already exists [2023-02-07T22:16:44.639Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:44.639Z] 4c6ab3b16ad9: Pushed [2023-02-07T22:16:44.640Z] 6961f15b10ea: Pushed [2023-02-07T22:16:46.540Z] 71d641ee1390: Pushed [2023-02-07T22:16:46.540Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:dbd0153d944332ac9eaeb59662599d5d8d65c012272fefa622a875dac677a176 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:46.862Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:47.176Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-07T22:16:47.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-07T22:16:47.176Z] 4c6ab3b16ad9: Preparing [2023-02-07T22:16:47.176Z] 6961f15b10ea: Preparing [2023-02-07T22:16:47.176Z] 71d641ee1390: Preparing [2023-02-07T22:16:47.176Z] 510286d38826: Preparing [2023-02-07T22:16:47.176Z] 5a2b2272f91b: Preparing [2023-02-07T22:16:47.176Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:47.176Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:47.176Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:16:47.176Z] 71d641ee1390: Layer already exists [2023-02-07T22:16:47.176Z] 4c6ab3b16ad9: Layer already exists [2023-02-07T22:16:47.176Z] 6961f15b10ea: Layer already exists [2023-02-07T22:16:47.176Z] 510286d38826: Layer already exists [2023-02-07T22:16:47.176Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:47.176Z] latest: digest: sha256:dbd0153d944332ac9eaeb59662599d5d8d65c012272fefa622a875dac677a176 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:47.491Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:47.795Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.38 [2023-02-07T22:16:47.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-07T22:16:47.795Z] 4c6ab3b16ad9: Preparing [2023-02-07T22:16:47.795Z] 6961f15b10ea: Preparing [2023-02-07T22:16:47.795Z] 71d641ee1390: Preparing [2023-02-07T22:16:47.795Z] 510286d38826: Preparing [2023-02-07T22:16:47.795Z] 5a2b2272f91b: Preparing [2023-02-07T22:16:47.795Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:47.795Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:47.795Z] 4c6ab3b16ad9: Layer already exists [2023-02-07T22:16:47.795Z] 510286d38826: Layer already exists [2023-02-07T22:16:47.795Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:16:47.795Z] 71d641ee1390: Layer already exists [2023-02-07T22:16:47.795Z] 6961f15b10ea: Layer already exists [2023-02-07T22:16:47.795Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:47.795Z] 3.0.0-dev.38: digest: sha256:dbd0153d944332ac9eaeb59662599d5d8d65c012272fefa622a875dac677a176 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:48.101Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:48.415Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:48.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-07T22:16:48.415Z] 4c6ab3b16ad9: Preparing [2023-02-07T22:16:48.415Z] 6961f15b10ea: Preparing [2023-02-07T22:16:48.415Z] 71d641ee1390: Preparing [2023-02-07T22:16:48.415Z] 510286d38826: Preparing [2023-02-07T22:16:48.415Z] 5a2b2272f91b: Preparing [2023-02-07T22:16:48.415Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:48.415Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:48.415Z] 6961f15b10ea: Layer already exists [2023-02-07T22:16:48.415Z] 71d641ee1390: Layer already exists [2023-02-07T22:16:48.415Z] 510286d38826: Layer already exists [2023-02-07T22:16:48.415Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:16:48.415Z] 4c6ab3b16ad9: Layer already exists [2023-02-07T22:16:48.415Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:48.415Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:dbd0153d944332ac9eaeb59662599d5d8d65c012272fefa622a875dac677a176 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:48.715Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:49.023Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-07T22:16:49.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-07T22:16:49.023Z] 4c6ab3b16ad9: Preparing [2023-02-07T22:16:49.023Z] 6961f15b10ea: Preparing [2023-02-07T22:16:49.023Z] 71d641ee1390: Preparing [2023-02-07T22:16:49.023Z] 510286d38826: Preparing [2023-02-07T22:16:49.023Z] 5a2b2272f91b: Preparing [2023-02-07T22:16:49.023Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:49.023Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:49.023Z] 6961f15b10ea: Layer already exists [2023-02-07T22:16:49.023Z] 4c6ab3b16ad9: Layer already exists [2023-02-07T22:16:49.023Z] 71d641ee1390: Layer already exists [2023-02-07T22:16:49.023Z] 510286d38826: Layer already exists [2023-02-07T22:16:49.023Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:16:49.023Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:49.023Z] main: digest: sha256:dbd0153d944332ac9eaeb59662599d5d8d65c012272fefa622a875dac677a176 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:16:49.074Z] ===================================================== [Pipeline] echo [2023-02-07T22:16:49.083Z] taggedImages: [2023-02-07T22:16:49.083Z] - nexus3.edgexfoundry.org:10004/core-metadata:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:49.083Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-07T22:16:49.083Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.38 [2023-02-07T22:16:49.083Z] - nexus3.edgexfoundry.org:10004/core-metadata:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:49.083Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-07T22:16:49.104Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-07T22:16:49.104Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:49.104Z] latest [2023-02-07T22:16:49.104Z] 3.0.0-dev.38 [2023-02-07T22:16:49.104Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:49.104Z] main [2023-02-07T22:16:49.104Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:49.407Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:49.726Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:49.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-07T22:16:49.726Z] 53d041664ef3: Preparing [2023-02-07T22:16:49.726Z] 53d041664ef3: Preparing [2023-02-07T22:16:49.726Z] 6252b76e9539: Preparing [2023-02-07T22:16:49.726Z] 80738bc3a7f5: Preparing [2023-02-07T22:16:49.726Z] 3dd505831e41: Preparing [2023-02-07T22:16:49.726Z] 12d5a8ab3b3c: Preparing [2023-02-07T22:16:49.726Z] 9313ad79d5a7: Preparing [2023-02-07T22:16:49.726Z] 510286d38826: Preparing [2023-02-07T22:16:49.726Z] d73d9b9b15e7: Preparing [2023-02-07T22:16:49.726Z] e34d055208e8: Preparing [2023-02-07T22:16:49.726Z] 07b5ba3d2f4a: Preparing [2023-02-07T22:16:49.726Z] 38ea87480f5d: Preparing [2023-02-07T22:16:49.726Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:49.726Z] 9313ad79d5a7: Waiting [2023-02-07T22:16:49.726Z] 510286d38826: Waiting [2023-02-07T22:16:49.726Z] d73d9b9b15e7: Waiting [2023-02-07T22:16:49.726Z] e34d055208e8: Waiting [2023-02-07T22:16:49.726Z] 07b5ba3d2f4a: Waiting [2023-02-07T22:16:49.726Z] 38ea87480f5d: Waiting [2023-02-07T22:16:49.726Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:49.726Z] 6252b76e9539: Pushed [2023-02-07T22:16:49.726Z] 12d5a8ab3b3c: Pushed [2023-02-07T22:16:49.726Z] 80738bc3a7f5: Pushed [2023-02-07T22:16:49.726Z] 53d041664ef3: Pushed [2023-02-07T22:16:49.726Z] 3dd505831e41: Pushed [2023-02-07T22:16:49.726Z] 510286d38826: Layer already exists [2023-02-07T22:16:49.986Z] d73d9b9b15e7: Pushed [2023-02-07T22:16:49.986Z] e34d055208e8: Pushed [2023-02-07T22:16:49.986Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:49.986Z] 38ea87480f5d: Pushed [2023-02-07T22:16:49.986Z] 07b5ba3d2f4a: Pushed [2023-02-07T22:16:51.886Z] 9313ad79d5a7: Pushed [2023-02-07T22:16:51.886Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:b064c6b275ff3fcee1218f492c9f681f0976646ea781ce92925bf4617f24b423 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:52.197Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:52.493Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-07T22:16:52.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-07T22:16:52.493Z] 53d041664ef3: Preparing [2023-02-07T22:16:52.493Z] 53d041664ef3: Preparing [2023-02-07T22:16:52.493Z] 6252b76e9539: Preparing [2023-02-07T22:16:52.493Z] 80738bc3a7f5: Preparing [2023-02-07T22:16:52.493Z] 3dd505831e41: Preparing [2023-02-07T22:16:52.493Z] 12d5a8ab3b3c: Preparing [2023-02-07T22:16:52.493Z] 9313ad79d5a7: Preparing [2023-02-07T22:16:52.493Z] 510286d38826: Preparing [2023-02-07T22:16:52.493Z] d73d9b9b15e7: Preparing [2023-02-07T22:16:52.493Z] e34d055208e8: Preparing [2023-02-07T22:16:52.493Z] 07b5ba3d2f4a: Preparing [2023-02-07T22:16:52.493Z] 38ea87480f5d: Preparing [2023-02-07T22:16:52.493Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:52.493Z] d73d9b9b15e7: Waiting [2023-02-07T22:16:52.493Z] 9313ad79d5a7: Waiting [2023-02-07T22:16:52.493Z] 510286d38826: Waiting [2023-02-07T22:16:52.493Z] e34d055208e8: Waiting [2023-02-07T22:16:52.493Z] 07b5ba3d2f4a: Waiting [2023-02-07T22:16:52.493Z] 38ea87480f5d: Waiting [2023-02-07T22:16:52.493Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:52.493Z] 53d041664ef3: Layer already exists [2023-02-07T22:16:52.493Z] 6252b76e9539: Layer already exists [2023-02-07T22:16:52.493Z] 80738bc3a7f5: Layer already exists [2023-02-07T22:16:52.493Z] 3dd505831e41: Layer already exists [2023-02-07T22:16:52.494Z] 12d5a8ab3b3c: Layer already exists [2023-02-07T22:16:52.494Z] 9313ad79d5a7: Layer already exists [2023-02-07T22:16:52.494Z] 510286d38826: Layer already exists [2023-02-07T22:16:52.494Z] e34d055208e8: Layer already exists [2023-02-07T22:16:52.494Z] 07b5ba3d2f4a: Layer already exists [2023-02-07T22:16:52.494Z] d73d9b9b15e7: Layer already exists [2023-02-07T22:16:52.494Z] 38ea87480f5d: Layer already exists [2023-02-07T22:16:52.494Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:52.494Z] latest: digest: sha256:b064c6b275ff3fcee1218f492c9f681f0976646ea781ce92925bf4617f24b423 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:52.795Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:53.101Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.38 [2023-02-07T22:16:53.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-07T22:16:53.101Z] 53d041664ef3: Preparing [2023-02-07T22:16:53.101Z] 53d041664ef3: Preparing [2023-02-07T22:16:53.101Z] 6252b76e9539: Preparing [2023-02-07T22:16:53.101Z] 80738bc3a7f5: Preparing [2023-02-07T22:16:53.101Z] 3dd505831e41: Preparing [2023-02-07T22:16:53.101Z] 12d5a8ab3b3c: Preparing [2023-02-07T22:16:53.101Z] 9313ad79d5a7: Preparing [2023-02-07T22:16:53.101Z] 510286d38826: Preparing [2023-02-07T22:16:53.101Z] d73d9b9b15e7: Preparing [2023-02-07T22:16:53.101Z] e34d055208e8: Preparing [2023-02-07T22:16:53.101Z] 07b5ba3d2f4a: Preparing [2023-02-07T22:16:53.101Z] 38ea87480f5d: Preparing [2023-02-07T22:16:53.101Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:53.101Z] e34d055208e8: Waiting [2023-02-07T22:16:53.101Z] 9313ad79d5a7: Waiting [2023-02-07T22:16:53.101Z] 38ea87480f5d: Waiting [2023-02-07T22:16:53.101Z] 510286d38826: Waiting [2023-02-07T22:16:53.101Z] 07b5ba3d2f4a: Waiting [2023-02-07T22:16:53.101Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:53.101Z] 53d041664ef3: Layer already exists [2023-02-07T22:16:53.101Z] 12d5a8ab3b3c: Layer already exists [2023-02-07T22:16:53.101Z] 80738bc3a7f5: Layer already exists [2023-02-07T22:16:53.101Z] 6252b76e9539: Layer already exists [2023-02-07T22:16:53.101Z] 3dd505831e41: Layer already exists [2023-02-07T22:16:53.101Z] 9313ad79d5a7: Layer already exists [2023-02-07T22:16:53.101Z] 510286d38826: Layer already exists [2023-02-07T22:16:53.101Z] e34d055208e8: Layer already exists [2023-02-07T22:16:53.101Z] d73d9b9b15e7: Layer already exists [2023-02-07T22:16:53.101Z] 07b5ba3d2f4a: Layer already exists [2023-02-07T22:16:53.101Z] 38ea87480f5d: Layer already exists [2023-02-07T22:16:53.101Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:53.101Z] 3.0.0-dev.38: digest: sha256:b064c6b275ff3fcee1218f492c9f681f0976646ea781ce92925bf4617f24b423 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:53.404Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:53.710Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:53.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-07T22:16:53.710Z] 53d041664ef3: Preparing [2023-02-07T22:16:53.710Z] 53d041664ef3: Preparing [2023-02-07T22:16:53.710Z] 6252b76e9539: Preparing [2023-02-07T22:16:53.710Z] 80738bc3a7f5: Preparing [2023-02-07T22:16:53.710Z] 3dd505831e41: Preparing [2023-02-07T22:16:53.710Z] 12d5a8ab3b3c: Preparing [2023-02-07T22:16:53.710Z] 9313ad79d5a7: Preparing [2023-02-07T22:16:53.710Z] 510286d38826: Preparing [2023-02-07T22:16:53.710Z] d73d9b9b15e7: Preparing [2023-02-07T22:16:53.710Z] e34d055208e8: Preparing [2023-02-07T22:16:53.710Z] 07b5ba3d2f4a: Preparing [2023-02-07T22:16:53.710Z] 38ea87480f5d: Preparing [2023-02-07T22:16:53.710Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:53.710Z] 07b5ba3d2f4a: Waiting [2023-02-07T22:16:53.710Z] d73d9b9b15e7: Waiting [2023-02-07T22:16:53.710Z] 38ea87480f5d: Waiting [2023-02-07T22:16:53.710Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:53.710Z] e34d055208e8: Waiting [2023-02-07T22:16:53.710Z] 9313ad79d5a7: Waiting [2023-02-07T22:16:53.710Z] 510286d38826: Waiting [2023-02-07T22:16:53.710Z] 12d5a8ab3b3c: Layer already exists [2023-02-07T22:16:53.710Z] 3dd505831e41: Layer already exists [2023-02-07T22:16:53.710Z] 53d041664ef3: Layer already exists [2023-02-07T22:16:53.710Z] 6252b76e9539: Layer already exists [2023-02-07T22:16:53.710Z] 80738bc3a7f5: Layer already exists [2023-02-07T22:16:53.710Z] 510286d38826: Layer already exists [2023-02-07T22:16:53.710Z] 9313ad79d5a7: Layer already exists [2023-02-07T22:16:53.710Z] e34d055208e8: Layer already exists [2023-02-07T22:16:53.710Z] 07b5ba3d2f4a: Layer already exists [2023-02-07T22:16:53.710Z] d73d9b9b15e7: Layer already exists [2023-02-07T22:16:53.710Z] 38ea87480f5d: Layer already exists [2023-02-07T22:16:53.710Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:53.710Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:b064c6b275ff3fcee1218f492c9f681f0976646ea781ce92925bf4617f24b423 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:54.014Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:54.320Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-07T22:16:54.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-07T22:16:54.320Z] 53d041664ef3: Preparing [2023-02-07T22:16:54.320Z] 53d041664ef3: Preparing [2023-02-07T22:16:54.320Z] 6252b76e9539: Preparing [2023-02-07T22:16:54.320Z] 80738bc3a7f5: Preparing [2023-02-07T22:16:54.320Z] 3dd505831e41: Preparing [2023-02-07T22:16:54.320Z] 12d5a8ab3b3c: Preparing [2023-02-07T22:16:54.320Z] 9313ad79d5a7: Preparing [2023-02-07T22:16:54.320Z] 510286d38826: Preparing [2023-02-07T22:16:54.320Z] d73d9b9b15e7: Preparing [2023-02-07T22:16:54.320Z] e34d055208e8: Preparing [2023-02-07T22:16:54.320Z] 07b5ba3d2f4a: Preparing [2023-02-07T22:16:54.320Z] 38ea87480f5d: Preparing [2023-02-07T22:16:54.320Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:54.320Z] d73d9b9b15e7: Waiting [2023-02-07T22:16:54.320Z] e34d055208e8: Waiting [2023-02-07T22:16:54.320Z] 07b5ba3d2f4a: Waiting [2023-02-07T22:16:54.320Z] 38ea87480f5d: Waiting [2023-02-07T22:16:54.320Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:54.320Z] 9313ad79d5a7: Waiting [2023-02-07T22:16:54.320Z] 510286d38826: Waiting [2023-02-07T22:16:54.320Z] 3dd505831e41: Layer already exists [2023-02-07T22:16:54.320Z] 80738bc3a7f5: Layer already exists [2023-02-07T22:16:54.321Z] 12d5a8ab3b3c: Layer already exists [2023-02-07T22:16:54.321Z] 6252b76e9539: Layer already exists [2023-02-07T22:16:54.321Z] 53d041664ef3: Layer already exists [2023-02-07T22:16:54.321Z] d73d9b9b15e7: Layer already exists [2023-02-07T22:16:54.321Z] e34d055208e8: Layer already exists [2023-02-07T22:16:54.321Z] 9313ad79d5a7: Layer already exists [2023-02-07T22:16:54.321Z] 510286d38826: Layer already exists [2023-02-07T22:16:54.321Z] 07b5ba3d2f4a: Layer already exists [2023-02-07T22:16:54.321Z] 38ea87480f5d: Layer already exists [2023-02-07T22:16:54.321Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:54.321Z] main: digest: sha256:b064c6b275ff3fcee1218f492c9f681f0976646ea781ce92925bf4617f24b423 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:16:54.355Z] ===================================================== [Pipeline] echo [2023-02-07T22:16:54.361Z] taggedImages: [2023-02-07T22:16:54.361Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:54.361Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-07T22:16:54.361Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.38 [2023-02-07T22:16:54.361Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:54.361Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-07T22:16:54.375Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-07T22:16:54.375Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:54.375Z] latest [2023-02-07T22:16:54.375Z] 3.0.0-dev.38 [2023-02-07T22:16:54.375Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:54.375Z] main [2023-02-07T22:16:54.375Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:54.677Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:54.986Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:54.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-07T22:16:54.986Z] 8303baa53e22: Preparing [2023-02-07T22:16:54.986Z] 1f3251cd5fbb: Preparing [2023-02-07T22:16:54.986Z] 4bee54c2b313: Preparing [2023-02-07T22:16:54.986Z] 36a6d88da320: Preparing [2023-02-07T22:16:54.986Z] 65f25198e039: Preparing [2023-02-07T22:16:54.986Z] aef6ccb93043: Preparing [2023-02-07T22:16:54.986Z] 84a88182606b: Preparing [2023-02-07T22:16:54.986Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:54.986Z] 84a88182606b: Waiting [2023-02-07T22:16:54.986Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:54.986Z] aef6ccb93043: Waiting [2023-02-07T22:16:54.986Z] 1f3251cd5fbb: Pushed [2023-02-07T22:16:54.986Z] 8303baa53e22: Pushed [2023-02-07T22:16:54.986Z] 65f25198e039: Pushed [2023-02-07T22:16:54.986Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:55.253Z] aef6ccb93043: Pushed [2023-02-07T22:16:55.518Z] 84a88182606b: Pushed [2023-02-07T22:16:56.094Z] 36a6d88da320: Pushed [2023-02-07T22:16:56.094Z] 4bee54c2b313: Pushed [2023-02-07T22:16:56.354Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:c6516d17a5781d263f225fdfea3e2fef04e6136a6517820c1ede45058127f6fa size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:56.677Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:56.996Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-07T22:16:56.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-07T22:16:56.996Z] 8303baa53e22: Preparing [2023-02-07T22:16:56.996Z] 1f3251cd5fbb: Preparing [2023-02-07T22:16:56.996Z] 4bee54c2b313: Preparing [2023-02-07T22:16:56.996Z] 36a6d88da320: Preparing [2023-02-07T22:16:56.996Z] 65f25198e039: Preparing [2023-02-07T22:16:56.996Z] aef6ccb93043: Preparing [2023-02-07T22:16:56.996Z] 84a88182606b: Preparing [2023-02-07T22:16:56.996Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:56.996Z] 84a88182606b: Waiting [2023-02-07T22:16:56.996Z] aef6ccb93043: Waiting [2023-02-07T22:16:56.996Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:56.996Z] 65f25198e039: Layer already exists [2023-02-07T22:16:56.996Z] 36a6d88da320: Layer already exists [2023-02-07T22:16:56.996Z] 1f3251cd5fbb: Layer already exists [2023-02-07T22:16:56.996Z] 8303baa53e22: Layer already exists [2023-02-07T22:16:56.996Z] aef6ccb93043: Layer already exists [2023-02-07T22:16:56.996Z] 4bee54c2b313: Layer already exists [2023-02-07T22:16:56.996Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:56.996Z] 84a88182606b: Layer already exists [2023-02-07T22:16:56.996Z] latest: digest: sha256:c6516d17a5781d263f225fdfea3e2fef04e6136a6517820c1ede45058127f6fa size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:57.310Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:57.627Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.38 [2023-02-07T22:16:57.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-07T22:16:57.627Z] 8303baa53e22: Preparing [2023-02-07T22:16:57.627Z] 1f3251cd5fbb: Preparing [2023-02-07T22:16:57.627Z] 4bee54c2b313: Preparing [2023-02-07T22:16:57.627Z] 36a6d88da320: Preparing [2023-02-07T22:16:57.627Z] 65f25198e039: Preparing [2023-02-07T22:16:57.627Z] aef6ccb93043: Preparing [2023-02-07T22:16:57.627Z] 84a88182606b: Preparing [2023-02-07T22:16:57.627Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:57.627Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:57.627Z] 84a88182606b: Waiting [2023-02-07T22:16:57.627Z] 8303baa53e22: Layer already exists [2023-02-07T22:16:57.627Z] 1f3251cd5fbb: Layer already exists [2023-02-07T22:16:57.627Z] 4bee54c2b313: Layer already exists [2023-02-07T22:16:57.627Z] 36a6d88da320: Layer already exists [2023-02-07T22:16:57.627Z] 65f25198e039: Layer already exists [2023-02-07T22:16:57.627Z] aef6ccb93043: Layer already exists [2023-02-07T22:16:57.627Z] 84a88182606b: Layer already exists [2023-02-07T22:16:57.627Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:57.627Z] 3.0.0-dev.38: digest: sha256:c6516d17a5781d263f225fdfea3e2fef04e6136a6517820c1ede45058127f6fa size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:57.931Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:58.232Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:58.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-07T22:16:58.232Z] 8303baa53e22: Preparing [2023-02-07T22:16:58.232Z] 1f3251cd5fbb: Preparing [2023-02-07T22:16:58.232Z] 4bee54c2b313: Preparing [2023-02-07T22:16:58.232Z] 36a6d88da320: Preparing [2023-02-07T22:16:58.232Z] 65f25198e039: Preparing [2023-02-07T22:16:58.232Z] aef6ccb93043: Preparing [2023-02-07T22:16:58.232Z] 84a88182606b: Preparing [2023-02-07T22:16:58.232Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:58.232Z] aef6ccb93043: Waiting [2023-02-07T22:16:58.232Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:58.232Z] 1f3251cd5fbb: Layer already exists [2023-02-07T22:16:58.232Z] 65f25198e039: Layer already exists [2023-02-07T22:16:58.232Z] 8303baa53e22: Layer already exists [2023-02-07T22:16:58.232Z] 36a6d88da320: Layer already exists [2023-02-07T22:16:58.232Z] 4bee54c2b313: Layer already exists [2023-02-07T22:16:58.232Z] aef6ccb93043: Layer already exists [2023-02-07T22:16:58.232Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:58.232Z] 84a88182606b: Layer already exists [2023-02-07T22:16:58.232Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:c6516d17a5781d263f225fdfea3e2fef04e6136a6517820c1ede45058127f6fa size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:58.543Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:58.850Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-07T22:16:58.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-07T22:16:58.850Z] 8303baa53e22: Preparing [2023-02-07T22:16:58.850Z] 1f3251cd5fbb: Preparing [2023-02-07T22:16:58.850Z] 4bee54c2b313: Preparing [2023-02-07T22:16:58.850Z] 36a6d88da320: Preparing [2023-02-07T22:16:58.850Z] 65f25198e039: Preparing [2023-02-07T22:16:58.850Z] aef6ccb93043: Preparing [2023-02-07T22:16:58.850Z] 84a88182606b: Preparing [2023-02-07T22:16:58.850Z] aef6ccb93043: Waiting [2023-02-07T22:16:58.850Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:58.850Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:58.850Z] 8303baa53e22: Layer already exists [2023-02-07T22:16:58.850Z] 4bee54c2b313: Layer already exists [2023-02-07T22:16:58.850Z] 65f25198e039: Layer already exists [2023-02-07T22:16:58.850Z] 1f3251cd5fbb: Layer already exists [2023-02-07T22:16:58.850Z] 36a6d88da320: Layer already exists [2023-02-07T22:16:58.850Z] 84a88182606b: Layer already exists [2023-02-07T22:16:58.850Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:58.850Z] aef6ccb93043: Layer already exists [2023-02-07T22:16:58.850Z] main: digest: sha256:c6516d17a5781d263f225fdfea3e2fef04e6136a6517820c1ede45058127f6fa size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:16:58.893Z] ===================================================== [Pipeline] echo [2023-02-07T22:16:58.903Z] taggedImages: [2023-02-07T22:16:58.903Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:58.903Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-07T22:16:58.903Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.38 [2023-02-07T22:16:58.903Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:58.903Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-07T22:16:58.923Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-07T22:16:58.923Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:58.923Z] latest [2023-02-07T22:16:58.923Z] 3.0.0-dev.38 [2023-02-07T22:16:58.923Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:16:58.923Z] main [2023-02-07T22:16:58.923Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:59.248Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:16:59.550Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:16:59.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-07T22:16:59.550Z] d6c9eab62e45: Preparing [2023-02-07T22:16:59.550Z] 5f36af370a50: Preparing [2023-02-07T22:16:59.550Z] 1ab1cd6d6d10: Preparing [2023-02-07T22:16:59.550Z] 3b8ca019d826: Preparing [2023-02-07T22:16:59.550Z] b98e9da5ab94: Preparing [2023-02-07T22:16:59.550Z] 74b0d1f8052c: Preparing [2023-02-07T22:16:59.550Z] fa2318656b42: Preparing [2023-02-07T22:16:59.550Z] e3d129ed69bb: Preparing [2023-02-07T22:16:59.550Z] 92f6eaf5c62d: Preparing [2023-02-07T22:16:59.550Z] e5e13b0c77cb: Preparing [2023-02-07T22:16:59.550Z] e5e13b0c77cb: Waiting [2023-02-07T22:16:59.550Z] fa2318656b42: Waiting [2023-02-07T22:16:59.550Z] e3d129ed69bb: Waiting [2023-02-07T22:16:59.550Z] 92f6eaf5c62d: Waiting [2023-02-07T22:16:59.550Z] 74b0d1f8052c: Waiting [2023-02-07T22:16:59.550Z] d6c9eab62e45: Pushed [2023-02-07T22:16:59.550Z] b98e9da5ab94: Pushed [2023-02-07T22:16:59.550Z] 5f36af370a50: Pushed [2023-02-07T22:16:59.808Z] fa2318656b42: Pushed [2023-02-07T22:16:59.808Z] 74b0d1f8052c: Pushed [2023-02-07T22:16:59.808Z] e3d129ed69bb: Pushed [2023-02-07T22:16:59.808Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:16:59.808Z] 92f6eaf5c62d: Pushed [2023-02-07T22:17:00.747Z] 3b8ca019d826: Pushed [2023-02-07T22:17:01.004Z] 1ab1cd6d6d10: Pushed [2023-02-07T22:17:01.263Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:5328627e2b1fae91828b1dc321a4e2966c9e4c5f4f5e2aed59b63787c6603162 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:01.578Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:01.879Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-07T22:17:01.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-07T22:17:01.879Z] d6c9eab62e45: Preparing [2023-02-07T22:17:01.879Z] 5f36af370a50: Preparing [2023-02-07T22:17:01.879Z] 1ab1cd6d6d10: Preparing [2023-02-07T22:17:01.879Z] 3b8ca019d826: Preparing [2023-02-07T22:17:01.879Z] b98e9da5ab94: Preparing [2023-02-07T22:17:01.879Z] 74b0d1f8052c: Preparing [2023-02-07T22:17:01.879Z] fa2318656b42: Preparing [2023-02-07T22:17:01.879Z] e3d129ed69bb: Preparing [2023-02-07T22:17:01.879Z] 92f6eaf5c62d: Preparing [2023-02-07T22:17:01.879Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:01.879Z] 74b0d1f8052c: Waiting [2023-02-07T22:17:01.879Z] fa2318656b42: Waiting [2023-02-07T22:17:01.879Z] e3d129ed69bb: Waiting [2023-02-07T22:17:01.879Z] 92f6eaf5c62d: Waiting [2023-02-07T22:17:01.879Z] e5e13b0c77cb: Waiting [2023-02-07T22:17:01.879Z] 3b8ca019d826: Layer already exists [2023-02-07T22:17:01.879Z] 1ab1cd6d6d10: Layer already exists [2023-02-07T22:17:01.879Z] 5f36af370a50: Layer already exists [2023-02-07T22:17:01.879Z] b98e9da5ab94: Layer already exists [2023-02-07T22:17:01.879Z] d6c9eab62e45: Layer already exists [2023-02-07T22:17:01.879Z] 74b0d1f8052c: Layer already exists [2023-02-07T22:17:01.879Z] fa2318656b42: Layer already exists [2023-02-07T22:17:01.879Z] 92f6eaf5c62d: Layer already exists [2023-02-07T22:17:01.879Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:01.879Z] e3d129ed69bb: Layer already exists [2023-02-07T22:17:01.879Z] latest: digest: sha256:5328627e2b1fae91828b1dc321a4e2966c9e4c5f4f5e2aed59b63787c6603162 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:02.198Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:02.510Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.38 [2023-02-07T22:17:02.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-07T22:17:02.510Z] d6c9eab62e45: Preparing [2023-02-07T22:17:02.510Z] 5f36af370a50: Preparing [2023-02-07T22:17:02.510Z] 1ab1cd6d6d10: Preparing [2023-02-07T22:17:02.510Z] 3b8ca019d826: Preparing [2023-02-07T22:17:02.510Z] b98e9da5ab94: Preparing [2023-02-07T22:17:02.510Z] 74b0d1f8052c: Preparing [2023-02-07T22:17:02.510Z] fa2318656b42: Preparing [2023-02-07T22:17:02.510Z] e3d129ed69bb: Preparing [2023-02-07T22:17:02.510Z] 92f6eaf5c62d: Preparing [2023-02-07T22:17:02.510Z] 74b0d1f8052c: Waiting [2023-02-07T22:17:02.510Z] fa2318656b42: Waiting [2023-02-07T22:17:02.510Z] 92f6eaf5c62d: Waiting [2023-02-07T22:17:02.510Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:02.510Z] b98e9da5ab94: Layer already exists [2023-02-07T22:17:02.510Z] 5f36af370a50: Layer already exists [2023-02-07T22:17:02.510Z] 1ab1cd6d6d10: Layer already exists [2023-02-07T22:17:02.510Z] 3b8ca019d826: Layer already exists [2023-02-07T22:17:02.510Z] d6c9eab62e45: Layer already exists [2023-02-07T22:17:02.510Z] fa2318656b42: Layer already exists [2023-02-07T22:17:02.510Z] e3d129ed69bb: Layer already exists [2023-02-07T22:17:02.510Z] 74b0d1f8052c: Layer already exists [2023-02-07T22:17:02.510Z] 92f6eaf5c62d: Layer already exists [2023-02-07T22:17:02.510Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:02.510Z] 3.0.0-dev.38: digest: sha256:5328627e2b1fae91828b1dc321a4e2966c9e4c5f4f5e2aed59b63787c6603162 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:02.814Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:03.118Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:03.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-07T22:17:03.119Z] d6c9eab62e45: Preparing [2023-02-07T22:17:03.119Z] 5f36af370a50: Preparing [2023-02-07T22:17:03.119Z] 1ab1cd6d6d10: Preparing [2023-02-07T22:17:03.119Z] 3b8ca019d826: Preparing [2023-02-07T22:17:03.119Z] b98e9da5ab94: Preparing [2023-02-07T22:17:03.119Z] 74b0d1f8052c: Preparing [2023-02-07T22:17:03.119Z] fa2318656b42: Preparing [2023-02-07T22:17:03.119Z] e3d129ed69bb: Preparing [2023-02-07T22:17:03.119Z] 92f6eaf5c62d: Preparing [2023-02-07T22:17:03.119Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:03.119Z] e5e13b0c77cb: Waiting [2023-02-07T22:17:03.119Z] e3d129ed69bb: Waiting [2023-02-07T22:17:03.119Z] 92f6eaf5c62d: Waiting [2023-02-07T22:17:03.119Z] 74b0d1f8052c: Waiting [2023-02-07T22:17:03.119Z] fa2318656b42: Waiting [2023-02-07T22:17:03.119Z] 5f36af370a50: Layer already exists [2023-02-07T22:17:03.119Z] b98e9da5ab94: Layer already exists [2023-02-07T22:17:03.119Z] 3b8ca019d826: Layer already exists [2023-02-07T22:17:03.119Z] 1ab1cd6d6d10: Layer already exists [2023-02-07T22:17:03.119Z] d6c9eab62e45: Layer already exists [2023-02-07T22:17:03.119Z] e3d129ed69bb: Layer already exists [2023-02-07T22:17:03.119Z] 74b0d1f8052c: Layer already exists [2023-02-07T22:17:03.119Z] fa2318656b42: Layer already exists [2023-02-07T22:17:03.119Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:03.119Z] 92f6eaf5c62d: Layer already exists [2023-02-07T22:17:03.119Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:5328627e2b1fae91828b1dc321a4e2966c9e4c5f4f5e2aed59b63787c6603162 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:03.425Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:03.738Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-07T22:17:03.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-07T22:17:03.738Z] d6c9eab62e45: Preparing [2023-02-07T22:17:03.738Z] 5f36af370a50: Preparing [2023-02-07T22:17:03.738Z] 1ab1cd6d6d10: Preparing [2023-02-07T22:17:03.738Z] 3b8ca019d826: Preparing [2023-02-07T22:17:03.738Z] b98e9da5ab94: Preparing [2023-02-07T22:17:03.738Z] 74b0d1f8052c: Preparing [2023-02-07T22:17:03.738Z] fa2318656b42: Preparing [2023-02-07T22:17:03.738Z] e3d129ed69bb: Preparing [2023-02-07T22:17:03.738Z] 92f6eaf5c62d: Preparing [2023-02-07T22:17:03.738Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:03.738Z] fa2318656b42: Waiting [2023-02-07T22:17:03.738Z] e3d129ed69bb: Waiting [2023-02-07T22:17:03.738Z] 92f6eaf5c62d: Waiting [2023-02-07T22:17:03.738Z] 74b0d1f8052c: Waiting [2023-02-07T22:17:03.738Z] b98e9da5ab94: Layer already exists [2023-02-07T22:17:03.738Z] 1ab1cd6d6d10: Layer already exists [2023-02-07T22:17:03.738Z] 3b8ca019d826: Layer already exists [2023-02-07T22:17:03.738Z] 5f36af370a50: Layer already exists [2023-02-07T22:17:03.738Z] d6c9eab62e45: Layer already exists [2023-02-07T22:17:03.738Z] 74b0d1f8052c: Layer already exists [2023-02-07T22:17:03.738Z] fa2318656b42: Layer already exists [2023-02-07T22:17:03.738Z] e3d129ed69bb: Layer already exists [2023-02-07T22:17:03.738Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:03.738Z] 92f6eaf5c62d: Layer already exists [2023-02-07T22:17:03.738Z] main: digest: sha256:5328627e2b1fae91828b1dc321a4e2966c9e4c5f4f5e2aed59b63787c6603162 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:17:03.773Z] ===================================================== [Pipeline] echo [2023-02-07T22:17:03.778Z] taggedImages: [2023-02-07T22:17:03.778Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:03.778Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-07T22:17:03.778Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.38 [2023-02-07T22:17:03.778Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:03.778Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-07T22:17:03.794Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-07T22:17:03.794Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:03.794Z] latest [2023-02-07T22:17:03.794Z] 3.0.0-dev.38 [2023-02-07T22:17:03.794Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:03.794Z] main [2023-02-07T22:17:03.794Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:04.097Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:04.397Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:04.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-07T22:17:04.397Z] 2a993ad164d2: Preparing [2023-02-07T22:17:04.397Z] 03d1703ccf69: Preparing [2023-02-07T22:17:04.397Z] 510286d38826: Preparing [2023-02-07T22:17:04.397Z] 0683ad42b5e6: Preparing [2023-02-07T22:17:04.397Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:04.397Z] 510286d38826: Layer already exists [2023-02-07T22:17:04.397Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:04.397Z] 2a993ad164d2: Pushed [2023-02-07T22:17:04.967Z] 0683ad42b5e6: Pushed [2023-02-07T22:17:06.343Z] 03d1703ccf69: Pushed [2023-02-07T22:17:06.343Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:1f306f0ed9424eceb589acd5618c65a8913247673ee6481ec55e903e3e06925e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:06.657Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:06.957Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-07T22:17:06.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-07T22:17:06.957Z] 2a993ad164d2: Preparing [2023-02-07T22:17:06.957Z] 03d1703ccf69: Preparing [2023-02-07T22:17:06.957Z] 510286d38826: Preparing [2023-02-07T22:17:06.957Z] 0683ad42b5e6: Preparing [2023-02-07T22:17:06.957Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:06.957Z] 2a993ad164d2: Layer already exists [2023-02-07T22:17:06.957Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:06.957Z] 03d1703ccf69: Layer already exists [2023-02-07T22:17:06.957Z] 510286d38826: Layer already exists [2023-02-07T22:17:06.957Z] 0683ad42b5e6: Layer already exists [2023-02-07T22:17:06.957Z] latest: digest: sha256:1f306f0ed9424eceb589acd5618c65a8913247673ee6481ec55e903e3e06925e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:07.272Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:07.572Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.38 [2023-02-07T22:17:07.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-07T22:17:07.572Z] 2a993ad164d2: Preparing [2023-02-07T22:17:07.572Z] 03d1703ccf69: Preparing [2023-02-07T22:17:07.572Z] 510286d38826: Preparing [2023-02-07T22:17:07.572Z] 0683ad42b5e6: Preparing [2023-02-07T22:17:07.572Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:07.572Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:07.572Z] 510286d38826: Layer already exists [2023-02-07T22:17:07.572Z] 03d1703ccf69: Layer already exists [2023-02-07T22:17:07.572Z] 0683ad42b5e6: Layer already exists [2023-02-07T22:17:07.572Z] 2a993ad164d2: Layer already exists [2023-02-07T22:17:07.572Z] 3.0.0-dev.38: digest: sha256:1f306f0ed9424eceb589acd5618c65a8913247673ee6481ec55e903e3e06925e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:07.887Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:08.197Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:08.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-07T22:17:08.198Z] 2a993ad164d2: Preparing [2023-02-07T22:17:08.198Z] 03d1703ccf69: Preparing [2023-02-07T22:17:08.198Z] 510286d38826: Preparing [2023-02-07T22:17:08.198Z] 0683ad42b5e6: Preparing [2023-02-07T22:17:08.198Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:08.198Z] 03d1703ccf69: Layer already exists [2023-02-07T22:17:08.198Z] 0683ad42b5e6: Layer already exists [2023-02-07T22:17:08.198Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:08.198Z] 2a993ad164d2: Layer already exists [2023-02-07T22:17:08.198Z] 510286d38826: Layer already exists [2023-02-07T22:17:08.198Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:1f306f0ed9424eceb589acd5618c65a8913247673ee6481ec55e903e3e06925e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:08.508Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:08.824Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-07T22:17:08.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-07T22:17:08.824Z] 2a993ad164d2: Preparing [2023-02-07T22:17:08.824Z] 03d1703ccf69: Preparing [2023-02-07T22:17:08.824Z] 510286d38826: Preparing [2023-02-07T22:17:08.824Z] 0683ad42b5e6: Preparing [2023-02-07T22:17:08.824Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:08.824Z] 03d1703ccf69: Layer already exists [2023-02-07T22:17:08.824Z] 510286d38826: Layer already exists [2023-02-07T22:17:08.824Z] 2a993ad164d2: Layer already exists [2023-02-07T22:17:08.824Z] 0683ad42b5e6: Layer already exists [2023-02-07T22:17:08.824Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:08.824Z] main: digest: sha256:1f306f0ed9424eceb589acd5618c65a8913247673ee6481ec55e903e3e06925e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:17:08.867Z] ===================================================== [Pipeline] echo [2023-02-07T22:17:08.875Z] taggedImages: [2023-02-07T22:17:08.875Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:08.875Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-07T22:17:08.875Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.38 [2023-02-07T22:17:08.875Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:08.875Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-07T22:17:08.895Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-07T22:17:08.895Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:08.895Z] latest [2023-02-07T22:17:08.895Z] 3.0.0-dev.38 [2023-02-07T22:17:08.895Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:08.895Z] main [2023-02-07T22:17:08.895Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:09.210Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:09.509Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:09.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-07T22:17:09.509Z] c195b262334a: Preparing [2023-02-07T22:17:09.509Z] 135408fc2d32: Preparing [2023-02-07T22:17:09.509Z] 47a577db4478: Preparing [2023-02-07T22:17:09.509Z] 953433587f9e: Preparing [2023-02-07T22:17:09.509Z] 9f17b827dd41: Preparing [2023-02-07T22:17:09.509Z] 43b01f82df78: Preparing [2023-02-07T22:17:09.509Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:09.509Z] 43b01f82df78: Waiting [2023-02-07T22:17:09.509Z] 34d5ebaa5410: Waiting [2023-02-07T22:17:09.509Z] 135408fc2d32: Pushed [2023-02-07T22:17:09.509Z] c195b262334a: Pushed [2023-02-07T22:17:09.509Z] 47a577db4478: Pushed [2023-02-07T22:17:09.509Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:10.076Z] 43b01f82df78: Pushed [2023-02-07T22:17:13.370Z] 9f17b827dd41: Pushed [2023-02-07T22:17:15.910Z] 953433587f9e: Pushed [2023-02-07T22:17:15.910Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:05c1c96d5457906f231f6f6c844e95957ae161a2d5db35199b85b411dfcae5d3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:16.218Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:16.522Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-07T22:17:16.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-07T22:17:16.522Z] c195b262334a: Preparing [2023-02-07T22:17:16.522Z] 135408fc2d32: Preparing [2023-02-07T22:17:16.522Z] 47a577db4478: Preparing [2023-02-07T22:17:16.522Z] 953433587f9e: Preparing [2023-02-07T22:17:16.522Z] 9f17b827dd41: Preparing [2023-02-07T22:17:16.522Z] 43b01f82df78: Preparing [2023-02-07T22:17:16.522Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:16.522Z] 43b01f82df78: Waiting [2023-02-07T22:17:16.522Z] 34d5ebaa5410: Waiting [2023-02-07T22:17:16.522Z] c195b262334a: Layer already exists [2023-02-07T22:17:16.522Z] 9f17b827dd41: Layer already exists [2023-02-07T22:17:16.522Z] 953433587f9e: Layer already exists [2023-02-07T22:17:16.522Z] 135408fc2d32: Layer already exists [2023-02-07T22:17:16.522Z] 47a577db4478: Layer already exists [2023-02-07T22:17:16.522Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:16.522Z] 43b01f82df78: Layer already exists [2023-02-07T22:17:16.522Z] latest: digest: sha256:05c1c96d5457906f231f6f6c844e95957ae161a2d5db35199b85b411dfcae5d3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:16.866Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:17.180Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.38 [2023-02-07T22:17:17.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-07T22:17:17.180Z] c195b262334a: Preparing [2023-02-07T22:17:17.180Z] 135408fc2d32: Preparing [2023-02-07T22:17:17.180Z] 47a577db4478: Preparing [2023-02-07T22:17:17.180Z] 953433587f9e: Preparing [2023-02-07T22:17:17.180Z] 9f17b827dd41: Preparing [2023-02-07T22:17:17.180Z] 43b01f82df78: Preparing [2023-02-07T22:17:17.180Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:17.180Z] 43b01f82df78: Waiting [2023-02-07T22:17:17.180Z] 34d5ebaa5410: Waiting [2023-02-07T22:17:17.180Z] 135408fc2d32: Layer already exists [2023-02-07T22:17:17.180Z] c195b262334a: Layer already exists [2023-02-07T22:17:17.180Z] 47a577db4478: Layer already exists [2023-02-07T22:17:17.180Z] 953433587f9e: Layer already exists [2023-02-07T22:17:17.180Z] 9f17b827dd41: Layer already exists [2023-02-07T22:17:17.180Z] 43b01f82df78: Layer already exists [2023-02-07T22:17:17.180Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:17.180Z] 3.0.0-dev.38: digest: sha256:05c1c96d5457906f231f6f6c844e95957ae161a2d5db35199b85b411dfcae5d3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:17.497Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:17.803Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:17.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-07T22:17:17.803Z] c195b262334a: Preparing [2023-02-07T22:17:17.803Z] 135408fc2d32: Preparing [2023-02-07T22:17:17.803Z] 47a577db4478: Preparing [2023-02-07T22:17:17.803Z] 953433587f9e: Preparing [2023-02-07T22:17:17.803Z] 9f17b827dd41: Preparing [2023-02-07T22:17:17.803Z] 43b01f82df78: Preparing [2023-02-07T22:17:17.803Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:17.803Z] 34d5ebaa5410: Waiting [2023-02-07T22:17:17.803Z] 47a577db4478: Layer already exists [2023-02-07T22:17:17.803Z] c195b262334a: Layer already exists [2023-02-07T22:17:17.803Z] 953433587f9e: Layer already exists [2023-02-07T22:17:17.803Z] 9f17b827dd41: Layer already exists [2023-02-07T22:17:17.803Z] 135408fc2d32: Layer already exists [2023-02-07T22:17:17.803Z] 43b01f82df78: Layer already exists [2023-02-07T22:17:17.803Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:17.803Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:05c1c96d5457906f231f6f6c844e95957ae161a2d5db35199b85b411dfcae5d3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:18.122Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:18.441Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-07T22:17:18.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-07T22:17:18.441Z] c195b262334a: Preparing [2023-02-07T22:17:18.441Z] 135408fc2d32: Preparing [2023-02-07T22:17:18.441Z] 47a577db4478: Preparing [2023-02-07T22:17:18.441Z] 953433587f9e: Preparing [2023-02-07T22:17:18.441Z] 9f17b827dd41: Preparing [2023-02-07T22:17:18.441Z] 43b01f82df78: Preparing [2023-02-07T22:17:18.441Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:18.441Z] 34d5ebaa5410: Waiting [2023-02-07T22:17:18.441Z] 43b01f82df78: Waiting [2023-02-07T22:17:18.441Z] 47a577db4478: Layer already exists [2023-02-07T22:17:18.441Z] 135408fc2d32: Layer already exists [2023-02-07T22:17:18.441Z] 953433587f9e: Layer already exists [2023-02-07T22:17:18.441Z] c195b262334a: Layer already exists [2023-02-07T22:17:18.441Z] 9f17b827dd41: Layer already exists [2023-02-07T22:17:18.441Z] 43b01f82df78: Layer already exists [2023-02-07T22:17:18.441Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:18.441Z] main: digest: sha256:05c1c96d5457906f231f6f6c844e95957ae161a2d5db35199b85b411dfcae5d3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:17:18.485Z] ===================================================== [Pipeline] echo [2023-02-07T22:17:18.495Z] taggedImages: [2023-02-07T22:17:18.495Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:18.495Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-07T22:17:18.495Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.38 [2023-02-07T22:17:18.495Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:18.495Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-07T22:17:18.522Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-07T22:17:18.522Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:18.522Z] latest [2023-02-07T22:17:18.522Z] 3.0.0-dev.38 [2023-02-07T22:17:18.522Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:18.522Z] main [2023-02-07T22:17:18.522Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:18.833Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:19.137Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:19.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-07T22:17:19.137Z] fd3856fff132: Preparing [2023-02-07T22:17:19.137Z] bbb804c0d9d2: Preparing [2023-02-07T22:17:19.137Z] 363458bab4f9: Preparing [2023-02-07T22:17:19.137Z] b51dd7343c39: Preparing [2023-02-07T22:17:19.137Z] 99b039498386: Preparing [2023-02-07T22:17:19.137Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:19.137Z] 34d5ebaa5410: Waiting [2023-02-07T22:17:19.137Z] fd3856fff132: Pushed [2023-02-07T22:17:19.137Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:19.137Z] 363458bab4f9: Pushed [2023-02-07T22:17:19.137Z] bbb804c0d9d2: Pushed [2023-02-07T22:17:19.396Z] 99b039498386: Pushed [2023-02-07T22:17:25.969Z] b51dd7343c39: Pushed [2023-02-07T22:17:25.969Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:b44fac59a940c5bf4339726fa1d8a33406d3a814a8d87eed429deb7ab589ecdf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:26.283Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:26.584Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-07T22:17:26.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-07T22:17:26.584Z] fd3856fff132: Preparing [2023-02-07T22:17:26.584Z] bbb804c0d9d2: Preparing [2023-02-07T22:17:26.584Z] 363458bab4f9: Preparing [2023-02-07T22:17:26.584Z] b51dd7343c39: Preparing [2023-02-07T22:17:26.584Z] 99b039498386: Preparing [2023-02-07T22:17:26.584Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:26.584Z] bbb804c0d9d2: Layer already exists [2023-02-07T22:17:26.584Z] b51dd7343c39: Layer already exists [2023-02-07T22:17:26.584Z] 99b039498386: Layer already exists [2023-02-07T22:17:26.584Z] fd3856fff132: Layer already exists [2023-02-07T22:17:26.584Z] 363458bab4f9: Layer already exists [2023-02-07T22:17:26.584Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:26.584Z] latest: digest: sha256:b44fac59a940c5bf4339726fa1d8a33406d3a814a8d87eed429deb7ab589ecdf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:26.898Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:27.199Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.38 [2023-02-07T22:17:27.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-07T22:17:27.200Z] fd3856fff132: Preparing [2023-02-07T22:17:27.200Z] bbb804c0d9d2: Preparing [2023-02-07T22:17:27.200Z] 363458bab4f9: Preparing [2023-02-07T22:17:27.200Z] b51dd7343c39: Preparing [2023-02-07T22:17:27.200Z] 99b039498386: Preparing [2023-02-07T22:17:27.200Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:27.200Z] 34d5ebaa5410: Waiting [2023-02-07T22:17:27.200Z] 99b039498386: Layer already exists [2023-02-07T22:17:27.200Z] b51dd7343c39: Layer already exists [2023-02-07T22:17:27.200Z] 363458bab4f9: Layer already exists [2023-02-07T22:17:27.200Z] bbb804c0d9d2: Layer already exists [2023-02-07T22:17:27.200Z] fd3856fff132: Layer already exists [2023-02-07T22:17:27.200Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:27.200Z] 3.0.0-dev.38: digest: sha256:b44fac59a940c5bf4339726fa1d8a33406d3a814a8d87eed429deb7ab589ecdf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:27.512Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:27.822Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:27.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-07T22:17:27.822Z] fd3856fff132: Preparing [2023-02-07T22:17:27.822Z] bbb804c0d9d2: Preparing [2023-02-07T22:17:27.822Z] 363458bab4f9: Preparing [2023-02-07T22:17:27.822Z] b51dd7343c39: Preparing [2023-02-07T22:17:27.822Z] 99b039498386: Preparing [2023-02-07T22:17:27.822Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:27.822Z] 34d5ebaa5410: Waiting [2023-02-07T22:17:27.822Z] 363458bab4f9: Layer already exists [2023-02-07T22:17:27.822Z] bbb804c0d9d2: Layer already exists [2023-02-07T22:17:27.822Z] 99b039498386: Layer already exists [2023-02-07T22:17:27.822Z] b51dd7343c39: Layer already exists [2023-02-07T22:17:27.822Z] fd3856fff132: Layer already exists [2023-02-07T22:17:27.822Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:27.822Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:b44fac59a940c5bf4339726fa1d8a33406d3a814a8d87eed429deb7ab589ecdf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:28.136Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:28.439Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-07T22:17:28.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-07T22:17:28.439Z] fd3856fff132: Preparing [2023-02-07T22:17:28.439Z] bbb804c0d9d2: Preparing [2023-02-07T22:17:28.439Z] 363458bab4f9: Preparing [2023-02-07T22:17:28.439Z] b51dd7343c39: Preparing [2023-02-07T22:17:28.439Z] 99b039498386: Preparing [2023-02-07T22:17:28.439Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:28.439Z] 34d5ebaa5410: Waiting [2023-02-07T22:17:28.439Z] 99b039498386: Layer already exists [2023-02-07T22:17:28.439Z] 363458bab4f9: Layer already exists [2023-02-07T22:17:28.439Z] bbb804c0d9d2: Layer already exists [2023-02-07T22:17:28.439Z] b51dd7343c39: Layer already exists [2023-02-07T22:17:28.439Z] fd3856fff132: Layer already exists [2023-02-07T22:17:28.439Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:28.439Z] main: digest: sha256:b44fac59a940c5bf4339726fa1d8a33406d3a814a8d87eed429deb7ab589ecdf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:17:28.484Z] ===================================================== [Pipeline] echo [2023-02-07T22:17:28.493Z] taggedImages: [2023-02-07T22:17:28.493Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:28.493Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-07T22:17:28.493Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.38 [2023-02-07T22:17:28.493Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:28.493Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-07T22:17:28.515Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-07T22:17:28.515Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:28.515Z] latest [2023-02-07T22:17:28.515Z] 3.0.0-dev.38 [2023-02-07T22:17:28.515Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:28.515Z] main [2023-02-07T22:17:28.515Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:28.843Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:29.149Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:29.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-07T22:17:29.149Z] b341016c753c: Preparing [2023-02-07T22:17:29.149Z] 20104c31a6c2: Preparing [2023-02-07T22:17:29.149Z] f434d0db5672: Preparing [2023-02-07T22:17:29.149Z] 063eed1eb8ab: Preparing [2023-02-07T22:17:29.149Z] 43b01f82df78: Preparing [2023-02-07T22:17:29.149Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:29.150Z] 34d5ebaa5410: Waiting [2023-02-07T22:17:29.150Z] 43b01f82df78: Layer already exists [2023-02-07T22:17:29.150Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:29.150Z] b341016c753c: Pushed [2023-02-07T22:17:29.150Z] 20104c31a6c2: Pushed [2023-02-07T22:17:29.150Z] f434d0db5672: Pushed [2023-02-07T22:17:35.835Z] 063eed1eb8ab: Pushed [2023-02-07T22:17:35.835Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:e6340a1039650d2457e45f382ddb57de60ff084d4aaac6bdd38b72e594a01b24 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:36.148Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:36.447Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-07T22:17:36.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-07T22:17:36.447Z] b341016c753c: Preparing [2023-02-07T22:17:36.447Z] 20104c31a6c2: Preparing [2023-02-07T22:17:36.447Z] f434d0db5672: Preparing [2023-02-07T22:17:36.447Z] 063eed1eb8ab: Preparing [2023-02-07T22:17:36.447Z] 43b01f82df78: Preparing [2023-02-07T22:17:36.447Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:36.447Z] b341016c753c: Layer already exists [2023-02-07T22:17:36.447Z] 063eed1eb8ab: Layer already exists [2023-02-07T22:17:36.447Z] 20104c31a6c2: Layer already exists [2023-02-07T22:17:36.447Z] f434d0db5672: Layer already exists [2023-02-07T22:17:36.447Z] 43b01f82df78: Layer already exists [2023-02-07T22:17:36.447Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:36.447Z] latest: digest: sha256:e6340a1039650d2457e45f382ddb57de60ff084d4aaac6bdd38b72e594a01b24 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:36.751Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:37.056Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.38 [2023-02-07T22:17:37.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-07T22:17:37.056Z] b341016c753c: Preparing [2023-02-07T22:17:37.056Z] 20104c31a6c2: Preparing [2023-02-07T22:17:37.056Z] f434d0db5672: Preparing [2023-02-07T22:17:37.056Z] 063eed1eb8ab: Preparing [2023-02-07T22:17:37.056Z] 43b01f82df78: Preparing [2023-02-07T22:17:37.056Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:37.056Z] 34d5ebaa5410: Waiting [2023-02-07T22:17:37.056Z] f434d0db5672: Layer already exists [2023-02-07T22:17:37.056Z] 20104c31a6c2: Layer already exists [2023-02-07T22:17:37.056Z] 063eed1eb8ab: Layer already exists [2023-02-07T22:17:37.056Z] 43b01f82df78: Layer already exists [2023-02-07T22:17:37.056Z] b341016c753c: Layer already exists [2023-02-07T22:17:37.056Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:37.056Z] 3.0.0-dev.38: digest: sha256:e6340a1039650d2457e45f382ddb57de60ff084d4aaac6bdd38b72e594a01b24 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:37.368Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:37.676Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:37.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-07T22:17:37.676Z] b341016c753c: Preparing [2023-02-07T22:17:37.676Z] 20104c31a6c2: Preparing [2023-02-07T22:17:37.676Z] f434d0db5672: Preparing [2023-02-07T22:17:37.676Z] 063eed1eb8ab: Preparing [2023-02-07T22:17:37.676Z] 43b01f82df78: Preparing [2023-02-07T22:17:37.676Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:37.676Z] 063eed1eb8ab: Layer already exists [2023-02-07T22:17:37.676Z] f434d0db5672: Layer already exists [2023-02-07T22:17:37.676Z] 43b01f82df78: Layer already exists [2023-02-07T22:17:37.676Z] b341016c753c: Layer already exists [2023-02-07T22:17:37.676Z] 20104c31a6c2: Layer already exists [2023-02-07T22:17:37.676Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:37.676Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:e6340a1039650d2457e45f382ddb57de60ff084d4aaac6bdd38b72e594a01b24 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:37.997Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:38.336Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-07T22:17:38.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-07T22:17:38.336Z] b341016c753c: Preparing [2023-02-07T22:17:38.336Z] 20104c31a6c2: Preparing [2023-02-07T22:17:38.336Z] f434d0db5672: Preparing [2023-02-07T22:17:38.336Z] 063eed1eb8ab: Preparing [2023-02-07T22:17:38.336Z] 43b01f82df78: Preparing [2023-02-07T22:17:38.336Z] 34d5ebaa5410: Preparing [2023-02-07T22:17:38.336Z] 20104c31a6c2: Layer already exists [2023-02-07T22:17:38.336Z] 34d5ebaa5410: Layer already exists [2023-02-07T22:17:38.336Z] 063eed1eb8ab: Layer already exists [2023-02-07T22:17:38.336Z] 43b01f82df78: Layer already exists [2023-02-07T22:17:38.336Z] f434d0db5672: Layer already exists [2023-02-07T22:17:38.336Z] b341016c753c: Layer already exists [2023-02-07T22:17:38.336Z] main: digest: sha256:e6340a1039650d2457e45f382ddb57de60ff084d4aaac6bdd38b72e594a01b24 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:17:38.397Z] ===================================================== [Pipeline] echo [2023-02-07T22:17:38.406Z] taggedImages: [2023-02-07T22:17:38.406Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:38.406Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-07T22:17:38.406Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.38 [2023-02-07T22:17:38.406Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:38.406Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-07T22:17:38.428Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-07T22:17:38.428Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:38.428Z] latest [2023-02-07T22:17:38.428Z] 3.0.0-dev.38 [2023-02-07T22:17:38.428Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:38.428Z] main [2023-02-07T22:17:38.429Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:38.797Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:39.107Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:39.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-07T22:17:39.107Z] 7baf3eba9a56: Preparing [2023-02-07T22:17:39.107Z] 479f9f0f243a: Preparing [2023-02-07T22:17:39.107Z] 510286d38826: Preparing [2023-02-07T22:17:39.107Z] 5059c9fdb533: Preparing [2023-02-07T22:17:39.107Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:39.107Z] 510286d38826: Layer already exists [2023-02-07T22:17:39.107Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:39.107Z] 7baf3eba9a56: Pushed [2023-02-07T22:17:39.367Z] 5059c9fdb533: Pushed [2023-02-07T22:17:41.903Z] 479f9f0f243a: Pushed [2023-02-07T22:17:41.903Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:888ffcde4d0af078ac95adf25a34c731a727a9693e6cd7c18b2e8f51ab750a10 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:42.209Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:42.515Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-07T22:17:42.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-07T22:17:42.515Z] 7baf3eba9a56: Preparing [2023-02-07T22:17:42.515Z] 479f9f0f243a: Preparing [2023-02-07T22:17:42.515Z] 510286d38826: Preparing [2023-02-07T22:17:42.515Z] 5059c9fdb533: Preparing [2023-02-07T22:17:42.515Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:42.515Z] 510286d38826: Layer already exists [2023-02-07T22:17:42.515Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:42.515Z] 7baf3eba9a56: Layer already exists [2023-02-07T22:17:42.515Z] 479f9f0f243a: Layer already exists [2023-02-07T22:17:42.515Z] 5059c9fdb533: Layer already exists [2023-02-07T22:17:42.515Z] latest: digest: sha256:888ffcde4d0af078ac95adf25a34c731a727a9693e6cd7c18b2e8f51ab750a10 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:42.818Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:43.127Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.38 [2023-02-07T22:17:43.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-07T22:17:43.127Z] 7baf3eba9a56: Preparing [2023-02-07T22:17:43.127Z] 479f9f0f243a: Preparing [2023-02-07T22:17:43.127Z] 510286d38826: Preparing [2023-02-07T22:17:43.127Z] 5059c9fdb533: Preparing [2023-02-07T22:17:43.127Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:43.127Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:43.127Z] 5059c9fdb533: Layer already exists [2023-02-07T22:17:43.127Z] 479f9f0f243a: Layer already exists [2023-02-07T22:17:43.127Z] 7baf3eba9a56: Layer already exists [2023-02-07T22:17:43.127Z] 510286d38826: Layer already exists [2023-02-07T22:17:43.127Z] 3.0.0-dev.38: digest: sha256:888ffcde4d0af078ac95adf25a34c731a727a9693e6cd7c18b2e8f51ab750a10 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:43.430Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:43.733Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:43.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-07T22:17:43.733Z] 7baf3eba9a56: Preparing [2023-02-07T22:17:43.733Z] 479f9f0f243a: Preparing [2023-02-07T22:17:43.733Z] 510286d38826: Preparing [2023-02-07T22:17:43.733Z] 5059c9fdb533: Preparing [2023-02-07T22:17:43.733Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:43.733Z] 5059c9fdb533: Layer already exists [2023-02-07T22:17:43.733Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:43.733Z] 479f9f0f243a: Layer already exists [2023-02-07T22:17:43.733Z] 7baf3eba9a56: Layer already exists [2023-02-07T22:17:43.733Z] 510286d38826: Layer already exists [2023-02-07T22:17:43.733Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:888ffcde4d0af078ac95adf25a34c731a727a9693e6cd7c18b2e8f51ab750a10 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:44.048Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:44.352Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-07T22:17:44.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-07T22:17:44.352Z] 7baf3eba9a56: Preparing [2023-02-07T22:17:44.352Z] 479f9f0f243a: Preparing [2023-02-07T22:17:44.352Z] 510286d38826: Preparing [2023-02-07T22:17:44.352Z] 5059c9fdb533: Preparing [2023-02-07T22:17:44.352Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:44.352Z] 510286d38826: Layer already exists [2023-02-07T22:17:44.352Z] 5059c9fdb533: Layer already exists [2023-02-07T22:17:44.352Z] 479f9f0f243a: Layer already exists [2023-02-07T22:17:44.352Z] 7baf3eba9a56: Layer already exists [2023-02-07T22:17:44.352Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:44.352Z] main: digest: sha256:888ffcde4d0af078ac95adf25a34c731a727a9693e6cd7c18b2e8f51ab750a10 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:17:44.385Z] ===================================================== [Pipeline] echo [2023-02-07T22:17:44.391Z] taggedImages: [2023-02-07T22:17:44.391Z] - nexus3.edgexfoundry.org:10004/support-notifications:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:44.391Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-07T22:17:44.391Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.38 [2023-02-07T22:17:44.391Z] - nexus3.edgexfoundry.org:10004/support-notifications:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:44.391Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-02-07T22:17:44.406Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-07T22:17:44.406Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:44.406Z] latest [2023-02-07T22:17:44.406Z] 3.0.0-dev.38 [2023-02-07T22:17:44.406Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:44.406Z] main [2023-02-07T22:17:44.406Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:44.716Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:45.012Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:45.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-07T22:17:45.012Z] b68d8166d51f: Preparing [2023-02-07T22:17:45.012Z] 614e6f94f5d6: Preparing [2023-02-07T22:17:45.012Z] 510286d38826: Preparing [2023-02-07T22:17:45.012Z] 5a2b2272f91b: Preparing [2023-02-07T22:17:45.012Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:45.012Z] 510286d38826: Layer already exists [2023-02-07T22:17:45.012Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:45.012Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:17:45.012Z] b68d8166d51f: Pushed [2023-02-07T22:17:47.552Z] 614e6f94f5d6: Pushed [2023-02-07T22:17:47.552Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:5a90074b348c99676f3905b7a13081eaeb4c98cbb7745c17b44e7d5d90c786ab size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:47.869Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:48.173Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-07T22:17:48.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-07T22:17:48.173Z] b68d8166d51f: Preparing [2023-02-07T22:17:48.173Z] 614e6f94f5d6: Preparing [2023-02-07T22:17:48.173Z] 510286d38826: Preparing [2023-02-07T22:17:48.173Z] 5a2b2272f91b: Preparing [2023-02-07T22:17:48.173Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:48.173Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:48.173Z] b68d8166d51f: Layer already exists [2023-02-07T22:17:48.173Z] 510286d38826: Layer already exists [2023-02-07T22:17:48.173Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:17:48.173Z] 614e6f94f5d6: Layer already exists [2023-02-07T22:17:48.173Z] latest: digest: sha256:5a90074b348c99676f3905b7a13081eaeb4c98cbb7745c17b44e7d5d90c786ab size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:48.486Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:48.793Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.38 [2023-02-07T22:17:48.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-07T22:17:48.793Z] b68d8166d51f: Preparing [2023-02-07T22:17:48.793Z] 614e6f94f5d6: Preparing [2023-02-07T22:17:48.793Z] 510286d38826: Preparing [2023-02-07T22:17:48.793Z] 5a2b2272f91b: Preparing [2023-02-07T22:17:48.793Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:48.793Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:48.793Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:17:48.793Z] b68d8166d51f: Layer already exists [2023-02-07T22:17:48.793Z] 614e6f94f5d6: Layer already exists [2023-02-07T22:17:48.793Z] 510286d38826: Layer already exists [2023-02-07T22:17:48.793Z] 3.0.0-dev.38: digest: sha256:5a90074b348c99676f3905b7a13081eaeb4c98cbb7745c17b44e7d5d90c786ab size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:49.100Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:49.397Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:49.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-07T22:17:49.397Z] b68d8166d51f: Preparing [2023-02-07T22:17:49.397Z] 614e6f94f5d6: Preparing [2023-02-07T22:17:49.397Z] 510286d38826: Preparing [2023-02-07T22:17:49.397Z] 5a2b2272f91b: Preparing [2023-02-07T22:17:49.397Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:49.397Z] b68d8166d51f: Layer already exists [2023-02-07T22:17:49.397Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:49.397Z] 510286d38826: Layer already exists [2023-02-07T22:17:49.397Z] 614e6f94f5d6: Layer already exists [2023-02-07T22:17:49.397Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:17:49.397Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:5a90074b348c99676f3905b7a13081eaeb4c98cbb7745c17b44e7d5d90c786ab size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:49.718Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:17:50.033Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-07T22:17:50.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-07T22:17:50.033Z] b68d8166d51f: Preparing [2023-02-07T22:17:50.033Z] 614e6f94f5d6: Preparing [2023-02-07T22:17:50.033Z] 510286d38826: Preparing [2023-02-07T22:17:50.033Z] 5a2b2272f91b: Preparing [2023-02-07T22:17:50.033Z] e5e13b0c77cb: Preparing [2023-02-07T22:17:50.033Z] b68d8166d51f: Layer already exists [2023-02-07T22:17:50.033Z] 5a2b2272f91b: Layer already exists [2023-02-07T22:17:50.033Z] 614e6f94f5d6: Layer already exists [2023-02-07T22:17:50.033Z] 510286d38826: Layer already exists [2023-02-07T22:17:50.033Z] e5e13b0c77cb: Layer already exists [2023-02-07T22:17:50.033Z] main: digest: sha256:5a90074b348c99676f3905b7a13081eaeb4c98cbb7745c17b44e7d5d90c786ab size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:17:50.070Z] ===================================================== [Pipeline] echo [2023-02-07T22:17:50.078Z] taggedImages: [2023-02-07T22:17:50.078Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:17:50.078Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-07T22:17:50.078Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.38 [2023-02-07T22:17:50.078Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:17:50.078Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-07T22:18:39.827Z] Removing intermediate container 769dcdbc2bd2 [2023-02-07T22:18:39.827Z] ---> e8049bb57408 [2023-02-07T22:18:39.827Z] Step 7/24 : COPY . . [2023-02-07T22:18:39.827Z] Removing intermediate container 4e5d5dbc5df5 [2023-02-07T22:18:39.827Z] ---> 317b6cbbb116 [2023-02-07T22:18:39.827Z] Step 8/22 : COPY . . [2023-02-07T22:18:39.827Z] Removing intermediate container 3c34a4b3e630 [2023-02-07T22:18:39.827Z] ---> 5b5bc93d4818 [2023-02-07T22:18:39.827Z] Step 7/19 : COPY . . [2023-02-07T22:18:39.827Z] Removing intermediate container 8b1b41780616 [2023-02-07T22:18:39.827Z] ---> 16d85507aa0a [2023-02-07T22:18:39.827Z] Step 7/24 : COPY . . [2023-02-07T22:18:39.827Z] Removing intermediate container 25443bf93786 [2023-02-07T22:18:39.827Z] ---> 44120c130403 [2023-02-07T22:18:39.827Z] Step 7/24 : COPY . . [2023-02-07T22:18:39.827Z] ---> d0bae0586ee2 [2023-02-07T22:18:39.827Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-07T22:18:40.094Z] ---> Running in b307fb51d500 [2023-02-07T22:18:41.067Z] ---> 91e54c0bb572 [2023-02-07T22:18:41.067Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-07T22:18:41.067Z] ---> Running in 61c68881002e [2023-02-07T22:18:41.352Z] Removing intermediate container b307fb51d500 [2023-02-07T22:18:41.352Z] ---> b68b3545805a [2023-02-07T22:18:41.352Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-07T22:18:41.352Z] ---> f2b310aafdae [2023-02-07T22:18:41.352Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-07T22:18:41.620Z] ---> bf17ba87f323 [2023-02-07T22:18:41.620Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-07T22:18:41.620Z] ---> Running in ba67d2e77a09 [2023-02-07T22:18:41.620Z] ---> e978a722d07b [2023-02-07T22:18:41.620Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-07T22:18:41.900Z] ---> Running in a42c9bb52e7d [2023-02-07T22:18:41.900Z] ---> Running in e9086fcfcf10 [2023-02-07T22:18:41.900Z] ---> Running in 1679bf8546d5 [2023-02-07T22:18:42.486Z] Removing intermediate container ba67d2e77a09 [2023-02-07T22:18:42.486Z] ---> 70433e36f09f [2023-02-07T22:18:42.486Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-07T22:18:42.770Z] Removing intermediate container 1679bf8546d5 [2023-02-07T22:18:42.770Z] ---> 64c2146a508b [2023-02-07T22:18:42.770Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-07T22:18:42.770Z] ---> Running in 839209bb437b [2023-02-07T22:18:43.353Z] ---> Running in 38f877b2963a [2023-02-07T22:18:43.940Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-07T22:18:45.909Z] Removing intermediate container 38f877b2963a [2023-02-07T22:18:45.909Z] ---> 496973417918 [2023-02-07T22:18:45.909Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-07T22:18:45.909Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-07T22:18:45.909Z] ---> Running in 8b5fd65bfc59 [2023-02-07T22:18:46.178Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-07T22:18:50.457Z] Removing intermediate container 839209bb437b [2023-02-07T22:18:50.457Z] ---> b34614b1a97c [2023-02-07T22:18:50.457Z] Step 11/24 : WORKDIR /edgex-go [2023-02-07T22:18:50.457Z] ---> Running in cf45f74e6dad [2023-02-07T22:18:51.045Z] Removing intermediate container cf45f74e6dad [2023-02-07T22:18:51.045Z] ---> ca1eff97f263 [2023-02-07T22:18:51.045Z] [2023-02-07T22:18:51.045Z] Step 12/24 : FROM alpine:3.15 [2023-02-07T22:18:51.322Z] 3.15: Pulling from library/alpine [2023-02-07T22:18:53.313Z] Removing intermediate container 8b5fd65bfc59 [2023-02-07T22:18:53.313Z] ---> 2f15c4b1b6a8 [2023-02-07T22:18:53.313Z] Step 11/24 : WORKDIR /edgex-go [2023-02-07T22:18:53.313Z] ---> Running in c7348b028953 [2023-02-07T22:18:54.307Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-07T22:18:54.307Z] Status: Downloaded newer image for alpine:3.15 [2023-02-07T22:18:54.307Z] ---> 8aa73fd46299 [2023-02-07T22:18:54.307Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T22:18:54.307Z] Removing intermediate container c7348b028953 [2023-02-07T22:18:54.307Z] ---> 2393478c1e58 [2023-02-07T22:18:54.307Z] [2023-02-07T22:18:54.307Z] Step 12/24 : FROM alpine:3.15 [2023-02-07T22:18:54.307Z] ---> 8aa73fd46299 [2023-02-07T22:18:54.307Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T22:18:54.576Z] ---> Running in 14e0f83f1447 [2023-02-07T22:18:54.576Z] ---> Running in 73d68e868ba9 [2023-02-07T22:18:55.572Z] Removing intermediate container 14e0f83f1447 [2023-02-07T22:18:55.572Z] ---> dbb72eb83b69 [2023-02-07T22:18:55.572Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-07T22:18:55.572Z] Removing intermediate container 73d68e868ba9 [2023-02-07T22:18:55.840Z] ---> b10aa569f4f9 [2023-02-07T22:18:55.840Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-07T22:18:55.840Z] ---> Running in 3e2fe2bda192 [2023-02-07T22:18:56.116Z] ---> Running in 0ff3ffd012d6 [2023-02-07T22:18:59.464Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:18:59.464Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:18:59.732Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:19:00.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:19:01.411Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T22:19:01.411Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T22:19:01.411Z] OK: 15736 distinct packages available [2023-02-07T22:19:02.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:19:02.001Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T22:19:02.001Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T22:19:02.001Z] OK: 15736 distinct packages available [2023-02-07T22:19:02.271Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:19:02.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:19:03.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:19:04.544Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-07T22:19:04.544Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-07T22:19:04.544Z] (3/5) Installing libucontext (1.1-r0) [2023-02-07T22:19:04.544Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-07T22:19:04.544Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-07T22:19:04.544Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T22:19:04.544Z] OK: 6 MiB in 19 packages [2023-02-07T22:19:05.126Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-07T22:19:05.126Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-07T22:19:05.126Z] (3/4) Installing libucontext (1.1-r0) [2023-02-07T22:19:05.126Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-07T22:19:05.126Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T22:19:05.126Z] OK: 6 MiB in 18 packages [2023-02-07T22:19:08.513Z] Removing intermediate container 0ff3ffd012d6 [2023-02-07T22:19:08.513Z] ---> 176ca3ef9232 [2023-02-07T22:19:08.513Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-07T22:19:08.513Z] Removing intermediate container 3e2fe2bda192 [2023-02-07T22:19:08.513Z] ---> d8568b461f1b [2023-02-07T22:19:08.513Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-07T22:19:17.192Z] ---> 6aecbbec033f [2023-02-07T22:19:17.192Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-07T22:19:22.632Z] ---> 093818fe6b44 [2023-02-07T22:19:22.632Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-07T22:19:24.577Z] ---> e5ec81b040f4 [2023-02-07T22:19:24.577Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-07T22:19:24.844Z] ---> Running in f59177e95f0f [2023-02-07T22:19:26.785Z] Removing intermediate container f59177e95f0f [2023-02-07T22:19:26.785Z] ---> cccbd5590132 [2023-02-07T22:19:26.785Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-07T22:19:29.368Z] ---> 760989b33ddd [2023-02-07T22:19:29.368Z] Step 19/24 : WORKDIR / [2023-02-07T22:19:29.635Z] ---> a7a38eae1699 [2023-02-07T22:19:29.635Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-07T22:19:29.635Z] ---> Running in 382ee5bb688f [2023-02-07T22:19:30.610Z] Removing intermediate container 382ee5bb688f [2023-02-07T22:19:30.610Z] ---> 047d51208f27 [2023-02-07T22:19:30.610Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-07T22:19:30.882Z] ---> Running in 8a2333ab59ce [2023-02-07T22:19:31.842Z] ---> b1ebefa5382a [2023-02-07T22:19:31.842Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-07T22:19:32.111Z] Removing intermediate container 8a2333ab59ce [2023-02-07T22:19:32.111Z] ---> c2bff9f70b59 [2023-02-07T22:19:32.111Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-07T22:19:32.111Z] ---> Running in b4f44ab919c0 [2023-02-07T22:19:33.086Z] Removing intermediate container b4f44ab919c0 [2023-02-07T22:19:33.086Z] ---> 5b3186008941 [2023-02-07T22:19:33.086Z] Step 22/24 : LABEL arch=arm64 [2023-02-07T22:19:33.364Z] ---> Running in c3a33cc2d500 [2023-02-07T22:19:33.951Z] ---> 19b9d2cf5280 [2023-02-07T22:19:33.951Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-07T22:19:34.537Z] Removing intermediate container c3a33cc2d500 [2023-02-07T22:19:34.537Z] ---> 89bec8c719bc [2023-02-07T22:19:34.537Z] Step 23/24 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:19:34.810Z] ---> Running in 4dff25a314f5 [2023-02-07T22:19:36.774Z] Removing intermediate container 4dff25a314f5 [2023-02-07T22:19:36.774Z] ---> 2520014c5e0a [2023-02-07T22:19:36.774Z] ---> dd4c1b48d355 [2023-02-07T22:19:36.774Z] Step 24/24 : LABEL version=3.0.0-dev.38 [2023-02-07T22:19:36.774Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-07T22:19:36.774Z] ---> Running in 14dd7543cdd0 [2023-02-07T22:19:36.774Z] ---> Running in 3a700b543949 [2023-02-07T22:19:38.191Z] Removing intermediate container 14dd7543cdd0 [2023-02-07T22:19:38.191Z] ---> a1a1fd6d343d [2023-02-07T22:19:38.191Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-07T22:19:38.191Z] Removing intermediate container 3a700b543949 [2023-02-07T22:19:38.191Z] ---> 73f8ba20ce80 [2023-02-07T22:19:38.191Z] [2023-02-07T22:19:38.191Z] ---> Running in d272aec8342e [2023-02-07T22:19:38.191Z] Successfully built 73f8ba20ce80 [2023-02-07T22:19:38.191Z] Successfully tagged security-spire-config-arm64:latest [2023-02-07T22:19:38.191Z]  Building security-spire-config ... done Building support-notifications [2023-02-07T22:19:40.186Z] Removing intermediate container d272aec8342e [2023-02-07T22:19:40.186Z] ---> 982c31a97a44 [2023-02-07T22:19:40.186Z] Step 22/24 : LABEL arch=arm64 [2023-02-07T22:19:40.186Z] ---> Running in 934f2d933ba4 [2023-02-07T22:19:41.161Z] Removing intermediate container 934f2d933ba4 [2023-02-07T22:19:41.161Z] ---> 905b5a0a02c5 [2023-02-07T22:19:41.161Z] Step 23/24 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:19:41.745Z] ---> Running in 4481e27569b6 [2023-02-07T22:19:42.334Z] Removing intermediate container 4481e27569b6 [2023-02-07T22:19:42.334Z] ---> b4952a3c06f3 [2023-02-07T22:19:42.334Z] Step 24/24 : LABEL version=3.0.0-dev.38 [2023-02-07T22:19:42.601Z] ---> Running in d0385c76db6b [2023-02-07T22:19:44.017Z] Removing intermediate container d0385c76db6b [2023-02-07T22:19:44.017Z] ---> d76991254491 [2023-02-07T22:19:44.017Z] [2023-02-07T22:19:44.286Z] Successfully built d76991254491 [2023-02-07T22:19:44.286Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-07T22:19:44.286Z] Building core-command [2023-02-07T22:19:44.556Z]  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:19:44.556Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:19:44.556Z] ---> abdd7e64582b [2023-02-07T22:19:44.829Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:19:44.829Z] ---> Using cache [2023-02-07T22:19:44.829Z] ---> 3fd95c60a1ed [2023-02-07T22:19:44.829Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T22:19:44.829Z] ---> Using cache [2023-02-07T22:19:44.829Z] ---> 9c7cb05d07e8 [2023-02-07T22:19:44.829Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-07T22:19:45.096Z] ---> Running in 46e1b51ec036 [2023-02-07T22:19:47.686Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:19:47.955Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:19:49.366Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:19:49.366Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:19:49.366Z] ---> abdd7e64582b [2023-02-07T22:19:49.366Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:19:49.366Z] ---> Using cache [2023-02-07T22:19:49.366Z] ---> 3fd95c60a1ed [2023-02-07T22:19:49.366Z] Step 4/23 : WORKDIR /edgex-go [2023-02-07T22:19:49.366Z] ---> Using cache [2023-02-07T22:19:49.366Z] ---> 9c7cb05d07e8 [2023-02-07T22:19:49.366Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-07T22:19:49.366Z] ---> Using cache [2023-02-07T22:19:49.366Z] ---> 6ad84d589e49 [2023-02-07T22:19:49.366Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-07T22:19:49.366Z] ---> Using cache [2023-02-07T22:19:49.366Z] ---> 1309b05a5059 [2023-02-07T22:19:49.366Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:19:49.366Z] ---> Using cache [2023-02-07T22:19:49.366Z] ---> 317b6cbbb116 [2023-02-07T22:19:49.366Z] Step 8/23 : COPY . . [2023-02-07T22:19:49.366Z] ---> Using cache [2023-02-07T22:19:49.366Z] ---> 91e54c0bb572 [2023-02-07T22:19:49.366Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-07T22:19:49.638Z] ---> Running in 00c56153685b [2023-02-07T22:19:49.638Z] OK: 221 MiB in 51 packages [2023-02-07T22:19:51.590Z] Removing intermediate container 46e1b51ec036 [2023-02-07T22:19:51.590Z] ---> 016f471d0f2b [2023-02-07T22:19:51.590Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T22:19:52.178Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-07T22:19:52.763Z] ---> 7c5c5120c563 [2023-02-07T22:19:52.763Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:19:52.763Z] ---> Running in a2b7d6b20d3a [2023-02-07T22:21:44.477Z] Removing intermediate container a2b7d6b20d3a [2023-02-07T22:21:44.477Z] ---> 76d11dd345a9 [2023-02-07T22:21:44.477Z] Step 8/22 : COPY . . [2023-02-07T22:21:44.477Z] ---> 87eb59dd9ecb [2023-02-07T22:21:44.477Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-07T22:21:44.477Z] ---> Running in 3cc227953164 [2023-02-07T22:21:45.884Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-07T22:25:22.644Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-07T22:25:30.839Z] Removing intermediate container a42c9bb52e7d [2023-02-07T22:25:30.839Z] ---> 72fc50256d21 [2023-02-07T22:25:30.839Z] [2023-02-07T22:25:30.839Z] Step 9/24 : FROM alpine:3.16 [2023-02-07T22:25:30.839Z] 3.16: Pulling from library/alpine [2023-02-07T22:25:31.420Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-07T22:25:31.420Z] Status: Downloaded newer image for alpine:3.16 [2023-02-07T22:25:31.420Z] ---> 2b4661558fb8 [2023-02-07T22:25:31.420Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-07T22:25:31.686Z] ---> Running in 82141fd670d4 [2023-02-07T22:25:35.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:25:35.286Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:25:36.695Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-07T22:25:36.962Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-07T22:25:36.962Z] (3/3) Installing su-exec (0.2-r1) [2023-02-07T22:25:36.962Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:25:36.962Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T22:25:37.545Z] OK: 6 MiB in 17 packages [2023-02-07T22:25:40.130Z] Removing intermediate container 82141fd670d4 [2023-02-07T22:25:40.130Z] ---> 56841f21c15f [2023-02-07T22:25:40.130Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-07T22:25:40.130Z] ---> Running in e21552f051f9 [2023-02-07T22:25:40.404Z] Removing intermediate container e21552f051f9 [2023-02-07T22:25:40.404Z] ---> 6b46f7731769 [2023-02-07T22:25:40.404Z] Step 12/24 : WORKDIR / [2023-02-07T22:25:40.673Z] ---> Running in 4472f9685880 [2023-02-07T22:25:41.294Z] Removing intermediate container 4472f9685880 [2023-02-07T22:25:41.294Z] ---> 754bcf8fdde9 [2023-02-07T22:25:41.294Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-07T22:25:41.911Z] ---> 95a467541b2a [2023-02-07T22:25:41.911Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-07T22:25:43.324Z] ---> a966032baf4f [2023-02-07T22:25:43.324Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-07T22:25:43.907Z] ---> 1e0a2f52ff2d [2023-02-07T22:25:43.907Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-07T22:25:44.865Z] ---> 8c8f79d26224 [2023-02-07T22:25:44.865Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-07T22:25:46.808Z] ---> bbe23c20b029 [2023-02-07T22:25:46.808Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-07T22:25:48.750Z] ---> eac9c777e939 [2023-02-07T22:25:48.750Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-07T22:25:49.355Z] ---> 91d84adc60e7 [2023-02-07T22:25:49.355Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-07T22:25:49.355Z] ---> Running in 56d67ffa7ba9 [2023-02-07T22:25:52.700Z] Removing intermediate container 56d67ffa7ba9 [2023-02-07T22:25:52.700Z] ---> b57f9c0ce712 [2023-02-07T22:25:52.700Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-07T22:25:52.966Z] ---> Running in 6a47fd1dee34 [2023-02-07T22:25:53.232Z] Removing intermediate container 6a47fd1dee34 [2023-02-07T22:25:53.232Z] ---> 841c326856ee [2023-02-07T22:25:53.232Z] Step 22/24 : LABEL arch=arm64 [2023-02-07T22:25:53.499Z] ---> Running in 8c86ce3c2b85 [2023-02-07T22:25:54.084Z] Removing intermediate container 8c86ce3c2b85 [2023-02-07T22:25:54.084Z] ---> b5cb5cd2e7b6 [2023-02-07T22:25:54.084Z] Step 23/24 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:25:54.084Z] ---> Running in 893ab24857a3 [2023-02-07T22:25:54.667Z] Removing intermediate container 893ab24857a3 [2023-02-07T22:25:54.667Z] ---> 41e6713673ad [2023-02-07T22:25:54.667Z] Step 24/24 : LABEL version=3.0.0-dev.38 [2023-02-07T22:25:54.667Z] ---> Running in 55ec9c975a63 [2023-02-07T22:25:55.250Z] Removing intermediate container 55ec9c975a63 [2023-02-07T22:25:55.250Z] ---> 8cd386ecf319 [2023-02-07T22:25:55.250Z] [2023-02-07T22:25:55.516Z] Successfully built 8cd386ecf319 [2023-02-07T22:25:55.516Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-07T22:25:55.516Z] Building security-spire-server [2023-02-07T22:25:59.836Z]  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:25:59.836Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:25:59.836Z] ---> abdd7e64582b [2023-02-07T22:25:59.836Z] Step 3/23 : WORKDIR /edgex-go [2023-02-07T22:25:59.836Z] ---> Using cache [2023-02-07T22:25:59.836Z] ---> 305fcb685cf1 [2023-02-07T22:25:59.836Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-07T22:25:59.836Z] ---> Using cache [2023-02-07T22:25:59.836Z] ---> 0ac0811b510e [2023-02-07T22:25:59.836Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-07T22:25:59.836Z] ---> Using cache [2023-02-07T22:25:59.836Z] ---> a92b75475f79 [2023-02-07T22:25:59.836Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:25:59.836Z] ---> Using cache [2023-02-07T22:25:59.836Z] ---> 16d85507aa0a [2023-02-07T22:25:59.836Z] Step 7/23 : COPY . . [2023-02-07T22:25:59.836Z] ---> Using cache [2023-02-07T22:25:59.836Z] ---> e978a722d07b [2023-02-07T22:25:59.836Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-07T22:25:59.836Z] ---> Using cache [2023-02-07T22:25:59.836Z] ---> 64c2146a508b [2023-02-07T22:25:59.836Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-07T22:25:59.836Z] ---> Using cache [2023-02-07T22:25:59.836Z] ---> 496973417918 [2023-02-07T22:25:59.836Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-07T22:26:00.104Z] ---> Running in d5de03d8e80d [2023-02-07T22:26:03.446Z] Removing intermediate container d5de03d8e80d [2023-02-07T22:26:03.446Z] ---> 1e63b2e819c0 [2023-02-07T22:26:03.446Z] Step 11/23 : WORKDIR /edgex-go [2023-02-07T22:26:03.718Z] ---> Running in f12206aff51c [2023-02-07T22:26:04.303Z] Removing intermediate container f12206aff51c [2023-02-07T22:26:04.303Z] ---> 2c940461b842 [2023-02-07T22:26:04.303Z] [2023-02-07T22:26:04.303Z] Step 12/23 : FROM alpine:3.15 [2023-02-07T22:26:04.303Z] ---> 8aa73fd46299 [2023-02-07T22:26:04.303Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T22:26:04.303Z] ---> Using cache [2023-02-07T22:26:04.303Z] ---> b10aa569f4f9 [2023-02-07T22:26:04.303Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-07T22:26:04.303Z] ---> Using cache [2023-02-07T22:26:04.303Z] ---> 176ca3ef9232 [2023-02-07T22:26:04.303Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-07T22:26:10.959Z] ---> ca9f3fec43b6 [2023-02-07T22:26:10.959Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-07T22:26:10.959Z] ---> a9c9a014c2e1 [2023-02-07T22:26:10.959Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-07T22:26:11.921Z] ---> aa53bad80798 [2023-02-07T22:26:11.921Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-07T22:26:12.886Z] ---> aded32037595 [2023-02-07T22:26:12.886Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-07T22:26:13.153Z] ---> Running in e2cee9375de9 [2023-02-07T22:26:13.740Z] Removing intermediate container e2cee9375de9 [2023-02-07T22:26:13.740Z] ---> dd88b22a7541 [2023-02-07T22:26:13.740Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-07T22:26:14.008Z] ---> Running in 2c4297588c6b [2023-02-07T22:26:14.600Z] Removing intermediate container 2c4297588c6b [2023-02-07T22:26:14.600Z] ---> 0c07d6ca1506 [2023-02-07T22:26:14.600Z] Step 21/23 : LABEL arch=arm64 [2023-02-07T22:26:14.600Z] ---> Running in 2fe359800480 [2023-02-07T22:26:15.187Z] Removing intermediate container 2fe359800480 [2023-02-07T22:26:15.187Z] ---> d56eb1bbeadf [2023-02-07T22:26:15.187Z] Step 22/23 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:26:15.187Z] ---> Running in 87103562339b [2023-02-07T22:26:15.769Z] Removing intermediate container 87103562339b [2023-02-07T22:26:15.769Z] ---> e3a649d3b5d4 [2023-02-07T22:26:15.769Z] Step 23/23 : LABEL version=3.0.0-dev.38 [2023-02-07T22:26:16.037Z] ---> Running in 5bad11e4a520 [2023-02-07T22:26:16.628Z] Removing intermediate container 5bad11e4a520 [2023-02-07T22:26:16.628Z] ---> 081112d81796 [2023-02-07T22:26:16.628Z] [2023-02-07T22:26:16.628Z] Successfully built 081112d81796 [2023-02-07T22:26:16.628Z] Successfully tagged security-spire-server-arm64:latest [2023-02-07T22:26:16.628Z] Building security-bootstrapper [2023-02-07T22:26:19.962Z]  Building security-spire-server ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:26:19.962Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:26:19.962Z] ---> abdd7e64582b [2023-02-07T22:26:19.962Z] Step 3/32 : WORKDIR /edgex-go [2023-02-07T22:26:19.962Z] ---> Using cache [2023-02-07T22:26:19.962Z] ---> 305fcb685cf1 [2023-02-07T22:26:19.962Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-07T22:26:20.229Z] ---> Running in f35229c548a4 [2023-02-07T22:26:22.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:26:22.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:26:24.765Z] OK: 221 MiB in 51 packages [2023-02-07T22:26:26.179Z] Removing intermediate container f35229c548a4 [2023-02-07T22:26:26.179Z] ---> 2a3ea27acec7 [2023-02-07T22:26:26.179Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-07T22:26:26.761Z] ---> c190e119ac51 [2023-02-07T22:26:26.761Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:26:27.028Z] ---> Running in 7dec3d2045a2 [2023-02-07T22:27:06.064Z] Removing intermediate container 00c56153685b [2023-02-07T22:27:06.064Z] ---> 2cbaef3cac41 [2023-02-07T22:27:06.064Z] [2023-02-07T22:27:06.064Z] Step 10/23 : FROM alpine:3.16 [2023-02-07T22:27:06.064Z] ---> 2b4661558fb8 [2023-02-07T22:27:06.064Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-07T22:27:06.064Z] ---> Running in 681609039e88 [2023-02-07T22:27:07.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:27:08.167Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:27:09.587Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T22:27:09.587Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:27:09.858Z] OK: 5 MiB in 15 packages [2023-02-07T22:27:11.804Z] Removing intermediate container 681609039e88 [2023-02-07T22:27:11.804Z] ---> 7809c01b44fe [2023-02-07T22:27:11.804Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T22:27:11.804Z] ---> Running in bec5b00e5922 [2023-02-07T22:27:12.082Z] Removing intermediate container bec5b00e5922 [2023-02-07T22:27:12.082Z] ---> fffdbd0f5d55 [2023-02-07T22:27:12.082Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-07T22:27:12.352Z] ---> Running in def2c20441e8 [2023-02-07T22:27:12.944Z] Removing intermediate container def2c20441e8 [2023-02-07T22:27:12.944Z] ---> 0697a3dfa7d6 [2023-02-07T22:27:12.944Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-07T22:27:12.944Z] ---> Running in a7774fb189f1 [2023-02-07T22:27:13.533Z] Removing intermediate container a7774fb189f1 [2023-02-07T22:27:13.533Z] ---> 25b7b1de0bf6 [2023-02-07T22:27:13.533Z] Step 15/23 : WORKDIR / [2023-02-07T22:27:13.817Z] ---> Running in fa4be7e05356 [2023-02-07T22:27:14.410Z] Removing intermediate container fa4be7e05356 [2023-02-07T22:27:14.410Z] ---> ac187a8f31c1 [2023-02-07T22:27:14.410Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:27:15.387Z] ---> d3ccf7524021 [2023-02-07T22:27:15.387Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-07T22:27:17.361Z] ---> c50d9c6781fd [2023-02-07T22:27:17.361Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-07T22:27:18.793Z] ---> 076459e83ef2 [2023-02-07T22:27:18.793Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-07T22:27:18.793Z] ---> Running in 8b81b0c9a90a [2023-02-07T22:27:19.386Z] Removing intermediate container 8b81b0c9a90a [2023-02-07T22:27:19.386Z] ---> 77c77cab607a [2023-02-07T22:27:19.386Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:27:19.386Z] ---> Running in 79eff8bb7547 [2023-02-07T22:27:19.978Z] Removing intermediate container 79eff8bb7547 [2023-02-07T22:27:19.978Z] ---> c11bab5921de [2023-02-07T22:27:19.978Z] Step 21/23 : LABEL arch=arm64 [2023-02-07T22:27:19.978Z] ---> Running in c14f3f3bdf10 [2023-02-07T22:27:20.576Z] Removing intermediate container c14f3f3bdf10 [2023-02-07T22:27:20.576Z] ---> cafaa3abd8aa [2023-02-07T22:27:20.576Z] Step 22/23 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:27:20.576Z] ---> Running in 898fd48bcee8 [2023-02-07T22:27:21.194Z] Removing intermediate container 898fd48bcee8 [2023-02-07T22:27:21.194Z] ---> 37ff64bd4465 [2023-02-07T22:27:21.194Z] Step 23/23 : LABEL version=3.0.0-dev.38 [2023-02-07T22:27:21.468Z] ---> Running in 8cd3b38c7b31 [2023-02-07T22:27:22.084Z] Removing intermediate container 8cd3b38c7b31 [2023-02-07T22:27:22.084Z] ---> 61defae46d6b [2023-02-07T22:27:22.084Z] [2023-02-07T22:27:22.084Z] Successfully built 61defae46d6b [2023-02-07T22:27:22.084Z] Successfully tagged core-command-arm64:latest [2023-02-07T22:27:22.363Z]  Building core-command ... done Building core-data [2023-02-07T22:27:26.642Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:27:26.642Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:27:26.642Z] ---> abdd7e64582b [2023-02-07T22:27:26.642Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:27:26.642Z] ---> Using cache [2023-02-07T22:27:26.642Z] ---> 3fd95c60a1ed [2023-02-07T22:27:26.642Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T22:27:26.642Z] ---> Using cache [2023-02-07T22:27:26.642Z] ---> 9c7cb05d07e8 [2023-02-07T22:27:26.642Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-07T22:27:26.642Z] ---> Using cache [2023-02-07T22:27:26.642Z] ---> 6ad84d589e49 [2023-02-07T22:27:26.642Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T22:27:26.642Z] ---> Using cache [2023-02-07T22:27:26.642Z] ---> 1309b05a5059 [2023-02-07T22:27:26.642Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:27:26.642Z] ---> Using cache [2023-02-07T22:27:26.642Z] ---> 317b6cbbb116 [2023-02-07T22:27:26.642Z] Step 8/22 : COPY . . [2023-02-07T22:27:26.642Z] ---> Using cache [2023-02-07T22:27:26.642Z] ---> 91e54c0bb572 [2023-02-07T22:27:26.642Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-07T22:27:26.913Z] ---> Running in 624a7f96758d [2023-02-07T22:27:28.874Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-07T22:28:15.751Z] Removing intermediate container e9086fcfcf10 [2023-02-07T22:28:15.751Z] ---> 04cac1742bb5 [2023-02-07T22:28:15.751Z] [2023-02-07T22:28:15.751Z] Step 9/19 : FROM alpine:3.15 [2023-02-07T22:28:15.751Z] ---> 8aa73fd46299 [2023-02-07T22:28:15.751Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T22:28:15.751Z] ---> Using cache [2023-02-07T22:28:15.751Z] ---> b10aa569f4f9 [2023-02-07T22:28:15.751Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-07T22:28:15.751Z] ---> Running in cad7970dbf65 [2023-02-07T22:28:16.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:28:17.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:28:19.271Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-07T22:28:19.271Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-07T22:28:19.271Z] OK: 15736 distinct packages available [2023-02-07T22:28:19.271Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:28:19.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:28:21.287Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-07T22:28:21.564Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-07T22:28:21.564Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-07T22:28:21.564Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-07T22:28:21.564Z] (5/9) Installing curl (7.80.0-r5) [2023-02-07T22:28:21.564Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-07T22:28:21.564Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-07T22:28:21.564Z] (8/9) Installing libucontext (1.1-r0) [2023-02-07T22:28:21.564Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-07T22:28:21.564Z] Executing busybox-1.34.1-r7.trigger [2023-02-07T22:28:21.564Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T22:28:22.157Z] OK: 8 MiB in 23 packages [2023-02-07T22:28:24.769Z] Removing intermediate container 7dec3d2045a2 [2023-02-07T22:28:24.769Z] ---> 5068ac68f5eb [2023-02-07T22:28:24.769Z] Step 7/32 : COPY . . [2023-02-07T22:28:25.355Z] Removing intermediate container cad7970dbf65 [2023-02-07T22:28:25.355Z] ---> 75f3f754d2dc [2023-02-07T22:28:25.355Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:28:26.773Z] ---> e8ba15cda0c5 [2023-02-07T22:28:26.773Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-07T22:28:29.392Z] ---> 50bbe1e1d3c3 [2023-02-07T22:28:29.392Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-07T22:28:29.392Z] ---> Running in e936a0190bf2 [2023-02-07T22:28:29.988Z] ---> 5a887a55ef59 [2023-02-07T22:28:29.988Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-07T22:28:31.554Z] ---> 4c7c6bea8ab7 [2023-02-07T22:28:31.554Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-07T22:28:31.554Z] ---> Running in c80c0e079d70 [2023-02-07T22:28:31.825Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-07T22:28:32.091Z] Removing intermediate container c80c0e079d70 [2023-02-07T22:28:32.091Z] ---> 04c9b7bd7a52 [2023-02-07T22:28:32.091Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:28:32.091Z] ---> Running in 29aba0f352ff [2023-02-07T22:28:32.358Z] Removing intermediate container 29aba0f352ff [2023-02-07T22:28:32.625Z] ---> 47107d053c08 [2023-02-07T22:28:32.625Z] Step 17/19 : LABEL arch=arm64 [2023-02-07T22:28:32.625Z] ---> Running in 297f70b0d860 [2023-02-07T22:28:33.210Z] Removing intermediate container 297f70b0d860 [2023-02-07T22:28:33.210Z] ---> 6bea67e889be [2023-02-07T22:28:33.210Z] Step 18/19 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:28:33.210Z] ---> Running in 6eba9a2a902a [2023-02-07T22:28:33.791Z] Removing intermediate container 6eba9a2a902a [2023-02-07T22:28:33.791Z] ---> 4a61ca0cd2e9 [2023-02-07T22:28:33.791Z] Step 19/19 : LABEL version=3.0.0-dev.38 [2023-02-07T22:28:33.791Z] ---> Running in f8c44b75adb1 [2023-02-07T22:28:34.377Z] Removing intermediate container f8c44b75adb1 [2023-02-07T22:28:34.377Z] ---> d2bc075be48f [2023-02-07T22:28:34.377Z] [2023-02-07T22:28:34.377Z] Successfully built d2bc075be48f [2023-02-07T22:28:34.643Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-07T22:28:34.643Z]  Building security-spiffe-token-provider ... done Building core-metadata [2023-02-07T22:28:38.895Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:28:38.895Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:28:38.895Z] ---> abdd7e64582b [2023-02-07T22:28:38.895Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:28:38.895Z] ---> Using cache [2023-02-07T22:28:38.895Z] ---> 3fd95c60a1ed [2023-02-07T22:28:38.895Z] Step 4/24 : WORKDIR /edgex-go [2023-02-07T22:28:38.895Z] ---> Using cache [2023-02-07T22:28:38.895Z] ---> 9c7cb05d07e8 [2023-02-07T22:28:38.895Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-07T22:28:38.895Z] ---> Using cache [2023-02-07T22:28:38.895Z] ---> 6ad84d589e49 [2023-02-07T22:28:38.895Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-07T22:28:38.895Z] ---> Using cache [2023-02-07T22:28:38.895Z] ---> 1309b05a5059 [2023-02-07T22:28:38.895Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:28:38.895Z] ---> Using cache [2023-02-07T22:28:38.895Z] ---> 317b6cbbb116 [2023-02-07T22:28:38.895Z] Step 8/24 : COPY . . [2023-02-07T22:28:38.895Z] ---> Using cache [2023-02-07T22:28:38.895Z] ---> 91e54c0bb572 [2023-02-07T22:28:38.895Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-07T22:28:38.895Z] ---> Running in 6eeb797684da [2023-02-07T22:28:40.839Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-07T22:29:27.738Z] Removing intermediate container 61c68881002e [2023-02-07T22:29:27.738Z] ---> 2f3bd52dd07a [2023-02-07T22:29:27.738Z] [2023-02-07T22:29:27.738Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T22:29:27.738Z] ---> 2b4661558fb8 [2023-02-07T22:29:27.738Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T22:29:27.738Z] ---> Using cache [2023-02-07T22:29:27.738Z] ---> 7809c01b44fe [2023-02-07T22:29:27.738Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T22:29:27.738Z] ---> Using cache [2023-02-07T22:29:27.738Z] ---> fffdbd0f5d55 [2023-02-07T22:29:27.738Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-07T22:29:27.738Z] ---> Running in a8b0e34e6f27 [2023-02-07T22:29:27.738Z] Removing intermediate container a8b0e34e6f27 [2023-02-07T22:29:27.738Z] ---> ee224d509811 [2023-02-07T22:29:27.738Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-07T22:29:27.738Z] ---> Running in 888d68960663 [2023-02-07T22:29:27.738Z] Removing intermediate container 888d68960663 [2023-02-07T22:29:27.738Z] ---> f372401c38a6 [2023-02-07T22:29:27.738Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:29:27.738Z] ---> e73d59dc0bb5 [2023-02-07T22:29:27.738Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-07T22:29:28.699Z] ---> c1c5f1d11865 [2023-02-07T22:29:28.699Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-07T22:29:29.658Z] ---> e0bed2c1ea24 [2023-02-07T22:29:29.658Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-07T22:29:29.926Z] ---> Running in b8ba1921ce2a [2023-02-07T22:29:30.508Z] Removing intermediate container b8ba1921ce2a [2023-02-07T22:29:30.508Z] ---> c11b28e9922a [2023-02-07T22:29:30.508Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:29:30.508Z] ---> Running in f2cb0ebe2765 [2023-02-07T22:29:31.091Z] Removing intermediate container f2cb0ebe2765 [2023-02-07T22:29:31.091Z] ---> 97bac7bf2836 [2023-02-07T22:29:31.091Z] Step 20/22 : LABEL arch=arm64 [2023-02-07T22:29:31.091Z] ---> Running in 6b27eb7db64a [2023-02-07T22:29:31.674Z] Removing intermediate container 6b27eb7db64a [2023-02-07T22:29:31.674Z] ---> 3c1c2a62c314 [2023-02-07T22:29:31.674Z] Step 21/22 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:29:31.674Z] ---> Running in 5b25ac278572 [2023-02-07T22:29:32.268Z] Removing intermediate container 5b25ac278572 [2023-02-07T22:29:32.268Z] ---> 1ae5a79c9700 [2023-02-07T22:29:32.268Z] Step 22/22 : LABEL version=3.0.0-dev.38 [2023-02-07T22:29:32.542Z] ---> Running in e55f255adde5 [2023-02-07T22:29:33.129Z] Removing intermediate container e55f255adde5 [2023-02-07T22:29:33.129Z] ---> c5e05e262c6a [2023-02-07T22:29:33.129Z] [2023-02-07T22:29:33.395Z] Successfully built c5e05e262c6a [2023-02-07T22:29:33.395Z] Successfully tagged support-scheduler-arm64:latest [2023-02-07T22:29:33.395Z] Building security-proxy-setup [2023-02-07T22:29:37.657Z]  Building support-scheduler ... done Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:29:37.657Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:29:37.657Z] ---> abdd7e64582b [2023-02-07T22:29:37.657Z] Step 3/21 : WORKDIR /edgex-go [2023-02-07T22:29:37.657Z] ---> Using cache [2023-02-07T22:29:37.657Z] ---> 305fcb685cf1 [2023-02-07T22:29:37.657Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-07T22:29:37.657Z] ---> Using cache [2023-02-07T22:29:37.657Z] ---> 2a3ea27acec7 [2023-02-07T22:29:37.657Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-07T22:29:37.657Z] ---> Using cache [2023-02-07T22:29:37.657Z] ---> c190e119ac51 [2023-02-07T22:29:37.657Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:29:37.657Z] ---> Using cache [2023-02-07T22:29:37.657Z] ---> 5068ac68f5eb [2023-02-07T22:29:37.657Z] Step 7/21 : COPY . . [2023-02-07T22:29:37.657Z] ---> Using cache [2023-02-07T22:29:37.657Z] ---> 50bbe1e1d3c3 [2023-02-07T22:29:37.657Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-07T22:29:37.657Z] ---> Running in f5095bb05d15 [2023-02-07T22:29:39.604Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-07T22:32:31.386Z] Removing intermediate container 3cc227953164 [2023-02-07T22:32:31.386Z] ---> 1b53c60fd94b [2023-02-07T22:32:31.386Z] [2023-02-07T22:32:31.386Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T22:32:31.386Z] ---> 2b4661558fb8 [2023-02-07T22:32:31.386Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-07T22:32:31.386Z] ---> Running in 053a012f99f3 [2023-02-07T22:32:31.386Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:32:31.386Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:32:31.386Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-07T22:32:31.386Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-07T22:32:31.386Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:32:31.386Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T22:32:31.386Z] OK: 6 MiB in 16 packages [2023-02-07T22:32:31.386Z] Removing intermediate container 053a012f99f3 [2023-02-07T22:32:31.386Z] ---> 309d08524092 [2023-02-07T22:32:31.386Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T22:32:31.386Z] ---> Running in ac6a25950294 [2023-02-07T22:32:31.386Z] Removing intermediate container ac6a25950294 [2023-02-07T22:32:31.386Z] ---> 2b44647297d7 [2023-02-07T22:32:31.386Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-07T22:32:31.386Z] ---> Running in 1851289b6f56 [2023-02-07T22:32:31.386Z] Removing intermediate container 1851289b6f56 [2023-02-07T22:32:31.386Z] ---> 742caf733c5a [2023-02-07T22:32:31.386Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-07T22:32:31.386Z] ---> Running in 13816fa3880d [2023-02-07T22:32:31.386Z] Removing intermediate container 13816fa3880d [2023-02-07T22:32:31.386Z] ---> dff6b95e55f2 [2023-02-07T22:32:31.386Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:32:31.386Z] ---> 8476455ddbe4 [2023-02-07T22:32:31.386Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-07T22:32:31.651Z] ---> f88fa781fbda [2023-02-07T22:32:31.651Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-07T22:32:32.240Z] ---> 847485130400 [2023-02-07T22:32:32.240Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-07T22:32:34.783Z] ---> Running in 1c6280d7f282 [2023-02-07T22:32:35.052Z] Removing intermediate container 1c6280d7f282 [2023-02-07T22:32:35.052Z] ---> dd30de4244e1 [2023-02-07T22:32:35.052Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:32:35.320Z] ---> Running in 82905a72bc42 [2023-02-07T22:32:35.901Z] Removing intermediate container 82905a72bc42 [2023-02-07T22:32:35.901Z] ---> 1f420f8cae37 [2023-02-07T22:32:35.901Z] Step 20/22 : LABEL arch=arm64 [2023-02-07T22:32:35.901Z] ---> Running in ef2db9d8c603 [2023-02-07T22:32:36.483Z] Removing intermediate container ef2db9d8c603 [2023-02-07T22:32:36.483Z] ---> bb58d9e6e415 [2023-02-07T22:32:36.483Z] Step 21/22 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:32:36.483Z] ---> Running in 45cf53b7ba28 [2023-02-07T22:32:37.063Z] Removing intermediate container 45cf53b7ba28 [2023-02-07T22:32:37.063Z] ---> b688884e862d [2023-02-07T22:32:37.063Z] Step 22/22 : LABEL version=3.0.0-dev.38 [2023-02-07T22:32:37.063Z] ---> Running in ad37a4100fc8 [2023-02-07T22:32:37.643Z] Removing intermediate container ad37a4100fc8 [2023-02-07T22:32:37.643Z] ---> 7c6579fe6d91 [2023-02-07T22:32:37.643Z] [2023-02-07T22:32:37.643Z] Successfully built 7c6579fe6d91 [2023-02-07T22:32:37.643Z] Successfully tagged support-notifications-arm64:latest [2023-02-07T22:32:37.643Z]  Building support-notifications ... done Building core-common-config-bootstrapper [2023-02-07T22:32:41.890Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-07T22:32:41.890Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-07T22:32:41.890Z] ---> abdd7e64582b [2023-02-07T22:32:41.890Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:32:41.890Z] ---> Using cache [2023-02-07T22:32:41.890Z] ---> 3fd95c60a1ed [2023-02-07T22:32:41.890Z] Step 4/22 : WORKDIR /edgex-go [2023-02-07T22:32:41.890Z] ---> Using cache [2023-02-07T22:32:41.890Z] ---> 9c7cb05d07e8 [2023-02-07T22:32:41.890Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-07T22:32:41.890Z] ---> Using cache [2023-02-07T22:32:41.890Z] ---> 6ad84d589e49 [2023-02-07T22:32:41.890Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-07T22:32:41.890Z] ---> Using cache [2023-02-07T22:32:41.890Z] ---> 1309b05a5059 [2023-02-07T22:32:41.890Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:32:41.890Z] ---> Using cache [2023-02-07T22:32:41.890Z] ---> 317b6cbbb116 [2023-02-07T22:32:41.890Z] Step 8/22 : COPY . . [2023-02-07T22:32:41.890Z] ---> Using cache [2023-02-07T22:32:41.890Z] ---> 91e54c0bb572 [2023-02-07T22:32:41.890Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-07T22:32:41.890Z] ---> Running in a25d938b3783 [2023-02-07T22:32:43.301Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-07T22:35:04.969Z] Removing intermediate container 624a7f96758d [2023-02-07T22:35:04.969Z] ---> 9f02336ac54d [2023-02-07T22:35:04.969Z] [2023-02-07T22:35:04.969Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T22:35:04.969Z] ---> 2b4661558fb8 [2023-02-07T22:35:04.969Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-07T22:35:04.969Z] ---> Running in 4bdf21379d3c [2023-02-07T22:35:04.969Z] Removing intermediate container 4bdf21379d3c [2023-02-07T22:35:04.969Z] ---> 582bb13582b6 [2023-02-07T22:35:04.969Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-07T22:35:04.969Z] ---> Running in 27de031d404a [2023-02-07T22:35:04.969Z] Removing intermediate container 27de031d404a [2023-02-07T22:35:04.969Z] ---> 6e15f7c8de2d [2023-02-07T22:35:04.969Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-07T22:35:04.969Z] ---> Running in 5c72473b6c1d [2023-02-07T22:35:04.969Z] Removing intermediate container 5c72473b6c1d [2023-02-07T22:35:04.969Z] ---> 09a835d11a10 [2023-02-07T22:35:04.969Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T22:35:04.969Z] ---> Running in 3a1a4855b818 [2023-02-07T22:35:04.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:35:04.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:35:04.969Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T22:35:04.969Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:35:04.969Z] OK: 5 MiB in 15 packages [2023-02-07T22:35:04.969Z] Removing intermediate container 3a1a4855b818 [2023-02-07T22:35:04.969Z] ---> b4a71150bd79 [2023-02-07T22:35:04.969Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:35:04.969Z] ---> 32247905607e [2023-02-07T22:35:04.969Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-07T22:35:04.969Z] ---> 7e5b94c9e445 [2023-02-07T22:35:04.969Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-07T22:35:04.969Z] ---> 3df1a4a593a7 [2023-02-07T22:35:04.969Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-07T22:35:04.969Z] ---> Running in d123858e93b2 [2023-02-07T22:35:05.553Z] Removing intermediate container d123858e93b2 [2023-02-07T22:35:05.553Z] ---> 6bda2443a56c [2023-02-07T22:35:05.553Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:35:05.819Z] ---> Running in e45133db3f5f [2023-02-07T22:35:06.402Z] Removing intermediate container e45133db3f5f [2023-02-07T22:35:06.402Z] ---> 113e7b2a9a84 [2023-02-07T22:35:06.402Z] Step 20/22 : LABEL arch=arm64 [2023-02-07T22:35:06.402Z] ---> Running in c06461e1ce81 [2023-02-07T22:35:07.001Z] Removing intermediate container c06461e1ce81 [2023-02-07T22:35:07.001Z] ---> c006dc8d7d31 [2023-02-07T22:35:07.001Z] Step 21/22 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:35:07.267Z] ---> Running in ad6dd5eff311 [2023-02-07T22:35:07.850Z] Removing intermediate container ad6dd5eff311 [2023-02-07T22:35:07.850Z] ---> d7f00275a5c8 [2023-02-07T22:35:07.850Z] Step 22/22 : LABEL version=3.0.0-dev.38 [2023-02-07T22:35:07.850Z] ---> Running in c41ba2474c44 [2023-02-07T22:35:08.581Z] Removing intermediate container c41ba2474c44 [2023-02-07T22:35:08.581Z] ---> 828de3ac06bb [2023-02-07T22:35:08.581Z] [2023-02-07T22:35:08.954Z] Successfully built 828de3ac06bb [2023-02-07T22:35:08.954Z] Successfully tagged core-data-arm64:latest [2023-02-07T22:35:17.314Z]  Building core-data ... done Removing intermediate container e936a0190bf2 [2023-02-07T22:35:17.314Z] ---> 208f29a00e83 [2023-02-07T22:35:17.314Z] [2023-02-07T22:35:17.314Z] Step 9/32 : FROM alpine:3.16 [2023-02-07T22:35:17.314Z] ---> 2b4661558fb8 [2023-02-07T22:35:17.314Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-07T22:35:17.314Z] ---> Running in c10ab0342768 [2023-02-07T22:35:17.314Z] Removing intermediate container c10ab0342768 [2023-02-07T22:35:17.314Z] ---> e57a044faea5 [2023-02-07T22:35:17.314Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-07T22:35:17.314Z] ---> Running in 802b753bf608 [2023-02-07T22:35:19.253Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:35:19.253Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:35:20.657Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-07T22:35:20.657Z] (2/2) Installing su-exec (0.2-r1) [2023-02-07T22:35:20.657Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:35:20.657Z] OK: 5 MiB in 16 packages [2023-02-07T22:35:22.596Z] Removing intermediate container 802b753bf608 [2023-02-07T22:35:22.596Z] ---> 789951b2cfb3 [2023-02-07T22:35:22.596Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-07T22:35:22.596Z] ---> Running in 1b886ef9fbaa [2023-02-07T22:35:23.178Z] Removing intermediate container 1b886ef9fbaa [2023-02-07T22:35:23.178Z] ---> 52cc21fc82a3 [2023-02-07T22:35:23.178Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-07T22:35:23.178Z] ---> Running in 48bd2976f049 [2023-02-07T22:35:23.447Z] Removing intermediate container 48bd2976f049 [2023-02-07T22:35:23.447Z] ---> 6f9ab654559c [2023-02-07T22:35:23.447Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-07T22:35:23.712Z] ---> Running in 74e8daaab719 [2023-02-07T22:35:24.291Z] Removing intermediate container 74e8daaab719 [2023-02-07T22:35:24.291Z] ---> 8dde0d92726b [2023-02-07T22:35:24.291Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-07T22:35:24.291Z] ---> Running in b5dc084f97bd [2023-02-07T22:35:24.872Z] Removing intermediate container b5dc084f97bd [2023-02-07T22:35:24.872Z] ---> fd1a996b9549 [2023-02-07T22:35:24.872Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-07T22:35:24.872Z] ---> Running in c8f0dca07f3d [2023-02-07T22:35:28.203Z] Removing intermediate container c8f0dca07f3d [2023-02-07T22:35:28.203Z] ---> e10e341c8d73 [2023-02-07T22:35:28.203Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-07T22:35:28.203Z] ---> Running in bb0611e86d7d [2023-02-07T22:35:28.203Z] Removing intermediate container bb0611e86d7d [2023-02-07T22:35:28.203Z] ---> 563d04e4cd21 [2023-02-07T22:35:28.203Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-07T22:35:29.160Z] ---> 5452adb3f909 [2023-02-07T22:35:29.160Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-07T22:35:29.160Z] ---> Running in c2b6e7e6a6d9 [2023-02-07T22:35:32.495Z] Removing intermediate container c2b6e7e6a6d9 [2023-02-07T22:35:32.495Z] ---> ebf921a1e5d2 [2023-02-07T22:35:32.495Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:35:32.761Z] ---> 96eaad7d11ce [2023-02-07T22:35:32.761Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-07T22:35:34.700Z] ---> 026de6e551d6 [2023-02-07T22:35:34.700Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-07T22:35:35.279Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.38" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-07T22:35:35.549Z] ---> c37fb6ce7647 [2023-02-07T22:35:35.549Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-07T22:35:36.505Z] ---> ec051c0b1a3a [2023-02-07T22:35:36.505Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-07T22:35:37.459Z] ---> 241e7c33f418 [2023-02-07T22:35:37.459Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-07T22:35:38.039Z] ---> 46d5279b9aeb [2023-02-07T22:35:38.039Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-07T22:35:38.993Z] ---> a154fc1430f3 [2023-02-07T22:35:38.993Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-07T22:35:38.993Z] ---> Running in 8d429f71c906 [2023-02-07T22:35:42.333Z] Removing intermediate container 8d429f71c906 [2023-02-07T22:35:42.333Z] ---> 1843efe37684 [2023-02-07T22:35:42.333Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-07T22:35:42.333Z] ---> Running in e84b29d85016 [2023-02-07T22:35:42.601Z] Removing intermediate container e84b29d85016 [2023-02-07T22:35:42.601Z] ---> 6a40eb5e8b7b [2023-02-07T22:35:42.601Z] Step 29/32 : CMD ["gate"] [2023-02-07T22:35:42.867Z] ---> Running in 772e77784f82 [2023-02-07T22:35:43.133Z] Removing intermediate container 772e77784f82 [2023-02-07T22:35:43.133Z] ---> ec5174048290 [2023-02-07T22:35:43.133Z] Step 30/32 : LABEL arch=arm64 [2023-02-07T22:35:43.133Z] ---> Running in c2394f622026 [2023-02-07T22:35:43.715Z] Removing intermediate container c2394f622026 [2023-02-07T22:35:43.715Z] ---> f9866fcf3200 [2023-02-07T22:35:43.715Z] Step 31/32 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:35:43.715Z] ---> Running in 1db29dd22609 [2023-02-07T22:35:44.303Z] Removing intermediate container 1db29dd22609 [2023-02-07T22:35:44.303Z] ---> 5cd2f9b0dba4 [2023-02-07T22:35:44.303Z] Step 32/32 : LABEL version=3.0.0-dev.38 [2023-02-07T22:35:44.303Z] ---> Running in 86ec79e0d262 [2023-02-07T22:35:44.885Z] Removing intermediate container 86ec79e0d262 [2023-02-07T22:35:44.885Z] ---> c49df0a4f22c [2023-02-07T22:35:44.885Z] [2023-02-07T22:35:44.885Z] Successfully built c49df0a4f22c [2023-02-07T22:35:44.885Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-07T22:35:59.862Z]  Building security-bootstrapper ... done Removing intermediate container 6eeb797684da [2023-02-07T22:35:59.862Z] ---> 588152a80bc7 [2023-02-07T22:35:59.862Z] [2023-02-07T22:35:59.862Z] Step 10/24 : FROM alpine:3.16 [2023-02-07T22:35:59.862Z] ---> 2b4661558fb8 [2023-02-07T22:35:59.862Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-07T22:35:59.862Z] ---> Using cache [2023-02-07T22:35:59.862Z] ---> 7809c01b44fe [2023-02-07T22:35:59.862Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-07T22:35:59.862Z] ---> Using cache [2023-02-07T22:35:59.862Z] ---> fffdbd0f5d55 [2023-02-07T22:35:59.862Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-07T22:35:59.862Z] ---> Running in fbd928d27c70 [2023-02-07T22:35:59.862Z] Removing intermediate container f5095bb05d15 [2023-02-07T22:35:59.862Z] ---> 5739071b7890 [2023-02-07T22:35:59.862Z] [2023-02-07T22:35:59.862Z] Step 9/21 : FROM alpine:3.16 [2023-02-07T22:35:59.862Z] ---> 2b4661558fb8 [2023-02-07T22:35:59.862Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-07T22:35:59.862Z] ---> Running in 8d776fc1a520 [2023-02-07T22:35:59.862Z] Removing intermediate container fbd928d27c70 [2023-02-07T22:35:59.862Z] ---> e67a16158935 [2023-02-07T22:35:59.862Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-07T22:35:59.862Z] ---> Running in 2d391545f655 [2023-02-07T22:35:59.862Z] Removing intermediate container 2d391545f655 [2023-02-07T22:35:59.862Z] ---> e4a128b53f4c [2023-02-07T22:35:59.862Z] Step 15/24 : WORKDIR / [2023-02-07T22:35:59.862Z] ---> Running in 1b58e24c9b7c [2023-02-07T22:36:00.442Z] Removing intermediate container 1b58e24c9b7c [2023-02-07T22:36:00.442Z] ---> 1bd00ab1864c [2023-02-07T22:36:00.442Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:36:01.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:36:01.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:36:01.600Z] ---> 7743f04fd5be [2023-02-07T22:36:01.600Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-07T22:36:03.007Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-07T22:36:03.007Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-07T22:36:03.007Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-07T22:36:03.007Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-07T22:36:03.007Z] (5/6) Installing curl (7.83.1-r5) [2023-02-07T22:36:03.007Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-07T22:36:03.007Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:36:03.007Z] Executing ca-certificates-20220614-r0.trigger [2023-02-07T22:36:03.285Z] ---> d282f5a21cb4 [2023-02-07T22:36:03.285Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-07T22:36:03.552Z] OK: 8 MiB in 20 packages [2023-02-07T22:36:04.513Z] ---> f18723debac4 [2023-02-07T22:36:04.513Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-07T22:36:05.468Z] ---> 060f6ee43823 [2023-02-07T22:36:05.468Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-07T22:36:05.735Z] ---> Running in ab5b6780e985 [2023-02-07T22:36:06.000Z] Removing intermediate container 8d776fc1a520 [2023-02-07T22:36:06.000Z] ---> 6b46b3fdabca [2023-02-07T22:36:06.000Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-07T22:36:06.266Z] ---> Running in 62a47d7b9e6e [2023-02-07T22:36:06.266Z] Removing intermediate container ab5b6780e985 [2023-02-07T22:36:06.266Z] ---> 84a321dc8ae4 [2023-02-07T22:36:06.266Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-07T22:36:06.534Z] ---> Running in 5eeb0144051e [2023-02-07T22:36:07.115Z] Removing intermediate container 62a47d7b9e6e [2023-02-07T22:36:07.115Z] ---> b3c7a1113fb4 [2023-02-07T22:36:07.115Z] Step 12/21 : WORKDIR /edgex [2023-02-07T22:36:07.115Z] Removing intermediate container 5eeb0144051e [2023-02-07T22:36:07.115Z] ---> 94b79fe384a5 [2023-02-07T22:36:07.115Z] Step 22/24 : LABEL arch=arm64 [2023-02-07T22:36:07.115Z] ---> Running in 7fdb34b32f9b [2023-02-07T22:36:07.115Z] ---> Running in 0dac5f9c7fb9 [2023-02-07T22:36:07.703Z] Removing intermediate container 7fdb34b32f9b [2023-02-07T22:36:07.703Z] ---> e5465b68c280 [2023-02-07T22:36:07.703Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-07T22:36:07.703Z] Removing intermediate container 0dac5f9c7fb9 [2023-02-07T22:36:07.703Z] ---> 9346f39081e5 [2023-02-07T22:36:07.703Z] Step 23/24 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:36:07.972Z] ---> Running in 03c1b9f89ba5 [2023-02-07T22:36:08.557Z] Removing intermediate container 03c1b9f89ba5 [2023-02-07T22:36:08.557Z] ---> 5126b2a7113f [2023-02-07T22:36:08.557Z] Step 24/24 : LABEL version=3.0.0-dev.38 [2023-02-07T22:36:08.829Z] ---> Running in 76e6f3025e43 [2023-02-07T22:36:08.829Z] ---> 77e08bba812f [2023-02-07T22:36:08.829Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-07T22:36:09.411Z] Removing intermediate container 76e6f3025e43 [2023-02-07T22:36:09.411Z] ---> bdddf6dd59f2 [2023-02-07T22:36:09.411Z] [2023-02-07T22:36:09.680Z] Successfully built bdddf6dd59f2 [2023-02-07T22:36:09.680Z] Successfully tagged core-metadata-arm64:latest [2023-02-07T22:36:12.255Z]  Building core-metadata ... done  ---> d194e1e91e06 [2023-02-07T22:36:12.255Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-07T22:36:13.662Z] ---> 5f304230dbea [2023-02-07T22:36:13.662Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-07T22:36:14.244Z] ---> 2dcfcbd4bbd2 [2023-02-07T22:36:14.244Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-07T22:36:14.244Z] ---> Running in 791fc060304c [2023-02-07T22:36:16.821Z] Removing intermediate container 791fc060304c [2023-02-07T22:36:16.821Z] ---> 8e948dd303fc [2023-02-07T22:36:16.821Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-07T22:36:16.821Z] ---> Running in dd876ab26259 [2023-02-07T22:36:17.409Z] Removing intermediate container dd876ab26259 [2023-02-07T22:36:17.409Z] ---> 1c2e3e1578b5 [2023-02-07T22:36:17.409Z] Step 19/21 : LABEL arch=arm64 [2023-02-07T22:36:17.409Z] ---> Running in 0281c7cdf9d4 [2023-02-07T22:36:17.992Z] Removing intermediate container 0281c7cdf9d4 [2023-02-07T22:36:17.992Z] ---> 40fdfa8bcc26 [2023-02-07T22:36:17.992Z] Step 20/21 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:36:17.992Z] ---> Running in 6eef723f5e04 [2023-02-07T22:36:18.573Z] Removing intermediate container 6eef723f5e04 [2023-02-07T22:36:18.573Z] ---> de835903599c [2023-02-07T22:36:18.573Z] Step 21/21 : LABEL version=3.0.0-dev.38 [2023-02-07T22:36:18.573Z] ---> Running in b57bbae5acfb [2023-02-07T22:36:19.153Z] Removing intermediate container b57bbae5acfb [2023-02-07T22:36:19.153Z] ---> 6e9763168ddb [2023-02-07T22:36:19.153Z] [2023-02-07T22:36:19.153Z] Successfully built 6e9763168ddb [2023-02-07T22:36:19.153Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-07T22:36:45.804Z]  Building security-proxy-setup ... done Removing intermediate container a25d938b3783 [2023-02-07T22:36:45.804Z] ---> 15194a7a272d [2023-02-07T22:36:45.804Z] [2023-02-07T22:36:45.804Z] Step 10/22 : FROM alpine:3.16 [2023-02-07T22:36:45.804Z] ---> 2b4661558fb8 [2023-02-07T22:36:45.804Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-07T22:36:45.804Z] ---> Running in 1ee980eba5bb [2023-02-07T22:36:45.804Z] Removing intermediate container 1ee980eba5bb [2023-02-07T22:36:45.804Z] ---> 82a7a007deff [2023-02-07T22:36:45.804Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T22:36:45.804Z] ---> Running in 7ea1e3732d26 [2023-02-07T22:36:45.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:36:45.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:36:45.804Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T22:36:45.804Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:36:45.804Z] OK: 5 MiB in 15 packages [2023-02-07T22:36:45.804Z] Removing intermediate container 7ea1e3732d26 [2023-02-07T22:36:45.804Z] ---> 74453dfee6c3 [2023-02-07T22:36:45.804Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-07T22:36:45.804Z] ---> 24aef8dc32d5 [2023-02-07T22:36:45.804Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-07T22:36:46.762Z] ---> 9adbd55b4115 [2023-02-07T22:36:46.762Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-07T22:36:47.346Z] ---> db3372c8f646 [2023-02-07T22:36:47.346Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-07T22:36:47.929Z] ---> 34e7e83d765d [2023-02-07T22:36:47.929Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-07T22:36:47.929Z] ---> Running in 23d432251961 [2023-02-07T22:36:49.875Z] Removing intermediate container 23d432251961 [2023-02-07T22:36:49.876Z] ---> 7f3ba6bd944d [2023-02-07T22:36:49.876Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-07T22:36:49.876Z] ---> Running in 2bc08cabdb97 [2023-02-07T22:36:50.149Z] Removing intermediate container 2bc08cabdb97 [2023-02-07T22:36:50.149Z] ---> a156fd8c24bd [2023-02-07T22:36:50.149Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-07T22:36:50.149Z] ---> Running in 7701623cf1a1 [2023-02-07T22:36:50.417Z] Removing intermediate container 7701623cf1a1 [2023-02-07T22:36:50.417Z] ---> 3ddba635b1ea [2023-02-07T22:36:50.417Z] Step 20/22 : LABEL arch=arm64 [2023-02-07T22:36:50.417Z] ---> Running in c40fa7410d3e [2023-02-07T22:36:50.998Z] Removing intermediate container c40fa7410d3e [2023-02-07T22:36:50.998Z] ---> fcc8f95deb2b [2023-02-07T22:36:50.998Z] Step 21/22 : LABEL git_sha=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:36:50.998Z] ---> Running in 68ba5f2aaabf [2023-02-07T22:36:51.266Z] Removing intermediate container 68ba5f2aaabf [2023-02-07T22:36:51.266Z] ---> 6c0899d4f78b [2023-02-07T22:36:51.266Z] Step 22/22 : LABEL version=3.0.0-dev.38 [2023-02-07T22:36:51.266Z] ---> Running in b1ce8c503d2d [2023-02-07T22:36:51.532Z] Removing intermediate container b1ce8c503d2d [2023-02-07T22:36:51.532Z] ---> 9327354f8c40 [2023-02-07T22:36:51.532Z] [2023-02-07T22:36:51.799Z] Successfully built 9327354f8c40 [2023-02-07T22:36:51.799Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-07T22:36:52.080Z]  Building core-common-config-bootstrapper ... done  [Pipeline] } [2023-02-07T22:36:52.079Z] $ docker stop --time=1 7c7680f0c5b374279f9905ec64af35d2603bb021e6fde5678684424046d1dc4c [2023-02-07T22:36:53.757Z] $ docker rm -f --volumes 7c7680f0c5b374279f9905ec64af35d2603bb021e6fde5678684424046d1dc4c [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T22:36:54.262Z] + docker images [2023-02-07T22:36:54.530Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-07T22:36:54.530Z] core-common-config-bootstrapper-arm64 latest 9327354f8c40 3 seconds ago 14.9MB [2023-02-07T22:36:54.530Z] 15194a7a272d 14 seconds ago 1.33GB [2023-02-07T22:36:54.530Z] security-proxy-setup-arm64 latest 6e9763168ddb 36 seconds ago 26.8MB [2023-02-07T22:36:54.530Z] core-metadata-arm64 latest bdddf6dd59f2 45 seconds ago 17.7MB [2023-02-07T22:36:54.530Z] 5739071b7890 57 seconds ago 1.33GB [2023-02-07T22:36:54.530Z] 588152a80bc7 58 seconds ago 1.35GB [2023-02-07T22:36:54.530Z] security-bootstrapper-arm64 latest c49df0a4f22c About a minute ago 19.5MB [2023-02-07T22:36:54.530Z] 208f29a00e83 About a minute ago 1.33GB [2023-02-07T22:36:54.530Z] core-data-arm64 latest 828de3ac06bb About a minute ago 17.2MB [2023-02-07T22:36:54.530Z] 9f02336ac54d 2 minutes ago 1.35GB [2023-02-07T22:36:54.530Z] support-notifications-arm64 latest 7c6579fe6d91 4 minutes ago 29.5MB [2023-02-07T22:36:54.530Z] 1b53c60fd94b 4 minutes ago 1.4GB [2023-02-07T22:36:54.530Z] support-scheduler-arm64 latest c5e05e262c6a 7 minutes ago 29MB [2023-02-07T22:36:54.530Z] 2f3bd52dd07a 7 minutes ago 1.4GB [2023-02-07T22:36:54.530Z] security-spiffe-token-provider-arm64 latest d2bc075be48f 8 minutes ago 28.9MB [2023-02-07T22:36:54.530Z] 04cac1742bb5 8 minutes ago 1.37GB [2023-02-07T22:36:54.530Z] core-command-arm64 latest 61defae46d6b 9 minutes ago 17MB [2023-02-07T22:36:54.530Z] 2cbaef3cac41 9 minutes ago 1.34GB [2023-02-07T22:36:54.530Z] security-spire-server-arm64 latest 081112d81796 10 minutes ago 84.3MB [2023-02-07T22:36:54.530Z] 2c940461b842 10 minutes ago 1.21GB [2023-02-07T22:36:54.530Z] security-secretstore-setup-arm64 latest 8cd386ecf319 10 minutes ago 28.7MB [2023-02-07T22:36:54.530Z] 72fc50256d21 11 minutes ago 1.33GB [2023-02-07T22:36:54.530Z] security-spire-agent-arm64 latest d76991254491 17 minutes ago 122MB [2023-02-07T22:36:54.530Z] security-spire-config-arm64 latest 73f8ba20ce80 17 minutes ago 83.6MB [2023-02-07T22:36:54.530Z] 2393478c1e58 18 minutes ago 1.21GB [2023-02-07T22:36:54.530Z] ca1eff97f263 18 minutes ago 1.21GB [2023-02-07T22:36:54.530Z] ci-base-image-arm64 latest abdd7e64582b 21 minutes ago 905MB [2023-02-07T22:36:54.530Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-02-07T22:36:54.530Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-02-07T22:36:54.530Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-07T22:36:54.530Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:36:54.672Z] provisioning config files... [2023-02-07T22:36:54.688Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/397@tmp/config1238506436862853673tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:36:55.033Z] ---> docker-login.sh [2023-02-07T22:36:55.033Z] nexus3.edgexfoundry.org:10001 [2023-02-07T22:36:55.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:36:55.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:36:55.301Z] Configure a credential helper to remove this warning. See [2023-02-07T22:36:55.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:36:55.301Z] [2023-02-07T22:36:55.301Z] Login Succeeded [2023-02-07T22:36:55.301Z] nexus3.edgexfoundry.org:10002 [2023-02-07T22:36:55.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:36:55.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:36:55.837Z] Configure a credential helper to remove this warning. See [2023-02-07T22:36:55.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:36:55.837Z] [2023-02-07T22:36:55.837Z] Login Succeeded [2023-02-07T22:36:55.837Z] nexus3.edgexfoundry.org:10003 [2023-02-07T22:36:56.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:36:56.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:36:56.111Z] Configure a credential helper to remove this warning. See [2023-02-07T22:36:56.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:36:56.111Z] [2023-02-07T22:36:56.111Z] Login Succeeded [2023-02-07T22:36:56.111Z] nexus3.edgexfoundry.org:10004 [2023-02-07T22:36:56.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:36:56.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:36:56.646Z] Configure a credential helper to remove this warning. See [2023-02-07T22:36:56.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:36:56.646Z] [2023-02-07T22:36:56.646Z] Login Succeeded [2023-02-07T22:36:56.646Z] docker.io [2023-02-07T22:36:56.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:36:57.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:36:57.179Z] Configure a credential helper to remove this warning. See [2023-02-07T22:36:57.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:36:57.179Z] [2023-02-07T22:36:57.179Z] Login Succeeded [2023-02-07T22:36:57.179Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T22:36:57.192Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:36:57.222Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:36:57.242Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-07T22:36:57.242Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:36:57.242Z] latest [2023-02-07T22:36:57.242Z] 3.0.0-dev.38 [2023-02-07T22:36:57.242Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:36:57.242Z] main [2023-02-07T22:36:57.242Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:36:57.612Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:36:57.969Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:36:57.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-07T22:36:57.969Z] 10c39d731464: Preparing [2023-02-07T22:36:57.969Z] e7e1e6c0cb07: Preparing [2023-02-07T22:36:57.969Z] 18d2e0a140be: Preparing [2023-02-07T22:36:57.969Z] fef4c9da3e45: Preparing [2023-02-07T22:36:57.969Z] 17bec77d7fdc: Preparing [2023-02-07T22:36:57.969Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:36:58.235Z] 10c39d731464: Pushed [2023-02-07T22:36:58.235Z] 18d2e0a140be: Pushed [2023-02-07T22:36:58.235Z] fef4c9da3e45: Pushed [2023-02-07T22:37:01.580Z] e7e1e6c0cb07: Pushed [2023-02-07T22:37:01.580Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:a6fdcde91bd47a8edd5af50f3c5084078699563b83ffb151bb6072d44e41e7af size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:01.942Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:02.293Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-07T22:37:02.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-07T22:37:02.293Z] 10c39d731464: Preparing [2023-02-07T22:37:02.293Z] e7e1e6c0cb07: Preparing [2023-02-07T22:37:02.293Z] 18d2e0a140be: Preparing [2023-02-07T22:37:02.293Z] fef4c9da3e45: Preparing [2023-02-07T22:37:02.293Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:02.293Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:02.293Z] 10c39d731464: Layer already exists [2023-02-07T22:37:02.293Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:02.293Z] e7e1e6c0cb07: Layer already exists [2023-02-07T22:37:02.293Z] fef4c9da3e45: Layer already exists [2023-02-07T22:37:02.560Z] latest: digest: sha256:a6fdcde91bd47a8edd5af50f3c5084078699563b83ffb151bb6072d44e41e7af size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:02.912Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:03.270Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.38 [2023-02-07T22:37:03.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-07T22:37:03.270Z] 10c39d731464: Preparing [2023-02-07T22:37:03.270Z] e7e1e6c0cb07: Preparing [2023-02-07T22:37:03.270Z] 18d2e0a140be: Preparing [2023-02-07T22:37:03.270Z] fef4c9da3e45: Preparing [2023-02-07T22:37:03.270Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:03.270Z] 10c39d731464: Layer already exists [2023-02-07T22:37:03.270Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:03.270Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:03.270Z] e7e1e6c0cb07: Layer already exists [2023-02-07T22:37:03.270Z] fef4c9da3e45: Layer already exists [2023-02-07T22:37:03.537Z] 3.0.0-dev.38: digest: sha256:a6fdcde91bd47a8edd5af50f3c5084078699563b83ffb151bb6072d44e41e7af size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:03.896Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:04.244Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:04.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-07T22:37:04.244Z] 10c39d731464: Preparing [2023-02-07T22:37:04.244Z] e7e1e6c0cb07: Preparing [2023-02-07T22:37:04.244Z] 18d2e0a140be: Preparing [2023-02-07T22:37:04.244Z] fef4c9da3e45: Preparing [2023-02-07T22:37:04.244Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:04.244Z] fef4c9da3e45: Layer already exists [2023-02-07T22:37:04.244Z] e7e1e6c0cb07: Layer already exists [2023-02-07T22:37:04.244Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:04.244Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:04.244Z] 10c39d731464: Layer already exists [2023-02-07T22:37:04.511Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:a6fdcde91bd47a8edd5af50f3c5084078699563b83ffb151bb6072d44e41e7af size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:04.864Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:05.214Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-07T22:37:05.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-07T22:37:05.214Z] 10c39d731464: Preparing [2023-02-07T22:37:05.214Z] e7e1e6c0cb07: Preparing [2023-02-07T22:37:05.214Z] 18d2e0a140be: Preparing [2023-02-07T22:37:05.214Z] fef4c9da3e45: Preparing [2023-02-07T22:37:05.214Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:05.214Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:05.214Z] 10c39d731464: Layer already exists [2023-02-07T22:37:05.214Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:05.214Z] e7e1e6c0cb07: Layer already exists [2023-02-07T22:37:05.214Z] fef4c9da3e45: Layer already exists [2023-02-07T22:37:05.480Z] main: digest: sha256:a6fdcde91bd47a8edd5af50f3c5084078699563b83ffb151bb6072d44e41e7af size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:37:05.534Z] ===================================================== [Pipeline] echo [2023-02-07T22:37:05.542Z] taggedImages: [2023-02-07T22:37:05.542Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:05.542Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-07T22:37:05.542Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.38 [2023-02-07T22:37:05.542Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:05.542Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-07T22:37:05.626Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-07T22:37:05.626Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:05.626Z] latest [2023-02-07T22:37:05.626Z] 3.0.0-dev.38 [2023-02-07T22:37:05.626Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:05.626Z] main [2023-02-07T22:37:05.626Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:05.987Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:06.327Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:06.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-07T22:37:06.327Z] 2156d89fb47c: Preparing [2023-02-07T22:37:06.327Z] 73d33fdd0b02: Preparing [2023-02-07T22:37:06.327Z] 2264bb5cfa67: Preparing [2023-02-07T22:37:06.327Z] 6dd678495860: Preparing [2023-02-07T22:37:06.327Z] 18d2e0a140be: Preparing [2023-02-07T22:37:06.327Z] e00d7475ede2: Preparing [2023-02-07T22:37:06.327Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:06.327Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:06.327Z] e00d7475ede2: Waiting [2023-02-07T22:37:06.327Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:06.597Z] 73d33fdd0b02: Pushed [2023-02-07T22:37:06.597Z] 2264bb5cfa67: Pushed [2023-02-07T22:37:06.597Z] 2156d89fb47c: Pushed [2023-02-07T22:37:06.597Z] e00d7475ede2: Pushed [2023-02-07T22:37:06.597Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:09.239Z] 6dd678495860: Pushed [2023-02-07T22:37:09.239Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:7f94de341a7ae3dcb8a0414c3357a187d3742bb87628b9490376ece649a5c687 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:09.590Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:09.945Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-07T22:37:09.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-07T22:37:09.945Z] 2156d89fb47c: Preparing [2023-02-07T22:37:09.945Z] 73d33fdd0b02: Preparing [2023-02-07T22:37:09.945Z] 2264bb5cfa67: Preparing [2023-02-07T22:37:09.945Z] 6dd678495860: Preparing [2023-02-07T22:37:09.945Z] 18d2e0a140be: Preparing [2023-02-07T22:37:09.945Z] e00d7475ede2: Preparing [2023-02-07T22:37:09.945Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:09.945Z] e00d7475ede2: Waiting [2023-02-07T22:37:09.945Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:09.945Z] 2264bb5cfa67: Layer already exists [2023-02-07T22:37:09.945Z] 2156d89fb47c: Layer already exists [2023-02-07T22:37:09.945Z] 6dd678495860: Layer already exists [2023-02-07T22:37:09.945Z] 73d33fdd0b02: Layer already exists [2023-02-07T22:37:09.945Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:09.945Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:09.945Z] e00d7475ede2: Layer already exists [2023-02-07T22:37:10.218Z] latest: digest: sha256:7f94de341a7ae3dcb8a0414c3357a187d3742bb87628b9490376ece649a5c687 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:10.577Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:10.928Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.38 [2023-02-07T22:37:10.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-07T22:37:10.928Z] 2156d89fb47c: Preparing [2023-02-07T22:37:10.928Z] 73d33fdd0b02: Preparing [2023-02-07T22:37:10.928Z] 2264bb5cfa67: Preparing [2023-02-07T22:37:10.928Z] 6dd678495860: Preparing [2023-02-07T22:37:10.928Z] 18d2e0a140be: Preparing [2023-02-07T22:37:10.928Z] e00d7475ede2: Preparing [2023-02-07T22:37:10.928Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:10.928Z] e00d7475ede2: Waiting [2023-02-07T22:37:10.928Z] 2156d89fb47c: Layer already exists [2023-02-07T22:37:10.928Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:10.928Z] 73d33fdd0b02: Layer already exists [2023-02-07T22:37:10.928Z] 6dd678495860: Layer already exists [2023-02-07T22:37:10.928Z] 2264bb5cfa67: Layer already exists [2023-02-07T22:37:10.928Z] e00d7475ede2: Layer already exists [2023-02-07T22:37:10.928Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:11.195Z] 3.0.0-dev.38: digest: sha256:7f94de341a7ae3dcb8a0414c3357a187d3742bb87628b9490376ece649a5c687 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:11.548Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:11.893Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:11.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-07T22:37:11.893Z] 2156d89fb47c: Preparing [2023-02-07T22:37:11.893Z] 73d33fdd0b02: Preparing [2023-02-07T22:37:11.893Z] 2264bb5cfa67: Preparing [2023-02-07T22:37:11.893Z] 6dd678495860: Preparing [2023-02-07T22:37:11.893Z] 18d2e0a140be: Preparing [2023-02-07T22:37:11.893Z] e00d7475ede2: Preparing [2023-02-07T22:37:11.893Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:11.893Z] e00d7475ede2: Waiting [2023-02-07T22:37:11.893Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:11.893Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:11.893Z] 2156d89fb47c: Layer already exists [2023-02-07T22:37:11.893Z] 6dd678495860: Layer already exists [2023-02-07T22:37:11.893Z] 73d33fdd0b02: Layer already exists [2023-02-07T22:37:11.893Z] 2264bb5cfa67: Layer already exists [2023-02-07T22:37:11.893Z] e00d7475ede2: Layer already exists [2023-02-07T22:37:11.893Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:12.160Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:7f94de341a7ae3dcb8a0414c3357a187d3742bb87628b9490376ece649a5c687 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:12.515Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:12.867Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-07T22:37:12.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-07T22:37:12.867Z] 2156d89fb47c: Preparing [2023-02-07T22:37:12.867Z] 73d33fdd0b02: Preparing [2023-02-07T22:37:12.867Z] 2264bb5cfa67: Preparing [2023-02-07T22:37:12.867Z] 6dd678495860: Preparing [2023-02-07T22:37:12.867Z] 18d2e0a140be: Preparing [2023-02-07T22:37:12.867Z] e00d7475ede2: Preparing [2023-02-07T22:37:12.867Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:12.867Z] e00d7475ede2: Waiting [2023-02-07T22:37:12.867Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:12.867Z] 2264bb5cfa67: Layer already exists [2023-02-07T22:37:12.867Z] 6dd678495860: Layer already exists [2023-02-07T22:37:12.867Z] 2156d89fb47c: Layer already exists [2023-02-07T22:37:12.867Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:12.867Z] 73d33fdd0b02: Layer already exists [2023-02-07T22:37:12.867Z] e00d7475ede2: Layer already exists [2023-02-07T22:37:12.867Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:13.133Z] main: digest: sha256:7f94de341a7ae3dcb8a0414c3357a187d3742bb87628b9490376ece649a5c687 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:37:13.184Z] ===================================================== [Pipeline] echo [2023-02-07T22:37:13.193Z] taggedImages: [2023-02-07T22:37:13.193Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:13.193Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-07T22:37:13.193Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.38 [2023-02-07T22:37:13.193Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:13.193Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-07T22:37:13.217Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-07T22:37:13.217Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:13.217Z] latest [2023-02-07T22:37:13.217Z] 3.0.0-dev.38 [2023-02-07T22:37:13.217Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:13.217Z] main [2023-02-07T22:37:13.217Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:13.556Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:13.907Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:13.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-07T22:37:13.907Z] 4bd9d88cd238: Preparing [2023-02-07T22:37:13.907Z] 3839837fd28e: Preparing [2023-02-07T22:37:13.907Z] 18d2e0a140be: Preparing [2023-02-07T22:37:13.907Z] 0e5dbaff79d8: Preparing [2023-02-07T22:37:13.907Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:13.907Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:14.174Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:14.174Z] 4bd9d88cd238: Pushed [2023-02-07T22:37:14.174Z] 0e5dbaff79d8: Pushed [2023-02-07T22:37:17.515Z] 3839837fd28e: Pushed [2023-02-07T22:37:17.515Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:9b91b316319d1b47b8c97f4ca6a4002447bf3ed07c028817dd9f6f644cf30c13 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:17.858Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:18.199Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-07T22:37:18.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-07T22:37:18.199Z] 4bd9d88cd238: Preparing [2023-02-07T22:37:18.199Z] 3839837fd28e: Preparing [2023-02-07T22:37:18.199Z] 18d2e0a140be: Preparing [2023-02-07T22:37:18.199Z] 0e5dbaff79d8: Preparing [2023-02-07T22:37:18.199Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:18.199Z] 4bd9d88cd238: Layer already exists [2023-02-07T22:37:18.199Z] 0e5dbaff79d8: Layer already exists [2023-02-07T22:37:18.199Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:18.199Z] 3839837fd28e: Layer already exists [2023-02-07T22:37:18.199Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:18.466Z] latest: digest: sha256:9b91b316319d1b47b8c97f4ca6a4002447bf3ed07c028817dd9f6f644cf30c13 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:18.813Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:19.159Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.38 [2023-02-07T22:37:19.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-07T22:37:19.159Z] 4bd9d88cd238: Preparing [2023-02-07T22:37:19.159Z] 3839837fd28e: Preparing [2023-02-07T22:37:19.159Z] 18d2e0a140be: Preparing [2023-02-07T22:37:19.159Z] 0e5dbaff79d8: Preparing [2023-02-07T22:37:19.159Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:19.159Z] 0e5dbaff79d8: Layer already exists [2023-02-07T22:37:19.159Z] 3839837fd28e: Layer already exists [2023-02-07T22:37:19.159Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:19.159Z] 4bd9d88cd238: Layer already exists [2023-02-07T22:37:19.159Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:19.159Z] 3.0.0-dev.38: digest: sha256:9b91b316319d1b47b8c97f4ca6a4002447bf3ed07c028817dd9f6f644cf30c13 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:19.773Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:20.118Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:20.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-07T22:37:20.118Z] 4bd9d88cd238: Preparing [2023-02-07T22:37:20.118Z] 3839837fd28e: Preparing [2023-02-07T22:37:20.118Z] 18d2e0a140be: Preparing [2023-02-07T22:37:20.118Z] 0e5dbaff79d8: Preparing [2023-02-07T22:37:20.118Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:20.118Z] 4bd9d88cd238: Layer already exists [2023-02-07T22:37:20.118Z] 3839837fd28e: Layer already exists [2023-02-07T22:37:20.118Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:20.118Z] 0e5dbaff79d8: Layer already exists [2023-02-07T22:37:20.118Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:20.118Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:9b91b316319d1b47b8c97f4ca6a4002447bf3ed07c028817dd9f6f644cf30c13 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:20.726Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:21.073Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-07T22:37:21.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-07T22:37:21.073Z] 4bd9d88cd238: Preparing [2023-02-07T22:37:21.073Z] 3839837fd28e: Preparing [2023-02-07T22:37:21.073Z] 18d2e0a140be: Preparing [2023-02-07T22:37:21.073Z] 0e5dbaff79d8: Preparing [2023-02-07T22:37:21.073Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:21.073Z] 4bd9d88cd238: Layer already exists [2023-02-07T22:37:21.073Z] 3839837fd28e: Layer already exists [2023-02-07T22:37:21.073Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:21.073Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:21.073Z] 0e5dbaff79d8: Layer already exists [2023-02-07T22:37:21.341Z] main: digest: sha256:9b91b316319d1b47b8c97f4ca6a4002447bf3ed07c028817dd9f6f644cf30c13 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:37:21.386Z] ===================================================== [Pipeline] echo [2023-02-07T22:37:21.392Z] taggedImages: [2023-02-07T22:37:21.392Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:21.392Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-07T22:37:21.392Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.38 [2023-02-07T22:37:21.392Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:21.392Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-07T22:37:21.407Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-07T22:37:21.407Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:21.407Z] latest [2023-02-07T22:37:21.407Z] 3.0.0-dev.38 [2023-02-07T22:37:21.407Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:21.407Z] main [2023-02-07T22:37:21.407Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:21.739Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:22.078Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:22.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-07T22:37:22.078Z] e4deca71c9a1: Preparing [2023-02-07T22:37:22.078Z] 24995bc13600: Preparing [2023-02-07T22:37:22.078Z] d03aef8ff886: Preparing [2023-02-07T22:37:22.078Z] 18d2e0a140be: Preparing [2023-02-07T22:37:22.078Z] fef4c9da3e45: Preparing [2023-02-07T22:37:22.078Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:22.078Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:22.078Z] fef4c9da3e45: Layer already exists [2023-02-07T22:37:22.078Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:22.344Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:22.344Z] 24995bc13600: Pushed [2023-02-07T22:37:22.344Z] e4deca71c9a1: Pushed [2023-02-07T22:37:25.686Z] d03aef8ff886: Pushed [2023-02-07T22:37:25.687Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:6a66d5e48a37b6bee9c7a3c91cdb0de63eae6e1c0fc9e1d8e7bc4e0b26712fcc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:26.030Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:26.372Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-07T22:37:26.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-07T22:37:26.372Z] e4deca71c9a1: Preparing [2023-02-07T22:37:26.372Z] 24995bc13600: Preparing [2023-02-07T22:37:26.372Z] d03aef8ff886: Preparing [2023-02-07T22:37:26.372Z] 18d2e0a140be: Preparing [2023-02-07T22:37:26.372Z] fef4c9da3e45: Preparing [2023-02-07T22:37:26.372Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:26.372Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:26.372Z] 24995bc13600: Layer already exists [2023-02-07T22:37:26.372Z] e4deca71c9a1: Layer already exists [2023-02-07T22:37:26.372Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:26.372Z] d03aef8ff886: Layer already exists [2023-02-07T22:37:26.372Z] fef4c9da3e45: Layer already exists [2023-02-07T22:37:26.372Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:26.639Z] latest: digest: sha256:6a66d5e48a37b6bee9c7a3c91cdb0de63eae6e1c0fc9e1d8e7bc4e0b26712fcc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:26.983Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:27.324Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.38 [2023-02-07T22:37:27.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-07T22:37:27.324Z] e4deca71c9a1: Preparing [2023-02-07T22:37:27.324Z] 24995bc13600: Preparing [2023-02-07T22:37:27.324Z] d03aef8ff886: Preparing [2023-02-07T22:37:27.324Z] 18d2e0a140be: Preparing [2023-02-07T22:37:27.324Z] fef4c9da3e45: Preparing [2023-02-07T22:37:27.324Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:27.324Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:27.324Z] 24995bc13600: Layer already exists [2023-02-07T22:37:27.324Z] fef4c9da3e45: Layer already exists [2023-02-07T22:37:27.324Z] d03aef8ff886: Layer already exists [2023-02-07T22:37:27.324Z] e4deca71c9a1: Layer already exists [2023-02-07T22:37:27.324Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:27.324Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:27.592Z] 3.0.0-dev.38: digest: sha256:6a66d5e48a37b6bee9c7a3c91cdb0de63eae6e1c0fc9e1d8e7bc4e0b26712fcc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:27.943Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:28.288Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:28.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-07T22:37:28.288Z] e4deca71c9a1: Preparing [2023-02-07T22:37:28.288Z] 24995bc13600: Preparing [2023-02-07T22:37:28.288Z] d03aef8ff886: Preparing [2023-02-07T22:37:28.288Z] 18d2e0a140be: Preparing [2023-02-07T22:37:28.288Z] fef4c9da3e45: Preparing [2023-02-07T22:37:28.288Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:28.288Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:28.288Z] fef4c9da3e45: Layer already exists [2023-02-07T22:37:28.288Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:28.288Z] e4deca71c9a1: Layer already exists [2023-02-07T22:37:28.288Z] d03aef8ff886: Layer already exists [2023-02-07T22:37:28.288Z] 24995bc13600: Layer already exists [2023-02-07T22:37:28.288Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:28.555Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:6a66d5e48a37b6bee9c7a3c91cdb0de63eae6e1c0fc9e1d8e7bc4e0b26712fcc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:28.906Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:29.244Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-07T22:37:29.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-07T22:37:29.245Z] e4deca71c9a1: Preparing [2023-02-07T22:37:29.245Z] 24995bc13600: Preparing [2023-02-07T22:37:29.245Z] d03aef8ff886: Preparing [2023-02-07T22:37:29.245Z] 18d2e0a140be: Preparing [2023-02-07T22:37:29.245Z] fef4c9da3e45: Preparing [2023-02-07T22:37:29.245Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:29.245Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:29.245Z] e4deca71c9a1: Layer already exists [2023-02-07T22:37:29.245Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:29.245Z] d03aef8ff886: Layer already exists [2023-02-07T22:37:29.245Z] fef4c9da3e45: Layer already exists [2023-02-07T22:37:29.245Z] 24995bc13600: Layer already exists [2023-02-07T22:37:29.245Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:29.512Z] main: digest: sha256:6a66d5e48a37b6bee9c7a3c91cdb0de63eae6e1c0fc9e1d8e7bc4e0b26712fcc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:37:29.564Z] ===================================================== [Pipeline] echo [2023-02-07T22:37:29.573Z] taggedImages: [2023-02-07T22:37:29.573Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:29.573Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-07T22:37:29.573Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.38 [2023-02-07T22:37:29.573Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:29.573Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-07T22:37:29.596Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-07T22:37:29.596Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:29.596Z] latest [2023-02-07T22:37:29.596Z] 3.0.0-dev.38 [2023-02-07T22:37:29.596Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:29.596Z] main [2023-02-07T22:37:29.596Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:29.954Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:30.296Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:30.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-07T22:37:30.296Z] 28db5df5cad4: Preparing [2023-02-07T22:37:30.296Z] 28db5df5cad4: Preparing [2023-02-07T22:37:30.296Z] e0e6b7bd26d3: Preparing [2023-02-07T22:37:30.296Z] 963c970831a3: Preparing [2023-02-07T22:37:30.296Z] 40d67b34c6a0: Preparing [2023-02-07T22:37:30.296Z] 1da60f9cf3c0: Preparing [2023-02-07T22:37:30.296Z] 80149b20b7e6: Preparing [2023-02-07T22:37:30.296Z] 18d2e0a140be: Preparing [2023-02-07T22:37:30.296Z] a4d1adda2ab2: Preparing [2023-02-07T22:37:30.296Z] 7c0a3ca000bb: Preparing [2023-02-07T22:37:30.296Z] 93c7d84e3d17: Preparing [2023-02-07T22:37:30.296Z] 69d7f93b8004: Preparing [2023-02-07T22:37:30.296Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:30.296Z] 80149b20b7e6: Waiting [2023-02-07T22:37:30.296Z] 7c0a3ca000bb: Waiting [2023-02-07T22:37:30.296Z] 18d2e0a140be: Waiting [2023-02-07T22:37:30.296Z] a4d1adda2ab2: Waiting [2023-02-07T22:37:30.296Z] 93c7d84e3d17: Waiting [2023-02-07T22:37:30.296Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:30.296Z] 69d7f93b8004: Waiting [2023-02-07T22:37:30.565Z] e0e6b7bd26d3: Pushed [2023-02-07T22:37:30.565Z] 1da60f9cf3c0: Pushed [2023-02-07T22:37:30.565Z] 28db5df5cad4: Pushed [2023-02-07T22:37:30.565Z] 40d67b34c6a0: Pushed [2023-02-07T22:37:30.565Z] 963c970831a3: Pushed [2023-02-07T22:37:30.565Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:30.846Z] 93c7d84e3d17: Pushed [2023-02-07T22:37:30.846Z] a4d1adda2ab2: Pushed [2023-02-07T22:37:30.846Z] 69d7f93b8004: Pushed [2023-02-07T22:37:30.846Z] 7c0a3ca000bb: Pushed [2023-02-07T22:37:30.846Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:35.098Z] 80149b20b7e6: Pushed [2023-02-07T22:37:35.098Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:c52476e1c8c61528eeba1972ed612df4296ebbad39dd87c494f7066a4ec8c887 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:35.444Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:35.795Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-07T22:37:35.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-07T22:37:35.795Z] 28db5df5cad4: Preparing [2023-02-07T22:37:35.795Z] 28db5df5cad4: Preparing [2023-02-07T22:37:35.795Z] e0e6b7bd26d3: Preparing [2023-02-07T22:37:35.795Z] 963c970831a3: Preparing [2023-02-07T22:37:35.795Z] 40d67b34c6a0: Preparing [2023-02-07T22:37:35.795Z] 1da60f9cf3c0: Preparing [2023-02-07T22:37:35.795Z] 80149b20b7e6: Preparing [2023-02-07T22:37:35.795Z] 18d2e0a140be: Preparing [2023-02-07T22:37:35.795Z] a4d1adda2ab2: Preparing [2023-02-07T22:37:35.795Z] 7c0a3ca000bb: Preparing [2023-02-07T22:37:35.795Z] 93c7d84e3d17: Preparing [2023-02-07T22:37:35.795Z] 69d7f93b8004: Preparing [2023-02-07T22:37:35.795Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:35.795Z] 80149b20b7e6: Waiting [2023-02-07T22:37:35.795Z] 18d2e0a140be: Waiting [2023-02-07T22:37:35.795Z] a4d1adda2ab2: Waiting [2023-02-07T22:37:35.795Z] 7c0a3ca000bb: Waiting [2023-02-07T22:37:35.795Z] 93c7d84e3d17: Waiting [2023-02-07T22:37:35.795Z] 69d7f93b8004: Waiting [2023-02-07T22:37:35.795Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:35.795Z] 1da60f9cf3c0: Layer already exists [2023-02-07T22:37:35.795Z] e0e6b7bd26d3: Layer already exists [2023-02-07T22:37:35.795Z] 963c970831a3: Layer already exists [2023-02-07T22:37:35.795Z] 40d67b34c6a0: Layer already exists [2023-02-07T22:37:35.795Z] 28db5df5cad4: Layer already exists [2023-02-07T22:37:35.795Z] 7c0a3ca000bb: Layer already exists [2023-02-07T22:37:35.795Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:35.795Z] a4d1adda2ab2: Layer already exists [2023-02-07T22:37:35.795Z] 93c7d84e3d17: Layer already exists [2023-02-07T22:37:35.795Z] 80149b20b7e6: Layer already exists [2023-02-07T22:37:35.795Z] 69d7f93b8004: Layer already exists [2023-02-07T22:37:35.795Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:36.061Z] latest: digest: sha256:c52476e1c8c61528eeba1972ed612df4296ebbad39dd87c494f7066a4ec8c887 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:36.400Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:36.730Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.38 [2023-02-07T22:37:36.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-07T22:37:36.730Z] 28db5df5cad4: Preparing [2023-02-07T22:37:36.730Z] 28db5df5cad4: Preparing [2023-02-07T22:37:36.730Z] e0e6b7bd26d3: Preparing [2023-02-07T22:37:36.730Z] 963c970831a3: Preparing [2023-02-07T22:37:36.730Z] 40d67b34c6a0: Preparing [2023-02-07T22:37:36.730Z] 1da60f9cf3c0: Preparing [2023-02-07T22:37:36.730Z] 80149b20b7e6: Preparing [2023-02-07T22:37:36.730Z] 18d2e0a140be: Preparing [2023-02-07T22:37:36.730Z] a4d1adda2ab2: Preparing [2023-02-07T22:37:36.730Z] 7c0a3ca000bb: Preparing [2023-02-07T22:37:36.730Z] 93c7d84e3d17: Preparing [2023-02-07T22:37:36.730Z] 69d7f93b8004: Preparing [2023-02-07T22:37:36.730Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:36.730Z] a4d1adda2ab2: Waiting [2023-02-07T22:37:36.730Z] 7c0a3ca000bb: Waiting [2023-02-07T22:37:36.730Z] 93c7d84e3d17: Waiting [2023-02-07T22:37:36.730Z] 69d7f93b8004: Waiting [2023-02-07T22:37:36.730Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:36.730Z] 80149b20b7e6: Waiting [2023-02-07T22:37:36.730Z] 18d2e0a140be: Waiting [2023-02-07T22:37:36.730Z] 28db5df5cad4: Layer already exists [2023-02-07T22:37:36.730Z] e0e6b7bd26d3: Layer already exists [2023-02-07T22:37:36.730Z] 963c970831a3: Layer already exists [2023-02-07T22:37:36.730Z] 1da60f9cf3c0: Layer already exists [2023-02-07T22:37:36.731Z] 40d67b34c6a0: Layer already exists [2023-02-07T22:37:36.731Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:36.731Z] 80149b20b7e6: Layer already exists [2023-02-07T22:37:36.731Z] a4d1adda2ab2: Layer already exists [2023-02-07T22:37:36.731Z] 7c0a3ca000bb: Layer already exists [2023-02-07T22:37:36.731Z] 93c7d84e3d17: Layer already exists [2023-02-07T22:37:36.731Z] 69d7f93b8004: Layer already exists [2023-02-07T22:37:36.731Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:36.997Z] 3.0.0-dev.38: digest: sha256:c52476e1c8c61528eeba1972ed612df4296ebbad39dd87c494f7066a4ec8c887 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:37.329Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:37.679Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:37.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-07T22:37:37.679Z] 28db5df5cad4: Preparing [2023-02-07T22:37:37.679Z] 28db5df5cad4: Preparing [2023-02-07T22:37:37.679Z] e0e6b7bd26d3: Preparing [2023-02-07T22:37:37.679Z] 963c970831a3: Preparing [2023-02-07T22:37:37.679Z] 40d67b34c6a0: Preparing [2023-02-07T22:37:37.679Z] 1da60f9cf3c0: Preparing [2023-02-07T22:37:37.679Z] 80149b20b7e6: Preparing [2023-02-07T22:37:37.679Z] 18d2e0a140be: Preparing [2023-02-07T22:37:37.679Z] a4d1adda2ab2: Preparing [2023-02-07T22:37:37.679Z] 7c0a3ca000bb: Preparing [2023-02-07T22:37:37.679Z] 93c7d84e3d17: Preparing [2023-02-07T22:37:37.679Z] 69d7f93b8004: Preparing [2023-02-07T22:37:37.679Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:37.679Z] 80149b20b7e6: Waiting [2023-02-07T22:37:37.679Z] 18d2e0a140be: Waiting [2023-02-07T22:37:37.679Z] a4d1adda2ab2: Waiting [2023-02-07T22:37:37.679Z] 7c0a3ca000bb: Waiting [2023-02-07T22:37:37.679Z] 93c7d84e3d17: Waiting [2023-02-07T22:37:37.679Z] 69d7f93b8004: Waiting [2023-02-07T22:37:37.679Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:37.679Z] 40d67b34c6a0: Layer already exists [2023-02-07T22:37:37.679Z] 1da60f9cf3c0: Layer already exists [2023-02-07T22:37:37.679Z] 28db5df5cad4: Layer already exists [2023-02-07T22:37:37.679Z] e0e6b7bd26d3: Layer already exists [2023-02-07T22:37:37.679Z] 963c970831a3: Layer already exists [2023-02-07T22:37:37.679Z] 7c0a3ca000bb: Layer already exists [2023-02-07T22:37:37.679Z] a4d1adda2ab2: Layer already exists [2023-02-07T22:37:37.679Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:37.679Z] 80149b20b7e6: Layer already exists [2023-02-07T22:37:37.679Z] 93c7d84e3d17: Layer already exists [2023-02-07T22:37:37.679Z] 69d7f93b8004: Layer already exists [2023-02-07T22:37:37.679Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:37.946Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:c52476e1c8c61528eeba1972ed612df4296ebbad39dd87c494f7066a4ec8c887 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:38.293Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:38.631Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-07T22:37:38.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-07T22:37:38.632Z] 28db5df5cad4: Preparing [2023-02-07T22:37:38.632Z] 28db5df5cad4: Preparing [2023-02-07T22:37:38.632Z] e0e6b7bd26d3: Preparing [2023-02-07T22:37:38.632Z] 963c970831a3: Preparing [2023-02-07T22:37:38.632Z] 40d67b34c6a0: Preparing [2023-02-07T22:37:38.632Z] 1da60f9cf3c0: Preparing [2023-02-07T22:37:38.632Z] 80149b20b7e6: Preparing [2023-02-07T22:37:38.632Z] 18d2e0a140be: Preparing [2023-02-07T22:37:38.632Z] a4d1adda2ab2: Preparing [2023-02-07T22:37:38.632Z] 7c0a3ca000bb: Preparing [2023-02-07T22:37:38.632Z] 93c7d84e3d17: Preparing [2023-02-07T22:37:38.632Z] 69d7f93b8004: Preparing [2023-02-07T22:37:38.632Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:38.632Z] a4d1adda2ab2: Waiting [2023-02-07T22:37:38.632Z] 7c0a3ca000bb: Waiting [2023-02-07T22:37:38.632Z] 93c7d84e3d17: Waiting [2023-02-07T22:37:38.632Z] 69d7f93b8004: Waiting [2023-02-07T22:37:38.632Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:38.632Z] 18d2e0a140be: Waiting [2023-02-07T22:37:38.632Z] 80149b20b7e6: Waiting [2023-02-07T22:37:38.632Z] 1da60f9cf3c0: Layer already exists [2023-02-07T22:37:38.632Z] 28db5df5cad4: Layer already exists [2023-02-07T22:37:38.632Z] 40d67b34c6a0: Layer already exists [2023-02-07T22:37:38.632Z] 963c970831a3: Layer already exists [2023-02-07T22:37:38.632Z] e0e6b7bd26d3: Layer already exists [2023-02-07T22:37:38.632Z] 80149b20b7e6: Layer already exists [2023-02-07T22:37:38.632Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:38.632Z] a4d1adda2ab2: Layer already exists [2023-02-07T22:37:38.632Z] 7c0a3ca000bb: Layer already exists [2023-02-07T22:37:38.632Z] 93c7d84e3d17: Layer already exists [2023-02-07T22:37:38.898Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:38.898Z] 69d7f93b8004: Layer already exists [2023-02-07T22:37:38.898Z] main: digest: sha256:c52476e1c8c61528eeba1972ed612df4296ebbad39dd87c494f7066a4ec8c887 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:37:38.947Z] ===================================================== [Pipeline] echo [2023-02-07T22:37:38.957Z] taggedImages: [2023-02-07T22:37:38.957Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:38.957Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-07T22:37:38.957Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.38 [2023-02-07T22:37:38.957Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:38.957Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-07T22:37:38.978Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-07T22:37:38.978Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:38.978Z] latest [2023-02-07T22:37:38.978Z] 3.0.0-dev.38 [2023-02-07T22:37:38.978Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:38.978Z] main [2023-02-07T22:37:38.978Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:39.332Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:39.678Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:39.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-07T22:37:39.678Z] 4c97506ea3f2: Preparing [2023-02-07T22:37:39.678Z] 32c3f133f628: Preparing [2023-02-07T22:37:39.678Z] 623c5cb9dc05: Preparing [2023-02-07T22:37:39.678Z] e132cd41bcb1: Preparing [2023-02-07T22:37:39.678Z] 753c096de985: Preparing [2023-02-07T22:37:39.678Z] b10eebb36a86: Preparing [2023-02-07T22:37:39.678Z] c9011292c518: Preparing [2023-02-07T22:37:39.678Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:39.678Z] b10eebb36a86: Waiting [2023-02-07T22:37:39.678Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:39.678Z] c9011292c518: Waiting [2023-02-07T22:37:39.945Z] 4c97506ea3f2: Pushed [2023-02-07T22:37:39.945Z] 753c096de985: Pushed [2023-02-07T22:37:39.945Z] 32c3f133f628: Pushed [2023-02-07T22:37:39.945Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:40.213Z] b10eebb36a86: Pushed [2023-02-07T22:37:40.799Z] c9011292c518: Pushed [2023-02-07T22:37:42.746Z] e132cd41bcb1: Pushed [2023-02-07T22:37:42.746Z] 623c5cb9dc05: Pushed [2023-02-07T22:37:42.746Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:5ff26f620803ae6dcdef504dc5ddc240683aeb662016c6a427f56c327a46860d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:43.092Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:43.433Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-07T22:37:43.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-07T22:37:43.433Z] 4c97506ea3f2: Preparing [2023-02-07T22:37:43.433Z] 32c3f133f628: Preparing [2023-02-07T22:37:43.433Z] 623c5cb9dc05: Preparing [2023-02-07T22:37:43.433Z] e132cd41bcb1: Preparing [2023-02-07T22:37:43.433Z] 753c096de985: Preparing [2023-02-07T22:37:43.433Z] b10eebb36a86: Preparing [2023-02-07T22:37:43.433Z] c9011292c518: Preparing [2023-02-07T22:37:43.433Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:43.433Z] b10eebb36a86: Waiting [2023-02-07T22:37:43.433Z] c9011292c518: Waiting [2023-02-07T22:37:43.433Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:43.433Z] 753c096de985: Layer already exists [2023-02-07T22:37:43.433Z] e132cd41bcb1: Layer already exists [2023-02-07T22:37:43.433Z] 32c3f133f628: Layer already exists [2023-02-07T22:37:43.433Z] 623c5cb9dc05: Layer already exists [2023-02-07T22:37:43.433Z] 4c97506ea3f2: Layer already exists [2023-02-07T22:37:43.433Z] c9011292c518: Layer already exists [2023-02-07T22:37:43.433Z] b10eebb36a86: Layer already exists [2023-02-07T22:37:43.433Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:43.699Z] latest: digest: sha256:5ff26f620803ae6dcdef504dc5ddc240683aeb662016c6a427f56c327a46860d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:44.049Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:44.397Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.38 [2023-02-07T22:37:44.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-07T22:37:44.398Z] 4c97506ea3f2: Preparing [2023-02-07T22:37:44.398Z] 32c3f133f628: Preparing [2023-02-07T22:37:44.398Z] 623c5cb9dc05: Preparing [2023-02-07T22:37:44.398Z] e132cd41bcb1: Preparing [2023-02-07T22:37:44.398Z] 753c096de985: Preparing [2023-02-07T22:37:44.398Z] b10eebb36a86: Preparing [2023-02-07T22:37:44.398Z] c9011292c518: Preparing [2023-02-07T22:37:44.398Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:44.398Z] c9011292c518: Waiting [2023-02-07T22:37:44.398Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:44.398Z] b10eebb36a86: Waiting [2023-02-07T22:37:44.398Z] 32c3f133f628: Layer already exists [2023-02-07T22:37:44.398Z] 623c5cb9dc05: Layer already exists [2023-02-07T22:37:44.398Z] 4c97506ea3f2: Layer already exists [2023-02-07T22:37:44.398Z] 753c096de985: Layer already exists [2023-02-07T22:37:44.398Z] e132cd41bcb1: Layer already exists [2023-02-07T22:37:44.398Z] c9011292c518: Layer already exists [2023-02-07T22:37:44.398Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:44.398Z] b10eebb36a86: Layer already exists [2023-02-07T22:37:44.665Z] 3.0.0-dev.38: digest: sha256:5ff26f620803ae6dcdef504dc5ddc240683aeb662016c6a427f56c327a46860d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:45.012Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:45.349Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:45.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-07T22:37:45.349Z] 4c97506ea3f2: Preparing [2023-02-07T22:37:45.349Z] 32c3f133f628: Preparing [2023-02-07T22:37:45.349Z] 623c5cb9dc05: Preparing [2023-02-07T22:37:45.349Z] e132cd41bcb1: Preparing [2023-02-07T22:37:45.349Z] 753c096de985: Preparing [2023-02-07T22:37:45.349Z] b10eebb36a86: Preparing [2023-02-07T22:37:45.349Z] c9011292c518: Preparing [2023-02-07T22:37:45.349Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:45.349Z] b10eebb36a86: Waiting [2023-02-07T22:37:45.349Z] c9011292c518: Waiting [2023-02-07T22:37:45.349Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:45.349Z] 753c096de985: Layer already exists [2023-02-07T22:37:45.349Z] 32c3f133f628: Layer already exists [2023-02-07T22:37:45.349Z] 623c5cb9dc05: Layer already exists [2023-02-07T22:37:45.349Z] 4c97506ea3f2: Layer already exists [2023-02-07T22:37:45.349Z] e132cd41bcb1: Layer already exists [2023-02-07T22:37:45.349Z] c9011292c518: Layer already exists [2023-02-07T22:37:45.349Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:45.349Z] b10eebb36a86: Layer already exists [2023-02-07T22:37:45.615Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:5ff26f620803ae6dcdef504dc5ddc240683aeb662016c6a427f56c327a46860d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:45.949Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:46.291Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-07T22:37:46.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-07T22:37:46.291Z] 4c97506ea3f2: Preparing [2023-02-07T22:37:46.291Z] 32c3f133f628: Preparing [2023-02-07T22:37:46.291Z] 623c5cb9dc05: Preparing [2023-02-07T22:37:46.291Z] e132cd41bcb1: Preparing [2023-02-07T22:37:46.291Z] 753c096de985: Preparing [2023-02-07T22:37:46.291Z] b10eebb36a86: Preparing [2023-02-07T22:37:46.291Z] c9011292c518: Preparing [2023-02-07T22:37:46.291Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:46.291Z] c9011292c518: Waiting [2023-02-07T22:37:46.291Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:46.291Z] b10eebb36a86: Waiting [2023-02-07T22:37:46.291Z] 32c3f133f628: Layer already exists [2023-02-07T22:37:46.291Z] 623c5cb9dc05: Layer already exists [2023-02-07T22:37:46.291Z] e132cd41bcb1: Layer already exists [2023-02-07T22:37:46.291Z] 753c096de985: Layer already exists [2023-02-07T22:37:46.291Z] 4c97506ea3f2: Layer already exists [2023-02-07T22:37:46.291Z] b10eebb36a86: Layer already exists [2023-02-07T22:37:46.291Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:46.291Z] c9011292c518: Layer already exists [2023-02-07T22:37:46.558Z] main: digest: sha256:5ff26f620803ae6dcdef504dc5ddc240683aeb662016c6a427f56c327a46860d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:37:46.609Z] ===================================================== [Pipeline] echo [2023-02-07T22:37:46.617Z] taggedImages: [2023-02-07T22:37:46.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:46.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-07T22:37:46.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.38 [2023-02-07T22:37:46.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:46.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-07T22:37:46.639Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-07T22:37:46.640Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:46.640Z] latest [2023-02-07T22:37:46.640Z] 3.0.0-dev.38 [2023-02-07T22:37:46.640Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:46.640Z] main [2023-02-07T22:37:46.640Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:46.989Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:47.369Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:47.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-07T22:37:47.369Z] 2528fd822430: Preparing [2023-02-07T22:37:47.369Z] 0e7e940e801f: Preparing [2023-02-07T22:37:47.369Z] 8b563a3ea15f: Preparing [2023-02-07T22:37:47.369Z] bb2a2b738155: Preparing [2023-02-07T22:37:47.369Z] 56a5fe0a4ef5: Preparing [2023-02-07T22:37:47.369Z] b4a1e0d307c2: Preparing [2023-02-07T22:37:47.369Z] ca4a7691f68b: Preparing [2023-02-07T22:37:47.369Z] a8d1a9631df0: Preparing [2023-02-07T22:37:47.369Z] f210d181c2be: Preparing [2023-02-07T22:37:47.369Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:47.369Z] ca4a7691f68b: Waiting [2023-02-07T22:37:47.369Z] a8d1a9631df0: Waiting [2023-02-07T22:37:47.369Z] f210d181c2be: Waiting [2023-02-07T22:37:47.369Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:47.369Z] b4a1e0d307c2: Waiting [2023-02-07T22:37:47.660Z] 0e7e940e801f: Pushed [2023-02-07T22:37:47.660Z] 56a5fe0a4ef5: Pushed [2023-02-07T22:37:47.660Z] 2528fd822430: Pushed [2023-02-07T22:37:47.974Z] a8d1a9631df0: Pushed [2023-02-07T22:37:47.974Z] ca4a7691f68b: Pushed [2023-02-07T22:37:47.974Z] b4a1e0d307c2: Pushed [2023-02-07T22:37:48.265Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:48.540Z] f210d181c2be: Pushed [2023-02-07T22:37:50.506Z] bb2a2b738155: Pushed [2023-02-07T22:37:51.086Z] 8b563a3ea15f: Pushed [2023-02-07T22:37:51.352Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:f832deeaa2d7543eaa9bed97ed7625fd6a3d1920584a5cdffc3d608fd9db3761 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:51.687Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:52.024Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-07T22:37:52.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-07T22:37:52.024Z] 2528fd822430: Preparing [2023-02-07T22:37:52.024Z] 0e7e940e801f: Preparing [2023-02-07T22:37:52.024Z] 8b563a3ea15f: Preparing [2023-02-07T22:37:52.024Z] bb2a2b738155: Preparing [2023-02-07T22:37:52.024Z] 56a5fe0a4ef5: Preparing [2023-02-07T22:37:52.024Z] b4a1e0d307c2: Preparing [2023-02-07T22:37:52.024Z] ca4a7691f68b: Preparing [2023-02-07T22:37:52.024Z] a8d1a9631df0: Preparing [2023-02-07T22:37:52.024Z] f210d181c2be: Preparing [2023-02-07T22:37:52.024Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:52.024Z] b4a1e0d307c2: Waiting [2023-02-07T22:37:52.024Z] ca4a7691f68b: Waiting [2023-02-07T22:37:52.024Z] a8d1a9631df0: Waiting [2023-02-07T22:37:52.024Z] f210d181c2be: Waiting [2023-02-07T22:37:52.024Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:52.024Z] bb2a2b738155: Layer already exists [2023-02-07T22:37:52.024Z] 8b563a3ea15f: Layer already exists [2023-02-07T22:37:52.024Z] 2528fd822430: Layer already exists [2023-02-07T22:37:52.024Z] 56a5fe0a4ef5: Layer already exists [2023-02-07T22:37:52.024Z] 0e7e940e801f: Layer already exists [2023-02-07T22:37:52.024Z] a8d1a9631df0: Layer already exists [2023-02-07T22:37:52.024Z] ca4a7691f68b: Layer already exists [2023-02-07T22:37:52.024Z] b4a1e0d307c2: Layer already exists [2023-02-07T22:37:52.024Z] f210d181c2be: Layer already exists [2023-02-07T22:37:52.024Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:52.291Z] latest: digest: sha256:f832deeaa2d7543eaa9bed97ed7625fd6a3d1920584a5cdffc3d608fd9db3761 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:52.633Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:52.974Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.38 [2023-02-07T22:37:52.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-07T22:37:52.974Z] 2528fd822430: Preparing [2023-02-07T22:37:52.974Z] 0e7e940e801f: Preparing [2023-02-07T22:37:52.974Z] 8b563a3ea15f: Preparing [2023-02-07T22:37:52.974Z] bb2a2b738155: Preparing [2023-02-07T22:37:52.974Z] 56a5fe0a4ef5: Preparing [2023-02-07T22:37:52.974Z] b4a1e0d307c2: Preparing [2023-02-07T22:37:52.974Z] ca4a7691f68b: Preparing [2023-02-07T22:37:52.974Z] a8d1a9631df0: Preparing [2023-02-07T22:37:52.974Z] f210d181c2be: Preparing [2023-02-07T22:37:52.974Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:52.974Z] ca4a7691f68b: Waiting [2023-02-07T22:37:52.974Z] b4a1e0d307c2: Waiting [2023-02-07T22:37:52.974Z] a8d1a9631df0: Waiting [2023-02-07T22:37:52.974Z] f210d181c2be: Waiting [2023-02-07T22:37:52.974Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:52.974Z] 0e7e940e801f: Layer already exists [2023-02-07T22:37:52.974Z] 8b563a3ea15f: Layer already exists [2023-02-07T22:37:52.974Z] bb2a2b738155: Layer already exists [2023-02-07T22:37:52.974Z] 2528fd822430: Layer already exists [2023-02-07T22:37:52.974Z] 56a5fe0a4ef5: Layer already exists [2023-02-07T22:37:52.974Z] ca4a7691f68b: Layer already exists [2023-02-07T22:37:52.974Z] a8d1a9631df0: Layer already exists [2023-02-07T22:37:52.974Z] b4a1e0d307c2: Layer already exists [2023-02-07T22:37:52.974Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:52.974Z] f210d181c2be: Layer already exists [2023-02-07T22:37:53.240Z] 3.0.0-dev.38: digest: sha256:f832deeaa2d7543eaa9bed97ed7625fd6a3d1920584a5cdffc3d608fd9db3761 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:53.581Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:53.916Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:53.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-07T22:37:53.916Z] 2528fd822430: Preparing [2023-02-07T22:37:53.916Z] 0e7e940e801f: Preparing [2023-02-07T22:37:53.916Z] 8b563a3ea15f: Preparing [2023-02-07T22:37:53.916Z] bb2a2b738155: Preparing [2023-02-07T22:37:53.916Z] 56a5fe0a4ef5: Preparing [2023-02-07T22:37:53.916Z] b4a1e0d307c2: Preparing [2023-02-07T22:37:53.916Z] ca4a7691f68b: Preparing [2023-02-07T22:37:53.916Z] a8d1a9631df0: Preparing [2023-02-07T22:37:53.916Z] f210d181c2be: Preparing [2023-02-07T22:37:53.916Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:53.916Z] b4a1e0d307c2: Waiting [2023-02-07T22:37:53.916Z] ca4a7691f68b: Waiting [2023-02-07T22:37:53.916Z] a8d1a9631df0: Waiting [2023-02-07T22:37:53.916Z] f210d181c2be: Waiting [2023-02-07T22:37:53.916Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:53.916Z] 0e7e940e801f: Layer already exists [2023-02-07T22:37:53.916Z] bb2a2b738155: Layer already exists [2023-02-07T22:37:53.916Z] 56a5fe0a4ef5: Layer already exists [2023-02-07T22:37:53.916Z] 2528fd822430: Layer already exists [2023-02-07T22:37:53.916Z] 8b563a3ea15f: Layer already exists [2023-02-07T22:37:53.916Z] b4a1e0d307c2: Layer already exists [2023-02-07T22:37:53.916Z] f210d181c2be: Layer already exists [2023-02-07T22:37:53.916Z] ca4a7691f68b: Layer already exists [2023-02-07T22:37:53.916Z] a8d1a9631df0: Layer already exists [2023-02-07T22:37:53.916Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:54.183Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:f832deeaa2d7543eaa9bed97ed7625fd6a3d1920584a5cdffc3d608fd9db3761 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:54.521Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:54.852Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-07T22:37:54.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-07T22:37:54.852Z] 2528fd822430: Preparing [2023-02-07T22:37:54.852Z] 0e7e940e801f: Preparing [2023-02-07T22:37:54.852Z] 8b563a3ea15f: Preparing [2023-02-07T22:37:54.852Z] bb2a2b738155: Preparing [2023-02-07T22:37:54.852Z] 56a5fe0a4ef5: Preparing [2023-02-07T22:37:54.852Z] b4a1e0d307c2: Preparing [2023-02-07T22:37:54.852Z] ca4a7691f68b: Preparing [2023-02-07T22:37:54.852Z] a8d1a9631df0: Preparing [2023-02-07T22:37:54.852Z] f210d181c2be: Preparing [2023-02-07T22:37:54.852Z] 17bec77d7fdc: Preparing [2023-02-07T22:37:54.852Z] a8d1a9631df0: Waiting [2023-02-07T22:37:54.852Z] b4a1e0d307c2: Waiting [2023-02-07T22:37:54.852Z] ca4a7691f68b: Waiting [2023-02-07T22:37:54.852Z] 17bec77d7fdc: Waiting [2023-02-07T22:37:54.852Z] 56a5fe0a4ef5: Layer already exists [2023-02-07T22:37:54.852Z] bb2a2b738155: Layer already exists [2023-02-07T22:37:54.852Z] 8b563a3ea15f: Layer already exists [2023-02-07T22:37:54.852Z] 2528fd822430: Layer already exists [2023-02-07T22:37:54.852Z] 0e7e940e801f: Layer already exists [2023-02-07T22:37:54.852Z] a8d1a9631df0: Layer already exists [2023-02-07T22:37:54.852Z] ca4a7691f68b: Layer already exists [2023-02-07T22:37:54.852Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:37:54.852Z] b4a1e0d307c2: Layer already exists [2023-02-07T22:37:54.852Z] f210d181c2be: Layer already exists [2023-02-07T22:37:55.117Z] main: digest: sha256:f832deeaa2d7543eaa9bed97ed7625fd6a3d1920584a5cdffc3d608fd9db3761 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:37:55.156Z] ===================================================== [Pipeline] echo [2023-02-07T22:37:55.162Z] taggedImages: [2023-02-07T22:37:55.162Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:55.162Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-07T22:37:55.162Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.38 [2023-02-07T22:37:55.162Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:55.162Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-07T22:37:55.176Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-07T22:37:55.176Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:55.176Z] latest [2023-02-07T22:37:55.176Z] 3.0.0-dev.38 [2023-02-07T22:37:55.176Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:37:55.176Z] main [2023-02-07T22:37:55.176Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:55.511Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:37:55.843Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:37:55.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-07T22:37:55.843Z] e16d58728d24: Preparing [2023-02-07T22:37:55.843Z] 0c56e9d9d840: Preparing [2023-02-07T22:37:55.843Z] 18d2e0a140be: Preparing [2023-02-07T22:37:55.843Z] 98559f323679: Preparing [2023-02-07T22:37:55.843Z] 9833f26c6bda: Preparing [2023-02-07T22:37:55.843Z] 9833f26c6bda: Layer already exists [2023-02-07T22:37:55.843Z] 18d2e0a140be: Layer already exists [2023-02-07T22:37:56.107Z] e16d58728d24: Pushed [2023-02-07T22:37:57.063Z] 98559f323679: Pushed [2023-02-07T22:38:00.509Z] 0c56e9d9d840: Pushed [2023-02-07T22:38:00.808Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:0f22aa3dad3a0832c04b12202dea82cfb78a9a9497b02e25b24fc6e52d945aba size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:01.150Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:01.485Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-07T22:38:01.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-07T22:38:01.485Z] e16d58728d24: Preparing [2023-02-07T22:38:01.485Z] 0c56e9d9d840: Preparing [2023-02-07T22:38:01.485Z] 18d2e0a140be: Preparing [2023-02-07T22:38:01.485Z] 98559f323679: Preparing [2023-02-07T22:38:01.485Z] 9833f26c6bda: Preparing [2023-02-07T22:38:01.485Z] 0c56e9d9d840: Layer already exists [2023-02-07T22:38:01.485Z] 18d2e0a140be: Layer already exists [2023-02-07T22:38:01.485Z] e16d58728d24: Layer already exists [2023-02-07T22:38:01.485Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:01.485Z] 98559f323679: Layer already exists [2023-02-07T22:38:01.485Z] latest: digest: sha256:0f22aa3dad3a0832c04b12202dea82cfb78a9a9497b02e25b24fc6e52d945aba size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:02.101Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:02.436Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.38 [2023-02-07T22:38:02.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-07T22:38:02.437Z] e16d58728d24: Preparing [2023-02-07T22:38:02.437Z] 0c56e9d9d840: Preparing [2023-02-07T22:38:02.437Z] 18d2e0a140be: Preparing [2023-02-07T22:38:02.437Z] 98559f323679: Preparing [2023-02-07T22:38:02.437Z] 9833f26c6bda: Preparing [2023-02-07T22:38:02.437Z] 0c56e9d9d840: Layer already exists [2023-02-07T22:38:02.437Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:02.437Z] 18d2e0a140be: Layer already exists [2023-02-07T22:38:02.437Z] e16d58728d24: Layer already exists [2023-02-07T22:38:02.437Z] 98559f323679: Layer already exists [2023-02-07T22:38:02.437Z] 3.0.0-dev.38: digest: sha256:0f22aa3dad3a0832c04b12202dea82cfb78a9a9497b02e25b24fc6e52d945aba size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:03.039Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:03.380Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:38:03.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-07T22:38:03.380Z] e16d58728d24: Preparing [2023-02-07T22:38:03.380Z] 0c56e9d9d840: Preparing [2023-02-07T22:38:03.380Z] 18d2e0a140be: Preparing [2023-02-07T22:38:03.380Z] 98559f323679: Preparing [2023-02-07T22:38:03.380Z] 9833f26c6bda: Preparing [2023-02-07T22:38:03.380Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:03.380Z] 0c56e9d9d840: Layer already exists [2023-02-07T22:38:03.380Z] e16d58728d24: Layer already exists [2023-02-07T22:38:03.380Z] 98559f323679: Layer already exists [2023-02-07T22:38:03.380Z] 18d2e0a140be: Layer already exists [2023-02-07T22:38:03.380Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:0f22aa3dad3a0832c04b12202dea82cfb78a9a9497b02e25b24fc6e52d945aba size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:03.720Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:04.057Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-07T22:38:04.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-07T22:38:04.057Z] e16d58728d24: Preparing [2023-02-07T22:38:04.057Z] 0c56e9d9d840: Preparing [2023-02-07T22:38:04.057Z] 18d2e0a140be: Preparing [2023-02-07T22:38:04.057Z] 98559f323679: Preparing [2023-02-07T22:38:04.057Z] 9833f26c6bda: Preparing [2023-02-07T22:38:04.057Z] 18d2e0a140be: Layer already exists [2023-02-07T22:38:04.057Z] 98559f323679: Layer already exists [2023-02-07T22:38:04.057Z] e16d58728d24: Layer already exists [2023-02-07T22:38:04.057Z] 0c56e9d9d840: Layer already exists [2023-02-07T22:38:04.057Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:04.325Z] main: digest: sha256:0f22aa3dad3a0832c04b12202dea82cfb78a9a9497b02e25b24fc6e52d945aba size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:38:04.365Z] ===================================================== [Pipeline] echo [2023-02-07T22:38:04.370Z] taggedImages: [2023-02-07T22:38:04.370Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:38:04.370Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-07T22:38:04.370Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.38 [2023-02-07T22:38:04.370Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:38:04.370Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-07T22:38:04.399Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-07T22:38:04.399Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:38:04.399Z] latest [2023-02-07T22:38:04.399Z] 3.0.0-dev.38 [2023-02-07T22:38:04.399Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:38:04.399Z] main [2023-02-07T22:38:04.399Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:04.752Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:05.093Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:38:05.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-07T22:38:05.093Z] 21d519bf9cc6: Preparing [2023-02-07T22:38:05.093Z] 7ae224bb7e06: Preparing [2023-02-07T22:38:05.093Z] fc155e397654: Preparing [2023-02-07T22:38:05.093Z] 7eaaf37ea241: Preparing [2023-02-07T22:38:05.093Z] fe38e5411546: Preparing [2023-02-07T22:38:05.093Z] 9f21f98fc4e5: Preparing [2023-02-07T22:38:05.093Z] 9833f26c6bda: Preparing [2023-02-07T22:38:05.093Z] 9f21f98fc4e5: Waiting [2023-02-07T22:38:05.093Z] 9833f26c6bda: Waiting [2023-02-07T22:38:05.363Z] 7ae224bb7e06: Pushed [2023-02-07T22:38:05.363Z] 21d519bf9cc6: Pushed [2023-02-07T22:38:05.363Z] fc155e397654: Pushed [2023-02-07T22:38:05.363Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:06.320Z] 9f21f98fc4e5: Pushed [2023-02-07T22:38:14.522Z] fe38e5411546: Pushed [2023-02-07T22:38:22.715Z] 7eaaf37ea241: Pushed [2023-02-07T22:38:22.715Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:8af7c1df4d119e54b27fe5df2668ff38c083c13f38dd15a8f6bf05a555e2c3a5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:23.062Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:23.407Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-07T22:38:23.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-07T22:38:23.407Z] 21d519bf9cc6: Preparing [2023-02-07T22:38:23.407Z] 7ae224bb7e06: Preparing [2023-02-07T22:38:23.407Z] fc155e397654: Preparing [2023-02-07T22:38:23.407Z] 7eaaf37ea241: Preparing [2023-02-07T22:38:23.407Z] fe38e5411546: Preparing [2023-02-07T22:38:23.407Z] 9f21f98fc4e5: Preparing [2023-02-07T22:38:23.407Z] 9833f26c6bda: Preparing [2023-02-07T22:38:23.407Z] 9f21f98fc4e5: Waiting [2023-02-07T22:38:23.407Z] 9833f26c6bda: Waiting [2023-02-07T22:38:23.407Z] fe38e5411546: Layer already exists [2023-02-07T22:38:23.407Z] 21d519bf9cc6: Layer already exists [2023-02-07T22:38:23.407Z] 7ae224bb7e06: Layer already exists [2023-02-07T22:38:23.407Z] 7eaaf37ea241: Layer already exists [2023-02-07T22:38:23.407Z] fc155e397654: Layer already exists [2023-02-07T22:38:23.407Z] 9f21f98fc4e5: Layer already exists [2023-02-07T22:38:23.407Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:23.673Z] latest: digest: sha256:8af7c1df4d119e54b27fe5df2668ff38c083c13f38dd15a8f6bf05a555e2c3a5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:24.014Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:24.350Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.38 [2023-02-07T22:38:24.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-07T22:38:24.350Z] 21d519bf9cc6: Preparing [2023-02-07T22:38:24.350Z] 7ae224bb7e06: Preparing [2023-02-07T22:38:24.350Z] fc155e397654: Preparing [2023-02-07T22:38:24.350Z] 7eaaf37ea241: Preparing [2023-02-07T22:38:24.350Z] fe38e5411546: Preparing [2023-02-07T22:38:24.350Z] 9f21f98fc4e5: Preparing [2023-02-07T22:38:24.350Z] 9833f26c6bda: Preparing [2023-02-07T22:38:24.350Z] 9833f26c6bda: Waiting [2023-02-07T22:38:24.350Z] 9f21f98fc4e5: Waiting [2023-02-07T22:38:24.350Z] 7ae224bb7e06: Layer already exists [2023-02-07T22:38:24.350Z] fe38e5411546: Layer already exists [2023-02-07T22:38:24.350Z] 7eaaf37ea241: Layer already exists [2023-02-07T22:38:24.350Z] fc155e397654: Layer already exists [2023-02-07T22:38:24.350Z] 21d519bf9cc6: Layer already exists [2023-02-07T22:38:24.350Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:24.350Z] 9f21f98fc4e5: Layer already exists [2023-02-07T22:38:24.616Z] 3.0.0-dev.38: digest: sha256:8af7c1df4d119e54b27fe5df2668ff38c083c13f38dd15a8f6bf05a555e2c3a5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:24.953Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:25.289Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:38:25.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-07T22:38:25.289Z] 21d519bf9cc6: Preparing [2023-02-07T22:38:25.289Z] 7ae224bb7e06: Preparing [2023-02-07T22:38:25.289Z] fc155e397654: Preparing [2023-02-07T22:38:25.289Z] 7eaaf37ea241: Preparing [2023-02-07T22:38:25.289Z] fe38e5411546: Preparing [2023-02-07T22:38:25.289Z] 9f21f98fc4e5: Preparing [2023-02-07T22:38:25.289Z] 9833f26c6bda: Preparing [2023-02-07T22:38:25.289Z] 9f21f98fc4e5: Waiting [2023-02-07T22:38:25.289Z] 9833f26c6bda: Waiting [2023-02-07T22:38:25.289Z] fe38e5411546: Layer already exists [2023-02-07T22:38:25.289Z] 21d519bf9cc6: Layer already exists [2023-02-07T22:38:25.289Z] 7eaaf37ea241: Layer already exists [2023-02-07T22:38:25.289Z] fc155e397654: Layer already exists [2023-02-07T22:38:25.289Z] 7ae224bb7e06: Layer already exists [2023-02-07T22:38:25.289Z] 9f21f98fc4e5: Layer already exists [2023-02-07T22:38:25.289Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:25.555Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:8af7c1df4d119e54b27fe5df2668ff38c083c13f38dd15a8f6bf05a555e2c3a5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:25.897Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:26.235Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-07T22:38:26.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-07T22:38:26.235Z] 21d519bf9cc6: Preparing [2023-02-07T22:38:26.235Z] 7ae224bb7e06: Preparing [2023-02-07T22:38:26.235Z] fc155e397654: Preparing [2023-02-07T22:38:26.235Z] 7eaaf37ea241: Preparing [2023-02-07T22:38:26.235Z] fe38e5411546: Preparing [2023-02-07T22:38:26.235Z] 9f21f98fc4e5: Preparing [2023-02-07T22:38:26.235Z] 9833f26c6bda: Preparing [2023-02-07T22:38:26.235Z] 9833f26c6bda: Waiting [2023-02-07T22:38:26.235Z] 9f21f98fc4e5: Waiting [2023-02-07T22:38:26.235Z] fc155e397654: Layer already exists [2023-02-07T22:38:26.235Z] fe38e5411546: Layer already exists [2023-02-07T22:38:26.235Z] 21d519bf9cc6: Layer already exists [2023-02-07T22:38:26.235Z] 7eaaf37ea241: Layer already exists [2023-02-07T22:38:26.235Z] 7ae224bb7e06: Layer already exists [2023-02-07T22:38:26.235Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:26.235Z] 9f21f98fc4e5: Layer already exists [2023-02-07T22:38:26.503Z] main: digest: sha256:8af7c1df4d119e54b27fe5df2668ff38c083c13f38dd15a8f6bf05a555e2c3a5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:38:26.555Z] ===================================================== [Pipeline] echo [2023-02-07T22:38:26.563Z] taggedImages: [2023-02-07T22:38:26.563Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:38:26.563Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-07T22:38:26.563Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.38 [2023-02-07T22:38:26.563Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:38:26.563Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-07T22:38:26.584Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-07T22:38:26.584Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:38:26.584Z] latest [2023-02-07T22:38:26.584Z] 3.0.0-dev.38 [2023-02-07T22:38:26.584Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:38:26.584Z] main [2023-02-07T22:38:26.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:26.926Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:27.261Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:38:27.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-07T22:38:27.261Z] 141653d83099: Preparing [2023-02-07T22:38:27.261Z] 423f64194563: Preparing [2023-02-07T22:38:27.261Z] 650c50a5a54e: Preparing [2023-02-07T22:38:27.261Z] c1159bd4c586: Preparing [2023-02-07T22:38:27.261Z] 92fac25cefa7: Preparing [2023-02-07T22:38:27.261Z] 9833f26c6bda: Preparing [2023-02-07T22:38:27.526Z] 650c50a5a54e: Pushed [2023-02-07T22:38:27.526Z] 141653d83099: Pushed [2023-02-07T22:38:27.526Z] 423f64194563: Pushed [2023-02-07T22:38:27.526Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:28.110Z] 92fac25cefa7: Pushed [2023-02-07T22:38:46.310Z] c1159bd4c586: Pushed [2023-02-07T22:38:46.310Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:2fc19663af1ec4c62245bc91cad4bbae17321d6c3ebbf8111516eb2a4b442e02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:46.662Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:47.009Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-07T22:38:47.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-07T22:38:47.009Z] 141653d83099: Preparing [2023-02-07T22:38:47.009Z] 423f64194563: Preparing [2023-02-07T22:38:47.009Z] 650c50a5a54e: Preparing [2023-02-07T22:38:47.009Z] c1159bd4c586: Preparing [2023-02-07T22:38:47.009Z] 92fac25cefa7: Preparing [2023-02-07T22:38:47.009Z] 9833f26c6bda: Preparing [2023-02-07T22:38:47.009Z] 9833f26c6bda: Waiting [2023-02-07T22:38:47.277Z] 650c50a5a54e: Layer already exists [2023-02-07T22:38:47.277Z] 141653d83099: Layer already exists [2023-02-07T22:38:47.277Z] 92fac25cefa7: Layer already exists [2023-02-07T22:38:47.277Z] c1159bd4c586: Layer already exists [2023-02-07T22:38:47.277Z] 423f64194563: Layer already exists [2023-02-07T22:38:47.277Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:47.277Z] latest: digest: sha256:2fc19663af1ec4c62245bc91cad4bbae17321d6c3ebbf8111516eb2a4b442e02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:47.623Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:47.958Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.38 [2023-02-07T22:38:47.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-07T22:38:47.958Z] 141653d83099: Preparing [2023-02-07T22:38:47.958Z] 423f64194563: Preparing [2023-02-07T22:38:47.958Z] 650c50a5a54e: Preparing [2023-02-07T22:38:47.958Z] c1159bd4c586: Preparing [2023-02-07T22:38:47.958Z] 92fac25cefa7: Preparing [2023-02-07T22:38:47.958Z] 9833f26c6bda: Preparing [2023-02-07T22:38:47.958Z] 9833f26c6bda: Waiting [2023-02-07T22:38:47.958Z] 650c50a5a54e: Layer already exists [2023-02-07T22:38:47.958Z] 92fac25cefa7: Layer already exists [2023-02-07T22:38:47.958Z] 141653d83099: Layer already exists [2023-02-07T22:38:47.958Z] 423f64194563: Layer already exists [2023-02-07T22:38:47.958Z] c1159bd4c586: Layer already exists [2023-02-07T22:38:47.958Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:48.223Z] 3.0.0-dev.38: digest: sha256:2fc19663af1ec4c62245bc91cad4bbae17321d6c3ebbf8111516eb2a4b442e02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:48.563Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:48.905Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:38:48.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-07T22:38:48.905Z] 141653d83099: Preparing [2023-02-07T22:38:48.905Z] 423f64194563: Preparing [2023-02-07T22:38:48.905Z] 650c50a5a54e: Preparing [2023-02-07T22:38:48.905Z] c1159bd4c586: Preparing [2023-02-07T22:38:48.905Z] 92fac25cefa7: Preparing [2023-02-07T22:38:48.905Z] 9833f26c6bda: Preparing [2023-02-07T22:38:48.905Z] 9833f26c6bda: Waiting [2023-02-07T22:38:48.905Z] 423f64194563: Layer already exists [2023-02-07T22:38:48.905Z] 92fac25cefa7: Layer already exists [2023-02-07T22:38:48.905Z] c1159bd4c586: Layer already exists [2023-02-07T22:38:48.905Z] 141653d83099: Layer already exists [2023-02-07T22:38:48.905Z] 650c50a5a54e: Layer already exists [2023-02-07T22:38:48.905Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:49.171Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:2fc19663af1ec4c62245bc91cad4bbae17321d6c3ebbf8111516eb2a4b442e02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:49.515Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:49.857Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-07T22:38:49.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-07T22:38:49.857Z] 141653d83099: Preparing [2023-02-07T22:38:49.857Z] 423f64194563: Preparing [2023-02-07T22:38:49.857Z] 650c50a5a54e: Preparing [2023-02-07T22:38:49.857Z] c1159bd4c586: Preparing [2023-02-07T22:38:49.857Z] 92fac25cefa7: Preparing [2023-02-07T22:38:49.857Z] 9833f26c6bda: Preparing [2023-02-07T22:38:49.857Z] 9833f26c6bda: Waiting [2023-02-07T22:38:49.857Z] 141653d83099: Layer already exists [2023-02-07T22:38:49.857Z] c1159bd4c586: Layer already exists [2023-02-07T22:38:49.857Z] 650c50a5a54e: Layer already exists [2023-02-07T22:38:49.857Z] 92fac25cefa7: Layer already exists [2023-02-07T22:38:49.857Z] 423f64194563: Layer already exists [2023-02-07T22:38:49.857Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:50.122Z] main: digest: sha256:2fc19663af1ec4c62245bc91cad4bbae17321d6c3ebbf8111516eb2a4b442e02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:38:50.162Z] ===================================================== [Pipeline] echo [2023-02-07T22:38:50.168Z] taggedImages: [2023-02-07T22:38:50.168Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:38:50.168Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-07T22:38:50.168Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.38 [2023-02-07T22:38:50.168Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:38:50.168Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-07T22:38:50.182Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-07T22:38:50.182Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:38:50.182Z] latest [2023-02-07T22:38:50.182Z] 3.0.0-dev.38 [2023-02-07T22:38:50.182Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:38:50.182Z] main [2023-02-07T22:38:50.182Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:50.511Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:38:50.849Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:38:50.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-07T22:38:50.849Z] c852e02f49d4: Preparing [2023-02-07T22:38:50.849Z] 912975e2af5d: Preparing [2023-02-07T22:38:50.849Z] 1099df9b1248: Preparing [2023-02-07T22:38:50.849Z] 5c07c8997c2d: Preparing [2023-02-07T22:38:50.849Z] 9f21f98fc4e5: Preparing [2023-02-07T22:38:50.849Z] 9833f26c6bda: Preparing [2023-02-07T22:38:50.849Z] 9833f26c6bda: Waiting [2023-02-07T22:38:50.849Z] 9f21f98fc4e5: Layer already exists [2023-02-07T22:38:51.115Z] 9833f26c6bda: Layer already exists [2023-02-07T22:38:51.115Z] 912975e2af5d: Pushed [2023-02-07T22:38:51.115Z] c852e02f49d4: Pushed [2023-02-07T22:38:51.115Z] 1099df9b1248: Pushed [2023-02-07T22:39:11.058Z] 5c07c8997c2d: Pushed [2023-02-07T22:39:11.058Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:3ed4d3113067b16a0a423ebc0ca042801def2cb961b300648a1cafd59dd6fab2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:11.404Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:11.745Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-07T22:39:11.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-07T22:39:11.745Z] c852e02f49d4: Preparing [2023-02-07T22:39:11.745Z] 912975e2af5d: Preparing [2023-02-07T22:39:11.745Z] 1099df9b1248: Preparing [2023-02-07T22:39:11.745Z] 5c07c8997c2d: Preparing [2023-02-07T22:39:11.745Z] 9f21f98fc4e5: Preparing [2023-02-07T22:39:11.745Z] 9833f26c6bda: Preparing [2023-02-07T22:39:11.745Z] 9833f26c6bda: Waiting [2023-02-07T22:39:11.745Z] 1099df9b1248: Layer already exists [2023-02-07T22:39:11.745Z] c852e02f49d4: Layer already exists [2023-02-07T22:39:11.745Z] 5c07c8997c2d: Layer already exists [2023-02-07T22:39:11.745Z] 9f21f98fc4e5: Layer already exists [2023-02-07T22:39:11.745Z] 912975e2af5d: Layer already exists [2023-02-07T22:39:11.745Z] 9833f26c6bda: Layer already exists [2023-02-07T22:39:12.011Z] latest: digest: sha256:3ed4d3113067b16a0a423ebc0ca042801def2cb961b300648a1cafd59dd6fab2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:12.355Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:12.746Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.38 [2023-02-07T22:39:12.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-07T22:39:12.746Z] c852e02f49d4: Preparing [2023-02-07T22:39:12.746Z] 912975e2af5d: Preparing [2023-02-07T22:39:12.746Z] 1099df9b1248: Preparing [2023-02-07T22:39:12.746Z] 5c07c8997c2d: Preparing [2023-02-07T22:39:12.746Z] 9f21f98fc4e5: Preparing [2023-02-07T22:39:12.746Z] 9833f26c6bda: Preparing [2023-02-07T22:39:12.746Z] 9833f26c6bda: Waiting [2023-02-07T22:39:12.746Z] c852e02f49d4: Layer already exists [2023-02-07T22:39:12.746Z] 5c07c8997c2d: Layer already exists [2023-02-07T22:39:12.746Z] 1099df9b1248: Layer already exists [2023-02-07T22:39:12.746Z] 9f21f98fc4e5: Layer already exists [2023-02-07T22:39:12.746Z] 912975e2af5d: Layer already exists [2023-02-07T22:39:12.746Z] 9833f26c6bda: Layer already exists [2023-02-07T22:39:13.015Z] 3.0.0-dev.38: digest: sha256:3ed4d3113067b16a0a423ebc0ca042801def2cb961b300648a1cafd59dd6fab2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:13.383Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:13.740Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:39:13.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-07T22:39:13.740Z] c852e02f49d4: Preparing [2023-02-07T22:39:13.740Z] 912975e2af5d: Preparing [2023-02-07T22:39:13.740Z] 1099df9b1248: Preparing [2023-02-07T22:39:13.740Z] 5c07c8997c2d: Preparing [2023-02-07T22:39:13.740Z] 9f21f98fc4e5: Preparing [2023-02-07T22:39:13.740Z] 9833f26c6bda: Preparing [2023-02-07T22:39:13.740Z] 9833f26c6bda: Waiting [2023-02-07T22:39:13.740Z] 1099df9b1248: Layer already exists [2023-02-07T22:39:13.740Z] 5c07c8997c2d: Layer already exists [2023-02-07T22:39:13.740Z] c852e02f49d4: Layer already exists [2023-02-07T22:39:13.740Z] 912975e2af5d: Layer already exists [2023-02-07T22:39:13.740Z] 9f21f98fc4e5: Layer already exists [2023-02-07T22:39:13.740Z] 9833f26c6bda: Layer already exists [2023-02-07T22:39:14.011Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:3ed4d3113067b16a0a423ebc0ca042801def2cb961b300648a1cafd59dd6fab2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:14.358Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:14.698Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-07T22:39:14.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-07T22:39:14.698Z] c852e02f49d4: Preparing [2023-02-07T22:39:14.698Z] 912975e2af5d: Preparing [2023-02-07T22:39:14.698Z] 1099df9b1248: Preparing [2023-02-07T22:39:14.698Z] 5c07c8997c2d: Preparing [2023-02-07T22:39:14.698Z] 9f21f98fc4e5: Preparing [2023-02-07T22:39:14.698Z] 9833f26c6bda: Preparing [2023-02-07T22:39:14.698Z] 9833f26c6bda: Waiting [2023-02-07T22:39:14.698Z] 1099df9b1248: Layer already exists [2023-02-07T22:39:14.698Z] c852e02f49d4: Layer already exists [2023-02-07T22:39:14.698Z] 5c07c8997c2d: Layer already exists [2023-02-07T22:39:14.698Z] 912975e2af5d: Layer already exists [2023-02-07T22:39:14.698Z] 9f21f98fc4e5: Layer already exists [2023-02-07T22:39:14.698Z] 9833f26c6bda: Layer already exists [2023-02-07T22:39:14.964Z] main: digest: sha256:3ed4d3113067b16a0a423ebc0ca042801def2cb961b300648a1cafd59dd6fab2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:39:15.021Z] ===================================================== [Pipeline] echo [2023-02-07T22:39:15.031Z] taggedImages: [2023-02-07T22:39:15.031Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:39:15.031Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-07T22:39:15.031Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.38 [2023-02-07T22:39:15.031Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:39:15.031Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-07T22:39:15.055Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-07T22:39:15.055Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:39:15.055Z] latest [2023-02-07T22:39:15.055Z] 3.0.0-dev.38 [2023-02-07T22:39:15.055Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:39:15.055Z] main [2023-02-07T22:39:15.055Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:15.394Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:15.740Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:39:15.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-07T22:39:15.740Z] 3ceff862279f: Preparing [2023-02-07T22:39:15.740Z] d7a6589bbd12: Preparing [2023-02-07T22:39:15.740Z] 18d2e0a140be: Preparing [2023-02-07T22:39:15.740Z] 149c2a38e79a: Preparing [2023-02-07T22:39:15.740Z] 17bec77d7fdc: Preparing [2023-02-07T22:39:15.740Z] 18d2e0a140be: Layer already exists [2023-02-07T22:39:15.740Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:39:16.006Z] 3ceff862279f: Pushed [2023-02-07T22:39:16.274Z] 149c2a38e79a: Pushed [2023-02-07T22:39:21.609Z] d7a6589bbd12: Pushed [2023-02-07T22:39:21.609Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:5e9b751c28d606d73c30f56cad8c9fe07dadc868acad71853344728297a731d4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:21.963Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:22.308Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-07T22:39:22.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-07T22:39:22.308Z] 3ceff862279f: Preparing [2023-02-07T22:39:22.308Z] d7a6589bbd12: Preparing [2023-02-07T22:39:22.308Z] 18d2e0a140be: Preparing [2023-02-07T22:39:22.308Z] 149c2a38e79a: Preparing [2023-02-07T22:39:22.308Z] 17bec77d7fdc: Preparing [2023-02-07T22:39:22.308Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:39:22.308Z] 3ceff862279f: Layer already exists [2023-02-07T22:39:22.308Z] d7a6589bbd12: Layer already exists [2023-02-07T22:39:22.308Z] 149c2a38e79a: Layer already exists [2023-02-07T22:39:22.308Z] 18d2e0a140be: Layer already exists [2023-02-07T22:39:22.574Z] latest: digest: sha256:5e9b751c28d606d73c30f56cad8c9fe07dadc868acad71853344728297a731d4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:22.920Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:23.254Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.38 [2023-02-07T22:39:23.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-07T22:39:23.254Z] 3ceff862279f: Preparing [2023-02-07T22:39:23.254Z] d7a6589bbd12: Preparing [2023-02-07T22:39:23.254Z] 18d2e0a140be: Preparing [2023-02-07T22:39:23.254Z] 149c2a38e79a: Preparing [2023-02-07T22:39:23.254Z] 17bec77d7fdc: Preparing [2023-02-07T22:39:23.254Z] 3ceff862279f: Layer already exists [2023-02-07T22:39:23.254Z] 149c2a38e79a: Layer already exists [2023-02-07T22:39:23.254Z] 18d2e0a140be: Layer already exists [2023-02-07T22:39:23.254Z] d7a6589bbd12: Layer already exists [2023-02-07T22:39:23.254Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:39:23.254Z] 3.0.0-dev.38: digest: sha256:5e9b751c28d606d73c30f56cad8c9fe07dadc868acad71853344728297a731d4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:23.866Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:24.220Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:39:24.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-07T22:39:24.221Z] 3ceff862279f: Preparing [2023-02-07T22:39:24.221Z] d7a6589bbd12: Preparing [2023-02-07T22:39:24.221Z] 18d2e0a140be: Preparing [2023-02-07T22:39:24.221Z] 149c2a38e79a: Preparing [2023-02-07T22:39:24.221Z] 17bec77d7fdc: Preparing [2023-02-07T22:39:24.221Z] 18d2e0a140be: Layer already exists [2023-02-07T22:39:24.221Z] 149c2a38e79a: Layer already exists [2023-02-07T22:39:24.221Z] 3ceff862279f: Layer already exists [2023-02-07T22:39:24.221Z] d7a6589bbd12: Layer already exists [2023-02-07T22:39:24.221Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:39:24.487Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:5e9b751c28d606d73c30f56cad8c9fe07dadc868acad71853344728297a731d4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:24.838Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:25.191Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-07T22:39:25.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-07T22:39:25.191Z] 3ceff862279f: Preparing [2023-02-07T22:39:25.191Z] d7a6589bbd12: Preparing [2023-02-07T22:39:25.191Z] 18d2e0a140be: Preparing [2023-02-07T22:39:25.191Z] 149c2a38e79a: Preparing [2023-02-07T22:39:25.191Z] 17bec77d7fdc: Preparing [2023-02-07T22:39:25.191Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:39:25.191Z] 149c2a38e79a: Layer already exists [2023-02-07T22:39:25.191Z] 3ceff862279f: Layer already exists [2023-02-07T22:39:25.191Z] 18d2e0a140be: Layer already exists [2023-02-07T22:39:25.191Z] d7a6589bbd12: Layer already exists [2023-02-07T22:39:25.457Z] main: digest: sha256:5e9b751c28d606d73c30f56cad8c9fe07dadc868acad71853344728297a731d4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:39:25.509Z] ===================================================== [Pipeline] echo [2023-02-07T22:39:25.519Z] taggedImages: [2023-02-07T22:39:25.519Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:39:25.519Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-07T22:39:25.519Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.38 [2023-02-07T22:39:25.519Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:39:25.519Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-07T22:39:25.540Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-07T22:39:25.540Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:39:25.540Z] latest [2023-02-07T22:39:25.540Z] 3.0.0-dev.38 [2023-02-07T22:39:25.540Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:39:25.540Z] main [2023-02-07T22:39:25.540Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:25.894Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:26.238Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:39:26.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-07T22:39:26.239Z] fc0c0afe02a6: Preparing [2023-02-07T22:39:26.239Z] 8e8454a56ec6: Preparing [2023-02-07T22:39:26.239Z] 18d2e0a140be: Preparing [2023-02-07T22:39:26.239Z] fef4c9da3e45: Preparing [2023-02-07T22:39:26.239Z] 17bec77d7fdc: Preparing [2023-02-07T22:39:26.239Z] 18d2e0a140be: Layer already exists [2023-02-07T22:39:26.239Z] fef4c9da3e45: Layer already exists [2023-02-07T22:39:26.239Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:39:26.511Z] fc0c0afe02a6: Pushed [2023-02-07T22:39:31.840Z] 8e8454a56ec6: Pushed [2023-02-07T22:39:31.840Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2: digest: sha256:31ec2d959b40be347bae73bfaf2ef3e1c1b537ef1e7ea598818dd4aaff1bd718 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:32.184Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:32.514Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-07T22:39:32.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-07T22:39:32.514Z] fc0c0afe02a6: Preparing [2023-02-07T22:39:32.514Z] 8e8454a56ec6: Preparing [2023-02-07T22:39:32.514Z] 18d2e0a140be: Preparing [2023-02-07T22:39:32.514Z] fef4c9da3e45: Preparing [2023-02-07T22:39:32.514Z] 17bec77d7fdc: Preparing [2023-02-07T22:39:32.514Z] 18d2e0a140be: Layer already exists [2023-02-07T22:39:32.514Z] fef4c9da3e45: Layer already exists [2023-02-07T22:39:32.514Z] fc0c0afe02a6: Layer already exists [2023-02-07T22:39:32.514Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:39:32.514Z] 8e8454a56ec6: Layer already exists [2023-02-07T22:39:32.778Z] latest: digest: sha256:31ec2d959b40be347bae73bfaf2ef3e1c1b537ef1e7ea598818dd4aaff1bd718 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:33.108Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:33.443Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.38 [2023-02-07T22:39:33.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-07T22:39:33.443Z] fc0c0afe02a6: Preparing [2023-02-07T22:39:33.443Z] 8e8454a56ec6: Preparing [2023-02-07T22:39:33.443Z] 18d2e0a140be: Preparing [2023-02-07T22:39:33.443Z] fef4c9da3e45: Preparing [2023-02-07T22:39:33.443Z] 17bec77d7fdc: Preparing [2023-02-07T22:39:33.443Z] fc0c0afe02a6: Layer already exists [2023-02-07T22:39:33.443Z] 8e8454a56ec6: Layer already exists [2023-02-07T22:39:33.443Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:39:33.443Z] fef4c9da3e45: Layer already exists [2023-02-07T22:39:33.443Z] 18d2e0a140be: Layer already exists [2023-02-07T22:39:33.443Z] 3.0.0-dev.38: digest: sha256:31ec2d959b40be347bae73bfaf2ef3e1c1b537ef1e7ea598818dd4aaff1bd718 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:33.797Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:34.133Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:39:34.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-07T22:39:34.133Z] fc0c0afe02a6: Preparing [2023-02-07T22:39:34.133Z] 8e8454a56ec6: Preparing [2023-02-07T22:39:34.133Z] 18d2e0a140be: Preparing [2023-02-07T22:39:34.133Z] fef4c9da3e45: Preparing [2023-02-07T22:39:34.133Z] 17bec77d7fdc: Preparing [2023-02-07T22:39:34.133Z] fc0c0afe02a6: Layer already exists [2023-02-07T22:39:34.133Z] fef4c9da3e45: Layer already exists [2023-02-07T22:39:34.133Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:39:34.133Z] 8e8454a56ec6: Layer already exists [2023-02-07T22:39:34.133Z] 18d2e0a140be: Layer already exists [2023-02-07T22:39:34.397Z] a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38: digest: sha256:31ec2d959b40be347bae73bfaf2ef3e1c1b537ef1e7ea598818dd4aaff1bd718 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:34.729Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:35.062Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-07T22:39:35.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-07T22:39:35.062Z] fc0c0afe02a6: Preparing [2023-02-07T22:39:35.062Z] 8e8454a56ec6: Preparing [2023-02-07T22:39:35.062Z] 18d2e0a140be: Preparing [2023-02-07T22:39:35.062Z] fef4c9da3e45: Preparing [2023-02-07T22:39:35.062Z] 17bec77d7fdc: Preparing [2023-02-07T22:39:35.062Z] 8e8454a56ec6: Layer already exists [2023-02-07T22:39:35.062Z] fc0c0afe02a6: Layer already exists [2023-02-07T22:39:35.062Z] 17bec77d7fdc: Layer already exists [2023-02-07T22:39:35.062Z] 18d2e0a140be: Layer already exists [2023-02-07T22:39:35.062Z] fef4c9da3e45: Layer already exists [2023-02-07T22:39:35.062Z] main: digest: sha256:31ec2d959b40be347bae73bfaf2ef3e1c1b537ef1e7ea598818dd4aaff1bd718 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-07T22:39:35.368Z] ===================================================== [Pipeline] echo [2023-02-07T22:39:35.374Z] taggedImages: [2023-02-07T22:39:35.374Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [2023-02-07T22:39:35.374Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-07T22:39:35.374Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.38 [2023-02-07T22:39:35.374Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a5aecf7d399caf98fc70234cbd96cf3c73e76ef2-3.0.0-dev.38 [2023-02-07T22:39:35.374Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:35.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T22:39:35.749Z] [2023-02-07T22:39:35.749Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:39:36.076Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T22:39:36.077Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-07T22:39:36.077Z] 8998bd30e6a1: Pulling fs layer [2023-02-07T22:39:36.077Z] 04944245beec: Pulling fs layer [2023-02-07T22:39:36.077Z] 699f458cf7ca: Pulling fs layer [2023-02-07T22:39:36.077Z] 765212b225bb: Pulling fs layer [2023-02-07T22:39:36.077Z] f23df028b6ca: Pulling fs layer [2023-02-07T22:39:36.077Z] d65c8cfc05b1: Pulling fs layer [2023-02-07T22:39:36.077Z] 2437ff75d9bd: Pulling fs layer [2023-02-07T22:39:36.077Z] 765212b225bb: Waiting [2023-02-07T22:39:36.077Z] f23df028b6ca: Waiting [2023-02-07T22:39:36.077Z] d65c8cfc05b1: Waiting [2023-02-07T22:39:36.077Z] 2437ff75d9bd: Waiting [2023-02-07T22:39:36.343Z] 04944245beec: Download complete [2023-02-07T22:39:36.343Z] 765212b225bb: Verifying Checksum [2023-02-07T22:39:36.343Z] 765212b225bb: Download complete [2023-02-07T22:39:36.343Z] f23df028b6ca: Verifying Checksum [2023-02-07T22:39:36.343Z] f23df028b6ca: Download complete [2023-02-07T22:39:36.343Z] d65c8cfc05b1: Verifying Checksum [2023-02-07T22:39:36.343Z] d65c8cfc05b1: Download complete [2023-02-07T22:39:36.611Z] 699f458cf7ca: Verifying Checksum [2023-02-07T22:39:36.611Z] 699f458cf7ca: Download complete [2023-02-07T22:39:36.877Z] 8998bd30e6a1: Verifying Checksum [2023-02-07T22:39:36.877Z] 8998bd30e6a1: Download complete [2023-02-07T22:39:39.451Z] 2437ff75d9bd: Verifying Checksum [2023-02-07T22:39:40.855Z] 8998bd30e6a1: Pull complete [2023-02-07T22:39:41.434Z] 04944245beec: Pull complete [2023-02-07T22:39:42.836Z] 699f458cf7ca: Pull complete [2023-02-07T22:39:42.836Z] 765212b225bb: Pull complete [2023-02-07T22:39:43.794Z] f23df028b6ca: Pull complete [2023-02-07T22:39:44.061Z] d65c8cfc05b1: Pull complete [2023-02-07T22:39:59.030Z] 2437ff75d9bd: Pull complete [2023-02-07T22:39:59.030Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-07T22:39:59.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T22:39:59.030Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:39:59.201Z] prd-ubuntu20.04-docker-arm64-4c-16g-4990 does not seem to be running inside a container [2023-02-07T22:39:59.241Z] $ 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/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-07T22:40:01.733Z] $ docker top adb9ddadff8fe0511e1ec1e174b9ed6220f00e7c739f0d6115aa72b2b8de22c6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:40:02.288Z] ---> job-cost.sh [2023-02-07T22:40:02.553Z] lf-activate-venv: SKIPPING [2023-02-07T22:40:02.553Z] INFO: No Stack... [2023-02-07T22:40:03.128Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-07T22:40:03.705Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T22:40:04.335Z] + cat /w/workspace/edgex-go/397/archives/cost.csv [2023-02-07T22:40:04.335Z] + cut -d, -f6 [Pipeline] lock [2023-02-07T22:40:04.400Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-397-stack-cost] [2023-02-07T22:40:04.405Z] Resource [jenkins-edgexfoundry-edgex-go-main-397-stack-cost] did not exist. Created. [2023-02-07T22:40:04.406Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-397-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T22:40:04.739Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-07T22:40:05.296Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T22:40:05.303Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-397-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T22:40:05.310Z] $ docker stop --time=1 adb9ddadff8fe0511e1ec1e174b9ed6220f00e7c739f0d6115aa72b2b8de22c6 [2023-02-07T22:40:06.811Z] $ docker rm -f --volumes adb9ddadff8fe0511e1ec1e174b9ed6220f00e7c739f0d6115aa72b2b8de22c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-07T22:40:07.197Z] provisioning config files... [2023-02-07T22:40:07.203Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/397@tmp/config16424272334046411685tmp [Pipeline] { [Pipeline] sh [2023-02-07T22:40:07.491Z] + set +x [2023-02-07T22:40:07.491Z] + curl+ -s https://codecov.io/bash [2023-02-07T22:40:07.491Z] bash -s -- [2023-02-07T22:40:07.491Z] [2023-02-07T22:40:07.491Z] _____ _ [2023-02-07T22:40:07.491Z] / ____| | | [2023-02-07T22:40:07.491Z] | | ___ __| | ___ ___ _____ __ [2023-02-07T22:40:07.491Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-07T22:40:07.491Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-07T22:40:07.491Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-07T22:40:07.491Z] Bash-1.0.6 [2023-02-07T22:40:07.491Z] [2023-02-07T22:40:07.491Z] [2023-02-07T22:40:07.491Z] ==> git version 2.25.1 found [2023-02-07T22:40:07.491Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-07T22:40:07.491Z] Release-Date: 2020-01-08 [2023-02-07T22:40:07.491Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-07T22:40:07.491Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-07T22:40:07.491Z] ==> Jenkins CI detected. [2023-02-07T22:40:07.491Z] current dir:  /w/workspace/edgex-go/397 [2023-02-07T22:40:07.491Z] project root: . [2023-02-07T22:40:07.491Z] --> token set from env [2023-02-07T22:40:07.491Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-07T22:40:07.491Z] ==> Running gcov in . (disable via -X gcov) [2023-02-07T22:40:07.491Z] ==> Python coveragepy not found [2023-02-07T22:40:07.491Z] ==> Searching for coverage reports in: [2023-02-07T22:40:07.491Z] + . [2023-02-07T22:40:07.491Z] -> Found 1 reports [2023-02-07T22:40:07.491Z] ==> Detecting git/mercurial file structure [2023-02-07T22:40:07.491Z] ==> Reading reports [2023-02-07T22:40:07.491Z] + ./coverage.out bytes=486191 [2023-02-07T22:40:07.491Z] ==> Appending adjustments [2023-02-07T22:40:07.491Z] https://docs.codecov.io/docs/fixing-reports [2023-02-07T22:40:08.871Z] + Found adjustments [2023-02-07T22:40:08.871Z] ==> Gzipping contents [2023-02-07T22:40:08.871Z] 64K /tmp/codecov.LKskdu.gz [2023-02-07T22:40:08.871Z] ==> Uploading reports [2023-02-07T22:40:08.871Z] url: https://codecov.io [2023-02-07T22:40:08.871Z] query: branch=main&commit=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2&build=397&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F397%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-07T22:40:08.871Z] -> Pinging Codecov [2023-02-07T22:40:08.871Z] 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=a5aecf7d399caf98fc70234cbd96cf3c73e76ef2&build=397&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F397%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-07T22:40:09.130Z] -> Uploading to [2023-02-07T22:40:09.130Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-07/00271124DB129430A58F1EEE437C3FCB/a5aecf7d399caf98fc70234cbd96cf3c73e76ef2/9ad398a3-fa15-4dc8-8d72-e451fe0f0933.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T224008Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0dccec886d2895fd6f10a70118d4533e58a95b2823f2ae02931f659617ed20cf [2023-02-07T22:40:09.130Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T22:40:09.130Z] Dload Upload Total Spent Left Speed [2023-02-07T22:40:09.389Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62782 0 0 100 62782 0 214k --:--:-- --:--:-- --:--:-- 214k [2023-02-07T22:40:09.389Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a5aecf7d399caf98fc70234cbd96cf3c73e76ef2 [Pipeline] } [2023-02-07T22:40:09.397Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-07T22:40:09.583Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-07T22:40:09.595Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:40:09.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-07T22:40:09.888Z] [2023-02-07T22:40:09.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:40:10.185Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-07T22:40:10.185Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-07T22:40:10.185Z] df9b9388f04a: Pulling fs layer [2023-02-07T22:40:10.185Z] 52dc419b0ee2: Pulling fs layer [2023-02-07T22:40:10.185Z] 25bc292e5bac: Pulling fs layer [2023-02-07T22:40:10.185Z] 114826534d7a: Pulling fs layer [2023-02-07T22:40:10.185Z] 4657fd5d0bcf: Pulling fs layer [2023-02-07T22:40:10.185Z] 114826534d7a: Waiting [2023-02-07T22:40:10.185Z] 6ad1cebc031e: Pulling fs layer [2023-02-07T22:40:10.185Z] 8a3aa393b2d8: Pulling fs layer [2023-02-07T22:40:10.185Z] 4657fd5d0bcf: Waiting [2023-02-07T22:40:10.185Z] 6ad1cebc031e: Waiting [2023-02-07T22:40:10.185Z] 8a3aa393b2d8: Waiting [2023-02-07T22:40:10.185Z] 25bc292e5bac: Download complete [2023-02-07T22:40:10.185Z] 52dc419b0ee2: Verifying Checksum [2023-02-07T22:40:10.185Z] 52dc419b0ee2: Download complete [2023-02-07T22:40:10.185Z] 4657fd5d0bcf: Download complete [2023-02-07T22:40:10.448Z] df9b9388f04a: Download complete [2023-02-07T22:40:10.448Z] df9b9388f04a: Pull complete [2023-02-07T22:40:10.448Z] 52dc419b0ee2: Pull complete [2023-02-07T22:40:10.720Z] 25bc292e5bac: Pull complete [2023-02-07T22:40:10.720Z] 6ad1cebc031e: Verifying Checksum [2023-02-07T22:40:10.720Z] 6ad1cebc031e: Download complete [2023-02-07T22:40:11.747Z] 114826534d7a: Verifying Checksum [2023-02-07T22:40:11.747Z] 114826534d7a: Download complete [2023-02-07T22:40:11.747Z] 8a3aa393b2d8: Verifying Checksum [2023-02-07T22:40:11.747Z] 8a3aa393b2d8: Download complete [2023-02-07T22:40:15.268Z] 114826534d7a: Pull complete [2023-02-07T22:40:15.268Z] 4657fd5d0bcf: Pull complete [2023-02-07T22:40:15.268Z] 6ad1cebc031e: Pull complete [2023-02-07T22:40:17.797Z] 8a3aa393b2d8: Pull complete [2023-02-07T22:40:17.797Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-07T22:40:17.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-07T22:40:17.797Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:40:17.868Z] prd-ubuntu20.04-docker-8c-8g-4989 does not seem to be running inside a container [2023-02-07T22:40:17.876Z] $ 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/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-07T22:40:22.425Z] $ docker top 8b437ece91dd006dad6f8b895127e697082b989cd46e0f19b98bf28b30ac7f83 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-07T22:40:22.505Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-07T22:40:22.780Z] + set -o pipefail [2023-02-07T22:40:22.780Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-07T22:40:28.054Z] [2023-02-07T22:40:28.054Z] Monitoring /w/workspace/edgex-go/397 (github.com/edgexfoundry/edgex-go)... [2023-02-07T22:40:28.054Z] [2023-02-07T22:40:28.054Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/4524ed3a-a6e9-44f5-8351-80dc2cd273ed [2023-02-07T22:40:28.054Z] [2023-02-07T22:40:28.054Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-07T22:40:28.054Z] [2023-02-07T22:40:28.054Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-07T22:40:28.054Z] [2023-02-07T22:40:28.054Z] [2023-02-07T22:40:28.054Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-07T22:40:28.054Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-07T22:40:28.054Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-07T22:40:28.044Z] $ docker stop --time=1 8b437ece91dd006dad6f8b895127e697082b989cd46e0f19b98bf28b30ac7f83 [2023-02-07T22:40:30.808Z] $ docker rm -f --volumes 8b437ece91dd006dad6f8b895127e697082b989cd46e0f19b98bf28b30ac7f83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-07T22:40:31.157Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:40:31.166Z] provisioning config files... [2023-02-07T22:40:31.172Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/397@tmp/config16760854577215492516tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:40:31.471Z] --> edgex-publish-swagger.sh [2023-02-07T22:40:31.471Z] === Publish openapi/v2 API === [2023-02-07T22:40:31.471Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-02-07T22:40:31.471Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/397/openapi/v2/core-command.yaml] [2023-02-07T22:40:31.471Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T22:40:31.471Z] Dload Upload Total Spent Left Speed [2023-02-07T22:40:32.041Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 52341 --:--:-- --:--:-- --:--:-- 52341 100 31091 0 0 100 31091 0 52341 --:--:-- --:--:-- --:--:-- 52253 [2023-02-07T22:40:32.041Z] [2023-02-07T22:40:32.041Z] [2023-02-07T22:40:32.041Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/397/openapi/v2/core-data.yaml] [2023-02-07T22:40:32.041Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T22:40:32.041Z] Dload Upload Total Spent Left Speed [2023-02-07T22:40:32.607Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68908 0 0 100 68908 0 118k --:--:-- --:--:-- --:--:-- 118k [2023-02-07T22:40:32.607Z] [2023-02-07T22:40:32.607Z] [2023-02-07T22:40:32.607Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/397/openapi/v2/core-metadata.yaml] [2023-02-07T22:40:32.607Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T22:40:32.607Z] Dload Upload Total Spent Left Speed [2023-02-07T22:40:33.173Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 262k --:--:-- --:--:-- --:--:-- 262k [2023-02-07T22:40:33.173Z] [2023-02-07T22:40:33.173Z] [2023-02-07T22:40:33.173Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/397/openapi/v2/support-notifications.yaml] [2023-02-07T22:40:33.173Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T22:40:33.173Z] Dload Upload Total Spent Left Speed [2023-02-07T22:40:33.739Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86536 0 0 100 86536 0 147k --:--:-- --:--:-- --:--:-- 147k 100 86536 0 0 100 86536 0 147k --:--:-- --:--:-- --:--:-- 147k [2023-02-07T22:40:33.739Z] [2023-02-07T22:40:33.739Z] [2023-02-07T22:40:33.739Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/397/openapi/v2/support-scheduler.yaml] [2023-02-07T22:40:33.739Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T22:40:33.739Z] Dload Upload Total Spent Left Speed [2023-02-07T22:40:34.307Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 77863 --:--:-- --:--:-- --:--:-- 77863 [2023-02-07T22:40:34.307Z] [2023-02-07T22:40:34.307Z] [Pipeline] } [2023-02-07T22:40:34.314Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-02-07T22:40:34.698Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T22:40:34.698Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:40:35.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T22:40:35.005Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:40:35.072Z] prd-ubuntu20.04-docker-8c-8g-4989 does not seem to be running inside a container [2023-02-07T22:40:35.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-07T22:40:35.466Z] $ docker top cf9d19bb735224f1046272b394cae61b743824f80d8e816284638b5003b9bb21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T22:40:35.564Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T22:40:35.564Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T22:40:35.675Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T22:40:35.656Z] $ docker exec cf9d19bb735224f1046272b394cae61b743824f80d8e816284638b5003b9bb21 ssh-agent [2023-02-07T22:40:35.782Z] SSH_AUTH_SOCK=/tmp/ssh-7cV7DU5x1oiP/agent.33 [2023-02-07T22:40:35.782Z] SSH_AGENT_PID=39 [2023-02-07T22:40:35.787Z] Running ssh-add (command line suppressed) [2023-02-07T22:40:35.872Z] Identity added: /w/workspace/edgex-go/397@tmp/private_key_5020469168951676981.key (/w/workspace/edgex-go/397@tmp/private_key_5020469168951676981.key) [2023-02-07T22:40:35.905Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T22:40:36.188Z] + git semver tag [2023-02-07T22:40:36.447Z] 2023-02-07 22:40:36,364 [run_tag] DEBUG tag force:False [2023-02-07T22:40:36.447Z] 2023-02-07 22:40:36,364 [check_head_tag] DEBUG check head tag [2023-02-07T22:40:36.447Z] 2023-02-07 22:40:36,367 [execute] INFO git cat-file --batch-check [2023-02-07T22:40:36.447Z] 2023-02-07 22:40:36,367 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/397, universal_newlines=False, shell=None, istream=) [2023-02-07T22:40:36.447Z] 2023-02-07 22:40:36,370 [execute] INFO git cat-file --batch [2023-02-07T22:40:36.447Z] 2023-02-07 22:40:36,371 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/397, universal_newlines=False, shell=None, istream=) [2023-02-07T22:40:36.447Z] 2023-02-07 22:40:36,409 [read_version] DEBUG read version from /w/workspace/edgex-go/397/.semver/main [2023-02-07T22:40:36.447Z] 2023-02-07 22:40:36,409 [execute] INFO git tag -a v3.0.0-dev.38 -m v3.0.0-dev.38 [2023-02-07T22:40:36.447Z] 2023-02-07 22:40:36,410 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.38', '-m', 'v3.0.0-dev.38'], cwd=/w/workspace/edgex-go/397, universal_newlines=False, shell=None, istream=None) [2023-02-07T22:40:36.447Z] 2023-02-07 22:40:36,414 [read_version] DEBUG read version from /w/workspace/edgex-go/397/.semver/main [2023-02-07T22:40:36.447Z] 3.0.0-dev.38 [Pipeline] } [2023-02-07T22:40:36.696Z] $ docker exec --env ******** --env ******** cf9d19bb735224f1046272b394cae61b743824f80d8e816284638b5003b9bb21 ssh-agent -k [2023-02-07T22:40:36.803Z] unset SSH_AUTH_SOCK; [2023-02-07T22:40:36.803Z] unset SSH_AGENT_PID; [2023-02-07T22:40:36.803Z] echo Agent pid 39 killed; [2023-02-07T22:40:36.837Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T22:40:37.140Z] + git semver [Pipeline] } [2023-02-07T22:40:37.390Z] $ docker stop --time=1 cf9d19bb735224f1046272b394cae61b743824f80d8e816284638b5003b9bb21 [2023-02-07T22:40:38.681Z] $ docker rm -f --volumes cf9d19bb735224f1046272b394cae61b743824f80d8e816284638b5003b9bb21 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:40:39.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-07T22:40:39.063Z] [2023-02-07T22:40:39.063Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:40:39.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-07T22:40:39.359Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-07T22:40:39.359Z] ab5ef0e58194: Pulling fs layer [2023-02-07T22:40:39.359Z] 9712f1f96733: Pulling fs layer [2023-02-07T22:40:39.359Z] 63f879dbbcfc: Pulling fs layer [2023-02-07T22:40:39.359Z] 0d9ebad4ef96: Pulling fs layer [2023-02-07T22:40:39.359Z] e9a5061849ea: Pulling fs layer [2023-02-07T22:40:39.359Z] d747dcd14b5f: Pulling fs layer [2023-02-07T22:40:39.359Z] 2de7ff778b66: Pulling fs layer [2023-02-07T22:40:39.359Z] e9a5061849ea: Waiting [2023-02-07T22:40:39.359Z] d747dcd14b5f: Waiting [2023-02-07T22:40:39.359Z] 2de7ff778b66: Waiting [2023-02-07T22:40:39.359Z] 0d9ebad4ef96: Waiting [2023-02-07T22:40:39.359Z] 9712f1f96733: Download complete [2023-02-07T22:40:39.951Z] 63f879dbbcfc: Verifying Checksum [2023-02-07T22:40:39.951Z] 63f879dbbcfc: Download complete [2023-02-07T22:40:40.223Z] e9a5061849ea: Verifying Checksum [2023-02-07T22:40:40.223Z] e9a5061849ea: Download complete [2023-02-07T22:40:40.223Z] d747dcd14b5f: Download complete [2023-02-07T22:40:40.223Z] ab5ef0e58194: Verifying Checksum [2023-02-07T22:40:40.223Z] ab5ef0e58194: Download complete [2023-02-07T22:40:40.484Z] 0d9ebad4ef96: Verifying Checksum [2023-02-07T22:40:40.484Z] 0d9ebad4ef96: Download complete [2023-02-07T22:40:40.484Z] 2de7ff778b66: Verifying Checksum [2023-02-07T22:40:40.484Z] 2de7ff778b66: Download complete [2023-02-07T22:40:43.010Z] ab5ef0e58194: Pull complete [2023-02-07T22:40:43.010Z] 9712f1f96733: Pull complete [2023-02-07T22:40:43.575Z] 63f879dbbcfc: Pull complete [2023-02-07T22:40:46.850Z] 0d9ebad4ef96: Pull complete [2023-02-07T22:40:46.850Z] e9a5061849ea: Pull complete [2023-02-07T22:40:47.107Z] d747dcd14b5f: Pull complete [2023-02-07T22:40:48.039Z] 2de7ff778b66: Pull complete [2023-02-07T22:40:48.039Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-07T22:40:48.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-07T22:40:48.039Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:40:48.130Z] prd-ubuntu20.04-docker-8c-8g-4989 does not seem to be running inside a container [2023-02-07T22:40:48.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-07T22:40:52.859Z] $ docker top 147feae82d2504e86dd5a048890b12b70b9c3e04f30425f587fdd6859d4b1c0b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:40:52.946Z] provisioning config files... [2023-02-07T22:40:52.952Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/397@tmp/config6153956676139223878tmp [2023-02-07T22:40:52.964Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/397@tmp/config4726293734113360241tmp [2023-02-07T22:40:52.973Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/397@tmp/config102818875376396tmp [Pipeline] { [Pipeline] echo [2023-02-07T22:40:52.984Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:40:53.268Z] ---> sigul-configuration.sh [2023-02-07T22:40:53.268Z] gpg: directory `/root/.gnupg' created [2023-02-07T22:40:53.268Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-07T22:40:53.268Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-07T22:40:53.268Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-07T22:40:53.268Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-07T22:40:53.268Z] gpg: CAST5 encrypted data [2023-02-07T22:40:53.268Z] gpg: encrypted with 1 passphrase [2023-02-07T22:40:53.268Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-07T22:40:53.550Z] + mkdir /home/jenkins [2023-02-07T22:40:53.550Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-07T22:40:53.832Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-07T22:40:53.840Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:40:54.120Z] ---> sigul-install.sh [2023-02-07T22:40:54.120Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-07T22:40:54.404Z] + git tag --list [2023-02-07T22:40:54.404Z] 0.6.0 [2023-02-07T22:40:54.404Z] 0.6.1 [2023-02-07T22:40:54.404Z] 0.7.0 [2023-02-07T22:40:54.404Z] 0.7.1 [2023-02-07T22:40:54.404Z] v1.0.0 [2023-02-07T22:40:54.404Z] v1.0.1 [2023-02-07T22:40:54.404Z] v1.1.0 [2023-02-07T22:40:54.404Z] v1.2.0 [2023-02-07T22:40:54.404Z] v1.2.1 [2023-02-07T22:40:54.404Z] v1.3.0 [2023-02-07T22:40:54.404Z] v1.3.1 [2023-02-07T22:40:54.404Z] v2.0.0 [2023-02-07T22:40:54.404Z] v2.1.0 [2023-02-07T22:40:54.404Z] v2.1.1 [2023-02-07T22:40:54.404Z] v2.1.1-dev.1 [2023-02-07T22:40:54.404Z] v2.1.1-dev.2 [2023-02-07T22:40:54.404Z] v2.1.1-dev.3 [2023-02-07T22:40:54.404Z] v2.1.1-dev.4 [2023-02-07T22:40:54.404Z] v2.1.1-dev.5 [2023-02-07T22:40:54.404Z] v2.1.1-dev.6 [2023-02-07T22:40:54.404Z] v2.1.1-dev.7 [2023-02-07T22:40:54.404Z] v2.1.1-dev.8 [2023-02-07T22:40:54.404Z] v2.1.2-dev.1 [2023-02-07T22:40:54.404Z] v2.2.0 [2023-02-07T22:40:54.404Z] v2.2.1-dev.1 [2023-02-07T22:40:54.404Z] v2.2.1-dev.10 [2023-02-07T22:40:54.404Z] v2.2.1-dev.11 [2023-02-07T22:40:54.404Z] v2.2.1-dev.12 [2023-02-07T22:40:54.404Z] v2.2.1-dev.13 [2023-02-07T22:40:54.404Z] v2.2.1-dev.14 [2023-02-07T22:40:54.404Z] v2.2.1-dev.15 [2023-02-07T22:40:54.404Z] v2.2.1-dev.16 [2023-02-07T22:40:54.404Z] v2.2.1-dev.17 [2023-02-07T22:40:54.404Z] v2.2.1-dev.18 [2023-02-07T22:40:54.404Z] v2.2.1-dev.19 [2023-02-07T22:40:54.404Z] v2.2.1-dev.2 [2023-02-07T22:40:54.404Z] v2.2.1-dev.20 [2023-02-07T22:40:54.404Z] v2.2.1-dev.21 [2023-02-07T22:40:54.404Z] v2.2.1-dev.22 [2023-02-07T22:40:54.404Z] v2.2.1-dev.23 [2023-02-07T22:40:54.404Z] v2.2.1-dev.24 [2023-02-07T22:40:54.404Z] v2.2.1-dev.25 [2023-02-07T22:40:54.404Z] v2.2.1-dev.26 [2023-02-07T22:40:54.404Z] v2.2.1-dev.27 [2023-02-07T22:40:54.404Z] v2.2.1-dev.28 [2023-02-07T22:40:54.404Z] v2.2.1-dev.29 [2023-02-07T22:40:54.404Z] v2.2.1-dev.3 [2023-02-07T22:40:54.404Z] v2.2.1-dev.4 [2023-02-07T22:40:54.404Z] v2.2.1-dev.5 [2023-02-07T22:40:54.404Z] v2.2.1-dev.6 [2023-02-07T22:40:54.404Z] v2.2.1-dev.7 [2023-02-07T22:40:54.404Z] v2.2.1-dev.8 [2023-02-07T22:40:54.404Z] v2.2.1-dev.9 [2023-02-07T22:40:54.404Z] v2.3.0 [2023-02-07T22:40:54.404Z] v2.3.0-dev.100 [2023-02-07T22:40:54.404Z] v2.3.0-dev.101 [2023-02-07T22:40:54.404Z] v2.3.0-dev.102 [2023-02-07T22:40:54.404Z] v2.3.0-dev.103 [2023-02-07T22:40:54.404Z] v2.3.0-dev.104 [2023-02-07T22:40:54.404Z] v2.3.0-dev.105 [2023-02-07T22:40:54.404Z] v2.3.0-dev.106 [2023-02-07T22:40:54.404Z] v2.3.0-dev.29 [2023-02-07T22:40:54.404Z] v2.3.0-dev.30 [2023-02-07T22:40:54.404Z] v2.3.0-dev.31 [2023-02-07T22:40:54.404Z] v2.3.0-dev.32 [2023-02-07T22:40:54.404Z] v2.3.0-dev.33 [2023-02-07T22:40:54.404Z] v2.3.0-dev.34 [2023-02-07T22:40:54.404Z] v2.3.0-dev.35 [2023-02-07T22:40:54.404Z] v2.3.0-dev.36 [2023-02-07T22:40:54.404Z] v2.3.0-dev.37 [2023-02-07T22:40:54.404Z] v2.3.0-dev.38 [2023-02-07T22:40:54.404Z] v2.3.0-dev.39 [2023-02-07T22:40:54.404Z] v2.3.0-dev.40 [2023-02-07T22:40:54.404Z] v2.3.0-dev.41 [2023-02-07T22:40:54.404Z] v2.3.0-dev.42 [2023-02-07T22:40:54.404Z] v2.3.0-dev.43 [2023-02-07T22:40:54.404Z] v2.3.0-dev.44 [2023-02-07T22:40:54.404Z] v2.3.0-dev.45 [2023-02-07T22:40:54.404Z] v2.3.0-dev.46 [2023-02-07T22:40:54.404Z] v2.3.0-dev.47 [2023-02-07T22:40:54.404Z] v2.3.0-dev.48 [2023-02-07T22:40:54.404Z] v2.3.0-dev.49 [2023-02-07T22:40:54.404Z] v2.3.0-dev.50 [2023-02-07T22:40:54.404Z] v2.3.0-dev.51 [2023-02-07T22:40:54.404Z] v2.3.0-dev.52 [2023-02-07T22:40:54.404Z] v2.3.0-dev.53 [2023-02-07T22:40:54.404Z] v2.3.0-dev.54 [2023-02-07T22:40:54.404Z] v2.3.0-dev.55 [2023-02-07T22:40:54.404Z] v2.3.0-dev.56 [2023-02-07T22:40:54.404Z] v2.3.0-dev.57 [2023-02-07T22:40:54.404Z] v2.3.0-dev.58 [2023-02-07T22:40:54.404Z] v2.3.0-dev.59 [2023-02-07T22:40:54.404Z] v2.3.0-dev.60 [2023-02-07T22:40:54.404Z] v2.3.0-dev.61 [2023-02-07T22:40:54.404Z] v2.3.0-dev.62 [2023-02-07T22:40:54.404Z] v2.3.0-dev.63 [2023-02-07T22:40:54.404Z] v2.3.0-dev.64 [2023-02-07T22:40:54.404Z] v2.3.0-dev.65 [2023-02-07T22:40:54.404Z] v2.3.0-dev.66 [2023-02-07T22:40:54.404Z] v2.3.0-dev.67 [2023-02-07T22:40:54.404Z] v2.3.0-dev.68 [2023-02-07T22:40:54.404Z] v2.3.0-dev.69 [2023-02-07T22:40:54.404Z] v2.3.0-dev.70 [2023-02-07T22:40:54.404Z] v2.3.0-dev.71 [2023-02-07T22:40:54.404Z] v2.3.0-dev.72 [2023-02-07T22:40:54.404Z] v2.3.0-dev.73 [2023-02-07T22:40:54.404Z] v2.3.0-dev.74 [2023-02-07T22:40:54.404Z] v2.3.0-dev.75 [2023-02-07T22:40:54.404Z] v2.3.0-dev.76 [2023-02-07T22:40:54.404Z] v2.3.0-dev.77 [2023-02-07T22:40:54.404Z] v2.3.0-dev.78 [2023-02-07T22:40:54.404Z] v2.3.0-dev.79 [2023-02-07T22:40:54.404Z] v2.3.0-dev.80 [2023-02-07T22:40:54.404Z] v2.3.0-dev.81 [2023-02-07T22:40:54.404Z] v2.3.0-dev.82 [2023-02-07T22:40:54.405Z] v2.3.0-dev.83 [2023-02-07T22:40:54.405Z] v2.3.0-dev.84 [2023-02-07T22:40:54.405Z] v2.3.0-dev.85 [2023-02-07T22:40:54.405Z] v2.3.0-dev.86 [2023-02-07T22:40:54.405Z] v2.3.0-dev.87 [2023-02-07T22:40:54.405Z] v2.3.0-dev.88 [2023-02-07T22:40:54.405Z] v2.3.0-dev.89 [2023-02-07T22:40:54.405Z] v2.3.0-dev.90 [2023-02-07T22:40:54.405Z] v2.3.0-dev.91 [2023-02-07T22:40:54.405Z] v2.3.0-dev.92 [2023-02-07T22:40:54.405Z] v2.3.0-dev.93 [2023-02-07T22:40:54.405Z] v2.3.0-dev.94 [2023-02-07T22:40:54.405Z] v2.3.0-dev.95 [2023-02-07T22:40:54.405Z] v2.3.0-dev.96 [2023-02-07T22:40:54.405Z] v2.3.0-dev.97 [2023-02-07T22:40:54.405Z] v2.3.0-dev.98 [2023-02-07T22:40:54.405Z] v2.3.0-dev.99 [2023-02-07T22:40:54.405Z] v2.3.1-dev.1 [2023-02-07T22:40:54.405Z] v2.3.1-dev.2 [2023-02-07T22:40:54.405Z] v2.3.1-dev.3 [2023-02-07T22:40:54.405Z] v2.3.1-dev.4 [2023-02-07T22:40:54.405Z] v2.3.1-dev.5 [2023-02-07T22:40:54.405Z] v3.0.0-dev.1 [2023-02-07T22:40:54.405Z] v3.0.0-dev.10 [2023-02-07T22:40:54.405Z] v3.0.0-dev.11 [2023-02-07T22:40:54.405Z] v3.0.0-dev.12 [2023-02-07T22:40:54.405Z] v3.0.0-dev.13 [2023-02-07T22:40:54.405Z] v3.0.0-dev.14 [2023-02-07T22:40:54.405Z] v3.0.0-dev.15 [2023-02-07T22:40:54.405Z] v3.0.0-dev.16 [2023-02-07T22:40:54.405Z] v3.0.0-dev.17 [2023-02-07T22:40:54.405Z] v3.0.0-dev.18 [2023-02-07T22:40:54.405Z] v3.0.0-dev.19 [2023-02-07T22:40:54.405Z] v3.0.0-dev.2 [2023-02-07T22:40:54.405Z] v3.0.0-dev.20 [2023-02-07T22:40:54.405Z] v3.0.0-dev.21 [2023-02-07T22:40:54.405Z] v3.0.0-dev.22 [2023-02-07T22:40:54.405Z] v3.0.0-dev.23 [2023-02-07T22:40:54.405Z] v3.0.0-dev.24 [2023-02-07T22:40:54.405Z] v3.0.0-dev.25 [2023-02-07T22:40:54.405Z] v3.0.0-dev.26 [2023-02-07T22:40:54.405Z] v3.0.0-dev.27 [2023-02-07T22:40:54.405Z] v3.0.0-dev.28 [2023-02-07T22:40:54.405Z] v3.0.0-dev.29 [2023-02-07T22:40:54.405Z] v3.0.0-dev.3 [2023-02-07T22:40:54.405Z] v3.0.0-dev.30 [2023-02-07T22:40:54.405Z] v3.0.0-dev.31 [2023-02-07T22:40:54.405Z] v3.0.0-dev.32 [2023-02-07T22:40:54.405Z] v3.0.0-dev.33 [2023-02-07T22:40:54.405Z] v3.0.0-dev.34 [2023-02-07T22:40:54.405Z] v3.0.0-dev.35 [2023-02-07T22:40:54.405Z] v3.0.0-dev.36 [2023-02-07T22:40:54.405Z] v3.0.0-dev.37 [2023-02-07T22:40:54.405Z] v3.0.0-dev.38 [2023-02-07T22:40:54.405Z] v3.0.0-dev.4 [2023-02-07T22:40:54.405Z] v3.0.0-dev.5 [2023-02-07T22:40:54.405Z] v3.0.0-dev.6 [2023-02-07T22:40:54.405Z] v3.0.0-dev.7 [2023-02-07T22:40:54.405Z] v3.0.0-dev.8 [2023-02-07T22:40:54.405Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-07T22:40:54.689Z] + lftools sign git-tag v3.0.0-dev.38 [2023-02-07T22:40:55.254Z] Signing Git tag with Sigul... [2023-02-07T22:40:55.254Z] Signing v3.0.0-dev.38 [Pipeline] echo [2023-02-07T22:40:55.521Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:40:55.802Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-07T22:40:55.808Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-07T22:40:55.803Z] $ docker stop --time=1 147feae82d2504e86dd5a048890b12b70b9c3e04f30425f587fdd6859d4b1c0b [2023-02-07T22:40:57.091Z] $ docker rm -f --volumes 147feae82d2504e86dd5a048890b12b70b9c3e04f30425f587fdd6859d4b1c0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-07T22:40:57.517Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T22:40:57.517Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:40:57.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T22:40:57.807Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:40:57.870Z] prd-ubuntu20.04-docker-8c-8g-4989 does not seem to be running inside a container [2023-02-07T22:40:57.876Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-07T22:40:58.192Z] $ docker top 8ba9231e91def6abfe7c6e721118719fab1b0f8553ddbba71b7a91eee6f46a2d -eo pid,comm [2023-02-07T22:40:58.260Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-07T22:40:58.260Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T22:40:58.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T22:40:58.286Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T22:40:58.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T22:40:58.366Z] $ docker exec 8ba9231e91def6abfe7c6e721118719fab1b0f8553ddbba71b7a91eee6f46a2d ssh-agent [2023-02-07T22:40:58.493Z] SSH_AUTH_SOCK=/tmp/ssh-bpbGtFmahb04/agent.32 [2023-02-07T22:40:58.493Z] SSH_AGENT_PID=38 [2023-02-07T22:40:58.498Z] Running ssh-add (command line suppressed) [2023-02-07T22:40:58.575Z] Identity added: /w/workspace/edgex-go/397@tmp/private_key_4814230083537513962.key (/w/workspace/edgex-go/397@tmp/private_key_4814230083537513962.key) [2023-02-07T22:40:58.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T22:40:58.900Z] + git semver bump pre [2023-02-07T22:40:59.158Z] 2023-02-07 22:40:59,024 [read_version] DEBUG read version from /w/workspace/edgex-go/397/.semver/main [2023-02-07T22:40:59.158Z] 2023-02-07 22:40:59,025 [bump_version] DEBUG bumping version:3.0.0-dev.38 on axis:pre with prefix:dev [2023-02-07T22:40:59.158Z] 2023-02-07 22:40:59,025 [bump_version] DEBUG bumped version:3.0.0-dev.39 [2023-02-07T22:40:59.158Z] 2023-02-07 22:40:59,025 [write_version] DEBUG write version:3.0.0-dev.39 to path:/w/workspace/edgex-go/397/.semver/main with force:True [2023-02-07T22:40:59.158Z] 2023-02-07 22:40:59,025 [read_version] DEBUG read version from /w/workspace/edgex-go/397/.semver/main [2023-02-07T22:40:59.159Z] 2023-02-07 22:40:59,025 [write_file] DEBUG write to file:/w/workspace/edgex-go/397/.semver/main [2023-02-07T22:40:59.159Z] 2023-02-07 22:40:59,027 [execute] INFO git cat-file --batch-check [2023-02-07T22:40:59.159Z] 2023-02-07 22:40:59,028 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/397/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T22:40:59.159Z] 2023-02-07 22:40:59,032 [execute] INFO git cat-file --batch [2023-02-07T22:40:59.159Z] 2023-02-07 22:40:59,032 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/397/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T22:40:59.159Z] 2023-02-07 22:40:59,038 [read_version] DEBUG read version from /w/workspace/edgex-go/397/.semver/main [2023-02-07T22:40:59.159Z] 3.0.0-dev.39 [Pipeline] } [2023-02-07T22:40:59.144Z] $ docker exec --env ******** --env ******** 8ba9231e91def6abfe7c6e721118719fab1b0f8553ddbba71b7a91eee6f46a2d ssh-agent -k [2023-02-07T22:40:59.257Z] unset SSH_AUTH_SOCK; [2023-02-07T22:40:59.257Z] unset SSH_AGENT_PID; [2023-02-07T22:40:59.257Z] echo Agent pid 38 killed; [2023-02-07T22:40:59.288Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T22:40:59.584Z] + git semver [Pipeline] } [2023-02-07T22:40:59.834Z] $ docker stop --time=1 8ba9231e91def6abfe7c6e721118719fab1b0f8553ddbba71b7a91eee6f46a2d [2023-02-07T22:41:01.089Z] $ docker rm -f --volumes 8ba9231e91def6abfe7c6e721118719fab1b0f8553ddbba71b7a91eee6f46a2d [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T22:41:01.449Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T22:41:01.449Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:41:01.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T22:41:01.749Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:41:01.814Z] prd-ubuntu20.04-docker-8c-8g-4989 does not seem to be running inside a container [2023-02-07T22:41:01.822Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-07T22:41:02.123Z] $ docker top 5209d770c504ce134e5a4cf9cc514fc0653fb4e99948ddddb84a4e27e4953607 -eo pid,comm [2023-02-07T22:41:02.190Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-07T22:41:02.190Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T22:41:02.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T22:41:02.229Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T22:41:02.327Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T22:41:02.307Z] $ docker exec 5209d770c504ce134e5a4cf9cc514fc0653fb4e99948ddddb84a4e27e4953607 ssh-agent [2023-02-07T22:41:02.427Z] SSH_AUTH_SOCK=/tmp/ssh-RFhwFB3HdjMR/agent.33 [2023-02-07T22:41:02.427Z] SSH_AGENT_PID=39 [2023-02-07T22:41:02.431Z] Running ssh-add (command line suppressed) [2023-02-07T22:41:02.504Z] Identity added: /w/workspace/edgex-go/397@tmp/private_key_5338267967719379985.key (/w/workspace/edgex-go/397@tmp/private_key_5338267967719379985.key) [2023-02-07T22:41:02.537Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T22:41:02.819Z] + git semver push [2023-02-07T22:41:03.078Z] 2023-02-07 22:41:02,957 [run_push] DEBUG push [2023-02-07T22:41:03.078Z] 2023-02-07 22:41:02,958 [execute] INFO git cat-file --batch-check [2023-02-07T22:41:03.078Z] 2023-02-07 22:41:02,958 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/397/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T22:41:03.078Z] 2023-02-07 22:41:02,961 [execute] INFO git rev-list ed0065ce5009cfcc699e2bdf5c355e72eff413eb -- [2023-02-07T22:41:03.078Z] 2023-02-07 22:41:02,961 [execute] DEBUG Popen(['git', 'rev-list', 'ed0065ce5009cfcc699e2bdf5c355e72eff413eb', '--'], cwd=/w/workspace/edgex-go/397/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-07T22:41:03.078Z] 2023-02-07 22:41:02,975 [execute] INFO git fetch -v origin [2023-02-07T22:41:03.078Z] 2023-02-07 22:41:02,975 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/397/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-07T22:41:03.645Z] 2023-02-07 22:41:03,546 [run_push] DEBUG no remote changes detected [2023-02-07T22:41:03.645Z] 2023-02-07 22:41:03,546 [execute] INFO git push origin semver [2023-02-07T22:41:03.645Z] 2023-02-07 22:41:03,547 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/397/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-07T22:41:04.580Z] 2023-02-07 22:41:04,475 [run_push] DEBUG push all version tags [2023-02-07T22:41:04.580Z] 2023-02-07 22:41:04,476 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-07T22:41:04.580Z] 2023-02-07 22:41:04,476 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/397, universal_newlines=False, shell=None, istream=None) [2023-02-07T22:41:05.516Z] 2023-02-07 22:41:05,409 [read_version] DEBUG read version from /w/workspace/edgex-go/397/.semver/main [2023-02-07T22:41:05.516Z] 3.0.0-dev.39 [Pipeline] } [2023-02-07T22:41:05.505Z] $ docker exec --env ******** --env ******** 5209d770c504ce134e5a4cf9cc514fc0653fb4e99948ddddb84a4e27e4953607 ssh-agent -k [2023-02-07T22:41:05.618Z] unset SSH_AUTH_SOCK; [2023-02-07T22:41:05.619Z] unset SSH_AGENT_PID; [2023-02-07T22:41:05.619Z] echo Agent pid 39 killed; [2023-02-07T22:41:05.655Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T22:41:05.997Z] + git semver [Pipeline] } [2023-02-07T22:41:06.329Z] $ docker stop --time=1 5209d770c504ce134e5a4cf9cc514fc0653fb4e99948ddddb84a4e27e4953607 [2023-02-07T22:41:07.602Z] $ docker rm -f --volumes 5209d770c504ce134e5a4cf9cc514fc0653fb4e99948ddddb84a4e27e4953607 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-07T22:41:08.089Z] + [ -d /w/workspace/edgex-go/397/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:41:08.380Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:41:09.238Z] ---> package-listing.sh [2023-02-07T22:41:09.238Z] ++ facter osfamily [2023-02-07T22:41:09.238Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-07T22:41:09.238Z] + OS_FAMILY=debian [2023-02-07T22:41:09.238Z] + workspace=/w/workspace/edgex-go/397 [2023-02-07T22:41:09.238Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-07T22:41:09.238Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-07T22:41:09.238Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-07T22:41:09.238Z] + PACKAGES=/tmp/packages_start.txt [2023-02-07T22:41:09.238Z] + '[' /w/workspace/edgex-go/397 ']' [2023-02-07T22:41:09.238Z] + PACKAGES=/tmp/packages_end.txt [2023-02-07T22:41:09.238Z] + case "${OS_FAMILY}" in [2023-02-07T22:41:09.238Z] + dpkg -l [2023-02-07T22:41:09.238Z] + grep '^ii' [2023-02-07T22:41:09.497Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-07T22:41:09.497Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-07T22:41:09.497Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-07T22:41:09.497Z] + '[' /w/workspace/edgex-go/397 ']' [2023-02-07T22:41:09.497Z] + mkdir -p /w/workspace/edgex-go/397/archives/ [2023-02-07T22:41:09.497Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/397/archives/ [Pipeline] echo [2023-02-07T22:41:09.507Z] 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/397/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-07T22:41:09.782Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:41:10.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T22:41:10.333Z] [2023-02-07T22:41:10.333Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:41:10.632Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T22:41:10.632Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-07T22:41:10.632Z] 5eb5b503b376: Pulling fs layer [2023-02-07T22:41:10.632Z] 5c69ac0246d0: Pulling fs layer [2023-02-07T22:41:10.632Z] ec43610c2a17: Pulling fs layer [2023-02-07T22:41:10.632Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-07T22:41:10.632Z] 33b1e0a273af: Pulling fs layer [2023-02-07T22:41:10.632Z] 5d3b04190fa2: Pulling fs layer [2023-02-07T22:41:10.632Z] 2f39f015ded8: Pulling fs layer [2023-02-07T22:41:10.632Z] 33b1e0a273af: Waiting [2023-02-07T22:41:10.632Z] 3a2ae6a8a46f: Waiting [2023-02-07T22:41:10.632Z] 5d3b04190fa2: Waiting [2023-02-07T22:41:10.632Z] 2f39f015ded8: Waiting [2023-02-07T22:41:10.632Z] 5c69ac0246d0: Verifying Checksum [2023-02-07T22:41:10.632Z] 5c69ac0246d0: Download complete [2023-02-07T22:41:10.632Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-07T22:41:10.632Z] 3a2ae6a8a46f: Download complete [2023-02-07T22:41:10.891Z] 33b1e0a273af: Verifying Checksum [2023-02-07T22:41:10.891Z] 33b1e0a273af: Download complete [2023-02-07T22:41:10.891Z] 5d3b04190fa2: Verifying Checksum [2023-02-07T22:41:10.891Z] 5d3b04190fa2: Download complete [2023-02-07T22:41:10.891Z] ec43610c2a17: Verifying Checksum [2023-02-07T22:41:10.891Z] ec43610c2a17: Download complete [2023-02-07T22:41:11.150Z] 5eb5b503b376: Verifying Checksum [2023-02-07T22:41:11.150Z] 5eb5b503b376: Download complete [2023-02-07T22:41:11.714Z] 2f39f015ded8: Download complete [2023-02-07T22:41:11.972Z] 5eb5b503b376: Pull complete [2023-02-07T22:41:12.229Z] 5c69ac0246d0: Pull complete [2023-02-07T22:41:12.794Z] ec43610c2a17: Pull complete [2023-02-07T22:41:12.794Z] 3a2ae6a8a46f: Pull complete [2023-02-07T22:41:12.794Z] 33b1e0a273af: Pull complete [2023-02-07T22:41:12.794Z] 5d3b04190fa2: Pull complete [2023-02-07T22:41:16.969Z] 2f39f015ded8: Pull complete [2023-02-07T22:41:16.969Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-07T22:41:16.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T22:41:16.969Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:41:17.037Z] prd-ubuntu20.04-docker-8c-8g-4989 does not seem to be running inside a container [2023-02-07T22:41:17.041Z] $ 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/397/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/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-07T22:41:19.781Z] $ docker top 42527f90b4a7a04248a1e90b921a279946c0f268c03de31b7e6c83cc3e884dbf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:41:20.143Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-07T22:41:20.423Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-07T22:41:20.705Z] + ls /var/log/sa-host [2023-02-07T22:41:20.705Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:41:20.765Z] provisioning config files... [2023-02-07T22:41:20.773Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/397@tmp/config1969317877350006681tmp [Pipeline] { [Pipeline] echo [2023-02-07T22:41:20.787Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:41:21.069Z] ---> create-netrc.sh [Pipeline] } [2023-02-07T22:41:21.076Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:41:21.397Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-07T22:41:21.405Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:41:21.687Z] ---> sudo-logs.sh [2023-02-07T22:41:21.687Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-07T22:41:21.707Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:41:21.988Z] ---> job-cost.sh [2023-02-07T22:41:21.988Z] lf-activate-venv: SKIPPING [2023-02-07T22:41:21.988Z] DEBUG: total: 0.10999999940395355 [2023-02-07T22:41:21.988Z] INFO: Retrieving Stack Cost... [2023-02-07T22:41:23.363Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T22:41:23.929Z] INFO: Archiving Costs [Pipeline] echo [2023-02-07T22:41:23.940Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:41:24.222Z] ---> logs-deploy.sh [2023-02-07T22:41:24.222Z] lf-activate-venv: SKIPPING [2023-02-07T22:41:24.222Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/397 [2023-02-07T22:41:24.222Z] INFO: archiving workspace using pattern(s): [2023-02-07T22:41:25.156Z] Archives upload complete. [2023-02-07T22:41:25.156Z] INFO: archiving logs to Nexus