Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee 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-ssh7169074042746354179.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-ssh3024308747615739289.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-ssh9046381707143051795.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-ssh7157896328976851480.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-ssh17807429101456890263.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 ‘prd-ubuntu20.04-docker-8c-8g-6121’ Running on prd-ubuntu20.04-docker-8c-8g-6124 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/410 [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/410 # 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 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee (main) Commit message: "feat!: Implement Device Service System Events (#4351)" > git config core.sparsecheckout # timeout=10 > git checkout -f 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee # timeout=10 > git rev-list --no-walk 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-15T15:18:33.651Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-15T15:18:33.698Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-15T15:18:33.709Z] ========================================================= [2023-02-15T15:18:33.709Z] EdgeX Global Pipelines Version Info [2023-02-15T15:18:33.709Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:18:34.414Z] ------------------- [2023-02-15T15:18:34.414Z] stable info: [2023-02-15T15:18:34.414Z] ------------------- [2023-02-15T15:18:34.414Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-15T15:18:34.414Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T15:18:34.414Z] Message: update stable to v1.0.244 [2023-02-15T15:18:34.984Z] ------------------- [2023-02-15T15:18:34.984Z] experimental info: [2023-02-15T15:18:34.984Z] ------------------- [2023-02-15T15:18:34.984Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-15T15:18:34.984Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T15:18:34.984Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-15T15:18:35.151Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-15T15:18:35.172Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-15T15:18:35.183Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-15T15:18:35.194Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-15T15:18:35.205Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-15T15:18:35.218Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-15T15:18:35.229Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-15T15:18:35.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-15T15:18:35.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-15T15:18:35.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-15T15:18:35.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-15T15:18:35.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-15T15:18:35.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-15T15:18:35.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-15T15:18:35.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-15T15:18:35.344Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T15:18:35.354Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T15:18:35.370Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-15T15:18:35.381Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-15T15:18:35.392Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-15T15:18:35.407Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-15T15:18:35.421Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-15T15:18:35.437Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-15T15:18:35.446Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-15T15:18:35.457Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-15T15:18:35.470Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-15T15:18:35.482Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] echo [2023-02-15T15:18:35.496Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 96713c0 [Pipeline] echo [2023-02-15T15:18:35.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T15:18:35.555Z] provisioning config files... [2023-02-15T15:18:35.566Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/410@tmp/config16022690792890370421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:18:35.865Z] ---> docker-login.sh [2023-02-15T15:18:35.865Z] nexus3.edgexfoundry.org:10001 [2023-02-15T15:18:36.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:18:36.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:18:36.123Z] Configure a credential helper to remove this warning. See [2023-02-15T15:18:36.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:18:36.123Z] [2023-02-15T15:18:36.123Z] Login Succeeded [2023-02-15T15:18:36.123Z] nexus3.edgexfoundry.org:10002 [2023-02-15T15:18:36.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:18:36.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:18:36.123Z] Configure a credential helper to remove this warning. See [2023-02-15T15:18:36.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:18:36.123Z] [2023-02-15T15:18:36.123Z] Login Succeeded [2023-02-15T15:18:36.123Z] nexus3.edgexfoundry.org:10003 [2023-02-15T15:18:36.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:18:36.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:18:36.381Z] Configure a credential helper to remove this warning. See [2023-02-15T15:18:36.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:18:36.381Z] [2023-02-15T15:18:36.381Z] Login Succeeded [2023-02-15T15:18:36.381Z] nexus3.edgexfoundry.org:10004 [2023-02-15T15:18:36.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:18:36.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:18:36.381Z] Configure a credential helper to remove this warning. See [2023-02-15T15:18:36.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:18:36.381Z] [2023-02-15T15:18:36.381Z] Login Succeeded [2023-02-15T15:18:36.381Z] docker.io [2023-02-15T15:18:36.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:18:36.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:18:36.640Z] Configure a credential helper to remove this warning. See [2023-02-15T15:18:36.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:18:36.640Z] [2023-02-15T15:18:36.640Z] Login Succeeded [2023-02-15T15:18:36.640Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T15:18:36.647Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T15:18:36.961Z] + 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-15T15:18:36.961Z] + dirname cmd/core-command/Dockerfile [2023-02-15T15:18:36.961Z] + cut -d/ -f2 [2023-02-15T15:18:36.961Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-15T15:18:36.961Z] + + cut -d/dirname -f2 cmd/core-common-config-bootstrapper/Dockerfile [2023-02-15T15:18:36.961Z] [2023-02-15T15:18:36.961Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-15T15:18:36.961Z] + dirname cmd/core-data/Dockerfile [2023-02-15T15:18:36.961Z] + cut -d/ -f2 [2023-02-15T15:18:36.961Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-15T15:18:36.961Z] + + dirname cmd/core-metadata/Dockerfilecut [2023-02-15T15:18:36.961Z] -d/ -f2 [2023-02-15T15:18:36.961Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-15T15:18:36.961Z] + cut -d/ -f2 [2023-02-15T15:18:36.961Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-15T15:18:36.961Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-15T15:18:36.961Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-15T15:18:36.961Z] + cut -d/ -f2 [2023-02-15T15:18:36.961Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-15T15:18:36.961Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-15T15:18:36.961Z] + cut -d/ -f2 [2023-02-15T15:18:36.961Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-15T15:18:36.961Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-15T15:18:36.961Z] + cut -d/ -f2 [2023-02-15T15:18:36.961Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-15T15:18:36.961Z] + + dirname cmd/security-spire-agent/Dockerfile [2023-02-15T15:18:36.961Z] cut -d/ -f2 [2023-02-15T15:18:36.961Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-15T15:18:36.961Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-15T15:18:36.961Z] + cut -d/ -f2 [2023-02-15T15:18:36.961Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-15T15:18:36.961Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-15T15:18:36.961Z] + cut -d/ -f2 [2023-02-15T15:18:36.961Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-15T15:18:36.961Z] + dirname cmd/support-notifications/Dockerfile [2023-02-15T15:18:36.961Z] + cut -d/ -f2 [2023-02-15T15:18:36.961Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-15T15:18:36.961Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-15T15:18:36.961Z] + cut -d/ -f2 [2023-02-15T15:18:36.961Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-15T15:18:37.013Z] 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-15T15:18:37.356Z] + git rev-list -1 --merges 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee~1..96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] echo [2023-02-15T15:18:37.374Z] -----------> git rev-list -1 --merges 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee~1..96713c0c5fe3dce1fef0121d6baafd3e73e3fcee 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [false] [Pipeline] sh [2023-02-15T15:18:37.662Z] + git log --format=format:%s -1 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] echo [2023-02-15T15:18:37.685Z] ========================================================= [2023-02-15T15:18:37.685Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-15T15:18:37.685Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-15T15:18:38.036Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T15:18:38.036Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-15T15:18:38.036Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-15T15:18:38.036Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-15T15:18:38.036Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-15T15:18:38.036Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-15T15:18:38.036Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:18:38.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T15:18:38.377Z] [2023-02-15T15:18:38.377Z] 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-15T15:18:38.686Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T15:18:38.686Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-15T15:18:38.686Z] b85a868b505f: Pulling fs layer [2023-02-15T15:18:38.686Z] e2be974225ed: Pulling fs layer [2023-02-15T15:18:38.686Z] 339a4e72a1f5: Pulling fs layer [2023-02-15T15:18:38.686Z] 988bab9f4d93: Pulling fs layer [2023-02-15T15:18:38.686Z] 1469e6f7b9e6: Pulling fs layer [2023-02-15T15:18:38.686Z] eaf3925da568: Pulling fs layer [2023-02-15T15:18:38.686Z] bab4dde63d76: Pulling fs layer [2023-02-15T15:18:38.686Z] bde34c3a00c8: Pulling fs layer [2023-02-15T15:18:38.686Z] b352a97aabf1: Pulling fs layer [2023-02-15T15:18:38.686Z] 4872d77fe225: Pulling fs layer [2023-02-15T15:18:38.686Z] 5851b861e8e6: Pulling fs layer [2023-02-15T15:18:38.686Z] 988bab9f4d93: Waiting [2023-02-15T15:18:38.686Z] 1469e6f7b9e6: Waiting [2023-02-15T15:18:38.686Z] eaf3925da568: Waiting [2023-02-15T15:18:38.686Z] bab4dde63d76: Waiting [2023-02-15T15:18:38.686Z] bde34c3a00c8: Waiting [2023-02-15T15:18:38.686Z] b352a97aabf1: Waiting [2023-02-15T15:18:38.686Z] 4872d77fe225: Waiting [2023-02-15T15:18:38.686Z] 5851b861e8e6: Waiting [2023-02-15T15:18:38.686Z] e2be974225ed: Download complete [2023-02-15T15:18:38.686Z] 988bab9f4d93: Verifying Checksum [2023-02-15T15:18:38.686Z] 988bab9f4d93: Download complete [2023-02-15T15:18:38.949Z] 1469e6f7b9e6: Verifying Checksum [2023-02-15T15:18:38.949Z] 1469e6f7b9e6: Download complete [2023-02-15T15:18:38.949Z] eaf3925da568: Verifying Checksum [2023-02-15T15:18:38.949Z] eaf3925da568: Download complete [2023-02-15T15:18:38.949Z] 339a4e72a1f5: Verifying Checksum [2023-02-15T15:18:38.949Z] 339a4e72a1f5: Download complete [2023-02-15T15:18:38.949Z] bde34c3a00c8: Verifying Checksum [2023-02-15T15:18:38.949Z] bde34c3a00c8: Download complete [2023-02-15T15:18:38.949Z] b352a97aabf1: Verifying Checksum [2023-02-15T15:18:38.949Z] b352a97aabf1: Download complete [2023-02-15T15:18:39.209Z] 4872d77fe225: Download complete [2023-02-15T15:18:39.209Z] 5851b861e8e6: Download complete [2023-02-15T15:18:39.209Z] b85a868b505f: Verifying Checksum [2023-02-15T15:18:39.209Z] b85a868b505f: Download complete [2023-02-15T15:18:39.467Z] bab4dde63d76: Verifying Checksum [2023-02-15T15:18:39.467Z] bab4dde63d76: Download complete [2023-02-15T15:18:40.404Z] b85a868b505f: Pull complete [2023-02-15T15:18:40.404Z] e2be974225ed: Pull complete [2023-02-15T15:18:40.971Z] 339a4e72a1f5: Pull complete [2023-02-15T15:18:40.971Z] 988bab9f4d93: Pull complete [2023-02-15T15:18:41.230Z] 1469e6f7b9e6: Pull complete [2023-02-15T15:18:41.230Z] eaf3925da568: Pull complete [2023-02-15T15:18:43.142Z] bab4dde63d76: Pull complete [2023-02-15T15:18:43.142Z] bde34c3a00c8: Pull complete [2023-02-15T15:18:43.142Z] b352a97aabf1: Pull complete [2023-02-15T15:18:43.142Z] 4872d77fe225: Pull complete [2023-02-15T15:18:43.402Z] 5851b861e8e6: Pull complete [2023-02-15T15:18:43.402Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-15T15:18:43.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T15:18:43.402Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:18:43.490Z] prd-ubuntu20.04-docker-8c-8g-6124 does not seem to be running inside a container [2023-02-15T15:18:43.521Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:18:44.869Z] $ docker top c802bae11d062bb1bb1ced5d9e5a46bce6a26a0d20710f54967917668d7a962f -eo pid,comm [2023-02-15T15:18:44.940Z] 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-15T15:18:44.940Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T15:18:44.977Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T15:18:44.977Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T15:18:45.101Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T15:18:45.100Z] $ docker exec c802bae11d062bb1bb1ced5d9e5a46bce6a26a0d20710f54967917668d7a962f ssh-agent [2023-02-15T15:18:45.216Z] SSH_AUTH_SOCK=/tmp/ssh-bLDFZC5ZwnN9/agent.32 [2023-02-15T15:18:45.216Z] SSH_AGENT_PID=38 [2023-02-15T15:18:45.222Z] Running ssh-add (command line suppressed) [2023-02-15T15:18:45.323Z] Identity added: /w/workspace/edgex-go/410@tmp/private_key_17050662490373405826.key (/w/workspace/edgex-go/410@tmp/private_key_17050662490373405826.key) [2023-02-15T15:18:45.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T15:18:45.629Z] + git tag --points-at HEAD [Pipeline] } [2023-02-15T15:18:45.636Z] $ docker exec --env ******** --env ******** c802bae11d062bb1bb1ced5d9e5a46bce6a26a0d20710f54967917668d7a962f ssh-agent -k [2023-02-15T15:18:45.745Z] unset SSH_AUTH_SOCK; [2023-02-15T15:18:45.745Z] unset SSH_AGENT_PID; [2023-02-15T15:18:45.745Z] echo Agent pid 38 killed; [2023-02-15T15:18:45.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-15T15:18:45.784Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T15:18:45.784Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T15:18:45.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T15:18:45.894Z] $ docker exec c802bae11d062bb1bb1ced5d9e5a46bce6a26a0d20710f54967917668d7a962f ssh-agent [2023-02-15T15:18:46.000Z] SSH_AUTH_SOCK=/tmp/ssh-r0yp6plgO9oo/agent.70 [2023-02-15T15:18:46.000Z] SSH_AGENT_PID=76 [2023-02-15T15:18:46.005Z] Running ssh-add (command line suppressed) [2023-02-15T15:18:46.096Z] Identity added: /w/workspace/edgex-go/410@tmp/private_key_8077680985241177445.key (/w/workspace/edgex-go/410@tmp/private_key_8077680985241177445.key) [2023-02-15T15:18:46.117Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T15:18:46.401Z] + git semver init [2023-02-15T15:18:46.660Z] 2023-02-15 15:18:46,562 [run_init] DEBUG init version:0.0.0 force:False [2023-02-15T15:18:46.661Z] 2023-02-15 15:18:46,563 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/410/.semver [2023-02-15T15:18:46.661Z] 2023-02-15 15:18:46,563 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/410/.semver [2023-02-15T15:18:46.661Z] 2023-02-15 15:18:46,564 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/410/.semver'], cwd=/w/workspace/edgex-go/410, universal_newlines=False, shell=None, istream=None) [2023-02-15T15:19:01.560Z] 2023-02-15 15:19:00,430 [append_file] DEBUG append to file:/w/workspace/edgex-go/410/.git/info/exclude [2023-02-15T15:19:01.560Z] 2023-02-15 15:19:00,430 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/410/.semver/main with force:False [2023-02-15T15:19:01.560Z] 2023-02-15 15:19:00,431 [read_version] DEBUG read version from /w/workspace/edgex-go/410/.semver/main [2023-02-15T15:19:01.560Z] 2023-02-15 15:19:00,431 [read_version] DEBUG read version from /w/workspace/edgex-go/410/.semver/main [2023-02-15T15:19:01.560Z] 3.0.0-dev.50 [Pipeline] } [2023-02-15T15:19:01.568Z] $ docker exec --env ******** --env ******** c802bae11d062bb1bb1ced5d9e5a46bce6a26a0d20710f54967917668d7a962f ssh-agent -k [2023-02-15T15:19:01.670Z] unset SSH_AUTH_SOCK; [2023-02-15T15:19:01.670Z] unset SSH_AGENT_PID; [2023-02-15T15:19:01.670Z] echo Agent pid 76 killed; [2023-02-15T15:19:01.680Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T15:19:01.974Z] + git semver [Pipeline] } [2023-02-15T15:19:02.246Z] $ docker stop --time=1 c802bae11d062bb1bb1ced5d9e5a46bce6a26a0d20710f54967917668d7a962f [2023-02-15T15:19:03.542Z] $ docker rm -f --volumes c802bae11d062bb1bb1ced5d9e5a46bce6a26a0d20710f54967917668d7a962f [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T15:19:03.886Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-15T15:19:04.101Z] Stashed 1 file(s) [Pipeline] echo [2023-02-15T15:19:04.104Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.50 [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-15T15:19:04.471Z] + git config --global --add safe.directory /w/workspace/edgex-go/410 [Pipeline] echo [2023-02-15T15:19:04.481Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T15:19:04.491Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T15:19:04.497Z] ========================================================= [2023-02-15T15:19:04.497Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-15T15:19:04.497Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-15T15:19:04.787Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T15:19:04.787Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-15T15:19:04.787Z] 213ec9aee27d: Pulling fs layer [2023-02-15T15:19:04.787Z] 4583459ba037: Pulling fs layer [2023-02-15T15:19:04.787Z] 93c1e223e6f2: Pulling fs layer [2023-02-15T15:19:04.787Z] 53926ce57604: Pulling fs layer [2023-02-15T15:19:04.787Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-15T15:19:04.787Z] 22ff95d597cd: Pulling fs layer [2023-02-15T15:19:04.787Z] 12d6caf4c0d1: Pulling fs layer [2023-02-15T15:19:04.787Z] 96b7cbca73a9: Pulling fs layer [2023-02-15T15:19:04.787Z] a7acece74701: Pulling fs layer [2023-02-15T15:19:04.787Z] 53926ce57604: Waiting [2023-02-15T15:19:04.787Z] 21b2b0c7a3f4: Waiting [2023-02-15T15:19:04.787Z] 22ff95d597cd: Waiting [2023-02-15T15:19:04.787Z] 12d6caf4c0d1: Waiting [2023-02-15T15:19:04.787Z] 96b7cbca73a9: Waiting [2023-02-15T15:19:04.787Z] a7acece74701: Waiting [2023-02-15T15:19:04.787Z] 93c1e223e6f2: Download complete [2023-02-15T15:19:04.787Z] 4583459ba037: Download complete [2023-02-15T15:19:04.787Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-15T15:19:04.787Z] 21b2b0c7a3f4: Download complete [2023-02-15T15:19:05.052Z] 22ff95d597cd: Download complete [2023-02-15T15:19:05.052Z] 213ec9aee27d: Verifying Checksum [2023-02-15T15:19:05.052Z] 213ec9aee27d: Download complete [2023-02-15T15:19:05.052Z] 12d6caf4c0d1: Verifying Checksum [2023-02-15T15:19:05.052Z] 213ec9aee27d: Pull complete [2023-02-15T15:19:05.323Z] 4583459ba037: Pull complete [2023-02-15T15:19:05.323Z] 93c1e223e6f2: Pull complete [2023-02-15T15:19:06.292Z] a7acece74701: Verifying Checksum [2023-02-15T15:19:06.292Z] a7acece74701: Download complete [2023-02-15T15:19:06.292Z] 53926ce57604: Verifying Checksum [2023-02-15T15:19:06.292Z] 53926ce57604: Download complete [2023-02-15T15:19:06.551Z] 96b7cbca73a9: Verifying Checksum [2023-02-15T15:19:06.551Z] 96b7cbca73a9: Download complete [2023-02-15T15:19:09.831Z] 53926ce57604: Pull complete [2023-02-15T15:19:09.831Z] 21b2b0c7a3f4: Pull complete [2023-02-15T15:19:09.831Z] 22ff95d597cd: Pull complete [2023-02-15T15:19:10.088Z] 12d6caf4c0d1: Pull complete [2023-02-15T15:19:11.987Z] 96b7cbca73a9: Pull complete [2023-02-15T15:19:12.923Z] a7acece74701: Pull complete [2023-02-15T15:19:12.923Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-15T15:19:12.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T15:19:12.923Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-15T15:19:13.215Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-15T15:19:13.215Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T15:19:13.215Z] WORKDIR /edgex [2023-02-15T15:19:13.215Z] COPY go.mod . [2023-02-15T15:19:13.215Z] RUN go mod download [2023-02-15T15:19:13.781Z] Sending build context to Docker daemon 170.3MB [2023-02-15T15:19:13.782Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T15:19:13.782Z] ---> db6d94c90886 [2023-02-15T15:19:13.782Z] Step 2/4 : WORKDIR /edgex [2023-02-15T15:19:16.320Z] ---> Running in 6ace4d31b334 [2023-02-15T15:19:16.320Z] Removing intermediate container 6ace4d31b334 [2023-02-15T15:19:16.320Z] ---> a8d370afe023 [2023-02-15T15:19:16.320Z] Step 3/4 : COPY go.mod . [2023-02-15T15:19:16.320Z] ---> 0ca4999dc71a [2023-02-15T15:19:16.320Z] Step 4/4 : RUN go mod download [2023-02-15T15:19:16.320Z] ---> Running in ff1e9f0cecab [2023-02-15T15:19:19.166Z] Still waiting to schedule task [2023-02-15T15:19:19.167Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6122’ [2023-02-15T15:19:26.300Z] Removing intermediate container ff1e9f0cecab [2023-02-15T15:19:26.300Z] ---> 61f8b3b6dbf8 [2023-02-15T15:19:26.300Z] Successfully built 61f8b3b6dbf8 [2023-02-15T15:19:26.300Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:19:26.598Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T15:19:26.598Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:19:26.664Z] prd-ubuntu20.04-docker-8c-8g-6124 does not seem to be running inside a container [2023-02-15T15:19:26.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:19:27.092Z] $ docker top 3fcc87ce3c31ba0eb7d0033f53f63e252d7cb2b16a4dbc25f98c580ad85a9bb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T15:19:27.434Z] + go version [2023-02-15T15:19:27.434Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-15T15:19:27.444Z] $ docker stop --time=1 3fcc87ce3c31ba0eb7d0033f53f63e252d7cb2b16a4dbc25f98c580ad85a9bb5 [2023-02-15T15:19:28.704Z] $ docker rm -f --volumes 3fcc87ce3c31ba0eb7d0033f53f63e252d7cb2b16a4dbc25f98c580ad85a9bb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:19:29.104Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T15:19:29.104Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:19:29.168Z] prd-ubuntu20.04-docker-8c-8g-6124 does not seem to be running inside a container [2023-02-15T15:19:29.194Z] $ 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/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:19:29.508Z] $ docker top 4df9fe38cf4dcdd240c07db9af9a08c99aa1c6d7859d1e37673680e4d8d001bf -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T15:19:29.570Z] ========================================================= [2023-02-15T15:19:29.570Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-15T15:19:29.570Z] ========================================================= [Pipeline] sh [2023-02-15T15:19:29.845Z] + git config --global --add safe.directory /w/workspace/edgex-go/410 [Pipeline] fileExists [Pipeline] sh [2023-02-15T15:19:30.139Z] + make test [2023-02-15T15:19:30.139Z] go test -race -coverprofile=coverage.out ./... [2023-02-15T15:19:36.694Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-15T15:19:48.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-15T15:19:49.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.082s coverage: 28.7% of statements [2023-02-15T15:19:49.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-15T15:19:49.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-15T15:19:49.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.124s coverage: 98.5% of statements [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.137s coverage: 73.7% of statements [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.121s coverage: 54.0% of statements [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.078s coverage: 88.5% of statements [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.107s coverage: 3.9% of statements [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.470s coverage: 95.6% of statements [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.047s coverage: 72.2% of statements [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.056s coverage: 65.9% of statements [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.079s coverage: 29.6% of statements [2023-02-15T15:19:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.067s coverage: 82.9% of statements [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2023-02-15T15:19:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2023-02-15T15:20:01.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.069s coverage: 94.4% of statements [2023-02-15T15:20:01.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.348s coverage: 79.9% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.110s coverage: 92.9% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 86.9% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.054s coverage: 20.0% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 77.4% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.106s coverage: 80.0% of statements [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.219s coverage: 91.2% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 63.1% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.320s coverage: 65.3% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.154s coverage: 41.0% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.077s coverage: 17.7% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.146s coverage: 92.3% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.062s coverage: 63.2% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-15T15:20:16.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-15T15:20:16.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-15T15:20:16.645Z] 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-15T15:20:31.504Z] 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-15T15:20:31.504Z] go vet ./... [2023-02-15T15:20:35.682Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T15:20:35.682Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T15:20:35.682Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-15T15:20:35.695Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-15T15:20:35.981Z] + ls -al . [2023-02-15T15:20:35.982Z] total 748 [2023-02-15T15:20:35.982Z] drwxrwxr-x 11 1001 1001 4096 Feb 15 15:19 . [2023-02-15T15:20:35.982Z] drwxr-xr-x 4 root root 4096 Feb 15 15:19 .. [2023-02-15T15:20:35.982Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 15:18 .blubracket [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 16 Feb 15 15:18 .dockerignore [2023-02-15T15:20:35.982Z] drwxrwxr-x 8 1001 1001 4096 Feb 15 15:20 .git [2023-02-15T15:20:35.982Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 15:18 .github [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 1024 Feb 15 15:18 .gitignore [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 42 Feb 15 15:18 .golangci.yml [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 87 Feb 15 15:18 .hadolint.yml [2023-02-15T15:20:35.982Z] drwxr-xr-x 3 1001 1001 4096 Feb 15 15:19 .semver [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 166 Feb 15 15:18 .sonarcloud.properties [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 1171 Feb 15 15:18 ADOPTERS.md [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 10825 Feb 15 15:18 Attribution.txt [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 73765 Feb 15 15:18 CHANGELOG.md [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 3804 Feb 15 15:18 CONTRIBUTING.md [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 677 Feb 15 15:18 GOVERNANCE.md [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 850 Feb 15 15:18 Jenkinsfile [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 10775 Feb 15 15:18 LICENSE [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 13375 Feb 15 15:18 Makefile [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 582 Feb 15 15:18 OWNERS.md [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 9403 Feb 15 15:18 README.md [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 6912 Feb 15 15:18 SECURITY.md [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 12 Feb 15 15:19 VERSION [2023-02-15T15:20:35.982Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 15:18 bin [2023-02-15T15:20:35.982Z] drwxrwxr-x 17 1001 1001 4096 Feb 15 15:18 cmd [2023-02-15T15:20:35.982Z] -rw-r--r-- 1 root root 487529 Feb 15 15:20 coverage.out [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 3295 Feb 15 15:18 go.mod [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 33318 Feb 15 15:18 go.sum [2023-02-15T15:20:35.982Z] drwxrwxr-x 7 1001 1001 4096 Feb 15 15:18 internal [2023-02-15T15:20:35.982Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 15:18 openapi [2023-02-15T15:20:35.982Z] drwxrwxr-x 4 1001 1001 4096 Feb 15 15:18 snap [2023-02-15T15:20:35.982Z] -rw-rw-r-- 1 1001 1001 204 Feb 15 15:18 version.go [Pipeline] sh [2023-02-15T15:20:36.268Z] + '[' -e coverage.out ] [2023-02-15T15:20:36.268Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-15T15:20:36.382Z] Stashed 1 file(s) [Pipeline] sh [2023-02-15T15:20:36.658Z] + make build [2023-02-15T15:20:36.658Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T15:20:48.849Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T15:20:48.849Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T15:20:49.413Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T15:20:50.346Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-15T15:20:57.191Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T15:20:58.235Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T15:20:59.225Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T15:21:00.629Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T15:21:01.197Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T15:21:02.133Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T15:21:04.037Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-15T15:21:05.426Z] $ docker stop --time=1 4df9fe38cf4dcdd240c07db9af9a08c99aa1c6d7859d1e37673680e4d8d001bf [2023-02-15T15:21:07.746Z] $ docker rm -f --volumes 4df9fe38cf4dcdd240c07db9af9a08c99aa1c6d7859d1e37673680e4d8d001bf [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-15T15:21:08.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T15:21:08.492Z] [2023-02-15T15:21:08.492Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:21:08.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T15:21:08.792Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-15T15:21:08.792Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-15T15:21:08.792Z] ca9280d653b3: Pulling fs layer [2023-02-15T15:21:08.792Z] 7e9c9ca2126c: Pulling fs layer [2023-02-15T15:21:09.052Z] cbdbe7a5bc2a: Verifying Checksum [2023-02-15T15:21:09.052Z] cbdbe7a5bc2a: Download complete [2023-02-15T15:21:09.052Z] cbdbe7a5bc2a: Pull complete [2023-02-15T15:21:09.052Z] ca9280d653b3: Verifying Checksum [2023-02-15T15:21:09.052Z] ca9280d653b3: Download complete [2023-02-15T15:21:09.621Z] 7e9c9ca2126c: Download complete [2023-02-15T15:21:09.621Z] ca9280d653b3: Pull complete [2023-02-15T15:21:12.903Z] 7e9c9ca2126c: Pull complete [2023-02-15T15:21:12.903Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-15T15:21:12.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T15:21:12.903Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:21:12.983Z] prd-ubuntu20.04-docker-8c-8g-6124 does not seem to be running inside a container [2023-02-15T15:21:13.013Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:21:14.480Z] $ docker top 17135ebce6d2507c08aee7d026999ed5277cf8d65ad9d00e5c7ebb6612ee1e69 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T15:21:14.816Z] + docker-compose build --help [2023-02-15T15:21:14.816Z] + grep parallel [2023-02-15T15:21:15.383Z] --parallel Build images in parallel. [Pipeline] } [2023-02-15T15:21:15.393Z] $ docker stop --time=1 17135ebce6d2507c08aee7d026999ed5277cf8d65ad9d00e5c7ebb6612ee1e69 [2023-02-15T15:21:16.664Z] $ docker rm -f --volumes 17135ebce6d2507c08aee7d026999ed5277cf8d65ad9d00e5c7ebb6612ee1e69 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:21:17.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T15:21:17.104Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:21:17.174Z] prd-ubuntu20.04-docker-8c-8g-6124 does not seem to be running inside a container [2023-02-15T15:21:17.203Z] $ 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/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:21:17.564Z] $ docker top 3e8df69b281dfc71eb81862ec8ca05e65049102f30f8ab892d162aa73edbfc7f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T15:21:17.906Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-15T15:21:18.473Z] Building core-command ... [2023-02-15T15:21:18.473Z] Building core-common-config-bootstrapper ... [2023-02-15T15:21:18.473Z] Building core-data ... [2023-02-15T15:21:18.473Z] Building core-metadata ... [2023-02-15T15:21:18.473Z] Building security-bootstrapper ... [2023-02-15T15:21:18.473Z] Building security-proxy-setup ... [2023-02-15T15:21:18.473Z] Building security-secretstore-setup ... [2023-02-15T15:21:18.473Z] Building security-spiffe-token-provider ... [2023-02-15T15:21:18.473Z] Building security-spire-agent ... [2023-02-15T15:21:18.473Z] Building security-spire-config ... [2023-02-15T15:21:18.473Z] Building security-spire-server ... [2023-02-15T15:21:18.473Z] Building support-notifications ... [2023-02-15T15:21:18.473Z] Building support-scheduler ... [2023-02-15T15:21:18.473Z] Building security-secretstore-setup [2023-02-15T15:21:18.473Z] Building security-spire-config [2023-02-15T15:21:18.473Z] Building core-command [2023-02-15T15:21:18.473Z] Building security-spire-agent [2023-02-15T15:21:18.473Z] Building security-spiffe-token-provider [2023-02-15T15:21:28.453Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:21:28.453Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:21:28.453Z] ---> 61f8b3b6dbf8 [2023-02-15T15:21:28.453Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T15:21:28.453Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:21:28.453Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:21:28.453Z] ---> 61f8b3b6dbf8 [2023-02-15T15:21:28.453Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T15:21:28.453Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:21:28.453Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:21:28.453Z] ---> 61f8b3b6dbf8 [2023-02-15T15:21:28.453Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T15:21:28.453Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:21:28.453Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:21:28.453Z] ---> 61f8b3b6dbf8 [2023-02-15T15:21:28.453Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-15T15:21:28.712Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:21:28.712Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:21:28.712Z] ---> 61f8b3b6dbf8 [2023-02-15T15:21:28.712Z] Step 3/19 : WORKDIR /edgex-go [2023-02-15T15:21:32.002Z] ---> Running in 5913ac3e2d25 [2023-02-15T15:21:32.002Z] ---> Running in b636241fd0f8 [2023-02-15T15:21:32.002Z] ---> Running in 00823c3da23c [2023-02-15T15:21:32.002Z] ---> Running in 90a719f1fba7 [2023-02-15T15:21:32.002Z] ---> Running in acc47531bae4 [2023-02-15T15:21:32.002Z] Removing intermediate container 00823c3da23c [2023-02-15T15:21:32.002Z] ---> a02ce00e8935 [2023-02-15T15:21:32.002Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T15:21:32.002Z] Removing intermediate container b636241fd0f8 [2023-02-15T15:21:32.002Z] ---> 51afbddde915 [2023-02-15T15:21:32.002Z] Step 4/23 : WORKDIR /edgex-go [2023-02-15T15:21:32.260Z] Removing intermediate container 5913ac3e2d25 [2023-02-15T15:21:32.260Z] ---> bbe5aa8b3c63 [2023-02-15T15:21:32.260Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T15:21:32.260Z] Removing intermediate container acc47531bae4 [2023-02-15T15:21:32.260Z] ---> 64038bbe131d [2023-02-15T15:21:32.260Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-15T15:21:32.260Z] Removing intermediate container 90a719f1fba7 [2023-02-15T15:21:32.260Z] ---> b6e58fcdde34 [2023-02-15T15:21:32.260Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-15T15:21:32.260Z] ---> Running in 0e64040f4cc5 [2023-02-15T15:21:32.260Z] ---> Running in bb9a76cd33d5 [2023-02-15T15:21:32.260Z] ---> Running in 961afc98dcb8 [2023-02-15T15:21:32.260Z] ---> Running in cfa22e7cc482 [2023-02-15T15:21:32.260Z] ---> Running in 8088d4df7572 [2023-02-15T15:21:32.260Z] Removing intermediate container 0e64040f4cc5 [2023-02-15T15:21:32.260Z] ---> 756900a45d35 [2023-02-15T15:21:32.260Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-15T15:21:32.260Z] ---> Running in 053dedf58122 [2023-02-15T15:21:32.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:21:32.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:21:32.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:21:32.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:21:32.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:21:32.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:21:33.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:21:33.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:21:33.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:21:33.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:21:33.081Z] OK: 211 MiB in 51 packages [2023-02-15T15:21:33.081Z] OK: 211 MiB in 51 packages [2023-02-15T15:21:33.340Z] OK: 211 MiB in 51 packages [2023-02-15T15:21:33.340Z] OK: 211 MiB in 51 packages [2023-02-15T15:21:33.340Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-15T15:21:33.340Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-15T15:21:33.340Z] OK: 17046 distinct packages available [2023-02-15T15:21:33.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:21:33.599Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:21:33.599Z] Removing intermediate container 961afc98dcb8 [2023-02-15T15:21:33.599Z] ---> 5dfb34fcfe10 [2023-02-15T15:21:33.599Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T15:21:33.599Z] Removing intermediate container bb9a76cd33d5 [2023-02-15T15:21:33.599Z] ---> 3c296a6e0710 [2023-02-15T15:21:33.599Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T15:21:33.859Z] OK: 211 MiB in 51 packages [2023-02-15T15:21:33.859Z] Removing intermediate container 053dedf58122 [2023-02-15T15:21:33.859Z] ---> 94fe39697e65 [2023-02-15T15:21:33.859Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-15T15:21:33.859Z] Removing intermediate container cfa22e7cc482 [2023-02-15T15:21:33.859Z] ---> 3ac6da358de1 [2023-02-15T15:21:33.859Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T15:21:33.859Z] ---> 0981ddd96b71 [2023-02-15T15:21:33.859Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:21:33.859Z] ---> 7dcbaca1a2e5 [2023-02-15T15:21:33.859Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:21:33.859Z] ---> Running in 072e0326a5ef [2023-02-15T15:21:33.859Z] ---> Running in ecceba7001e7 [2023-02-15T15:21:33.859Z] ---> 5d906389356c [2023-02-15T15:21:33.859Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:21:34.117Z] ---> c08f99d62a32 [2023-02-15T15:21:34.117Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:21:34.117Z] ---> Running in a54fd3d9799b [2023-02-15T15:21:34.117Z] ---> Running in 6d76d8e60dcd [2023-02-15T15:21:34.117Z] Removing intermediate container 8088d4df7572 [2023-02-15T15:21:34.117Z] ---> 3f64b0d7d875 [2023-02-15T15:21:34.117Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-15T15:21:34.374Z] ---> f81e9c674160 [2023-02-15T15:21:34.374Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:21:34.374Z] ---> Running in dbe3c0742969 [2023-02-15T15:22:06.447Z] Removing intermediate container ecceba7001e7 [2023-02-15T15:22:06.447Z] ---> 2be4f1fdaca6 [2023-02-15T15:22:06.448Z] Step 7/24 : COPY . . [2023-02-15T15:22:06.448Z] Removing intermediate container 072e0326a5ef [2023-02-15T15:22:06.448Z] ---> a5f2cb25ce98 [2023-02-15T15:22:06.448Z] Step 7/24 : COPY . . [2023-02-15T15:22:06.448Z] Removing intermediate container dbe3c0742969 [2023-02-15T15:22:06.448Z] ---> ad1f5fb56e4f [2023-02-15T15:22:06.448Z] Step 7/19 : COPY . . [2023-02-15T15:22:06.448Z] Removing intermediate container 6d76d8e60dcd [2023-02-15T15:22:06.448Z] ---> 6b032358f74d [2023-02-15T15:22:06.448Z] Step 7/24 : COPY . . [2023-02-15T15:22:06.448Z] Removing intermediate container a54fd3d9799b [2023-02-15T15:22:06.448Z] ---> 787a7a3c1e29 [2023-02-15T15:22:06.448Z] Step 8/23 : COPY . . [2023-02-15T15:22:14.560Z] ---> 02698da0c28f [2023-02-15T15:22:14.560Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T15:22:14.561Z] ---> 67ddb6c315fe [2023-02-15T15:22:14.561Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-15T15:22:14.561Z] ---> 1d2c2e523d3f [2023-02-15T15:22:14.561Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-15T15:22:14.561Z] ---> 96621da7a58a [2023-02-15T15:22:14.561Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T15:22:14.561Z] ---> ed1ed6693bcc [2023-02-15T15:22:14.561Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-15T15:22:14.561Z] ---> Running in 7b8c2a523b1b [2023-02-15T15:22:14.561Z] ---> Running in 3c36efcb0074 [2023-02-15T15:22:14.561Z] ---> Running in 35a78740dc07 [2023-02-15T15:22:14.561Z] ---> Running in 5e8052563f7e [2023-02-15T15:22:14.561Z] ---> Running in eba5b36a64b4 [2023-02-15T15:22:14.561Z] Removing intermediate container 3c36efcb0074 [2023-02-15T15:22:14.561Z] ---> 023bc6d20846 [2023-02-15T15:22:14.561Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T15:22:14.561Z] Removing intermediate container eba5b36a64b4 [2023-02-15T15:22:14.561Z] ---> df40853702f8 [2023-02-15T15:22:14.561Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T15:22:14.561Z] ---> Running in cd433783824f [2023-02-15T15:22:14.561Z] ---> Running in 7d0522536d6b [2023-02-15T15:22:14.561Z] Removing intermediate container cd433783824f [2023-02-15T15:22:14.561Z] ---> be4fd3b0ddc6 [2023-02-15T15:22:14.561Z] 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-15T15:22:14.820Z] Removing intermediate container 7d0522536d6b [2023-02-15T15:22:14.820Z] ---> 8511a728d1c0 [2023-02-15T15:22:14.820Z] 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-15T15:22:14.820Z] ---> Running in 3cd73bd718a1 [2023-02-15T15:22:14.820Z] ---> Running in ee7b6b88bd8f [2023-02-15T15:22:14.820Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-15T15:22:15.078Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T15:22:15.078Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T15:22:16.009Z] Removing intermediate container 3cd73bd718a1 [2023-02-15T15:22:16.009Z] ---> 4075adb63163 [2023-02-15T15:22:16.009Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T15:22:16.009Z] Removing intermediate container ee7b6b88bd8f [2023-02-15T15:22:16.009Z] ---> 21f734d7b85c [2023-02-15T15:22:16.009Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T15:22:16.009Z] ---> Running in b51ff4c7a4fd [2023-02-15T15:22:16.009Z] ---> Running in 4ea1ad671fe0 [2023-02-15T15:22:16.009Z] Removing intermediate container b51ff4c7a4fd [2023-02-15T15:22:16.009Z] ---> e4f24031fe24 [2023-02-15T15:22:16.009Z] [2023-02-15T15:22:16.009Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T15:22:16.009Z] Removing intermediate container 4ea1ad671fe0 [2023-02-15T15:22:16.009Z] ---> b763876ca57b [2023-02-15T15:22:16.009Z] [2023-02-15T15:22:16.009Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T15:22:16.009Z] 3.15: Pulling from library/alpine [2023-02-15T15:22:16.272Z] 3.15: Pulling from library/alpine [2023-02-15T15:22:16.272Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-15T15:22:16.272Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-15T15:22:16.272Z] Status: Downloaded newer image for alpine:3.15 [2023-02-15T15:22:16.272Z] Status: Image is up to date for alpine:3.15 [2023-02-15T15:22:16.272Z] ---> 5ce65d7b0fde [2023-02-15T15:22:16.272Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T15:22:16.272Z] ---> 5ce65d7b0fde [2023-02-15T15:22:16.272Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T15:22:16.529Z] ---> Running in 885d464db431 [2023-02-15T15:22:16.529Z] ---> Running in a136974caa37 [2023-02-15T15:22:16.529Z] Removing intermediate container a136974caa37 [2023-02-15T15:22:16.529Z] ---> 00a20ca30206 [2023-02-15T15:22:16.529Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-15T15:22:16.529Z] Removing intermediate container 885d464db431 [2023-02-15T15:22:16.529Z] ---> ac9989024a9b [2023-02-15T15:22:16.529Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T15:22:16.529Z] ---> Running in 3fbcef85b924 [2023-02-15T15:22:16.529Z] ---> Running in bdc6cdd2836e [2023-02-15T15:22:17.463Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:17.463Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:17.463Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:17.463Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:17.720Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T15:22:17.720Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T15:22:17.720Z] OK: 15857 distinct packages available [2023-02-15T15:22:17.720Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T15:22:17.720Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T15:22:17.720Z] OK: 15857 distinct packages available [2023-02-15T15:22:17.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:17.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:17.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:17.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:17.977Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-15T15:22:17.978Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-15T15:22:17.978Z] (3/4) Installing libucontext (1.1-r0) [2023-02-15T15:22:17.978Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-15T15:22:17.978Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T15:22:17.978Z] OK: 6 MiB in 18 packages [2023-02-15T15:22:17.978Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-15T15:22:17.978Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-15T15:22:17.978Z] (3/5) Installing libucontext (1.1-r0) [2023-02-15T15:22:17.978Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-15T15:22:17.978Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-15T15:22:17.978Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T15:22:17.978Z] OK: 7 MiB in 19 packages [2023-02-15T15:22:18.910Z] Removing intermediate container bdc6cdd2836e [2023-02-15T15:22:18.910Z] ---> 41d271a92944 [2023-02-15T15:22:18.910Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-15T15:22:18.910Z] Removing intermediate container 3fbcef85b924 [2023-02-15T15:22:18.910Z] ---> 481f921f5354 [2023-02-15T15:22:18.910Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T15:22:22.198Z] ---> 39707c607951 [2023-02-15T15:22:22.198Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T15:22:22.198Z] ---> 29864c72cedd [2023-02-15T15:22:22.198Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T15:22:22.787Z] ---> cc51249a78a8 [2023-02-15T15:22:22.787Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-15T15:22:22.787Z] ---> Running in 7eba967dba05 [2023-02-15T15:22:23.428Z] Removing intermediate container 7eba967dba05 [2023-02-15T15:22:23.428Z] ---> 2eeb968fb406 [2023-02-15T15:22:23.428Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-15T15:22:23.428Z] ---> a9c57be885b1 [2023-02-15T15:22:23.428Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T15:22:23.993Z] ---> 97625c48cc1a [2023-02-15T15:22:23.993Z] Step 19/24 : WORKDIR / [2023-02-15T15:22:24.251Z] ---> Running in ccf3f7f6d69d [2023-02-15T15:22:24.251Z] ---> a6ed8ed19311 [2023-02-15T15:22:24.251Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-15T15:22:24.509Z] Removing intermediate container ccf3f7f6d69d [2023-02-15T15:22:24.509Z] ---> 8633a92b6eb2 [2023-02-15T15:22:24.509Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T15:22:24.767Z] ---> Running in a93397d5ccf9 [2023-02-15T15:22:24.767Z] ---> 675beddc4e22 [2023-02-15T15:22:24.767Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-15T15:22:25.026Z] Removing intermediate container a93397d5ccf9 [2023-02-15T15:22:25.026Z] ---> 4de8ea4112c3 [2023-02-15T15:22:25.026Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T15:22:25.284Z] ---> Running in b1ed15a92fd3 [2023-02-15T15:22:25.542Z] ---> 5b1e9fd3bd0f [2023-02-15T15:22:25.542Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T15:22:25.542Z] ---> Running in 11445961235d [2023-02-15T15:22:25.542Z] Removing intermediate container b1ed15a92fd3 [2023-02-15T15:22:25.542Z] ---> 4594a4257d34 [2023-02-15T15:22:25.542Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T15:22:25.805Z] ---> Running in fb22dd83d451 [2023-02-15T15:22:25.805Z] Removing intermediate container 11445961235d [2023-02-15T15:22:25.805Z] ---> 75209ea9a20e [2023-02-15T15:22:25.805Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T15:22:25.805Z] ---> Running in f15e58dafc8e [2023-02-15T15:22:26.070Z] Removing intermediate container fb22dd83d451 [2023-02-15T15:22:26.070Z] ---> 9183192dc23f [2023-02-15T15:22:26.070Z] Step 23/24 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:22:26.070Z] ---> Running in f073c658d5f2 [2023-02-15T15:22:26.351Z] Removing intermediate container f15e58dafc8e [2023-02-15T15:22:26.351Z] ---> fe1ff32680a1 [2023-02-15T15:22:26.351Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T15:22:26.351Z] ---> Running in a1298d1e55bf [2023-02-15T15:22:26.351Z] Removing intermediate container f073c658d5f2 [2023-02-15T15:22:26.351Z] ---> 23d52b90419b [2023-02-15T15:22:26.351Z] Step 24/24 : LABEL version=3.0.0-dev.50 [2023-02-15T15:22:26.609Z] ---> Running in a0ed3f24e11c [2023-02-15T15:22:26.609Z] Removing intermediate container a1298d1e55bf [2023-02-15T15:22:26.609Z] ---> c0a3cfc3ffc4 [2023-02-15T15:22:26.609Z] Step 23/24 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:22:26.609Z] ---> Running in de75733a8f79 [2023-02-15T15:22:26.866Z] Removing intermediate container a0ed3f24e11c [2023-02-15T15:22:26.866Z] ---> f2218d3d6d93 [2023-02-15T15:22:26.866Z] [2023-02-15T15:22:26.866Z] Successfully built f2218d3d6d93 [2023-02-15T15:22:26.866Z] Successfully tagged security-spire-config:latest [2023-02-15T15:22:26.866Z]  Building security-spire-config ... done Building security-bootstrapper [2023-02-15T15:22:27.122Z] Removing intermediate container de75733a8f79 [2023-02-15T15:22:27.122Z] ---> e39924741a41 [2023-02-15T15:22:27.122Z] Step 24/24 : LABEL version=3.0.0-dev.50 [2023-02-15T15:22:27.122Z] ---> Running in dce67332833b [2023-02-15T15:22:27.499Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6126 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-02-15T15:22:27.515Z] Running in /w/workspace/edgex-go/410 [Pipeline] { [Pipeline] checkout [2023-02-15T15:22:27.552Z] The recommended git tool is: git [2023-02-15T15:22:28.493Z] Removing intermediate container dce67332833b [2023-02-15T15:22:28.493Z] ---> ec75088af809 [2023-02-15T15:22:28.493Z] [2023-02-15T15:22:28.493Z] Successfully built ec75088af809 [2023-02-15T15:22:28.493Z] Successfully tagged security-spire-agent:latest [2023-02-15T15:22:28.493Z] Building core-data [2023-02-15T15:22:31.017Z]  Building security-spire-agent ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:22:31.017Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:22:31.017Z] ---> 61f8b3b6dbf8 [2023-02-15T15:22:31.017Z] Step 3/32 : WORKDIR /edgex-go [2023-02-15T15:22:31.017Z] ---> Using cache [2023-02-15T15:22:31.017Z] ---> 64038bbe131d [2023-02-15T15:22:31.017Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-15T15:22:31.017Z] ---> Using cache [2023-02-15T15:22:31.017Z] ---> 3ac6da358de1 [2023-02-15T15:22:31.017Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-15T15:22:31.017Z] ---> Using cache [2023-02-15T15:22:31.017Z] ---> c08f99d62a32 [2023-02-15T15:22:31.017Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:22:31.017Z] ---> Using cache [2023-02-15T15:22:31.017Z] ---> 6b032358f74d [2023-02-15T15:22:31.017Z] Step 7/32 : COPY . . [2023-02-15T15:22:31.017Z] ---> Using cache [2023-02-15T15:22:31.017Z] ---> 1d2c2e523d3f [2023-02-15T15:22:31.017Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-15T15:22:32.388Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:22:32.388Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:22:32.388Z] ---> 61f8b3b6dbf8 [2023-02-15T15:22:32.388Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T15:22:32.388Z] ---> Using cache [2023-02-15T15:22:32.388Z] ---> 51afbddde915 [2023-02-15T15:22:32.388Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T15:22:32.388Z] ---> Using cache [2023-02-15T15:22:32.388Z] ---> 756900a45d35 [2023-02-15T15:22:32.388Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T15:22:32.388Z] ---> Using cache [2023-02-15T15:22:32.388Z] ---> 94fe39697e65 [2023-02-15T15:22:32.388Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T15:22:32.388Z] ---> Using cache [2023-02-15T15:22:32.388Z] ---> 5d906389356c [2023-02-15T15:22:32.388Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:22:32.388Z] ---> Using cache [2023-02-15T15:22:32.388Z] ---> 787a7a3c1e29 [2023-02-15T15:22:32.388Z] Step 8/22 : COPY . . [2023-02-15T15:22:32.388Z] ---> Using cache [2023-02-15T15:22:32.388Z] ---> ed1ed6693bcc [2023-02-15T15:22:32.388Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-15T15:22:33.329Z] ---> Running in c48ad09ed99f [2023-02-15T15:22:33.329Z] ---> Running in c38a7a5bea90 [2023-02-15T15:22:33.894Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T15:22:33.894Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T15:22:33.896Z] using credential edgex-jenkins-ssh [2023-02-15T15:22:33.914Z] Cloning the remote Git repository [2023-02-15T15:22:33.969Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-15T15:22:34.055Z] > git init /w/workspace/edgex-go/410 # timeout=10 [2023-02-15T15:22:34.239Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-15T15:22:34.240Z] > git --version # timeout=10 [2023-02-15T15:22:34.271Z] > git --version # 'git version 2.25.1' [2023-02-15T15:22:34.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T15:22:34.344Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T15:22:38.072Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T15:22:43.343Z] Removing intermediate container 5e8052563f7e [2023-02-15T15:22:43.343Z] ---> d5d40b6a3a14 [2023-02-15T15:22:43.343Z] [2023-02-15T15:22:43.343Z] Step 10/23 : FROM alpine:3.16 [2023-02-15T15:22:43.601Z] Removing intermediate container 35a78740dc07 [2023-02-15T15:22:43.601Z] ---> 20edc0dbbf63 [2023-02-15T15:22:43.601Z] [2023-02-15T15:22:43.601Z] Step 9/24 : FROM alpine:3.16 [2023-02-15T15:22:43.601Z] 3.16: Pulling from library/alpine [2023-02-15T15:22:43.601Z] 3.16: Pulling from library/alpine [2023-02-15T15:22:44.536Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T15:22:44.536Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T15:22:44.536Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T15:22:44.536Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T15:22:44.536Z] ---> dfd21b5a31f5 [2023-02-15T15:22:44.536Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-15T15:22:44.536Z] ---> dfd21b5a31f5 [2023-02-15T15:22:44.536Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-15T15:22:45.470Z] ---> Running in 694463b48446 [2023-02-15T15:22:45.470Z] ---> Running in 9350a2aa2691 [2023-02-15T15:22:45.470Z] Removing intermediate container 7b8c2a523b1b [2023-02-15T15:22:45.470Z] ---> a10b8c284689 [2023-02-15T15:22:45.470Z] [2023-02-15T15:22:45.470Z] Step 9/19 : FROM alpine:3.15 [2023-02-15T15:22:45.470Z] ---> 5ce65d7b0fde [2023-02-15T15:22:45.470Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T15:22:45.470Z] ---> Using cache [2023-02-15T15:22:45.470Z] ---> ac9989024a9b [2023-02-15T15:22:45.470Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-15T15:22:45.729Z] ---> Running in 0de41279b976 [2023-02-15T15:22:45.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:46.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:46.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:46.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:46.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:46.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:46.500Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-15T15:22:46.500Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-15T15:22:46.500Z] (3/3) Installing su-exec (0.2-r1) [2023-02-15T15:22:46.500Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:22:46.500Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T15:22:46.500Z] OK: 6 MiB in 17 packages [2023-02-15T15:22:46.500Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T15:22:46.500Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T15:22:46.500Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T15:22:46.500Z] OK: 15857 distinct packages available [2023-02-15T15:22:46.500Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:22:46.500Z] OK: 6 MiB in 15 packages [2023-02-15T15:22:46.500Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:46.798Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:46.798Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-15T15:22:46.798Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-15T15:22:46.798Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-15T15:22:46.798Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-15T15:22:46.798Z] (5/9) Installing curl (7.80.0-r6) [2023-02-15T15:22:46.798Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-15T15:22:46.798Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-15T15:22:46.798Z] (8/9) Installing libucontext (1.1-r0) [2023-02-15T15:22:47.056Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-15T15:22:47.056Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T15:22:47.056Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T15:22:47.056Z] OK: 8 MiB in 23 packages [2023-02-15T15:22:47.315Z] Removing intermediate container 9350a2aa2691 [2023-02-15T15:22:47.315Z] ---> 10e95b2838a6 [2023-02-15T15:22:47.315Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T15:22:47.315Z] Removing intermediate container 694463b48446 [2023-02-15T15:22:47.315Z] ---> 933c7d42b3d1 [2023-02-15T15:22:47.315Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T15:22:47.315Z] ---> Running in 985414ae038e [2023-02-15T15:22:47.315Z] ---> Running in dbabf382a6c0 [2023-02-15T15:22:47.573Z] Removing intermediate container 985414ae038e [2023-02-15T15:22:47.573Z] ---> 3e95ddc2f686 [2023-02-15T15:22:47.573Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-15T15:22:47.573Z] Removing intermediate container dbabf382a6c0 [2023-02-15T15:22:47.573Z] ---> 8d115fb13cc6 [2023-02-15T15:22:47.573Z] Step 12/24 : WORKDIR / [2023-02-15T15:22:47.573Z] ---> Running in 9d99dd93522f [2023-02-15T15:22:47.573Z] ---> Running in ce9dbaf16984 [2023-02-15T15:22:47.573Z] Removing intermediate container 0de41279b976 [2023-02-15T15:22:47.573Z] ---> d8fae65f48c2 [2023-02-15T15:22:47.573Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:22:47.831Z] Removing intermediate container 9d99dd93522f [2023-02-15T15:22:47.831Z] ---> c456cacb3289 [2023-02-15T15:22:47.831Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-15T15:22:47.831Z] ---> Running in 88d733622b30 [2023-02-15T15:22:47.831Z] Removing intermediate container ce9dbaf16984 [2023-02-15T15:22:47.831Z] ---> 4106a8f21c26 [2023-02-15T15:22:47.831Z] 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-15T15:22:48.088Z] Removing intermediate container 88d733622b30 [2023-02-15T15:22:48.088Z] ---> de8b579d79ee [2023-02-15T15:22:48.088Z] Step 15/23 : WORKDIR / [2023-02-15T15:22:48.088Z] ---> bb33e7541211 [2023-02-15T15:22:48.088Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-15T15:22:48.088Z] ---> Running in a707376f01a8 [2023-02-15T15:22:48.088Z] ---> bcfa43e7bda6 [2023-02-15T15:22:48.088Z] 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-15T15:22:48.088Z] Removing intermediate container a707376f01a8 [2023-02-15T15:22:48.088Z] ---> de3d3a24889f [2023-02-15T15:22:48.088Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:22:48.652Z] ---> dacd64ffbd6f [2023-02-15T15:22:48.652Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-15T15:22:48.652Z] ---> edb7b9efe473 [2023-02-15T15:22:48.652Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-15T15:22:48.652Z] ---> f50cd2d77e86 [2023-02-15T15:22:48.652Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-15T15:22:48.909Z] ---> e1ffb51ac155 [2023-02-15T15:22:48.909Z] 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-15T15:22:48.909Z] ---> dae333887d93 [2023-02-15T15:22:48.909Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-15T15:22:48.909Z] ---> Running in 49ec8bf23b4c [2023-02-15T15:22:49.473Z] Removing intermediate container 49ec8bf23b4c [2023-02-15T15:22:49.473Z] ---> 23482446662c [2023-02-15T15:22:49.473Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T15:22:49.473Z] ---> 60602112e3cc [2023-02-15T15:22:49.473Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-15T15:22:49.473Z] ---> Running in 2b86c9d03e2b [2023-02-15T15:22:49.473Z] ---> 98d96c5e9464 [2023-02-15T15:22:49.473Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-15T15:22:49.731Z] Removing intermediate container 2b86c9d03e2b [2023-02-15T15:22:49.731Z] ---> fd5dce5e13c5 [2023-02-15T15:22:49.731Z] Step 17/19 : LABEL arch=x86_64 [2023-02-15T15:22:49.731Z] ---> 0fdbc5aef383 [2023-02-15T15:22:49.731Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-15T15:22:49.989Z] ---> Running in 175100e11eb6 [2023-02-15T15:22:49.989Z] ---> 8ab5903ff78a [2023-02-15T15:22:49.989Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-15T15:22:49.989Z] ---> Running in 31e98ed1b084 [2023-02-15T15:22:50.257Z] Removing intermediate container 175100e11eb6 [2023-02-15T15:22:50.257Z] ---> 75a470cadb8c [2023-02-15T15:22:50.257Z] Step 18/19 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:22:50.514Z] Removing intermediate container 31e98ed1b084 [2023-02-15T15:22:50.514Z] ---> 9906e4f5e2b0 [2023-02-15T15:22:50.514Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T15:22:50.514Z] ---> Running in 6b5939b4c5f8 [2023-02-15T15:22:50.514Z] ---> Running in 60ddd41c6fa4 [2023-02-15T15:22:50.514Z] Removing intermediate container 6b5939b4c5f8 [2023-02-15T15:22:50.514Z] ---> 5f03e828968d [2023-02-15T15:22:50.514Z] Step 19/19 : LABEL version=3.0.0-dev.50 [2023-02-15T15:22:50.772Z] ---> Running in 0a4eb2cab6c2 [2023-02-15T15:22:50.772Z] ---> 0583b0913657 [2023-02-15T15:22:50.772Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T15:22:50.772Z] Removing intermediate container 60ddd41c6fa4 [2023-02-15T15:22:50.772Z] ---> a93886cec7ce [2023-02-15T15:22:50.772Z] Step 21/23 : LABEL arch=x86_64 [2023-02-15T15:22:51.029Z] ---> Running in f090b904b5e0 [2023-02-15T15:22:51.029Z] Removing intermediate container 0a4eb2cab6c2 [2023-02-15T15:22:51.029Z] ---> f1a563099144 [2023-02-15T15:22:51.029Z] [2023-02-15T15:22:51.029Z] Removing intermediate container f090b904b5e0 [2023-02-15T15:22:51.029Z] ---> b91c452ec3c6 [2023-02-15T15:22:51.029Z] Step 22/23 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:22:51.029Z] Successfully built f1a563099144 [2023-02-15T15:22:51.029Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-15T15:22:51.029Z] Building core-metadata [2023-02-15T15:22:51.286Z]  Building security-spiffe-token-provider ... done  ---> Running in d18ed9745294 [2023-02-15T15:22:51.286Z] ---> 25c48c213c97 [2023-02-15T15:22:51.286Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T15:22:51.286Z] ---> Running in b463cb0f5e13 [2023-02-15T15:22:52.215Z] Removing intermediate container d18ed9745294 [2023-02-15T15:22:52.215Z] ---> 00cabc262011 [2023-02-15T15:22:52.215Z] Step 23/23 : LABEL version=3.0.0-dev.50 [2023-02-15T15:22:52.779Z] ---> Running in 2504b5e02ccb [2023-02-15T15:22:53.036Z] Removing intermediate container 2504b5e02ccb [2023-02-15T15:22:53.036Z] ---> 04b2419c1c03 [2023-02-15T15:22:53.036Z] [2023-02-15T15:22:53.293Z] Successfully built 04b2419c1c03 [2023-02-15T15:22:53.293Z] Successfully tagged core-command:latest [2023-02-15T15:22:53.293Z]  Building core-command ... done Building support-notifications [2023-02-15T15:22:53.858Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:22:53.858Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:22:53.858Z] ---> 61f8b3b6dbf8 [2023-02-15T15:22:53.858Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-15T15:22:53.858Z] ---> Using cache [2023-02-15T15:22:53.858Z] ---> 51afbddde915 [2023-02-15T15:22:53.858Z] Step 4/24 : WORKDIR /edgex-go [2023-02-15T15:22:53.858Z] ---> Using cache [2023-02-15T15:22:53.858Z] ---> 756900a45d35 [2023-02-15T15:22:53.858Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-15T15:22:53.858Z] ---> Using cache [2023-02-15T15:22:53.858Z] ---> 94fe39697e65 [2023-02-15T15:22:53.858Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-15T15:22:53.858Z] ---> Using cache [2023-02-15T15:22:53.858Z] ---> 5d906389356c [2023-02-15T15:22:53.858Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:22:53.858Z] ---> Using cache [2023-02-15T15:22:53.858Z] ---> 787a7a3c1e29 [2023-02-15T15:22:53.858Z] Step 8/24 : COPY . . [2023-02-15T15:22:53.858Z] ---> Using cache [2023-02-15T15:22:53.858Z] ---> ed1ed6693bcc [2023-02-15T15:22:53.858Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-15T15:22:54.793Z] Removing intermediate container b463cb0f5e13 [2023-02-15T15:22:54.793Z] ---> ffb655c9df31 [2023-02-15T15:22:54.793Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T15:22:55.065Z] ---> Running in d51c608f69f6 [2023-02-15T15:22:55.065Z] ---> Running in 6c703f50eade [2023-02-15T15:22:55.065Z] Removing intermediate container 6c703f50eade [2023-02-15T15:22:55.065Z] ---> e14f34aca962 [2023-02-15T15:22:55.065Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T15:22:55.323Z] ---> Running in f365b38be61c [2023-02-15T15:22:55.323Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T15:22:55.891Z] Removing intermediate container f365b38be61c [2023-02-15T15:22:55.891Z] ---> 359d28635b02 [2023-02-15T15:22:55.891Z] Step 23/24 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:22:56.468Z] ---> Running in 7f0c9b906e3f [2023-02-15T15:22:56.469Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:22:56.469Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:22:56.469Z] ---> 61f8b3b6dbf8 [2023-02-15T15:22:56.469Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T15:22:56.469Z] ---> Using cache [2023-02-15T15:22:56.469Z] ---> 51afbddde915 [2023-02-15T15:22:56.469Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T15:22:56.469Z] ---> Using cache [2023-02-15T15:22:56.469Z] ---> 756900a45d35 [2023-02-15T15:22:56.469Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-15T15:22:56.728Z] Removing intermediate container 7f0c9b906e3f [2023-02-15T15:22:56.728Z] ---> 2dcc68d0ded6 [2023-02-15T15:22:56.728Z] Step 24/24 : LABEL version=3.0.0-dev.50 [2023-02-15T15:22:56.728Z] ---> Running in 7ad394e9b649 [2023-02-15T15:22:56.728Z] ---> Running in 9266cce49e37 [2023-02-15T15:22:56.987Z] Removing intermediate container c38a7a5bea90 [2023-02-15T15:22:56.987Z] ---> 328392b9c278 [2023-02-15T15:22:56.987Z] [2023-02-15T15:22:56.987Z] Step 9/32 : FROM alpine:3.16 [2023-02-15T15:22:56.987Z] ---> dfd21b5a31f5 [2023-02-15T15:22:56.987Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T15:22:56.987Z] ---> Running in 546b2d142c49 [2023-02-15T15:22:56.987Z] Removing intermediate container 9266cce49e37 [2023-02-15T15:22:56.987Z] ---> 922d4a378cd3 [2023-02-15T15:22:56.987Z] [2023-02-15T15:22:56.987Z] Removing intermediate container c48ad09ed99f [2023-02-15T15:22:56.987Z] ---> 50cc5ebb80b9 [2023-02-15T15:22:56.987Z] [2023-02-15T15:22:56.987Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T15:22:56.987Z] ---> dfd21b5a31f5 [2023-02-15T15:22:56.987Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-15T15:22:56.987Z] Removing intermediate container 546b2d142c49 [2023-02-15T15:22:56.987Z] ---> efa3073c5c7f [2023-02-15T15:22:56.987Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-15T15:22:56.987Z] Successfully built 922d4a378cd3 [2023-02-15T15:22:57.245Z] Successfully tagged security-secretstore-setup:latest [2023-02-15T15:22:57.245Z]  Building security-secretstore-setup ... done Building core-common-config-bootstrapper [2023-02-15T15:22:57.245Z] ---> Running in bc6136c8faf4 [2023-02-15T15:22:57.245Z] ---> Running in 57add2df970d [2023-02-15T15:22:57.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:57.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:57.762Z] OK: 211 MiB in 51 packages [2023-02-15T15:22:57.762Z] Removing intermediate container bc6136c8faf4 [2023-02-15T15:22:57.762Z] ---> ca7bb5b848c8 [2023-02-15T15:22:57.762Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-15T15:22:58.339Z] Avoid second fetch [2023-02-15T15:22:58.339Z] Checking out Revision 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee (main) [2023-02-15T15:22:58.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:58.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:22:58.624Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-15T15:22:58.624Z] (2/2) Installing su-exec (0.2-r1) [2023-02-15T15:22:58.624Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:22:58.624Z] OK: 6 MiB in 16 packages [2023-02-15T15:22:58.624Z] ---> Running in 1dca7e83fd33 [2023-02-15T15:22:57.263Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-15T15:22:57.286Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T15:22:58.360Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T15:22:58.385Z] > git checkout -f 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee # timeout=10 [2023-02-15T15:22:58.913Z] Removing intermediate container 7ad394e9b649 [2023-02-15T15:22:58.913Z] ---> 518946e5ccf2 [2023-02-15T15:22:58.913Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T15:22:58.913Z] Removing intermediate container 1dca7e83fd33 [2023-02-15T15:22:58.913Z] ---> 5aaf9eac5fbc [2023-02-15T15:22:58.913Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-15T15:22:59.132Z] Commit message: "feat!: Implement Device Service System Events (#4351)" [2023-02-15T15:22:59.170Z] ---> Running in 7454137704c9 [2023-02-15T15:22:59.427Z] ---> c96dd79a187b [2023-02-15T15:22:59.427Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:22:59.427Z] ---> Running in 5d2f35f892bb [2023-02-15T15:22:59.427Z] Removing intermediate container 7454137704c9 [2023-02-15T15:22:59.427Z] ---> 7189d9bdee68 [2023-02-15T15:22:59.427Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T15:22:59.427Z] Removing intermediate container 57add2df970d [2023-02-15T15:22:59.427Z] ---> 2f700271c568 [2023-02-15T15:22:59.427Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-15T15:22:59.427Z] ---> Running in 03421d35cefe [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T15:22:59.684Z] ---> Running in 0a6742a66d46 [2023-02-15T15:22:59.941Z] Removing intermediate container 0a6742a66d46 [2023-02-15T15:22:59.941Z] ---> 9618649e9e2b [2023-02-15T15:22:59.941Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-15T15:22:59.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:23:00.079Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-15T15:23:00.079Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T15:23:00.079Z] Dload Upload Total Spent Left Speed [2023-02-15T15:23:00.079Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 204k 0 --:--:-- --:--:-- --:--:-- 207k [2023-02-15T15:23:00.198Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:23:00.198Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:23:00.198Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:23:00.198Z] ---> 61f8b3b6dbf8 [2023-02-15T15:23:00.198Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T15:23:00.198Z] ---> Using cache [2023-02-15T15:23:00.198Z] ---> 51afbddde915 [2023-02-15T15:23:00.198Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T15:23:00.198Z] ---> Using cache [2023-02-15T15:23:00.198Z] ---> 756900a45d35 [2023-02-15T15:23:00.198Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T15:23:00.198Z] ---> Using cache [2023-02-15T15:23:00.198Z] ---> 94fe39697e65 [2023-02-15T15:23:00.198Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T15:23:00.198Z] ---> Using cache [2023-02-15T15:23:00.198Z] ---> 5d906389356c [2023-02-15T15:23:00.198Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:23:00.198Z] ---> Using cache [2023-02-15T15:23:00.198Z] ---> 787a7a3c1e29 [2023-02-15T15:23:00.198Z] Step 8/22 : COPY . . [2023-02-15T15:23:00.198Z] ---> Using cache [2023-02-15T15:23:00.198Z] ---> ed1ed6693bcc [2023-02-15T15:23:00.198Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-15T15:23:00.198Z] ---> Running in 9817134e0f36 [2023-02-15T15:23:00.198Z] ---> Running in 5987d6029793 [Pipeline] sh [2023-02-15T15:23:00.455Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T15:23:00.455Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:23:00.455Z] OK: 6 MiB in 15 packages [2023-02-15T15:23:00.455Z] Removing intermediate container 9817134e0f36 [2023-02-15T15:23:00.455Z] ---> 166a18866b96 [2023-02-15T15:23:00.455Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-15T15:23:00.455Z] ---> Running in 6c48a30b34d0 [2023-02-15T15:23:00.712Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T15:23:00.712Z] Removing intermediate container 6c48a30b34d0 [2023-02-15T15:23:00.712Z] ---> f07e748648a9 [2023-02-15T15:23:00.712Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-15T15:23:00.735Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-15T15:23:00.970Z] ---> Running in 629bfdff210b [2023-02-15T15:23:00.970Z] Removing intermediate container 03421d35cefe [2023-02-15T15:23:00.970Z] ---> d827d9bde814 [2023-02-15T15:23:00.970Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:23:00.970Z] Removing intermediate container 629bfdff210b [2023-02-15T15:23:00.970Z] ---> 679100636b46 [2023-02-15T15:23:00.970Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-15T15:23:01.074Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2023-02-15T15:23:01.074Z] sudo tee /etc/docker/daemon.new [2023-02-15T15:23:01.074Z] { [2023-02-15T15:23:01.074Z] "registry-mirrors": [ [2023-02-15T15:23:01.074Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-15T15:23:01.074Z] ], [2023-02-15T15:23:01.074Z] "bip": "10.250.0.254/24", [2023-02-15T15:23:01.074Z] "hosts": [ [2023-02-15T15:23:01.074Z] "tcp://0.0.0.0:5555", [2023-02-15T15:23:01.074Z] "unix:///var/run/docker.sock" [2023-02-15T15:23:01.074Z] ], [2023-02-15T15:23:01.074Z] "mtu": 1458, [2023-02-15T15:23:01.074Z] "selinux-enabled": true, [2023-02-15T15:23:01.074Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-15T15:23:01.074Z] } [Pipeline] sh [2023-02-15T15:23:01.228Z] ---> Running in 370dfc87580f [2023-02-15T15:23:01.228Z] ---> dbb371ca18b0 [2023-02-15T15:23:01.228Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-15T15:23:01.430Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-15T15:23:01.794Z] + sudo service docker restart [2023-02-15T15:23:02.162Z] ---> 0ecb2ca5aa65 [2023-02-15T15:23:02.162Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-15T15:23:02.419Z] Removing intermediate container 370dfc87580f [2023-02-15T15:23:02.419Z] ---> d56e0c06d44b [2023-02-15T15:23:02.419Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-15T15:23:02.419Z] ---> Running in 06327064672b [2023-02-15T15:23:02.419Z] ---> 8de1dec1fc4c [2023-02-15T15:23:02.419Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-15T15:23:02.419Z] ---> Running in 3d0941fe3dce [2023-02-15T15:23:02.677Z] Removing intermediate container 06327064672b [2023-02-15T15:23:02.677Z] ---> 4a33556a5b05 [2023-02-15T15:23:02.677Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-15T15:23:02.677Z] Removing intermediate container 3d0941fe3dce [2023-02-15T15:23:02.677Z] ---> 78903325a40f [2023-02-15T15:23:02.677Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T15:23:02.677Z] ---> Running in 0eeb0888af3d [2023-02-15T15:23:02.935Z] ---> 0c6a21d18a43 [2023-02-15T15:23:02.935Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-15T15:23:02.935Z] Removing intermediate container 0eeb0888af3d [2023-02-15T15:23:02.935Z] ---> 48b353360394 [2023-02-15T15:23:02.935Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T15:23:03.191Z] ---> Running in 39dd208de46b [2023-02-15T15:23:03.191Z] ---> Running in 82117acca3b2 [2023-02-15T15:23:03.447Z] Removing intermediate container 39dd208de46b [2023-02-15T15:23:03.447Z] ---> 499ccb5baa37 [2023-02-15T15:23:03.447Z] Step 21/22 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:23:03.764Z] ---> Running in e2c6e2eeb93a [2023-02-15T15:23:04.020Z] Removing intermediate container e2c6e2eeb93a [2023-02-15T15:23:04.020Z] ---> 2f6a5a9b2368 [2023-02-15T15:23:04.020Z] Step 22/22 : LABEL version=3.0.0-dev.50 [2023-02-15T15:23:04.020Z] ---> Running in 759077c9f95f [2023-02-15T15:23:04.280Z] Removing intermediate container 759077c9f95f [2023-02-15T15:23:04.280Z] ---> 02075b27a6ce [2023-02-15T15:23:04.280Z] [2023-02-15T15:23:04.280Z] Successfully built 02075b27a6ce [2023-02-15T15:23:04.280Z] Successfully tagged core-data:latest [2023-02-15T15:23:04.280Z] Building support-scheduler [2023-02-15T15:23:04.280Z]  Building core-data ... done Removing intermediate container 82117acca3b2 [2023-02-15T15:23:04.280Z] ---> a74ae46cbbba [2023-02-15T15:23:04.280Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:23:06.177Z] ---> 788abe22df95 [2023-02-15T15:23:06.177Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-15T15:23:07.556Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:23:07.556Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:23:07.556Z] ---> 61f8b3b6dbf8 [2023-02-15T15:23:07.556Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T15:23:07.556Z] ---> Using cache [2023-02-15T15:23:07.556Z] ---> 51afbddde915 [2023-02-15T15:23:07.556Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T15:23:07.556Z] ---> Using cache [2023-02-15T15:23:07.556Z] ---> 756900a45d35 [2023-02-15T15:23:07.556Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T15:23:07.556Z] ---> Using cache [2023-02-15T15:23:07.556Z] ---> 94fe39697e65 [2023-02-15T15:23:07.556Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T15:23:07.556Z] ---> Using cache [2023-02-15T15:23:07.556Z] ---> 5d906389356c [2023-02-15T15:23:07.556Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:23:07.556Z] ---> Using cache [2023-02-15T15:23:07.556Z] ---> 787a7a3c1e29 [2023-02-15T15:23:07.556Z] Step 8/22 : COPY . . [2023-02-15T15:23:07.556Z] ---> Using cache [2023-02-15T15:23:07.556Z] ---> ed1ed6693bcc [2023-02-15T15:23:07.556Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-15T15:23:07.556Z] ---> 8ba58edb19dd [2023-02-15T15:23:07.556Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-15T15:23:07.556Z] ---> Running in 7127ebce630a [2023-02-15T15:23:08.122Z] ---> 2078d2a930c4 [2023-02-15T15:23:08.122Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-15T15:23:08.380Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T15:23:08.946Z] ---> b124b2b0dcc9 [2023-02-15T15:23:08.946Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-15T15:23:09.518Z] ---> cbb868bb5989 [2023-02-15T15:23:09.518Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-15T15:23:10.890Z] ---> 786aa283f807 [2023-02-15T15:23:10.890Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-15T15:23:11.821Z] ---> 5e2368cefddc [2023-02-15T15:23:11.821Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-15T15:23:12.388Z] ---> Running in fa142d9ca8ff [2023-02-15T15:23:14.915Z] Removing intermediate container fa142d9ca8ff [2023-02-15T15:23:14.915Z] ---> 247e0b68f4e7 [2023-02-15T15:23:14.915Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-15T15:23:14.915Z] ---> Running in a0827d5f5ac2 [2023-02-15T15:23:15.173Z] Removing intermediate container a0827d5f5ac2 [2023-02-15T15:23:15.173Z] ---> ad8e7d9eb0ee [2023-02-15T15:23:15.173Z] Step 29/32 : CMD ["gate"] [2023-02-15T15:23:15.434Z] ---> Running in 298eb8f98644 [2023-02-15T15:23:16.000Z] Removing intermediate container 298eb8f98644 [2023-02-15T15:23:16.000Z] ---> 4b0cf528aa7c [2023-02-15T15:23:16.000Z] Step 30/32 : LABEL arch=x86_64 [2023-02-15T15:23:16.000Z] ---> Running in 89702b8067c3 [2023-02-15T15:23:16.592Z] Removing intermediate container 89702b8067c3 [2023-02-15T15:23:16.592Z] ---> 989ccb679c9a [2023-02-15T15:23:16.592Z] Step 31/32 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:23:16.853Z] ---> Running in 8c437f063035 [2023-02-15T15:23:17.111Z] Removing intermediate container 8c437f063035 [2023-02-15T15:23:17.111Z] ---> 15c8979bef38 [2023-02-15T15:23:17.111Z] Step 32/32 : LABEL version=3.0.0-dev.50 [2023-02-15T15:23:17.370Z] ---> Running in c836e4827a8c [2023-02-15T15:23:17.628Z] Removing intermediate container c836e4827a8c [2023-02-15T15:23:17.628Z] ---> 45793212fbae [2023-02-15T15:23:17.628Z] [2023-02-15T15:23:17.629Z] Successfully built 45793212fbae [2023-02-15T15:23:17.888Z] Successfully tagged security-bootstrapper:latest [2023-02-15T15:23:17.888Z]  Building security-bootstrapper ... done Building security-spire-server [2023-02-15T15:23:19.270Z] Removing intermediate container d51c608f69f6 [2023-02-15T15:23:19.270Z] ---> a6050e604a7d [2023-02-15T15:23:19.270Z] [2023-02-15T15:23:19.270Z] Step 10/24 : FROM alpine:3.16 [2023-02-15T15:23:19.270Z] ---> dfd21b5a31f5 [2023-02-15T15:23:19.270Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-15T15:23:19.270Z] ---> Using cache [2023-02-15T15:23:19.270Z] ---> 10e95b2838a6 [2023-02-15T15:23:19.270Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T15:23:19.270Z] ---> Using cache [2023-02-15T15:23:19.270Z] ---> 3e95ddc2f686 [2023-02-15T15:23:19.270Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-15T15:23:19.837Z] ---> Running in 322ff11882a6 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T15:23:20.120Z] provisioning config files... [2023-02-15T15:23:20.153Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/410@tmp/config13350159143140108891tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:23:20.412Z] Removing intermediate container 322ff11882a6 [2023-02-15T15:23:20.413Z] ---> 9db33befd32d [2023-02-15T15:23:20.413Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-15T15:23:20.413Z] ---> Running in 07b9a4502e23 [2023-02-15T15:23:20.523Z] ---> docker-login.sh [2023-02-15T15:23:20.523Z] nexus3.edgexfoundry.org:10001 [2023-02-15T15:23:20.671Z] Removing intermediate container 07b9a4502e23 [2023-02-15T15:23:20.671Z] ---> f30bf10eda09 [2023-02-15T15:23:20.671Z] Step 15/24 : WORKDIR / [2023-02-15T15:23:20.930Z] ---> Running in 78afe472bad4 [2023-02-15T15:23:21.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:23:21.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:23:21.116Z] Configure a credential helper to remove this warning. See [2023-02-15T15:23:21.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:23:21.116Z] [2023-02-15T15:23:21.116Z] Login Succeeded [2023-02-15T15:23:21.116Z] nexus3.edgexfoundry.org:10002 [2023-02-15T15:23:21.195Z] Removing intermediate container 78afe472bad4 [2023-02-15T15:23:21.195Z] ---> 5928dab49f9b [2023-02-15T15:23:21.195Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:23:21.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:23:21.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:23:21.661Z] Configure a credential helper to remove this warning. See [2023-02-15T15:23:21.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:23:21.661Z] [2023-02-15T15:23:21.661Z] Login Succeeded [2023-02-15T15:23:21.661Z] nexus3.edgexfoundry.org:10003 [2023-02-15T15:23:21.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:23:21.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:23:21.933Z] Configure a credential helper to remove this warning. See [2023-02-15T15:23:21.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:23:21.933Z] [2023-02-15T15:23:21.933Z] Login Succeeded [2023-02-15T15:23:21.933Z] nexus3.edgexfoundry.org:10004 [2023-02-15T15:23:22.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:23:22.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:23:22.480Z] Configure a credential helper to remove this warning. See [2023-02-15T15:23:22.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:23:22.480Z] [2023-02-15T15:23:22.480Z] Login Succeeded [2023-02-15T15:23:22.480Z] docker.io [2023-02-15T15:23:22.571Z] ---> 76db4d005537 [2023-02-15T15:23:22.571Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-15T15:23:22.571Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:23:22.571Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:23:22.571Z] ---> 61f8b3b6dbf8 [2023-02-15T15:23:22.571Z] Step 3/23 : WORKDIR /edgex-go [2023-02-15T15:23:22.571Z] ---> Using cache [2023-02-15T15:23:22.571Z] ---> 64038bbe131d [2023-02-15T15:23:22.571Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T15:23:22.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:23:22.831Z] ---> Running in 8f5507b2a229 [2023-02-15T15:23:23.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:23:23.021Z] Configure a credential helper to remove this warning. See [2023-02-15T15:23:23.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:23:23.021Z] [2023-02-15T15:23:23.021Z] Login Succeeded [2023-02-15T15:23:23.021Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T15:23:23.037Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-02-15T15:23:23.090Z] ---> 306da92347e5 [2023-02-15T15:23:23.090Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] sh [2023-02-15T15:23:23.655Z] + git config --global --add safe.directory /w/workspace/edgex-go/410 [Pipeline] echo [2023-02-15T15:23:23.675Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T15:23:23.690Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T15:23:23.699Z] ========================================================= [2023-02-15T15:23:23.699Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-15T15:23:23.699Z] ========================================================= [2023-02-15T15:23:23.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:23:23.701Z] Removing intermediate container 5d2f35f892bb [2023-02-15T15:23:23.701Z] ---> a67305a0872f [2023-02-15T15:23:23.701Z] Step 8/22 : COPY . . [2023-02-15T15:23:23.701Z] ---> 9ddfe9cbff8a [2023-02-15T15:23:23.701Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-15T15:23:23.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [Pipeline] fileExists [Pipeline] sh [2023-02-15T15:23:23.959Z] OK: 211 MiB in 51 packages [2023-02-15T15:23:24.032Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T15:23:24.303Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-15T15:23:24.303Z] 9b18e9b68314: Pulling fs layer [2023-02-15T15:23:24.303Z] 35d82f9e3411: Pulling fs layer [2023-02-15T15:23:24.303Z] e16973657156: Pulling fs layer [2023-02-15T15:23:24.303Z] fc693d55d65f: Pulling fs layer [2023-02-15T15:23:24.303Z] 7e9fc2657dce: Pulling fs layer [2023-02-15T15:23:24.303Z] dda99020689f: Pulling fs layer [2023-02-15T15:23:24.303Z] db1c61fa0a46: Pulling fs layer [2023-02-15T15:23:24.303Z] 891c053d2c06: Pulling fs layer [2023-02-15T15:23:24.303Z] fc693d55d65f: Waiting [2023-02-15T15:23:24.303Z] db1c61fa0a46: Waiting [2023-02-15T15:23:24.303Z] 7e9fc2657dce: Waiting [2023-02-15T15:23:24.303Z] dda99020689f: Waiting [2023-02-15T15:23:24.303Z] 891c053d2c06: Waiting [2023-02-15T15:23:24.303Z] e16973657156: Download complete [2023-02-15T15:23:24.303Z] 35d82f9e3411: Download complete [2023-02-15T15:23:24.303Z] 7e9fc2657dce: Download complete [2023-02-15T15:23:24.303Z] dda99020689f: Verifying Checksum [2023-02-15T15:23:24.303Z] dda99020689f: Download complete [2023-02-15T15:23:24.303Z] 9b18e9b68314: Verifying Checksum [2023-02-15T15:23:24.303Z] 9b18e9b68314: Download complete [2023-02-15T15:23:25.283Z] 9b18e9b68314: Pull complete [2023-02-15T15:23:25.558Z] 891c053d2c06: Verifying Checksum [2023-02-15T15:23:25.558Z] 891c053d2c06: Download complete [2023-02-15T15:23:25.833Z] 35d82f9e3411: Pull complete [2023-02-15T15:23:26.106Z] e16973657156: Pull complete [2023-02-15T15:23:26.702Z] db1c61fa0a46: Verifying Checksum [2023-02-15T15:23:26.702Z] db1c61fa0a46: Download complete [2023-02-15T15:23:27.243Z] ---> 28876043eb53 [2023-02-15T15:23:27.243Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-15T15:23:27.300Z] fc693d55d65f: Verifying Checksum [2023-02-15T15:23:27.300Z] fc693d55d65f: Download complete [2023-02-15T15:23:27.525Z] ---> Running in a0c3d414e8be [2023-02-15T15:23:27.525Z] Removing intermediate container 5987d6029793 [2023-02-15T15:23:27.525Z] ---> c3ae44154410 [2023-02-15T15:23:27.525Z] [2023-02-15T15:23:27.525Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T15:23:27.525Z] ---> dfd21b5a31f5 [2023-02-15T15:23:27.525Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-15T15:23:27.525Z] Removing intermediate container 8f5507b2a229 [2023-02-15T15:23:27.525Z] ---> be3cd5317394 [2023-02-15T15:23:27.525Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-15T15:23:27.783Z] ---> Running in 04df48603587 [2023-02-15T15:23:27.783Z] Removing intermediate container a0c3d414e8be [2023-02-15T15:23:27.783Z] ---> 6b39ec37c92c [2023-02-15T15:23:27.783Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T15:23:27.783Z] ---> Running in 1e60823ab334 [2023-02-15T15:23:27.783Z] Removing intermediate container 04df48603587 [2023-02-15T15:23:27.783Z] ---> 50a9e8009121 [2023-02-15T15:23:27.783Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T15:23:28.044Z] ---> f301c35b2b09 [2023-02-15T15:23:28.044Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:23:28.044Z] ---> Running in 5527e4968199 [2023-02-15T15:23:28.044Z] ---> Running in ff4573ff4999 [2023-02-15T15:23:28.044Z] Removing intermediate container 1e60823ab334 [2023-02-15T15:23:28.044Z] ---> 48cebf76688c [2023-02-15T15:23:28.044Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T15:23:28.044Z] ---> Running in 6e5b3ab3b63a [2023-02-15T15:23:28.302Z] Removing intermediate container 6e5b3ab3b63a [2023-02-15T15:23:28.302Z] ---> 38029c0cd519 [2023-02-15T15:23:28.302Z] Step 23/24 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:23:28.302Z] ---> b152effab21f [2023-02-15T15:23:28.302Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-15T15:23:28.302Z] ---> Running in 7b6a34c9cd48 [2023-02-15T15:23:28.302Z] ---> Running in 0110ee770ef6 [2023-02-15T15:23:28.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:23:28.560Z] Removing intermediate container 7b6a34c9cd48 [2023-02-15T15:23:28.560Z] ---> 6b451b4872e1 [2023-02-15T15:23:28.560Z] Step 24/24 : LABEL version=3.0.0-dev.50 [2023-02-15T15:23:28.560Z] ---> Running in c6df0ea1aa51 [2023-02-15T15:23:28.560Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:23:28.560Z] Removing intermediate container c6df0ea1aa51 [2023-02-15T15:23:28.560Z] ---> d81c51ece599 [2023-02-15T15:23:28.560Z] [2023-02-15T15:23:28.818Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T15:23:28.818Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:23:28.818Z] Successfully built d81c51ece599 [2023-02-15T15:23:28.818Z] OK: 6 MiB in 15 packages [2023-02-15T15:23:28.818Z] Successfully tagged core-metadata:latest [2023-02-15T15:23:28.818Z]  Building core-metadata ... done Building security-proxy-setup [2023-02-15T15:23:28.818Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-15T15:23:30.717Z] Removing intermediate container 5527e4968199 [2023-02-15T15:23:30.717Z] ---> 073d7b381162 [2023-02-15T15:23:30.717Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:23:30.975Z] ---> 73317ba526a6 [2023-02-15T15:23:30.975Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-15T15:23:31.542Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:23:31.542Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:23:31.542Z] ---> 61f8b3b6dbf8 [2023-02-15T15:23:31.542Z] Step 3/21 : WORKDIR /edgex-go [2023-02-15T15:23:31.542Z] ---> Using cache [2023-02-15T15:23:31.542Z] ---> 64038bbe131d [2023-02-15T15:23:31.542Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-15T15:23:31.542Z] ---> Using cache [2023-02-15T15:23:31.542Z] ---> 3ac6da358de1 [2023-02-15T15:23:31.542Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-15T15:23:31.542Z] ---> Using cache [2023-02-15T15:23:31.542Z] ---> c08f99d62a32 [2023-02-15T15:23:31.542Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:23:31.542Z] ---> Using cache [2023-02-15T15:23:31.542Z] ---> 6b032358f74d [2023-02-15T15:23:31.542Z] Step 7/21 : COPY . . [2023-02-15T15:23:31.542Z] ---> Using cache [2023-02-15T15:23:31.542Z] ---> 1d2c2e523d3f [2023-02-15T15:23:31.542Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-15T15:23:31.542Z] ---> 37d723f18c12 [2023-02-15T15:23:31.542Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-15T15:23:31.542Z] ---> Running in 966e51e8f6de [2023-02-15T15:23:31.800Z] ---> 4efe0f1bcf67 [2023-02-15T15:23:31.800Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-15T15:23:32.057Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T15:23:32.316Z] ---> 982ac9196085 [2023-02-15T15:23:32.316Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T15:23:32.316Z] ---> Running in 1041ac2c3fc4 [2023-02-15T15:23:34.221Z] Removing intermediate container 1041ac2c3fc4 [2023-02-15T15:23:34.221Z] ---> ed79a1fc04a1 [2023-02-15T15:23:34.221Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T15:23:34.221Z] ---> Running in bbbb01c1a77c [2023-02-15T15:23:34.221Z] Removing intermediate container 7127ebce630a [2023-02-15T15:23:34.221Z] ---> 5105c32aa408 [2023-02-15T15:23:34.221Z] [2023-02-15T15:23:34.221Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T15:23:34.221Z] ---> dfd21b5a31f5 [2023-02-15T15:23:34.221Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T15:23:34.221Z] ---> Using cache [2023-02-15T15:23:34.221Z] ---> 10e95b2838a6 [2023-02-15T15:23:34.221Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T15:23:34.221Z] ---> Using cache [2023-02-15T15:23:34.221Z] ---> 3e95ddc2f686 [2023-02-15T15:23:34.221Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-15T15:23:34.221Z] ---> Running in f675f15e6826 [2023-02-15T15:23:34.221Z] Removing intermediate container bbbb01c1a77c [2023-02-15T15:23:34.221Z] ---> cfaf1ba66b0a [2023-02-15T15:23:34.221Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-15T15:23:34.221Z] ---> Running in 499d32741bb4 [2023-02-15T15:23:34.480Z] Removing intermediate container f675f15e6826 [2023-02-15T15:23:34.480Z] ---> 30a453f07d17 [2023-02-15T15:23:34.480Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T15:23:34.480Z] ---> Running in f63036e9c719 [2023-02-15T15:23:34.480Z] Removing intermediate container 499d32741bb4 [2023-02-15T15:23:34.480Z] ---> 169db8fb7ae5 [2023-02-15T15:23:34.480Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T15:23:34.480Z] ---> Running in 3d16e13c1907 [2023-02-15T15:23:34.738Z] Removing intermediate container f63036e9c719 [2023-02-15T15:23:34.738Z] ---> 5bcf589c3ba5 [2023-02-15T15:23:34.738Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:23:34.738Z] Removing intermediate container 3d16e13c1907 [2023-02-15T15:23:34.738Z] ---> c593f7fcbd18 [2023-02-15T15:23:34.738Z] Step 21/22 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:23:34.738Z] ---> Running in ba86be5cc963 [2023-02-15T15:23:34.996Z] ---> d55382e5f1a2 [2023-02-15T15:23:34.996Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-15T15:23:34.996Z] Removing intermediate container ba86be5cc963 [2023-02-15T15:23:34.996Z] ---> 557a71a6a5f9 [2023-02-15T15:23:34.996Z] Step 22/22 : LABEL version=3.0.0-dev.50 [2023-02-15T15:23:34.996Z] ---> Running in f7afa80e5a23 [2023-02-15T15:23:35.567Z] Removing intermediate container f7afa80e5a23 [2023-02-15T15:23:35.567Z] ---> 4afa5404473b [2023-02-15T15:23:35.567Z] [2023-02-15T15:23:35.567Z] Successfully built 4afa5404473b [2023-02-15T15:23:35.567Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-15T15:23:35.825Z]  Building core-common-config-bootstrapper ... done  ---> fff99682b18f [2023-02-15T15:23:35.825Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-15T15:23:36.390Z] ---> 91dd7042a485 [2023-02-15T15:23:36.390Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-15T15:23:36.390Z] ---> Running in 5d1e5d92d326 [2023-02-15T15:23:36.390Z] Removing intermediate container 5d1e5d92d326 [2023-02-15T15:23:36.390Z] ---> dc9b95fe6396 [2023-02-15T15:23:36.390Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T15:23:36.647Z] ---> Running in 7c6884957a63 [2023-02-15T15:23:36.921Z] Removing intermediate container 7c6884957a63 [2023-02-15T15:23:36.921Z] ---> 8c33f6a18733 [2023-02-15T15:23:36.921Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T15:23:36.921Z] ---> Running in 2a8d44130d22 [2023-02-15T15:23:37.179Z] Removing intermediate container 2a8d44130d22 [2023-02-15T15:23:37.179Z] ---> ea0a7293b001 [2023-02-15T15:23:37.179Z] Step 21/22 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:23:37.179Z] ---> Running in 00c90d05307c [2023-02-15T15:23:37.438Z] Removing intermediate container 00c90d05307c [2023-02-15T15:23:37.438Z] ---> 58889418dec0 [2023-02-15T15:23:37.438Z] Step 22/22 : LABEL version=3.0.0-dev.50 [2023-02-15T15:23:37.438Z] ---> Running in ebd6ef4cb628 [2023-02-15T15:23:37.697Z] Removing intermediate container ebd6ef4cb628 [2023-02-15T15:23:37.697Z] ---> 57d6b838d015 [2023-02-15T15:23:37.697Z] [2023-02-15T15:23:37.697Z] Successfully built 57d6b838d015 [2023-02-15T15:23:37.697Z] Successfully tagged support-scheduler:latest [2023-02-15T15:23:42.343Z] fc693d55d65f: Pull complete [2023-02-15T15:23:42.343Z] 7e9fc2657dce: Pull complete [2023-02-15T15:23:42.343Z] dda99020689f: Pull complete [2023-02-15T15:23:47.732Z] db1c61fa0a46: Pull complete [2023-02-15T15:23:49.162Z] 891c053d2c06: Pull complete [2023-02-15T15:23:49.162Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-15T15:23:49.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T15:23:49.162Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-15T15:23:49.500Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-15T15:23:49.500Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T15:23:49.500Z] WORKDIR /edgex [2023-02-15T15:23:49.500Z] COPY go.mod . [2023-02-15T15:23:49.500Z] RUN go mod download [2023-02-15T15:23:49.895Z]  Building support-scheduler ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T15:23:50.090Z] Sending build context to Docker daemon 3.098MB [2023-02-15T15:23:50.090Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T15:23:50.090Z] ---> f96f9c87975a [2023-02-15T15:23:50.090Z] Step 2/4 : WORKDIR /edgex [2023-02-15T15:23:50.153Z] Removing intermediate container ff4573ff4999 [2023-02-15T15:23:50.153Z] ---> c165ba26c7fb [2023-02-15T15:23:50.153Z] Step 7/23 : COPY . . [2023-02-15T15:23:52.702Z] ---> Running in 90bf7e798781 [2023-02-15T15:23:52.702Z] Removing intermediate container 90bf7e798781 [2023-02-15T15:23:52.702Z] ---> ad36cfe692e4 [2023-02-15T15:23:52.702Z] Step 3/4 : COPY go.mod . [2023-02-15T15:23:52.971Z] ---> 2df168eca6c9 [2023-02-15T15:23:52.971Z] Step 4/4 : RUN go mod download [2023-02-15T15:23:53.248Z] ---> Running in 0383e7c25d5c [2023-02-15T15:23:53.445Z] Removing intermediate container 966e51e8f6de [2023-02-15T15:23:53.445Z] ---> 80d2599804de [2023-02-15T15:23:53.445Z] [2023-02-15T15:23:53.445Z] Step 9/21 : FROM alpine:3.16 [2023-02-15T15:23:53.445Z] ---> dfd21b5a31f5 [2023-02-15T15:23:53.445Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-15T15:23:53.445Z] ---> 5a4253a725d1 [2023-02-15T15:23:53.445Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T15:23:53.445Z] ---> Running in c9247865dcd9 [2023-02-15T15:23:53.445Z] ---> Running in 3d2433bf046d [2023-02-15T15:23:53.445Z] Removing intermediate container 3d2433bf046d [2023-02-15T15:23:53.445Z] ---> 33ada333c5fe [2023-02-15T15:23:53.445Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-15T15:23:53.445Z] ---> Running in 74da219bbe33 [2023-02-15T15:23:53.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:23:53.445Z] Removing intermediate container 74da219bbe33 [2023-02-15T15:23:53.445Z] ---> 3f8de0469545 [2023-02-15T15:23:53.445Z] 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-15T15:23:53.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:23:53.702Z] ---> Running in 434dda87ddbe [2023-02-15T15:23:53.960Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-15T15:23:53.960Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-15T15:23:53.960Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-15T15:23:53.960Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-15T15:23:53.960Z] (5/6) Installing curl (7.83.1-r6) [2023-02-15T15:23:53.960Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-15T15:23:53.960Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:23:53.960Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T15:23:53.960Z] OK: 8 MiB in 20 packages [2023-02-15T15:23:54.891Z] Removing intermediate container 434dda87ddbe [2023-02-15T15:23:54.891Z] ---> da5798d4860e [2023-02-15T15:23:54.891Z] Step 11/23 : WORKDIR /edgex-go [2023-02-15T15:23:55.154Z] ---> Running in 0861d2ffb54e [2023-02-15T15:23:55.154Z] Removing intermediate container c9247865dcd9 [2023-02-15T15:23:55.154Z] ---> c17136bee836 [2023-02-15T15:23:55.154Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T15:23:55.154Z] Removing intermediate container 0110ee770ef6 [2023-02-15T15:23:55.154Z] ---> 5a06d7d5634b [2023-02-15T15:23:55.154Z] [2023-02-15T15:23:55.154Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T15:23:55.154Z] ---> dfd21b5a31f5 [2023-02-15T15:23:55.154Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-15T15:23:55.154Z] ---> Running in c6773d6dddae [2023-02-15T15:23:55.154Z] Removing intermediate container 0861d2ffb54e [2023-02-15T15:23:55.154Z] ---> ddb549ea963b [2023-02-15T15:23:55.154Z] [2023-02-15T15:23:55.154Z] Step 12/23 : FROM alpine:3.15 [2023-02-15T15:23:55.154Z] ---> 5ce65d7b0fde [2023-02-15T15:23:55.154Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T15:23:55.154Z] ---> Using cache [2023-02-15T15:23:55.154Z] ---> ac9989024a9b [2023-02-15T15:23:55.154Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T15:23:55.154Z] ---> Using cache [2023-02-15T15:23:55.154Z] ---> 41d271a92944 [2023-02-15T15:23:55.154Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T15:23:55.154Z] ---> Running in 4088d84d3ad6 [2023-02-15T15:23:55.413Z] Removing intermediate container c6773d6dddae [2023-02-15T15:23:55.413Z] ---> 5ef583310685 [2023-02-15T15:23:55.413Z] Step 12/21 : WORKDIR /edgex [2023-02-15T15:23:55.413Z] ---> Running in a93633433916 [2023-02-15T15:23:55.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T15:23:55.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T15:23:55.671Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-15T15:23:55.671Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-15T15:23:55.929Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:23:55.929Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T15:23:55.929Z] OK: 6 MiB in 16 packages [2023-02-15T15:23:55.929Z] Removing intermediate container a93633433916 [2023-02-15T15:23:55.929Z] ---> 80142c8963a6 [2023-02-15T15:23:55.929Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-15T15:23:56.495Z] ---> 2f1152a13757 [2023-02-15T15:23:56.495Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-15T15:23:56.495Z] ---> 5f511387d9bc [2023-02-15T15:23:56.495Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T15:23:56.754Z] Removing intermediate container 4088d84d3ad6 [2023-02-15T15:23:56.754Z] ---> d1ba260bd997 [2023-02-15T15:23:56.754Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T15:23:56.754Z] ---> Running in 6fbd78b780a1 [2023-02-15T15:23:56.754Z] ---> 96c9456cd887 [2023-02-15T15:23:56.754Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-15T15:23:56.754Z] ---> 4232280d5443 [2023-02-15T15:23:56.754Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-15T15:23:57.012Z] Removing intermediate container 6fbd78b780a1 [2023-02-15T15:23:57.012Z] ---> baa60784df80 [2023-02-15T15:23:57.012Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-15T15:23:57.012Z] ---> Running in 79a3e6a641f0 [2023-02-15T15:23:57.012Z] ---> 0468f6ccbcd7 [2023-02-15T15:23:57.012Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-15T15:23:57.012Z] Removing intermediate container 79a3e6a641f0 [2023-02-15T15:23:57.012Z] ---> 40f14d8383cf [2023-02-15T15:23:57.012Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T15:23:57.012Z] ---> Running in fb14ae12154d [2023-02-15T15:23:57.271Z] ---> 0c09111959f6 [2023-02-15T15:23:57.271Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T15:23:57.271Z] ---> ac058da3c2a6 [2023-02-15T15:23:57.271Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T15:23:57.271Z] Removing intermediate container fb14ae12154d [2023-02-15T15:23:57.271Z] ---> e3c43aa9db1a [2023-02-15T15:23:57.271Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:23:57.271Z] ---> Running in 9972a238385a [2023-02-15T15:23:57.544Z] ---> 7c9c62dfcc82 [2023-02-15T15:23:57.544Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T15:23:57.544Z] Removing intermediate container 9972a238385a [2023-02-15T15:23:57.544Z] ---> 87e4baf206ad [2023-02-15T15:23:57.544Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T15:23:57.544Z] ---> f06084a9e857 [2023-02-15T15:23:57.544Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-15T15:23:57.802Z] ---> Running in 0d12621f8a02 [2023-02-15T15:23:57.802Z] ---> Running in 9297f08f3b5b [2023-02-15T15:23:57.802Z] Removing intermediate container 9297f08f3b5b [2023-02-15T15:23:57.802Z] ---> ba790f44a7c5 [2023-02-15T15:23:57.802Z] Step 21/23 : LABEL arch=x86_64 [2023-02-15T15:23:58.063Z] ---> Running in 5de3317a2be9 [2023-02-15T15:23:58.063Z] Removing intermediate container 5de3317a2be9 [2023-02-15T15:23:58.063Z] ---> 62195553c29c [2023-02-15T15:23:58.063Z] Step 22/23 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:23:58.320Z] ---> 45c862df8f12 [2023-02-15T15:23:58.320Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-15T15:23:58.320Z] ---> Running in 74f3575c528e [2023-02-15T15:23:58.320Z] Removing intermediate container 0d12621f8a02 [2023-02-15T15:23:58.320Z] ---> 29cf0c3ae260 [2023-02-15T15:23:58.320Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T15:23:58.320Z] Removing intermediate container 74f3575c528e [2023-02-15T15:23:58.320Z] ---> 1adaf6aa1a6d [2023-02-15T15:23:58.320Z] Step 23/23 : LABEL version=3.0.0-dev.50 [2023-02-15T15:23:58.320Z] ---> e24b3dd60626 [2023-02-15T15:23:58.320Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-15T15:23:58.320Z] ---> Running in 5b6b236ecb1a [2023-02-15T15:23:58.320Z] ---> Running in b8a26e1b80fd [2023-02-15T15:23:58.320Z] ---> Running in 56fb172068ba [2023-02-15T15:23:58.579Z] Removing intermediate container 5b6b236ecb1a [2023-02-15T15:23:58.579Z] ---> 350878f32687 [2023-02-15T15:23:58.579Z] Step 19/21 : LABEL arch=x86_64 [2023-02-15T15:23:58.579Z] Removing intermediate container b8a26e1b80fd [2023-02-15T15:23:58.579Z] ---> 8aca6d3c52c6 [2023-02-15T15:23:58.579Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T15:23:58.579Z] Removing intermediate container 56fb172068ba [2023-02-15T15:23:58.579Z] ---> b4938816381a [2023-02-15T15:23:58.579Z] [2023-02-15T15:23:58.579Z] ---> Running in a1e865635e62 [2023-02-15T15:23:58.579Z] ---> Running in c4c96f52c406 [2023-02-15T15:23:58.579Z] Successfully built b4938816381a [2023-02-15T15:23:58.579Z] Successfully tagged security-spire-server:latest [2023-02-15T15:23:58.579Z]  Building security-spire-server ... done Removing intermediate container a1e865635e62 [2023-02-15T15:23:58.579Z] ---> 3ab611050232 [2023-02-15T15:23:58.579Z] Step 20/21 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:23:58.837Z] ---> Running in 77947013ef5a [2023-02-15T15:23:58.837Z] Removing intermediate container c4c96f52c406 [2023-02-15T15:23:58.837Z] ---> 80a4bf66c4b7 [2023-02-15T15:23:58.837Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T15:23:58.837Z] ---> Running in 20256486405b [2023-02-15T15:23:58.837Z] Removing intermediate container 77947013ef5a [2023-02-15T15:23:58.837Z] ---> e8ac6851b1de [2023-02-15T15:23:58.837Z] Step 21/21 : LABEL version=3.0.0-dev.50 [2023-02-15T15:23:58.837Z] ---> Running in 7555b3f4d841 [2023-02-15T15:23:58.837Z] Removing intermediate container 20256486405b [2023-02-15T15:23:58.837Z] ---> 39eaac63cf17 [2023-02-15T15:23:58.837Z] Step 21/22 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:23:58.837Z] ---> Running in 00e04ceba58c [2023-02-15T15:23:58.837Z] Removing intermediate container 7555b3f4d841 [2023-02-15T15:23:58.837Z] ---> 51e33cea5fa3 [2023-02-15T15:23:58.837Z] [2023-02-15T15:23:59.095Z] Removing intermediate container 00e04ceba58c [2023-02-15T15:23:59.095Z] ---> 77141b3d83a7 [2023-02-15T15:23:59.095Z] Step 22/22 : LABEL version=3.0.0-dev.50 [2023-02-15T15:23:59.095Z] Successfully built 51e33cea5fa3 [2023-02-15T15:23:59.095Z] Successfully tagged security-proxy-setup:latest [2023-02-15T15:23:59.095Z]  Building security-proxy-setup ... done  ---> Running in 1598cf3fcf76 [2023-02-15T15:23:59.095Z] Removing intermediate container 1598cf3fcf76 [2023-02-15T15:23:59.095Z] ---> 79f95d01b2dc [2023-02-15T15:23:59.095Z] [2023-02-15T15:23:59.095Z] Successfully built 79f95d01b2dc [2023-02-15T15:23:59.095Z] Successfully tagged support-notifications:latest [2023-02-15T15:23:59.100Z]  Building support-notifications ... done  [Pipeline] } [2023-02-15T15:23:59.105Z] $ docker stop --time=1 3e8df69b281dfc71eb81862ec8ca05e65049102f30f8ab892d162aa73edbfc7f [2023-02-15T15:24:00.396Z] $ docker rm -f --volumes 3e8df69b281dfc71eb81862ec8ca05e65049102f30f8ab892d162aa73edbfc7f [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T15:24:00.719Z] + docker images [2023-02-15T15:24:00.720Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-15T15:24:00.720Z] support-notifications latest 79f95d01b2dc 2 seconds ago 30.7MB [2023-02-15T15:24:00.720Z] security-proxy-setup latest 51e33cea5fa3 2 seconds ago 27.8MB [2023-02-15T15:24:00.720Z] security-spire-server latest b4938816381a 2 seconds ago 86.5MB [2023-02-15T15:24:00.720Z] ddb549ea963b 5 seconds ago 1.55GB [2023-02-15T15:24:00.720Z] 5a06d7d5634b 6 seconds ago 1.74GB [2023-02-15T15:24:00.720Z] 80d2599804de 9 seconds ago 1.67GB [2023-02-15T15:24:00.720Z] support-scheduler latest 57d6b838d015 23 seconds ago 30MB [2023-02-15T15:24:00.720Z] core-common-config-bootstrapper latest 4afa5404473b 25 seconds ago 15.5MB [2023-02-15T15:24:00.720Z] 5105c32aa408 27 seconds ago 1.74GB [2023-02-15T15:24:00.720Z] core-metadata latest d81c51ece599 32 seconds ago 18.5MB [2023-02-15T15:24:00.720Z] c3ae44154410 34 seconds ago 1.67GB [2023-02-15T15:24:00.720Z] security-bootstrapper latest 45793212fbae 43 seconds ago 20.4MB [2023-02-15T15:24:00.720Z] a6050e604a7d 43 seconds ago 1.68GB [2023-02-15T15:24:00.720Z] core-data latest 02075b27a6ce 56 seconds ago 17.9MB [2023-02-15T15:24:00.720Z] security-secretstore-setup latest 922d4a378cd3 About a minute ago 30MB [2023-02-15T15:24:00.720Z] 328392b9c278 About a minute ago 1.67GB [2023-02-15T15:24:00.720Z] 50cc5ebb80b9 About a minute ago 1.68GB [2023-02-15T15:24:00.720Z] core-command latest 04b2419c1c03 About a minute ago 17.7MB [2023-02-15T15:24:00.720Z] security-spiffe-token-provider latest f1a563099144 About a minute ago 30MB [2023-02-15T15:24:00.720Z] a10b8c284689 About a minute ago 1.71GB [2023-02-15T15:24:00.720Z] 20edc0dbbf63 About a minute ago 1.67GB [2023-02-15T15:24:00.720Z] d5d40b6a3a14 About a minute ago 1.68GB [2023-02-15T15:24:00.720Z] security-spire-agent latest ec75088af809 About a minute ago 125MB [2023-02-15T15:24:00.720Z] security-spire-config latest f2218d3d6d93 About a minute ago 85.8MB [2023-02-15T15:24:00.720Z] b763876ca57b About a minute ago 1.55GB [2023-02-15T15:24:00.720Z] e4f24031fe24 About a minute ago 1.55GB [2023-02-15T15:24:00.720Z] ci-base-image-x86_64 latest 61f8b3b6dbf8 4 minutes ago 903MB [2023-02-15T15:24:00.720Z] alpine 3.15 5ce65d7b0fde 4 days ago 5.59MB [2023-02-15T15:24:00.720Z] alpine 3.16 dfd21b5a31f5 4 days ago 5.55MB [2023-02-15T15:24:00.720Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-15T15:24:00.720Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-15T15:24:00.720Z] 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-15T15:24:00.848Z] provisioning config files... [2023-02-15T15:24:00.856Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/410@tmp/config4837557966959813051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:24:01.146Z] ---> docker-login.sh [2023-02-15T15:24:01.146Z] nexus3.edgexfoundry.org:10001 [2023-02-15T15:24:01.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:24:01.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:24:01.146Z] Configure a credential helper to remove this warning. See [2023-02-15T15:24:01.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:24:01.146Z] [2023-02-15T15:24:01.146Z] Login Succeeded [2023-02-15T15:24:01.146Z] nexus3.edgexfoundry.org:10002 [2023-02-15T15:24:01.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:24:01.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:24:01.146Z] Configure a credential helper to remove this warning. See [2023-02-15T15:24:01.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:24:01.146Z] [2023-02-15T15:24:01.146Z] Login Succeeded [2023-02-15T15:24:01.146Z] nexus3.edgexfoundry.org:10003 [2023-02-15T15:24:01.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:24:01.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:24:01.404Z] Configure a credential helper to remove this warning. See [2023-02-15T15:24:01.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:24:01.404Z] [2023-02-15T15:24:01.404Z] Login Succeeded [2023-02-15T15:24:01.404Z] nexus3.edgexfoundry.org:10004 [2023-02-15T15:24:01.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:24:01.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:24:01.404Z] Configure a credential helper to remove this warning. See [2023-02-15T15:24:01.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:24:01.404Z] [2023-02-15T15:24:01.404Z] Login Succeeded [2023-02-15T15:24:01.404Z] docker.io [2023-02-15T15:24:01.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:24:01.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:24:01.925Z] Configure a credential helper to remove this warning. See [2023-02-15T15:24:01.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:24:01.925Z] [2023-02-15T15:24:01.925Z] Login Succeeded [2023-02-15T15:24:01.925Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T15:24:01.931Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:24:01.952Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T15:24:01.968Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-15T15:24:01.968Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:01.968Z] latest [2023-02-15T15:24:01.968Z] 3.0.0-dev.50 [2023-02-15T15:24:01.968Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:01.968Z] main [2023-02-15T15:24:01.968Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:02.290Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:02.595Z] + docker push nexus3.edgexfoundry.org:10004/core-command:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:02.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T15:24:02.595Z] e9ff1c61035b: Preparing [2023-02-15T15:24:02.595Z] a7bf79e6d051: Preparing [2023-02-15T15:24:02.595Z] ad4bd9235a94: Preparing [2023-02-15T15:24:02.595Z] e539b383691e: Preparing [2023-02-15T15:24:02.595Z] aa5968d388b8: Preparing [2023-02-15T15:24:02.595Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:02.595Z] e539b383691e: Pushed [2023-02-15T15:24:02.595Z] ad4bd9235a94: Pushed [2023-02-15T15:24:02.595Z] e9ff1c61035b: Pushed [2023-02-15T15:24:03.974Z] a7bf79e6d051: Pushed [2023-02-15T15:24:03.974Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:fdd833f7cb17d371e2d4e64bd4f95f180bfa66d81e1be0c1c58d4600f16308a3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:04.282Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:04.589Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-15T15:24:04.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T15:24:04.589Z] e9ff1c61035b: Preparing [2023-02-15T15:24:04.589Z] a7bf79e6d051: Preparing [2023-02-15T15:24:04.589Z] ad4bd9235a94: Preparing [2023-02-15T15:24:04.589Z] e539b383691e: Preparing [2023-02-15T15:24:04.589Z] aa5968d388b8: Preparing [2023-02-15T15:24:04.589Z] e9ff1c61035b: Layer already exists [2023-02-15T15:24:04.589Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:04.589Z] e539b383691e: Layer already exists [2023-02-15T15:24:04.589Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:04.589Z] a7bf79e6d051: Layer already exists [2023-02-15T15:24:04.589Z] latest: digest: sha256:fdd833f7cb17d371e2d4e64bd4f95f180bfa66d81e1be0c1c58d4600f16308a3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:04.900Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:05.207Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.50 [2023-02-15T15:24:05.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T15:24:05.207Z] e9ff1c61035b: Preparing [2023-02-15T15:24:05.207Z] a7bf79e6d051: Preparing [2023-02-15T15:24:05.207Z] ad4bd9235a94: Preparing [2023-02-15T15:24:05.207Z] e539b383691e: Preparing [2023-02-15T15:24:05.207Z] aa5968d388b8: Preparing [2023-02-15T15:24:05.207Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:05.207Z] a7bf79e6d051: Layer already exists [2023-02-15T15:24:05.207Z] e539b383691e: Layer already exists [2023-02-15T15:24:05.207Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:05.207Z] e9ff1c61035b: Layer already exists [2023-02-15T15:24:05.207Z] 3.0.0-dev.50: digest: sha256:fdd833f7cb17d371e2d4e64bd4f95f180bfa66d81e1be0c1c58d4600f16308a3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:05.513Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:05.818Z] + docker push nexus3.edgexfoundry.org:10004/core-command:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:05.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T15:24:05.818Z] e9ff1c61035b: Preparing [2023-02-15T15:24:05.818Z] a7bf79e6d051: Preparing [2023-02-15T15:24:05.818Z] ad4bd9235a94: Preparing [2023-02-15T15:24:05.818Z] e539b383691e: Preparing [2023-02-15T15:24:05.818Z] aa5968d388b8: Preparing [2023-02-15T15:24:05.818Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:05.818Z] e539b383691e: Layer already exists [2023-02-15T15:24:05.818Z] a7bf79e6d051: Layer already exists [2023-02-15T15:24:05.818Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:05.818Z] e9ff1c61035b: Layer already exists [2023-02-15T15:24:05.818Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:fdd833f7cb17d371e2d4e64bd4f95f180bfa66d81e1be0c1c58d4600f16308a3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:06.126Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:06.432Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-15T15:24:06.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-15T15:24:06.432Z] e9ff1c61035b: Preparing [2023-02-15T15:24:06.432Z] a7bf79e6d051: Preparing [2023-02-15T15:24:06.432Z] ad4bd9235a94: Preparing [2023-02-15T15:24:06.432Z] e539b383691e: Preparing [2023-02-15T15:24:06.432Z] aa5968d388b8: Preparing [2023-02-15T15:24:06.432Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:06.432Z] e539b383691e: Layer already exists [2023-02-15T15:24:06.432Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:06.432Z] a7bf79e6d051: Layer already exists [2023-02-15T15:24:06.432Z] e9ff1c61035b: Layer already exists [2023-02-15T15:24:06.432Z] main: digest: sha256:fdd833f7cb17d371e2d4e64bd4f95f180bfa66d81e1be0c1c58d4600f16308a3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:24:06.473Z] ===================================================== [Pipeline] echo [2023-02-15T15:24:06.478Z] taggedImages: [2023-02-15T15:24:06.478Z] - nexus3.edgexfoundry.org:10004/core-command:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:06.478Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-15T15:24:06.478Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.50 [2023-02-15T15:24:06.478Z] - nexus3.edgexfoundry.org:10004/core-command:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:06.478Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-15T15:24:06.493Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-15T15:24:06.493Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:06.493Z] latest [2023-02-15T15:24:06.493Z] 3.0.0-dev.50 [2023-02-15T15:24:06.493Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:06.493Z] main [2023-02-15T15:24:06.493Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:06.801Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:07.112Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:07.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T15:24:07.112Z] a9088c10e439: Preparing [2023-02-15T15:24:07.112Z] 1a4f9ad78903: Preparing [2023-02-15T15:24:07.112Z] 15ce1e69a5a1: Preparing [2023-02-15T15:24:07.112Z] 9f30a7100551: Preparing [2023-02-15T15:24:07.112Z] ad4bd9235a94: Preparing [2023-02-15T15:24:07.112Z] 29330dd75dc5: Preparing [2023-02-15T15:24:07.112Z] aa5968d388b8: Preparing [2023-02-15T15:24:07.112Z] 29330dd75dc5: Waiting [2023-02-15T15:24:07.112Z] aa5968d388b8: Waiting [2023-02-15T15:24:07.112Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:07.112Z] 1a4f9ad78903: Pushed [2023-02-15T15:24:07.112Z] 15ce1e69a5a1: Pushed [2023-02-15T15:24:07.112Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:07.112Z] a9088c10e439: Pushed [2023-02-15T15:24:07.112Z] 29330dd75dc5: Pushed [2023-02-15T15:24:08.494Z] 9f30a7100551: Pushed [2023-02-15T15:24:08.494Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:e8b8c84a5718b52989a2ae356435773a7fb059dc7e276d44b31cf49291ca39cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:08.807Z] + 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-15T15:24:09.118Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-15T15:24:09.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T15:24:09.118Z] a9088c10e439: Preparing [2023-02-15T15:24:09.118Z] 1a4f9ad78903: Preparing [2023-02-15T15:24:09.118Z] 15ce1e69a5a1: Preparing [2023-02-15T15:24:09.118Z] 9f30a7100551: Preparing [2023-02-15T15:24:09.118Z] ad4bd9235a94: Preparing [2023-02-15T15:24:09.118Z] 29330dd75dc5: Preparing [2023-02-15T15:24:09.118Z] aa5968d388b8: Preparing [2023-02-15T15:24:09.118Z] aa5968d388b8: Waiting [2023-02-15T15:24:09.118Z] 29330dd75dc5: Waiting [2023-02-15T15:24:09.118Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:09.118Z] a9088c10e439: Layer already exists [2023-02-15T15:24:09.118Z] 1a4f9ad78903: Layer already exists [2023-02-15T15:24:09.118Z] 15ce1e69a5a1: Layer already exists [2023-02-15T15:24:09.118Z] 9f30a7100551: Layer already exists [2023-02-15T15:24:09.118Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:09.118Z] 29330dd75dc5: Layer already exists [2023-02-15T15:24:09.118Z] latest: digest: sha256:e8b8c84a5718b52989a2ae356435773a7fb059dc7e276d44b31cf49291ca39cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:09.434Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:09.737Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.50 [2023-02-15T15:24:09.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T15:24:09.737Z] a9088c10e439: Preparing [2023-02-15T15:24:09.737Z] 1a4f9ad78903: Preparing [2023-02-15T15:24:09.737Z] 15ce1e69a5a1: Preparing [2023-02-15T15:24:09.737Z] 9f30a7100551: Preparing [2023-02-15T15:24:09.737Z] ad4bd9235a94: Preparing [2023-02-15T15:24:09.737Z] 29330dd75dc5: Preparing [2023-02-15T15:24:09.737Z] aa5968d388b8: Preparing [2023-02-15T15:24:09.737Z] aa5968d388b8: Waiting [2023-02-15T15:24:09.737Z] 29330dd75dc5: Waiting [2023-02-15T15:24:09.737Z] 1a4f9ad78903: Layer already exists [2023-02-15T15:24:09.737Z] 15ce1e69a5a1: Layer already exists [2023-02-15T15:24:09.737Z] 9f30a7100551: Layer already exists [2023-02-15T15:24:09.737Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:09.737Z] a9088c10e439: Layer already exists [2023-02-15T15:24:09.737Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:09.737Z] 29330dd75dc5: Layer already exists [2023-02-15T15:24:09.737Z] 3.0.0-dev.50: digest: sha256:e8b8c84a5718b52989a2ae356435773a7fb059dc7e276d44b31cf49291ca39cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:10.044Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:10.351Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:10.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T15:24:10.351Z] a9088c10e439: Preparing [2023-02-15T15:24:10.351Z] 1a4f9ad78903: Preparing [2023-02-15T15:24:10.351Z] 15ce1e69a5a1: Preparing [2023-02-15T15:24:10.351Z] 9f30a7100551: Preparing [2023-02-15T15:24:10.351Z] ad4bd9235a94: Preparing [2023-02-15T15:24:10.351Z] 29330dd75dc5: Preparing [2023-02-15T15:24:10.351Z] aa5968d388b8: Preparing [2023-02-15T15:24:10.351Z] 29330dd75dc5: Waiting [2023-02-15T15:24:10.351Z] aa5968d388b8: Waiting [2023-02-15T15:24:10.351Z] 15ce1e69a5a1: Layer already exists [2023-02-15T15:24:10.351Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:10.351Z] 1a4f9ad78903: Layer already exists [2023-02-15T15:24:10.351Z] 9f30a7100551: Layer already exists [2023-02-15T15:24:10.351Z] a9088c10e439: Layer already exists [2023-02-15T15:24:10.351Z] 29330dd75dc5: Layer already exists [2023-02-15T15:24:10.351Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:10.351Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:e8b8c84a5718b52989a2ae356435773a7fb059dc7e276d44b31cf49291ca39cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:10.655Z] + 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-15T15:24:10.970Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-15T15:24:10.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-15T15:24:10.971Z] a9088c10e439: Preparing [2023-02-15T15:24:10.971Z] 1a4f9ad78903: Preparing [2023-02-15T15:24:10.971Z] 15ce1e69a5a1: Preparing [2023-02-15T15:24:10.971Z] 9f30a7100551: Preparing [2023-02-15T15:24:10.971Z] ad4bd9235a94: Preparing [2023-02-15T15:24:10.971Z] 29330dd75dc5: Preparing [2023-02-15T15:24:10.971Z] aa5968d388b8: Preparing [2023-02-15T15:24:10.971Z] 29330dd75dc5: Waiting [2023-02-15T15:24:10.971Z] aa5968d388b8: Waiting [2023-02-15T15:24:10.971Z] 9f30a7100551: Layer already exists [2023-02-15T15:24:10.971Z] 15ce1e69a5a1: Layer already exists [2023-02-15T15:24:10.971Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:10.971Z] 1a4f9ad78903: Layer already exists [2023-02-15T15:24:10.971Z] a9088c10e439: Layer already exists [2023-02-15T15:24:10.971Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:10.971Z] 29330dd75dc5: Layer already exists [2023-02-15T15:24:10.971Z] main: digest: sha256:e8b8c84a5718b52989a2ae356435773a7fb059dc7e276d44b31cf49291ca39cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:24:11.015Z] ===================================================== [Pipeline] echo [2023-02-15T15:24:11.027Z] taggedImages: [2023-02-15T15:24:11.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:11.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-15T15:24:11.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.50 [2023-02-15T15:24:11.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:11.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-15T15:24:11.052Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-15T15:24:11.052Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:11.052Z] latest [2023-02-15T15:24:11.052Z] 3.0.0-dev.50 [2023-02-15T15:24:11.052Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:11.052Z] main [2023-02-15T15:24:11.052Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:11.367Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:11.681Z] + docker push nexus3.edgexfoundry.org:10004/core-data:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:11.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T15:24:11.681Z] ccae03745052: Preparing [2023-02-15T15:24:11.681Z] 882ad22525f4: Preparing [2023-02-15T15:24:11.681Z] ad4bd9235a94: Preparing [2023-02-15T15:24:11.681Z] 6458650ab3f0: Preparing [2023-02-15T15:24:11.681Z] aa5968d388b8: Preparing [2023-02-15T15:24:11.681Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:11.681Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:11.681Z] ccae03745052: Pushed [2023-02-15T15:24:11.681Z] 6458650ab3f0: Pushed [2023-02-15T15:24:13.058Z] 882ad22525f4: Pushed [2023-02-15T15:24:13.058Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:b85938d952afbf49688fd6831a730a6f03d6583088f1edec15cfb558d065466c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:13.374Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:13.688Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-15T15:24:13.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T15:24:13.688Z] ccae03745052: Preparing [2023-02-15T15:24:13.688Z] 882ad22525f4: Preparing [2023-02-15T15:24:13.688Z] ad4bd9235a94: Preparing [2023-02-15T15:24:13.688Z] 6458650ab3f0: Preparing [2023-02-15T15:24:13.688Z] aa5968d388b8: Preparing [2023-02-15T15:24:13.688Z] 6458650ab3f0: Layer already exists [2023-02-15T15:24:13.688Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:13.688Z] ccae03745052: Layer already exists [2023-02-15T15:24:13.688Z] 882ad22525f4: Layer already exists [2023-02-15T15:24:13.688Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:13.688Z] latest: digest: sha256:b85938d952afbf49688fd6831a730a6f03d6583088f1edec15cfb558d065466c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:13.995Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:14.388Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.50 [2023-02-15T15:24:14.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T15:24:14.389Z] ccae03745052: Preparing [2023-02-15T15:24:14.389Z] 882ad22525f4: Preparing [2023-02-15T15:24:14.389Z] ad4bd9235a94: Preparing [2023-02-15T15:24:14.389Z] 6458650ab3f0: Preparing [2023-02-15T15:24:14.389Z] aa5968d388b8: Preparing [2023-02-15T15:24:14.389Z] 882ad22525f4: Layer already exists [2023-02-15T15:24:14.389Z] ccae03745052: Layer already exists [2023-02-15T15:24:14.389Z] 6458650ab3f0: Layer already exists [2023-02-15T15:24:14.389Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:14.389Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:14.389Z] 3.0.0-dev.50: digest: sha256:b85938d952afbf49688fd6831a730a6f03d6583088f1edec15cfb558d065466c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:14.736Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:15.093Z] + docker push nexus3.edgexfoundry.org:10004/core-data:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:15.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T15:24:15.093Z] ccae03745052: Preparing [2023-02-15T15:24:15.093Z] 882ad22525f4: Preparing [2023-02-15T15:24:15.093Z] ad4bd9235a94: Preparing [2023-02-15T15:24:15.093Z] 6458650ab3f0: Preparing [2023-02-15T15:24:15.093Z] aa5968d388b8: Preparing [2023-02-15T15:24:15.093Z] 6458650ab3f0: Layer already exists [2023-02-15T15:24:15.093Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:15.093Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:15.093Z] ccae03745052: Layer already exists [2023-02-15T15:24:15.093Z] 882ad22525f4: Layer already exists [2023-02-15T15:24:15.093Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:b85938d952afbf49688fd6831a730a6f03d6583088f1edec15cfb558d065466c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:15.435Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:15.742Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-15T15:24:15.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-15T15:24:15.743Z] ccae03745052: Preparing [2023-02-15T15:24:15.743Z] 882ad22525f4: Preparing [2023-02-15T15:24:15.743Z] ad4bd9235a94: Preparing [2023-02-15T15:24:15.743Z] 6458650ab3f0: Preparing [2023-02-15T15:24:15.743Z] aa5968d388b8: Preparing [2023-02-15T15:24:15.743Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:15.743Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:15.743Z] ccae03745052: Layer already exists [2023-02-15T15:24:15.743Z] 882ad22525f4: Layer already exists [2023-02-15T15:24:15.743Z] 6458650ab3f0: Layer already exists [2023-02-15T15:24:15.743Z] main: digest: sha256:b85938d952afbf49688fd6831a730a6f03d6583088f1edec15cfb558d065466c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:24:15.801Z] ===================================================== [Pipeline] echo [2023-02-15T15:24:15.809Z] taggedImages: [2023-02-15T15:24:15.809Z] - nexus3.edgexfoundry.org:10004/core-data:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:15.809Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-15T15:24:15.809Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.50 [2023-02-15T15:24:15.809Z] - nexus3.edgexfoundry.org:10004/core-data:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:15.809Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-02-15T15:24:15.837Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-15T15:24:15.837Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:15.837Z] latest [2023-02-15T15:24:15.837Z] 3.0.0-dev.50 [2023-02-15T15:24:15.837Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:15.837Z] main [2023-02-15T15:24:15.837Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:16.168Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:16.475Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:16.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T15:24:16.475Z] 7ae0e353d0f4: Preparing [2023-02-15T15:24:16.475Z] 724323dc50ee: Preparing [2023-02-15T15:24:16.475Z] 3ead2f70458a: Preparing [2023-02-15T15:24:16.475Z] ad4bd9235a94: Preparing [2023-02-15T15:24:16.475Z] e539b383691e: Preparing [2023-02-15T15:24:16.475Z] aa5968d388b8: Preparing [2023-02-15T15:24:16.475Z] aa5968d388b8: Waiting [2023-02-15T15:24:16.475Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:16.475Z] e539b383691e: Layer already exists [2023-02-15T15:24:16.475Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:16.475Z] 7ae0e353d0f4: Pushed [2023-02-15T15:24:16.475Z] 724323dc50ee: Pushed [2023-02-15T15:24:18.381Z] 3ead2f70458a: Pushed [2023-02-15T15:24:18.381Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:f4a58f6771f4077299e348fe25262e790658bc0056280d8db1a5a30345397ebd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:18.698Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:19.000Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-15T15:24:19.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T15:24:19.000Z] 7ae0e353d0f4: Preparing [2023-02-15T15:24:19.000Z] 724323dc50ee: Preparing [2023-02-15T15:24:19.000Z] 3ead2f70458a: Preparing [2023-02-15T15:24:19.000Z] ad4bd9235a94: Preparing [2023-02-15T15:24:19.000Z] e539b383691e: Preparing [2023-02-15T15:24:19.000Z] aa5968d388b8: Preparing [2023-02-15T15:24:19.000Z] aa5968d388b8: Waiting [2023-02-15T15:24:19.000Z] e539b383691e: Layer already exists [2023-02-15T15:24:19.000Z] 3ead2f70458a: Layer already exists [2023-02-15T15:24:19.000Z] 724323dc50ee: Layer already exists [2023-02-15T15:24:19.000Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:19.000Z] 7ae0e353d0f4: Layer already exists [2023-02-15T15:24:19.000Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:19.000Z] latest: digest: sha256:f4a58f6771f4077299e348fe25262e790658bc0056280d8db1a5a30345397ebd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:19.326Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:19.639Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.50 [2023-02-15T15:24:19.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T15:24:19.639Z] 7ae0e353d0f4: Preparing [2023-02-15T15:24:19.639Z] 724323dc50ee: Preparing [2023-02-15T15:24:19.639Z] 3ead2f70458a: Preparing [2023-02-15T15:24:19.639Z] ad4bd9235a94: Preparing [2023-02-15T15:24:19.639Z] e539b383691e: Preparing [2023-02-15T15:24:19.639Z] aa5968d388b8: Preparing [2023-02-15T15:24:19.639Z] aa5968d388b8: Waiting [2023-02-15T15:24:19.639Z] 3ead2f70458a: Layer already exists [2023-02-15T15:24:19.639Z] e539b383691e: Layer already exists [2023-02-15T15:24:19.639Z] 724323dc50ee: Layer already exists [2023-02-15T15:24:19.639Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:19.639Z] 7ae0e353d0f4: Layer already exists [2023-02-15T15:24:19.639Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:19.639Z] 3.0.0-dev.50: digest: sha256:f4a58f6771f4077299e348fe25262e790658bc0056280d8db1a5a30345397ebd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:19.953Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:20.260Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:20.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T15:24:20.260Z] 7ae0e353d0f4: Preparing [2023-02-15T15:24:20.260Z] 724323dc50ee: Preparing [2023-02-15T15:24:20.260Z] 3ead2f70458a: Preparing [2023-02-15T15:24:20.260Z] ad4bd9235a94: Preparing [2023-02-15T15:24:20.261Z] e539b383691e: Preparing [2023-02-15T15:24:20.261Z] aa5968d388b8: Preparing [2023-02-15T15:24:20.261Z] aa5968d388b8: Waiting [2023-02-15T15:24:20.261Z] 724323dc50ee: Layer already exists [2023-02-15T15:24:20.261Z] e539b383691e: Layer already exists [2023-02-15T15:24:20.261Z] 7ae0e353d0f4: Layer already exists [2023-02-15T15:24:20.261Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:20.261Z] 3ead2f70458a: Layer already exists [2023-02-15T15:24:20.261Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:20.261Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:f4a58f6771f4077299e348fe25262e790658bc0056280d8db1a5a30345397ebd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:20.573Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:20.873Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-15T15:24:20.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-15T15:24:20.873Z] 7ae0e353d0f4: Preparing [2023-02-15T15:24:20.873Z] 724323dc50ee: Preparing [2023-02-15T15:24:20.873Z] 3ead2f70458a: Preparing [2023-02-15T15:24:20.873Z] ad4bd9235a94: Preparing [2023-02-15T15:24:20.873Z] e539b383691e: Preparing [2023-02-15T15:24:20.873Z] aa5968d388b8: Preparing [2023-02-15T15:24:20.873Z] aa5968d388b8: Waiting [2023-02-15T15:24:20.873Z] 724323dc50ee: Layer already exists [2023-02-15T15:24:20.873Z] 3ead2f70458a: Layer already exists [2023-02-15T15:24:20.873Z] e539b383691e: Layer already exists [2023-02-15T15:24:20.873Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:20.873Z] 7ae0e353d0f4: Layer already exists [2023-02-15T15:24:20.873Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:20.873Z] main: digest: sha256:f4a58f6771f4077299e348fe25262e790658bc0056280d8db1a5a30345397ebd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:24:20.911Z] ===================================================== [Pipeline] echo [2023-02-15T15:24:20.923Z] taggedImages: [2023-02-15T15:24:20.923Z] - nexus3.edgexfoundry.org:10004/core-metadata:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:20.923Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-15T15:24:20.923Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.50 [2023-02-15T15:24:20.923Z] - nexus3.edgexfoundry.org:10004/core-metadata:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:20.923Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-15T15:24:20.944Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-15T15:24:20.944Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:20.944Z] latest [2023-02-15T15:24:20.944Z] 3.0.0-dev.50 [2023-02-15T15:24:20.944Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:20.944Z] main [2023-02-15T15:24:20.944Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:21.262Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:21.573Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:21.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T15:24:21.573Z] 263bf22d0f7b: Preparing [2023-02-15T15:24:21.573Z] 263bf22d0f7b: Preparing [2023-02-15T15:24:21.573Z] 0db1e8bcce69: Preparing [2023-02-15T15:24:21.573Z] 815f7169934c: Preparing [2023-02-15T15:24:21.573Z] 95dde46106f0: Preparing [2023-02-15T15:24:21.573Z] f6d911468600: Preparing [2023-02-15T15:24:21.573Z] e31e8ed8ce41: Preparing [2023-02-15T15:24:21.573Z] ad4bd9235a94: Preparing [2023-02-15T15:24:21.573Z] 91caf6747c04: Preparing [2023-02-15T15:24:21.573Z] 8a5411c8d2ae: Preparing [2023-02-15T15:24:21.573Z] 74d74bfdd475: Preparing [2023-02-15T15:24:21.573Z] 315c603a7138: Preparing [2023-02-15T15:24:21.573Z] aa5968d388b8: Preparing [2023-02-15T15:24:21.573Z] e31e8ed8ce41: Waiting [2023-02-15T15:24:21.573Z] ad4bd9235a94: Waiting [2023-02-15T15:24:21.573Z] 91caf6747c04: Waiting [2023-02-15T15:24:21.573Z] 8a5411c8d2ae: Waiting [2023-02-15T15:24:21.573Z] 74d74bfdd475: Waiting [2023-02-15T15:24:21.573Z] 315c603a7138: Waiting [2023-02-15T15:24:21.573Z] aa5968d388b8: Waiting [2023-02-15T15:24:21.573Z] 263bf22d0f7b: Pushed [2023-02-15T15:24:21.573Z] 0db1e8bcce69: Pushed [2023-02-15T15:24:21.573Z] 815f7169934c: Pushed [2023-02-15T15:24:21.573Z] f6d911468600: Pushed [2023-02-15T15:24:21.573Z] 95dde46106f0: Pushed [2023-02-15T15:24:21.573Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:21.832Z] 91caf6747c04: Pushed [2023-02-15T15:24:21.832Z] 74d74bfdd475: Pushed [2023-02-15T15:24:21.832Z] 315c603a7138: Pushed [2023-02-15T15:24:21.832Z] 8a5411c8d2ae: Pushed [2023-02-15T15:24:21.832Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:23.210Z] e31e8ed8ce41: Pushed [2023-02-15T15:24:23.470Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:b27ae3b0e4e42e7a5000d084866d26eacc13d72750989cb53a58019b11c611be size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:23.776Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:24.080Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-15T15:24:24.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T15:24:24.081Z] 263bf22d0f7b: Preparing [2023-02-15T15:24:24.081Z] 263bf22d0f7b: Preparing [2023-02-15T15:24:24.081Z] 0db1e8bcce69: Preparing [2023-02-15T15:24:24.081Z] 815f7169934c: Preparing [2023-02-15T15:24:24.081Z] 95dde46106f0: Preparing [2023-02-15T15:24:24.081Z] f6d911468600: Preparing [2023-02-15T15:24:24.081Z] e31e8ed8ce41: Preparing [2023-02-15T15:24:24.081Z] ad4bd9235a94: Preparing [2023-02-15T15:24:24.081Z] e31e8ed8ce41: Waiting [2023-02-15T15:24:24.081Z] 91caf6747c04: Preparing [2023-02-15T15:24:24.081Z] 8a5411c8d2ae: Preparing [2023-02-15T15:24:24.081Z] 74d74bfdd475: Preparing [2023-02-15T15:24:24.081Z] ad4bd9235a94: Waiting [2023-02-15T15:24:24.081Z] 91caf6747c04: Waiting [2023-02-15T15:24:24.081Z] 8a5411c8d2ae: Waiting [2023-02-15T15:24:24.081Z] 315c603a7138: Preparing [2023-02-15T15:24:24.081Z] aa5968d388b8: Preparing [2023-02-15T15:24:24.081Z] 74d74bfdd475: Waiting [2023-02-15T15:24:24.081Z] 315c603a7138: Waiting [2023-02-15T15:24:24.081Z] aa5968d388b8: Waiting [2023-02-15T15:24:24.081Z] 815f7169934c: Layer already exists [2023-02-15T15:24:24.081Z] 263bf22d0f7b: Layer already exists [2023-02-15T15:24:24.081Z] 95dde46106f0: Layer already exists [2023-02-15T15:24:24.081Z] f6d911468600: Layer already exists [2023-02-15T15:24:24.081Z] 0db1e8bcce69: Layer already exists [2023-02-15T15:24:24.081Z] e31e8ed8ce41: Layer already exists [2023-02-15T15:24:24.081Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:24.081Z] 91caf6747c04: Layer already exists [2023-02-15T15:24:24.081Z] 74d74bfdd475: Layer already exists [2023-02-15T15:24:24.081Z] 8a5411c8d2ae: Layer already exists [2023-02-15T15:24:24.081Z] 315c603a7138: Layer already exists [2023-02-15T15:24:24.081Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:24.081Z] latest: digest: sha256:b27ae3b0e4e42e7a5000d084866d26eacc13d72750989cb53a58019b11c611be size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:24.389Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:24.695Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.50 [2023-02-15T15:24:24.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T15:24:24.695Z] 263bf22d0f7b: Preparing [2023-02-15T15:24:24.695Z] 263bf22d0f7b: Preparing [2023-02-15T15:24:24.695Z] 0db1e8bcce69: Preparing [2023-02-15T15:24:24.695Z] 815f7169934c: Preparing [2023-02-15T15:24:24.695Z] 95dde46106f0: Preparing [2023-02-15T15:24:24.695Z] f6d911468600: Preparing [2023-02-15T15:24:24.695Z] e31e8ed8ce41: Preparing [2023-02-15T15:24:24.695Z] ad4bd9235a94: Preparing [2023-02-15T15:24:24.695Z] 91caf6747c04: Preparing [2023-02-15T15:24:24.695Z] 8a5411c8d2ae: Preparing [2023-02-15T15:24:24.695Z] 74d74bfdd475: Preparing [2023-02-15T15:24:24.695Z] 315c603a7138: Preparing [2023-02-15T15:24:24.695Z] aa5968d388b8: Preparing [2023-02-15T15:24:24.695Z] e31e8ed8ce41: Waiting [2023-02-15T15:24:24.695Z] ad4bd9235a94: Waiting [2023-02-15T15:24:24.695Z] 91caf6747c04: Waiting [2023-02-15T15:24:24.695Z] 8a5411c8d2ae: Waiting [2023-02-15T15:24:24.695Z] 74d74bfdd475: Waiting [2023-02-15T15:24:24.695Z] 315c603a7138: Waiting [2023-02-15T15:24:24.695Z] aa5968d388b8: Waiting [2023-02-15T15:24:24.695Z] 95dde46106f0: Layer already exists [2023-02-15T15:24:24.695Z] 263bf22d0f7b: Layer already exists [2023-02-15T15:24:24.695Z] 815f7169934c: Layer already exists [2023-02-15T15:24:24.695Z] f6d911468600: Layer already exists [2023-02-15T15:24:24.695Z] 0db1e8bcce69: Layer already exists [2023-02-15T15:24:24.695Z] e31e8ed8ce41: Layer already exists [2023-02-15T15:24:24.695Z] 91caf6747c04: Layer already exists [2023-02-15T15:24:24.695Z] 74d74bfdd475: Layer already exists [2023-02-15T15:24:24.695Z] 8a5411c8d2ae: Layer already exists [2023-02-15T15:24:24.695Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:24.695Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:24.695Z] 315c603a7138: Layer already exists [2023-02-15T15:24:24.695Z] 3.0.0-dev.50: digest: sha256:b27ae3b0e4e42e7a5000d084866d26eacc13d72750989cb53a58019b11c611be size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:25.000Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:25.308Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:25.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T15:24:25.308Z] 263bf22d0f7b: Preparing [2023-02-15T15:24:25.308Z] 263bf22d0f7b: Preparing [2023-02-15T15:24:25.308Z] 0db1e8bcce69: Preparing [2023-02-15T15:24:25.308Z] 815f7169934c: Preparing [2023-02-15T15:24:25.308Z] 95dde46106f0: Preparing [2023-02-15T15:24:25.308Z] f6d911468600: Preparing [2023-02-15T15:24:25.308Z] e31e8ed8ce41: Preparing [2023-02-15T15:24:25.308Z] ad4bd9235a94: Preparing [2023-02-15T15:24:25.308Z] 91caf6747c04: Preparing [2023-02-15T15:24:25.308Z] 8a5411c8d2ae: Preparing [2023-02-15T15:24:25.308Z] 74d74bfdd475: Preparing [2023-02-15T15:24:25.308Z] 315c603a7138: Preparing [2023-02-15T15:24:25.308Z] aa5968d388b8: Preparing [2023-02-15T15:24:25.308Z] e31e8ed8ce41: Waiting [2023-02-15T15:24:25.308Z] ad4bd9235a94: Waiting [2023-02-15T15:24:25.308Z] 74d74bfdd475: Waiting [2023-02-15T15:24:25.308Z] 91caf6747c04: Waiting [2023-02-15T15:24:25.308Z] 8a5411c8d2ae: Waiting [2023-02-15T15:24:25.308Z] 315c603a7138: Waiting [2023-02-15T15:24:25.308Z] aa5968d388b8: Waiting [2023-02-15T15:24:25.308Z] 95dde46106f0: Layer already exists [2023-02-15T15:24:25.308Z] 263bf22d0f7b: Layer already exists [2023-02-15T15:24:25.308Z] 815f7169934c: Layer already exists [2023-02-15T15:24:25.308Z] 0db1e8bcce69: Layer already exists [2023-02-15T15:24:25.308Z] f6d911468600: Layer already exists [2023-02-15T15:24:25.308Z] e31e8ed8ce41: Layer already exists [2023-02-15T15:24:25.308Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:25.308Z] 91caf6747c04: Layer already exists [2023-02-15T15:24:25.308Z] 8a5411c8d2ae: Layer already exists [2023-02-15T15:24:25.308Z] 74d74bfdd475: Layer already exists [2023-02-15T15:24:25.308Z] 315c603a7138: Layer already exists [2023-02-15T15:24:25.308Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:25.308Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:b27ae3b0e4e42e7a5000d084866d26eacc13d72750989cb53a58019b11c611be size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:25.617Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [2023-02-15T15:24:25.639Z] Removing intermediate container 0383e7c25d5c [2023-02-15T15:24:25.639Z] ---> adeecc76d8a6 [2023-02-15T15:24:25.639Z] Successfully built adeecc76d8a6 [2023-02-15T15:24:25.639Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:25.928Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-15T15:24:25.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-15T15:24:25.928Z] 263bf22d0f7b: Preparing [2023-02-15T15:24:25.928Z] 263bf22d0f7b: Preparing [2023-02-15T15:24:25.928Z] 0db1e8bcce69: Preparing [2023-02-15T15:24:25.928Z] 815f7169934c: Preparing [2023-02-15T15:24:25.928Z] 95dde46106f0: Preparing [2023-02-15T15:24:25.928Z] f6d911468600: Preparing [2023-02-15T15:24:25.928Z] e31e8ed8ce41: Preparing [2023-02-15T15:24:25.928Z] ad4bd9235a94: Preparing [2023-02-15T15:24:25.928Z] 91caf6747c04: Preparing [2023-02-15T15:24:25.928Z] 8a5411c8d2ae: Preparing [2023-02-15T15:24:25.928Z] 74d74bfdd475: Preparing [2023-02-15T15:24:25.928Z] 315c603a7138: Preparing [2023-02-15T15:24:25.928Z] aa5968d388b8: Preparing [2023-02-15T15:24:25.928Z] ad4bd9235a94: Waiting [2023-02-15T15:24:25.928Z] 8a5411c8d2ae: Waiting [2023-02-15T15:24:25.928Z] 91caf6747c04: Waiting [2023-02-15T15:24:25.928Z] 74d74bfdd475: Waiting [2023-02-15T15:24:25.928Z] 315c603a7138: Waiting [2023-02-15T15:24:25.928Z] e31e8ed8ce41: Waiting [2023-02-15T15:24:25.928Z] aa5968d388b8: Waiting [2023-02-15T15:24:25.928Z] 815f7169934c: Layer already exists [2023-02-15T15:24:25.928Z] f6d911468600: Layer already exists [2023-02-15T15:24:25.928Z] 95dde46106f0: Layer already exists [2023-02-15T15:24:25.928Z] 0db1e8bcce69: Layer already exists [2023-02-15T15:24:25.928Z] 263bf22d0f7b: Layer already exists [2023-02-15T15:24:25.928Z] 91caf6747c04: Layer already exists [2023-02-15T15:24:25.928Z] e31e8ed8ce41: Layer already exists [2023-02-15T15:24:25.928Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:25.928Z] 74d74bfdd475: Layer already exists [2023-02-15T15:24:25.928Z] 8a5411c8d2ae: Layer already exists [2023-02-15T15:24:25.928Z] 315c603a7138: Layer already exists [2023-02-15T15:24:25.928Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:25.928Z] main: digest: sha256:b27ae3b0e4e42e7a5000d084866d26eacc13d72750989cb53a58019b11c611be size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:24:25.981Z] ===================================================== [Pipeline] echo [2023-02-15T15:24:25.990Z] taggedImages: [2023-02-15T15:24:25.990Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:25.990Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-15T15:24:25.990Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.50 [2023-02-15T15:24:25.990Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:25.990Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-15T15:24:26.012Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-15T15:24:26.012Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:26.012Z] latest [2023-02-15T15:24:26.012Z] 3.0.0-dev.50 [2023-02-15T15:24:26.012Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:26.012Z] main [2023-02-15T15:24:26.012Z] ===================================================== [2023-02-15T15:24:26.015Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T15:24:26.015Z] . [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] withDockerRegistry [Pipeline] // withEnv [Pipeline] { [Pipeline] withDockerContainer [2023-02-15T15:24:26.252Z] prd-ubuntu20.04-docker-arm64-4c-16g-6126 does not seem to be running inside a container [2023-02-15T15:24:26.325Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:24:27.690Z] $ docker top 71855ad230afef60ec9388bed8d2f01b385eb209d114272a72a81f2659d496b7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:28.275Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:28.557Z] + go version [2023-02-15T15:24:28.557Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-15T15:24:28.576Z] $ docker stop --time=1 71855ad230afef60ec9388bed8d2f01b385eb209d114272a72a81f2659d496b7 [2023-02-15T15:24:28.592Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:28.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T15:24:28.592Z] 6670f92cd5d5: Preparing [2023-02-15T15:24:28.592Z] 0b42cc69758f: Preparing [2023-02-15T15:24:28.592Z] 8373bde4302d: Preparing [2023-02-15T15:24:28.592Z] 4617ceae83b9: Preparing [2023-02-15T15:24:28.592Z] fc2a53037fd1: Preparing [2023-02-15T15:24:28.592Z] ec6bef56638b: Preparing [2023-02-15T15:24:28.592Z] c9e104028ffb: Preparing [2023-02-15T15:24:28.592Z] aa5968d388b8: Preparing [2023-02-15T15:24:28.592Z] c9e104028ffb: Waiting [2023-02-15T15:24:28.592Z] aa5968d388b8: Waiting [2023-02-15T15:24:28.592Z] ec6bef56638b: Waiting [2023-02-15T15:24:28.592Z] 0b42cc69758f: Pushed [2023-02-15T15:24:28.592Z] 6670f92cd5d5: Pushed [2023-02-15T15:24:28.592Z] fc2a53037fd1: Pushed [2023-02-15T15:24:28.592Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:28.855Z] ec6bef56638b: Pushed [2023-02-15T15:24:29.116Z] c9e104028ffb: Pushed [2023-02-15T15:24:29.686Z] 8373bde4302d: Pushed [2023-02-15T15:24:29.946Z] 4617ceae83b9: Pushed [2023-02-15T15:24:29.946Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:d4253899b06ae1f08ad728b50091f48173bf818610d264d6535957b0a11f6bac size: 1990 [2023-02-15T15:24:30.261Z] $ docker rm -f --volumes 71855ad230afef60ec9388bed8d2f01b385eb209d114272a72a81f2659d496b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 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-15T15:24:30.778Z] + 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-15T15:24:30.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T15:24:30.904Z] [2023-02-15T15:24:30.904Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:31.078Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-15T15:24:31.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T15:24:31.078Z] 6670f92cd5d5: Preparing [2023-02-15T15:24:31.078Z] 0b42cc69758f: Preparing [2023-02-15T15:24:31.078Z] 8373bde4302d: Preparing [2023-02-15T15:24:31.078Z] 4617ceae83b9: Preparing [2023-02-15T15:24:31.078Z] fc2a53037fd1: Preparing [2023-02-15T15:24:31.078Z] ec6bef56638b: Preparing [2023-02-15T15:24:31.078Z] c9e104028ffb: Preparing [2023-02-15T15:24:31.078Z] aa5968d388b8: Preparing [2023-02-15T15:24:31.078Z] c9e104028ffb: Waiting [2023-02-15T15:24:31.078Z] ec6bef56638b: Waiting [2023-02-15T15:24:31.078Z] aa5968d388b8: Waiting [2023-02-15T15:24:31.078Z] fc2a53037fd1: Layer already exists [2023-02-15T15:24:31.078Z] 4617ceae83b9: Layer already exists [2023-02-15T15:24:31.078Z] 0b42cc69758f: Layer already exists [2023-02-15T15:24:31.078Z] 8373bde4302d: Layer already exists [2023-02-15T15:24:31.078Z] 6670f92cd5d5: Layer already exists [2023-02-15T15:24:31.078Z] ec6bef56638b: Layer already exists [2023-02-15T15:24:31.078Z] c9e104028ffb: Layer already exists [2023-02-15T15:24:31.078Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:31.079Z] latest: digest: sha256:d4253899b06ae1f08ad728b50091f48173bf818610d264d6535957b0a11f6bac size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:31.239Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T15:24:31.239Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-15T15:24:31.239Z] 29e5d40040c1: Pulling fs layer [2023-02-15T15:24:31.385Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:31.509Z] 1ce36da41761: Pulling fs layer [2023-02-15T15:24:31.510Z] 25b303627fd3: Pulling fs layer [2023-02-15T15:24:31.510Z] 29e5d40040c1: Download complete [2023-02-15T15:24:31.683Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.50 [2023-02-15T15:24:31.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T15:24:31.683Z] 6670f92cd5d5: Preparing [2023-02-15T15:24:31.683Z] 0b42cc69758f: Preparing [2023-02-15T15:24:31.683Z] 8373bde4302d: Preparing [2023-02-15T15:24:31.683Z] 4617ceae83b9: Preparing [2023-02-15T15:24:31.683Z] fc2a53037fd1: Preparing [2023-02-15T15:24:31.683Z] ec6bef56638b: Preparing [2023-02-15T15:24:31.683Z] c9e104028ffb: Preparing [2023-02-15T15:24:31.683Z] aa5968d388b8: Preparing [2023-02-15T15:24:31.683Z] ec6bef56638b: Waiting [2023-02-15T15:24:31.683Z] c9e104028ffb: Waiting [2023-02-15T15:24:31.683Z] aa5968d388b8: Waiting [2023-02-15T15:24:31.683Z] 0b42cc69758f: Layer already exists [2023-02-15T15:24:31.683Z] 8373bde4302d: Layer already exists [2023-02-15T15:24:31.683Z] fc2a53037fd1: Layer already exists [2023-02-15T15:24:31.683Z] 4617ceae83b9: Layer already exists [2023-02-15T15:24:31.683Z] 6670f92cd5d5: Layer already exists [2023-02-15T15:24:31.683Z] ec6bef56638b: Layer already exists [2023-02-15T15:24:31.683Z] c9e104028ffb: Layer already exists [2023-02-15T15:24:31.683Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:31.683Z] 3.0.0-dev.50: digest: sha256:d4253899b06ae1f08ad728b50091f48173bf818610d264d6535957b0a11f6bac size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:31.778Z] 1ce36da41761: Verifying Checksum [2023-02-15T15:24:31.778Z] 1ce36da41761: Download complete [2023-02-15T15:24:31.987Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:32.046Z] 29e5d40040c1: Pull complete [2023-02-15T15:24:32.294Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:32.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T15:24:32.294Z] 6670f92cd5d5: Preparing [2023-02-15T15:24:32.294Z] 0b42cc69758f: Preparing [2023-02-15T15:24:32.294Z] 8373bde4302d: Preparing [2023-02-15T15:24:32.294Z] 4617ceae83b9: Preparing [2023-02-15T15:24:32.294Z] fc2a53037fd1: Preparing [2023-02-15T15:24:32.294Z] ec6bef56638b: Preparing [2023-02-15T15:24:32.294Z] c9e104028ffb: Preparing [2023-02-15T15:24:32.294Z] aa5968d388b8: Preparing [2023-02-15T15:24:32.294Z] ec6bef56638b: Waiting [2023-02-15T15:24:32.294Z] c9e104028ffb: Waiting [2023-02-15T15:24:32.294Z] aa5968d388b8: Waiting [2023-02-15T15:24:32.294Z] 4617ceae83b9: Layer already exists [2023-02-15T15:24:32.294Z] fc2a53037fd1: Layer already exists [2023-02-15T15:24:32.294Z] 0b42cc69758f: Layer already exists [2023-02-15T15:24:32.294Z] 6670f92cd5d5: Layer already exists [2023-02-15T15:24:32.294Z] 8373bde4302d: Layer already exists [2023-02-15T15:24:32.294Z] ec6bef56638b: Layer already exists [2023-02-15T15:24:32.294Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:32.294Z] c9e104028ffb: Layer already exists [2023-02-15T15:24:32.294Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:d4253899b06ae1f08ad728b50091f48173bf818610d264d6535957b0a11f6bac size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:32.604Z] + 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-15T15:24:32.903Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-15T15:24:32.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-15T15:24:32.903Z] 6670f92cd5d5: Preparing [2023-02-15T15:24:32.903Z] 0b42cc69758f: Preparing [2023-02-15T15:24:32.903Z] 8373bde4302d: Preparing [2023-02-15T15:24:32.903Z] 4617ceae83b9: Preparing [2023-02-15T15:24:32.903Z] fc2a53037fd1: Preparing [2023-02-15T15:24:32.903Z] ec6bef56638b: Preparing [2023-02-15T15:24:32.903Z] c9e104028ffb: Preparing [2023-02-15T15:24:32.903Z] aa5968d388b8: Preparing [2023-02-15T15:24:32.903Z] ec6bef56638b: Waiting [2023-02-15T15:24:32.903Z] c9e104028ffb: Waiting [2023-02-15T15:24:32.903Z] aa5968d388b8: Waiting [2023-02-15T15:24:32.903Z] fc2a53037fd1: Layer already exists [2023-02-15T15:24:32.903Z] 8373bde4302d: Layer already exists [2023-02-15T15:24:32.903Z] 6670f92cd5d5: Layer already exists [2023-02-15T15:24:32.903Z] 4617ceae83b9: Layer already exists [2023-02-15T15:24:32.903Z] 0b42cc69758f: Layer already exists [2023-02-15T15:24:32.903Z] ec6bef56638b: Layer already exists [2023-02-15T15:24:32.903Z] c9e104028ffb: Layer already exists [2023-02-15T15:24:32.903Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:32.903Z] main: digest: sha256:d4253899b06ae1f08ad728b50091f48173bf818610d264d6535957b0a11f6bac size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:24:32.944Z] ===================================================== [Pipeline] echo [2023-02-15T15:24:32.950Z] taggedImages: [2023-02-15T15:24:32.950Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:32.950Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-15T15:24:32.950Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.50 [2023-02-15T15:24:32.950Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:32.950Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-15T15:24:32.963Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-15T15:24:32.963Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:32.963Z] latest [2023-02-15T15:24:32.963Z] 3.0.0-dev.50 [2023-02-15T15:24:32.963Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:32.963Z] main [2023-02-15T15:24:32.963Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:33.273Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:33.461Z] 25b303627fd3: Verifying Checksum [2023-02-15T15:24:33.461Z] 25b303627fd3: Download complete [2023-02-15T15:24:33.461Z] 1ce36da41761: Pull complete [2023-02-15T15:24:33.574Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:33.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T15:24:33.574Z] 335d43090fee: Preparing [2023-02-15T15:24:33.574Z] 6f349fd31c14: Preparing [2023-02-15T15:24:33.574Z] f339f0d11c7e: Preparing [2023-02-15T15:24:33.574Z] 60f38ac2440b: Preparing [2023-02-15T15:24:33.574Z] cf8ec4ed434a: Preparing [2023-02-15T15:24:33.574Z] a6d50ed0765a: Preparing [2023-02-15T15:24:33.574Z] 60869c96ce8d: Preparing [2023-02-15T15:24:33.574Z] dae7aa85e511: Preparing [2023-02-15T15:24:33.574Z] f24ce487a86f: Preparing [2023-02-15T15:24:33.574Z] aa5968d388b8: Preparing [2023-02-15T15:24:33.574Z] a6d50ed0765a: Waiting [2023-02-15T15:24:33.574Z] dae7aa85e511: Waiting [2023-02-15T15:24:33.574Z] f24ce487a86f: Waiting [2023-02-15T15:24:33.574Z] aa5968d388b8: Waiting [2023-02-15T15:24:33.574Z] 60869c96ce8d: Waiting [2023-02-15T15:24:33.574Z] cf8ec4ed434a: Pushed [2023-02-15T15:24:33.574Z] 335d43090fee: Pushed [2023-02-15T15:24:33.574Z] 6f349fd31c14: Pushed [2023-02-15T15:24:33.831Z] dae7aa85e511: Pushed [2023-02-15T15:24:33.831Z] 60869c96ce8d: Pushed [2023-02-15T15:24:33.831Z] a6d50ed0765a: Pushed [2023-02-15T15:24:33.831Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:33.831Z] f24ce487a86f: Pushed [2023-02-15T15:24:34.770Z] 60f38ac2440b: Pushed [2023-02-15T15:24:35.028Z] f339f0d11c7e: Pushed [2023-02-15T15:24:35.028Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:bbc6994bb589cc5d3c9b3c30fe6ea70cc1a0558d463c19ce2ef4a410449a7310 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:35.336Z] + 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-15T15:24:35.637Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-15T15:24:35.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T15:24:35.637Z] 335d43090fee: Preparing [2023-02-15T15:24:35.637Z] 6f349fd31c14: Preparing [2023-02-15T15:24:35.637Z] f339f0d11c7e: Preparing [2023-02-15T15:24:35.637Z] 60f38ac2440b: Preparing [2023-02-15T15:24:35.637Z] cf8ec4ed434a: Preparing [2023-02-15T15:24:35.637Z] a6d50ed0765a: Preparing [2023-02-15T15:24:35.637Z] 60869c96ce8d: Preparing [2023-02-15T15:24:35.637Z] a6d50ed0765a: Waiting [2023-02-15T15:24:35.637Z] dae7aa85e511: Preparing [2023-02-15T15:24:35.637Z] f24ce487a86f: Preparing [2023-02-15T15:24:35.637Z] dae7aa85e511: Waiting [2023-02-15T15:24:35.637Z] 60869c96ce8d: Waiting [2023-02-15T15:24:35.637Z] aa5968d388b8: Preparing [2023-02-15T15:24:35.637Z] f24ce487a86f: Waiting [2023-02-15T15:24:35.637Z] aa5968d388b8: Waiting [2023-02-15T15:24:35.637Z] 60f38ac2440b: Layer already exists [2023-02-15T15:24:35.637Z] f339f0d11c7e: Layer already exists [2023-02-15T15:24:35.637Z] 335d43090fee: Layer already exists [2023-02-15T15:24:35.637Z] cf8ec4ed434a: Layer already exists [2023-02-15T15:24:35.637Z] 6f349fd31c14: Layer already exists [2023-02-15T15:24:35.637Z] a6d50ed0765a: Layer already exists [2023-02-15T15:24:35.637Z] 60869c96ce8d: Layer already exists [2023-02-15T15:24:35.637Z] f24ce487a86f: Layer already exists [2023-02-15T15:24:35.637Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:35.637Z] dae7aa85e511: Layer already exists [2023-02-15T15:24:35.637Z] latest: digest: sha256:bbc6994bb589cc5d3c9b3c30fe6ea70cc1a0558d463c19ce2ef4a410449a7310 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:35.954Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:36.253Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.50 [2023-02-15T15:24:36.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T15:24:36.253Z] 335d43090fee: Preparing [2023-02-15T15:24:36.253Z] 6f349fd31c14: Preparing [2023-02-15T15:24:36.253Z] f339f0d11c7e: Preparing [2023-02-15T15:24:36.253Z] 60f38ac2440b: Preparing [2023-02-15T15:24:36.253Z] cf8ec4ed434a: Preparing [2023-02-15T15:24:36.253Z] a6d50ed0765a: Preparing [2023-02-15T15:24:36.253Z] 60869c96ce8d: Preparing [2023-02-15T15:24:36.253Z] dae7aa85e511: Preparing [2023-02-15T15:24:36.253Z] f24ce487a86f: Preparing [2023-02-15T15:24:36.253Z] aa5968d388b8: Preparing [2023-02-15T15:24:36.253Z] f24ce487a86f: Waiting [2023-02-15T15:24:36.253Z] 60869c96ce8d: Waiting [2023-02-15T15:24:36.253Z] dae7aa85e511: Waiting [2023-02-15T15:24:36.253Z] aa5968d388b8: Waiting [2023-02-15T15:24:36.253Z] 6f349fd31c14: Layer already exists [2023-02-15T15:24:36.253Z] f339f0d11c7e: Layer already exists [2023-02-15T15:24:36.253Z] 335d43090fee: Layer already exists [2023-02-15T15:24:36.253Z] cf8ec4ed434a: Layer already exists [2023-02-15T15:24:36.253Z] 60f38ac2440b: Layer already exists [2023-02-15T15:24:36.253Z] a6d50ed0765a: Layer already exists [2023-02-15T15:24:36.253Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:36.253Z] 60869c96ce8d: Layer already exists [2023-02-15T15:24:36.253Z] f24ce487a86f: Layer already exists [2023-02-15T15:24:36.253Z] dae7aa85e511: Layer already exists [2023-02-15T15:24:36.253Z] 3.0.0-dev.50: digest: sha256:bbc6994bb589cc5d3c9b3c30fe6ea70cc1a0558d463c19ce2ef4a410449a7310 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:36.559Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:36.873Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:36.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T15:24:36.873Z] 335d43090fee: Preparing [2023-02-15T15:24:36.873Z] 6f349fd31c14: Preparing [2023-02-15T15:24:36.873Z] f339f0d11c7e: Preparing [2023-02-15T15:24:36.873Z] 60f38ac2440b: Preparing [2023-02-15T15:24:36.873Z] cf8ec4ed434a: Preparing [2023-02-15T15:24:36.873Z] a6d50ed0765a: Preparing [2023-02-15T15:24:36.873Z] 60869c96ce8d: Preparing [2023-02-15T15:24:36.873Z] dae7aa85e511: Preparing [2023-02-15T15:24:36.873Z] f24ce487a86f: Preparing [2023-02-15T15:24:36.873Z] aa5968d388b8: Preparing [2023-02-15T15:24:36.873Z] 60869c96ce8d: Waiting [2023-02-15T15:24:36.873Z] dae7aa85e511: Waiting [2023-02-15T15:24:36.873Z] f24ce487a86f: Waiting [2023-02-15T15:24:36.873Z] aa5968d388b8: Waiting [2023-02-15T15:24:36.873Z] a6d50ed0765a: Waiting [2023-02-15T15:24:36.873Z] 335d43090fee: Layer already exists [2023-02-15T15:24:36.873Z] 6f349fd31c14: Layer already exists [2023-02-15T15:24:36.873Z] 60f38ac2440b: Layer already exists [2023-02-15T15:24:36.873Z] cf8ec4ed434a: Layer already exists [2023-02-15T15:24:36.873Z] f339f0d11c7e: Layer already exists [2023-02-15T15:24:36.873Z] 60869c96ce8d: Layer already exists [2023-02-15T15:24:36.873Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:36.873Z] f24ce487a86f: Layer already exists [2023-02-15T15:24:36.873Z] a6d50ed0765a: Layer already exists [2023-02-15T15:24:36.873Z] dae7aa85e511: Layer already exists [2023-02-15T15:24:36.873Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:bbc6994bb589cc5d3c9b3c30fe6ea70cc1a0558d463c19ce2ef4a410449a7310 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:37.194Z] + 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-15T15:24:37.504Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-15T15:24:37.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-15T15:24:37.505Z] 335d43090fee: Preparing [2023-02-15T15:24:37.505Z] 6f349fd31c14: Preparing [2023-02-15T15:24:37.505Z] f339f0d11c7e: Preparing [2023-02-15T15:24:37.505Z] 60f38ac2440b: Preparing [2023-02-15T15:24:37.505Z] cf8ec4ed434a: Preparing [2023-02-15T15:24:37.505Z] a6d50ed0765a: Preparing [2023-02-15T15:24:37.505Z] 60869c96ce8d: Preparing [2023-02-15T15:24:37.505Z] dae7aa85e511: Preparing [2023-02-15T15:24:37.505Z] f24ce487a86f: Preparing [2023-02-15T15:24:37.505Z] aa5968d388b8: Preparing [2023-02-15T15:24:37.505Z] a6d50ed0765a: Waiting [2023-02-15T15:24:37.505Z] 60869c96ce8d: Waiting [2023-02-15T15:24:37.505Z] dae7aa85e511: Waiting [2023-02-15T15:24:37.505Z] f24ce487a86f: Waiting [2023-02-15T15:24:37.505Z] aa5968d388b8: Waiting [2023-02-15T15:24:37.505Z] 335d43090fee: Layer already exists [2023-02-15T15:24:37.505Z] 60f38ac2440b: Layer already exists [2023-02-15T15:24:37.505Z] cf8ec4ed434a: Layer already exists [2023-02-15T15:24:37.505Z] 6f349fd31c14: Layer already exists [2023-02-15T15:24:37.505Z] f339f0d11c7e: Layer already exists [2023-02-15T15:24:37.505Z] 60869c96ce8d: Layer already exists [2023-02-15T15:24:37.505Z] dae7aa85e511: Layer already exists [2023-02-15T15:24:37.505Z] a6d50ed0765a: Layer already exists [2023-02-15T15:24:37.505Z] aa5968d388b8: Layer already exists [2023-02-15T15:24:37.505Z] f24ce487a86f: Layer already exists [2023-02-15T15:24:37.505Z] main: digest: sha256:bbc6994bb589cc5d3c9b3c30fe6ea70cc1a0558d463c19ce2ef4a410449a7310 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:24:37.542Z] ===================================================== [Pipeline] echo [2023-02-15T15:24:37.553Z] taggedImages: [2023-02-15T15:24:37.553Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:37.553Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-15T15:24:37.553Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.50 [2023-02-15T15:24:37.553Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:37.553Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-15T15:24:37.573Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-15T15:24:37.573Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:37.573Z] latest [2023-02-15T15:24:37.573Z] 3.0.0-dev.50 [2023-02-15T15:24:37.573Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:37.573Z] main [2023-02-15T15:24:37.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:37.880Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:38.190Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:38.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T15:24:38.190Z] fda2661477eb: Preparing [2023-02-15T15:24:38.190Z] 50ff833d4b60: Preparing [2023-02-15T15:24:38.190Z] ad4bd9235a94: Preparing [2023-02-15T15:24:38.190Z] 99f79cbf06ec: Preparing [2023-02-15T15:24:38.190Z] 4e6476652798: Preparing [2023-02-15T15:24:38.190Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:38.190Z] 4e6476652798: Layer already exists [2023-02-15T15:24:38.190Z] fda2661477eb: Pushed [2023-02-15T15:24:38.758Z] 99f79cbf06ec: Pushed [2023-02-15T15:24:40.134Z] 50ff833d4b60: Pushed [2023-02-15T15:24:41.069Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:38452c664a4959fa8c3089671d775938371d98965d5bdb1391378daa85cd2824 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:41.377Z] + 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-15T15:24:41.681Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-15T15:24:41.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T15:24:41.681Z] fda2661477eb: Preparing [2023-02-15T15:24:41.681Z] 50ff833d4b60: Preparing [2023-02-15T15:24:41.681Z] ad4bd9235a94: Preparing [2023-02-15T15:24:41.681Z] 99f79cbf06ec: Preparing [2023-02-15T15:24:41.681Z] 4e6476652798: Preparing [2023-02-15T15:24:41.681Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:41.681Z] 50ff833d4b60: Layer already exists [2023-02-15T15:24:41.681Z] 4e6476652798: Layer already exists [2023-02-15T15:24:41.681Z] 99f79cbf06ec: Layer already exists [2023-02-15T15:24:41.681Z] fda2661477eb: Layer already exists [2023-02-15T15:24:41.681Z] latest: digest: sha256:38452c664a4959fa8c3089671d775938371d98965d5bdb1391378daa85cd2824 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:41.998Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:42.306Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.50 [2023-02-15T15:24:42.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T15:24:42.306Z] fda2661477eb: Preparing [2023-02-15T15:24:42.306Z] 50ff833d4b60: Preparing [2023-02-15T15:24:42.306Z] ad4bd9235a94: Preparing [2023-02-15T15:24:42.306Z] 99f79cbf06ec: Preparing [2023-02-15T15:24:42.306Z] 4e6476652798: Preparing [2023-02-15T15:24:42.306Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:42.306Z] fda2661477eb: Layer already exists [2023-02-15T15:24:42.306Z] 4e6476652798: Layer already exists [2023-02-15T15:24:42.306Z] 99f79cbf06ec: Layer already exists [2023-02-15T15:24:42.306Z] 50ff833d4b60: Layer already exists [2023-02-15T15:24:42.306Z] 3.0.0-dev.50: digest: sha256:38452c664a4959fa8c3089671d775938371d98965d5bdb1391378daa85cd2824 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:42.629Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:42.932Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:42.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T15:24:42.932Z] fda2661477eb: Preparing [2023-02-15T15:24:42.932Z] 50ff833d4b60: Preparing [2023-02-15T15:24:42.932Z] ad4bd9235a94: Preparing [2023-02-15T15:24:42.932Z] 99f79cbf06ec: Preparing [2023-02-15T15:24:42.932Z] 4e6476652798: Preparing [2023-02-15T15:24:42.932Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:42.932Z] fda2661477eb: Layer already exists [2023-02-15T15:24:42.932Z] 4e6476652798: Layer already exists [2023-02-15T15:24:42.932Z] 99f79cbf06ec: Layer already exists [2023-02-15T15:24:42.932Z] 50ff833d4b60: Layer already exists [2023-02-15T15:24:42.932Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:38452c664a4959fa8c3089671d775938371d98965d5bdb1391378daa85cd2824 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:43.234Z] + 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-15T15:24:43.539Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-15T15:24:43.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-15T15:24:43.539Z] fda2661477eb: Preparing [2023-02-15T15:24:43.539Z] 50ff833d4b60: Preparing [2023-02-15T15:24:43.539Z] ad4bd9235a94: Preparing [2023-02-15T15:24:43.539Z] 99f79cbf06ec: Preparing [2023-02-15T15:24:43.539Z] 4e6476652798: Preparing [2023-02-15T15:24:43.539Z] fda2661477eb: Layer already exists [2023-02-15T15:24:43.539Z] 4e6476652798: Layer already exists [2023-02-15T15:24:43.539Z] ad4bd9235a94: Layer already exists [2023-02-15T15:24:43.539Z] 50ff833d4b60: Layer already exists [2023-02-15T15:24:43.539Z] 99f79cbf06ec: Layer already exists [2023-02-15T15:24:43.539Z] main: digest: sha256:38452c664a4959fa8c3089671d775938371d98965d5bdb1391378daa85cd2824 size: 1366 [Pipeline] } [2023-02-15T15:24:43.546Z] 25b303627fd3: Pull complete [2023-02-15T15:24:43.546Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-15T15:24:43.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T15:24:43.546Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:24:43.754Z] prd-ubuntu20.04-docker-arm64-4c-16g-6126 does not seem to be running inside a container [2023-02-15T15:24:43.826Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:24:46.292Z] $ docker top 148aea900dcab5d4e07758171e8c2883aa48ac55316f04f97a57dbb0ec368bdd -eo pid,comm [Pipeline] { [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:24:46.523Z] ===================================================== [Pipeline] sh [Pipeline] echo [2023-02-15T15:24:46.589Z] taggedImages: [2023-02-15T15:24:46.589Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:46.589Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-15T15:24:46.589Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.50 [2023-02-15T15:24:46.589Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:46.589Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-15T15:24:46.610Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-15T15:24:46.610Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:46.610Z] latest [2023-02-15T15:24:46.610Z] 3.0.0-dev.50 [2023-02-15T15:24:46.610Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:46.610Z] main [2023-02-15T15:24:46.610Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:46.912Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:47.164Z] + docker-compose build --help [2023-02-15T15:24:47.164Z] + grep parallel [2023-02-15T15:24:47.225Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:47.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T15:24:47.225Z] 361f7453fa5b: Preparing [2023-02-15T15:24:47.225Z] 2f05561f1d21: Preparing [2023-02-15T15:24:47.225Z] d114782e8fd2: Preparing [2023-02-15T15:24:47.225Z] 18a333a156d8: Preparing [2023-02-15T15:24:47.225Z] 798ac28cbe10: Preparing [2023-02-15T15:24:47.225Z] 3f4ba7ee42b3: Preparing [2023-02-15T15:24:47.225Z] 4e6476652798: Preparing [2023-02-15T15:24:47.225Z] 3f4ba7ee42b3: Waiting [2023-02-15T15:24:47.225Z] 4e6476652798: Waiting [2023-02-15T15:24:47.225Z] 361f7453fa5b: Pushed [2023-02-15T15:24:47.225Z] d114782e8fd2: Pushed [2023-02-15T15:24:47.225Z] 2f05561f1d21: Pushed [2023-02-15T15:24:47.225Z] 4e6476652798: Layer already exists [2023-02-15T15:24:47.793Z] 3f4ba7ee42b3: Pushed [2023-02-15T15:24:51.085Z] 798ac28cbe10: Pushed [2023-02-15T15:24:52.534Z] --parallel Build images in parallel. [Pipeline] } [2023-02-15T15:24:53.140Z] $ docker stop --time=1 148aea900dcab5d4e07758171e8c2883aa48ac55316f04f97a57dbb0ec368bdd [2023-02-15T15:24:53.618Z] 18a333a156d8: Pushed [2023-02-15T15:24:53.618Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:e1ed6f1a99cb3c642cacf96e036b1b74ced4d4b8d5082044c34de304f16bbf4f size: 1785 [2023-02-15T15:24:54.870Z] $ docker rm -f --volumes 148aea900dcab5d4e07758171e8c2883aa48ac55316f04f97a57dbb0ec368bdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:55.367Z] + 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-15T15:24:55.487Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T15:24:55.487Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:24:55.680Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-15T15:24:55.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T15:24:55.681Z] 361f7453fa5b: Preparing [2023-02-15T15:24:55.681Z] 2f05561f1d21: Preparing [2023-02-15T15:24:55.681Z] d114782e8fd2: Preparing [2023-02-15T15:24:55.681Z] 18a333a156d8: Preparing [2023-02-15T15:24:55.681Z] 798ac28cbe10: Preparing [2023-02-15T15:24:55.681Z] 3f4ba7ee42b3: Preparing [2023-02-15T15:24:55.681Z] 4e6476652798: Preparing [2023-02-15T15:24:55.681Z] 3f4ba7ee42b3: Waiting [2023-02-15T15:24:55.681Z] 4e6476652798: Waiting [2023-02-15T15:24:55.681Z] 2f05561f1d21: Layer already exists [2023-02-15T15:24:55.681Z] 361f7453fa5b: Layer already exists [2023-02-15T15:24:55.681Z] d114782e8fd2: Layer already exists [2023-02-15T15:24:55.681Z] 18a333a156d8: Layer already exists [2023-02-15T15:24:55.681Z] 798ac28cbe10: Layer already exists [2023-02-15T15:24:55.681Z] 3f4ba7ee42b3: Layer already exists [2023-02-15T15:24:55.681Z] 4e6476652798: Layer already exists [2023-02-15T15:24:55.681Z] latest: digest: sha256:e1ed6f1a99cb3c642cacf96e036b1b74ced4d4b8d5082044c34de304f16bbf4f size: 1785 [2023-02-15T15:24:55.684Z] prd-ubuntu20.04-docker-arm64-4c-16g-6126 does not seem to be running inside a container [2023-02-15T15:24:55.757Z] $ 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/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:24:57.165Z] $ docker top 6d677f35912af1ccd186b2395f66ec60e9086c22a07eedb087e1fc7456675cee -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:57.732Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:58.008Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-15T15:24:58.041Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.50 [2023-02-15T15:24:58.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T15:24:58.041Z] 361f7453fa5b: Preparing [2023-02-15T15:24:58.041Z] 2f05561f1d21: Preparing [2023-02-15T15:24:58.041Z] d114782e8fd2: Preparing [2023-02-15T15:24:58.041Z] 18a333a156d8: Preparing [2023-02-15T15:24:58.041Z] 798ac28cbe10: Preparing [2023-02-15T15:24:58.041Z] 3f4ba7ee42b3: Preparing [2023-02-15T15:24:58.041Z] 4e6476652798: Preparing [2023-02-15T15:24:58.041Z] 3f4ba7ee42b3: Waiting [2023-02-15T15:24:58.041Z] 4e6476652798: Waiting [2023-02-15T15:24:58.041Z] 361f7453fa5b: Layer already exists [2023-02-15T15:24:58.041Z] 18a333a156d8: Layer already exists [2023-02-15T15:24:58.041Z] d114782e8fd2: Layer already exists [2023-02-15T15:24:58.041Z] 2f05561f1d21: Layer already exists [2023-02-15T15:24:58.041Z] 798ac28cbe10: Layer already exists [2023-02-15T15:24:58.042Z] 3f4ba7ee42b3: Layer already exists [2023-02-15T15:24:58.042Z] 4e6476652798: Layer already exists [2023-02-15T15:24:58.042Z] 3.0.0-dev.50: digest: sha256:e1ed6f1a99cb3c642cacf96e036b1b74ced4d4b8d5082044c34de304f16bbf4f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:58.357Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:58.675Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:58.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T15:24:58.675Z] 361f7453fa5b: Preparing [2023-02-15T15:24:58.675Z] 2f05561f1d21: Preparing [2023-02-15T15:24:58.675Z] d114782e8fd2: Preparing [2023-02-15T15:24:58.675Z] 18a333a156d8: Preparing [2023-02-15T15:24:58.675Z] 798ac28cbe10: Preparing [2023-02-15T15:24:58.675Z] 3f4ba7ee42b3: Preparing [2023-02-15T15:24:58.675Z] 4e6476652798: Preparing [2023-02-15T15:24:58.675Z] 3f4ba7ee42b3: Waiting [2023-02-15T15:24:58.675Z] 4e6476652798: Waiting [2023-02-15T15:24:58.675Z] 361f7453fa5b: Layer already exists [2023-02-15T15:24:58.675Z] 2f05561f1d21: Layer already exists [2023-02-15T15:24:58.675Z] 18a333a156d8: Layer already exists [2023-02-15T15:24:58.675Z] d114782e8fd2: Layer already exists [2023-02-15T15:24:58.675Z] 798ac28cbe10: Layer already exists [2023-02-15T15:24:58.675Z] 3f4ba7ee42b3: Layer already exists [2023-02-15T15:24:58.675Z] 4e6476652798: Layer already exists [2023-02-15T15:24:58.675Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:e1ed6f1a99cb3c642cacf96e036b1b74ced4d4b8d5082044c34de304f16bbf4f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:58.991Z] + 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-15T15:24:59.305Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-15T15:24:59.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-15T15:24:59.305Z] 361f7453fa5b: Preparing [2023-02-15T15:24:59.305Z] 2f05561f1d21: Preparing [2023-02-15T15:24:59.305Z] d114782e8fd2: Preparing [2023-02-15T15:24:59.305Z] 18a333a156d8: Preparing [2023-02-15T15:24:59.305Z] 798ac28cbe10: Preparing [2023-02-15T15:24:59.305Z] 3f4ba7ee42b3: Preparing [2023-02-15T15:24:59.305Z] 4e6476652798: Preparing [2023-02-15T15:24:59.305Z] 4e6476652798: Waiting [2023-02-15T15:24:59.305Z] 3f4ba7ee42b3: Waiting [2023-02-15T15:24:59.305Z] 798ac28cbe10: Layer already exists [2023-02-15T15:24:59.305Z] 361f7453fa5b: Layer already exists [2023-02-15T15:24:59.305Z] d114782e8fd2: Layer already exists [2023-02-15T15:24:59.305Z] 2f05561f1d21: Layer already exists [2023-02-15T15:24:59.305Z] 18a333a156d8: Layer already exists [2023-02-15T15:24:59.305Z] 3f4ba7ee42b3: Layer already exists [2023-02-15T15:24:59.305Z] 4e6476652798: Layer already exists [2023-02-15T15:24:59.305Z] main: digest: sha256:e1ed6f1a99cb3c642cacf96e036b1b74ced4d4b8d5082044c34de304f16bbf4f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:24:59.348Z] ===================================================== [Pipeline] echo [2023-02-15T15:24:59.356Z] taggedImages: [2023-02-15T15:24:59.356Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:59.356Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-15T15:24:59.356Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.50 [2023-02-15T15:24:59.356Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:59.356Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-15T15:24:59.378Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-15T15:24:59.378Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:24:59.378Z] latest [2023-02-15T15:24:59.378Z] 3.0.0-dev.50 [2023-02-15T15:24:59.378Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:24:59.378Z] main [2023-02-15T15:24:59.378Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:24:59.697Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:00.026Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:25:00.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T15:25:00.026Z] e46425790fd4: Preparing [2023-02-15T15:25:00.026Z] b7d088cb4166: Preparing [2023-02-15T15:25:00.026Z] a90be6224628: Preparing [2023-02-15T15:25:00.026Z] e852e6ab15c4: Preparing [2023-02-15T15:25:00.026Z] 8ae06c4713ca: Preparing [2023-02-15T15:25:00.026Z] 4e6476652798: Preparing [2023-02-15T15:25:00.026Z] 4e6476652798: Waiting [2023-02-15T15:25:00.026Z] e46425790fd4: Pushed [2023-02-15T15:25:00.026Z] b7d088cb4166: Pushed [2023-02-15T15:25:00.301Z] a90be6224628: Pushed [2023-02-15T15:25:00.301Z] 4e6476652798: Layer already exists [2023-02-15T15:25:00.561Z] 8ae06c4713ca: Pushed [2023-02-15T15:25:04.657Z] Building core-command ... [2023-02-15T15:25:04.657Z] Building core-common-config-bootstrapper ... [2023-02-15T15:25:04.657Z] Building core-data ... [2023-02-15T15:25:04.657Z] Building core-metadata ... [2023-02-15T15:25:04.657Z] Building security-bootstrapper ... [2023-02-15T15:25:04.657Z] Building security-proxy-setup ... [2023-02-15T15:25:04.657Z] Building security-secretstore-setup ... [2023-02-15T15:25:04.657Z] Building security-spiffe-token-provider ... [2023-02-15T15:25:04.657Z] Building security-spire-agent ... [2023-02-15T15:25:04.657Z] Building security-spire-config ... [2023-02-15T15:25:04.657Z] Building security-spire-server ... [2023-02-15T15:25:04.657Z] Building support-notifications ... [2023-02-15T15:25:04.657Z] Building support-scheduler ... [2023-02-15T15:25:04.657Z] Building security-bootstrapper [2023-02-15T15:25:04.657Z] Building security-spiffe-token-provider [2023-02-15T15:25:04.657Z] Building support-scheduler [2023-02-15T15:25:04.657Z] Building security-spire-agent [2023-02-15T15:25:04.657Z] Building core-common-config-bootstrapper [2023-02-15T15:25:07.136Z] e852e6ab15c4: Pushed [2023-02-15T15:25:07.136Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:8cfc2dcf0d1b8e1621fef3c6c30f8a5319ccce94cb6b086b11d1a4bc303b0114 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:07.447Z] + 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-15T15:25:07.750Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-15T15:25:07.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T15:25:07.750Z] e46425790fd4: Preparing [2023-02-15T15:25:07.750Z] b7d088cb4166: Preparing [2023-02-15T15:25:07.750Z] a90be6224628: Preparing [2023-02-15T15:25:07.750Z] e852e6ab15c4: Preparing [2023-02-15T15:25:07.750Z] 8ae06c4713ca: Preparing [2023-02-15T15:25:07.750Z] 4e6476652798: Preparing [2023-02-15T15:25:07.750Z] 4e6476652798: Waiting [2023-02-15T15:25:07.750Z] a90be6224628: Layer already exists [2023-02-15T15:25:07.750Z] e852e6ab15c4: Layer already exists [2023-02-15T15:25:07.750Z] 8ae06c4713ca: Layer already exists [2023-02-15T15:25:07.750Z] e46425790fd4: Layer already exists [2023-02-15T15:25:07.750Z] b7d088cb4166: Layer already exists [2023-02-15T15:25:07.750Z] 4e6476652798: Layer already exists [2023-02-15T15:25:07.750Z] latest: digest: sha256:8cfc2dcf0d1b8e1621fef3c6c30f8a5319ccce94cb6b086b11d1a4bc303b0114 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:08.071Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:08.373Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.50 [2023-02-15T15:25:08.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T15:25:08.373Z] e46425790fd4: Preparing [2023-02-15T15:25:08.373Z] b7d088cb4166: Preparing [2023-02-15T15:25:08.373Z] a90be6224628: Preparing [2023-02-15T15:25:08.373Z] e852e6ab15c4: Preparing [2023-02-15T15:25:08.373Z] 8ae06c4713ca: Preparing [2023-02-15T15:25:08.373Z] 4e6476652798: Preparing [2023-02-15T15:25:08.373Z] 4e6476652798: Waiting [2023-02-15T15:25:08.373Z] 8ae06c4713ca: Layer already exists [2023-02-15T15:25:08.373Z] a90be6224628: Layer already exists [2023-02-15T15:25:08.373Z] e852e6ab15c4: Layer already exists [2023-02-15T15:25:08.373Z] b7d088cb4166: Layer already exists [2023-02-15T15:25:08.373Z] e46425790fd4: Layer already exists [2023-02-15T15:25:08.373Z] 4e6476652798: Layer already exists [2023-02-15T15:25:08.373Z] 3.0.0-dev.50: digest: sha256:8cfc2dcf0d1b8e1621fef3c6c30f8a5319ccce94cb6b086b11d1a4bc303b0114 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:08.686Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:09.007Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:25:09.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T15:25:09.007Z] e46425790fd4: Preparing [2023-02-15T15:25:09.007Z] b7d088cb4166: Preparing [2023-02-15T15:25:09.007Z] a90be6224628: Preparing [2023-02-15T15:25:09.007Z] e852e6ab15c4: Preparing [2023-02-15T15:25:09.007Z] 8ae06c4713ca: Preparing [2023-02-15T15:25:09.007Z] 4e6476652798: Preparing [2023-02-15T15:25:09.007Z] 4e6476652798: Waiting [2023-02-15T15:25:09.007Z] b7d088cb4166: Layer already exists [2023-02-15T15:25:09.007Z] e46425790fd4: Layer already exists [2023-02-15T15:25:09.007Z] 8ae06c4713ca: Layer already exists [2023-02-15T15:25:09.007Z] e852e6ab15c4: Layer already exists [2023-02-15T15:25:09.007Z] a90be6224628: Layer already exists [2023-02-15T15:25:09.007Z] 4e6476652798: Layer already exists [2023-02-15T15:25:09.007Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:8cfc2dcf0d1b8e1621fef3c6c30f8a5319ccce94cb6b086b11d1a4bc303b0114 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:09.324Z] + 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-15T15:25:09.636Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-15T15:25:09.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-15T15:25:09.636Z] e46425790fd4: Preparing [2023-02-15T15:25:09.636Z] b7d088cb4166: Preparing [2023-02-15T15:25:09.636Z] a90be6224628: Preparing [2023-02-15T15:25:09.636Z] e852e6ab15c4: Preparing [2023-02-15T15:25:09.636Z] 8ae06c4713ca: Preparing [2023-02-15T15:25:09.636Z] 4e6476652798: Preparing [2023-02-15T15:25:09.636Z] 8ae06c4713ca: Layer already exists [2023-02-15T15:25:09.636Z] e852e6ab15c4: Layer already exists [2023-02-15T15:25:09.636Z] a90be6224628: Layer already exists [2023-02-15T15:25:09.636Z] b7d088cb4166: Layer already exists [2023-02-15T15:25:09.636Z] e46425790fd4: Layer already exists [2023-02-15T15:25:09.636Z] 4e6476652798: Layer already exists [2023-02-15T15:25:09.636Z] main: digest: sha256:8cfc2dcf0d1b8e1621fef3c6c30f8a5319ccce94cb6b086b11d1a4bc303b0114 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:25:09.675Z] ===================================================== [Pipeline] echo [2023-02-15T15:25:09.681Z] taggedImages: [2023-02-15T15:25:09.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:25:09.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-15T15:25:09.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.50 [2023-02-15T15:25:09.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:25:09.681Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-15T15:25:09.695Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-15T15:25:09.695Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:25:09.695Z] latest [2023-02-15T15:25:09.695Z] 3.0.0-dev.50 [2023-02-15T15:25:09.695Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:25:09.695Z] main [2023-02-15T15:25:09.695Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:10.014Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:10.316Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:25:10.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T15:25:10.316Z] 65c1d3f0130e: Preparing [2023-02-15T15:25:10.316Z] 5a00c2990561: Preparing [2023-02-15T15:25:10.316Z] 0cb06f09afd1: Preparing [2023-02-15T15:25:10.316Z] d81b37914f96: Preparing [2023-02-15T15:25:10.316Z] 3f4ba7ee42b3: Preparing [2023-02-15T15:25:10.316Z] 4e6476652798: Preparing [2023-02-15T15:25:10.316Z] 4e6476652798: Waiting [2023-02-15T15:25:10.316Z] 3f4ba7ee42b3: Layer already exists [2023-02-15T15:25:10.316Z] 4e6476652798: Layer already exists [2023-02-15T15:25:10.316Z] 5a00c2990561: Pushed [2023-02-15T15:25:10.316Z] 0cb06f09afd1: Pushed [2023-02-15T15:25:10.316Z] 65c1d3f0130e: Pushed [2023-02-15T15:25:16.885Z] d81b37914f96: Pushed [2023-02-15T15:25:16.885Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:3570317d20ba102bd6a425fd12dd8709a1ce5a4bb604989cad9bd075ca114e69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:16.988Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:25:16.988Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:25:16.988Z] ---> adeecc76d8a6 [2023-02-15T15:25:16.988Z] Step 3/32 : WORKDIR /edgex-go [2023-02-15T15:25:16.988Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:25:16.988Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:25:16.988Z] ---> adeecc76d8a6 [2023-02-15T15:25:16.988Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T15:25:16.988Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:25:16.988Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:25:16.988Z] ---> adeecc76d8a6 [2023-02-15T15:25:16.988Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T15:25:17.193Z] + 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-15T15:25:17.267Z] ---> Running in 24ea48599661 [2023-02-15T15:25:17.267Z] ---> Running in 43f9ede9319c [2023-02-15T15:25:17.267Z] ---> Running in e94d418de876 [2023-02-15T15:25:17.267Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:25:17.267Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:25:17.267Z] ---> adeecc76d8a6 [2023-02-15T15:25:17.267Z] Step 3/19 : WORKDIR /edgex-go [2023-02-15T15:25:17.494Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-15T15:25:17.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T15:25:17.494Z] 65c1d3f0130e: Preparing [2023-02-15T15:25:17.494Z] 5a00c2990561: Preparing [2023-02-15T15:25:17.494Z] 0cb06f09afd1: Preparing [2023-02-15T15:25:17.494Z] d81b37914f96: Preparing [2023-02-15T15:25:17.494Z] 3f4ba7ee42b3: Preparing [2023-02-15T15:25:17.494Z] 4e6476652798: Preparing [2023-02-15T15:25:17.494Z] 4e6476652798: Waiting [2023-02-15T15:25:17.494Z] 0cb06f09afd1: Layer already exists [2023-02-15T15:25:17.494Z] 65c1d3f0130e: Layer already exists [2023-02-15T15:25:17.494Z] 3f4ba7ee42b3: Layer already exists [2023-02-15T15:25:17.494Z] d81b37914f96: Layer already exists [2023-02-15T15:25:17.494Z] 5a00c2990561: Layer already exists [2023-02-15T15:25:17.494Z] 4e6476652798: Layer already exists [2023-02-15T15:25:17.494Z] latest: digest: sha256:3570317d20ba102bd6a425fd12dd8709a1ce5a4bb604989cad9bd075ca114e69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:17.536Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:25:17.536Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:25:17.536Z] ---> adeecc76d8a6 [2023-02-15T15:25:17.536Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T15:25:17.536Z] ---> Running in 25669154c4be [2023-02-15T15:25:17.536Z] ---> Running in 0f49df3559e4 [2023-02-15T15:25:17.802Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-02-15T15:25:17.825Z] Removing intermediate container 24ea48599661 [2023-02-15T15:25:17.825Z] ---> 7a01c46e04dd [2023-02-15T15:25:17.825Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-15T15:25:17.825Z] Removing intermediate container 43f9ede9319c [2023-02-15T15:25:17.825Z] ---> 164a0183919b [2023-02-15T15:25:17.825Z] Step 4/22 : WORKDIR /edgex-go [Pipeline] sh [2023-02-15T15:25:18.097Z] Removing intermediate container e94d418de876 [2023-02-15T15:25:18.097Z] ---> 32e68d41f906 [2023-02-15T15:25:18.097Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T15:25:18.097Z] ---> Running in 32e2259f8944 [2023-02-15T15:25:18.097Z] ---> Running in 0a949c59beff [2023-02-15T15:25:18.097Z] Removing intermediate container 25669154c4be [2023-02-15T15:25:18.097Z] ---> 2931ba234c58 [2023-02-15T15:25:18.097Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-15T15:25:18.114Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.50 [2023-02-15T15:25:18.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T15:25:18.114Z] 65c1d3f0130e: Preparing [2023-02-15T15:25:18.114Z] 5a00c2990561: Preparing [2023-02-15T15:25:18.114Z] 0cb06f09afd1: Preparing [2023-02-15T15:25:18.114Z] d81b37914f96: Preparing [2023-02-15T15:25:18.114Z] 3f4ba7ee42b3: Preparing [2023-02-15T15:25:18.114Z] 4e6476652798: Preparing [2023-02-15T15:25:18.114Z] 4e6476652798: Waiting [2023-02-15T15:25:18.114Z] 65c1d3f0130e: Layer already exists [2023-02-15T15:25:18.114Z] 5a00c2990561: Layer already exists [2023-02-15T15:25:18.114Z] 3f4ba7ee42b3: Layer already exists [2023-02-15T15:25:18.114Z] d81b37914f96: Layer already exists [2023-02-15T15:25:18.114Z] 0cb06f09afd1: Layer already exists [2023-02-15T15:25:18.114Z] 4e6476652798: Layer already exists [2023-02-15T15:25:18.114Z] 3.0.0-dev.50: digest: sha256:3570317d20ba102bd6a425fd12dd8709a1ce5a4bb604989cad9bd075ca114e69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:18.369Z] ---> Running in 4d572064602e [2023-02-15T15:25:18.369Z] ---> Running in 8ffe721c31a9 [2023-02-15T15:25:18.426Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:18.639Z] Removing intermediate container 0f49df3559e4 [2023-02-15T15:25:18.639Z] ---> 902e912f80ec [2023-02-15T15:25:18.639Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T15:25:18.639Z] ---> Running in 7e9e9f542bb5 [2023-02-15T15:25:18.727Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:25:18.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T15:25:18.727Z] 65c1d3f0130e: Preparing [2023-02-15T15:25:18.727Z] 5a00c2990561: Preparing [2023-02-15T15:25:18.727Z] 0cb06f09afd1: Preparing [2023-02-15T15:25:18.727Z] d81b37914f96: Preparing [2023-02-15T15:25:18.727Z] 3f4ba7ee42b3: Preparing [2023-02-15T15:25:18.727Z] 4e6476652798: Preparing [2023-02-15T15:25:18.727Z] 4e6476652798: Waiting [2023-02-15T15:25:18.727Z] 3f4ba7ee42b3: Layer already exists [2023-02-15T15:25:18.727Z] d81b37914f96: Layer already exists [2023-02-15T15:25:18.727Z] 0cb06f09afd1: Layer already exists [2023-02-15T15:25:18.727Z] 65c1d3f0130e: Layer already exists [2023-02-15T15:25:18.727Z] 5a00c2990561: Layer already exists [2023-02-15T15:25:18.727Z] 4e6476652798: Layer already exists [2023-02-15T15:25:18.727Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:3570317d20ba102bd6a425fd12dd8709a1ce5a4bb604989cad9bd075ca114e69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:19.038Z] + 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-15T15:25:19.236Z] Removing intermediate container 32e2259f8944 [2023-02-15T15:25:19.236Z] ---> 473e0e877108 [2023-02-15T15:25:19.236Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T15:25:19.236Z] Removing intermediate container 4d572064602e [2023-02-15T15:25:19.236Z] ---> fa8db2811f3d [2023-02-15T15:25:19.236Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T15:25:19.236Z] ---> Running in 7a253366f609 [2023-02-15T15:25:19.346Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-15T15:25:19.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-15T15:25:19.346Z] 65c1d3f0130e: Preparing [2023-02-15T15:25:19.346Z] 5a00c2990561: Preparing [2023-02-15T15:25:19.346Z] 0cb06f09afd1: Preparing [2023-02-15T15:25:19.346Z] d81b37914f96: Preparing [2023-02-15T15:25:19.346Z] 3f4ba7ee42b3: Preparing [2023-02-15T15:25:19.346Z] 4e6476652798: Preparing [2023-02-15T15:25:19.346Z] 4e6476652798: Waiting [2023-02-15T15:25:19.346Z] d81b37914f96: Layer already exists [2023-02-15T15:25:19.346Z] 5a00c2990561: Layer already exists [2023-02-15T15:25:19.346Z] 3f4ba7ee42b3: Layer already exists [2023-02-15T15:25:19.346Z] 0cb06f09afd1: Layer already exists [2023-02-15T15:25:19.346Z] 65c1d3f0130e: Layer already exists [2023-02-15T15:25:19.346Z] 4e6476652798: Layer already exists [2023-02-15T15:25:19.346Z] main: digest: sha256:3570317d20ba102bd6a425fd12dd8709a1ce5a4bb604989cad9bd075ca114e69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:25:19.388Z] ===================================================== [Pipeline] echo [2023-02-15T15:25:19.396Z] taggedImages: [2023-02-15T15:25:19.396Z] - nexus3.edgexfoundry.org:10004/security-spire-server:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:25:19.396Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-15T15:25:19.396Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.50 [2023-02-15T15:25:19.396Z] - nexus3.edgexfoundry.org:10004/security-spire-server:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:25:19.396Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-15T15:25:19.422Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-15T15:25:19.422Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:25:19.422Z] latest [2023-02-15T15:25:19.422Z] 3.0.0-dev.50 [2023-02-15T15:25:19.422Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:25:19.422Z] main [2023-02-15T15:25:19.422Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:19.507Z] ---> Running in 5dcf81d18611 [2023-02-15T15:25:19.749Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:20.058Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:25:20.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T15:25:20.058Z] 0433f6910cda: Preparing [2023-02-15T15:25:20.058Z] 725191b83bd9: Preparing [2023-02-15T15:25:20.058Z] ad4bd9235a94: Preparing [2023-02-15T15:25:20.058Z] 8614a306e710: Preparing [2023-02-15T15:25:20.058Z] aa5968d388b8: Preparing [2023-02-15T15:25:20.058Z] ad4bd9235a94: Layer already exists [2023-02-15T15:25:20.058Z] aa5968d388b8: Layer already exists [2023-02-15T15:25:20.058Z] 0433f6910cda: Pushed [2023-02-15T15:25:20.058Z] 8614a306e710: Pushed [2023-02-15T15:25:20.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:25:21.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:25:21.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:25:21.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:25:21.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:25:21.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:25:21.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:25:21.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:25:22.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:25:22.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:25:22.512Z] OK: 221 MiB in 51 packages [2023-02-15T15:25:22.590Z] 725191b83bd9: Pushed [2023-02-15T15:25:22.590Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:8cebb4a1c737fc2bdd829d4045c20b91e26532ab07f08d6c6ea9bea18502a36c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:22.780Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-15T15:25:22.780Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-15T15:25:22.780Z] OK: 16903 distinct packages available [2023-02-15T15:25:22.896Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:23.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:25:23.076Z] OK: 221 MiB in 51 packages [2023-02-15T15:25:23.201Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-15T15:25:23.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T15:25:23.201Z] 0433f6910cda: Preparing [2023-02-15T15:25:23.201Z] 725191b83bd9: Preparing [2023-02-15T15:25:23.201Z] ad4bd9235a94: Preparing [2023-02-15T15:25:23.201Z] 8614a306e710: Preparing [2023-02-15T15:25:23.201Z] aa5968d388b8: Preparing [2023-02-15T15:25:23.201Z] aa5968d388b8: Layer already exists [2023-02-15T15:25:23.201Z] 0433f6910cda: Layer already exists [2023-02-15T15:25:23.201Z] ad4bd9235a94: Layer already exists [2023-02-15T15:25:23.201Z] 725191b83bd9: Layer already exists [2023-02-15T15:25:23.201Z] 8614a306e710: Layer already exists [2023-02-15T15:25:23.201Z] latest: digest: sha256:8cebb4a1c737fc2bdd829d4045c20b91e26532ab07f08d6c6ea9bea18502a36c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:23.514Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:23.675Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:25:23.676Z] OK: 221 MiB in 51 packages [2023-02-15T15:25:23.822Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.50 [2023-02-15T15:25:23.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T15:25:23.822Z] 0433f6910cda: Preparing [2023-02-15T15:25:23.822Z] 725191b83bd9: Preparing [2023-02-15T15:25:23.822Z] ad4bd9235a94: Preparing [2023-02-15T15:25:23.822Z] 8614a306e710: Preparing [2023-02-15T15:25:23.822Z] aa5968d388b8: Preparing [2023-02-15T15:25:23.822Z] aa5968d388b8: Layer already exists [2023-02-15T15:25:23.822Z] ad4bd9235a94: Layer already exists [2023-02-15T15:25:23.822Z] 0433f6910cda: Layer already exists [2023-02-15T15:25:23.822Z] 725191b83bd9: Layer already exists [2023-02-15T15:25:23.822Z] 8614a306e710: Layer already exists [2023-02-15T15:25:23.822Z] 3.0.0-dev.50: digest: sha256:8cebb4a1c737fc2bdd829d4045c20b91e26532ab07f08d6c6ea9bea18502a36c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:23.944Z] OK: 221 MiB in 51 packages [2023-02-15T15:25:24.135Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:24.214Z] Removing intermediate container 0a949c59beff [2023-02-15T15:25:24.214Z] ---> a1c0ff9724e5 [2023-02-15T15:25:24.214Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-15T15:25:24.437Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:25:24.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T15:25:24.437Z] 0433f6910cda: Preparing [2023-02-15T15:25:24.437Z] 725191b83bd9: Preparing [2023-02-15T15:25:24.437Z] ad4bd9235a94: Preparing [2023-02-15T15:25:24.437Z] 8614a306e710: Preparing [2023-02-15T15:25:24.437Z] aa5968d388b8: Preparing [2023-02-15T15:25:24.437Z] 0433f6910cda: Layer already exists [2023-02-15T15:25:24.437Z] 725191b83bd9: Layer already exists [2023-02-15T15:25:24.437Z] 8614a306e710: Layer already exists [2023-02-15T15:25:24.437Z] ad4bd9235a94: Layer already exists [2023-02-15T15:25:24.437Z] aa5968d388b8: Layer already exists [2023-02-15T15:25:24.437Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:8cebb4a1c737fc2bdd829d4045c20b91e26532ab07f08d6c6ea9bea18502a36c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:24.758Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:24.805Z] OK: 221 MiB in 51 packages [2023-02-15T15:25:25.078Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-15T15:25:25.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-15T15:25:25.079Z] 0433f6910cda: Preparing [2023-02-15T15:25:25.079Z] 725191b83bd9: Preparing [2023-02-15T15:25:25.079Z] ad4bd9235a94: Preparing [2023-02-15T15:25:25.079Z] 8614a306e710: Preparing [2023-02-15T15:25:25.079Z] aa5968d388b8: Preparing [2023-02-15T15:25:25.079Z] 8614a306e710: Layer already exists [2023-02-15T15:25:25.079Z] ad4bd9235a94: Layer already exists [2023-02-15T15:25:25.079Z] 0433f6910cda: Layer already exists [2023-02-15T15:25:25.079Z] 725191b83bd9: Layer already exists [2023-02-15T15:25:25.079Z] aa5968d388b8: Layer already exists [2023-02-15T15:25:25.338Z] main: digest: sha256:8cebb4a1c737fc2bdd829d4045c20b91e26532ab07f08d6c6ea9bea18502a36c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:25:25.377Z] ===================================================== [Pipeline] echo [2023-02-15T15:25:25.383Z] taggedImages: [2023-02-15T15:25:25.383Z] - nexus3.edgexfoundry.org:10004/support-notifications:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:25:25.383Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-15T15:25:25.383Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.50 [2023-02-15T15:25:25.383Z] - nexus3.edgexfoundry.org:10004/support-notifications:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:25:25.383Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-15T15:25:25.403Z] Removing intermediate container 7e9e9f542bb5 [2023-02-15T15:25:25.403Z] ---> b5cc7712d82d [2023-02-15T15:25:25.403Z] Step 5/24 : COPY go.mod vendor* ./ [Pipeline] echo [2023-02-15T15:25:25.411Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-15T15:25:25.411Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:25:25.411Z] latest [2023-02-15T15:25:25.411Z] 3.0.0-dev.50 [2023-02-15T15:25:25.411Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:25:25.411Z] main [2023-02-15T15:25:25.411Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:25.683Z] Removing intermediate container 7a253366f609 [2023-02-15T15:25:25.684Z] ---> 53bb25037433 [2023-02-15T15:25:25.684Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T15:25:25.749Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:25.962Z] ---> d8e3675effec [2023-02-15T15:25:25.962Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:25:25.962Z] ---> Running in 7946d88aa2f3 [2023-02-15T15:25:26.058Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:25:26.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T15:25:26.058Z] a63dc3bc00ea: Preparing [2023-02-15T15:25:26.058Z] d9c3a6679c8f: Preparing [2023-02-15T15:25:26.058Z] ad4bd9235a94: Preparing [2023-02-15T15:25:26.058Z] e539b383691e: Preparing [2023-02-15T15:25:26.058Z] aa5968d388b8: Preparing [2023-02-15T15:25:26.058Z] aa5968d388b8: Layer already exists [2023-02-15T15:25:26.058Z] e539b383691e: Layer already exists [2023-02-15T15:25:26.058Z] ad4bd9235a94: Layer already exists [2023-02-15T15:25:26.058Z] a63dc3bc00ea: Pushed [2023-02-15T15:25:26.230Z] Removing intermediate container 5dcf81d18611 [2023-02-15T15:25:26.230Z] ---> 4f6e9d2b2ad4 [2023-02-15T15:25:26.230Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T15:25:26.824Z] ---> 19d2f0552219 [2023-02-15T15:25:26.824Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:25:26.824Z] Removing intermediate container 8ffe721c31a9 [2023-02-15T15:25:26.824Z] ---> bcf1a269984c [2023-02-15T15:25:26.824Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-15T15:25:27.098Z] ---> Running in 49f1fda121dc [2023-02-15T15:25:27.098Z] ---> 5c2d729d4766 [2023-02-15T15:25:27.098Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:25:27.370Z] ---> Running in 7b51aefce5ed [2023-02-15T15:25:27.643Z] ---> 5cfded6b7a1e [2023-02-15T15:25:27.643Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:25:27.911Z] ---> Running in 1836404befb5 [2023-02-15T15:25:28.499Z] ---> a94fd7ad0cc7 [2023-02-15T15:25:28.499Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:25:28.593Z] d9c3a6679c8f: Pushed [2023-02-15T15:25:28.593Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:bf8f5045a8d3dcd4ee0564a5f2973f68c62545965c28aee66370ff4cdf24c16e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:28.772Z] ---> Running in b81b9fa7e18c [2023-02-15T15:25:28.913Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:29.228Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-15T15:25:29.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T15:25:29.228Z] a63dc3bc00ea: Preparing [2023-02-15T15:25:29.228Z] d9c3a6679c8f: Preparing [2023-02-15T15:25:29.228Z] ad4bd9235a94: Preparing [2023-02-15T15:25:29.228Z] e539b383691e: Preparing [2023-02-15T15:25:29.228Z] aa5968d388b8: Preparing [2023-02-15T15:25:29.228Z] a63dc3bc00ea: Layer already exists [2023-02-15T15:25:29.228Z] aa5968d388b8: Layer already exists [2023-02-15T15:25:29.228Z] ad4bd9235a94: Layer already exists [2023-02-15T15:25:29.228Z] e539b383691e: Layer already exists [2023-02-15T15:25:29.228Z] d9c3a6679c8f: Layer already exists [2023-02-15T15:25:29.228Z] latest: digest: sha256:bf8f5045a8d3dcd4ee0564a5f2973f68c62545965c28aee66370ff4cdf24c16e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:29.705Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:30.062Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.50 [2023-02-15T15:25:30.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T15:25:30.062Z] a63dc3bc00ea: Preparing [2023-02-15T15:25:30.062Z] d9c3a6679c8f: Preparing [2023-02-15T15:25:30.062Z] ad4bd9235a94: Preparing [2023-02-15T15:25:30.062Z] e539b383691e: Preparing [2023-02-15T15:25:30.062Z] aa5968d388b8: Preparing [2023-02-15T15:25:30.062Z] a63dc3bc00ea: Layer already exists [2023-02-15T15:25:30.062Z] aa5968d388b8: Layer already exists [2023-02-15T15:25:30.062Z] e539b383691e: Layer already exists [2023-02-15T15:25:30.062Z] d9c3a6679c8f: Layer already exists [2023-02-15T15:25:30.062Z] ad4bd9235a94: Layer already exists [2023-02-15T15:25:30.062Z] 3.0.0-dev.50: digest: sha256:bf8f5045a8d3dcd4ee0564a5f2973f68c62545965c28aee66370ff4cdf24c16e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:30.403Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:30.703Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:25:30.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T15:25:30.703Z] a63dc3bc00ea: Preparing [2023-02-15T15:25:30.703Z] d9c3a6679c8f: Preparing [2023-02-15T15:25:30.703Z] ad4bd9235a94: Preparing [2023-02-15T15:25:30.703Z] e539b383691e: Preparing [2023-02-15T15:25:30.703Z] aa5968d388b8: Preparing [2023-02-15T15:25:30.703Z] aa5968d388b8: Layer already exists [2023-02-15T15:25:30.703Z] d9c3a6679c8f: Layer already exists [2023-02-15T15:25:30.703Z] a63dc3bc00ea: Layer already exists [2023-02-15T15:25:30.703Z] ad4bd9235a94: Layer already exists [2023-02-15T15:25:30.703Z] e539b383691e: Layer already exists [2023-02-15T15:25:30.703Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:bf8f5045a8d3dcd4ee0564a5f2973f68c62545965c28aee66370ff4cdf24c16e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:31.002Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:25:31.311Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-15T15:25:31.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-15T15:25:31.311Z] a63dc3bc00ea: Preparing [2023-02-15T15:25:31.311Z] d9c3a6679c8f: Preparing [2023-02-15T15:25:31.311Z] ad4bd9235a94: Preparing [2023-02-15T15:25:31.311Z] e539b383691e: Preparing [2023-02-15T15:25:31.311Z] aa5968d388b8: Preparing [2023-02-15T15:25:31.311Z] e539b383691e: Layer already exists [2023-02-15T15:25:31.311Z] d9c3a6679c8f: Layer already exists [2023-02-15T15:25:31.311Z] a63dc3bc00ea: Layer already exists [2023-02-15T15:25:31.311Z] ad4bd9235a94: Layer already exists [2023-02-15T15:25:31.311Z] aa5968d388b8: Layer already exists [2023-02-15T15:25:31.311Z] main: digest: sha256:bf8f5045a8d3dcd4ee0564a5f2973f68c62545965c28aee66370ff4cdf24c16e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:25:31.347Z] ===================================================== [Pipeline] echo [2023-02-15T15:25:31.357Z] taggedImages: [2023-02-15T15:25:31.357Z] - nexus3.edgexfoundry.org:10004/support-scheduler:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:25:31.357Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-15T15:25:31.357Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.50 [2023-02-15T15:25:31.357Z] - nexus3.edgexfoundry.org:10004/support-scheduler:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:25:31.357Z] - 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-15T15:27:35.619Z] Removing intermediate container 1836404befb5 [2023-02-15T15:27:35.619Z] ---> c604c2aee23d [2023-02-15T15:27:35.619Z] Step 8/22 : COPY . . [2023-02-15T15:27:35.619Z] Removing intermediate container b81b9fa7e18c [2023-02-15T15:27:35.619Z] ---> 2c033899a509 [2023-02-15T15:27:35.619Z] Step 7/19 : COPY . . [2023-02-15T15:27:35.619Z] Removing intermediate container 7b51aefce5ed [2023-02-15T15:27:35.619Z] ---> cd839c86cc86 [2023-02-15T15:27:35.619Z] Step 8/22 : COPY . . [2023-02-15T15:27:35.619Z] Removing intermediate container 7946d88aa2f3 [2023-02-15T15:27:35.619Z] ---> 4e239d9f79fc [2023-02-15T15:27:35.619Z] Step 7/32 : COPY . . [2023-02-15T15:27:35.619Z] Removing intermediate container 49f1fda121dc [2023-02-15T15:27:35.619Z] ---> 1e36cd0e226d [2023-02-15T15:27:35.619Z] Step 7/24 : COPY . . [2023-02-15T15:27:35.619Z] ---> 2204e9facb58 [2023-02-15T15:27:35.619Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-15T15:27:35.619Z] ---> 0584b0e5010a [2023-02-15T15:27:35.619Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-15T15:27:35.619Z] ---> f60db6083c61 [2023-02-15T15:27:35.619Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-15T15:27:35.619Z] ---> Running in d17946ab7d27 [2023-02-15T15:27:35.619Z] ---> 4ec6dceb8481 [2023-02-15T15:27:35.619Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-15T15:27:35.619Z] ---> 204e3d65c097 [2023-02-15T15:27:35.619Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T15:27:35.619Z] ---> Running in 1129e2d10527 [2023-02-15T15:27:35.619Z] ---> Running in f464c80395ff [2023-02-15T15:27:35.619Z] ---> Running in 1eb8b242188e [2023-02-15T15:27:35.619Z] ---> Running in 7105c6b64632 [2023-02-15T15:27:36.216Z] Removing intermediate container 1eb8b242188e [2023-02-15T15:27:36.216Z] ---> 1caf36b5f150 [2023-02-15T15:27:36.217Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T15:27:36.486Z] ---> Running in 13dfeb33a13b [2023-02-15T15:27:37.080Z] Removing intermediate container 13dfeb33a13b [2023-02-15T15:27:37.080Z] ---> fa115277eb28 [2023-02-15T15:27:37.080Z] 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-15T15:27:37.349Z] ---> Running in 85434c2d2c70 [2023-02-15T15:27:37.935Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-15T15:27:37.935Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T15:27:38.202Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T15:27:38.474Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T15:27:39.900Z] Removing intermediate container 85434c2d2c70 [2023-02-15T15:27:39.900Z] ---> d4420d070674 [2023-02-15T15:27:39.900Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T15:27:39.900Z] ---> Running in e7804560d97c [2023-02-15T15:27:40.489Z] Removing intermediate container e7804560d97c [2023-02-15T15:27:40.489Z] ---> 0656de9a2244 [2023-02-15T15:27:40.489Z] [2023-02-15T15:27:40.489Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T15:27:40.489Z] 3.15: Pulling from library/alpine [2023-02-15T15:27:41.898Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-15T15:27:41.898Z] Status: Downloaded newer image for alpine:3.15 [2023-02-15T15:27:41.898Z] ---> 354640af7b1b [2023-02-15T15:27:41.898Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T15:27:41.898Z] ---> Running in d9664264badd [2023-02-15T15:27:42.495Z] Removing intermediate container d9664264badd [2023-02-15T15:27:42.495Z] ---> 140fc02b79f9 [2023-02-15T15:27:42.495Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T15:27:42.495Z] ---> Running in 460fd92efb7c [2023-02-15T15:27:44.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:27:44.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:27:46.658Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T15:27:46.658Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T15:27:46.658Z] OK: 15734 distinct packages available [2023-02-15T15:27:46.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:27:46.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:27:48.345Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-15T15:27:48.345Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-15T15:27:48.345Z] (3/5) Installing libucontext (1.1-r0) [2023-02-15T15:27:48.345Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-15T15:27:48.345Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-15T15:27:48.345Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T15:27:48.345Z] OK: 6 MiB in 19 packages [2023-02-15T15:27:50.313Z] Removing intermediate container 460fd92efb7c [2023-02-15T15:27:50.313Z] ---> 6d4a2a2d1269 [2023-02-15T15:27:50.313Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-15T15:27:52.911Z] ---> bb0652f2871d [2023-02-15T15:27:52.911Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T15:27:58.263Z] ---> 8a2f5bdde803 [2023-02-15T15:27:58.263Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T15:27:59.222Z] ---> 026dee91a41e [2023-02-15T15:27:59.222Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-15T15:27:59.807Z] ---> 13ed0e49d0a1 [2023-02-15T15:27:59.807Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-15T15:28:01.749Z] ---> ad83037dffde [2023-02-15T15:28:01.749Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T15:28:01.749Z] ---> Running in 50a44fbb9935 [2023-02-15T15:28:02.017Z] Removing intermediate container 50a44fbb9935 [2023-02-15T15:28:02.017Z] ---> 7791ce15f236 [2023-02-15T15:28:02.017Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T15:28:02.284Z] ---> Running in 3f7d44000083 [2023-02-15T15:28:02.868Z] Removing intermediate container 3f7d44000083 [2023-02-15T15:28:02.868Z] ---> 024129cb3723 [2023-02-15T15:28:02.868Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T15:28:02.868Z] ---> Running in 53d53266de73 [2023-02-15T15:28:03.448Z] Removing intermediate container 53d53266de73 [2023-02-15T15:28:03.448Z] ---> ee75397e2f73 [2023-02-15T15:28:03.448Z] Step 23/24 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:28:03.448Z] ---> Running in 9f65ec31ec85 [2023-02-15T15:28:04.029Z] Removing intermediate container 9f65ec31ec85 [2023-02-15T15:28:04.029Z] ---> 1eb7e0b6b3c8 [2023-02-15T15:28:04.029Z] Step 24/24 : LABEL version=3.0.0-dev.50 [2023-02-15T15:28:04.297Z] ---> Running in 1e9af119d5b8 [2023-02-15T15:28:04.566Z] Removing intermediate container 1e9af119d5b8 [2023-02-15T15:28:04.566Z] ---> 0283b3c25308 [2023-02-15T15:28:04.566Z] [2023-02-15T15:28:04.833Z] Successfully built 0283b3c25308 [2023-02-15T15:28:04.833Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-15T15:28:04.833Z]  Building security-spire-agent ... done Building security-spire-config [2023-02-15T15:28:09.374Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:28:09.374Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:28:09.374Z] ---> adeecc76d8a6 [2023-02-15T15:28:09.374Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T15:28:09.374Z] ---> Using cache [2023-02-15T15:28:09.374Z] ---> 902e912f80ec [2023-02-15T15:28:09.374Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T15:28:09.374Z] ---> Using cache [2023-02-15T15:28:09.374Z] ---> b5cc7712d82d [2023-02-15T15:28:09.374Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T15:28:09.374Z] ---> Using cache [2023-02-15T15:28:09.374Z] ---> 19d2f0552219 [2023-02-15T15:28:09.374Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:28:09.374Z] ---> Using cache [2023-02-15T15:28:09.374Z] ---> 1e36cd0e226d [2023-02-15T15:28:09.374Z] Step 7/24 : COPY . . [2023-02-15T15:28:09.374Z] ---> Using cache [2023-02-15T15:28:09.374Z] ---> 204e3d65c097 [2023-02-15T15:28:09.374Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T15:28:09.374Z] ---> Using cache [2023-02-15T15:28:09.374Z] ---> 1caf36b5f150 [2023-02-15T15:28:09.374Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T15:28:09.374Z] ---> Using cache [2023-02-15T15:28:09.374Z] ---> fa115277eb28 [2023-02-15T15:28:09.374Z] 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-15T15:28:09.374Z] ---> Using cache [2023-02-15T15:28:09.374Z] ---> d4420d070674 [2023-02-15T15:28:09.374Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T15:28:09.374Z] ---> Using cache [2023-02-15T15:28:09.374Z] ---> 0656de9a2244 [2023-02-15T15:28:09.374Z] [2023-02-15T15:28:09.374Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T15:28:09.374Z] ---> 354640af7b1b [2023-02-15T15:28:09.374Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T15:28:09.374Z] ---> Using cache [2023-02-15T15:28:09.374Z] ---> 140fc02b79f9 [2023-02-15T15:28:09.374Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-15T15:28:09.374Z] ---> Running in 23d82ad32573 [2023-02-15T15:28:11.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:28:11.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:28:13.112Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T15:28:13.112Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T15:28:13.112Z] OK: 15734 distinct packages available [2023-02-15T15:28:13.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:28:13.378Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:28:14.790Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-15T15:28:14.790Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-15T15:28:14.790Z] (3/4) Installing libucontext (1.1-r0) [2023-02-15T15:28:14.790Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-15T15:28:14.790Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T15:28:14.790Z] OK: 6 MiB in 18 packages [2023-02-15T15:28:16.198Z] Removing intermediate container 23d82ad32573 [2023-02-15T15:28:16.198Z] ---> 88a6b5126e7f [2023-02-15T15:28:16.198Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T15:28:21.545Z] ---> f570c69df323 [2023-02-15T15:28:21.545Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T15:28:21.813Z] ---> e889fec9d048 [2023-02-15T15:28:21.813Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-15T15:28:21.813Z] ---> Running in f0169ca1037c [2023-02-15T15:28:22.395Z] Removing intermediate container f0169ca1037c [2023-02-15T15:28:22.395Z] ---> a6fd64ce958d [2023-02-15T15:28:22.395Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-15T15:28:23.363Z] ---> afae5f3fc9de [2023-02-15T15:28:23.364Z] Step 19/24 : WORKDIR / [2023-02-15T15:28:23.364Z] ---> Running in ad11c55f3167 [2023-02-15T15:28:23.948Z] Removing intermediate container ad11c55f3167 [2023-02-15T15:28:23.948Z] ---> 00711b1f42fd [2023-02-15T15:28:23.948Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T15:28:23.948Z] ---> Running in 1040dfc8634f [2023-02-15T15:28:24.531Z] Removing intermediate container 1040dfc8634f [2023-02-15T15:28:24.532Z] ---> cf8e7e5f70ae [2023-02-15T15:28:24.532Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T15:28:24.532Z] ---> Running in 8e41f108c0c9 [2023-02-15T15:28:25.116Z] Removing intermediate container 8e41f108c0c9 [2023-02-15T15:28:25.116Z] ---> f86cbe207aa7 [2023-02-15T15:28:25.116Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T15:28:25.116Z] ---> Running in d7af4e0d7ed6 [2023-02-15T15:28:27.731Z] Removing intermediate container d7af4e0d7ed6 [2023-02-15T15:28:27.731Z] ---> f824b87189bf [2023-02-15T15:28:27.731Z] Step 23/24 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:28:27.731Z] ---> Running in 6fea754769d7 [2023-02-15T15:28:28.316Z] Removing intermediate container 6fea754769d7 [2023-02-15T15:28:28.316Z] ---> ac9d93dee46f [2023-02-15T15:28:28.316Z] Step 24/24 : LABEL version=3.0.0-dev.50 [2023-02-15T15:28:28.316Z] ---> Running in 448a857a78b4 [2023-02-15T15:28:28.898Z] Removing intermediate container 448a857a78b4 [2023-02-15T15:28:28.898Z] ---> bd6db150c981 [2023-02-15T15:28:28.898Z] [2023-02-15T15:28:28.898Z] Successfully built bd6db150c981 [2023-02-15T15:28:28.898Z] Successfully tagged security-spire-config-arm64:latest [2023-02-15T15:28:28.898Z]  Building security-spire-config ... done Building core-metadata [2023-02-15T15:28:32.256Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:28:32.256Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:28:32.256Z] ---> adeecc76d8a6 [2023-02-15T15:28:32.256Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-15T15:28:32.256Z] ---> Using cache [2023-02-15T15:28:32.256Z] ---> 32e68d41f906 [2023-02-15T15:28:32.256Z] Step 4/24 : WORKDIR /edgex-go [2023-02-15T15:28:32.527Z] ---> Using cache [2023-02-15T15:28:32.527Z] ---> fa8db2811f3d [2023-02-15T15:28:32.527Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-15T15:28:32.527Z] ---> Using cache [2023-02-15T15:28:32.527Z] ---> 4f6e9d2b2ad4 [2023-02-15T15:28:32.527Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-15T15:28:32.527Z] ---> Using cache [2023-02-15T15:28:32.527Z] ---> 5cfded6b7a1e [2023-02-15T15:28:32.527Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:28:32.527Z] ---> Using cache [2023-02-15T15:28:32.527Z] ---> c604c2aee23d [2023-02-15T15:28:32.527Z] Step 8/24 : COPY . . [2023-02-15T15:28:32.527Z] ---> Using cache [2023-02-15T15:28:32.527Z] ---> f60db6083c61 [2023-02-15T15:28:32.527Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-15T15:28:32.797Z] ---> Running in 4b6bf3d63347 [2023-02-15T15:28:34.735Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T15:34:41.828Z] Removing intermediate container d17946ab7d27 [2023-02-15T15:34:41.828Z] ---> d524bacc3d3e [2023-02-15T15:34:41.828Z] [2023-02-15T15:34:41.828Z] Step 9/32 : FROM alpine:3.16 [2023-02-15T15:34:41.828Z] 3.16: Pulling from library/alpine [2023-02-15T15:34:41.828Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T15:34:41.828Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T15:34:41.828Z] ---> 4c81e5bf8899 [2023-02-15T15:34:41.828Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T15:34:41.828Z] ---> Running in 0721e3b956a4 [2023-02-15T15:34:41.828Z] Removing intermediate container 0721e3b956a4 [2023-02-15T15:34:41.828Z] ---> de6bc6180f75 [2023-02-15T15:34:41.828Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-15T15:34:41.828Z] ---> Running in 641d5e1a1754 [2023-02-15T15:34:41.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:34:41.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:34:41.828Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-15T15:34:41.828Z] (2/2) Installing su-exec (0.2-r1) [2023-02-15T15:34:41.828Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:34:41.828Z] OK: 5 MiB in 16 packages [2023-02-15T15:34:41.828Z] Removing intermediate container 641d5e1a1754 [2023-02-15T15:34:41.828Z] ---> fc34f90bf41d [2023-02-15T15:34:41.828Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-15T15:34:41.828Z] ---> Running in f5a650f4e563 [2023-02-15T15:34:41.828Z] Removing intermediate container f464c80395ff [2023-02-15T15:34:41.828Z] ---> 1d010a422bde [2023-02-15T15:34:41.828Z] [2023-02-15T15:34:41.828Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T15:34:41.828Z] ---> 4c81e5bf8899 [2023-02-15T15:34:41.828Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-15T15:34:41.828Z] ---> Running in a69b8702a9bd [2023-02-15T15:34:41.828Z] Removing intermediate container f5a650f4e563 [2023-02-15T15:34:41.828Z] ---> 8582431b4fd0 [2023-02-15T15:34:41.828Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-15T15:34:41.828Z] ---> Running in c4eac70600f9 [2023-02-15T15:34:41.828Z] Removing intermediate container a69b8702a9bd [2023-02-15T15:34:41.828Z] ---> bfed4304ccb7 [2023-02-15T15:34:41.828Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T15:34:41.828Z] ---> Running in 8035575357c2 [2023-02-15T15:34:41.828Z] Removing intermediate container c4eac70600f9 [2023-02-15T15:34:41.828Z] ---> 080aff6a0ed3 [2023-02-15T15:34:41.828Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-15T15:34:41.828Z] ---> Running in 3f46317c2d2e [2023-02-15T15:34:41.828Z] Removing intermediate container 3f46317c2d2e [2023-02-15T15:34:41.828Z] ---> 289f433960cb [2023-02-15T15:34:41.828Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-15T15:34:41.828Z] ---> Running in 31db1cbd267b [2023-02-15T15:34:41.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:34:42.100Z] Removing intermediate container 31db1cbd267b [2023-02-15T15:34:42.100Z] ---> 5400a49efb43 [2023-02-15T15:34:42.100Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-15T15:34:42.100Z] ---> Running in ded67f9e875e [2023-02-15T15:34:42.370Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:34:44.335Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T15:34:44.335Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:34:44.335Z] OK: 5 MiB in 15 packages [2023-02-15T15:34:45.748Z] Removing intermediate container ded67f9e875e [2023-02-15T15:34:45.748Z] ---> 89446b9e9be6 [2023-02-15T15:34:45.748Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-15T15:34:45.748Z] ---> Running in 94414528404f [2023-02-15T15:34:46.020Z] Removing intermediate container 8035575357c2 [2023-02-15T15:34:46.020Z] ---> e55a60e6df33 [2023-02-15T15:34:46.020Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:34:46.610Z] Removing intermediate container 94414528404f [2023-02-15T15:34:46.610Z] ---> 023f60ba9727 [2023-02-15T15:34:46.610Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-15T15:34:47.578Z] ---> 0b21bfa1198d [2023-02-15T15:34:47.578Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-15T15:34:48.546Z] ---> 64c4ce173d70 [2023-02-15T15:34:48.546Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-15T15:34:48.814Z] ---> Running in 26875dd07448 [2023-02-15T15:34:49.400Z] ---> de61a13f0bf5 [2023-02-15T15:34:49.400Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-15T15:34:50.815Z] ---> 3830d6bbd57f [2023-02-15T15:34:50.815Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-15T15:34:51.784Z] ---> e591452beceb [2023-02-15T15:34:51.784Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T15:34:52.051Z] ---> Running in a680a999e7c6 [2023-02-15T15:34:53.014Z] Removing intermediate container 26875dd07448 [2023-02-15T15:34:53.014Z] ---> 811af2ce9797 [2023-02-15T15:34:53.014Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:34:54.434Z] ---> e41d1e2d69b6 [2023-02-15T15:34:54.434Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-15T15:34:56.395Z] Removing intermediate container a680a999e7c6 [2023-02-15T15:34:56.395Z] ---> aef3ddf470fa [2023-02-15T15:34:56.395Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T15:34:56.395Z] ---> Running in bd089a409d70 [2023-02-15T15:34:57.382Z] Removing intermediate container bd089a409d70 [2023-02-15T15:34:57.382Z] ---> 7bbe4eceb2c2 [2023-02-15T15:34:57.382Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-15T15:34:57.382Z] ---> 70ba0abf8674 [2023-02-15T15:34:57.382Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-15T15:34:57.382Z] ---> Running in 045641f98c63 [2023-02-15T15:34:58.349Z] Removing intermediate container 045641f98c63 [2023-02-15T15:34:58.349Z] ---> 33deafb23985 [2023-02-15T15:34:58.349Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T15:34:58.349Z] ---> Running in a095d9db058e [2023-02-15T15:34:58.626Z] ---> b62bf4a12b54 [2023-02-15T15:34:58.626Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-15T15:34:59.216Z] Removing intermediate container a095d9db058e [2023-02-15T15:34:59.216Z] ---> 52dcd62314a8 [2023-02-15T15:34:59.216Z] Step 21/22 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:34:59.216Z] ---> Running in dd8cd18f5374 [2023-02-15T15:34:59.804Z] ---> 9bf0e6c4e36e [2023-02-15T15:34:59.804Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-15T15:35:00.074Z] Removing intermediate container dd8cd18f5374 [2023-02-15T15:35:00.074Z] ---> 74ed4c60fbee [2023-02-15T15:35:00.074Z] Step 22/22 : LABEL version=3.0.0-dev.50 [2023-02-15T15:35:00.345Z] ---> Running in 086e6948f835 [2023-02-15T15:35:00.934Z] Removing intermediate container 086e6948f835 [2023-02-15T15:35:00.934Z] ---> 397e8e5b031e [2023-02-15T15:35:00.934Z] [2023-02-15T15:35:01.202Z] ---> 44da314bce29 [2023-02-15T15:35:01.202Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-15T15:35:01.203Z] Successfully built 397e8e5b031e [2023-02-15T15:35:01.203Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-15T15:35:01.203Z] Building security-secretstore-setup [2023-02-15T15:35:02.167Z]  Building core-common-config-bootstrapper ... done  ---> 911263bf04e7 [2023-02-15T15:35:02.167Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-15T15:35:02.756Z] ---> d86cdfc6d05e [2023-02-15T15:35:02.756Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-15T15:35:03.026Z] ---> Running in f8ea5aee87c6 [2023-02-15T15:35:06.377Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:35:06.377Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:35:06.377Z] ---> adeecc76d8a6 [2023-02-15T15:35:06.377Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T15:35:06.377Z] ---> Using cache [2023-02-15T15:35:06.377Z] ---> 902e912f80ec [2023-02-15T15:35:06.377Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-15T15:35:06.377Z] ---> Running in 4bc24514a62a [2023-02-15T15:35:06.963Z] Removing intermediate container f8ea5aee87c6 [2023-02-15T15:35:06.963Z] ---> 5cc332018975 [2023-02-15T15:35:06.963Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-15T15:35:06.963Z] ---> Running in 75588677402b [2023-02-15T15:35:07.569Z] Removing intermediate container 75588677402b [2023-02-15T15:35:07.569Z] ---> cce80a27652d [2023-02-15T15:35:07.569Z] Step 29/32 : CMD ["gate"] [2023-02-15T15:35:07.838Z] ---> Running in cbe577b461c7 [2023-02-15T15:35:08.801Z] Removing intermediate container cbe577b461c7 [2023-02-15T15:35:08.801Z] ---> c17437c253eb [2023-02-15T15:35:08.801Z] Step 30/32 : LABEL arch=arm64 [2023-02-15T15:35:08.801Z] ---> Running in 6c77d342a160 [2023-02-15T15:35:08.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:35:09.389Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:35:09.389Z] Removing intermediate container 6c77d342a160 [2023-02-15T15:35:09.389Z] ---> b38ccc931ae6 [2023-02-15T15:35:09.389Z] Step 31/32 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:35:09.656Z] ---> Running in c96d7af3a98a [2023-02-15T15:35:10.244Z] Removing intermediate container c96d7af3a98a [2023-02-15T15:35:10.244Z] ---> c71670e60c7f [2023-02-15T15:35:10.244Z] Step 32/32 : LABEL version=3.0.0-dev.50 [2023-02-15T15:35:10.244Z] ---> Running in 5d8b57de72df [2023-02-15T15:35:10.834Z] Removing intermediate container 5d8b57de72df [2023-02-15T15:35:10.834Z] ---> f9c102fe758a [2023-02-15T15:35:10.834Z] [2023-02-15T15:35:10.834Z] Successfully built f9c102fe758a [2023-02-15T15:35:10.834Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-15T15:35:10.834Z]  Building security-bootstrapper ... done Building core-data [2023-02-15T15:35:11.103Z] OK: 221 MiB in 51 packages [2023-02-15T15:35:12.548Z] Removing intermediate container 4bc24514a62a [2023-02-15T15:35:12.548Z] ---> 5c085cd768cf [2023-02-15T15:35:12.548Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T15:35:15.132Z] ---> a94aa12bf984 [2023-02-15T15:35:15.132Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:35:15.132Z] ---> Running in 6f16a755577e [2023-02-15T15:35:16.092Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:35:16.092Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:35:16.092Z] ---> adeecc76d8a6 [2023-02-15T15:35:16.092Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T15:35:16.092Z] ---> Using cache [2023-02-15T15:35:16.092Z] ---> 32e68d41f906 [2023-02-15T15:35:16.092Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T15:35:16.092Z] ---> Using cache [2023-02-15T15:35:16.092Z] ---> fa8db2811f3d [2023-02-15T15:35:16.092Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T15:35:16.092Z] ---> Using cache [2023-02-15T15:35:16.092Z] ---> 4f6e9d2b2ad4 [2023-02-15T15:35:16.092Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T15:35:16.360Z] ---> Using cache [2023-02-15T15:35:16.360Z] ---> 5cfded6b7a1e [2023-02-15T15:35:16.360Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:35:16.360Z] ---> Using cache [2023-02-15T15:35:16.360Z] ---> c604c2aee23d [2023-02-15T15:35:16.360Z] Step 8/22 : COPY . . [2023-02-15T15:35:16.627Z] ---> Using cache [2023-02-15T15:35:16.627Z] ---> f60db6083c61 [2023-02-15T15:35:16.627Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-15T15:35:16.627Z] ---> Running in 5a834215020a [2023-02-15T15:35:18.577Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T15:36:14.978Z] Removing intermediate container 4b6bf3d63347 [2023-02-15T15:36:14.978Z] ---> b3daa8957ef7 [2023-02-15T15:36:14.978Z] [2023-02-15T15:36:14.978Z] Step 10/24 : FROM alpine:3.16 [2023-02-15T15:36:14.978Z] ---> 4c81e5bf8899 [2023-02-15T15:36:14.978Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-15T15:36:14.978Z] ---> Running in 1e8d3e06e2eb [2023-02-15T15:36:14.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:36:14.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:36:14.978Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T15:36:14.978Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:36:14.978Z] OK: 5 MiB in 15 packages [2023-02-15T15:36:15.562Z] Removing intermediate container 1e8d3e06e2eb [2023-02-15T15:36:15.842Z] ---> 4302c0714e1a [2023-02-15T15:36:15.842Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T15:36:15.842Z] ---> Running in dca4f077f753 [2023-02-15T15:36:16.809Z] Removing intermediate container dca4f077f753 [2023-02-15T15:36:16.810Z] ---> f66d2316a851 [2023-02-15T15:36:16.810Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-15T15:36:16.810Z] ---> Running in 94f5d0f2e42e [2023-02-15T15:36:17.399Z] Removing intermediate container 94f5d0f2e42e [2023-02-15T15:36:17.399Z] ---> 9f6e4160a6f2 [2023-02-15T15:36:17.399Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-15T15:36:19.495Z] ---> Running in aa4d9569571f [2023-02-15T15:36:20.121Z] Removing intermediate container aa4d9569571f [2023-02-15T15:36:20.121Z] ---> 0409a97edb43 [2023-02-15T15:36:20.121Z] Step 15/24 : WORKDIR / [2023-02-15T15:36:20.121Z] ---> Running in 41017b4ed61d [2023-02-15T15:36:21.107Z] Removing intermediate container 41017b4ed61d [2023-02-15T15:36:21.107Z] ---> 36b22d1a45d7 [2023-02-15T15:36:21.107Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:36:22.792Z] ---> 64486d25253f [2023-02-15T15:36:22.792Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-15T15:36:26.242Z] ---> bc1f25f2285a [2023-02-15T15:36:26.242Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-15T15:36:28.224Z] ---> 1303fd2e8712 [2023-02-15T15:36:28.224Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-15T15:36:29.199Z] ---> e1d41cf1371c [2023-02-15T15:36:29.199Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-15T15:36:29.199Z] ---> Running in d9c7637d8d79 [2023-02-15T15:36:30.170Z] Removing intermediate container d9c7637d8d79 [2023-02-15T15:36:30.170Z] ---> 3ec079cb9a41 [2023-02-15T15:36:30.170Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T15:36:30.440Z] ---> Running in 9cc23d20d5e9 [2023-02-15T15:36:31.415Z] Removing intermediate container 9cc23d20d5e9 [2023-02-15T15:36:31.415Z] ---> c1d6fab735bf [2023-02-15T15:36:31.415Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T15:36:31.687Z] ---> Running in 565aa3efe747 [2023-02-15T15:36:32.277Z] Removing intermediate container 565aa3efe747 [2023-02-15T15:36:32.277Z] ---> 463cc2712c08 [2023-02-15T15:36:32.277Z] Step 23/24 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:36:32.548Z] ---> Running in 853f30407150 [2023-02-15T15:36:33.138Z] Removing intermediate container 853f30407150 [2023-02-15T15:36:33.138Z] ---> 11db6f320470 [2023-02-15T15:36:33.138Z] Step 24/24 : LABEL version=3.0.0-dev.50 [2023-02-15T15:36:33.407Z] ---> Running in f51acb232afa [2023-02-15T15:36:34.377Z] Removing intermediate container f51acb232afa [2023-02-15T15:36:34.377Z] ---> c9f3d638c140 [2023-02-15T15:36:34.377Z] [2023-02-15T15:36:34.647Z] Successfully built c9f3d638c140 [2023-02-15T15:36:34.647Z] Successfully tagged core-metadata-arm64:latest [2023-02-15T15:36:34.647Z]  Building core-metadata ... done Building security-spire-server [2023-02-15T15:36:41.332Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:36:41.332Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:36:41.332Z] ---> adeecc76d8a6 [2023-02-15T15:36:41.332Z] Step 3/23 : WORKDIR /edgex-go [2023-02-15T15:36:41.332Z] ---> Using cache [2023-02-15T15:36:41.332Z] ---> 902e912f80ec [2023-02-15T15:36:41.332Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T15:36:41.332Z] ---> Using cache [2023-02-15T15:36:41.332Z] ---> b5cc7712d82d [2023-02-15T15:36:41.332Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-15T15:36:41.332Z] ---> Using cache [2023-02-15T15:36:41.332Z] ---> 19d2f0552219 [2023-02-15T15:36:41.332Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:36:41.332Z] ---> Using cache [2023-02-15T15:36:41.332Z] ---> 1e36cd0e226d [2023-02-15T15:36:41.332Z] Step 7/23 : COPY . . [2023-02-15T15:36:41.332Z] ---> Using cache [2023-02-15T15:36:41.332Z] ---> 204e3d65c097 [2023-02-15T15:36:41.332Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T15:36:41.332Z] ---> Using cache [2023-02-15T15:36:41.332Z] ---> 1caf36b5f150 [2023-02-15T15:36:41.332Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-15T15:36:41.332Z] ---> Using cache [2023-02-15T15:36:41.332Z] ---> fa115277eb28 [2023-02-15T15:36:41.332Z] 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-15T15:36:41.332Z] ---> Running in 1b231c59a80e [2023-02-15T15:36:45.598Z] Removing intermediate container 1b231c59a80e [2023-02-15T15:36:45.598Z] ---> 72b5ff45f027 [2023-02-15T15:36:45.598Z] Step 11/23 : WORKDIR /edgex-go [2023-02-15T15:36:45.867Z] ---> Running in 93e72de91706 [2023-02-15T15:36:47.292Z] Removing intermediate container 93e72de91706 [2023-02-15T15:36:47.292Z] ---> a0927e8a89d6 [2023-02-15T15:36:47.292Z] [2023-02-15T15:36:47.292Z] Step 12/23 : FROM alpine:3.15 [2023-02-15T15:36:47.292Z] ---> 354640af7b1b [2023-02-15T15:36:47.292Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T15:36:47.292Z] ---> Using cache [2023-02-15T15:36:47.292Z] ---> 140fc02b79f9 [2023-02-15T15:36:47.292Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T15:36:47.292Z] ---> Using cache [2023-02-15T15:36:47.292Z] ---> 6d4a2a2d1269 [2023-02-15T15:36:47.292Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T15:37:02.284Z] ---> 8b55e870be73 [2023-02-15T15:37:02.284Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T15:37:02.284Z] Removing intermediate container 1129e2d10527 [2023-02-15T15:37:02.284Z] ---> 1112069d5f0e [2023-02-15T15:37:02.284Z] [2023-02-15T15:37:02.284Z] Step 9/19 : FROM alpine:3.15 [2023-02-15T15:37:02.284Z] ---> 354640af7b1b [2023-02-15T15:37:02.284Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T15:37:02.284Z] ---> Using cache [2023-02-15T15:37:02.284Z] ---> 140fc02b79f9 [2023-02-15T15:37:02.284Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-15T15:37:02.284Z] ---> 9c338ded499c [2023-02-15T15:37:02.284Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-15T15:37:02.284Z] ---> Running in 806b4682b34a [2023-02-15T15:37:04.918Z] ---> e49106762a88 [2023-02-15T15:37:04.918Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-15T15:37:04.918Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:37:05.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:37:06.088Z] ---> bfcaeb14be20 [2023-02-15T15:37:06.088Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T15:37:06.358Z] ---> Running in 5d30597a623b [2023-02-15T15:37:06.625Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T15:37:06.625Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T15:37:06.625Z] OK: 15734 distinct packages available [2023-02-15T15:37:06.892Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:37:07.160Z] Removing intermediate container 5d30597a623b [2023-02-15T15:37:07.160Z] ---> 0837d711f24e [2023-02-15T15:37:07.160Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T15:37:07.160Z] ---> Running in f6eb04dfa61a [2023-02-15T15:37:07.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:37:08.395Z] Removing intermediate container f6eb04dfa61a [2023-02-15T15:37:08.395Z] ---> 1ad164e61e22 [2023-02-15T15:37:08.395Z] Step 21/23 : LABEL arch=arm64 [2023-02-15T15:37:08.395Z] ---> Running in 032c7f16f729 [2023-02-15T15:37:08.664Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-15T15:37:08.932Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-15T15:37:08.932Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-15T15:37:08.932Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-15T15:37:08.932Z] (5/9) Installing curl (7.80.0-r6) [2023-02-15T15:37:08.932Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-15T15:37:08.932Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-15T15:37:08.932Z] (8/9) Installing libucontext (1.1-r0) [2023-02-15T15:37:08.932Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-15T15:37:08.932Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T15:37:08.932Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T15:37:10.878Z] Removing intermediate container 032c7f16f729 [2023-02-15T15:37:10.878Z] ---> 2b8a431ab567 [2023-02-15T15:37:10.878Z] Step 22/23 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:37:10.878Z] ---> Running in 99ae4a32309e [2023-02-15T15:37:11.149Z] OK: 8 MiB in 23 packages [2023-02-15T15:37:12.121Z] Removing intermediate container 99ae4a32309e [2023-02-15T15:37:12.121Z] ---> d5ad84044dcd [2023-02-15T15:37:12.121Z] Step 23/23 : LABEL version=3.0.0-dev.50 [2023-02-15T15:37:12.393Z] ---> Running in 078bc73ed430 [2023-02-15T15:37:13.355Z] Removing intermediate container 078bc73ed430 [2023-02-15T15:37:13.355Z] ---> 0796f6e74dde [2023-02-15T15:37:13.355Z] [2023-02-15T15:37:13.941Z] Successfully built 0796f6e74dde [2023-02-15T15:37:13.941Z] Successfully tagged security-spire-server-arm64:latest [2023-02-15T15:37:13.941Z] Building support-notifications [2023-02-15T15:37:14.528Z]  Building security-spire-server ... done Removing intermediate container 806b4682b34a [2023-02-15T15:37:14.528Z] ---> c4dee5068e29 [2023-02-15T15:37:14.528Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:37:15.957Z] ---> ff5f49454b1c [2023-02-15T15:37:15.957Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-15T15:37:19.324Z] ---> 9930f8192d85 [2023-02-15T15:37:19.324Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-15T15:37:19.591Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:37:19.591Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:37:19.591Z] ---> adeecc76d8a6 [2023-02-15T15:37:19.591Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T15:37:19.591Z] ---> Using cache [2023-02-15T15:37:19.591Z] ---> 32e68d41f906 [2023-02-15T15:37:19.591Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T15:37:19.591Z] ---> Using cache [2023-02-15T15:37:19.591Z] ---> fa8db2811f3d [2023-02-15T15:37:19.591Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-15T15:37:19.861Z] ---> Running in a0cd0efcf184 [2023-02-15T15:37:21.833Z] ---> 75023afbb1b4 [2023-02-15T15:37:21.833Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-15T15:37:21.833Z] ---> Running in f8cd3ee14a52 [2023-02-15T15:37:22.418Z] Removing intermediate container f8cd3ee14a52 [2023-02-15T15:37:22.418Z] ---> 6b6642ad10bc [2023-02-15T15:37:22.418Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T15:37:22.418Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:37:22.685Z] ---> Running in ec62b13eb966 [2023-02-15T15:37:22.955Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:37:24.441Z] Removing intermediate container ec62b13eb966 [2023-02-15T15:37:24.441Z] ---> 158809e39a4b [2023-02-15T15:37:24.441Z] Step 17/19 : LABEL arch=arm64 [2023-02-15T15:37:24.441Z] Removing intermediate container 6f16a755577e [2023-02-15T15:37:24.441Z] ---> 5d483ad89c04 [2023-02-15T15:37:24.441Z] Step 7/24 : COPY . . [2023-02-15T15:37:24.441Z] ---> Running in e4e7846e9082 [2023-02-15T15:37:24.441Z] OK: 221 MiB in 51 packages [2023-02-15T15:37:25.405Z] Removing intermediate container e4e7846e9082 [2023-02-15T15:37:25.405Z] ---> f981fa51456e [2023-02-15T15:37:25.405Z] Step 18/19 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:37:25.677Z] ---> Running in b2c0aeb2b5f3 [2023-02-15T15:37:27.085Z] Removing intermediate container b2c0aeb2b5f3 [2023-02-15T15:37:27.085Z] ---> 04ff5e62fb86 [2023-02-15T15:37:27.085Z] Step 19/19 : LABEL version=3.0.0-dev.50 [2023-02-15T15:37:27.085Z] Removing intermediate container a0cd0efcf184 [2023-02-15T15:37:27.085Z] ---> 65f546393957 [2023-02-15T15:37:27.085Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T15:37:27.085Z] ---> Running in 7a3bda3c97f6 [2023-02-15T15:37:27.669Z] Removing intermediate container 7a3bda3c97f6 [2023-02-15T15:37:27.669Z] ---> 2052b38d1d40 [2023-02-15T15:37:27.669Z] [2023-02-15T15:37:27.936Z] Successfully built 2052b38d1d40 [2023-02-15T15:37:28.203Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-15T15:37:28.203Z]  Building security-spiffe-token-provider ... done Building security-proxy-setup [2023-02-15T15:37:28.471Z] ---> 84bc92270668 [2023-02-15T15:37:28.471Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:37:28.471Z] ---> Running in 098ee22bd20e [2023-02-15T15:37:29.437Z] ---> 198905b49b08 [2023-02-15T15:37:29.437Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-15T15:37:29.707Z] ---> Running in bd66a44f5798 [2023-02-15T15:37:32.291Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T15:37:32.889Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:37:32.889Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:37:32.889Z] ---> adeecc76d8a6 [2023-02-15T15:37:32.889Z] Step 3/21 : WORKDIR /edgex-go [2023-02-15T15:37:32.890Z] ---> Using cache [2023-02-15T15:37:32.890Z] ---> 902e912f80ec [2023-02-15T15:37:32.890Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-15T15:37:32.890Z] ---> Using cache [2023-02-15T15:37:32.890Z] ---> 5c085cd768cf [2023-02-15T15:37:32.890Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-15T15:37:32.890Z] ---> Using cache [2023-02-15T15:37:32.890Z] ---> a94aa12bf984 [2023-02-15T15:37:32.890Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:37:32.890Z] ---> Using cache [2023-02-15T15:37:32.890Z] ---> 5d483ad89c04 [2023-02-15T15:37:32.890Z] Step 7/21 : COPY . . [2023-02-15T15:37:32.890Z] ---> Using cache [2023-02-15T15:37:32.890Z] ---> 198905b49b08 [2023-02-15T15:37:32.890Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-15T15:37:33.166Z] ---> Running in 30fa7e4fe870 [2023-02-15T15:37:35.127Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T15:37:47.454Z] Removing intermediate container 7105c6b64632 [2023-02-15T15:37:47.454Z] ---> ba898625055d [2023-02-15T15:37:47.454Z] [2023-02-15T15:37:47.454Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T15:37:47.454Z] ---> 4c81e5bf8899 [2023-02-15T15:37:47.454Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T15:37:47.454Z] ---> Using cache [2023-02-15T15:37:47.454Z] ---> 4302c0714e1a [2023-02-15T15:37:47.454Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T15:37:47.454Z] ---> Using cache [2023-02-15T15:37:47.454Z] ---> f66d2316a851 [2023-02-15T15:37:47.454Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-15T15:37:47.454Z] ---> Running in 29d1bccaab20 [2023-02-15T15:37:47.737Z] Removing intermediate container 29d1bccaab20 [2023-02-15T15:37:47.737Z] ---> 43f3afaf6ae6 [2023-02-15T15:37:47.737Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T15:37:48.005Z] ---> Running in a6d27bef6d79 [2023-02-15T15:37:48.605Z] Removing intermediate container a6d27bef6d79 [2023-02-15T15:37:48.605Z] ---> 6169c55a9354 [2023-02-15T15:37:48.605Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:37:51.972Z] ---> 1d62a7a182c3 [2023-02-15T15:37:51.972Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-15T15:37:53.930Z] ---> e3cc29c6deaa [2023-02-15T15:37:53.930Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-15T15:37:54.915Z] ---> 7efc1c1a20c1 [2023-02-15T15:37:54.915Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-15T15:37:54.915Z] ---> Running in 438c4bf0e394 [2023-02-15T15:37:55.900Z] Removing intermediate container 438c4bf0e394 [2023-02-15T15:37:55.900Z] ---> 2e7e83005857 [2023-02-15T15:37:55.900Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T15:37:55.900Z] ---> Running in 3d977d9204aa [2023-02-15T15:37:56.522Z] Removing intermediate container 3d977d9204aa [2023-02-15T15:37:56.522Z] ---> c2d0961b3c37 [2023-02-15T15:37:56.522Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T15:37:56.522Z] ---> Running in 0e3a8f30c712 [2023-02-15T15:37:57.119Z] Removing intermediate container 0e3a8f30c712 [2023-02-15T15:37:57.120Z] ---> 70cbd8f539a3 [2023-02-15T15:37:57.120Z] Step 21/22 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:37:57.402Z] ---> Running in 6dd7eccbfe8e [2023-02-15T15:37:57.993Z] Removing intermediate container 6dd7eccbfe8e [2023-02-15T15:37:57.993Z] ---> 76b611199435 [2023-02-15T15:37:57.993Z] Step 22/22 : LABEL version=3.0.0-dev.50 [2023-02-15T15:37:57.993Z] ---> Running in f93d83209bb0 [2023-02-15T15:37:58.587Z] Removing intermediate container f93d83209bb0 [2023-02-15T15:37:58.587Z] ---> cb34ee525a21 [2023-02-15T15:37:58.587Z] [2023-02-15T15:37:58.587Z] Successfully built cb34ee525a21 [2023-02-15T15:37:58.858Z] Successfully tagged support-scheduler-arm64:latest [2023-02-15T15:37:58.858Z] Building core-command [2023-02-15T15:38:02.218Z]  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T15:38:02.218Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T15:38:02.218Z] ---> adeecc76d8a6 [2023-02-15T15:38:02.218Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-15T15:38:02.218Z] ---> Using cache [2023-02-15T15:38:02.218Z] ---> 32e68d41f906 [2023-02-15T15:38:02.218Z] Step 4/23 : WORKDIR /edgex-go [2023-02-15T15:38:02.218Z] ---> Using cache [2023-02-15T15:38:02.218Z] ---> fa8db2811f3d [2023-02-15T15:38:02.218Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-15T15:38:02.218Z] ---> Using cache [2023-02-15T15:38:02.218Z] ---> 4f6e9d2b2ad4 [2023-02-15T15:38:02.218Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-15T15:38:02.218Z] ---> Using cache [2023-02-15T15:38:02.218Z] ---> 5cfded6b7a1e [2023-02-15T15:38:02.218Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T15:38:02.218Z] ---> Using cache [2023-02-15T15:38:02.218Z] ---> c604c2aee23d [2023-02-15T15:38:02.218Z] Step 8/23 : COPY . . [2023-02-15T15:38:02.218Z] ---> Using cache [2023-02-15T15:38:02.218Z] ---> f60db6083c61 [2023-02-15T15:38:02.218Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-15T15:38:02.819Z] ---> Running in 17c76ce2f2a3 [2023-02-15T15:38:04.779Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T15:39:26.507Z] Removing intermediate container 098ee22bd20e [2023-02-15T15:39:26.507Z] ---> d1a52728d867 [2023-02-15T15:39:26.507Z] Step 8/22 : COPY . . [2023-02-15T15:39:26.507Z] ---> e6affab70e25 [2023-02-15T15:39:26.507Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-15T15:39:26.507Z] ---> Running in 9cd748cb9b22 [2023-02-15T15:39:26.507Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-15T15:42:33.353Z] Removing intermediate container 5a834215020a [2023-02-15T15:42:33.353Z] ---> 284f3ec4e263 [2023-02-15T15:42:33.353Z] [2023-02-15T15:42:33.353Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T15:42:33.353Z] ---> 4c81e5bf8899 [2023-02-15T15:42:33.353Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-15T15:42:33.624Z] ---> Running in 89de100fb32e [2023-02-15T15:42:34.215Z] Removing intermediate container 89de100fb32e [2023-02-15T15:42:34.215Z] ---> 9148321053c4 [2023-02-15T15:42:34.215Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-15T15:42:34.485Z] ---> Running in 0d18badc2987 [2023-02-15T15:42:35.072Z] Removing intermediate container 0d18badc2987 [2023-02-15T15:42:35.072Z] ---> e7e8e8dab08e [2023-02-15T15:42:35.072Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-15T15:42:35.072Z] ---> Running in 098d20a6644d [2023-02-15T15:42:35.667Z] Removing intermediate container 098d20a6644d [2023-02-15T15:42:35.667Z] ---> 4ae814a4e1b3 [2023-02-15T15:42:35.667Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T15:42:35.938Z] ---> Running in 0b95267d2b51 [2023-02-15T15:42:37.905Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:42:38.493Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:42:39.915Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T15:42:39.915Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:42:39.915Z] OK: 5 MiB in 15 packages [2023-02-15T15:42:41.875Z] Removing intermediate container 0b95267d2b51 [2023-02-15T15:42:41.875Z] ---> b087800c1139 [2023-02-15T15:42:41.875Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:42:42.851Z] ---> df6b819d8769 [2023-02-15T15:42:42.851Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-15T15:42:47.136Z] ---> 489fa54bb242 [2023-02-15T15:42:47.136Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-15T15:42:47.413Z] ---> d4e01260c3be [2023-02-15T15:42:47.413Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-15T15:42:47.689Z] ---> Running in bbe8c6bf0a62 [2023-02-15T15:42:48.279Z] Removing intermediate container bbe8c6bf0a62 [2023-02-15T15:42:48.279Z] ---> 8a63a56ee42a [2023-02-15T15:42:48.279Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T15:42:48.279Z] ---> Running in fcc759624c59 [2023-02-15T15:42:48.875Z] Removing intermediate container fcc759624c59 [2023-02-15T15:42:48.875Z] ---> 99bd90ed4985 [2023-02-15T15:42:48.875Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T15:42:48.875Z] ---> Running in 4c41e367b844 [2023-02-15T15:42:49.473Z] Removing intermediate container 4c41e367b844 [2023-02-15T15:42:49.473Z] ---> 9ba496a8b92e [2023-02-15T15:42:49.473Z] Step 21/22 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:42:49.473Z] ---> Running in b642371e5d78 [2023-02-15T15:42:50.067Z] Removing intermediate container b642371e5d78 [2023-02-15T15:42:50.067Z] ---> f950a30a3ac4 [2023-02-15T15:42:50.067Z] Step 22/22 : LABEL version=3.0.0-dev.50 [2023-02-15T15:42:50.339Z] ---> Running in 11a7042214b3 [2023-02-15T15:42:50.610Z] Removing intermediate container 11a7042214b3 [2023-02-15T15:42:50.610Z] ---> 91c48520cd96 [2023-02-15T15:42:50.610Z] [2023-02-15T15:42:50.881Z] Successfully built 91c48520cd96 [2023-02-15T15:42:50.881Z] Successfully tagged core-data-arm64:latest [2023-02-15T15:43:59.263Z]  Building core-data ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T15:43:59.263Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T15:44:17.531Z] Removing intermediate container 30fa7e4fe870 [2023-02-15T15:44:17.531Z] ---> 946749ac197f [2023-02-15T15:44:17.531Z] [2023-02-15T15:44:17.531Z] Step 9/21 : FROM alpine:3.16 [2023-02-15T15:44:17.531Z] ---> 4c81e5bf8899 [2023-02-15T15:44:17.531Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-15T15:44:17.531Z] ---> Running in 6b470b89bac9 [2023-02-15T15:44:18.493Z] Removing intermediate container bd66a44f5798 [2023-02-15T15:44:18.493Z] ---> 221d5cbaa5a7 [2023-02-15T15:44:18.493Z] [2023-02-15T15:44:18.493Z] Step 9/24 : FROM alpine:3.16 [2023-02-15T15:44:18.493Z] ---> 4c81e5bf8899 [2023-02-15T15:44:18.493Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-15T15:44:18.493Z] ---> Running in 51dcb9f0d7d8 [2023-02-15T15:44:19.918Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:44:20.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:44:20.790Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:44:21.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:44:21.639Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-15T15:44:21.904Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-15T15:44:21.904Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-15T15:44:21.904Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-15T15:44:21.904Z] (5/6) Installing curl (7.83.1-r6) [2023-02-15T15:44:21.904Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-15T15:44:21.904Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:44:21.904Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T15:44:22.171Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-15T15:44:22.171Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-15T15:44:22.171Z] (3/3) Installing su-exec (0.2-r1) [2023-02-15T15:44:22.171Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:44:22.171Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T15:44:22.439Z] OK: 8 MiB in 20 packages [2023-02-15T15:44:22.709Z] OK: 6 MiB in 17 packages [2023-02-15T15:44:25.308Z] Removing intermediate container 6b470b89bac9 [2023-02-15T15:44:25.308Z] ---> ca541e97c9b2 [2023-02-15T15:44:25.308Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T15:44:25.308Z] ---> Running in d0098d0ac932 [2023-02-15T15:44:25.308Z] Removing intermediate container 51dcb9f0d7d8 [2023-02-15T15:44:25.308Z] ---> 5c4ee0176b7b [2023-02-15T15:44:25.308Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T15:44:25.580Z] ---> Running in eb21e35ab881 [2023-02-15T15:44:26.171Z] Removing intermediate container d0098d0ac932 [2023-02-15T15:44:26.171Z] ---> 0fdf45304aac [2023-02-15T15:44:26.171Z] Step 12/21 : WORKDIR /edgex [2023-02-15T15:44:26.171Z] Removing intermediate container eb21e35ab881 [2023-02-15T15:44:26.171Z] ---> 6d6a3b2f9bdc [2023-02-15T15:44:26.171Z] Step 12/24 : WORKDIR / [2023-02-15T15:44:26.171Z] ---> Running in 8a1223b7f9e2 [2023-02-15T15:44:26.171Z] ---> Running in 0f1204395252 [2023-02-15T15:44:27.130Z] Removing intermediate container 0f1204395252 [2023-02-15T15:44:27.130Z] Removing intermediate container 8a1223b7f9e2 [2023-02-15T15:44:27.130Z] ---> 101dc668a810 [2023-02-15T15:44:27.130Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-15T15:44:27.130Z] ---> a55d8e7d28a5 [2023-02-15T15:44:27.130Z] 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-15T15:44:30.481Z] ---> 259582717a04 [2023-02-15T15:44:30.481Z] 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-15T15:44:30.481Z] ---> 5153a8bbc746 [2023-02-15T15:44:30.481Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-15T15:44:31.063Z] ---> 011aeedac3e2 [2023-02-15T15:44:31.063Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-15T15:44:32.021Z] ---> f5deb4534cdb [2023-02-15T15:44:32.021Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-15T15:44:32.604Z] ---> 566b45442b18 [2023-02-15T15:44:32.604Z] 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-15T15:44:34.013Z] ---> 2ed87ab7b7b0 [2023-02-15T15:44:34.013Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-15T15:44:34.282Z] ---> 0f109c5a4c78 [2023-02-15T15:44:34.282Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T15:44:35.686Z] ---> a2821f56779e [2023-02-15T15:44:35.686Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T15:44:35.686Z] ---> Running in 2576c6822c1b [2023-02-15T15:44:36.269Z] ---> 1ec9f9671cc0 [2023-02-15T15:44:36.269Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-15T15:44:38.848Z] ---> ae337d839e69 [2023-02-15T15:44:38.848Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T15:44:39.811Z] Removing intermediate container 2576c6822c1b [2023-02-15T15:44:39.811Z] ---> f31cc8634702 [2023-02-15T15:44:39.811Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T15:44:39.811Z] ---> Running in 98f6e5771471 [2023-02-15T15:44:40.087Z] ---> 9bcbe0724bfc [2023-02-15T15:44:40.087Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T15:44:40.087Z] ---> Running in 8a7e582dd515 [2023-02-15T15:44:41.051Z] Removing intermediate container 98f6e5771471 [2023-02-15T15:44:41.051Z] ---> a25aacbad103 [2023-02-15T15:44:41.051Z] Step 19/21 : LABEL arch=arm64 [2023-02-15T15:44:41.051Z] ---> Running in 1770d4ea13e5 [2023-02-15T15:44:42.011Z] Removing intermediate container 1770d4ea13e5 [2023-02-15T15:44:42.011Z] ---> c21901f214ce [2023-02-15T15:44:42.011Z] Step 20/21 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:44:42.011Z] ---> Running in f00a5e3b6005 [2023-02-15T15:44:42.594Z] Removing intermediate container f00a5e3b6005 [2023-02-15T15:44:42.594Z] ---> 1fe18f47b64b [2023-02-15T15:44:42.594Z] Step 21/21 : LABEL version=3.0.0-dev.50 [2023-02-15T15:44:42.861Z] ---> Running in d1063c4b2e61 [2023-02-15T15:44:43.819Z] Removing intermediate container d1063c4b2e61 [2023-02-15T15:44:43.819Z] ---> 20eef705750f [2023-02-15T15:44:43.819Z] [2023-02-15T15:44:43.819Z] Removing intermediate container 8a7e582dd515 [2023-02-15T15:44:43.819Z] ---> eea5d5076a7e [2023-02-15T15:44:43.819Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T15:44:43.819Z] ---> Running in 51688cf7b7cb [2023-02-15T15:44:43.819Z] Successfully built 20eef705750f [2023-02-15T15:44:44.087Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-15T15:44:44.668Z]  Building security-proxy-setup ... done Removing intermediate container 51688cf7b7cb [2023-02-15T15:44:44.668Z] ---> b74fe45d497a [2023-02-15T15:44:44.668Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T15:44:44.668Z] ---> Running in 077957209fdf [2023-02-15T15:44:45.251Z] Removing intermediate container 077957209fdf [2023-02-15T15:44:45.251Z] ---> 54280df2e765 [2023-02-15T15:44:45.251Z] Step 23/24 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:44:45.251Z] ---> Running in f1796f1438ce [2023-02-15T15:44:45.831Z] Removing intermediate container f1796f1438ce [2023-02-15T15:44:45.831Z] ---> c19dc94815f0 [2023-02-15T15:44:45.831Z] Step 24/24 : LABEL version=3.0.0-dev.50 [2023-02-15T15:44:46.098Z] ---> Running in 7fe33b5e4191 [2023-02-15T15:44:46.681Z] Removing intermediate container 7fe33b5e4191 [2023-02-15T15:44:46.681Z] ---> b448700ae87e [2023-02-15T15:44:46.681Z] [2023-02-15T15:44:46.947Z] Successfully built b448700ae87e [2023-02-15T15:44:46.947Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-15T15:44:55.144Z]  Building security-secretstore-setup ... done Removing intermediate container 17c76ce2f2a3 [2023-02-15T15:44:55.144Z] ---> 2314d6371243 [2023-02-15T15:44:55.144Z] [2023-02-15T15:44:55.144Z] Step 10/23 : FROM alpine:3.16 [2023-02-15T15:44:55.144Z] ---> 4c81e5bf8899 [2023-02-15T15:44:55.144Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-15T15:44:55.144Z] ---> Using cache [2023-02-15T15:44:55.144Z] ---> 4302c0714e1a [2023-02-15T15:44:55.144Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T15:44:55.144Z] ---> Using cache [2023-02-15T15:44:55.144Z] ---> f66d2316a851 [2023-02-15T15:44:55.144Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-15T15:44:55.410Z] ---> Running in 7ffac2551339 [2023-02-15T15:44:55.677Z] Removing intermediate container 7ffac2551339 [2023-02-15T15:44:55.677Z] ---> 25951331dc9d [2023-02-15T15:44:55.677Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-15T15:44:55.945Z] ---> Running in 5fb48ab0138e [2023-02-15T15:44:56.531Z] Removing intermediate container 5fb48ab0138e [2023-02-15T15:44:56.531Z] ---> 24c50024277c [2023-02-15T15:44:56.531Z] Step 15/23 : WORKDIR / [2023-02-15T15:44:56.531Z] ---> Running in a7efdbf1e763 [2023-02-15T15:44:57.115Z] Removing intermediate container a7efdbf1e763 [2023-02-15T15:44:57.115Z] ---> 8c93e37c5cbf [2023-02-15T15:44:57.115Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:44:58.076Z] ---> 3484bd581473 [2023-02-15T15:44:58.076Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-15T15:44:59.489Z] ---> dc85474bfee1 [2023-02-15T15:44:59.489Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-15T15:45:00.466Z] ---> ce5cb40fcbb6 [2023-02-15T15:45:00.466Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-15T15:45:00.466Z] ---> Running in 3b5e08ddc25a [2023-02-15T15:45:01.050Z] Removing intermediate container 3b5e08ddc25a [2023-02-15T15:45:01.050Z] ---> 9880b8a9c52b [2023-02-15T15:45:01.050Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T15:45:01.050Z] ---> Running in f10ed4c60325 [2023-02-15T15:45:01.634Z] Removing intermediate container f10ed4c60325 [2023-02-15T15:45:01.634Z] ---> 31ec5986a2ab [2023-02-15T15:45:01.634Z] Step 21/23 : LABEL arch=arm64 [2023-02-15T15:45:01.634Z] ---> Running in 498d7d118a1f [2023-02-15T15:45:02.219Z] Removing intermediate container 498d7d118a1f [2023-02-15T15:45:02.219Z] ---> 38f29513fcd9 [2023-02-15T15:45:02.219Z] Step 22/23 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:45:02.486Z] ---> Running in 0becf25c0f2e [2023-02-15T15:45:02.756Z] Removing intermediate container 0becf25c0f2e [2023-02-15T15:45:02.756Z] ---> ac8a047a3e28 [2023-02-15T15:45:02.756Z] Step 23/23 : LABEL version=3.0.0-dev.50 [2023-02-15T15:45:03.042Z] ---> Running in 2df055983071 [2023-02-15T15:45:03.310Z] Removing intermediate container 2df055983071 [2023-02-15T15:45:03.310Z] ---> dc6d9d19be20 [2023-02-15T15:45:03.310Z] [2023-02-15T15:45:03.577Z] Successfully built dc6d9d19be20 [2023-02-15T15:45:03.577Z] Successfully tagged core-command-arm64:latest [2023-02-15T15:45:59.981Z]  Building core-command ... done Removing intermediate container 9cd748cb9b22 [2023-02-15T15:45:59.981Z] ---> 32e90b6245c5 [2023-02-15T15:45:59.981Z] [2023-02-15T15:45:59.981Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T15:45:59.981Z] ---> 4c81e5bf8899 [2023-02-15T15:45:59.981Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-15T15:45:59.981Z] ---> Running in 15aa9475bbed [2023-02-15T15:45:59.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T15:45:59.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T15:45:59.981Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-15T15:45:59.981Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-15T15:45:59.981Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T15:45:59.981Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T15:45:59.981Z] OK: 6 MiB in 16 packages [2023-02-15T15:45:59.981Z] Removing intermediate container 15aa9475bbed [2023-02-15T15:45:59.981Z] ---> 0b6c42644823 [2023-02-15T15:45:59.981Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T15:45:59.981Z] ---> Running in 293468b93d1f [2023-02-15T15:45:59.982Z] Removing intermediate container 293468b93d1f [2023-02-15T15:45:59.982Z] ---> 41a675fd1479 [2023-02-15T15:45:59.982Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-15T15:45:59.982Z] ---> Running in 8de918d987bf [2023-02-15T15:45:59.982Z] Removing intermediate container 8de918d987bf [2023-02-15T15:45:59.982Z] ---> e08e5d72ada8 [2023-02-15T15:45:59.982Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T15:45:59.982Z] ---> Running in 78d37b797b64 [2023-02-15T15:45:59.982Z] Removing intermediate container 78d37b797b64 [2023-02-15T15:45:59.982Z] ---> ca861a0f6298 [2023-02-15T15:45:59.982Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T15:45:59.982Z] ---> db890ab7308c [2023-02-15T15:45:59.982Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-15T15:45:59.982Z] ---> a97c0d337973 [2023-02-15T15:45:59.982Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-15T15:45:59.982Z] ---> 1c7917f51f75 [2023-02-15T15:45:59.982Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-15T15:46:00.247Z] ---> Running in 89242ec312cf [2023-02-15T15:46:00.514Z] Removing intermediate container 89242ec312cf [2023-02-15T15:46:00.514Z] ---> 35467611a830 [2023-02-15T15:46:00.514Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T15:46:00.514Z] ---> Running in b3b5b53fed1d [2023-02-15T15:46:00.779Z] Removing intermediate container b3b5b53fed1d [2023-02-15T15:46:00.779Z] ---> 575803f3cf37 [2023-02-15T15:46:00.779Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T15:46:00.779Z] ---> Running in bba2265e0d9e [2023-02-15T15:46:01.049Z] Removing intermediate container bba2265e0d9e [2023-02-15T15:46:01.049Z] ---> e25d5ce7afe3 [2023-02-15T15:46:01.049Z] Step 21/22 : LABEL git_sha=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:01.317Z] ---> Running in 6248c24c9bd7 [2023-02-15T15:46:01.584Z] Removing intermediate container 6248c24c9bd7 [2023-02-15T15:46:01.584Z] ---> 4085b249188a [2023-02-15T15:46:01.584Z] Step 22/22 : LABEL version=3.0.0-dev.50 [2023-02-15T15:46:01.584Z] ---> Running in 8f278f1fee56 [2023-02-15T15:46:01.855Z] Removing intermediate container 8f278f1fee56 [2023-02-15T15:46:01.855Z] ---> b4763fbb9f16 [2023-02-15T15:46:01.855Z] [2023-02-15T15:46:01.855Z] Successfully built b4763fbb9f16 [2023-02-15T15:46:01.855Z] Successfully tagged support-notifications-arm64:latest [2023-02-15T15:46:02.448Z]  Building support-notifications ... done  [Pipeline] } [2023-02-15T15:46:02.450Z] $ docker stop --time=1 6d677f35912af1ccd186b2395f66ec60e9086c22a07eedb087e1fc7456675cee [2023-02-15T15:46:04.195Z] $ docker rm -f --volumes 6d677f35912af1ccd186b2395f66ec60e9086c22a07eedb087e1fc7456675cee [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T15:46:04.682Z] + docker images [2023-02-15T15:46:04.948Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-15T15:46:04.948Z] support-notifications-arm64 latest b4763fbb9f16 3 seconds ago 29.7MB [2023-02-15T15:46:04.948Z] 32e90b6245c5 14 seconds ago 1.4GB [2023-02-15T15:46:04.948Z] core-command-arm64 latest dc6d9d19be20 About a minute ago 17MB [2023-02-15T15:46:04.948Z] 2314d6371243 About a minute ago 1.34GB [2023-02-15T15:46:04.948Z] security-secretstore-setup-arm64 latest b448700ae87e About a minute ago 29MB [2023-02-15T15:46:04.948Z] security-proxy-setup-arm64 latest 20eef705750f About a minute ago 26.9MB [2023-02-15T15:46:04.948Z] 221d5cbaa5a7 About a minute ago 1.33GB [2023-02-15T15:46:04.948Z] 946749ac197f About a minute ago 1.33GB [2023-02-15T15:46:04.948Z] core-data-arm64 latest 91c48520cd96 3 minutes ago 17.2MB [2023-02-15T15:46:04.948Z] 284f3ec4e263 3 minutes ago 1.34GB [2023-02-15T15:46:04.948Z] support-scheduler-arm64 latest cb34ee525a21 8 minutes ago 29MB [2023-02-15T15:46:04.948Z] ba898625055d 8 minutes ago 1.4GB [2023-02-15T15:46:04.948Z] security-spiffe-token-provider-arm64 latest 2052b38d1d40 8 minutes ago 29.1MB [2023-02-15T15:46:04.948Z] security-spire-server-arm64 latest 0796f6e74dde 8 minutes ago 84.3MB [2023-02-15T15:46:04.948Z] 1112069d5f0e 9 minutes ago 1.37GB [2023-02-15T15:46:04.948Z] a0927e8a89d6 9 minutes ago 1.21GB [2023-02-15T15:46:04.948Z] core-metadata-arm64 latest c9f3d638c140 9 minutes ago 17.7MB [2023-02-15T15:46:04.948Z] b3daa8957ef7 9 minutes ago 1.34GB [2023-02-15T15:46:04.948Z] security-bootstrapper-arm64 latest f9c102fe758a 10 minutes ago 19.6MB [2023-02-15T15:46:04.948Z] core-common-config-bootstrapper-arm64 latest 397e8e5b031e 11 minutes ago 14.9MB [2023-02-15T15:46:04.948Z] 1d010a422bde 11 minutes ago 1.33GB [2023-02-15T15:46:04.948Z] d524bacc3d3e 11 minutes ago 1.33GB [2023-02-15T15:46:04.948Z] security-spire-config-arm64 latest bd6db150c981 17 minutes ago 83.6MB [2023-02-15T15:46:04.948Z] security-spire-agent-arm64 latest 0283b3c25308 18 minutes ago 122MB [2023-02-15T15:46:04.948Z] 0656de9a2244 18 minutes ago 1.21GB [2023-02-15T15:46:04.948Z] ci-base-image-arm64 latest adeecc76d8a6 21 minutes ago 905MB [2023-02-15T15:46:04.948Z] alpine 3.15 354640af7b1b 4 days ago 5.34MB [2023-02-15T15:46:04.948Z] alpine 3.16 4c81e5bf8899 4 days ago 5.3MB [2023-02-15T15:46:04.948Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-15T15:46:04.948Z] 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-15T15:46:05.056Z] provisioning config files... [2023-02-15T15:46:05.069Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/410@tmp/config10489894870456405801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:46:05.403Z] ---> docker-login.sh [2023-02-15T15:46:05.403Z] nexus3.edgexfoundry.org:10001 [2023-02-15T15:46:05.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:46:05.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:46:05.669Z] Configure a credential helper to remove this warning. See [2023-02-15T15:46:05.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:46:05.669Z] [2023-02-15T15:46:05.669Z] Login Succeeded [2023-02-15T15:46:05.669Z] nexus3.edgexfoundry.org:10002 [2023-02-15T15:46:05.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:46:05.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:46:05.935Z] Configure a credential helper to remove this warning. See [2023-02-15T15:46:05.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:46:05.935Z] [2023-02-15T15:46:05.935Z] Login Succeeded [2023-02-15T15:46:06.201Z] nexus3.edgexfoundry.org:10003 [2023-02-15T15:46:06.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:46:06.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:46:06.468Z] Configure a credential helper to remove this warning. See [2023-02-15T15:46:06.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:46:06.468Z] [2023-02-15T15:46:06.468Z] Login Succeeded [2023-02-15T15:46:06.468Z] nexus3.edgexfoundry.org:10004 [2023-02-15T15:46:06.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:46:06.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:46:06.735Z] Configure a credential helper to remove this warning. See [2023-02-15T15:46:06.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:46:06.735Z] [2023-02-15T15:46:06.735Z] Login Succeeded [2023-02-15T15:46:06.735Z] docker.io [2023-02-15T15:46:07.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T15:46:07.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T15:46:07.267Z] Configure a credential helper to remove this warning. See [2023-02-15T15:46:07.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T15:46:07.267Z] [2023-02-15T15:46:07.267Z] Login Succeeded [2023-02-15T15:46:07.267Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T15:46:07.280Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:46:07.313Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T15:46:07.336Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-15T15:46:07.336Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:07.336Z] latest [2023-02-15T15:46:07.336Z] 3.0.0-dev.50 [2023-02-15T15:46:07.336Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:07.336Z] main [2023-02-15T15:46:07.336Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:07.688Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:08.032Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:08.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T15:46:08.032Z] 78e2a7bedad4: Preparing [2023-02-15T15:46:08.032Z] acf9e78903e9: Preparing [2023-02-15T15:46:08.032Z] 12748171d396: Preparing [2023-02-15T15:46:08.032Z] 8e8a9baddc56: Preparing [2023-02-15T15:46:08.032Z] f70ee36035b9: Preparing [2023-02-15T15:46:08.032Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:08.297Z] 78e2a7bedad4: Pushed [2023-02-15T15:46:08.297Z] 8e8a9baddc56: Pushed [2023-02-15T15:46:08.297Z] 12748171d396: Pushed [2023-02-15T15:46:10.866Z] acf9e78903e9: Pushed [2023-02-15T15:46:10.866Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:606e225cfdb1379c7ccbb7e7d2dceb012ec8336e9b7b0bdd7d15c1a6f7768884 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:11.210Z] + 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-15T15:46:11.555Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-15T15:46:11.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T15:46:11.555Z] 78e2a7bedad4: Preparing [2023-02-15T15:46:11.555Z] acf9e78903e9: Preparing [2023-02-15T15:46:11.555Z] 12748171d396: Preparing [2023-02-15T15:46:11.555Z] 8e8a9baddc56: Preparing [2023-02-15T15:46:11.555Z] f70ee36035b9: Preparing [2023-02-15T15:46:11.555Z] 12748171d396: Layer already exists [2023-02-15T15:46:11.555Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:46:11.555Z] 78e2a7bedad4: Layer already exists [2023-02-15T15:46:11.555Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:11.555Z] acf9e78903e9: Layer already exists [2023-02-15T15:46:11.821Z] latest: digest: sha256:606e225cfdb1379c7ccbb7e7d2dceb012ec8336e9b7b0bdd7d15c1a6f7768884 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:12.164Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:12.499Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.50 [2023-02-15T15:46:12.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T15:46:12.499Z] 78e2a7bedad4: Preparing [2023-02-15T15:46:12.499Z] acf9e78903e9: Preparing [2023-02-15T15:46:12.499Z] 12748171d396: Preparing [2023-02-15T15:46:12.499Z] 8e8a9baddc56: Preparing [2023-02-15T15:46:12.499Z] f70ee36035b9: Preparing [2023-02-15T15:46:12.499Z] 12748171d396: Layer already exists [2023-02-15T15:46:12.499Z] acf9e78903e9: Layer already exists [2023-02-15T15:46:12.499Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:12.499Z] 78e2a7bedad4: Layer already exists [2023-02-15T15:46:12.499Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:46:12.499Z] 3.0.0-dev.50: digest: sha256:606e225cfdb1379c7ccbb7e7d2dceb012ec8336e9b7b0bdd7d15c1a6f7768884 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:13.100Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:13.438Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:13.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T15:46:13.438Z] 78e2a7bedad4: Preparing [2023-02-15T15:46:13.438Z] acf9e78903e9: Preparing [2023-02-15T15:46:13.438Z] 12748171d396: Preparing [2023-02-15T15:46:13.438Z] 8e8a9baddc56: Preparing [2023-02-15T15:46:13.438Z] f70ee36035b9: Preparing [2023-02-15T15:46:13.438Z] acf9e78903e9: Layer already exists [2023-02-15T15:46:13.438Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:46:13.438Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:13.438Z] 12748171d396: Layer already exists [2023-02-15T15:46:13.438Z] 78e2a7bedad4: Layer already exists [2023-02-15T15:46:13.703Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:606e225cfdb1379c7ccbb7e7d2dceb012ec8336e9b7b0bdd7d15c1a6f7768884 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:14.043Z] + 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-15T15:46:14.387Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-15T15:46:14.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-15T15:46:14.387Z] 78e2a7bedad4: Preparing [2023-02-15T15:46:14.387Z] acf9e78903e9: Preparing [2023-02-15T15:46:14.387Z] 12748171d396: Preparing [2023-02-15T15:46:14.387Z] 8e8a9baddc56: Preparing [2023-02-15T15:46:14.387Z] f70ee36035b9: Preparing [2023-02-15T15:46:14.653Z] 78e2a7bedad4: Layer already exists [2023-02-15T15:46:14.653Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:46:14.653Z] 12748171d396: Layer already exists [2023-02-15T15:46:14.653Z] acf9e78903e9: Layer already exists [2023-02-15T15:46:14.653Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:14.653Z] main: digest: sha256:606e225cfdb1379c7ccbb7e7d2dceb012ec8336e9b7b0bdd7d15c1a6f7768884 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:46:14.701Z] ===================================================== [Pipeline] echo [2023-02-15T15:46:14.709Z] taggedImages: [2023-02-15T15:46:14.709Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:14.709Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-15T15:46:14.709Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.50 [2023-02-15T15:46:14.709Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:14.709Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-15T15:46:14.730Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-15T15:46:14.730Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:14.730Z] latest [2023-02-15T15:46:14.730Z] 3.0.0-dev.50 [2023-02-15T15:46:14.730Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:14.730Z] main [2023-02-15T15:46:14.730Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:15.078Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:15.417Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:15.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T15:46:15.417Z] 06a13e1a448a: Preparing [2023-02-15T15:46:15.417Z] ae976efcf21c: Preparing [2023-02-15T15:46:15.417Z] 1973bd1b786a: Preparing [2023-02-15T15:46:15.417Z] cab4e1859ca0: Preparing [2023-02-15T15:46:15.417Z] 12748171d396: Preparing [2023-02-15T15:46:15.417Z] 08fca1c0ea70: Preparing [2023-02-15T15:46:15.417Z] f70ee36035b9: Preparing [2023-02-15T15:46:15.417Z] 08fca1c0ea70: Waiting [2023-02-15T15:46:15.417Z] f70ee36035b9: Waiting [2023-02-15T15:46:15.683Z] 12748171d396: Layer already exists [2023-02-15T15:46:15.683Z] 1973bd1b786a: Pushed [2023-02-15T15:46:15.684Z] 06a13e1a448a: Pushed [2023-02-15T15:46:15.684Z] ae976efcf21c: Pushed [2023-02-15T15:46:15.950Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:15.950Z] 08fca1c0ea70: Pushed [2023-02-15T15:46:18.605Z] cab4e1859ca0: Pushed [2023-02-15T15:46:18.605Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:0a33b034855dc14eced875b61a610e656a16a9f0637fe912d8e623520648b1ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:18.950Z] + 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-15T15:46:19.302Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-15T15:46:19.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T15:46:19.302Z] 06a13e1a448a: Preparing [2023-02-15T15:46:19.302Z] ae976efcf21c: Preparing [2023-02-15T15:46:19.302Z] 1973bd1b786a: Preparing [2023-02-15T15:46:19.302Z] cab4e1859ca0: Preparing [2023-02-15T15:46:19.302Z] 12748171d396: Preparing [2023-02-15T15:46:19.302Z] 08fca1c0ea70: Preparing [2023-02-15T15:46:19.302Z] f70ee36035b9: Preparing [2023-02-15T15:46:19.302Z] 08fca1c0ea70: Waiting [2023-02-15T15:46:19.302Z] f70ee36035b9: Waiting [2023-02-15T15:46:19.302Z] 1973bd1b786a: Layer already exists [2023-02-15T15:46:19.302Z] 12748171d396: Layer already exists [2023-02-15T15:46:19.302Z] ae976efcf21c: Layer already exists [2023-02-15T15:46:19.302Z] cab4e1859ca0: Layer already exists [2023-02-15T15:46:19.302Z] 06a13e1a448a: Layer already exists [2023-02-15T15:46:19.302Z] 08fca1c0ea70: Layer already exists [2023-02-15T15:46:19.302Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:19.575Z] latest: digest: sha256:0a33b034855dc14eced875b61a610e656a16a9f0637fe912d8e623520648b1ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:19.920Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:20.256Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.50 [2023-02-15T15:46:20.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T15:46:20.256Z] 06a13e1a448a: Preparing [2023-02-15T15:46:20.256Z] ae976efcf21c: Preparing [2023-02-15T15:46:20.256Z] 1973bd1b786a: Preparing [2023-02-15T15:46:20.256Z] cab4e1859ca0: Preparing [2023-02-15T15:46:20.256Z] 12748171d396: Preparing [2023-02-15T15:46:20.256Z] 08fca1c0ea70: Preparing [2023-02-15T15:46:20.256Z] f70ee36035b9: Preparing [2023-02-15T15:46:20.256Z] 08fca1c0ea70: Waiting [2023-02-15T15:46:20.256Z] f70ee36035b9: Waiting [2023-02-15T15:46:20.256Z] 1973bd1b786a: Layer already exists [2023-02-15T15:46:20.256Z] 06a13e1a448a: Layer already exists [2023-02-15T15:46:20.256Z] 12748171d396: Layer already exists [2023-02-15T15:46:20.256Z] ae976efcf21c: Layer already exists [2023-02-15T15:46:20.256Z] cab4e1859ca0: Layer already exists [2023-02-15T15:46:20.256Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:20.256Z] 08fca1c0ea70: Layer already exists [2023-02-15T15:46:20.523Z] 3.0.0-dev.50: digest: sha256:0a33b034855dc14eced875b61a610e656a16a9f0637fe912d8e623520648b1ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:20.858Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:21.195Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:21.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T15:46:21.195Z] 06a13e1a448a: Preparing [2023-02-15T15:46:21.195Z] ae976efcf21c: Preparing [2023-02-15T15:46:21.195Z] 1973bd1b786a: Preparing [2023-02-15T15:46:21.195Z] cab4e1859ca0: Preparing [2023-02-15T15:46:21.195Z] 12748171d396: Preparing [2023-02-15T15:46:21.195Z] 08fca1c0ea70: Preparing [2023-02-15T15:46:21.195Z] f70ee36035b9: Preparing [2023-02-15T15:46:21.195Z] 08fca1c0ea70: Waiting [2023-02-15T15:46:21.195Z] f70ee36035b9: Waiting [2023-02-15T15:46:21.195Z] 1973bd1b786a: Layer already exists [2023-02-15T15:46:21.195Z] 06a13e1a448a: Layer already exists [2023-02-15T15:46:21.195Z] 12748171d396: Layer already exists [2023-02-15T15:46:21.195Z] ae976efcf21c: Layer already exists [2023-02-15T15:46:21.195Z] cab4e1859ca0: Layer already exists [2023-02-15T15:46:21.195Z] 08fca1c0ea70: Layer already exists [2023-02-15T15:46:21.195Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:21.460Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:0a33b034855dc14eced875b61a610e656a16a9f0637fe912d8e623520648b1ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:21.801Z] + 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-15T15:46:22.141Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-15T15:46:22.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-15T15:46:22.141Z] 06a13e1a448a: Preparing [2023-02-15T15:46:22.141Z] ae976efcf21c: Preparing [2023-02-15T15:46:22.141Z] 1973bd1b786a: Preparing [2023-02-15T15:46:22.141Z] cab4e1859ca0: Preparing [2023-02-15T15:46:22.141Z] 12748171d396: Preparing [2023-02-15T15:46:22.141Z] 08fca1c0ea70: Preparing [2023-02-15T15:46:22.141Z] f70ee36035b9: Preparing [2023-02-15T15:46:22.141Z] 08fca1c0ea70: Waiting [2023-02-15T15:46:22.141Z] f70ee36035b9: Waiting [2023-02-15T15:46:22.141Z] cab4e1859ca0: Layer already exists [2023-02-15T15:46:22.141Z] 06a13e1a448a: Layer already exists [2023-02-15T15:46:22.141Z] 12748171d396: Layer already exists [2023-02-15T15:46:22.141Z] ae976efcf21c: Layer already exists [2023-02-15T15:46:22.141Z] 1973bd1b786a: Layer already exists [2023-02-15T15:46:22.141Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:22.141Z] 08fca1c0ea70: Layer already exists [2023-02-15T15:46:22.406Z] main: digest: sha256:0a33b034855dc14eced875b61a610e656a16a9f0637fe912d8e623520648b1ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:46:22.450Z] ===================================================== [Pipeline] echo [2023-02-15T15:46:22.456Z] taggedImages: [2023-02-15T15:46:22.456Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:22.456Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-15T15:46:22.456Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.50 [2023-02-15T15:46:22.456Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:22.456Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-15T15:46:22.471Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-15T15:46:22.471Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:22.471Z] latest [2023-02-15T15:46:22.471Z] 3.0.0-dev.50 [2023-02-15T15:46:22.471Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:22.471Z] main [2023-02-15T15:46:22.471Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:22.885Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:23.224Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:23.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T15:46:23.224Z] 7ad8791277e4: Preparing [2023-02-15T15:46:23.224Z] d7744134f118: Preparing [2023-02-15T15:46:23.224Z] 12748171d396: Preparing [2023-02-15T15:46:23.224Z] 487e6a9ba31b: Preparing [2023-02-15T15:46:23.224Z] f70ee36035b9: Preparing [2023-02-15T15:46:23.224Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:23.224Z] 12748171d396: Layer already exists [2023-02-15T15:46:23.490Z] 7ad8791277e4: Pushed [2023-02-15T15:46:23.490Z] 487e6a9ba31b: Pushed [2023-02-15T15:46:26.828Z] d7744134f118: Pushed [2023-02-15T15:46:26.828Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:fc2566e62baca3bc20ee83a1da156889b74b0c210b38164d6bae5b58dfcf3ba3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:27.176Z] + 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-15T15:46:27.510Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-15T15:46:27.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T15:46:27.510Z] 7ad8791277e4: Preparing [2023-02-15T15:46:27.510Z] d7744134f118: Preparing [2023-02-15T15:46:27.510Z] 12748171d396: Preparing [2023-02-15T15:46:27.510Z] 487e6a9ba31b: Preparing [2023-02-15T15:46:27.510Z] f70ee36035b9: Preparing [2023-02-15T15:46:27.510Z] 7ad8791277e4: Layer already exists [2023-02-15T15:46:27.510Z] 487e6a9ba31b: Layer already exists [2023-02-15T15:46:27.510Z] 12748171d396: Layer already exists [2023-02-15T15:46:27.510Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:27.510Z] d7744134f118: Layer already exists [2023-02-15T15:46:27.510Z] latest: digest: sha256:fc2566e62baca3bc20ee83a1da156889b74b0c210b38164d6bae5b58dfcf3ba3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:28.119Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:28.452Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.50 [2023-02-15T15:46:28.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T15:46:28.452Z] 7ad8791277e4: Preparing [2023-02-15T15:46:28.452Z] d7744134f118: Preparing [2023-02-15T15:46:28.452Z] 12748171d396: Preparing [2023-02-15T15:46:28.452Z] 487e6a9ba31b: Preparing [2023-02-15T15:46:28.452Z] f70ee36035b9: Preparing [2023-02-15T15:46:28.452Z] d7744134f118: Layer already exists [2023-02-15T15:46:28.452Z] 487e6a9ba31b: Layer already exists [2023-02-15T15:46:28.452Z] 7ad8791277e4: Layer already exists [2023-02-15T15:46:28.452Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:28.452Z] 12748171d396: Layer already exists [2023-02-15T15:46:28.452Z] 3.0.0-dev.50: digest: sha256:fc2566e62baca3bc20ee83a1da156889b74b0c210b38164d6bae5b58dfcf3ba3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:28.785Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:29.127Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:29.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T15:46:29.127Z] 7ad8791277e4: Preparing [2023-02-15T15:46:29.127Z] d7744134f118: Preparing [2023-02-15T15:46:29.127Z] 12748171d396: Preparing [2023-02-15T15:46:29.127Z] 487e6a9ba31b: Preparing [2023-02-15T15:46:29.127Z] f70ee36035b9: Preparing [2023-02-15T15:46:29.127Z] 487e6a9ba31b: Layer already exists [2023-02-15T15:46:29.127Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:29.127Z] 7ad8791277e4: Layer already exists [2023-02-15T15:46:29.127Z] d7744134f118: Layer already exists [2023-02-15T15:46:29.127Z] 12748171d396: Layer already exists [2023-02-15T15:46:29.127Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:fc2566e62baca3bc20ee83a1da156889b74b0c210b38164d6bae5b58dfcf3ba3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:29.725Z] + 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-15T15:46:30.076Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-15T15:46:30.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-15T15:46:30.076Z] 7ad8791277e4: Preparing [2023-02-15T15:46:30.076Z] d7744134f118: Preparing [2023-02-15T15:46:30.076Z] 12748171d396: Preparing [2023-02-15T15:46:30.076Z] 487e6a9ba31b: Preparing [2023-02-15T15:46:30.076Z] f70ee36035b9: Preparing [2023-02-15T15:46:30.076Z] 487e6a9ba31b: Layer already exists [2023-02-15T15:46:30.076Z] 12748171d396: Layer already exists [2023-02-15T15:46:30.076Z] d7744134f118: Layer already exists [2023-02-15T15:46:30.076Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:30.076Z] 7ad8791277e4: Layer already exists [2023-02-15T15:46:30.342Z] main: digest: sha256:fc2566e62baca3bc20ee83a1da156889b74b0c210b38164d6bae5b58dfcf3ba3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:46:30.396Z] ===================================================== [Pipeline] echo [2023-02-15T15:46:30.406Z] taggedImages: [2023-02-15T15:46:30.406Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:30.406Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-15T15:46:30.406Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.50 [2023-02-15T15:46:30.406Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:30.406Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-15T15:46:30.426Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-15T15:46:30.426Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:30.426Z] latest [2023-02-15T15:46:30.426Z] 3.0.0-dev.50 [2023-02-15T15:46:30.426Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:30.426Z] main [2023-02-15T15:46:30.426Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:30.774Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:31.115Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:31.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T15:46:31.115Z] b684489be8f7: Preparing [2023-02-15T15:46:31.115Z] d135d4bbe4f6: Preparing [2023-02-15T15:46:31.115Z] 5984d131594b: Preparing [2023-02-15T15:46:31.115Z] 12748171d396: Preparing [2023-02-15T15:46:31.115Z] 8e8a9baddc56: Preparing [2023-02-15T15:46:31.115Z] f70ee36035b9: Preparing [2023-02-15T15:46:31.115Z] f70ee36035b9: Waiting [2023-02-15T15:46:31.115Z] 12748171d396: Layer already exists [2023-02-15T15:46:31.115Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:46:31.382Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:31.382Z] b684489be8f7: Pushed [2023-02-15T15:46:31.382Z] d135d4bbe4f6: Pushed [2023-02-15T15:46:34.720Z] 5984d131594b: Pushed [2023-02-15T15:46:34.720Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:60ba54e42616836328ab9cf3e854b063bec2dc20cbada534815785e70765c1cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:35.062Z] + 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-15T15:46:35.392Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-15T15:46:35.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T15:46:35.392Z] b684489be8f7: Preparing [2023-02-15T15:46:35.392Z] d135d4bbe4f6: Preparing [2023-02-15T15:46:35.392Z] 5984d131594b: Preparing [2023-02-15T15:46:35.392Z] 12748171d396: Preparing [2023-02-15T15:46:35.392Z] 8e8a9baddc56: Preparing [2023-02-15T15:46:35.392Z] f70ee36035b9: Preparing [2023-02-15T15:46:35.392Z] f70ee36035b9: Waiting [2023-02-15T15:46:35.392Z] d135d4bbe4f6: Layer already exists [2023-02-15T15:46:35.392Z] b684489be8f7: Layer already exists [2023-02-15T15:46:35.392Z] 5984d131594b: Layer already exists [2023-02-15T15:46:35.393Z] 12748171d396: Layer already exists [2023-02-15T15:46:35.393Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:46:35.393Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:35.658Z] latest: digest: sha256:60ba54e42616836328ab9cf3e854b063bec2dc20cbada534815785e70765c1cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:35.997Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:36.324Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.50 [2023-02-15T15:46:36.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T15:46:36.324Z] b684489be8f7: Preparing [2023-02-15T15:46:36.324Z] d135d4bbe4f6: Preparing [2023-02-15T15:46:36.324Z] 5984d131594b: Preparing [2023-02-15T15:46:36.324Z] 12748171d396: Preparing [2023-02-15T15:46:36.324Z] 8e8a9baddc56: Preparing [2023-02-15T15:46:36.324Z] f70ee36035b9: Preparing [2023-02-15T15:46:36.324Z] f70ee36035b9: Waiting [2023-02-15T15:46:36.324Z] 12748171d396: Layer already exists [2023-02-15T15:46:36.324Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:46:36.325Z] d135d4bbe4f6: Layer already exists [2023-02-15T15:46:36.325Z] b684489be8f7: Layer already exists [2023-02-15T15:46:36.325Z] 5984d131594b: Layer already exists [2023-02-15T15:46:36.325Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:36.590Z] 3.0.0-dev.50: digest: sha256:60ba54e42616836328ab9cf3e854b063bec2dc20cbada534815785e70765c1cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:36.924Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:37.256Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:37.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T15:46:37.256Z] b684489be8f7: Preparing [2023-02-15T15:46:37.256Z] d135d4bbe4f6: Preparing [2023-02-15T15:46:37.256Z] 5984d131594b: Preparing [2023-02-15T15:46:37.256Z] 12748171d396: Preparing [2023-02-15T15:46:37.256Z] 8e8a9baddc56: Preparing [2023-02-15T15:46:37.256Z] f70ee36035b9: Preparing [2023-02-15T15:46:37.256Z] f70ee36035b9: Waiting [2023-02-15T15:46:37.256Z] 12748171d396: Layer already exists [2023-02-15T15:46:37.256Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:46:37.256Z] d135d4bbe4f6: Layer already exists [2023-02-15T15:46:37.256Z] 5984d131594b: Layer already exists [2023-02-15T15:46:37.256Z] b684489be8f7: Layer already exists [2023-02-15T15:46:37.256Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:37.522Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:60ba54e42616836328ab9cf3e854b063bec2dc20cbada534815785e70765c1cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:37.853Z] + 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-15T15:46:38.187Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-15T15:46:38.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-15T15:46:38.187Z] b684489be8f7: Preparing [2023-02-15T15:46:38.187Z] d135d4bbe4f6: Preparing [2023-02-15T15:46:38.187Z] 5984d131594b: Preparing [2023-02-15T15:46:38.187Z] 12748171d396: Preparing [2023-02-15T15:46:38.187Z] 8e8a9baddc56: Preparing [2023-02-15T15:46:38.187Z] f70ee36035b9: Preparing [2023-02-15T15:46:38.187Z] f70ee36035b9: Waiting [2023-02-15T15:46:38.187Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:46:38.187Z] 5984d131594b: Layer already exists [2023-02-15T15:46:38.187Z] d135d4bbe4f6: Layer already exists [2023-02-15T15:46:38.187Z] 12748171d396: Layer already exists [2023-02-15T15:46:38.187Z] b684489be8f7: Layer already exists [2023-02-15T15:46:38.187Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:38.451Z] main: digest: sha256:60ba54e42616836328ab9cf3e854b063bec2dc20cbada534815785e70765c1cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:46:38.502Z] ===================================================== [Pipeline] echo [2023-02-15T15:46:38.511Z] taggedImages: [2023-02-15T15:46:38.511Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:38.511Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-15T15:46:38.511Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.50 [2023-02-15T15:46:38.511Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:38.511Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-15T15:46:38.532Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-15T15:46:38.532Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:38.532Z] latest [2023-02-15T15:46:38.532Z] 3.0.0-dev.50 [2023-02-15T15:46:38.532Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:38.532Z] main [2023-02-15T15:46:38.532Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:38.889Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:39.250Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:39.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T15:46:39.250Z] 73a6dabe5edc: Preparing [2023-02-15T15:46:39.250Z] 73a6dabe5edc: Preparing [2023-02-15T15:46:39.250Z] 1a8265f337e1: Preparing [2023-02-15T15:46:39.250Z] ae65887bc3f1: Preparing [2023-02-15T15:46:39.250Z] 947d4bd86593: Preparing [2023-02-15T15:46:39.250Z] 7fdd48a58610: Preparing [2023-02-15T15:46:39.250Z] 34cde36a7b0c: Preparing [2023-02-15T15:46:39.250Z] 12748171d396: Preparing [2023-02-15T15:46:39.250Z] c28e53309275: Preparing [2023-02-15T15:46:39.250Z] ce1d3717794a: Preparing [2023-02-15T15:46:39.250Z] 0fdce346801f: Preparing [2023-02-15T15:46:39.250Z] bb32898f71dc: Preparing [2023-02-15T15:46:39.250Z] f70ee36035b9: Preparing [2023-02-15T15:46:39.250Z] ce1d3717794a: Waiting [2023-02-15T15:46:39.250Z] 0fdce346801f: Waiting [2023-02-15T15:46:39.250Z] 34cde36a7b0c: Waiting [2023-02-15T15:46:39.250Z] 12748171d396: Waiting [2023-02-15T15:46:39.250Z] c28e53309275: Waiting [2023-02-15T15:46:39.250Z] bb32898f71dc: Waiting [2023-02-15T15:46:39.250Z] f70ee36035b9: Waiting [2023-02-15T15:46:39.523Z] 1a8265f337e1: Pushed [2023-02-15T15:46:39.523Z] 947d4bd86593: Pushed [2023-02-15T15:46:39.523Z] 7fdd48a58610: Pushed [2023-02-15T15:46:39.523Z] 73a6dabe5edc: Pushed [2023-02-15T15:46:39.523Z] ae65887bc3f1: Pushed [2023-02-15T15:46:39.523Z] 12748171d396: Layer already exists [2023-02-15T15:46:39.789Z] c28e53309275: Pushed [2023-02-15T15:46:39.789Z] ce1d3717794a: Pushed [2023-02-15T15:46:39.789Z] 0fdce346801f: Pushed [2023-02-15T15:46:39.789Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:39.789Z] bb32898f71dc: Pushed [2023-02-15T15:46:43.124Z] 34cde36a7b0c: Pushed [2023-02-15T15:46:43.390Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:00789c87bfa743e4537585576903468db4b0aaeecd3863f78abf22b9cbbfa38e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:43.729Z] + 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-15T15:46:44.065Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-15T15:46:44.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T15:46:44.065Z] 73a6dabe5edc: Preparing [2023-02-15T15:46:44.065Z] 73a6dabe5edc: Preparing [2023-02-15T15:46:44.065Z] 1a8265f337e1: Preparing [2023-02-15T15:46:44.065Z] ae65887bc3f1: Preparing [2023-02-15T15:46:44.065Z] 947d4bd86593: Preparing [2023-02-15T15:46:44.065Z] 7fdd48a58610: Preparing [2023-02-15T15:46:44.065Z] 34cde36a7b0c: Preparing [2023-02-15T15:46:44.065Z] 12748171d396: Preparing [2023-02-15T15:46:44.065Z] c28e53309275: Preparing [2023-02-15T15:46:44.065Z] ce1d3717794a: Preparing [2023-02-15T15:46:44.065Z] 0fdce346801f: Preparing [2023-02-15T15:46:44.065Z] bb32898f71dc: Preparing [2023-02-15T15:46:44.065Z] f70ee36035b9: Preparing [2023-02-15T15:46:44.065Z] 34cde36a7b0c: Waiting [2023-02-15T15:46:44.065Z] 12748171d396: Waiting [2023-02-15T15:46:44.065Z] ce1d3717794a: Waiting [2023-02-15T15:46:44.065Z] c28e53309275: Waiting [2023-02-15T15:46:44.065Z] 0fdce346801f: Waiting [2023-02-15T15:46:44.065Z] bb32898f71dc: Waiting [2023-02-15T15:46:44.065Z] f70ee36035b9: Waiting [2023-02-15T15:46:44.065Z] ae65887bc3f1: Layer already exists [2023-02-15T15:46:44.065Z] 73a6dabe5edc: Layer already exists [2023-02-15T15:46:44.065Z] 7fdd48a58610: Layer already exists [2023-02-15T15:46:44.065Z] 947d4bd86593: Layer already exists [2023-02-15T15:46:44.065Z] 1a8265f337e1: Layer already exists [2023-02-15T15:46:44.065Z] 12748171d396: Layer already exists [2023-02-15T15:46:44.065Z] 0fdce346801f: Layer already exists [2023-02-15T15:46:44.065Z] 34cde36a7b0c: Layer already exists [2023-02-15T15:46:44.065Z] ce1d3717794a: Layer already exists [2023-02-15T15:46:44.065Z] c28e53309275: Layer already exists [2023-02-15T15:46:44.065Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:44.065Z] bb32898f71dc: Layer already exists [2023-02-15T15:46:44.335Z] latest: digest: sha256:00789c87bfa743e4537585576903468db4b0aaeecd3863f78abf22b9cbbfa38e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:44.675Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:45.007Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.50 [2023-02-15T15:46:45.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T15:46:45.007Z] 73a6dabe5edc: Preparing [2023-02-15T15:46:45.007Z] 73a6dabe5edc: Preparing [2023-02-15T15:46:45.007Z] 1a8265f337e1: Preparing [2023-02-15T15:46:45.007Z] ae65887bc3f1: Preparing [2023-02-15T15:46:45.007Z] 947d4bd86593: Preparing [2023-02-15T15:46:45.007Z] 7fdd48a58610: Preparing [2023-02-15T15:46:45.007Z] 34cde36a7b0c: Preparing [2023-02-15T15:46:45.007Z] 12748171d396: Preparing [2023-02-15T15:46:45.007Z] c28e53309275: Preparing [2023-02-15T15:46:45.007Z] ce1d3717794a: Preparing [2023-02-15T15:46:45.007Z] 0fdce346801f: Preparing [2023-02-15T15:46:45.007Z] bb32898f71dc: Preparing [2023-02-15T15:46:45.007Z] f70ee36035b9: Preparing [2023-02-15T15:46:45.007Z] c28e53309275: Waiting [2023-02-15T15:46:45.007Z] ce1d3717794a: Waiting [2023-02-15T15:46:45.007Z] 0fdce346801f: Waiting [2023-02-15T15:46:45.007Z] bb32898f71dc: Waiting [2023-02-15T15:46:45.007Z] f70ee36035b9: Waiting [2023-02-15T15:46:45.007Z] 34cde36a7b0c: Waiting [2023-02-15T15:46:45.007Z] 12748171d396: Waiting [2023-02-15T15:46:45.007Z] 7fdd48a58610: Layer already exists [2023-02-15T15:46:45.007Z] ae65887bc3f1: Layer already exists [2023-02-15T15:46:45.007Z] 73a6dabe5edc: Layer already exists [2023-02-15T15:46:45.007Z] 1a8265f337e1: Layer already exists [2023-02-15T15:46:45.007Z] 947d4bd86593: Layer already exists [2023-02-15T15:46:45.007Z] 0fdce346801f: Layer already exists [2023-02-15T15:46:45.007Z] 12748171d396: Layer already exists [2023-02-15T15:46:45.007Z] 34cde36a7b0c: Layer already exists [2023-02-15T15:46:45.007Z] c28e53309275: Layer already exists [2023-02-15T15:46:45.007Z] ce1d3717794a: Layer already exists [2023-02-15T15:46:45.007Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:45.007Z] bb32898f71dc: Layer already exists [2023-02-15T15:46:45.273Z] 3.0.0-dev.50: digest: sha256:00789c87bfa743e4537585576903468db4b0aaeecd3863f78abf22b9cbbfa38e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:45.609Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:45.948Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:45.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T15:46:45.948Z] 73a6dabe5edc: Preparing [2023-02-15T15:46:45.948Z] 73a6dabe5edc: Preparing [2023-02-15T15:46:45.948Z] 1a8265f337e1: Preparing [2023-02-15T15:46:45.948Z] ae65887bc3f1: Preparing [2023-02-15T15:46:45.948Z] 947d4bd86593: Preparing [2023-02-15T15:46:45.948Z] 7fdd48a58610: Preparing [2023-02-15T15:46:45.948Z] 34cde36a7b0c: Preparing [2023-02-15T15:46:45.948Z] 12748171d396: Preparing [2023-02-15T15:46:45.948Z] c28e53309275: Preparing [2023-02-15T15:46:45.948Z] ce1d3717794a: Preparing [2023-02-15T15:46:45.948Z] 0fdce346801f: Preparing [2023-02-15T15:46:45.948Z] bb32898f71dc: Preparing [2023-02-15T15:46:45.948Z] f70ee36035b9: Preparing [2023-02-15T15:46:45.948Z] 34cde36a7b0c: Waiting [2023-02-15T15:46:45.948Z] 0fdce346801f: Waiting [2023-02-15T15:46:45.948Z] bb32898f71dc: Waiting [2023-02-15T15:46:45.948Z] f70ee36035b9: Waiting [2023-02-15T15:46:45.948Z] 12748171d396: Waiting [2023-02-15T15:46:45.948Z] c28e53309275: Waiting [2023-02-15T15:46:45.948Z] ce1d3717794a: Waiting [2023-02-15T15:46:45.948Z] 7fdd48a58610: Layer already exists [2023-02-15T15:46:45.948Z] 947d4bd86593: Layer already exists [2023-02-15T15:46:45.948Z] 73a6dabe5edc: Layer already exists [2023-02-15T15:46:45.948Z] ae65887bc3f1: Layer already exists [2023-02-15T15:46:45.948Z] 1a8265f337e1: Layer already exists [2023-02-15T15:46:45.948Z] c28e53309275: Layer already exists [2023-02-15T15:46:45.948Z] 34cde36a7b0c: Layer already exists [2023-02-15T15:46:45.948Z] 12748171d396: Layer already exists [2023-02-15T15:46:45.948Z] ce1d3717794a: Layer already exists [2023-02-15T15:46:45.948Z] 0fdce346801f: Layer already exists [2023-02-15T15:46:45.948Z] bb32898f71dc: Layer already exists [2023-02-15T15:46:45.948Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:46.214Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:00789c87bfa743e4537585576903468db4b0aaeecd3863f78abf22b9cbbfa38e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:46.551Z] + 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-15T15:46:48.819Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-15T15:46:48.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-15T15:46:48.819Z] 73a6dabe5edc: Preparing [2023-02-15T15:46:48.819Z] 73a6dabe5edc: Preparing [2023-02-15T15:46:48.819Z] 1a8265f337e1: Preparing [2023-02-15T15:46:48.819Z] ae65887bc3f1: Preparing [2023-02-15T15:46:48.819Z] 947d4bd86593: Preparing [2023-02-15T15:46:48.819Z] 7fdd48a58610: Preparing [2023-02-15T15:46:48.819Z] 34cde36a7b0c: Preparing [2023-02-15T15:46:48.819Z] 12748171d396: Preparing [2023-02-15T15:46:48.819Z] c28e53309275: Preparing [2023-02-15T15:46:48.819Z] ce1d3717794a: Preparing [2023-02-15T15:46:48.819Z] 12748171d396: Waiting [2023-02-15T15:46:48.819Z] 0fdce346801f: Preparing [2023-02-15T15:46:48.819Z] bb32898f71dc: Preparing [2023-02-15T15:46:48.819Z] f70ee36035b9: Preparing [2023-02-15T15:46:48.819Z] c28e53309275: Waiting [2023-02-15T15:46:48.819Z] 34cde36a7b0c: Waiting [2023-02-15T15:46:48.819Z] ce1d3717794a: Waiting [2023-02-15T15:46:48.819Z] bb32898f71dc: Waiting [2023-02-15T15:46:48.819Z] f70ee36035b9: Waiting [2023-02-15T15:46:48.819Z] 0fdce346801f: Waiting [2023-02-15T15:46:48.819Z] 1a8265f337e1: Layer already exists [2023-02-15T15:46:48.819Z] ae65887bc3f1: Layer already exists [2023-02-15T15:46:48.819Z] 7fdd48a58610: Layer already exists [2023-02-15T15:46:48.819Z] 947d4bd86593: Layer already exists [2023-02-15T15:46:48.819Z] 73a6dabe5edc: Layer already exists [2023-02-15T15:46:48.819Z] 12748171d396: Layer already exists [2023-02-15T15:46:48.819Z] c28e53309275: Layer already exists [2023-02-15T15:46:48.819Z] 34cde36a7b0c: Layer already exists [2023-02-15T15:46:48.819Z] ce1d3717794a: Layer already exists [2023-02-15T15:46:48.819Z] 0fdce346801f: Layer already exists [2023-02-15T15:46:48.819Z] bb32898f71dc: Layer already exists [2023-02-15T15:46:48.819Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:49.085Z] main: digest: sha256:00789c87bfa743e4537585576903468db4b0aaeecd3863f78abf22b9cbbfa38e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:46:49.121Z] ===================================================== [Pipeline] echo [2023-02-15T15:46:49.127Z] taggedImages: [2023-02-15T15:46:49.127Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:49.127Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-15T15:46:49.127Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.50 [2023-02-15T15:46:49.127Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:49.127Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-15T15:46:49.141Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-15T15:46:49.141Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:49.141Z] latest [2023-02-15T15:46:49.141Z] 3.0.0-dev.50 [2023-02-15T15:46:49.141Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:49.141Z] main [2023-02-15T15:46:49.141Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:49.476Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:49.817Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:49.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T15:46:49.817Z] c7a20ee07621: Preparing [2023-02-15T15:46:49.817Z] 856d220df181: Preparing [2023-02-15T15:46:49.817Z] 49ff1e4420fd: Preparing [2023-02-15T15:46:49.817Z] 24943c3d22a3: Preparing [2023-02-15T15:46:49.817Z] b09e33fa22ef: Preparing [2023-02-15T15:46:49.817Z] 1bef6e10af39: Preparing [2023-02-15T15:46:49.817Z] c512e707a431: Preparing [2023-02-15T15:46:49.817Z] f70ee36035b9: Preparing [2023-02-15T15:46:49.817Z] 1bef6e10af39: Waiting [2023-02-15T15:46:49.817Z] c512e707a431: Waiting [2023-02-15T15:46:49.817Z] f70ee36035b9: Waiting [2023-02-15T15:46:50.084Z] c7a20ee07621: Pushed [2023-02-15T15:46:50.084Z] 856d220df181: Pushed [2023-02-15T15:46:50.084Z] b09e33fa22ef: Pushed [2023-02-15T15:46:50.084Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:50.348Z] 1bef6e10af39: Pushed [2023-02-15T15:46:50.930Z] c512e707a431: Pushed [2023-02-15T15:46:52.340Z] 49ff1e4420fd: Pushed [2023-02-15T15:46:52.340Z] 24943c3d22a3: Pushed [2023-02-15T15:46:52.606Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:564faf73f3b60b25bfd64aaee974bf949ef28a2cc570350fe6b0692c890997ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:52.943Z] + 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-15T15:46:53.277Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-15T15:46:53.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T15:46:53.277Z] c7a20ee07621: Preparing [2023-02-15T15:46:53.277Z] 856d220df181: Preparing [2023-02-15T15:46:53.277Z] 49ff1e4420fd: Preparing [2023-02-15T15:46:53.277Z] 24943c3d22a3: Preparing [2023-02-15T15:46:53.277Z] b09e33fa22ef: Preparing [2023-02-15T15:46:53.277Z] 1bef6e10af39: Preparing [2023-02-15T15:46:53.277Z] c512e707a431: Preparing [2023-02-15T15:46:53.277Z] f70ee36035b9: Preparing [2023-02-15T15:46:53.277Z] 1bef6e10af39: Waiting [2023-02-15T15:46:53.277Z] c512e707a431: Waiting [2023-02-15T15:46:53.277Z] f70ee36035b9: Waiting [2023-02-15T15:46:53.277Z] 24943c3d22a3: Layer already exists [2023-02-15T15:46:53.277Z] b09e33fa22ef: Layer already exists [2023-02-15T15:46:53.277Z] c7a20ee07621: Layer already exists [2023-02-15T15:46:53.277Z] 856d220df181: Layer already exists [2023-02-15T15:46:53.277Z] 49ff1e4420fd: Layer already exists [2023-02-15T15:46:53.277Z] 1bef6e10af39: Layer already exists [2023-02-15T15:46:53.277Z] c512e707a431: Layer already exists [2023-02-15T15:46:53.277Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:53.543Z] latest: digest: sha256:564faf73f3b60b25bfd64aaee974bf949ef28a2cc570350fe6b0692c890997ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:53.880Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:54.237Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.50 [2023-02-15T15:46:54.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T15:46:54.238Z] c7a20ee07621: Preparing [2023-02-15T15:46:54.238Z] 856d220df181: Preparing [2023-02-15T15:46:54.238Z] 49ff1e4420fd: Preparing [2023-02-15T15:46:54.238Z] 24943c3d22a3: Preparing [2023-02-15T15:46:54.238Z] b09e33fa22ef: Preparing [2023-02-15T15:46:54.238Z] 1bef6e10af39: Preparing [2023-02-15T15:46:54.238Z] c512e707a431: Preparing [2023-02-15T15:46:54.238Z] f70ee36035b9: Preparing [2023-02-15T15:46:54.238Z] 1bef6e10af39: Waiting [2023-02-15T15:46:54.238Z] c512e707a431: Waiting [2023-02-15T15:46:54.238Z] f70ee36035b9: Waiting [2023-02-15T15:46:54.238Z] b09e33fa22ef: Layer already exists [2023-02-15T15:46:54.238Z] 49ff1e4420fd: Layer already exists [2023-02-15T15:46:54.238Z] 24943c3d22a3: Layer already exists [2023-02-15T15:46:54.238Z] 856d220df181: Layer already exists [2023-02-15T15:46:54.238Z] c7a20ee07621: Layer already exists [2023-02-15T15:46:54.238Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:54.238Z] c512e707a431: Layer already exists [2023-02-15T15:46:54.238Z] 1bef6e10af39: Layer already exists [2023-02-15T15:46:54.504Z] 3.0.0-dev.50: digest: sha256:564faf73f3b60b25bfd64aaee974bf949ef28a2cc570350fe6b0692c890997ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:54.848Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:55.186Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:55.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T15:46:55.186Z] c7a20ee07621: Preparing [2023-02-15T15:46:55.186Z] 856d220df181: Preparing [2023-02-15T15:46:55.186Z] 49ff1e4420fd: Preparing [2023-02-15T15:46:55.186Z] 24943c3d22a3: Preparing [2023-02-15T15:46:55.186Z] b09e33fa22ef: Preparing [2023-02-15T15:46:55.186Z] 1bef6e10af39: Preparing [2023-02-15T15:46:55.186Z] c512e707a431: Preparing [2023-02-15T15:46:55.187Z] f70ee36035b9: Preparing [2023-02-15T15:46:55.187Z] 1bef6e10af39: Waiting [2023-02-15T15:46:55.187Z] c512e707a431: Waiting [2023-02-15T15:46:55.187Z] f70ee36035b9: Waiting [2023-02-15T15:46:55.187Z] 856d220df181: Layer already exists [2023-02-15T15:46:55.187Z] 24943c3d22a3: Layer already exists [2023-02-15T15:46:55.187Z] c7a20ee07621: Layer already exists [2023-02-15T15:46:55.187Z] b09e33fa22ef: Layer already exists [2023-02-15T15:46:55.187Z] 49ff1e4420fd: Layer already exists [2023-02-15T15:46:55.187Z] c512e707a431: Layer already exists [2023-02-15T15:46:55.187Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:55.187Z] 1bef6e10af39: Layer already exists [2023-02-15T15:46:55.452Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:564faf73f3b60b25bfd64aaee974bf949ef28a2cc570350fe6b0692c890997ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:55.840Z] + 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-15T15:46:56.176Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-15T15:46:56.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-15T15:46:56.176Z] c7a20ee07621: Preparing [2023-02-15T15:46:56.176Z] 856d220df181: Preparing [2023-02-15T15:46:56.176Z] 49ff1e4420fd: Preparing [2023-02-15T15:46:56.176Z] 24943c3d22a3: Preparing [2023-02-15T15:46:56.176Z] b09e33fa22ef: Preparing [2023-02-15T15:46:56.176Z] 1bef6e10af39: Preparing [2023-02-15T15:46:56.176Z] c512e707a431: Preparing [2023-02-15T15:46:56.176Z] f70ee36035b9: Preparing [2023-02-15T15:46:56.176Z] 1bef6e10af39: Waiting [2023-02-15T15:46:56.176Z] c512e707a431: Waiting [2023-02-15T15:46:56.176Z] f70ee36035b9: Waiting [2023-02-15T15:46:56.176Z] 24943c3d22a3: Layer already exists [2023-02-15T15:46:56.176Z] 856d220df181: Layer already exists [2023-02-15T15:46:56.176Z] c7a20ee07621: Layer already exists [2023-02-15T15:46:56.176Z] 49ff1e4420fd: Layer already exists [2023-02-15T15:46:56.176Z] b09e33fa22ef: Layer already exists [2023-02-15T15:46:56.176Z] 1bef6e10af39: Layer already exists [2023-02-15T15:46:56.176Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:56.176Z] c512e707a431: Layer already exists [2023-02-15T15:46:56.443Z] main: digest: sha256:564faf73f3b60b25bfd64aaee974bf949ef28a2cc570350fe6b0692c890997ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:46:56.485Z] ===================================================== [Pipeline] echo [2023-02-15T15:46:56.497Z] taggedImages: [2023-02-15T15:46:56.497Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:56.497Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-15T15:46:56.497Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.50 [2023-02-15T15:46:56.497Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:56.497Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-15T15:46:56.517Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-15T15:46:56.517Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:56.517Z] latest [2023-02-15T15:46:56.517Z] 3.0.0-dev.50 [2023-02-15T15:46:56.517Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:46:56.517Z] main [2023-02-15T15:46:56.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:56.878Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:46:57.231Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:46:57.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T15:46:57.231Z] a1953032dcdd: Preparing [2023-02-15T15:46:57.231Z] d2c86327ac53: Preparing [2023-02-15T15:46:57.231Z] 399feafd4128: Preparing [2023-02-15T15:46:57.231Z] eb84cdd19088: Preparing [2023-02-15T15:46:57.231Z] 00b80f2514f9: Preparing [2023-02-15T15:46:57.231Z] 595cbbc29a7d: Preparing [2023-02-15T15:46:57.231Z] 1f58254d6dbf: Preparing [2023-02-15T15:46:57.231Z] 24618af5dd01: Preparing [2023-02-15T15:46:57.231Z] 473fd1bcb739: Preparing [2023-02-15T15:46:57.231Z] f70ee36035b9: Preparing [2023-02-15T15:46:57.231Z] 595cbbc29a7d: Waiting [2023-02-15T15:46:57.231Z] 1f58254d6dbf: Waiting [2023-02-15T15:46:57.231Z] 24618af5dd01: Waiting [2023-02-15T15:46:57.231Z] 473fd1bcb739: Waiting [2023-02-15T15:46:57.231Z] f70ee36035b9: Waiting [2023-02-15T15:46:57.508Z] 00b80f2514f9: Pushed [2023-02-15T15:46:57.508Z] d2c86327ac53: Pushed [2023-02-15T15:46:57.508Z] a1953032dcdd: Pushed [2023-02-15T15:46:57.773Z] 1f58254d6dbf: Pushed [2023-02-15T15:46:57.773Z] 595cbbc29a7d: Pushed [2023-02-15T15:46:57.773Z] 24618af5dd01: Pushed [2023-02-15T15:46:57.773Z] f70ee36035b9: Layer already exists [2023-02-15T15:46:58.038Z] 473fd1bcb739: Pushed [2023-02-15T15:46:59.979Z] eb84cdd19088: Pushed [2023-02-15T15:47:00.559Z] 399feafd4128: Pushed [2023-02-15T15:47:00.824Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:f2b96b3a81cefb49bfe218a45c3083363434e8a8d68bc67c3678dad2bee4f874 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:01.173Z] + 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-15T15:47:01.502Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-15T15:47:01.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T15:47:01.502Z] a1953032dcdd: Preparing [2023-02-15T15:47:01.502Z] d2c86327ac53: Preparing [2023-02-15T15:47:01.502Z] 399feafd4128: Preparing [2023-02-15T15:47:01.502Z] eb84cdd19088: Preparing [2023-02-15T15:47:01.502Z] 00b80f2514f9: Preparing [2023-02-15T15:47:01.502Z] 595cbbc29a7d: Preparing [2023-02-15T15:47:01.502Z] 1f58254d6dbf: Preparing [2023-02-15T15:47:01.502Z] 24618af5dd01: Preparing [2023-02-15T15:47:01.502Z] 473fd1bcb739: Preparing [2023-02-15T15:47:01.502Z] f70ee36035b9: Preparing [2023-02-15T15:47:01.502Z] 1f58254d6dbf: Waiting [2023-02-15T15:47:01.502Z] 24618af5dd01: Waiting [2023-02-15T15:47:01.502Z] 473fd1bcb739: Waiting [2023-02-15T15:47:01.502Z] f70ee36035b9: Waiting [2023-02-15T15:47:01.502Z] 595cbbc29a7d: Waiting [2023-02-15T15:47:01.502Z] d2c86327ac53: Layer already exists [2023-02-15T15:47:01.502Z] a1953032dcdd: Layer already exists [2023-02-15T15:47:01.502Z] 399feafd4128: Layer already exists [2023-02-15T15:47:01.502Z] 00b80f2514f9: Layer already exists [2023-02-15T15:47:01.502Z] eb84cdd19088: Layer already exists [2023-02-15T15:47:01.502Z] 24618af5dd01: Layer already exists [2023-02-15T15:47:01.502Z] 1f58254d6dbf: Layer already exists [2023-02-15T15:47:01.502Z] 595cbbc29a7d: Layer already exists [2023-02-15T15:47:01.502Z] f70ee36035b9: Layer already exists [2023-02-15T15:47:01.502Z] 473fd1bcb739: Layer already exists [2023-02-15T15:47:01.769Z] latest: digest: sha256:f2b96b3a81cefb49bfe218a45c3083363434e8a8d68bc67c3678dad2bee4f874 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:02.104Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:02.440Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.50 [2023-02-15T15:47:02.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T15:47:02.440Z] a1953032dcdd: Preparing [2023-02-15T15:47:02.440Z] d2c86327ac53: Preparing [2023-02-15T15:47:02.440Z] 399feafd4128: Preparing [2023-02-15T15:47:02.440Z] eb84cdd19088: Preparing [2023-02-15T15:47:02.440Z] 00b80f2514f9: Preparing [2023-02-15T15:47:02.440Z] 595cbbc29a7d: Preparing [2023-02-15T15:47:02.440Z] 1f58254d6dbf: Preparing [2023-02-15T15:47:02.440Z] 24618af5dd01: Preparing [2023-02-15T15:47:02.440Z] 473fd1bcb739: Preparing [2023-02-15T15:47:02.440Z] f70ee36035b9: Preparing [2023-02-15T15:47:02.440Z] 595cbbc29a7d: Waiting [2023-02-15T15:47:02.440Z] 1f58254d6dbf: Waiting [2023-02-15T15:47:02.440Z] 24618af5dd01: Waiting [2023-02-15T15:47:02.440Z] 473fd1bcb739: Waiting [2023-02-15T15:47:02.440Z] f70ee36035b9: Waiting [2023-02-15T15:47:02.440Z] eb84cdd19088: Layer already exists [2023-02-15T15:47:02.440Z] 399feafd4128: Layer already exists [2023-02-15T15:47:02.440Z] a1953032dcdd: Layer already exists [2023-02-15T15:47:02.440Z] d2c86327ac53: Layer already exists [2023-02-15T15:47:02.440Z] 00b80f2514f9: Layer already exists [2023-02-15T15:47:02.440Z] 1f58254d6dbf: Layer already exists [2023-02-15T15:47:02.440Z] 24618af5dd01: Layer already exists [2023-02-15T15:47:02.440Z] f70ee36035b9: Layer already exists [2023-02-15T15:47:02.440Z] 595cbbc29a7d: Layer already exists [2023-02-15T15:47:02.440Z] 473fd1bcb739: Layer already exists [2023-02-15T15:47:02.707Z] 3.0.0-dev.50: digest: sha256:f2b96b3a81cefb49bfe218a45c3083363434e8a8d68bc67c3678dad2bee4f874 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:03.045Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:03.391Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:47:03.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T15:47:03.391Z] a1953032dcdd: Preparing [2023-02-15T15:47:03.391Z] d2c86327ac53: Preparing [2023-02-15T15:47:03.391Z] 399feafd4128: Preparing [2023-02-15T15:47:03.391Z] eb84cdd19088: Preparing [2023-02-15T15:47:03.391Z] 00b80f2514f9: Preparing [2023-02-15T15:47:03.391Z] 595cbbc29a7d: Preparing [2023-02-15T15:47:03.391Z] 1f58254d6dbf: Preparing [2023-02-15T15:47:03.392Z] 24618af5dd01: Preparing [2023-02-15T15:47:03.392Z] 473fd1bcb739: Preparing [2023-02-15T15:47:03.392Z] f70ee36035b9: Preparing [2023-02-15T15:47:03.392Z] 1f58254d6dbf: Waiting [2023-02-15T15:47:03.392Z] 24618af5dd01: Waiting [2023-02-15T15:47:03.392Z] 473fd1bcb739: Waiting [2023-02-15T15:47:03.392Z] f70ee36035b9: Waiting [2023-02-15T15:47:03.392Z] 595cbbc29a7d: Waiting [2023-02-15T15:47:03.392Z] 00b80f2514f9: Layer already exists [2023-02-15T15:47:03.392Z] 399feafd4128: Layer already exists [2023-02-15T15:47:03.392Z] d2c86327ac53: Layer already exists [2023-02-15T15:47:03.392Z] a1953032dcdd: Layer already exists [2023-02-15T15:47:03.392Z] eb84cdd19088: Layer already exists [2023-02-15T15:47:03.392Z] 1f58254d6dbf: Layer already exists [2023-02-15T15:47:03.392Z] 24618af5dd01: Layer already exists [2023-02-15T15:47:03.392Z] 473fd1bcb739: Layer already exists [2023-02-15T15:47:03.392Z] f70ee36035b9: Layer already exists [2023-02-15T15:47:03.392Z] 595cbbc29a7d: Layer already exists [2023-02-15T15:47:03.658Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:f2b96b3a81cefb49bfe218a45c3083363434e8a8d68bc67c3678dad2bee4f874 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:04.004Z] + 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-15T15:47:04.344Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-15T15:47:04.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-15T15:47:04.344Z] a1953032dcdd: Preparing [2023-02-15T15:47:04.344Z] d2c86327ac53: Preparing [2023-02-15T15:47:04.344Z] 399feafd4128: Preparing [2023-02-15T15:47:04.344Z] eb84cdd19088: Preparing [2023-02-15T15:47:04.344Z] 00b80f2514f9: Preparing [2023-02-15T15:47:04.344Z] 595cbbc29a7d: Preparing [2023-02-15T15:47:04.344Z] 1f58254d6dbf: Preparing [2023-02-15T15:47:04.344Z] 24618af5dd01: Preparing [2023-02-15T15:47:04.344Z] 473fd1bcb739: Preparing [2023-02-15T15:47:04.344Z] f70ee36035b9: Preparing [2023-02-15T15:47:04.344Z] 595cbbc29a7d: Waiting [2023-02-15T15:47:04.344Z] 1f58254d6dbf: Waiting [2023-02-15T15:47:04.344Z] 24618af5dd01: Waiting [2023-02-15T15:47:04.344Z] f70ee36035b9: Waiting [2023-02-15T15:47:04.344Z] 473fd1bcb739: Waiting [2023-02-15T15:47:04.344Z] 399feafd4128: Layer already exists [2023-02-15T15:47:04.344Z] d2c86327ac53: Layer already exists [2023-02-15T15:47:04.344Z] eb84cdd19088: Layer already exists [2023-02-15T15:47:04.344Z] a1953032dcdd: Layer already exists [2023-02-15T15:47:04.344Z] 00b80f2514f9: Layer already exists [2023-02-15T15:47:04.344Z] 595cbbc29a7d: Layer already exists [2023-02-15T15:47:04.344Z] 1f58254d6dbf: Layer already exists [2023-02-15T15:47:04.344Z] 24618af5dd01: Layer already exists [2023-02-15T15:47:04.344Z] f70ee36035b9: Layer already exists [2023-02-15T15:47:04.344Z] 473fd1bcb739: Layer already exists [2023-02-15T15:47:04.611Z] main: digest: sha256:f2b96b3a81cefb49bfe218a45c3083363434e8a8d68bc67c3678dad2bee4f874 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:47:04.656Z] ===================================================== [Pipeline] echo [2023-02-15T15:47:04.663Z] taggedImages: [2023-02-15T15:47:04.663Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:47:04.663Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-15T15:47:04.663Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.50 [2023-02-15T15:47:04.663Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:47:04.663Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-15T15:47:04.678Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-15T15:47:04.678Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:47:04.678Z] latest [2023-02-15T15:47:04.678Z] 3.0.0-dev.50 [2023-02-15T15:47:04.678Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:47:04.678Z] main [2023-02-15T15:47:04.678Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:05.009Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:05.339Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:47:05.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T15:47:05.339Z] 289aab3e5685: Preparing [2023-02-15T15:47:05.339Z] 5cc10c1c7b76: Preparing [2023-02-15T15:47:05.339Z] 12748171d396: Preparing [2023-02-15T15:47:05.339Z] 689ef53efdc0: Preparing [2023-02-15T15:47:05.339Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:05.339Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:05.339Z] 12748171d396: Layer already exists [2023-02-15T15:47:05.604Z] 289aab3e5685: Pushed [2023-02-15T15:47:07.007Z] 689ef53efdc0: Pushed [2023-02-15T15:47:10.341Z] 5cc10c1c7b76: Pushed [2023-02-15T15:47:10.341Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:dabd05c62d2bd54d0f6c9c4b6ac2532581b298a553aac39cf74de4859b7fdb1c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:10.671Z] + 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-15T15:47:10.996Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-15T15:47:10.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T15:47:10.996Z] 289aab3e5685: Preparing [2023-02-15T15:47:10.996Z] 5cc10c1c7b76: Preparing [2023-02-15T15:47:10.996Z] 12748171d396: Preparing [2023-02-15T15:47:10.996Z] 689ef53efdc0: Preparing [2023-02-15T15:47:10.996Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:10.996Z] 5cc10c1c7b76: Layer already exists [2023-02-15T15:47:10.996Z] 12748171d396: Layer already exists [2023-02-15T15:47:10.996Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:10.996Z] 689ef53efdc0: Layer already exists [2023-02-15T15:47:10.996Z] 289aab3e5685: Layer already exists [2023-02-15T15:47:10.996Z] latest: digest: sha256:dabd05c62d2bd54d0f6c9c4b6ac2532581b298a553aac39cf74de4859b7fdb1c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:11.597Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:11.926Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.50 [2023-02-15T15:47:11.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T15:47:11.926Z] 289aab3e5685: Preparing [2023-02-15T15:47:11.926Z] 5cc10c1c7b76: Preparing [2023-02-15T15:47:11.926Z] 12748171d396: Preparing [2023-02-15T15:47:11.926Z] 689ef53efdc0: Preparing [2023-02-15T15:47:11.926Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:11.926Z] 289aab3e5685: Layer already exists [2023-02-15T15:47:11.926Z] 12748171d396: Layer already exists [2023-02-15T15:47:11.926Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:11.926Z] 5cc10c1c7b76: Layer already exists [2023-02-15T15:47:11.926Z] 689ef53efdc0: Layer already exists [2023-02-15T15:47:12.191Z] 3.0.0-dev.50: digest: sha256:dabd05c62d2bd54d0f6c9c4b6ac2532581b298a553aac39cf74de4859b7fdb1c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:12.537Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:12.881Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:47:12.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T15:47:12.881Z] 289aab3e5685: Preparing [2023-02-15T15:47:12.881Z] 5cc10c1c7b76: Preparing [2023-02-15T15:47:12.881Z] 12748171d396: Preparing [2023-02-15T15:47:12.881Z] 689ef53efdc0: Preparing [2023-02-15T15:47:12.881Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:12.881Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:12.881Z] 289aab3e5685: Layer already exists [2023-02-15T15:47:12.881Z] 12748171d396: Layer already exists [2023-02-15T15:47:12.881Z] 5cc10c1c7b76: Layer already exists [2023-02-15T15:47:12.881Z] 689ef53efdc0: Layer already exists [2023-02-15T15:47:12.881Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:dabd05c62d2bd54d0f6c9c4b6ac2532581b298a553aac39cf74de4859b7fdb1c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:13.221Z] + 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-15T15:47:13.563Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-15T15:47:13.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-15T15:47:13.563Z] 289aab3e5685: Preparing [2023-02-15T15:47:13.563Z] 5cc10c1c7b76: Preparing [2023-02-15T15:47:13.563Z] 12748171d396: Preparing [2023-02-15T15:47:13.563Z] 689ef53efdc0: Preparing [2023-02-15T15:47:13.563Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:13.563Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:13.563Z] 5cc10c1c7b76: Layer already exists [2023-02-15T15:47:13.563Z] 289aab3e5685: Layer already exists [2023-02-15T15:47:13.563Z] 689ef53efdc0: Layer already exists [2023-02-15T15:47:13.563Z] 12748171d396: Layer already exists [2023-02-15T15:47:13.563Z] main: digest: sha256:dabd05c62d2bd54d0f6c9c4b6ac2532581b298a553aac39cf74de4859b7fdb1c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:47:13.869Z] ===================================================== [Pipeline] echo [2023-02-15T15:47:13.875Z] taggedImages: [2023-02-15T15:47:13.875Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:47:13.875Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-15T15:47:13.875Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.50 [2023-02-15T15:47:13.875Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:47:13.875Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-15T15:47:13.889Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-15T15:47:13.889Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:47:13.889Z] latest [2023-02-15T15:47:13.889Z] 3.0.0-dev.50 [2023-02-15T15:47:13.889Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:47:13.889Z] main [2023-02-15T15:47:13.889Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:14.221Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:14.562Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:47:14.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T15:47:14.562Z] 62dadd2b8adf: Preparing [2023-02-15T15:47:14.562Z] 26f769607d1e: Preparing [2023-02-15T15:47:14.562Z] d8151d845293: Preparing [2023-02-15T15:47:14.562Z] 2e2009ddbef4: Preparing [2023-02-15T15:47:14.562Z] 53f14ae001a1: Preparing [2023-02-15T15:47:14.562Z] 2b22fa07d57f: Preparing [2023-02-15T15:47:14.562Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:14.562Z] 2b22fa07d57f: Waiting [2023-02-15T15:47:14.562Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:47:14.827Z] 26f769607d1e: Pushed [2023-02-15T15:47:14.827Z] 62dadd2b8adf: Pushed [2023-02-15T15:47:14.827Z] d8151d845293: Pushed [2023-02-15T15:47:14.827Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:15.779Z] 2b22fa07d57f: Pushed [2023-02-15T15:47:22.405Z] 53f14ae001a1: Pushed [2023-02-15T15:47:30.594Z] 2e2009ddbef4: Pushed [2023-02-15T15:47:30.594Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:7e9cb50a10a94b71854d4130452d4944f1d906b5a2e07c49c057e20f3f48f124 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:30.948Z] + 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-15T15:47:31.293Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-15T15:47:31.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T15:47:31.293Z] 62dadd2b8adf: Preparing [2023-02-15T15:47:31.293Z] 26f769607d1e: Preparing [2023-02-15T15:47:31.293Z] d8151d845293: Preparing [2023-02-15T15:47:31.293Z] 2e2009ddbef4: Preparing [2023-02-15T15:47:31.293Z] 53f14ae001a1: Preparing [2023-02-15T15:47:31.293Z] 2b22fa07d57f: Preparing [2023-02-15T15:47:31.293Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:31.293Z] 2b22fa07d57f: Waiting [2023-02-15T15:47:31.293Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:47:31.293Z] 26f769607d1e: Layer already exists [2023-02-15T15:47:31.293Z] 53f14ae001a1: Layer already exists [2023-02-15T15:47:31.293Z] 2e2009ddbef4: Layer already exists [2023-02-15T15:47:31.293Z] d8151d845293: Layer already exists [2023-02-15T15:47:31.293Z] 62dadd2b8adf: Layer already exists [2023-02-15T15:47:31.293Z] 2b22fa07d57f: Layer already exists [2023-02-15T15:47:31.293Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:31.559Z] latest: digest: sha256:7e9cb50a10a94b71854d4130452d4944f1d906b5a2e07c49c057e20f3f48f124 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:31.910Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:32.251Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.50 [2023-02-15T15:47:32.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T15:47:32.252Z] 62dadd2b8adf: Preparing [2023-02-15T15:47:32.252Z] 26f769607d1e: Preparing [2023-02-15T15:47:32.252Z] d8151d845293: Preparing [2023-02-15T15:47:32.252Z] 2e2009ddbef4: Preparing [2023-02-15T15:47:32.252Z] 53f14ae001a1: Preparing [2023-02-15T15:47:32.252Z] 2b22fa07d57f: Preparing [2023-02-15T15:47:32.252Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:32.252Z] 2b22fa07d57f: Waiting [2023-02-15T15:47:32.252Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:47:32.252Z] d8151d845293: Layer already exists [2023-02-15T15:47:32.252Z] 26f769607d1e: Layer already exists [2023-02-15T15:47:32.252Z] 62dadd2b8adf: Layer already exists [2023-02-15T15:47:32.252Z] 2e2009ddbef4: Layer already exists [2023-02-15T15:47:32.252Z] 53f14ae001a1: Layer already exists [2023-02-15T15:47:32.252Z] 2b22fa07d57f: Layer already exists [2023-02-15T15:47:32.252Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:32.517Z] 3.0.0-dev.50: digest: sha256:7e9cb50a10a94b71854d4130452d4944f1d906b5a2e07c49c057e20f3f48f124 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:32.864Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:33.207Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:47:33.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T15:47:33.207Z] 62dadd2b8adf: Preparing [2023-02-15T15:47:33.207Z] 26f769607d1e: Preparing [2023-02-15T15:47:33.207Z] d8151d845293: Preparing [2023-02-15T15:47:33.207Z] 2e2009ddbef4: Preparing [2023-02-15T15:47:33.207Z] 53f14ae001a1: Preparing [2023-02-15T15:47:33.207Z] 2b22fa07d57f: Preparing [2023-02-15T15:47:33.207Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:33.207Z] 2b22fa07d57f: Waiting [2023-02-15T15:47:33.207Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:47:33.207Z] d8151d845293: Layer already exists [2023-02-15T15:47:33.207Z] 26f769607d1e: Layer already exists [2023-02-15T15:47:33.207Z] 2e2009ddbef4: Layer already exists [2023-02-15T15:47:33.207Z] 53f14ae001a1: Layer already exists [2023-02-15T15:47:33.207Z] 62dadd2b8adf: Layer already exists [2023-02-15T15:47:33.207Z] 2b22fa07d57f: Layer already exists [2023-02-15T15:47:33.207Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:33.473Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:7e9cb50a10a94b71854d4130452d4944f1d906b5a2e07c49c057e20f3f48f124 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:33.818Z] + 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-15T15:47:34.156Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-15T15:47:34.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-15T15:47:34.156Z] 62dadd2b8adf: Preparing [2023-02-15T15:47:34.156Z] 26f769607d1e: Preparing [2023-02-15T15:47:34.156Z] d8151d845293: Preparing [2023-02-15T15:47:34.156Z] 2e2009ddbef4: Preparing [2023-02-15T15:47:34.156Z] 53f14ae001a1: Preparing [2023-02-15T15:47:34.156Z] 2b22fa07d57f: Preparing [2023-02-15T15:47:34.156Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:34.156Z] 2b22fa07d57f: Waiting [2023-02-15T15:47:34.156Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:47:34.156Z] 2e2009ddbef4: Layer already exists [2023-02-15T15:47:34.156Z] 26f769607d1e: Layer already exists [2023-02-15T15:47:34.156Z] 53f14ae001a1: Layer already exists [2023-02-15T15:47:34.156Z] d8151d845293: Layer already exists [2023-02-15T15:47:34.156Z] 62dadd2b8adf: Layer already exists [2023-02-15T15:47:34.156Z] 2b22fa07d57f: Layer already exists [2023-02-15T15:47:34.156Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:34.421Z] main: digest: sha256:7e9cb50a10a94b71854d4130452d4944f1d906b5a2e07c49c057e20f3f48f124 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:47:34.469Z] ===================================================== [Pipeline] echo [2023-02-15T15:47:34.475Z] taggedImages: [2023-02-15T15:47:34.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:47:34.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-15T15:47:34.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.50 [2023-02-15T15:47:34.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:47:34.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-15T15:47:34.489Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-15T15:47:34.489Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:47:34.489Z] latest [2023-02-15T15:47:34.489Z] 3.0.0-dev.50 [2023-02-15T15:47:34.489Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:47:34.489Z] main [2023-02-15T15:47:34.489Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:34.818Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:35.160Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:47:35.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T15:47:35.160Z] 6efececb7989: Preparing [2023-02-15T15:47:35.160Z] 724c43a8fef0: Preparing [2023-02-15T15:47:35.160Z] 3b4529470326: Preparing [2023-02-15T15:47:35.160Z] d38c932c9e08: Preparing [2023-02-15T15:47:35.160Z] 0a50de0c35b8: Preparing [2023-02-15T15:47:35.160Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:35.425Z] 6efececb7989: Pushed [2023-02-15T15:47:35.425Z] 724c43a8fef0: Pushed [2023-02-15T15:47:35.425Z] 3b4529470326: Pushed [2023-02-15T15:47:35.425Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:36.008Z] 0a50de0c35b8: Pushed [2023-02-15T15:47:50.982Z] d38c932c9e08: Pushed [2023-02-15T15:47:50.982Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:6a861a26e3f4a5011ffb858f572cdac081829259218a2dbdb859c9be1b38772e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:51.329Z] + 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-15T15:47:51.669Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-15T15:47:51.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T15:47:51.669Z] 6efececb7989: Preparing [2023-02-15T15:47:51.669Z] 724c43a8fef0: Preparing [2023-02-15T15:47:51.669Z] 3b4529470326: Preparing [2023-02-15T15:47:51.669Z] d38c932c9e08: Preparing [2023-02-15T15:47:51.669Z] 0a50de0c35b8: Preparing [2023-02-15T15:47:51.669Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:51.669Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:47:51.669Z] d38c932c9e08: Layer already exists [2023-02-15T15:47:51.669Z] 3b4529470326: Layer already exists [2023-02-15T15:47:51.669Z] 6efececb7989: Layer already exists [2023-02-15T15:47:51.669Z] 0a50de0c35b8: Layer already exists [2023-02-15T15:47:51.669Z] 724c43a8fef0: Layer already exists [2023-02-15T15:47:51.669Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:51.936Z] latest: digest: sha256:6a861a26e3f4a5011ffb858f572cdac081829259218a2dbdb859c9be1b38772e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:52.275Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:52.614Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.50 [2023-02-15T15:47:52.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T15:47:52.614Z] 6efececb7989: Preparing [2023-02-15T15:47:52.614Z] 724c43a8fef0: Preparing [2023-02-15T15:47:52.614Z] 3b4529470326: Preparing [2023-02-15T15:47:52.614Z] d38c932c9e08: Preparing [2023-02-15T15:47:52.614Z] 0a50de0c35b8: Preparing [2023-02-15T15:47:52.614Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:52.614Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:47:52.614Z] 6efececb7989: Layer already exists [2023-02-15T15:47:52.614Z] d38c932c9e08: Layer already exists [2023-02-15T15:47:52.614Z] 724c43a8fef0: Layer already exists [2023-02-15T15:47:52.614Z] 0a50de0c35b8: Layer already exists [2023-02-15T15:47:52.614Z] 3b4529470326: Layer already exists [2023-02-15T15:47:52.614Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:52.880Z] 3.0.0-dev.50: digest: sha256:6a861a26e3f4a5011ffb858f572cdac081829259218a2dbdb859c9be1b38772e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:53.218Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:53.549Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:47:53.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T15:47:53.549Z] 6efececb7989: Preparing [2023-02-15T15:47:53.549Z] 724c43a8fef0: Preparing [2023-02-15T15:47:53.549Z] 3b4529470326: Preparing [2023-02-15T15:47:53.549Z] d38c932c9e08: Preparing [2023-02-15T15:47:53.549Z] 0a50de0c35b8: Preparing [2023-02-15T15:47:53.549Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:53.549Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:47:53.549Z] d38c932c9e08: Layer already exists [2023-02-15T15:47:53.549Z] 6efececb7989: Layer already exists [2023-02-15T15:47:53.549Z] 3b4529470326: Layer already exists [2023-02-15T15:47:53.549Z] 0a50de0c35b8: Layer already exists [2023-02-15T15:47:53.549Z] 724c43a8fef0: Layer already exists [2023-02-15T15:47:53.549Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:53.814Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:6a861a26e3f4a5011ffb858f572cdac081829259218a2dbdb859c9be1b38772e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:54.152Z] + 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-15T15:47:54.484Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-15T15:47:54.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-15T15:47:54.484Z] 6efececb7989: Preparing [2023-02-15T15:47:54.484Z] 724c43a8fef0: Preparing [2023-02-15T15:47:54.484Z] 3b4529470326: Preparing [2023-02-15T15:47:54.484Z] d38c932c9e08: Preparing [2023-02-15T15:47:54.484Z] 0a50de0c35b8: Preparing [2023-02-15T15:47:54.484Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:54.484Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:47:54.484Z] d38c932c9e08: Layer already exists [2023-02-15T15:47:54.484Z] 3b4529470326: Layer already exists [2023-02-15T15:47:54.484Z] 724c43a8fef0: Layer already exists [2023-02-15T15:47:54.484Z] 6efececb7989: Layer already exists [2023-02-15T15:47:54.484Z] 0a50de0c35b8: Layer already exists [2023-02-15T15:47:54.484Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:54.749Z] main: digest: sha256:6a861a26e3f4a5011ffb858f572cdac081829259218a2dbdb859c9be1b38772e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:47:54.793Z] ===================================================== [Pipeline] echo [2023-02-15T15:47:54.799Z] taggedImages: [2023-02-15T15:47:54.799Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:47:54.799Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-15T15:47:54.799Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.50 [2023-02-15T15:47:54.799Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:47:54.799Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-15T15:47:54.813Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-15T15:47:54.813Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:47:54.813Z] latest [2023-02-15T15:47:54.813Z] 3.0.0-dev.50 [2023-02-15T15:47:54.813Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:47:54.813Z] main [2023-02-15T15:47:54.813Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:55.141Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:47:55.474Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:47:55.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T15:47:55.475Z] e1df85e03988: Preparing [2023-02-15T15:47:55.475Z] a9842e331c03: Preparing [2023-02-15T15:47:55.475Z] 07459c91ac8e: Preparing [2023-02-15T15:47:55.475Z] 9743d54228ba: Preparing [2023-02-15T15:47:55.475Z] 2b22fa07d57f: Preparing [2023-02-15T15:47:55.475Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:47:55.475Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:47:55.475Z] 2b22fa07d57f: Layer already exists [2023-02-15T15:47:55.741Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:47:55.741Z] a9842e331c03: Pushed [2023-02-15T15:47:55.741Z] 07459c91ac8e: Pushed [2023-02-15T15:47:55.741Z] e1df85e03988: Pushed [2023-02-15T15:48:13.939Z] 9743d54228ba: Pushed [2023-02-15T15:48:13.939Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:ca5f5a6f48d351bfd0c829c2191569d77a8d76339cfe1233f8de22dd7d41f8b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:14.289Z] + 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-15T15:48:14.632Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-15T15:48:14.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T15:48:14.632Z] e1df85e03988: Preparing [2023-02-15T15:48:14.632Z] a9842e331c03: Preparing [2023-02-15T15:48:14.632Z] 07459c91ac8e: Preparing [2023-02-15T15:48:14.632Z] 9743d54228ba: Preparing [2023-02-15T15:48:14.632Z] 2b22fa07d57f: Preparing [2023-02-15T15:48:14.632Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:48:14.632Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:48:14.632Z] a9842e331c03: Layer already exists [2023-02-15T15:48:14.632Z] e1df85e03988: Layer already exists [2023-02-15T15:48:14.632Z] 9743d54228ba: Layer already exists [2023-02-15T15:48:14.632Z] 07459c91ac8e: Layer already exists [2023-02-15T15:48:14.632Z] 2b22fa07d57f: Layer already exists [2023-02-15T15:48:14.632Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:48:14.898Z] latest: digest: sha256:ca5f5a6f48d351bfd0c829c2191569d77a8d76339cfe1233f8de22dd7d41f8b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:15.237Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:15.595Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.50 [2023-02-15T15:48:15.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T15:48:15.595Z] e1df85e03988: Preparing [2023-02-15T15:48:15.595Z] a9842e331c03: Preparing [2023-02-15T15:48:15.595Z] 07459c91ac8e: Preparing [2023-02-15T15:48:15.595Z] 9743d54228ba: Preparing [2023-02-15T15:48:15.595Z] 2b22fa07d57f: Preparing [2023-02-15T15:48:15.595Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:48:15.595Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:48:15.595Z] e1df85e03988: Layer already exists [2023-02-15T15:48:15.595Z] 07459c91ac8e: Layer already exists [2023-02-15T15:48:15.595Z] 9743d54228ba: Layer already exists [2023-02-15T15:48:15.595Z] 2b22fa07d57f: Layer already exists [2023-02-15T15:48:15.595Z] a9842e331c03: Layer already exists [2023-02-15T15:48:15.865Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:48:15.865Z] 3.0.0-dev.50: digest: sha256:ca5f5a6f48d351bfd0c829c2191569d77a8d76339cfe1233f8de22dd7d41f8b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:16.219Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:16.576Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:48:16.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T15:48:16.576Z] e1df85e03988: Preparing [2023-02-15T15:48:16.576Z] a9842e331c03: Preparing [2023-02-15T15:48:16.576Z] 07459c91ac8e: Preparing [2023-02-15T15:48:16.576Z] 9743d54228ba: Preparing [2023-02-15T15:48:16.576Z] 2b22fa07d57f: Preparing [2023-02-15T15:48:16.576Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:48:16.576Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:48:16.576Z] e1df85e03988: Layer already exists [2023-02-15T15:48:16.576Z] 07459c91ac8e: Layer already exists [2023-02-15T15:48:16.576Z] 9743d54228ba: Layer already exists [2023-02-15T15:48:16.576Z] 2b22fa07d57f: Layer already exists [2023-02-15T15:48:16.576Z] a9842e331c03: Layer already exists [2023-02-15T15:48:16.576Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:48:16.845Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:ca5f5a6f48d351bfd0c829c2191569d77a8d76339cfe1233f8de22dd7d41f8b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:17.199Z] + 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-15T15:48:17.537Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-15T15:48:17.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-15T15:48:17.537Z] e1df85e03988: Preparing [2023-02-15T15:48:17.537Z] a9842e331c03: Preparing [2023-02-15T15:48:17.537Z] 07459c91ac8e: Preparing [2023-02-15T15:48:17.537Z] 9743d54228ba: Preparing [2023-02-15T15:48:17.537Z] 2b22fa07d57f: Preparing [2023-02-15T15:48:17.537Z] a8cfdf0cc8ec: Preparing [2023-02-15T15:48:17.537Z] a8cfdf0cc8ec: Waiting [2023-02-15T15:48:17.537Z] 2b22fa07d57f: Layer already exists [2023-02-15T15:48:17.537Z] a9842e331c03: Layer already exists [2023-02-15T15:48:17.537Z] 07459c91ac8e: Layer already exists [2023-02-15T15:48:17.537Z] 9743d54228ba: Layer already exists [2023-02-15T15:48:17.537Z] e1df85e03988: Layer already exists [2023-02-15T15:48:17.537Z] a8cfdf0cc8ec: Layer already exists [2023-02-15T15:48:17.808Z] main: digest: sha256:ca5f5a6f48d351bfd0c829c2191569d77a8d76339cfe1233f8de22dd7d41f8b1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:48:17.853Z] ===================================================== [Pipeline] echo [2023-02-15T15:48:17.862Z] taggedImages: [2023-02-15T15:48:17.862Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:48:17.862Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-15T15:48:17.862Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.50 [2023-02-15T15:48:17.862Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:48:17.862Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-15T15:48:17.881Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-15T15:48:17.881Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:48:17.881Z] latest [2023-02-15T15:48:17.881Z] 3.0.0-dev.50 [2023-02-15T15:48:17.881Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:48:17.881Z] main [2023-02-15T15:48:17.881Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:18.230Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:18.566Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:48:18.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T15:48:18.566Z] 67cbe3c63dfb: Preparing [2023-02-15T15:48:18.566Z] 5aaf646d95e2: Preparing [2023-02-15T15:48:18.566Z] 12748171d396: Preparing [2023-02-15T15:48:18.566Z] d4759c1b1cdf: Preparing [2023-02-15T15:48:18.566Z] f70ee36035b9: Preparing [2023-02-15T15:48:18.566Z] f70ee36035b9: Layer already exists [2023-02-15T15:48:18.566Z] 12748171d396: Layer already exists [2023-02-15T15:48:18.832Z] 67cbe3c63dfb: Pushed [2023-02-15T15:48:19.098Z] d4759c1b1cdf: Pushed [2023-02-15T15:48:24.434Z] 5aaf646d95e2: Pushed [2023-02-15T15:48:24.434Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:39a9bac4b2adad3f8e1c5734b058e94459088011f0bd935701f6e8f43316da89 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:24.774Z] + 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-15T15:48:25.111Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-15T15:48:25.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T15:48:25.111Z] 67cbe3c63dfb: Preparing [2023-02-15T15:48:25.111Z] 5aaf646d95e2: Preparing [2023-02-15T15:48:25.111Z] 12748171d396: Preparing [2023-02-15T15:48:25.111Z] d4759c1b1cdf: Preparing [2023-02-15T15:48:25.111Z] f70ee36035b9: Preparing [2023-02-15T15:48:25.111Z] 67cbe3c63dfb: Layer already exists [2023-02-15T15:48:25.111Z] 12748171d396: Layer already exists [2023-02-15T15:48:25.111Z] 5aaf646d95e2: Layer already exists [2023-02-15T15:48:25.111Z] f70ee36035b9: Layer already exists [2023-02-15T15:48:25.111Z] d4759c1b1cdf: Layer already exists [2023-02-15T15:48:25.688Z] latest: digest: sha256:39a9bac4b2adad3f8e1c5734b058e94459088011f0bd935701f6e8f43316da89 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:26.036Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:26.377Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.50 [2023-02-15T15:48:26.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T15:48:26.377Z] 67cbe3c63dfb: Preparing [2023-02-15T15:48:26.377Z] 5aaf646d95e2: Preparing [2023-02-15T15:48:26.377Z] 12748171d396: Preparing [2023-02-15T15:48:26.377Z] d4759c1b1cdf: Preparing [2023-02-15T15:48:26.377Z] f70ee36035b9: Preparing [2023-02-15T15:48:26.377Z] d4759c1b1cdf: Layer already exists [2023-02-15T15:48:26.377Z] 5aaf646d95e2: Layer already exists [2023-02-15T15:48:26.377Z] 12748171d396: Layer already exists [2023-02-15T15:48:26.377Z] 67cbe3c63dfb: Layer already exists [2023-02-15T15:48:26.377Z] f70ee36035b9: Layer already exists [2023-02-15T15:48:26.377Z] 3.0.0-dev.50: digest: sha256:39a9bac4b2adad3f8e1c5734b058e94459088011f0bd935701f6e8f43316da89 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:26.711Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:27.051Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:48:27.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T15:48:27.051Z] 67cbe3c63dfb: Preparing [2023-02-15T15:48:27.051Z] 5aaf646d95e2: Preparing [2023-02-15T15:48:27.051Z] 12748171d396: Preparing [2023-02-15T15:48:27.051Z] d4759c1b1cdf: Preparing [2023-02-15T15:48:27.051Z] f70ee36035b9: Preparing [2023-02-15T15:48:27.051Z] 67cbe3c63dfb: Layer already exists [2023-02-15T15:48:27.051Z] 5aaf646d95e2: Layer already exists [2023-02-15T15:48:27.051Z] f70ee36035b9: Layer already exists [2023-02-15T15:48:27.051Z] 12748171d396: Layer already exists [2023-02-15T15:48:27.051Z] d4759c1b1cdf: Layer already exists [2023-02-15T15:48:27.051Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:39a9bac4b2adad3f8e1c5734b058e94459088011f0bd935701f6e8f43316da89 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:27.801Z] + 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-15T15:48:28.398Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-15T15:48:28.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-15T15:48:28.398Z] 67cbe3c63dfb: Preparing [2023-02-15T15:48:28.398Z] 5aaf646d95e2: Preparing [2023-02-15T15:48:28.398Z] 12748171d396: Preparing [2023-02-15T15:48:28.398Z] d4759c1b1cdf: Preparing [2023-02-15T15:48:28.398Z] f70ee36035b9: Preparing [2023-02-15T15:48:28.398Z] 5aaf646d95e2: Layer already exists [2023-02-15T15:48:28.398Z] 67cbe3c63dfb: Layer already exists [2023-02-15T15:48:28.398Z] 12748171d396: Layer already exists [2023-02-15T15:48:28.398Z] d4759c1b1cdf: Layer already exists [2023-02-15T15:48:28.398Z] f70ee36035b9: Layer already exists [2023-02-15T15:48:28.398Z] main: digest: sha256:39a9bac4b2adad3f8e1c5734b058e94459088011f0bd935701f6e8f43316da89 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:48:28.709Z] ===================================================== [Pipeline] echo [2023-02-15T15:48:28.715Z] taggedImages: [2023-02-15T15:48:28.715Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:48:28.715Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-15T15:48:28.715Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.50 [2023-02-15T15:48:28.715Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:48:28.715Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-15T15:48:28.729Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-15T15:48:28.729Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:48:28.729Z] latest [2023-02-15T15:48:28.729Z] 3.0.0-dev.50 [2023-02-15T15:48:28.729Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:48:28.729Z] main [2023-02-15T15:48:28.729Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:29.057Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:29.387Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:48:29.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T15:48:29.387Z] 47392edd2a35: Preparing [2023-02-15T15:48:29.387Z] 965d4812f131: Preparing [2023-02-15T15:48:29.387Z] 12748171d396: Preparing [2023-02-15T15:48:29.387Z] 8e8a9baddc56: Preparing [2023-02-15T15:48:29.387Z] f70ee36035b9: Preparing [2023-02-15T15:48:29.387Z] f70ee36035b9: Layer already exists [2023-02-15T15:48:29.387Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:48:29.387Z] 12748171d396: Layer already exists [2023-02-15T15:48:29.652Z] 47392edd2a35: Pushed [2023-02-15T15:48:34.980Z] 965d4812f131: Pushed [2023-02-15T15:48:34.980Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee: digest: sha256:94db1ac49df0373974f5465826674a5fed84bcc38df82d3dd3e32ff1673fa6e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:35.320Z] + 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-15T15:48:35.654Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-15T15:48:35.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T15:48:35.654Z] 47392edd2a35: Preparing [2023-02-15T15:48:35.654Z] 965d4812f131: Preparing [2023-02-15T15:48:35.654Z] 12748171d396: Preparing [2023-02-15T15:48:35.654Z] 8e8a9baddc56: Preparing [2023-02-15T15:48:35.654Z] f70ee36035b9: Preparing [2023-02-15T15:48:35.654Z] f70ee36035b9: Layer already exists [2023-02-15T15:48:35.654Z] 47392edd2a35: Layer already exists [2023-02-15T15:48:35.654Z] 12748171d396: Layer already exists [2023-02-15T15:48:35.654Z] 965d4812f131: Layer already exists [2023-02-15T15:48:35.654Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:48:35.921Z] latest: digest: sha256:94db1ac49df0373974f5465826674a5fed84bcc38df82d3dd3e32ff1673fa6e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:36.266Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:36.606Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.50 [2023-02-15T15:48:36.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T15:48:36.606Z] 47392edd2a35: Preparing [2023-02-15T15:48:36.606Z] 965d4812f131: Preparing [2023-02-15T15:48:36.606Z] 12748171d396: Preparing [2023-02-15T15:48:36.606Z] 8e8a9baddc56: Preparing [2023-02-15T15:48:36.606Z] f70ee36035b9: Preparing [2023-02-15T15:48:36.606Z] f70ee36035b9: Layer already exists [2023-02-15T15:48:36.607Z] 965d4812f131: Layer already exists [2023-02-15T15:48:36.607Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:48:36.607Z] 47392edd2a35: Layer already exists [2023-02-15T15:48:36.607Z] 12748171d396: Layer already exists [2023-02-15T15:48:36.607Z] 3.0.0-dev.50: digest: sha256:94db1ac49df0373974f5465826674a5fed84bcc38df82d3dd3e32ff1673fa6e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:36.951Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:37.286Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:48:37.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T15:48:37.286Z] 47392edd2a35: Preparing [2023-02-15T15:48:37.286Z] 965d4812f131: Preparing [2023-02-15T15:48:37.286Z] 12748171d396: Preparing [2023-02-15T15:48:37.286Z] 8e8a9baddc56: Preparing [2023-02-15T15:48:37.286Z] f70ee36035b9: Preparing [2023-02-15T15:48:37.286Z] 12748171d396: Layer already exists [2023-02-15T15:48:37.286Z] 47392edd2a35: Layer already exists [2023-02-15T15:48:37.286Z] 965d4812f131: Layer already exists [2023-02-15T15:48:37.286Z] f70ee36035b9: Layer already exists [2023-02-15T15:48:37.286Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:48:37.286Z] 96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50: digest: sha256:94db1ac49df0373974f5465826674a5fed84bcc38df82d3dd3e32ff1673fa6e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:37.910Z] + 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-15T15:48:38.253Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-15T15:48:38.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-15T15:48:38.253Z] 47392edd2a35: Preparing [2023-02-15T15:48:38.253Z] 965d4812f131: Preparing [2023-02-15T15:48:38.253Z] 12748171d396: Preparing [2023-02-15T15:48:38.253Z] 8e8a9baddc56: Preparing [2023-02-15T15:48:38.253Z] f70ee36035b9: Preparing [2023-02-15T15:48:38.253Z] f70ee36035b9: Layer already exists [2023-02-15T15:48:38.253Z] 8e8a9baddc56: Layer already exists [2023-02-15T15:48:38.253Z] 12748171d396: Layer already exists [2023-02-15T15:48:38.253Z] 965d4812f131: Layer already exists [2023-02-15T15:48:38.253Z] 47392edd2a35: Layer already exists [2023-02-15T15:48:38.519Z] main: digest: sha256:94db1ac49df0373974f5465826674a5fed84bcc38df82d3dd3e32ff1673fa6e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-15T15:48:38.560Z] ===================================================== [Pipeline] echo [2023-02-15T15:48:38.568Z] taggedImages: [2023-02-15T15:48:38.568Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [2023-02-15T15:48:38.568Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-15T15:48:38.568Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.50 [2023-02-15T15:48:38.568Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:96713c0c5fe3dce1fef0121d6baafd3e73e3fcee-3.0.0-dev.50 [2023-02-15T15:48:38.568Z] - 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-15T15:48:38.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T15:48:38.928Z] [2023-02-15T15:48:38.928Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:48:39.264Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T15:48:39.264Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-15T15:48:39.264Z] 8998bd30e6a1: Pulling fs layer [2023-02-15T15:48:39.264Z] 04944245beec: Pulling fs layer [2023-02-15T15:48:39.264Z] 699f458cf7ca: Pulling fs layer [2023-02-15T15:48:39.264Z] 765212b225bb: Pulling fs layer [2023-02-15T15:48:39.264Z] f23df028b6ca: Pulling fs layer [2023-02-15T15:48:39.264Z] d65c8cfc05b1: Pulling fs layer [2023-02-15T15:48:39.264Z] 2437ff75d9bd: Pulling fs layer [2023-02-15T15:48:39.264Z] 765212b225bb: Waiting [2023-02-15T15:48:39.264Z] f23df028b6ca: Waiting [2023-02-15T15:48:39.264Z] 2437ff75d9bd: Waiting [2023-02-15T15:48:39.264Z] d65c8cfc05b1: Waiting [2023-02-15T15:48:39.531Z] 04944245beec: Verifying Checksum [2023-02-15T15:48:39.531Z] 04944245beec: Download complete [2023-02-15T15:48:39.531Z] 765212b225bb: Verifying Checksum [2023-02-15T15:48:39.531Z] 765212b225bb: Download complete [2023-02-15T15:48:39.531Z] f23df028b6ca: Verifying Checksum [2023-02-15T15:48:39.531Z] f23df028b6ca: Download complete [2023-02-15T15:48:39.531Z] d65c8cfc05b1: Verifying Checksum [2023-02-15T15:48:39.531Z] d65c8cfc05b1: Download complete [2023-02-15T15:48:39.798Z] 699f458cf7ca: Verifying Checksum [2023-02-15T15:48:39.798Z] 699f458cf7ca: Download complete [2023-02-15T15:48:40.065Z] 8998bd30e6a1: Download complete [2023-02-15T15:48:42.645Z] 2437ff75d9bd: Verifying Checksum [2023-02-15T15:48:42.645Z] 2437ff75d9bd: Download complete [2023-02-15T15:48:44.048Z] 8998bd30e6a1: Pull complete [2023-02-15T15:48:44.314Z] 04944245beec: Pull complete [2023-02-15T15:48:45.720Z] 699f458cf7ca: Pull complete [2023-02-15T15:48:45.720Z] 765212b225bb: Pull complete [2023-02-15T15:48:46.679Z] f23df028b6ca: Pull complete [2023-02-15T15:48:46.679Z] d65c8cfc05b1: Pull complete [2023-02-15T15:49:01.684Z] 2437ff75d9bd: Pull complete [2023-02-15T15:49:01.684Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-15T15:49:01.684Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T15:49:01.684Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:49:01.886Z] prd-ubuntu20.04-docker-arm64-4c-16g-6126 does not seem to be running inside a container [2023-02-15T15:49:01.940Z] $ 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/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:49:05.132Z] $ docker top e1d92631bd1f2dcd21069f71413bfd57405bb09b0b198794cf204ac97a99da3d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:49:05.994Z] ---> job-cost.sh [2023-02-15T15:49:05.994Z] lf-activate-venv: SKIPPING [2023-02-15T15:49:05.994Z] INFO: No Stack... [2023-02-15T15:49:07.927Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-15T15:49:08.664Z] INFO: Archiving Costs [Pipeline] sh [2023-02-15T15:49:09.308Z] + cut -d, -f6 [2023-02-15T15:49:09.309Z] + cat /w/workspace/edgex-go/410/archives/cost.csv [Pipeline] lock [2023-02-15T15:49:09.348Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-410-stack-cost] [2023-02-15T15:49:09.357Z] Resource [jenkins-edgexfoundry-edgex-go-main-410-stack-cost] did not exist. Created. [2023-02-15T15:49:09.357Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-410-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T15:49:09.997Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-15T15:49:10.670Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T15:49:10.680Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-410-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-15T15:49:10.691Z] $ docker stop --time=1 e1d92631bd1f2dcd21069f71413bfd57405bb09b0b198794cf204ac97a99da3d [2023-02-15T15:49:12.309Z] $ docker rm -f --volumes e1d92631bd1f2dcd21069f71413bfd57405bb09b0b198794cf204ac97a99da3d [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-15T15:49:12.739Z] provisioning config files... [2023-02-15T15:49:12.747Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/410@tmp/config4271860872494800607tmp [Pipeline] { [Pipeline] sh [2023-02-15T15:49:13.039Z] + set +x [2023-02-15T15:49:13.039Z] + bash -s -- [2023-02-15T15:49:13.039Z] + curl -s https://codecov.io/bash [2023-02-15T15:49:13.039Z] [2023-02-15T15:49:13.039Z] _____ _ [2023-02-15T15:49:13.039Z] / ____| | | [2023-02-15T15:49:13.039Z] | | ___ __| | ___ ___ _____ __ [2023-02-15T15:49:13.039Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-15T15:49:13.039Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-15T15:49:13.039Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-15T15:49:13.039Z] Bash-1.0.6 [2023-02-15T15:49:13.039Z] [2023-02-15T15:49:13.039Z] [2023-02-15T15:49:13.039Z] ==> git version 2.25.1 found [2023-02-15T15:49:13.039Z] ==> 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-15T15:49:13.039Z] Release-Date: 2020-01-08 [2023-02-15T15:49:13.039Z] 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-15T15:49:13.039Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-15T15:49:13.039Z] ==> Jenkins CI detected. [2023-02-15T15:49:13.039Z] current dir:  /w/workspace/edgex-go/410 [2023-02-15T15:49:13.039Z] project root: . [2023-02-15T15:49:13.039Z] --> token set from env [2023-02-15T15:49:13.039Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-15T15:49:13.039Z] ==> Running gcov in . (disable via -X gcov) [2023-02-15T15:49:13.039Z] ==> Python coveragepy not found [2023-02-15T15:49:13.039Z] ==> Searching for coverage reports in: [2023-02-15T15:49:13.039Z] + . [2023-02-15T15:49:13.039Z] -> Found 1 reports [2023-02-15T15:49:13.039Z] ==> Detecting git/mercurial file structure [2023-02-15T15:49:13.039Z] ==> Reading reports [2023-02-15T15:49:13.039Z] + ./coverage.out bytes=487529 [2023-02-15T15:49:13.039Z] ==> Appending adjustments [2023-02-15T15:49:13.039Z] https://docs.codecov.io/docs/fixing-reports [2023-02-15T15:49:14.412Z] + Found adjustments [2023-02-15T15:49:14.412Z] ==> Gzipping contents [2023-02-15T15:49:14.412Z] 64K /tmp/codecov.oBaE8x.gz [2023-02-15T15:49:14.412Z] ==> Uploading reports [2023-02-15T15:49:14.412Z] url: https://codecov.io [2023-02-15T15:49:14.412Z] query: branch=main&commit=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee&build=410&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F410%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-15T15:49:14.412Z] -> Pinging Codecov [2023-02-15T15:49:14.412Z] 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=96713c0c5fe3dce1fef0121d6baafd3e73e3fcee&build=410&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F410%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-15T15:49:14.671Z] -> Uploading to [2023-02-15T15:49:14.671Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-15/00271124DB129430A58F1EEE437C3FCB/96713c0c5fe3dce1fef0121d6baafd3e73e3fcee/98fba00f-30c3-4a06-ae9f-b24e4233661d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T154914Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=165299a2dc97ae6c42c455160a938c7bf8f754168a2166c2e1b01d459ef18510 [2023-02-15T15:49:14.671Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T15:49:14.671Z] Dload Upload Total Spent Left Speed [2023-02-15T15:49:14.930Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62951 0 0 100 62951 0 304k --:--:-- --:--:-- --:--:-- 302k 100 62951 0 0 100 62951 0 149k --:--:-- --:--:-- --:--:-- 149k [2023-02-15T15:49:14.930Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/96713c0c5fe3dce1fef0121d6baafd3e73e3fcee [Pipeline] } [2023-02-15T15:49:14.936Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-15T15:49:15.147Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-15T15:49:15.155Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:49:15.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T15:49:15.457Z] [2023-02-15T15:49:15.457Z] 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-15T15:49:15.762Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T15:49:15.762Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-15T15:49:15.762Z] df9b9388f04a: Pulling fs layer [2023-02-15T15:49:15.762Z] 52dc419b0ee2: Pulling fs layer [2023-02-15T15:49:15.762Z] 25bc292e5bac: Pulling fs layer [2023-02-15T15:49:15.762Z] 114826534d7a: Pulling fs layer [2023-02-15T15:49:15.762Z] 4657fd5d0bcf: Pulling fs layer [2023-02-15T15:49:15.762Z] 114826534d7a: Waiting [2023-02-15T15:49:15.762Z] 6ad1cebc031e: Pulling fs layer [2023-02-15T15:49:15.762Z] 8a3aa393b2d8: Pulling fs layer [2023-02-15T15:49:15.762Z] 6ad1cebc031e: Waiting [2023-02-15T15:49:15.762Z] 4657fd5d0bcf: Waiting [2023-02-15T15:49:15.762Z] 8a3aa393b2d8: Waiting [2023-02-15T15:49:15.762Z] 25bc292e5bac: Download complete [2023-02-15T15:49:15.762Z] 52dc419b0ee2: Verifying Checksum [2023-02-15T15:49:15.762Z] 52dc419b0ee2: Download complete [2023-02-15T15:49:15.762Z] 4657fd5d0bcf: Verifying Checksum [2023-02-15T15:49:15.762Z] 4657fd5d0bcf: Download complete [2023-02-15T15:49:15.762Z] df9b9388f04a: Download complete [2023-02-15T15:49:16.024Z] df9b9388f04a: Pull complete [2023-02-15T15:49:16.024Z] 52dc419b0ee2: Pull complete [2023-02-15T15:49:16.024Z] 6ad1cebc031e: Verifying Checksum [2023-02-15T15:49:16.024Z] 6ad1cebc031e: Download complete [2023-02-15T15:49:16.024Z] 25bc292e5bac: Pull complete [2023-02-15T15:49:16.614Z] 114826534d7a: Verifying Checksum [2023-02-15T15:49:16.614Z] 114826534d7a: Download complete [2023-02-15T15:49:16.874Z] 8a3aa393b2d8: Verifying Checksum [2023-02-15T15:49:16.874Z] 8a3aa393b2d8: Download complete [2023-02-15T15:49:20.147Z] 114826534d7a: Pull complete [2023-02-15T15:49:20.147Z] 4657fd5d0bcf: Pull complete [2023-02-15T15:49:20.147Z] 6ad1cebc031e: Pull complete [2023-02-15T15:49:22.675Z] 8a3aa393b2d8: Pull complete [2023-02-15T15:49:22.675Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-15T15:49:22.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-15T15:49:22.675Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:49:22.753Z] prd-ubuntu20.04-docker-8c-8g-6124 does not seem to be running inside a container [2023-02-15T15:49:22.779Z] $ 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/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:49:25.338Z] $ docker top 9c83460bda52b1c8799df4b592e44db5db4e15f2a134398a3e51657e482481af -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T15:49:25.407Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-15T15:49:25.682Z] + set -o pipefail [2023-02-15T15:49:25.682Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-15T15:49:30.951Z] [2023-02-15T15:49:30.951Z] Monitoring /w/workspace/edgex-go/410 (github.com/edgexfoundry/edgex-go)... [2023-02-15T15:49:30.951Z] [2023-02-15T15:49:30.951Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/1cdc11de-a4d8-47f2-bd6c-4be624dcd2eb [2023-02-15T15:49:30.951Z] [2023-02-15T15:49:30.951Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-15T15:49:30.951Z] [2023-02-15T15:49:30.951Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-15T15:49:30.951Z] [2023-02-15T15:49:30.951Z] [2023-02-15T15:49:30.951Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-15T15:49:30.951Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-15T15:49:30.951Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-15T15:49:30.961Z] $ docker stop --time=1 9c83460bda52b1c8799df4b592e44db5db4e15f2a134398a3e51657e482481af [2023-02-15T15:49:33.237Z] $ docker rm -f --volumes 9c83460bda52b1c8799df4b592e44db5db4e15f2a134398a3e51657e482481af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-15T15:49:33.540Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T15:49:33.555Z] provisioning config files... [2023-02-15T15:49:33.562Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/410@tmp/config5449717179037255933tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:49:33.856Z] --> edgex-publish-swagger.sh [2023-02-15T15:49:33.856Z] === Publish openapi/v2 API === [2023-02-15T15:49:33.856Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-02-15T15:49:33.856Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/410/openapi/v2/core-command.yaml] [2023-02-15T15:49:33.856Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T15:49:33.856Z] Dload Upload Total Spent Left Speed [2023-02-15T15:49:34.422Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 57257 --:--:-- --:--:-- --:--:-- 57363 [2023-02-15T15:49:34.422Z] [2023-02-15T15:49:34.422Z] [2023-02-15T15:49:34.422Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/410/openapi/v2/core-data.yaml] [2023-02-15T15:49:34.422Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T15:49:34.422Z] Dload Upload Total Spent Left Speed [2023-02-15T15:49:34.988Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68908 0 0 100 68908 0 106k --:--:-- --:--:-- --:--:-- 106k 100 68908 0 0 100 68908 0 106k --:--:-- --:--:-- --:--:-- 106k [2023-02-15T15:49:34.988Z] [2023-02-15T15:49:34.988Z] [2023-02-15T15:49:34.988Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/410/openapi/v2/core-metadata.yaml] [2023-02-15T15:49:34.988Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T15:49:34.988Z] Dload Upload Total Spent Left Speed [2023-02-15T15:49:35.555Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 265k --:--:-- --:--:-- --:--:-- 265k [2023-02-15T15:49:35.555Z] [2023-02-15T15:49:35.555Z] [2023-02-15T15:49:35.555Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/410/openapi/v2/support-notifications.yaml] [2023-02-15T15:49:35.555Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T15:49:35.555Z] Dload Upload Total Spent Left Speed [2023-02-15T15:49:36.073Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86527 0 0 100 86527 0 416k --:--:-- --:--:-- --:--:-- 414k 100 86527 0 0 100 86527 0 163k --:--:-- --:--:-- --:--:-- 163k [2023-02-15T15:49:36.073Z] [2023-02-15T15:49:36.073Z] [2023-02-15T15:49:36.073Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/410/openapi/v2/support-scheduler.yaml] [2023-02-15T15:49:36.073Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T15:49:36.073Z] Dload Upload Total Spent Left Speed [2023-02-15T15:49:36.641Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 74868 --:--:-- --:--:-- --:--:-- 74868 [2023-02-15T15:49:36.641Z] [2023-02-15T15:49:36.641Z] [Pipeline] } [2023-02-15T15:49:36.648Z] 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-15T15:49:37.056Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T15:49:37.056Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:49:37.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T15:49:37.351Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:49:37.432Z] prd-ubuntu20.04-docker-8c-8g-6124 does not seem to be running inside a container [2023-02-15T15:49:37.462Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:49:37.913Z] $ docker top 8ae0284cc77d9dfaf35359b3090308d6ae7b58a8b5f0f67fb25d795f92543fa1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T15:49:37.999Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T15:49:37.999Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T15:49:38.109Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T15:49:38.111Z] $ docker exec 8ae0284cc77d9dfaf35359b3090308d6ae7b58a8b5f0f67fb25d795f92543fa1 ssh-agent [2023-02-15T15:49:38.222Z] SSH_AUTH_SOCK=/tmp/ssh-nyGuWEJ1CkV0/agent.32 [2023-02-15T15:49:38.222Z] SSH_AGENT_PID=38 [2023-02-15T15:49:38.226Z] Running ssh-add (command line suppressed) [2023-02-15T15:49:38.332Z] Identity added: /w/workspace/edgex-go/410@tmp/private_key_14807317312451101710.key (/w/workspace/edgex-go/410@tmp/private_key_14807317312451101710.key) [2023-02-15T15:49:38.344Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T15:49:38.626Z] + git semver tag [2023-02-15T15:49:38.885Z] 2023-02-15 15:49:38,797 [run_tag] DEBUG tag force:False [2023-02-15T15:49:38.885Z] 2023-02-15 15:49:38,797 [check_head_tag] DEBUG check head tag [2023-02-15T15:49:38.885Z] 2023-02-15 15:49:38,799 [execute] INFO git cat-file --batch-check [2023-02-15T15:49:38.885Z] 2023-02-15 15:49:38,800 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/410, universal_newlines=False, shell=None, istream=) [2023-02-15T15:49:38.885Z] 2023-02-15 15:49:38,803 [execute] INFO git cat-file --batch [2023-02-15T15:49:38.885Z] 2023-02-15 15:49:38,803 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/410, universal_newlines=False, shell=None, istream=) [2023-02-15T15:49:38.885Z] 2023-02-15 15:49:38,847 [read_version] DEBUG read version from /w/workspace/edgex-go/410/.semver/main [2023-02-15T15:49:38.885Z] 2023-02-15 15:49:38,848 [execute] INFO git tag -a v3.0.0-dev.50 -m v3.0.0-dev.50 [2023-02-15T15:49:38.885Z] 2023-02-15 15:49:38,848 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.50', '-m', 'v3.0.0-dev.50'], cwd=/w/workspace/edgex-go/410, universal_newlines=False, shell=None, istream=None) [2023-02-15T15:49:38.885Z] 2023-02-15 15:49:38,853 [read_version] DEBUG read version from /w/workspace/edgex-go/410/.semver/main [2023-02-15T15:49:38.885Z] 3.0.0-dev.50 [Pipeline] } [2023-02-15T15:49:38.893Z] $ docker exec --env ******** --env ******** 8ae0284cc77d9dfaf35359b3090308d6ae7b58a8b5f0f67fb25d795f92543fa1 ssh-agent -k [2023-02-15T15:49:38.988Z] unset SSH_AUTH_SOCK; [2023-02-15T15:49:38.988Z] unset SSH_AGENT_PID; [2023-02-15T15:49:38.988Z] echo Agent pid 38 killed; [2023-02-15T15:49:38.999Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T15:49:39.293Z] + git semver [Pipeline] } [2023-02-15T15:49:39.560Z] $ docker stop --time=1 8ae0284cc77d9dfaf35359b3090308d6ae7b58a8b5f0f67fb25d795f92543fa1 [2023-02-15T15:49:40.851Z] $ docker rm -f --volumes 8ae0284cc77d9dfaf35359b3090308d6ae7b58a8b5f0f67fb25d795f92543fa1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:49:41.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T15:49:41.213Z] [2023-02-15T15:49:41.213Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:49:41.515Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T15:49:41.515Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-15T15:49:41.515Z] ab5ef0e58194: Pulling fs layer [2023-02-15T15:49:41.515Z] 9712f1f96733: Pulling fs layer [2023-02-15T15:49:41.515Z] 63f879dbbcfc: Pulling fs layer [2023-02-15T15:49:41.515Z] 0d9ebad4ef96: Pulling fs layer [2023-02-15T15:49:41.515Z] e9a5061849ea: Pulling fs layer [2023-02-15T15:49:41.515Z] d747dcd14b5f: Pulling fs layer [2023-02-15T15:49:41.515Z] 2de7ff778b66: Pulling fs layer [2023-02-15T15:49:41.515Z] 0d9ebad4ef96: Waiting [2023-02-15T15:49:41.515Z] 2de7ff778b66: Waiting [2023-02-15T15:49:41.515Z] e9a5061849ea: Waiting [2023-02-15T15:49:41.515Z] d747dcd14b5f: Waiting [2023-02-15T15:49:41.515Z] 9712f1f96733: Verifying Checksum [2023-02-15T15:49:41.515Z] 9712f1f96733: Download complete [2023-02-15T15:49:42.506Z] 63f879dbbcfc: Verifying Checksum [2023-02-15T15:49:42.506Z] 63f879dbbcfc: Download complete [2023-02-15T15:49:42.769Z] ab5ef0e58194: Verifying Checksum [2023-02-15T15:49:42.769Z] ab5ef0e58194: Download complete [2023-02-15T15:49:42.769Z] d747dcd14b5f: Download complete [2023-02-15T15:49:42.769Z] 0d9ebad4ef96: Verifying Checksum [2023-02-15T15:49:42.769Z] e9a5061849ea: Verifying Checksum [2023-02-15T15:49:42.769Z] e9a5061849ea: Download complete [2023-02-15T15:49:42.769Z] 2de7ff778b66: Verifying Checksum [2023-02-15T15:49:42.769Z] 2de7ff778b66: Download complete [2023-02-15T15:49:45.296Z] ab5ef0e58194: Pull complete [2023-02-15T15:49:45.296Z] 9712f1f96733: Pull complete [2023-02-15T15:49:45.860Z] 63f879dbbcfc: Pull complete [2023-02-15T15:49:50.044Z] 0d9ebad4ef96: Pull complete [2023-02-15T15:49:50.044Z] e9a5061849ea: Pull complete [2023-02-15T15:49:50.044Z] d747dcd14b5f: Pull complete [2023-02-15T15:49:50.978Z] 2de7ff778b66: Pull complete [2023-02-15T15:49:50.978Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-15T15:49:50.978Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-15T15:49:50.978Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:49:51.057Z] prd-ubuntu20.04-docker-8c-8g-6124 does not seem to be running inside a container [2023-02-15T15:49:51.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:49:53.827Z] $ docker top 688139340b5170c20b4c6db084354e4e0fb87e2b11683c008c03ec6630453103 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-15T15:49:53.912Z] provisioning config files... [2023-02-15T15:49:53.921Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/410@tmp/config14653829022276350327tmp [2023-02-15T15:49:53.930Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/410@tmp/config9582841452344145463tmp [2023-02-15T15:49:53.940Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/410@tmp/config14783566880700524162tmp [Pipeline] { [Pipeline] echo [2023-02-15T15:49:53.955Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:49:54.241Z] ---> sigul-configuration.sh [2023-02-15T15:49:54.241Z] gpg: directory `/root/.gnupg' created [2023-02-15T15:49:54.241Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-15T15:49:54.241Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-15T15:49:54.241Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-15T15:49:54.241Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-15T15:49:54.241Z] gpg: CAST5 encrypted data [2023-02-15T15:49:54.241Z] gpg: encrypted with 1 passphrase [2023-02-15T15:49:54.241Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-15T15:49:54.527Z] + mkdir /home/jenkins [2023-02-15T15:49:54.527Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-15T15:49:54.811Z] + 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-15T15:49:54.820Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:49:55.099Z] ---> sigul-install.sh [2023-02-15T15:49:55.099Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-15T15:49:55.382Z] + git tag --list [2023-02-15T15:49:55.382Z] 0.6.0 [2023-02-15T15:49:55.382Z] 0.6.1 [2023-02-15T15:49:55.382Z] 0.7.0 [2023-02-15T15:49:55.382Z] 0.7.1 [2023-02-15T15:49:55.382Z] v1.0.0 [2023-02-15T15:49:55.382Z] v1.0.1 [2023-02-15T15:49:55.382Z] v1.1.0 [2023-02-15T15:49:55.382Z] v1.2.0 [2023-02-15T15:49:55.382Z] v1.2.1 [2023-02-15T15:49:55.382Z] v1.3.0 [2023-02-15T15:49:55.382Z] v1.3.1 [2023-02-15T15:49:55.382Z] v2.0.0 [2023-02-15T15:49:55.382Z] v2.1.0 [2023-02-15T15:49:55.382Z] v2.1.1 [2023-02-15T15:49:55.382Z] v2.1.1-dev.1 [2023-02-15T15:49:55.382Z] v2.1.1-dev.2 [2023-02-15T15:49:55.382Z] v2.1.1-dev.3 [2023-02-15T15:49:55.382Z] v2.1.1-dev.4 [2023-02-15T15:49:55.382Z] v2.1.1-dev.5 [2023-02-15T15:49:55.382Z] v2.1.1-dev.6 [2023-02-15T15:49:55.382Z] v2.1.1-dev.7 [2023-02-15T15:49:55.382Z] v2.1.1-dev.8 [2023-02-15T15:49:55.382Z] v2.1.2-dev.1 [2023-02-15T15:49:55.382Z] v2.2.0 [2023-02-15T15:49:55.382Z] v2.2.1-dev.1 [2023-02-15T15:49:55.382Z] v2.2.1-dev.10 [2023-02-15T15:49:55.382Z] v2.2.1-dev.11 [2023-02-15T15:49:55.382Z] v2.2.1-dev.12 [2023-02-15T15:49:55.382Z] v2.2.1-dev.13 [2023-02-15T15:49:55.382Z] v2.2.1-dev.14 [2023-02-15T15:49:55.382Z] v2.2.1-dev.15 [2023-02-15T15:49:55.382Z] v2.2.1-dev.16 [2023-02-15T15:49:55.382Z] v2.2.1-dev.17 [2023-02-15T15:49:55.382Z] v2.2.1-dev.18 [2023-02-15T15:49:55.382Z] v2.2.1-dev.19 [2023-02-15T15:49:55.382Z] v2.2.1-dev.2 [2023-02-15T15:49:55.382Z] v2.2.1-dev.20 [2023-02-15T15:49:55.382Z] v2.2.1-dev.21 [2023-02-15T15:49:55.382Z] v2.2.1-dev.22 [2023-02-15T15:49:55.382Z] v2.2.1-dev.23 [2023-02-15T15:49:55.382Z] v2.2.1-dev.24 [2023-02-15T15:49:55.382Z] v2.2.1-dev.25 [2023-02-15T15:49:55.382Z] v2.2.1-dev.26 [2023-02-15T15:49:55.382Z] v2.2.1-dev.27 [2023-02-15T15:49:55.382Z] v2.2.1-dev.28 [2023-02-15T15:49:55.382Z] v2.2.1-dev.29 [2023-02-15T15:49:55.382Z] v2.2.1-dev.3 [2023-02-15T15:49:55.382Z] v2.2.1-dev.4 [2023-02-15T15:49:55.382Z] v2.2.1-dev.5 [2023-02-15T15:49:55.382Z] v2.2.1-dev.6 [2023-02-15T15:49:55.382Z] v2.2.1-dev.7 [2023-02-15T15:49:55.382Z] v2.2.1-dev.8 [2023-02-15T15:49:55.382Z] v2.2.1-dev.9 [2023-02-15T15:49:55.382Z] v2.3.0 [2023-02-15T15:49:55.382Z] v2.3.0-dev.100 [2023-02-15T15:49:55.382Z] v2.3.0-dev.101 [2023-02-15T15:49:55.382Z] v2.3.0-dev.102 [2023-02-15T15:49:55.382Z] v2.3.0-dev.103 [2023-02-15T15:49:55.382Z] v2.3.0-dev.104 [2023-02-15T15:49:55.382Z] v2.3.0-dev.105 [2023-02-15T15:49:55.382Z] v2.3.0-dev.106 [2023-02-15T15:49:55.382Z] v2.3.0-dev.29 [2023-02-15T15:49:55.382Z] v2.3.0-dev.30 [2023-02-15T15:49:55.382Z] v2.3.0-dev.31 [2023-02-15T15:49:55.382Z] v2.3.0-dev.32 [2023-02-15T15:49:55.382Z] v2.3.0-dev.33 [2023-02-15T15:49:55.382Z] v2.3.0-dev.34 [2023-02-15T15:49:55.382Z] v2.3.0-dev.35 [2023-02-15T15:49:55.382Z] v2.3.0-dev.36 [2023-02-15T15:49:55.382Z] v2.3.0-dev.37 [2023-02-15T15:49:55.382Z] v2.3.0-dev.38 [2023-02-15T15:49:55.382Z] v2.3.0-dev.39 [2023-02-15T15:49:55.382Z] v2.3.0-dev.40 [2023-02-15T15:49:55.382Z] v2.3.0-dev.41 [2023-02-15T15:49:55.382Z] v2.3.0-dev.42 [2023-02-15T15:49:55.382Z] v2.3.0-dev.43 [2023-02-15T15:49:55.382Z] v2.3.0-dev.44 [2023-02-15T15:49:55.382Z] v2.3.0-dev.45 [2023-02-15T15:49:55.382Z] v2.3.0-dev.46 [2023-02-15T15:49:55.382Z] v2.3.0-dev.47 [2023-02-15T15:49:55.382Z] v2.3.0-dev.48 [2023-02-15T15:49:55.382Z] v2.3.0-dev.49 [2023-02-15T15:49:55.382Z] v2.3.0-dev.50 [2023-02-15T15:49:55.382Z] v2.3.0-dev.51 [2023-02-15T15:49:55.382Z] v2.3.0-dev.52 [2023-02-15T15:49:55.382Z] v2.3.0-dev.53 [2023-02-15T15:49:55.382Z] v2.3.0-dev.54 [2023-02-15T15:49:55.382Z] v2.3.0-dev.55 [2023-02-15T15:49:55.382Z] v2.3.0-dev.56 [2023-02-15T15:49:55.382Z] v2.3.0-dev.57 [2023-02-15T15:49:55.382Z] v2.3.0-dev.58 [2023-02-15T15:49:55.382Z] v2.3.0-dev.59 [2023-02-15T15:49:55.382Z] v2.3.0-dev.60 [2023-02-15T15:49:55.382Z] v2.3.0-dev.61 [2023-02-15T15:49:55.382Z] v2.3.0-dev.62 [2023-02-15T15:49:55.382Z] v2.3.0-dev.63 [2023-02-15T15:49:55.382Z] v2.3.0-dev.64 [2023-02-15T15:49:55.382Z] v2.3.0-dev.65 [2023-02-15T15:49:55.382Z] v2.3.0-dev.66 [2023-02-15T15:49:55.382Z] v2.3.0-dev.67 [2023-02-15T15:49:55.382Z] v2.3.0-dev.68 [2023-02-15T15:49:55.382Z] v2.3.0-dev.69 [2023-02-15T15:49:55.382Z] v2.3.0-dev.70 [2023-02-15T15:49:55.382Z] v2.3.0-dev.71 [2023-02-15T15:49:55.382Z] v2.3.0-dev.72 [2023-02-15T15:49:55.382Z] v2.3.0-dev.73 [2023-02-15T15:49:55.382Z] v2.3.0-dev.74 [2023-02-15T15:49:55.382Z] v2.3.0-dev.75 [2023-02-15T15:49:55.382Z] v2.3.0-dev.76 [2023-02-15T15:49:55.382Z] v2.3.0-dev.77 [2023-02-15T15:49:55.382Z] v2.3.0-dev.78 [2023-02-15T15:49:55.382Z] v2.3.0-dev.79 [2023-02-15T15:49:55.382Z] v2.3.0-dev.80 [2023-02-15T15:49:55.382Z] v2.3.0-dev.81 [2023-02-15T15:49:55.382Z] v2.3.0-dev.82 [2023-02-15T15:49:55.382Z] v2.3.0-dev.83 [2023-02-15T15:49:55.382Z] v2.3.0-dev.84 [2023-02-15T15:49:55.382Z] v2.3.0-dev.85 [2023-02-15T15:49:55.382Z] v2.3.0-dev.86 [2023-02-15T15:49:55.382Z] v2.3.0-dev.87 [2023-02-15T15:49:55.382Z] v2.3.0-dev.88 [2023-02-15T15:49:55.382Z] v2.3.0-dev.89 [2023-02-15T15:49:55.382Z] v2.3.0-dev.90 [2023-02-15T15:49:55.382Z] v2.3.0-dev.91 [2023-02-15T15:49:55.382Z] v2.3.0-dev.92 [2023-02-15T15:49:55.382Z] v2.3.0-dev.93 [2023-02-15T15:49:55.382Z] v2.3.0-dev.94 [2023-02-15T15:49:55.382Z] v2.3.0-dev.95 [2023-02-15T15:49:55.382Z] v2.3.0-dev.96 [2023-02-15T15:49:55.382Z] v2.3.0-dev.97 [2023-02-15T15:49:55.382Z] v2.3.0-dev.98 [2023-02-15T15:49:55.382Z] v2.3.0-dev.99 [2023-02-15T15:49:55.382Z] v2.3.1-dev.1 [2023-02-15T15:49:55.382Z] v2.3.1-dev.2 [2023-02-15T15:49:55.382Z] v2.3.1-dev.3 [2023-02-15T15:49:55.382Z] v2.3.1-dev.4 [2023-02-15T15:49:55.382Z] v2.3.1-dev.5 [2023-02-15T15:49:55.382Z] v3.0.0-dev.1 [2023-02-15T15:49:55.382Z] v3.0.0-dev.10 [2023-02-15T15:49:55.382Z] v3.0.0-dev.11 [2023-02-15T15:49:55.382Z] v3.0.0-dev.12 [2023-02-15T15:49:55.382Z] v3.0.0-dev.13 [2023-02-15T15:49:55.382Z] v3.0.0-dev.14 [2023-02-15T15:49:55.382Z] v3.0.0-dev.15 [2023-02-15T15:49:55.382Z] v3.0.0-dev.16 [2023-02-15T15:49:55.382Z] v3.0.0-dev.17 [2023-02-15T15:49:55.382Z] v3.0.0-dev.18 [2023-02-15T15:49:55.382Z] v3.0.0-dev.19 [2023-02-15T15:49:55.382Z] v3.0.0-dev.2 [2023-02-15T15:49:55.382Z] v3.0.0-dev.20 [2023-02-15T15:49:55.382Z] v3.0.0-dev.21 [2023-02-15T15:49:55.382Z] v3.0.0-dev.22 [2023-02-15T15:49:55.382Z] v3.0.0-dev.23 [2023-02-15T15:49:55.382Z] v3.0.0-dev.24 [2023-02-15T15:49:55.382Z] v3.0.0-dev.25 [2023-02-15T15:49:55.382Z] v3.0.0-dev.26 [2023-02-15T15:49:55.382Z] v3.0.0-dev.27 [2023-02-15T15:49:55.382Z] v3.0.0-dev.28 [2023-02-15T15:49:55.382Z] v3.0.0-dev.29 [2023-02-15T15:49:55.382Z] v3.0.0-dev.3 [2023-02-15T15:49:55.382Z] v3.0.0-dev.30 [2023-02-15T15:49:55.382Z] v3.0.0-dev.31 [2023-02-15T15:49:55.382Z] v3.0.0-dev.32 [2023-02-15T15:49:55.382Z] v3.0.0-dev.33 [2023-02-15T15:49:55.382Z] v3.0.0-dev.34 [2023-02-15T15:49:55.382Z] v3.0.0-dev.35 [2023-02-15T15:49:55.382Z] v3.0.0-dev.36 [2023-02-15T15:49:55.382Z] v3.0.0-dev.37 [2023-02-15T15:49:55.382Z] v3.0.0-dev.38 [2023-02-15T15:49:55.382Z] v3.0.0-dev.39 [2023-02-15T15:49:55.382Z] v3.0.0-dev.4 [2023-02-15T15:49:55.382Z] v3.0.0-dev.40 [2023-02-15T15:49:55.383Z] v3.0.0-dev.41 [2023-02-15T15:49:55.383Z] v3.0.0-dev.42 [2023-02-15T15:49:55.383Z] v3.0.0-dev.43 [2023-02-15T15:49:55.383Z] v3.0.0-dev.44 [2023-02-15T15:49:55.383Z] v3.0.0-dev.45 [2023-02-15T15:49:55.383Z] v3.0.0-dev.46 [2023-02-15T15:49:55.383Z] v3.0.0-dev.47 [2023-02-15T15:49:55.383Z] v3.0.0-dev.48 [2023-02-15T15:49:55.383Z] v3.0.0-dev.49 [2023-02-15T15:49:55.383Z] v3.0.0-dev.5 [2023-02-15T15:49:55.383Z] v3.0.0-dev.50 [2023-02-15T15:49:55.383Z] v3.0.0-dev.6 [2023-02-15T15:49:55.383Z] v3.0.0-dev.7 [2023-02-15T15:49:55.383Z] v3.0.0-dev.8 [2023-02-15T15:49:55.383Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-15T15:49:55.667Z] + lftools sign git-tag v3.0.0-dev.50 [2023-02-15T15:49:56.234Z] Signing Git tag with Sigul... [2023-02-15T15:49:56.234Z] Signing v3.0.0-dev.50 [Pipeline] echo [2023-02-15T15:49:57.178Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:49:57.459Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-15T15:49:57.467Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-15T15:49:57.486Z] $ docker stop --time=1 688139340b5170c20b4c6db084354e4e0fb87e2b11683c008c03ec6630453103 [2023-02-15T15:49:58.788Z] $ docker rm -f --volumes 688139340b5170c20b4c6db084354e4e0fb87e2b11683c008c03ec6630453103 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-15T15:49:59.198Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T15:49:59.198Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:49:59.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T15:49:59.494Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:49:59.559Z] prd-ubuntu20.04-docker-8c-8g-6124 does not seem to be running inside a container [2023-02-15T15:49:59.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:49:59.952Z] $ docker top 3a56478f77d7403c8b612d555728df6196bbfc05c52a30ed902285c229a1f33c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T15:50:00.035Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T15:50:00.035Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T15:50:00.139Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T15:50:00.140Z] $ docker exec 3a56478f77d7403c8b612d555728df6196bbfc05c52a30ed902285c229a1f33c ssh-agent [2023-02-15T15:50:00.234Z] SSH_AUTH_SOCK=/tmp/ssh-9ro0mZQkl0Gb/agent.32 [2023-02-15T15:50:00.234Z] SSH_AGENT_PID=38 [2023-02-15T15:50:00.238Z] Running ssh-add (command line suppressed) [2023-02-15T15:50:00.323Z] Identity added: /w/workspace/edgex-go/410@tmp/private_key_1262584929171774542.key (/w/workspace/edgex-go/410@tmp/private_key_1262584929171774542.key) [2023-02-15T15:50:00.339Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T15:50:00.621Z] + git semver bump pre [2023-02-15T15:50:00.879Z] 2023-02-15 15:50:00,777 [read_version] DEBUG read version from /w/workspace/edgex-go/410/.semver/main [2023-02-15T15:50:00.879Z] 2023-02-15 15:50:00,777 [bump_version] DEBUG bumping version:3.0.0-dev.50 on axis:pre with prefix:dev [2023-02-15T15:50:00.880Z] 2023-02-15 15:50:00,777 [bump_version] DEBUG bumped version:3.0.0-dev.51 [2023-02-15T15:50:00.880Z] 2023-02-15 15:50:00,777 [write_version] DEBUG write version:3.0.0-dev.51 to path:/w/workspace/edgex-go/410/.semver/main with force:True [2023-02-15T15:50:00.880Z] 2023-02-15 15:50:00,777 [read_version] DEBUG read version from /w/workspace/edgex-go/410/.semver/main [2023-02-15T15:50:00.880Z] 2023-02-15 15:50:00,777 [write_file] DEBUG write to file:/w/workspace/edgex-go/410/.semver/main [2023-02-15T15:50:00.880Z] 2023-02-15 15:50:00,779 [execute] INFO git cat-file --batch-check [2023-02-15T15:50:00.880Z] 2023-02-15 15:50:00,779 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/410/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T15:50:00.880Z] 2023-02-15 15:50:00,784 [execute] INFO git cat-file --batch [2023-02-15T15:50:00.880Z] 2023-02-15 15:50:00,784 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/410/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T15:50:00.880Z] 2023-02-15 15:50:00,789 [read_version] DEBUG read version from /w/workspace/edgex-go/410/.semver/main [2023-02-15T15:50:00.880Z] 3.0.0-dev.51 [Pipeline] } [2023-02-15T15:50:00.888Z] $ docker exec --env ******** --env ******** 3a56478f77d7403c8b612d555728df6196bbfc05c52a30ed902285c229a1f33c ssh-agent -k [2023-02-15T15:50:01.017Z] unset SSH_AUTH_SOCK; [2023-02-15T15:50:01.017Z] unset SSH_AGENT_PID; [2023-02-15T15:50:01.017Z] echo Agent pid 38 killed; [2023-02-15T15:50:01.025Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T15:50:01.324Z] + git semver [Pipeline] } [2023-02-15T15:50:01.595Z] $ docker stop --time=1 3a56478f77d7403c8b612d555728df6196bbfc05c52a30ed902285c229a1f33c [2023-02-15T15:50:02.935Z] $ docker rm -f --volumes 3a56478f77d7403c8b612d555728df6196bbfc05c52a30ed902285c229a1f33c [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T15:50:03.274Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T15:50:03.274Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:50:03.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T15:50:03.573Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:50:03.639Z] prd-ubuntu20.04-docker-8c-8g-6124 does not seem to be running inside a container [2023-02-15T15:50:03.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:50:04.033Z] $ docker top 37c02d5878ed429443ed3f270d4df8a055e6b58fa88b64923a15b0b3d06f1056 -eo pid,comm [2023-02-15T15:50:04.080Z] 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-15T15:50:04.080Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T15:50:04.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T15:50:04.112Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T15:50:04.217Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T15:50:04.220Z] $ docker exec 37c02d5878ed429443ed3f270d4df8a055e6b58fa88b64923a15b0b3d06f1056 ssh-agent [2023-02-15T15:50:04.328Z] SSH_AUTH_SOCK=/tmp/ssh-B7xOlnD9Qb6X/agent.32 [2023-02-15T15:50:04.328Z] SSH_AGENT_PID=38 [2023-02-15T15:50:04.333Z] Running ssh-add (command line suppressed) [2023-02-15T15:50:04.431Z] Identity added: /w/workspace/edgex-go/410@tmp/private_key_7777800441901419165.key (/w/workspace/edgex-go/410@tmp/private_key_7777800441901419165.key) [2023-02-15T15:50:04.446Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T15:50:04.735Z] + git semver push [2023-02-15T15:50:04.993Z] 2023-02-15 15:50:04,896 [run_push] DEBUG push [2023-02-15T15:50:04.993Z] 2023-02-15 15:50:04,897 [execute] INFO git cat-file --batch-check [2023-02-15T15:50:04.993Z] 2023-02-15 15:50:04,897 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/410/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T15:50:04.993Z] 2023-02-15 15:50:04,901 [execute] INFO git rev-list 2bdbef2567d7114b06e7704eb97dc02e8d30d0e6 -- [2023-02-15T15:50:04.993Z] 2023-02-15 15:50:04,902 [execute] DEBUG Popen(['git', 'rev-list', '2bdbef2567d7114b06e7704eb97dc02e8d30d0e6', '--'], cwd=/w/workspace/edgex-go/410/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-15T15:50:04.993Z] 2023-02-15 15:50:04,917 [execute] INFO git fetch -v origin [2023-02-15T15:50:04.993Z] 2023-02-15 15:50:04,917 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/410/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-15T15:50:05.561Z] 2023-02-15 15:50:05,452 [run_push] DEBUG no remote changes detected [2023-02-15T15:50:05.561Z] 2023-02-15 15:50:05,452 [execute] INFO git push origin semver [2023-02-15T15:50:05.561Z] 2023-02-15 15:50:05,453 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/410/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-15T15:50:06.498Z] 2023-02-15 15:50:06,490 [run_push] DEBUG push all version tags [2023-02-15T15:50:06.498Z] 2023-02-15 15:50:06,491 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-15T15:50:06.498Z] 2023-02-15 15:50:06,491 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/410, universal_newlines=False, shell=None, istream=None) [2023-02-15T15:50:07.877Z] 2023-02-15 15:50:07,458 [read_version] DEBUG read version from /w/workspace/edgex-go/410/.semver/main [2023-02-15T15:50:07.877Z] 3.0.0-dev.51 [Pipeline] } [2023-02-15T15:50:07.886Z] $ docker exec --env ******** --env ******** 37c02d5878ed429443ed3f270d4df8a055e6b58fa88b64923a15b0b3d06f1056 ssh-agent -k [2023-02-15T15:50:07.989Z] unset SSH_AUTH_SOCK; [2023-02-15T15:50:07.989Z] unset SSH_AGENT_PID; [2023-02-15T15:50:07.989Z] echo Agent pid 38 killed; [2023-02-15T15:50:07.998Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T15:50:08.294Z] + git semver [Pipeline] } [2023-02-15T15:50:08.563Z] $ docker stop --time=1 37c02d5878ed429443ed3f270d4df8a055e6b58fa88b64923a15b0b3d06f1056 [2023-02-15T15:50:09.870Z] $ docker rm -f --volumes 37c02d5878ed429443ed3f270d4df8a055e6b58fa88b64923a15b0b3d06f1056 [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-15T15:50:10.362Z] + [ -d /w/workspace/edgex-go/410/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:50:10.652Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:50:11.512Z] ---> package-listing.sh [2023-02-15T15:50:11.512Z] ++ facter osfamily [2023-02-15T15:50:11.512Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-15T15:50:11.771Z] + OS_FAMILY=debian [2023-02-15T15:50:11.771Z] + workspace=/w/workspace/edgex-go/410 [2023-02-15T15:50:11.771Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-15T15:50:11.771Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-15T15:50:11.771Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-15T15:50:11.771Z] + PACKAGES=/tmp/packages_start.txt [2023-02-15T15:50:11.771Z] + '[' /w/workspace/edgex-go/410 ']' [2023-02-15T15:50:11.771Z] + PACKAGES=/tmp/packages_end.txt [2023-02-15T15:50:11.771Z] + case "${OS_FAMILY}" in [2023-02-15T15:50:11.771Z] + dpkg -l [2023-02-15T15:50:11.771Z] + grep '^ii' [2023-02-15T15:50:11.771Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-15T15:50:11.771Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-15T15:50:11.771Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-15T15:50:11.771Z] + '[' /w/workspace/edgex-go/410 ']' [2023-02-15T15:50:11.771Z] + mkdir -p /w/workspace/edgex-go/410/archives/ [2023-02-15T15:50:11.771Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/410/archives/ [Pipeline] echo [2023-02-15T15:50:11.781Z] 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/410/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-15T15:50:12.060Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:50:12.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T15:50:12.360Z] [2023-02-15T15:50:12.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T15:50:12.667Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T15:50:12.667Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-15T15:50:12.667Z] 5eb5b503b376: Pulling fs layer [2023-02-15T15:50:12.667Z] 5c69ac0246d0: Pulling fs layer [2023-02-15T15:50:12.667Z] ec43610c2a17: Pulling fs layer [2023-02-15T15:50:12.667Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-15T15:50:12.667Z] 33b1e0a273af: Pulling fs layer [2023-02-15T15:50:12.667Z] 5d3b04190fa2: Pulling fs layer [2023-02-15T15:50:12.667Z] 2f39f015ded8: Pulling fs layer [2023-02-15T15:50:12.667Z] 33b1e0a273af: Waiting [2023-02-15T15:50:12.667Z] 5d3b04190fa2: Waiting [2023-02-15T15:50:12.667Z] 2f39f015ded8: Waiting [2023-02-15T15:50:12.667Z] 3a2ae6a8a46f: Waiting [2023-02-15T15:50:12.667Z] 5c69ac0246d0: Download complete [2023-02-15T15:50:12.667Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-15T15:50:12.667Z] 3a2ae6a8a46f: Download complete [2023-02-15T15:50:12.936Z] 33b1e0a273af: Verifying Checksum [2023-02-15T15:50:12.936Z] 33b1e0a273af: Download complete [2023-02-15T15:50:12.936Z] 5d3b04190fa2: Verifying Checksum [2023-02-15T15:50:12.936Z] 5d3b04190fa2: Download complete [2023-02-15T15:50:12.936Z] ec43610c2a17: Verifying Checksum [2023-02-15T15:50:12.936Z] ec43610c2a17: Download complete [2023-02-15T15:50:13.198Z] 5eb5b503b376: Verifying Checksum [2023-02-15T15:50:13.198Z] 5eb5b503b376: Download complete [2023-02-15T15:50:13.765Z] 2f39f015ded8: Download complete [2023-02-15T15:50:14.023Z] 5eb5b503b376: Pull complete [2023-02-15T15:50:14.281Z] 5c69ac0246d0: Pull complete [2023-02-15T15:50:14.539Z] ec43610c2a17: Pull complete [2023-02-15T15:50:14.539Z] 3a2ae6a8a46f: Pull complete [2023-02-15T15:50:14.796Z] 33b1e0a273af: Pull complete [2023-02-15T15:50:14.796Z] 5d3b04190fa2: Pull complete [2023-02-15T15:50:18.976Z] 2f39f015ded8: Pull complete [2023-02-15T15:50:18.976Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-15T15:50:18.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T15:50:18.976Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T15:50:19.059Z] prd-ubuntu20.04-docker-8c-8g-6124 does not seem to be running inside a container [2023-02-15T15:50:19.086Z] $ 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/410/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/410 -v /w/workspace/edgex-go/410:/w/workspace/edgex-go/410:rw,z -v /w/workspace/edgex-go/410@tmp:/w/workspace/edgex-go/410@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-15T15:50:20.881Z] $ docker top c689c174d312ad56f6720a6eb4a28f7ac45865f23ac85e852f6f53f261b21fbd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T15:50:21.222Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-15T15:50:21.506Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-15T15:50:21.827Z] + ls /var/log/sa-host [2023-02-15T15:50:21.828Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T15:50:21.899Z] provisioning config files... [2023-02-15T15:50:21.919Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/410@tmp/config5498286876639447639tmp [Pipeline] { [Pipeline] echo [2023-02-15T15:50:21.945Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:50:22.252Z] ---> create-netrc.sh [Pipeline] } [2023-02-15T15:50:22.268Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:50:22.591Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-15T15:50:22.601Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:50:22.888Z] ---> sudo-logs.sh [2023-02-15T15:50:22.888Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-15T15:50:22.910Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:50:23.190Z] ---> job-cost.sh [2023-02-15T15:50:23.190Z] lf-activate-venv: SKIPPING [2023-02-15T15:50:23.190Z] DEBUG: total: 0.10999999940395355 [2023-02-15T15:50:23.190Z] INFO: Retrieving Stack Cost... [2023-02-15T15:50:23.449Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T15:50:24.017Z] INFO: Archiving Costs [Pipeline] echo [2023-02-15T15:50:24.031Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T15:50:24.314Z] ---> logs-deploy.sh [2023-02-15T15:50:24.314Z] lf-activate-venv: SKIPPING [2023-02-15T15:50:24.314Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/410 [2023-02-15T15:50:24.314Z] INFO: archiving workspace using pattern(s): [2023-02-15T15:50:25.250Z] Archives upload complete. [2023-02-15T15:50:25.250Z] INFO: archiving logs to Nexus