Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 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-ssh14792505298234395248.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-ssh9282240552927099421.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-ssh16011208500544997887.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-ssh14942320759552985340.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-ssh4630526237348496445.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/v3], 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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7378 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/428 [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/428 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb # timeout=10 Commit message: "feat: Accept URL escape for device command name and resource name (#4376)" > git rev-list --no-walk d8f1dfdb8bae0404a1b2695e482aca65154f5ca9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-24T18:41:27.083Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-24T18:41:27.124Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-24T18:41:27.139Z] ========================================================= [2023-02-24T18:41:27.139Z] EdgeX Global Pipelines Version Info [2023-02-24T18:41:27.139Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:41:27.851Z] ------------------- [2023-02-24T18:41:27.851Z] stable info: [2023-02-24T18:41:27.851Z] ------------------- [2023-02-24T18:41:27.851Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-24T18:41:27.851Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-24T18:41:27.851Z] Message: update stable to v1.0.244 [2023-02-24T18:41:28.420Z] ------------------- [2023-02-24T18:41:28.420Z] experimental info: [2023-02-24T18:41:28.420Z] ------------------- [2023-02-24T18:41:28.420Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-24T18:41:28.420Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-24T18:41:28.420Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-24T18:41:28.583Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-24T18:41:28.594Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-24T18:41:28.605Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-24T18:41:28.616Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-24T18:41:28.627Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-24T18:41:28.637Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-24T18:41:28.650Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-24T18:41:28.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-24T18:41:28.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-24T18:41:28.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-24T18:41:28.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-24T18:41:28.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-24T18:41:28.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-24T18:41:28.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-24T18:41:28.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-24T18:41:28.759Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-24T18:41:28.772Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-24T18:41:28.785Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-24T18:41:28.800Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-24T18:41:28.810Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-02-24T18:41:28.824Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-24T18:41:28.835Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-24T18:41:28.851Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-24T18:41:28.860Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-24T18:41:28.875Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-24T18:41:28.890Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-24T18:41:28.903Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] echo [2023-02-24T18:41:28.912Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1bf67f4 [Pipeline] echo [2023-02-24T18:41:28.923Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-24T18:41:28.962Z] provisioning config files... [2023-02-24T18:41:28.975Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/428@tmp/config11341052534568626087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:41:29.274Z] ---> docker-login.sh [2023-02-24T18:41:29.275Z] nexus3.edgexfoundry.org:10001 [2023-02-24T18:41:29.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:41:29.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:41:29.794Z] Configure a credential helper to remove this warning. See [2023-02-24T18:41:29.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:41:29.794Z] [2023-02-24T18:41:29.794Z] Login Succeeded [2023-02-24T18:41:29.794Z] nexus3.edgexfoundry.org:10002 [2023-02-24T18:41:29.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:41:29.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:41:29.794Z] Configure a credential helper to remove this warning. See [2023-02-24T18:41:29.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:41:29.794Z] [2023-02-24T18:41:29.794Z] Login Succeeded [2023-02-24T18:41:29.794Z] nexus3.edgexfoundry.org:10003 [2023-02-24T18:41:29.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:41:30.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:41:30.060Z] Configure a credential helper to remove this warning. See [2023-02-24T18:41:30.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:41:30.060Z] [2023-02-24T18:41:30.060Z] Login Succeeded [2023-02-24T18:41:30.060Z] nexus3.edgexfoundry.org:10004 [2023-02-24T18:41:30.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:41:30.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:41:30.060Z] Configure a credential helper to remove this warning. See [2023-02-24T18:41:30.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:41:30.060Z] [2023-02-24T18:41:30.060Z] Login Succeeded [2023-02-24T18:41:30.060Z] docker.io [2023-02-24T18:41:30.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:41:30.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:41:30.320Z] Configure a credential helper to remove this warning. See [2023-02-24T18:41:30.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:41:30.320Z] [2023-02-24T18:41:30.320Z] Login Succeeded [2023-02-24T18:41:30.320Z] ---> docker-login.sh ends [Pipeline] } [2023-02-24T18:41:30.328Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-24T18:41:30.636Z] + 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-auth/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-24T18:41:30.636Z] + + cut -d/ -f2 [2023-02-24T18:41:30.636Z] dirname cmd/core-command/Dockerfile [2023-02-24T18:41:30.636Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-24T18:41:30.636Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-24T18:41:30.636Z] cut -d/ -f2 [2023-02-24T18:41:30.636Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-24T18:41:30.636Z] + dirname cmd/core-data/Dockerfile [2023-02-24T18:41:30.636Z] + cut -d/ -f2 [2023-02-24T18:41:30.636Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-24T18:41:30.636Z] + dirname cmd/core-metadata/Dockerfile [2023-02-24T18:41:30.636Z] + cut -d/ -f2 [2023-02-24T18:41:30.636Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-24T18:41:30.636Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-24T18:41:30.636Z] + cut -d/ -f2 [2023-02-24T18:41:30.636Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-24T18:41:30.636Z] + cut -d/ -f2 [2023-02-24T18:41:30.636Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-02-24T18:41:30.636Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-02-24T18:41:30.636Z] + cut -d/ -f2 [2023-02-24T18:41:30.636Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-24T18:41:30.636Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-24T18:41:30.636Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-24T18:41:30.636Z] + cut -d/ -f2 [2023-02-24T18:41:30.636Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-24T18:41:30.636Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-24T18:41:30.636Z] + cut -d/ -f2 [2023-02-24T18:41:30.637Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-24T18:41:30.637Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-24T18:41:30.637Z] + cut -d/ -f2 [2023-02-24T18:41:30.637Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-24T18:41:30.637Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-24T18:41:30.637Z] + cut -d/ -f2 [2023-02-24T18:41:30.637Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-24T18:41:30.637Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-24T18:41:30.637Z] + cut -d/ -f2 [2023-02-24T18:41:30.637Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-24T18:41:30.637Z] + dirname cmd/support-notifications/Dockerfile [2023-02-24T18:41:30.637Z] + cut -d/ -f2 [2023-02-24T18:41:30.637Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-24T18:41:30.637Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-24T18:41:30.637Z] + cut -d/ -f2 [2023-02-24T18:41:30.637Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-24T18:41:30.724Z] 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-auth, dockerfile:cmd/security-proxy-auth/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-24T18:41:31.073Z] + git rev-list -1 --merges 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb~1..1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] echo [2023-02-24T18:41:31.111Z] -----------> git rev-list -1 --merges 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb~1..1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [false] [Pipeline] sh [2023-02-24T18:41:31.399Z] + git log --format=format:%s -1 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] echo [2023-02-24T18:41:31.416Z] ========================================================= [2023-02-24T18:41:31.416Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-24T18:41:31.416Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-24T18:41:31.813Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-24T18:41:31.813Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-24T18:41:31.813Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-24T18:41:31.813Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-24T18:41:31.813Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-24T18:41:31.813Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-24T18:41:31.813Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:41:32.229Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T18:41:32.229Z] [2023-02-24T18:41:32.229Z] 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-24T18:41:32.536Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T18:41:32.536Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-24T18:41:32.536Z] b85a868b505f: Pulling fs layer [2023-02-24T18:41:32.536Z] e2be974225ed: Pulling fs layer [2023-02-24T18:41:32.536Z] 339a4e72a1f5: Pulling fs layer [2023-02-24T18:41:32.536Z] 988bab9f4d93: Pulling fs layer [2023-02-24T18:41:32.536Z] 1469e6f7b9e6: Pulling fs layer [2023-02-24T18:41:32.536Z] eaf3925da568: Pulling fs layer [2023-02-24T18:41:32.536Z] bab4dde63d76: Pulling fs layer [2023-02-24T18:41:32.536Z] bde34c3a00c8: Pulling fs layer [2023-02-24T18:41:32.536Z] b352a97aabf1: Pulling fs layer [2023-02-24T18:41:32.536Z] 4872d77fe225: Pulling fs layer [2023-02-24T18:41:32.536Z] 5851b861e8e6: Pulling fs layer [2023-02-24T18:41:32.536Z] bab4dde63d76: Waiting [2023-02-24T18:41:32.536Z] bde34c3a00c8: Waiting [2023-02-24T18:41:32.536Z] b352a97aabf1: Waiting [2023-02-24T18:41:32.536Z] 4872d77fe225: Waiting [2023-02-24T18:41:32.536Z] 5851b861e8e6: Waiting [2023-02-24T18:41:32.536Z] 988bab9f4d93: Waiting [2023-02-24T18:41:32.536Z] 1469e6f7b9e6: Waiting [2023-02-24T18:41:32.536Z] eaf3925da568: Waiting [2023-02-24T18:41:32.536Z] e2be974225ed: Download complete [2023-02-24T18:41:32.536Z] 988bab9f4d93: Verifying Checksum [2023-02-24T18:41:32.536Z] 988bab9f4d93: Download complete [2023-02-24T18:41:32.796Z] 1469e6f7b9e6: Verifying Checksum [2023-02-24T18:41:32.796Z] 1469e6f7b9e6: Download complete [2023-02-24T18:41:32.796Z] eaf3925da568: Download complete [2023-02-24T18:41:32.796Z] 339a4e72a1f5: Verifying Checksum [2023-02-24T18:41:32.796Z] 339a4e72a1f5: Download complete [2023-02-24T18:41:32.796Z] bde34c3a00c8: Verifying Checksum [2023-02-24T18:41:32.796Z] bde34c3a00c8: Download complete [2023-02-24T18:41:32.796Z] b352a97aabf1: Verifying Checksum [2023-02-24T18:41:32.796Z] b352a97aabf1: Download complete [2023-02-24T18:41:32.796Z] 4872d77fe225: Download complete [2023-02-24T18:41:32.796Z] 5851b861e8e6: Verifying Checksum [2023-02-24T18:41:32.796Z] 5851b861e8e6: Download complete [2023-02-24T18:41:33.055Z] b85a868b505f: Verifying Checksum [2023-02-24T18:41:33.055Z] b85a868b505f: Download complete [2023-02-24T18:41:33.313Z] bab4dde63d76: Verifying Checksum [2023-02-24T18:41:33.313Z] bab4dde63d76: Download complete [2023-02-24T18:41:34.250Z] b85a868b505f: Pull complete [2023-02-24T18:41:34.508Z] e2be974225ed: Pull complete [2023-02-24T18:41:35.074Z] 339a4e72a1f5: Pull complete [2023-02-24T18:41:35.074Z] 988bab9f4d93: Pull complete [2023-02-24T18:41:35.647Z] 1469e6f7b9e6: Pull complete [2023-02-24T18:41:36.214Z] eaf3925da568: Pull complete [2023-02-24T18:41:37.589Z] bab4dde63d76: Pull complete [2023-02-24T18:41:37.848Z] bde34c3a00c8: Pull complete [2023-02-24T18:41:37.848Z] b352a97aabf1: Pull complete [2023-02-24T18:41:37.848Z] 4872d77fe225: Pull complete [2023-02-24T18:41:38.109Z] 5851b861e8e6: Pull complete [2023-02-24T18:41:38.109Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-24T18:41:38.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T18:41:38.109Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:41:38.206Z] prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container [2023-02-24T18:41:38.235Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T18:41:41.803Z] $ docker top 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 -eo pid,comm [2023-02-24T18:41:41.861Z] 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-24T18:41:41.861Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-24T18:41:41.900Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-24T18:41:41.900Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-24T18:41:42.003Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-24T18:41:42.001Z] $ docker exec 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 ssh-agent [2023-02-24T18:41:42.104Z] SSH_AUTH_SOCK=/tmp/ssh-DIP8AplMNBkW/agent.33 [2023-02-24T18:41:42.104Z] SSH_AGENT_PID=39 [2023-02-24T18:41:42.109Z] Running ssh-add (command line suppressed) [2023-02-24T18:41:42.207Z] Identity added: /w/workspace/edgex-go/428@tmp/private_key_17013274238745082757.key (/w/workspace/edgex-go/428@tmp/private_key_17013274238745082757.key) [2023-02-24T18:41:42.226Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-24T18:41:42.525Z] + git tag --points-at HEAD [Pipeline] } [2023-02-24T18:41:42.531Z] $ docker exec --env ******** --env ******** 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 ssh-agent -k [2023-02-24T18:41:42.629Z] unset SSH_AUTH_SOCK; [2023-02-24T18:41:42.630Z] unset SSH_AGENT_PID; [2023-02-24T18:41:42.630Z] echo Agent pid 39 killed; [2023-02-24T18:41:42.643Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-24T18:41:42.668Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-24T18:41:42.668Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-24T18:41:42.768Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-24T18:41:42.765Z] $ docker exec 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 ssh-agent [2023-02-24T18:41:42.886Z] SSH_AUTH_SOCK=/tmp/ssh-y7s92FZ47sKX/agent.71 [2023-02-24T18:41:42.886Z] SSH_AGENT_PID=77 [2023-02-24T18:41:42.893Z] Running ssh-add (command line suppressed) [2023-02-24T18:41:42.977Z] Identity added: /w/workspace/edgex-go/428@tmp/private_key_12767405442343662482.key (/w/workspace/edgex-go/428@tmp/private_key_12767405442343662482.key) [2023-02-24T18:41:42.993Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-24T18:41:43.283Z] + git semver init [2023-02-24T18:41:43.541Z] 2023-02-24 18:41:43,447 [run_init] DEBUG init version:0.0.0 force:False [2023-02-24T18:41:43.541Z] 2023-02-24 18:41:43,448 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/428/.semver [2023-02-24T18:41:43.541Z] 2023-02-24 18:41:43,448 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/428/.semver [2023-02-24T18:41:43.541Z] 2023-02-24 18:41:43,449 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/428/.semver'], cwd=/w/workspace/edgex-go/428, universal_newlines=False, shell=None, istream=None) [2023-02-24T18:41:48.817Z] 2023-02-24 18:41:48,494 [append_file] DEBUG append to file:/w/workspace/edgex-go/428/.git/info/exclude [2023-02-24T18:41:48.817Z] 2023-02-24 18:41:48,494 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/428/.semver/main with force:False [2023-02-24T18:41:48.817Z] 2023-02-24 18:41:48,495 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main [2023-02-24T18:41:48.817Z] 2023-02-24 18:41:48,495 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main [2023-02-24T18:41:48.817Z] 3.0.0-dev.67 [Pipeline] } [2023-02-24T18:41:48.823Z] $ docker exec --env ******** --env ******** 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 ssh-agent -k [2023-02-24T18:41:48.924Z] unset SSH_AUTH_SOCK; [2023-02-24T18:41:48.925Z] unset SSH_AGENT_PID; [2023-02-24T18:41:48.925Z] echo Agent pid 77 killed; [2023-02-24T18:41:48.935Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-24T18:41:49.234Z] + git semver [Pipeline] } [2023-02-24T18:41:49.501Z] $ docker stop --time=1 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 [2023-02-24T18:41:51.264Z] $ docker rm -f --volumes 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-24T18:41:51.689Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-24T18:41:51.916Z] Stashed 1 file(s) [Pipeline] echo [2023-02-24T18:41:51.918Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.67 [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-24T18:41:52.319Z] + git config --global --add safe.directory /w/workspace/edgex-go/428 [Pipeline] echo [2023-02-24T18:41:52.332Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T18:41:52.350Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T18:41:52.360Z] ========================================================= [2023-02-24T18:41:52.360Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-24T18:41:52.360Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-24T18:41:52.653Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-24T18:41:52.915Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-24T18:41:52.915Z] 213ec9aee27d: Pulling fs layer [2023-02-24T18:41:52.915Z] 4583459ba037: Pulling fs layer [2023-02-24T18:41:52.915Z] 93c1e223e6f2: Pulling fs layer [2023-02-24T18:41:52.915Z] 53926ce57604: Pulling fs layer [2023-02-24T18:41:52.915Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-24T18:41:52.915Z] 22ff95d597cd: Pulling fs layer [2023-02-24T18:41:52.915Z] 12d6caf4c0d1: Pulling fs layer [2023-02-24T18:41:52.915Z] 96b7cbca73a9: Pulling fs layer [2023-02-24T18:41:52.915Z] a7acece74701: Pulling fs layer [2023-02-24T18:41:52.915Z] 21b2b0c7a3f4: Waiting [2023-02-24T18:41:52.915Z] 22ff95d597cd: Waiting [2023-02-24T18:41:52.915Z] 12d6caf4c0d1: Waiting [2023-02-24T18:41:52.915Z] 96b7cbca73a9: Waiting [2023-02-24T18:41:52.915Z] a7acece74701: Waiting [2023-02-24T18:41:52.915Z] 53926ce57604: Waiting [2023-02-24T18:41:52.915Z] 93c1e223e6f2: Verifying Checksum [2023-02-24T18:41:52.915Z] 93c1e223e6f2: Download complete [2023-02-24T18:41:52.915Z] 4583459ba037: Verifying Checksum [2023-02-24T18:41:52.915Z] 4583459ba037: Download complete [2023-02-24T18:41:52.915Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-24T18:41:52.915Z] 21b2b0c7a3f4: Download complete [2023-02-24T18:41:52.915Z] 22ff95d597cd: Verifying Checksum [2023-02-24T18:41:52.915Z] 22ff95d597cd: Download complete [2023-02-24T18:41:52.915Z] 213ec9aee27d: Verifying Checksum [2023-02-24T18:41:52.915Z] 213ec9aee27d: Download complete [2023-02-24T18:41:52.915Z] 12d6caf4c0d1: Download complete [2023-02-24T18:41:53.184Z] 213ec9aee27d: Pull complete [2023-02-24T18:41:53.797Z] a7acece74701: Download complete [2023-02-24T18:41:53.797Z] 4583459ba037: Pull complete [2023-02-24T18:41:53.797Z] 96b7cbca73a9: Verifying Checksum [2023-02-24T18:41:53.797Z] 96b7cbca73a9: Download complete [2023-02-24T18:41:54.055Z] 53926ce57604: Verifying Checksum [2023-02-24T18:41:54.055Z] 53926ce57604: Download complete [2023-02-24T18:41:54.055Z] 93c1e223e6f2: Pull complete [2023-02-24T18:41:57.336Z] 53926ce57604: Pull complete [2023-02-24T18:41:57.336Z] 21b2b0c7a3f4: Pull complete [2023-02-24T18:41:57.593Z] 22ff95d597cd: Pull complete [2023-02-24T18:41:57.593Z] 12d6caf4c0d1: Pull complete [2023-02-24T18:42:00.135Z] 96b7cbca73a9: Pull complete [2023-02-24T18:42:00.744Z] a7acece74701: Pull complete [2023-02-24T18:42:00.744Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-24T18:42:00.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-24T18:42:00.744Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-24T18:42:01.043Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-24T18:42:01.043Z] WORKDIR /edgex [2023-02-24T18:42:01.043Z] COPY go.mod . [2023-02-24T18:42:01.043Z] RUN go mod download [2023-02-24T18:42:01.043Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-24T18:42:01.609Z] Sending build context to Docker daemon 170.4MB [2023-02-24T18:42:01.609Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-24T18:42:01.609Z] ---> db6d94c90886 [2023-02-24T18:42:01.609Z] Step 2/4 : WORKDIR /edgex [2023-02-24T18:42:07.005Z] Still waiting to schedule task [2023-02-24T18:42:07.006Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7377’ [2023-02-24T18:42:13.828Z] ---> Running in d20bf1f6e2e9 [2023-02-24T18:42:13.828Z] Removing intermediate container d20bf1f6e2e9 [2023-02-24T18:42:13.828Z] ---> ea9350cb96e5 [2023-02-24T18:42:13.828Z] Step 3/4 : COPY go.mod . [2023-02-24T18:42:13.828Z] ---> fab1dee3df8b [2023-02-24T18:42:13.828Z] Step 4/4 : RUN go mod download [2023-02-24T18:42:13.828Z] ---> Running in 9164887107b8 [2023-02-24T18:42:31.992Z] Removing intermediate container 9164887107b8 [2023-02-24T18:42:31.992Z] ---> b331f3564dfb [2023-02-24T18:42:31.992Z] Successfully built b331f3564dfb [2023-02-24T18:42:31.992Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:42:32.300Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-24T18:42:32.300Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:42:32.369Z] prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container [2023-02-24T18:42:32.403Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T18:42:32.762Z] $ docker top d5f1deab6757518da8980d6242436bcc52ebf2c673e7d64c68fafaddbfac426f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T18:42:33.101Z] + go version [2023-02-24T18:42:33.101Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-24T18:42:33.114Z] $ docker stop --time=1 d5f1deab6757518da8980d6242436bcc52ebf2c673e7d64c68fafaddbfac426f [2023-02-24T18:42:34.361Z] $ docker rm -f --volumes d5f1deab6757518da8980d6242436bcc52ebf2c673e7d64c68fafaddbfac426f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:42:34.737Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-24T18:42:34.737Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:42:34.802Z] prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container [2023-02-24T18:42:34.830Z] $ 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/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T18:42:35.123Z] $ docker top 4bd90442549feba983bc9ac36a9e46a47826e04152b3efb0b3a335f9dee05d7e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-24T18:42:35.183Z] ========================================================= [2023-02-24T18:42:35.183Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-24T18:42:35.183Z] ========================================================= [Pipeline] sh [2023-02-24T18:42:35.459Z] + git config --global --add safe.directory /w/workspace/edgex-go/428 [Pipeline] fileExists [Pipeline] sh [2023-02-24T18:42:35.753Z] + make test [2023-02-24T18:42:35.753Z] go test -race -coverprofile=coverage.out ./... [2023-02-24T18:42:42.372Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-24T18:42:57.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-24T18:42:57.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-24T18:42:57.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.083s coverage: 98.5% of statements [2023-02-24T18:42:59.748Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.127s coverage: 71.2% of statements [2023-02-24T18:42:59.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-24T18:42:59.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-24T18:42:59.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-24T18:42:59.748Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.136s coverage: 54.0% of statements [2023-02-24T18:42:59.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-24T18:42:59.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-24T18:43:00.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.604s coverage: 88.5% of statements [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-24T18:43:00.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.084s coverage: 3.9% of statements [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-24T18:43:00.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.524s coverage: 95.6% of statements [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-24T18:43:00.314Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.116s coverage: 72.2% of statements [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-24T18:43:00.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 65.9% of statements [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-24T18:43:00.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.051s coverage: 0.9% of statements [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-24T18:43:00.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.069s coverage: 29.6% of statements [2023-02-24T18:43:00.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-24T18:43:00.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements [2023-02-24T18:43:00.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 82.9% of statements [2023-02-24T18:43:00.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2023-02-24T18:43:00.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2023-02-24T18:43:00.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2023-02-24T18:43:05.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2023-02-24T18:43:05.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.102s coverage: 44.8% of statements [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.351s coverage: 79.9% of statements [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 64.4% of statements [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 86.9% of statements [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.059s coverage: 20.0% of statements [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 77.4% of statements [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.0% of statements [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.2% of statements [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.1% of statements [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2023-02-24T18:43:23.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.256s coverage: 65.3% of statements [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-24T18:43:23.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-02-24T18:43:23.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.172s coverage: 41.0% of statements [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-24T18:43:23.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-24T18:43:23.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-24T18:43:23.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.075s coverage: 17.7% of statements [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-24T18:43:23.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.158s coverage: 92.3% of statements [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-24T18:43:23.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.062s coverage: 63.2% of statements [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-24T18:43:23.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-24T18:43:23.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-24T18:43:23.668Z] 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-24T18:43:41.727Z] 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-24T18:43:41.727Z] go vet ./... [2023-02-24T18:43:43.625Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-24T18:43:43.625Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-24T18:43:43.625Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-24T18:43:43.636Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-24T18:43:43.926Z] + ls -al . [2023-02-24T18:43:43.926Z] total 748 [2023-02-24T18:43:43.926Z] drwxrwxr-x 11 1001 1001 4096 Feb 24 18:42 . [2023-02-24T18:43:43.926Z] drwxr-xr-x 4 root root 4096 Feb 24 18:42 .. [2023-02-24T18:43:43.926Z] drwxrwxr-x 2 1001 1001 4096 Feb 24 18:41 .blubracket [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 16 Feb 24 18:41 .dockerignore [2023-02-24T18:43:43.927Z] drwxrwxr-x 8 1001 1001 4096 Feb 24 18:43 .git [2023-02-24T18:43:43.927Z] drwxrwxr-x 3 1001 1001 4096 Feb 24 18:41 .github [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 1068 Feb 24 18:41 .gitignore [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 42 Feb 24 18:41 .golangci.yml [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 87 Feb 24 18:41 .hadolint.yml [2023-02-24T18:43:43.927Z] drwxr-xr-x 3 1001 1001 4096 Feb 24 18:41 .semver [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 166 Feb 24 18:41 .sonarcloud.properties [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 1171 Feb 24 18:41 ADOPTERS.md [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 10825 Feb 24 18:41 Attribution.txt [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 73765 Feb 24 18:41 CHANGELOG.md [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 3804 Feb 24 18:41 CONTRIBUTING.md [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 677 Feb 24 18:41 GOVERNANCE.md [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 883 Feb 24 18:41 Jenkinsfile [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 10775 Feb 24 18:41 LICENSE [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 14116 Feb 24 18:41 Makefile [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 582 Feb 24 18:41 OWNERS.md [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 9403 Feb 24 18:41 README.md [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 6912 Feb 24 18:41 SECURITY.md [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 12 Feb 24 18:41 VERSION [2023-02-24T18:43:43.927Z] drwxrwxr-x 2 1001 1001 4096 Feb 24 18:41 bin [2023-02-24T18:43:43.927Z] drwxrwxr-x 18 1001 1001 4096 Feb 24 18:41 cmd [2023-02-24T18:43:43.927Z] -rw-r--r-- 1 root root 487670 Feb 24 18:43 coverage.out [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 3296 Feb 24 18:41 go.mod [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 33293 Feb 24 18:41 go.sum [2023-02-24T18:43:43.927Z] drwxrwxr-x 7 1001 1001 4096 Feb 24 18:41 internal [2023-02-24T18:43:43.927Z] drwxrwxr-x 3 1001 1001 4096 Feb 24 18:41 openapi [2023-02-24T18:43:43.927Z] drwxrwxr-x 4 1001 1001 4096 Feb 24 18:41 snap [2023-02-24T18:43:43.927Z] -rw-rw-r-- 1 1001 1001 204 Feb 24 18:41 version.go [Pipeline] sh [2023-02-24T18:43:44.212Z] + '[' -e coverage.out ] [2023-02-24T18:43:44.212Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-24T18:43:44.336Z] Stashed 1 file(s) [Pipeline] sh [2023-02-24T18:43:44.647Z] + make build [2023-02-24T18:43:44.647Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-24T18:43:56.925Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-24T18:43:56.925Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-24T18:43:57.865Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-24T18:43:58.803Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-24T18:44:06.914Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-24T18:44:07.173Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-02-24T18:44:08.547Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-24T18:44:09.480Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-24T18:44:10.858Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-24T18:44:11.425Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-24T18:44:12.358Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-24T18:44:14.900Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-24T18:44:15.865Z] $ docker stop --time=1 4bd90442549feba983bc9ac36a9e46a47826e04152b3efb0b3a335f9dee05d7e [2023-02-24T18:44:21.115Z] $ docker rm -f --volumes 4bd90442549feba983bc9ac36a9e46a47826e04152b3efb0b3a335f9dee05d7e [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-24T18:44:21.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-24T18:44:21.955Z] [2023-02-24T18:44:21.955Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:44:22.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-24T18:44:22.257Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-24T18:44:22.257Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-24T18:44:22.257Z] ca9280d653b3: Pulling fs layer [2023-02-24T18:44:22.257Z] 7e9c9ca2126c: Pulling fs layer [2023-02-24T18:44:22.257Z] cbdbe7a5bc2a: Verifying Checksum [2023-02-24T18:44:22.257Z] cbdbe7a5bc2a: Download complete [2023-02-24T18:44:22.517Z] ca9280d653b3: Verifying Checksum [2023-02-24T18:44:22.517Z] ca9280d653b3: Download complete [2023-02-24T18:44:22.517Z] cbdbe7a5bc2a: Pull complete [2023-02-24T18:44:23.083Z] 7e9c9ca2126c: Download complete [2023-02-24T18:44:23.083Z] ca9280d653b3: Pull complete [2023-02-24T18:44:26.362Z] 7e9c9ca2126c: Pull complete [2023-02-24T18:44:26.362Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-24T18:44:26.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-24T18:44:26.362Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:44:26.439Z] prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container [2023-02-24T18:44:26.472Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T18:44:29.156Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7383 in /w/workspace/edgexfoundry_edgex-go_main [2023-02-24T18:44:29.164Z] $ docker top 55f129a5434be3c4aed784dec8d74d90c17741ee01d26d5ddab0a85a659c1e46 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2023-02-24T18:44:29.274Z] Running in /w/workspace/edgex-go/428 [Pipeline] { [Pipeline] checkout [2023-02-24T18:44:29.306Z] The recommended git tool is: git [2023-02-24T18:44:29.520Z] + docker-compose build --help [2023-02-24T18:44:29.520Z] + grep parallel [2023-02-24T18:44:30.085Z] --parallel Build images in parallel. [Pipeline] } [2023-02-24T18:44:30.101Z] $ docker stop --time=1 55f129a5434be3c4aed784dec8d74d90c17741ee01d26d5ddab0a85a659c1e46 [2023-02-24T18:44:31.406Z] $ docker rm -f --volumes 55f129a5434be3c4aed784dec8d74d90c17741ee01d26d5ddab0a85a659c1e46 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:44:31.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-24T18:44:31.800Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:44:31.869Z] prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container [2023-02-24T18:44:31.903Z] $ 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/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T18:44:32.305Z] $ docker top f650c0dc05b02239c3c3662f6c11134697db05376c0ed3b3dae7feb4de8e776c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T18:44:32.636Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-24T18:44:33.202Z] Building core-command ... [2023-02-24T18:44:33.202Z] Building core-common-config-bootstrapper ... [2023-02-24T18:44:33.202Z] Building core-data ... [2023-02-24T18:44:33.202Z] Building core-metadata ... [2023-02-24T18:44:33.202Z] Building security-bootstrapper ... [2023-02-24T18:44:33.202Z] Building security-proxy-auth ... [2023-02-24T18:44:33.202Z] Building security-proxy-setup ... [2023-02-24T18:44:33.202Z] Building security-secretstore-setup ... [2023-02-24T18:44:33.202Z] Building security-spiffe-token-provider ... [2023-02-24T18:44:33.202Z] Building security-spire-agent ... [2023-02-24T18:44:33.202Z] Building security-spire-config ... [2023-02-24T18:44:33.202Z] Building security-spire-server ... [2023-02-24T18:44:33.202Z] Building support-notifications ... [2023-02-24T18:44:33.202Z] Building support-scheduler ... [2023-02-24T18:44:33.202Z] Building support-scheduler [2023-02-24T18:44:33.202Z] Building security-bootstrapper [2023-02-24T18:44:33.202Z] Building core-common-config-bootstrapper [2023-02-24T18:44:33.202Z] Building security-proxy-auth [2023-02-24T18:44:33.202Z] Building core-data [2023-02-24T18:44:35.389Z] using credential edgex-jenkins-ssh [2023-02-24T18:44:35.409Z] Cloning the remote Git repository [2023-02-24T18:44:35.484Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-24T18:44:35.587Z] > git init /w/workspace/edgex-go/428 # timeout=10 [2023-02-24T18:44:35.795Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-24T18:44:35.796Z] > git --version # timeout=10 [2023-02-24T18:44:35.830Z] > git --version # 'git version 2.25.1' [2023-02-24T18:44:35.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-24T18:44:35.896Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-24T18:44:48.104Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:44:48.105Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:44:48.105Z] ---> b331f3564dfb [2023-02-24T18:44:48.105Z] Step 3/32 : WORKDIR /edgex-go [2023-02-24T18:44:48.105Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:44:48.105Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:44:48.105Z] ---> b331f3564dfb [2023-02-24T18:44:48.105Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:44:48.105Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:44:48.105Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:44:48.105Z] ---> b331f3564dfb [2023-02-24T18:44:48.105Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:44:48.105Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:44:48.105Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:44:48.105Z] ---> b331f3564dfb [2023-02-24T18:44:48.105Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:44:48.379Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:44:48.379Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:44:48.379Z] ---> b331f3564dfb [2023-02-24T18:44:48.379Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:44:57.205Z] Avoid second fetch [2023-02-24T18:44:57.206Z] Checking out Revision 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb (main) [2023-02-24T18:44:55.892Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-24T18:44:55.923Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-24T18:44:57.243Z] > git config core.sparsecheckout # timeout=10 [2023-02-24T18:44:57.274Z] > git checkout -f 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb # timeout=10 [2023-02-24T18:44:58.216Z] Commit message: "feat: Accept URL escape for device command name and resource name (#4376)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-24T18:44:59.227Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-24T18:44:59.227Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-24T18:44:59.227Z] Dload Upload Total Spent Left Speed [2023-02-24T18:44:59.227Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 71234 0 --:--:-- --:--:-- --:--:-- 71634 [Pipeline] sh [2023-02-24T18:44:59.884Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-24T18:45:00.230Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-24T18:45:00.230Z] + sudo tee /etc/docker/daemon.new [2023-02-24T18:45:00.230Z] { [2023-02-24T18:45:00.230Z] "registry-mirrors": [ [2023-02-24T18:45:00.230Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-24T18:45:00.230Z] ], [2023-02-24T18:45:00.230Z] "bip": "10.250.0.254/24", [2023-02-24T18:45:00.230Z] "hosts": [ [2023-02-24T18:45:00.230Z] "tcp://0.0.0.0:5555", [2023-02-24T18:45:00.230Z] "unix:///var/run/docker.sock" [2023-02-24T18:45:00.230Z] ], [2023-02-24T18:45:00.230Z] "mtu": 1458, [2023-02-24T18:45:00.230Z] "selinux-enabled": true, [2023-02-24T18:45:00.230Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-24T18:45:00.230Z] } [Pipeline] sh [2023-02-24T18:45:00.578Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-24T18:45:00.923Z] + sudo service docker restart [2023-02-24T18:45:10.352Z] ---> Running in 377bf8f6a057 [2023-02-24T18:45:10.352Z] ---> Running in 83ea12e40446 [2023-02-24T18:45:10.352Z] ---> Running in 71d5cff0b82c [2023-02-24T18:45:10.352Z] ---> Running in f6c010874908 [2023-02-24T18:45:10.352Z] ---> Running in 6bb2b2766264 [2023-02-24T18:45:11.288Z] Removing intermediate container 377bf8f6a057 [2023-02-24T18:45:11.288Z] ---> a04c935a2f7e [2023-02-24T18:45:11.288Z] Step 4/22 : WORKDIR /edgex-go [2023-02-24T18:45:11.545Z] Removing intermediate container 6bb2b2766264 [2023-02-24T18:45:11.545Z] ---> 2add327a579d [2023-02-24T18:45:11.545Z] Step 4/22 : WORKDIR /edgex-go [2023-02-24T18:45:11.804Z] Removing intermediate container f6c010874908 [2023-02-24T18:45:11.804Z] ---> 35a50a307d15 [2023-02-24T18:45:11.804Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-24T18:45:11.804Z] Removing intermediate container 71d5cff0b82c [2023-02-24T18:45:11.804Z] ---> 8e441742aca4 [2023-02-24T18:45:11.804Z] Step 4/22 : WORKDIR /edgex-go [2023-02-24T18:45:11.804Z] Removing intermediate container 83ea12e40446 [2023-02-24T18:45:11.804Z] ---> ee1922737b0b [2023-02-24T18:45:11.804Z] Step 4/22 : WORKDIR /edgex-go [2023-02-24T18:45:12.371Z] ---> Running in 37dc46ad8286 [2023-02-24T18:45:12.629Z] ---> Running in fccc9b11df15 [2023-02-24T18:45:12.629Z] ---> Running in ba1fe2756323 [2023-02-24T18:45:12.629Z] ---> Running in 475fd18817d1 [2023-02-24T18:45:13.196Z] ---> Running in 0a4b4b37139d [2023-02-24T18:45:14.588Z] Removing intermediate container 37dc46ad8286 [2023-02-24T18:45:14.588Z] ---> 7e1fbb988adb [2023-02-24T18:45:14.588Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-24T18:45:14.588Z] Removing intermediate container fccc9b11df15 [2023-02-24T18:45:14.588Z] ---> c73f036d5f5f [2023-02-24T18:45:14.588Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-24T18:45:14.588Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:45:14.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:45:14.846Z] Removing intermediate container 475fd18817d1 [2023-02-24T18:45:14.846Z] ---> 90c9a2803d19 [2023-02-24T18:45:14.846Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-24T18:45:15.103Z] Removing intermediate container 0a4b4b37139d [2023-02-24T18:45:15.103Z] ---> f406ee703daf [2023-02-24T18:45:15.103Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-24T18:45:15.103Z] OK: 211 MiB in 51 packages [2023-02-24T18:45:15.103Z] ---> Running in 2e50a680b8f9 [2023-02-24T18:45:15.362Z] ---> Running in d9b1033512db [2023-02-24T18:45:15.362Z] ---> Running in fc360b8fe751 [2023-02-24T18:45:15.621Z] ---> Running in e1f358aa1af5 [2023-02-24T18:45:16.998Z] Removing intermediate container ba1fe2756323 [2023-02-24T18:45:16.998Z] ---> 5eb7cfa41337 [2023-02-24T18:45:16.998Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-24T18:45:16.998Z] ---> 5031ebb43bb7 [2023-02-24T18:45:16.998Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:45:16.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:45:17.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:45:17.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:45:17.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:45:17.257Z] OK: 211 MiB in 51 packages [2023-02-24T18:45:17.515Z] ---> Running in c7f6d640ee82 [2023-02-24T18:45:17.515Z] OK: 211 MiB in 51 packages [2023-02-24T18:45:17.773Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:45:17.773Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:45:18.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:45:18.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:45:18.032Z] Removing intermediate container 2e50a680b8f9 [2023-02-24T18:45:18.032Z] ---> 88aeda81b999 [2023-02-24T18:45:18.032Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-24T18:45:18.032Z] Removing intermediate container d9b1033512db [2023-02-24T18:45:18.032Z] ---> 46a9601d7b42 [2023-02-24T18:45:18.032Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-24T18:45:18.032Z] OK: 211 MiB in 51 packages [2023-02-24T18:45:18.291Z] OK: 211 MiB in 51 packages [2023-02-24T18:45:18.291Z] ---> 02c5620e06df [2023-02-24T18:45:18.291Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:45:18.291Z] ---> Running in 77df258e1909 [2023-02-24T18:45:18.291Z] ---> eff9d82dc8fc [2023-02-24T18:45:18.291Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:45:18.291Z] ---> Running in cad2c5557fd8 [2023-02-24T18:45:18.547Z] Removing intermediate container e1f358aa1af5 [2023-02-24T18:45:18.547Z] ---> a36f8a573d9b [2023-02-24T18:45:18.547Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-24T18:45:18.804Z] ---> 9e8c6e82fd9b [2023-02-24T18:45:18.804Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:45:18.804Z] Removing intermediate container fc360b8fe751 [2023-02-24T18:45:18.804Z] ---> 94db99a8286b [2023-02-24T18:45:18.804Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-24T18:45:18.804Z] ---> Running in 37425486fc9d [2023-02-24T18:45:19.062Z] ---> 9b7f050cac2e [2023-02-24T18:45:19.062Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:45:19.062Z] ---> Running in 89b95c486850 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-24T18:45:19.247Z] provisioning config files... [2023-02-24T18:45:19.276Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/428@tmp/config12391104191497899912tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:45:19.642Z] ---> docker-login.sh [2023-02-24T18:45:19.642Z] nexus3.edgexfoundry.org:10001 [2023-02-24T18:45:20.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:45:20.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:45:20.514Z] Configure a credential helper to remove this warning. See [2023-02-24T18:45:20.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:45:20.514Z] [2023-02-24T18:45:20.514Z] Login Succeeded [2023-02-24T18:45:20.514Z] nexus3.edgexfoundry.org:10002 [2023-02-24T18:45:20.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:45:20.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:45:20.790Z] Configure a credential helper to remove this warning. See [2023-02-24T18:45:20.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:45:20.790Z] [2023-02-24T18:45:20.790Z] Login Succeeded [2023-02-24T18:45:20.790Z] nexus3.edgexfoundry.org:10003 [2023-02-24T18:45:21.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:45:21.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:45:21.332Z] Configure a credential helper to remove this warning. See [2023-02-24T18:45:21.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:45:21.332Z] [2023-02-24T18:45:21.332Z] Login Succeeded [2023-02-24T18:45:21.332Z] nexus3.edgexfoundry.org:10004 [2023-02-24T18:45:21.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:45:21.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:45:21.604Z] Configure a credential helper to remove this warning. See [2023-02-24T18:45:21.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:45:21.604Z] [2023-02-24T18:45:21.604Z] Login Succeeded [2023-02-24T18:45:21.604Z] docker.io [2023-02-24T18:45:21.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:45:22.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:45:22.144Z] Configure a credential helper to remove this warning. See [2023-02-24T18:45:22.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:45:22.144Z] [2023-02-24T18:45:22.144Z] Login Succeeded [2023-02-24T18:45:22.144Z] ---> docker-login.sh ends [Pipeline] } [2023-02-24T18:45:22.159Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-24T18:45:22.832Z] + git config --global --add safe.directory /w/workspace/edgex-go/428 [Pipeline] echo [2023-02-24T18:45:22.851Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T18:45:22.861Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T18:45:22.868Z] ========================================================= [2023-02-24T18:45:22.868Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-24T18:45:22.868Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-24T18:45:23.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-24T18:45:24.634Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-24T18:45:24.634Z] 9b18e9b68314: Pulling fs layer [2023-02-24T18:45:24.634Z] 35d82f9e3411: Pulling fs layer [2023-02-24T18:45:24.634Z] e16973657156: Pulling fs layer [2023-02-24T18:45:24.634Z] fc693d55d65f: Pulling fs layer [2023-02-24T18:45:24.634Z] 7e9fc2657dce: Pulling fs layer [2023-02-24T18:45:24.634Z] dda99020689f: Pulling fs layer [2023-02-24T18:45:24.634Z] db1c61fa0a46: Pulling fs layer [2023-02-24T18:45:24.634Z] 891c053d2c06: Pulling fs layer [2023-02-24T18:45:24.634Z] dda99020689f: Waiting [2023-02-24T18:45:24.634Z] db1c61fa0a46: Waiting [2023-02-24T18:45:24.634Z] 7e9fc2657dce: Waiting [2023-02-24T18:45:24.634Z] fc693d55d65f: Waiting [2023-02-24T18:45:24.634Z] 891c053d2c06: Waiting [2023-02-24T18:45:24.634Z] e16973657156: Verifying Checksum [2023-02-24T18:45:24.634Z] e16973657156: Download complete [2023-02-24T18:45:24.634Z] 35d82f9e3411: Download complete [2023-02-24T18:45:24.634Z] 7e9fc2657dce: Verifying Checksum [2023-02-24T18:45:24.634Z] 7e9fc2657dce: Download complete [2023-02-24T18:45:24.634Z] dda99020689f: Download complete [2023-02-24T18:45:24.634Z] 9b18e9b68314: Download complete [2023-02-24T18:45:25.624Z] 9b18e9b68314: Pull complete [2023-02-24T18:45:25.899Z] 891c053d2c06: Verifying Checksum [2023-02-24T18:45:25.899Z] 891c053d2c06: Download complete [2023-02-24T18:45:26.493Z] 35d82f9e3411: Pull complete [2023-02-24T18:45:26.765Z] e16973657156: Pull complete [2023-02-24T18:45:27.362Z] db1c61fa0a46: Verifying Checksum [2023-02-24T18:45:27.362Z] db1c61fa0a46: Download complete [2023-02-24T18:45:28.345Z] fc693d55d65f: Verifying Checksum [2023-02-24T18:45:28.345Z] fc693d55d65f: Download complete [2023-02-24T18:45:43.403Z] fc693d55d65f: Pull complete [2023-02-24T18:45:43.403Z] 7e9fc2657dce: Pull complete [2023-02-24T18:45:43.403Z] dda99020689f: Pull complete [2023-02-24T18:45:50.250Z] db1c61fa0a46: Pull complete [2023-02-24T18:45:52.208Z] 891c053d2c06: Pull complete [2023-02-24T18:45:52.208Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-24T18:45:52.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-24T18:45:52.208Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-24T18:45:52.553Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-24T18:45:52.553Z] WORKDIR /edgex [2023-02-24T18:45:52.553Z] COPY go.mod . [2023-02-24T18:45:52.553Z] RUN go mod download [2023-02-24T18:45:52.553Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-24T18:45:53.142Z] Sending build context to Docker daemon 3.12MB [2023-02-24T18:45:53.143Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-24T18:45:53.143Z] ---> f96f9c87975a [2023-02-24T18:45:53.143Z] Step 2/4 : WORKDIR /edgex [2023-02-24T18:45:55.730Z] ---> Running in a99d175855cc [2023-02-24T18:45:56.006Z] Removing intermediate container a99d175855cc [2023-02-24T18:45:56.006Z] ---> 42d0a244df69 [2023-02-24T18:45:56.006Z] Step 3/4 : COPY go.mod . [2023-02-24T18:45:56.595Z] ---> 2e033e1a6603 [2023-02-24T18:45:56.595Z] Step 4/4 : RUN go mod download [2023-02-24T18:45:56.595Z] ---> Running in 6838e57766da [2023-02-24T18:46:35.538Z] Removing intermediate container 6838e57766da [2023-02-24T18:46:35.538Z] ---> efbb5a96c115 [2023-02-24T18:46:35.538Z] Successfully built efbb5a96c115 [2023-02-24T18:46:35.538Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:46:35.894Z] + docker inspect -f . ci-base-image-arm64 [2023-02-24T18:46:35.894Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:46:36.095Z] prd-ubuntu20.04-docker-arm64-4c-16g-7383 does not seem to be running inside a container [2023-02-24T18:46:36.180Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T18:46:37.537Z] $ docker top 93fc0a924533d31e8bfe85d0d4368566413a7f9b6586f720b4aa8e2169237445 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T18:46:38.405Z] + go version [2023-02-24T18:46:38.405Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-24T18:46:38.431Z] $ docker stop --time=1 93fc0a924533d31e8bfe85d0d4368566413a7f9b6586f720b4aa8e2169237445 [2023-02-24T18:46:40.121Z] $ docker rm -f --volumes 93fc0a924533d31e8bfe85d0d4368566413a7f9b6586f720b4aa8e2169237445 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:46:40.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-24T18:46:40.755Z] [2023-02-24T18:46:40.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:46:41.107Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-24T18:46:41.107Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-24T18:46:41.107Z] 29e5d40040c1: Pulling fs layer [2023-02-24T18:46:41.384Z] 1ce36da41761: Pulling fs layer [2023-02-24T18:46:41.384Z] 25b303627fd3: Pulling fs layer [2023-02-24T18:46:41.384Z] 29e5d40040c1: Verifying Checksum [2023-02-24T18:46:41.384Z] 29e5d40040c1: Download complete [2023-02-24T18:46:41.658Z] 1ce36da41761: Verifying Checksum [2023-02-24T18:46:41.658Z] 1ce36da41761: Download complete [2023-02-24T18:46:41.932Z] 29e5d40040c1: Pull complete [2023-02-24T18:46:43.341Z] 1ce36da41761: Pull complete [2023-02-24T18:46:43.341Z] 25b303627fd3: Verifying Checksum [2023-02-24T18:46:43.341Z] 25b303627fd3: Download complete [2023-02-24T18:46:53.426Z] 25b303627fd3: Pull complete [2023-02-24T18:46:53.426Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-24T18:46:53.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-24T18:46:53.426Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:46:53.648Z] prd-ubuntu20.04-docker-arm64-4c-16g-7383 does not seem to be running inside a container [2023-02-24T18:46:53.726Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T18:46:56.105Z] $ docker top c62f850750c1b7698e0651aeb3f04fea18db8b2715cf11177da536737aad3863 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T18:46:56.940Z] + docker-compose build --help [2023-02-24T18:46:56.940Z] + grep parallel [2023-02-24T18:47:03.596Z] --parallel Build images in parallel. [Pipeline] } [2023-02-24T18:47:03.621Z] $ docker stop --time=1 c62f850750c1b7698e0651aeb3f04fea18db8b2715cf11177da536737aad3863 [2023-02-24T18:47:05.300Z] $ docker rm -f --volumes c62f850750c1b7698e0651aeb3f04fea18db8b2715cf11177da536737aad3863 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:47:05.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-24T18:47:05.838Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T18:47:06.034Z] prd-ubuntu20.04-docker-arm64-4c-16g-7383 does not seem to be running inside a container [2023-02-24T18:47:06.115Z] $ 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/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T18:47:07.368Z] $ docker top d78c8cc309d67a0311a61717761c6f010159ba71533c49a99cb09db4dd13104b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T18:47:08.217Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-24T18:47:12.182Z] Removing intermediate container c7f6d640ee82 [2023-02-24T18:47:12.182Z] ---> 22666903b510 [2023-02-24T18:47:12.182Z] Step 7/32 : COPY . . [2023-02-24T18:47:12.182Z] Removing intermediate container cad2c5557fd8 [2023-02-24T18:47:12.182Z] ---> 068fc76bd42b [2023-02-24T18:47:12.182Z] Step 8/22 : COPY . . [2023-02-24T18:47:12.182Z] Removing intermediate container 77df258e1909 [2023-02-24T18:47:12.182Z] ---> c8c33de9f948 [2023-02-24T18:47:12.182Z] Step 8/22 : COPY . . [2023-02-24T18:47:12.182Z] Removing intermediate container 37425486fc9d [2023-02-24T18:47:12.182Z] ---> 0f8982b93ff8 [2023-02-24T18:47:12.182Z] Step 8/22 : COPY . . [2023-02-24T18:47:12.182Z] Removing intermediate container 89b95c486850 [2023-02-24T18:47:12.182Z] ---> d0a89fae33a2 [2023-02-24T18:47:12.182Z] Step 8/22 : COPY . . [2023-02-24T18:47:13.561Z] Building core-command ... [2023-02-24T18:47:13.561Z] Building core-common-config-bootstrapper ... [2023-02-24T18:47:13.561Z] Building core-data ... [2023-02-24T18:47:13.561Z] Building core-metadata ... [2023-02-24T18:47:13.561Z] Building security-bootstrapper ... [2023-02-24T18:47:13.561Z] Building security-proxy-auth ... [2023-02-24T18:47:13.561Z] Building security-proxy-setup ... [2023-02-24T18:47:13.561Z] Building security-secretstore-setup ... [2023-02-24T18:47:13.561Z] Building security-spiffe-token-provider ... [2023-02-24T18:47:13.561Z] Building security-spire-agent ... [2023-02-24T18:47:13.561Z] Building security-spire-config ... [2023-02-24T18:47:13.561Z] Building security-spire-server ... [2023-02-24T18:47:13.561Z] Building support-notifications ... [2023-02-24T18:47:13.561Z] Building support-scheduler ... [2023-02-24T18:47:13.561Z] Building support-scheduler [2023-02-24T18:47:13.561Z] Building core-command [2023-02-24T18:47:13.561Z] Building security-proxy-auth [2023-02-24T18:47:13.561Z] Building security-spire-agent [2023-02-24T18:47:13.561Z] Building security-spiffe-token-provider [2023-02-24T18:47:25.886Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:47:25.886Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:47:25.886Z] ---> efbb5a96c115 [2023-02-24T18:47:25.886Z] Step 3/19 : WORKDIR /edgex-go [2023-02-24T18:47:25.886Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:47:25.886Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:47:25.886Z] ---> efbb5a96c115 [2023-02-24T18:47:25.886Z] Step 3/24 : WORKDIR /edgex-go [2023-02-24T18:47:25.886Z] ---> Running in f279ec7d0404 [2023-02-24T18:47:25.886Z] ---> Running in c22486c79191 [2023-02-24T18:47:25.886Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:47:25.886Z] [2023-02-24T18:47:25.886Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:47:25.886Z] ---> efbb5a96c115 [2023-02-24T18:47:25.886Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:47:25.886Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:47:25.886Z] ---> efbb5a96c115 [2023-02-24T18:47:25.886Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:47:25.886Z] ---> Running in c50f3d8dd7cb [2023-02-24T18:47:25.886Z] ---> Running in 87bc4e6be8d3 [2023-02-24T18:47:26.159Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:47:26.159Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:47:26.159Z] ---> efbb5a96c115 [2023-02-24T18:47:26.159Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:47:26.159Z] ---> Running in 7a1d09b6af20 [2023-02-24T18:47:26.159Z] Removing intermediate container f279ec7d0404 [2023-02-24T18:47:26.159Z] ---> d26d778c5970 [2023-02-24T18:47:26.159Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-24T18:47:26.425Z] Removing intermediate container c22486c79191 [2023-02-24T18:47:26.425Z] ---> f2dcc3145cde [2023-02-24T18:47:26.425Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-24T18:47:26.425Z] ---> Running in 346fdcf9ae94 [2023-02-24T18:47:26.704Z] ---> Running in a60fef6dc424 [2023-02-24T18:47:26.704Z] Removing intermediate container 87bc4e6be8d3 [2023-02-24T18:47:26.704Z] ---> aad34e5510c4 [2023-02-24T18:47:26.704Z] Step 4/22 : WORKDIR /edgex-go [2023-02-24T18:47:26.704Z] Removing intermediate container c50f3d8dd7cb [2023-02-24T18:47:26.704Z] ---> 0d1990a4272c [2023-02-24T18:47:26.704Z] Step 4/22 : WORKDIR /edgex-go [2023-02-24T18:47:26.979Z] Removing intermediate container 7a1d09b6af20 [2023-02-24T18:47:26.979Z] ---> a88e537731ea [2023-02-24T18:47:26.979Z] Step 4/23 : WORKDIR /edgex-go [2023-02-24T18:47:26.979Z] ---> Running in 3a0de15bc357 [2023-02-24T18:47:26.979Z] ---> Running in d4264eca353e [2023-02-24T18:47:26.979Z] ---> Running in e8b49f4dc9e4 [2023-02-24T18:47:27.947Z] Removing intermediate container d4264eca353e [2023-02-24T18:47:27.947Z] ---> 91e3ead9db77 [2023-02-24T18:47:27.947Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-24T18:47:27.947Z] Removing intermediate container 3a0de15bc357 [2023-02-24T18:47:27.947Z] ---> 36215712dce3 [2023-02-24T18:47:27.947Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-24T18:47:27.947Z] Removing intermediate container e8b49f4dc9e4 [2023-02-24T18:47:27.947Z] ---> 2bbee1b973a1 [2023-02-24T18:47:27.947Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-24T18:47:27.947Z] ---> Running in e4c8b706ea09 [2023-02-24T18:47:27.947Z] ---> Running in 8c4aaf96b4cb [2023-02-24T18:47:28.217Z] ---> Running in a3e1c0debac0 [2023-02-24T18:47:28.483Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:47:28.751Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:47:29.018Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:47:29.018Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:47:30.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:47:30.436Z] v3.16.4-26-g25c3e7e4225 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-24T18:47:30.436Z] v3.16.4-27-gbe5b087fcb3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-24T18:47:30.436Z] OK: 16903 distinct packages available [2023-02-24T18:47:30.436Z] OK: 221 MiB in 51 packages [2023-02-24T18:47:30.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:47:30.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:47:30.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:47:30.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:47:30.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:47:30.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:47:31.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:47:31.970Z] Removing intermediate container a60fef6dc424 [2023-02-24T18:47:31.970Z] ---> 6c8212ab71bb [2023-02-24T18:47:31.970Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-24T18:47:32.247Z] OK: 221 MiB in 51 packages [2023-02-24T18:47:32.836Z] OK: 221 MiB in 51 packages [2023-02-24T18:47:32.836Z] OK: 221 MiB in 51 packages [2023-02-24T18:47:33.110Z] ---> 6d007d0426cc [2023-02-24T18:47:33.110Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:47:33.110Z] OK: 221 MiB in 51 packages [2023-02-24T18:47:33.381Z] ---> Running in fd1f004d7fe9 [2023-02-24T18:47:34.364Z] Removing intermediate container e4c8b706ea09 [2023-02-24T18:47:34.364Z] ---> 3c9ab94dd652 [2023-02-24T18:47:34.364Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-24T18:47:34.953Z] Removing intermediate container 346fdcf9ae94 [2023-02-24T18:47:34.953Z] ---> ca80ba07066c [2023-02-24T18:47:34.953Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-24T18:47:34.953Z] Removing intermediate container 8c4aaf96b4cb [2023-02-24T18:47:34.953Z] ---> 96920a4b8011 [2023-02-24T18:47:34.953Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-24T18:47:34.953Z] Removing intermediate container a3e1c0debac0 [2023-02-24T18:47:34.953Z] ---> d3511b848391 [2023-02-24T18:47:34.953Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-24T18:47:35.541Z] ---> 93389091d0ad [2023-02-24T18:47:35.541Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:47:35.811Z] ---> Running in e9772de5848c [2023-02-24T18:47:36.091Z] ---> 37a7706e6b77 [2023-02-24T18:47:36.091Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:47:36.365Z] ---> 51d0ce6ca1af [2023-02-24T18:47:36.365Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:47:36.365Z] ---> Running in ef99706d537a [2023-02-24T18:47:36.365Z] ---> 3206da21500c [2023-02-24T18:47:36.365Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:47:36.635Z] ---> Running in ec9481489599 [2023-02-24T18:47:36.635Z] ---> Running in 71cd6d57a214 [2023-02-24T18:47:58.847Z] ---> e41c773a673d [2023-02-24T18:47:58.847Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-24T18:47:58.847Z] ---> bf58978573b5 [2023-02-24T18:47:58.847Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-02-24T18:47:58.847Z] ---> 2324c3926511 [2023-02-24T18:47:58.847Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-24T18:47:58.847Z] ---> a4adf6776e3e [2023-02-24T18:47:58.847Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-24T18:47:58.847Z] ---> 8d66a21f6565 [2023-02-24T18:47:58.847Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-24T18:48:00.222Z] ---> Running in 8a05ab829b8b [2023-02-24T18:48:00.222Z] ---> Running in 6959999d1bed [2023-02-24T18:48:00.222Z] ---> Running in c1d407eb40ea [2023-02-24T18:48:00.222Z] ---> Running in 7c678bdcd857 [2023-02-24T18:48:00.222Z] ---> Running in 28d1d0805e66 [2023-02-24T18:48:02.124Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-24T18:48:02.381Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-24T18:48:02.381Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-24T18:48:02.946Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-02-24T18:48:02.946Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-24T18:48:49.754Z] Removing intermediate container 6959999d1bed [2023-02-24T18:48:49.754Z] ---> 6e45deaca832 [2023-02-24T18:48:49.754Z] [2023-02-24T18:48:49.754Z] Step 10/22 : FROM alpine:3.16 [2023-02-24T18:48:49.754Z] Removing intermediate container c1d407eb40ea [2023-02-24T18:48:49.754Z] ---> 4e89cae3bc37 [2023-02-24T18:48:49.754Z] [2023-02-24T18:48:49.754Z] Step 10/22 : FROM alpine:3.16 [2023-02-24T18:48:49.754Z] Removing intermediate container 28d1d0805e66 [2023-02-24T18:48:49.754Z] ---> 44e55061869c [2023-02-24T18:48:49.754Z] [2023-02-24T18:48:49.754Z] Step 10/22 : FROM alpine:3.16 [2023-02-24T18:48:49.754Z] 3.16: Pulling from library/alpine [2023-02-24T18:48:49.754Z] 3.16: Pulling from library/alpine [2023-02-24T18:48:50.505Z] 3.16: Pulling from library/alpine [2023-02-24T18:48:53.789Z] Removing intermediate container 8a05ab829b8b [2023-02-24T18:48:53.789Z] ---> 70afc7a6510d [2023-02-24T18:48:53.789Z] [2023-02-24T18:48:53.789Z] Step 9/32 : FROM alpine:3.16 [2023-02-24T18:48:54.045Z] Removing intermediate container 7c678bdcd857 [2023-02-24T18:48:54.045Z] ---> 178c68821ded [2023-02-24T18:48:54.045Z] [2023-02-24T18:48:54.045Z] Step 10/22 : FROM alpine:3.16 [2023-02-24T18:48:54.302Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-24T18:48:54.302Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-24T18:48:54.302Z] Status: Downloaded newer image for alpine:3.16 [2023-02-24T18:48:54.302Z] Status: Image is up to date for alpine:3.16 [2023-02-24T18:48:54.302Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-24T18:48:54.302Z] ---> dfd21b5a31f5 [2023-02-24T18:48:54.302Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium'Status: Image is up to date for alpine:3.16 [2023-02-24T18:48:54.302Z] [2023-02-24T18:48:54.302Z] ---> dfd21b5a31f5 [2023-02-24T18:48:54.302Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-24T18:48:54.302Z] ---> dfd21b5a31f5 [2023-02-24T18:48:54.302Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-24T18:48:54.302Z] 3.16: Pulling from library/alpine [2023-02-24T18:48:54.302Z] 3.16: Pulling from library/alpine [2023-02-24T18:48:54.561Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-24T18:48:54.561Z] Status: Image is up to date for alpine:3.16 [2023-02-24T18:48:54.561Z] ---> dfd21b5a31f5 [2023-02-24T18:48:54.561Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-24T18:48:54.561Z] ---> Running in 1944716df6a1 [2023-02-24T18:48:54.561Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-24T18:48:54.561Z] Status: Image is up to date for alpine:3.16 [2023-02-24T18:48:54.561Z] ---> Running in 61f685c07931 [2023-02-24T18:48:54.561Z] ---> Running in fe503ad1a170 [2023-02-24T18:48:54.561Z] ---> dfd21b5a31f5 [2023-02-24T18:48:54.561Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-24T18:48:54.561Z] ---> Running in 78be928fdc13 [2023-02-24T18:48:54.561Z] ---> Running in 74d35d18fbdd [2023-02-24T18:48:54.561Z] Removing intermediate container 1944716df6a1 [2023-02-24T18:48:54.561Z] ---> 565faeb2307e [2023-02-24T18:48:54.561Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-24T18:48:54.561Z] Removing intermediate container 61f685c07931 [2023-02-24T18:48:54.561Z] ---> e2be27f82911 [2023-02-24T18:48:54.561Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-24T18:48:54.561Z] Removing intermediate container fe503ad1a170 [2023-02-24T18:48:54.561Z] ---> 4da5ca2ab834 [2023-02-24T18:48:54.561Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-24T18:48:54.561Z] ---> Running in 10dceee57a22 [2023-02-24T18:48:54.561Z] Removing intermediate container 78be928fdc13 [2023-02-24T18:48:54.561Z] ---> ac2c6b92f44d [2023-02-24T18:48:54.561Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-24T18:48:54.561Z] ---> Running in 79cdbf7b372d [2023-02-24T18:48:54.819Z] ---> Running in 5043619935e6 [2023-02-24T18:48:54.819Z] ---> Running in 5c321fbdc043 [2023-02-24T18:48:54.819Z] Removing intermediate container 79cdbf7b372d [2023-02-24T18:48:54.819Z] ---> 827087334ac2 [2023-02-24T18:48:54.819Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-24T18:48:55.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:48:55.076Z] ---> Running in 2a400ed205fa [2023-02-24T18:48:55.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:48:55.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:48:55.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:48:55.333Z] Removing intermediate container 2a400ed205fa [2023-02-24T18:48:55.333Z] ---> 465f5555832d [2023-02-24T18:48:55.333Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-24T18:48:55.333Z] ---> Running in ef9fe3d5e99f [2023-02-24T18:48:55.333Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:48:55.333Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-24T18:48:55.333Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-24T18:48:55.333Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T18:48:55.333Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T18:48:55.333Z] OK: 6 MiB in 15 packages [2023-02-24T18:48:55.333Z] OK: 6 MiB in 15 packages [2023-02-24T18:48:55.333Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:48:55.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:48:55.593Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-24T18:48:55.593Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T18:48:55.593Z] OK: 6 MiB in 15 packages [2023-02-24T18:48:55.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:48:55.850Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-24T18:48:55.850Z] (2/2) Installing su-exec (0.2-r1) [2023-02-24T18:48:55.850Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:48:55.850Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T18:48:55.850Z] OK: 6 MiB in 16 packages [2023-02-24T18:48:55.850Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:48:56.122Z] Removing intermediate container 10dceee57a22 [2023-02-24T18:48:56.122Z] ---> 3d2db0d76412 [2023-02-24T18:48:56.122Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T18:48:56.122Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-24T18:48:56.122Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T18:48:56.122Z] OK: 6 MiB in 15 packages [2023-02-24T18:48:56.122Z] Removing intermediate container 74d35d18fbdd [2023-02-24T18:48:56.122Z] ---> 66d05aa7df3c [2023-02-24T18:48:56.123Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-24T18:48:56.381Z] ---> Running in 963caccbc637 [2023-02-24T18:48:56.381Z] ---> 3c9684290a28 [2023-02-24T18:48:56.381Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-02-24T18:48:56.639Z] Removing intermediate container 5043619935e6 [2023-02-24T18:48:56.639Z] ---> c29c12efb7c3 [2023-02-24T18:48:56.639Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T18:48:56.913Z] Removing intermediate container 963caccbc637 [2023-02-24T18:48:56.913Z] ---> f4ec56d98110 [2023-02-24T18:48:56.913Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-24T18:48:56.913Z] Removing intermediate container 5c321fbdc043 [2023-02-24T18:48:56.913Z] ---> ed9edee12d45 [2023-02-24T18:48:56.913Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-24T18:48:56.913Z] ---> d6976042e702 [2023-02-24T18:48:56.913Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-02-24T18:48:56.913Z] ---> Running in f0c25073f0db [2023-02-24T18:48:56.913Z] ---> Running in ad6338faf6ed [2023-02-24T18:48:56.913Z] Removing intermediate container ef9fe3d5e99f [2023-02-24T18:48:56.913Z] ---> 9f3f0668d331 [2023-02-24T18:48:56.913Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T18:48:57.171Z] Removing intermediate container f0c25073f0db [2023-02-24T18:48:57.171Z] ---> 59c672cd87e1 [2023-02-24T18:48:57.171Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-24T18:48:57.171Z] ---> 27798955d43d [2023-02-24T18:48:57.171Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-02-24T18:48:57.171Z] Removing intermediate container ad6338faf6ed [2023-02-24T18:48:57.171Z] ---> f119b140c331 [2023-02-24T18:48:57.171Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-24T18:48:57.171Z] ---> 632988669e6a [2023-02-24T18:48:57.171Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-24T18:48:57.171Z] ---> Running in 1d43cb3e9c7f [2023-02-24T18:48:57.171Z] ---> Running in a892b92ca218 [2023-02-24T18:48:57.171Z] ---> 09aabe960f92 [2023-02-24T18:48:57.171Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-24T18:48:57.429Z] ---> f004f432539c [2023-02-24T18:48:57.429Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-24T18:48:57.429Z] ---> Running in 8f0e6cae2cae [2023-02-24T18:48:57.429Z] Removing intermediate container 1d43cb3e9c7f [2023-02-24T18:48:57.429Z] ---> 8219d19c5e45 [2023-02-24T18:48:57.429Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T18:48:57.429Z] Removing intermediate container a892b92ca218 [2023-02-24T18:48:57.429Z] ---> c2a6e5cbee7b [2023-02-24T18:48:57.429Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-24T18:48:57.785Z] ---> Running in d13c14e689c3 [2023-02-24T18:48:58.045Z] Removing intermediate container d13c14e689c3 [2023-02-24T18:48:58.045Z] ---> 07a7cecd29eb [2023-02-24T18:48:58.045Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-24T18:48:58.045Z] ---> a926950fed10 [2023-02-24T18:48:58.045Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-24T18:48:58.045Z] ---> Running in c8a38a95a7f0 [2023-02-24T18:48:58.045Z] ---> f0c8b9b310e2 [2023-02-24T18:48:58.045Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-24T18:48:58.611Z] ---> 9af69ec76943 [2023-02-24T18:48:58.611Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-24T18:48:58.611Z] Removing intermediate container c8a38a95a7f0 [2023-02-24T18:48:58.611Z] ---> 48ed2b8e9b2e [2023-02-24T18:48:58.611Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-24T18:48:58.868Z] ---> Running in 169a2f5a05ae [2023-02-24T18:48:58.868Z] ---> 6926652ee3b3 [2023-02-24T18:48:58.868Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-24T18:48:58.868Z] Removing intermediate container 8f0e6cae2cae [2023-02-24T18:48:58.868Z] ---> 9216f9117192 [2023-02-24T18:48:58.868Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-24T18:48:58.868Z] ---> 51c39a63e74b [2023-02-24T18:48:58.868Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-24T18:48:59.127Z] ---> Running in 85913b79d551 [2023-02-24T18:48:59.127Z] ---> Running in cb1c68256436 [2023-02-24T18:48:59.127Z] ---> 0f38bd9b5ceb [2023-02-24T18:48:59.127Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-24T18:48:59.127Z] ---> 407000648868 [2023-02-24T18:48:59.127Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-24T18:48:59.385Z] ---> Running in f63315671982 [2023-02-24T18:48:59.385Z] Removing intermediate container 85913b79d551 [2023-02-24T18:48:59.385Z] ---> 6c40e86370ac [2023-02-24T18:48:59.385Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-02-24T18:48:59.385Z] Removing intermediate container cb1c68256436 [2023-02-24T18:48:59.385Z] ---> 353bf7e9acb1 [2023-02-24T18:48:59.385Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T18:48:59.385Z] ---> 52e07900b870 [2023-02-24T18:48:59.385Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-24T18:48:59.385Z] ---> Running in 08c9bff66515 [2023-02-24T18:48:59.385Z] ---> Running in b6d45adecdb3 [2023-02-24T18:48:59.385Z] ---> Running in 11443cf33a0d [2023-02-24T18:48:59.647Z] Removing intermediate container 08c9bff66515 [2023-02-24T18:48:59.647Z] ---> 245563eadf2a [2023-02-24T18:48:59.647Z] Step 20/22 : LABEL arch=x86_64 [2023-02-24T18:48:59.647Z] ---> Running in e90f7f43cb3a [2023-02-24T18:48:59.647Z] Removing intermediate container b6d45adecdb3 [2023-02-24T18:48:59.647Z] ---> ada8b4d7653b [2023-02-24T18:48:59.647Z] Step 20/22 : LABEL arch=x86_64 [2023-02-24T18:48:59.647Z] Removing intermediate container 11443cf33a0d [2023-02-24T18:48:59.647Z] ---> fef97215f150 [2023-02-24T18:48:59.647Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T18:48:59.647Z] Removing intermediate container 169a2f5a05ae [2023-02-24T18:48:59.647Z] ---> 8debd2045ef5 [2023-02-24T18:48:59.647Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-24T18:48:59.647Z] ---> Running in 4108a67003ea [2023-02-24T18:48:59.647Z] ---> Running in 475a9f68a75c [2023-02-24T18:48:59.647Z] ---> Running in 23be419b0e3c [2023-02-24T18:48:59.647Z] Removing intermediate container e90f7f43cb3a [2023-02-24T18:48:59.647Z] ---> ea0faf5abfa0 [2023-02-24T18:48:59.647Z] Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:48:59.904Z] Removing intermediate container 4108a67003ea [2023-02-24T18:48:59.904Z] ---> f606c5269794 [2023-02-24T18:48:59.904Z] Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:48:59.904Z] Removing intermediate container 475a9f68a75c [2023-02-24T18:48:59.904Z] ---> 89cd6f817122 [2023-02-24T18:48:59.904Z] Step 20/22 : LABEL arch=x86_64 [2023-02-24T18:48:59.904Z] ---> Running in 41959d3cdbf6 [2023-02-24T18:48:59.904Z] ---> Running in 4eb776679c7e [2023-02-24T18:48:59.904Z] ---> Running in c2b061bd8c8f [2023-02-24T18:48:59.904Z] Removing intermediate container 23be419b0e3c [2023-02-24T18:48:59.904Z] ---> e973fdf5e757 [2023-02-24T18:48:59.904Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-24T18:48:59.904Z] Removing intermediate container 41959d3cdbf6 [2023-02-24T18:48:59.904Z] ---> 39ff8e4b9e87 [2023-02-24T18:48:59.904Z] Step 22/22 : LABEL version=3.0.0-dev.67 [2023-02-24T18:48:59.904Z] ---> Running in b116b8c5e110 [2023-02-24T18:48:59.904Z] Removing intermediate container 4eb776679c7e [2023-02-24T18:48:59.904Z] ---> 8879335ebe59 [2023-02-24T18:48:59.904Z] Step 22/22 : LABEL version=3.0.0-dev.67 [2023-02-24T18:49:00.162Z] Removing intermediate container c2b061bd8c8f [2023-02-24T18:49:00.162Z] ---> 00b08897b8bb [2023-02-24T18:49:00.162Z] Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:49:00.162Z] ---> Running in 66c1f2efca3e [2023-02-24T18:49:00.162Z] ---> Running in d2aa1ee10e42 [2023-02-24T18:49:00.162Z] ---> ab47f1252128 [2023-02-24T18:49:00.162Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-24T18:49:00.162Z] Removing intermediate container f63315671982 [2023-02-24T18:49:00.162Z] ---> 90ff68303711 [2023-02-24T18:49:00.162Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-24T18:49:00.162Z] Removing intermediate container b116b8c5e110 [2023-02-24T18:49:00.162Z] ---> 0675521fc1e0 [2023-02-24T18:49:00.162Z] [2023-02-24T18:49:00.162Z] ---> Running in a9fd717e7b26 [2023-02-24T18:49:00.162Z] ---> Running in 7bf067158cf9 [2023-02-24T18:49:00.162Z] Successfully built 0675521fc1e0 [2023-02-24T18:49:00.162Z] Removing intermediate container 66c1f2efca3e [2023-02-24T18:49:00.162Z] ---> 27b34f12309e [2023-02-24T18:49:00.162Z] [2023-02-24T18:49:00.162Z] Successfully tagged security-proxy-auth:latest [2023-02-24T18:49:00.162Z]  Building security-proxy-auth ... done Building security-secretstore-setup [2023-02-24T18:49:00.162Z] Removing intermediate container d2aa1ee10e42 [2023-02-24T18:49:00.162Z] ---> 90d9ed18847d [2023-02-24T18:49:00.162Z] Step 22/22 : LABEL version=3.0.0-dev.67 [2023-02-24T18:49:00.420Z] ---> Running in cba8dd49bd3a [2023-02-24T18:49:00.420Z] Successfully built 27b34f12309e [2023-02-24T18:49:00.850Z] Successfully tagged core-data:latest [2023-02-24T18:49:00.850Z] Building security-proxy-setup [2023-02-24T18:49:00.850Z]  Building core-data ... done Removing intermediate container 7bf067158cf9 [2023-02-24T18:49:00.850Z] ---> ed0d4cfbd575 [2023-02-24T18:49:00.850Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-24T18:49:05.312Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:49:05.312Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:49:05.312Z] ---> b331f3564dfb [2023-02-24T18:49:05.312Z] Step 3/24 : WORKDIR /edgex-go [2023-02-24T18:49:05.312Z] ---> Using cache [2023-02-24T18:49:05.312Z] ---> 35a50a307d15 [2023-02-24T18:49:05.312Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-24T18:49:05.312Z] ---> Using cache [2023-02-24T18:49:05.312Z] ---> 5eb7cfa41337 [2023-02-24T18:49:05.312Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-24T18:49:05.312Z] ---> Using cache [2023-02-24T18:49:05.312Z] ---> 5031ebb43bb7 [2023-02-24T18:49:05.312Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:49:05.312Z] ---> Using cache [2023-02-24T18:49:05.312Z] ---> 22666903b510 [2023-02-24T18:49:05.312Z] Step 7/24 : COPY . . [2023-02-24T18:49:05.312Z] ---> Using cache [2023-02-24T18:49:05.312Z] ---> 8d66a21f6565 [2023-02-24T18:49:05.312Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-24T18:49:05.570Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:49:05.570Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:49:05.570Z] ---> b331f3564dfb [2023-02-24T18:49:05.570Z] Step 3/21 : WORKDIR /edgex-go [2023-02-24T18:49:05.570Z] ---> Using cache [2023-02-24T18:49:05.570Z] ---> 35a50a307d15 [2023-02-24T18:49:05.570Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-24T18:49:05.570Z] ---> Using cache [2023-02-24T18:49:05.570Z] ---> 5eb7cfa41337 [2023-02-24T18:49:05.570Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-24T18:49:05.570Z] ---> Using cache [2023-02-24T18:49:05.570Z] ---> 5031ebb43bb7 [2023-02-24T18:49:05.570Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:49:05.570Z] ---> Using cache [2023-02-24T18:49:05.570Z] ---> 22666903b510 [2023-02-24T18:49:05.570Z] Step 7/21 : COPY . . [2023-02-24T18:49:05.570Z] ---> Using cache [2023-02-24T18:49:05.570Z] ---> 8d66a21f6565 [2023-02-24T18:49:05.570Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-24T18:49:12.140Z] ---> Running in 0c93e502b84d [2023-02-24T18:49:12.140Z] Removing intermediate container cba8dd49bd3a [2023-02-24T18:49:12.140Z] ---> e60110ad8d01 [2023-02-24T18:49:12.140Z] [2023-02-24T18:49:12.140Z] ---> Running in 3d196f20330c [2023-02-24T18:49:12.140Z] ---> Running in e4d980df98ab [2023-02-24T18:49:12.140Z] Successfully built e60110ad8d01 [2023-02-24T18:49:12.140Z] Successfully tagged support-scheduler:latest [2023-02-24T18:49:12.140Z]  Building support-scheduler ... done Building core-metadata [2023-02-24T18:49:12.140Z] Removing intermediate container 0c93e502b84d [2023-02-24T18:49:12.140Z] ---> a37a31a73ec4 [2023-02-24T18:49:12.140Z] Step 20/22 : LABEL arch=x86_64 [2023-02-24T18:49:12.140Z] ---> Running in abe76e15c2b4 [2023-02-24T18:49:12.140Z] Removing intermediate container a9fd717e7b26 [2023-02-24T18:49:12.140Z] ---> 942ac939329a [2023-02-24T18:49:12.140Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T18:49:15.466Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:49:15.466Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:49:15.467Z] ---> b331f3564dfb [2023-02-24T18:49:15.467Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:49:15.467Z] ---> Using cache [2023-02-24T18:49:15.467Z] ---> ee1922737b0b [2023-02-24T18:49:15.467Z] Step 4/24 : WORKDIR /edgex-go [2023-02-24T18:49:15.467Z] ---> Using cache [2023-02-24T18:49:15.467Z] ---> f406ee703daf [2023-02-24T18:49:15.467Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-24T18:49:15.467Z] ---> Using cache [2023-02-24T18:49:15.467Z] ---> a36f8a573d9b [2023-02-24T18:49:15.467Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-24T18:49:15.467Z] ---> Using cache [2023-02-24T18:49:15.467Z] ---> 9e8c6e82fd9b [2023-02-24T18:49:15.467Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:49:15.467Z] ---> Using cache [2023-02-24T18:49:15.467Z] ---> 0f8982b93ff8 [2023-02-24T18:49:15.467Z] Step 8/24 : COPY . . [2023-02-24T18:49:15.467Z] ---> Using cache [2023-02-24T18:49:15.467Z] ---> a4adf6776e3e [2023-02-24T18:49:15.467Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-24T18:49:18.025Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-24T18:49:18.025Z] Removing intermediate container abe76e15c2b4 [2023-02-24T18:49:18.025Z] ---> 74090ecac45d [2023-02-24T18:49:18.025Z] Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:49:18.025Z] ---> Running in d0d7aa0a169b [2023-02-24T18:49:18.025Z] ---> 41be8f1a7832 [2023-02-24T18:49:18.025Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-24T18:49:18.025Z] ---> Running in 124feb88c79f [2023-02-24T18:49:18.284Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-24T18:49:18.540Z] Removing intermediate container 124feb88c79f [2023-02-24T18:49:18.540Z] ---> 6404f6352e42 [2023-02-24T18:49:18.540Z] Step 22/22 : LABEL version=3.0.0-dev.67 [2023-02-24T18:49:18.540Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-24T18:49:18.798Z] ---> d35cac5d441c [2023-02-24T18:49:18.798Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-24T18:49:18.798Z] ---> Running in afdfbf8bfc43 [2023-02-24T18:49:19.374Z] ---> a54abeea5a92 [2023-02-24T18:49:19.374Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-24T18:49:19.374Z] Removing intermediate container afdfbf8bfc43 [2023-02-24T18:49:19.374Z] ---> 8857addb7898 [2023-02-24T18:49:19.374Z] [2023-02-24T18:49:19.374Z] Successfully built 8857addb7898 [2023-02-24T18:49:19.374Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-24T18:49:19.374Z] Building security-spiffe-token-provider [2023-02-24T18:49:19.632Z]  Building core-common-config-bootstrapper ... done  ---> 0b2a180fbb5e [2023-02-24T18:49:19.632Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-24T18:49:23.812Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:49:23.812Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:49:23.812Z] ---> b331f3564dfb [2023-02-24T18:49:23.812Z] Step 3/19 : WORKDIR /edgex-go [2023-02-24T18:49:23.812Z] ---> Using cache [2023-02-24T18:49:23.812Z] ---> 35a50a307d15 [2023-02-24T18:49:23.812Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-24T18:49:26.526Z] ---> 38b741bdb9dd [2023-02-24T18:49:26.526Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-24T18:49:26.784Z] ---> Running in 574a3bea69a0 [2023-02-24T18:49:27.349Z] ---> 95ff3d34b087 [2023-02-24T18:49:27.349Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-24T18:49:27.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:49:27.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:49:27.990Z] v3.16.4-26-g25c3e7e4225 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-24T18:49:27.990Z] v3.16.4-27-gbe5b087fcb3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-24T18:49:27.990Z] OK: 17046 distinct packages available [2023-02-24T18:49:27.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:49:27.990Z] ---> 269f73e48719 [2023-02-24T18:49:27.990Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-24T18:49:28.247Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:49:28.247Z] ---> Running in cd36eb4d8ab2 [2023-02-24T18:49:28.247Z] OK: 211 MiB in 51 packages [2023-02-24T18:49:29.625Z] Removing intermediate container 574a3bea69a0 [2023-02-24T18:49:29.625Z] ---> a801d8e25cc8 [2023-02-24T18:49:29.625Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-24T18:49:30.564Z] ---> 082d69dfe817 [2023-02-24T18:49:30.564Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:49:30.821Z] ---> Running in 73d19ba8ee89 [2023-02-24T18:49:30.821Z] Removing intermediate container cd36eb4d8ab2 [2023-02-24T18:49:30.821Z] ---> 204127d90b74 [2023-02-24T18:49:30.821Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-24T18:49:31.080Z] ---> Running in 96210bda392d [2023-02-24T18:49:31.654Z] Removing intermediate container 96210bda392d [2023-02-24T18:49:31.654Z] ---> 4ac85e58d372 [2023-02-24T18:49:31.654Z] Step 29/32 : CMD ["gate"] [2023-02-24T18:49:31.654Z] ---> Running in 74a09cad4c45 [2023-02-24T18:49:33.031Z] Removing intermediate container 74a09cad4c45 [2023-02-24T18:49:33.031Z] ---> e24dcb106811 [2023-02-24T18:49:33.031Z] Step 30/32 : LABEL arch=x86_64 [2023-02-24T18:49:33.600Z] ---> Running in 02bccf30874a [2023-02-24T18:49:34.163Z] Removing intermediate container 02bccf30874a [2023-02-24T18:49:34.163Z] ---> 3d7bfc2e2ef2 [2023-02-24T18:49:34.163Z] Step 31/32 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:49:34.420Z] ---> Running in 5cdd351a5d0c [2023-02-24T18:49:35.070Z] Removing intermediate container 5cdd351a5d0c [2023-02-24T18:49:35.070Z] ---> 6eb1d84203c2 [2023-02-24T18:49:35.070Z] Step 32/32 : LABEL version=3.0.0-dev.67 [2023-02-24T18:49:35.635Z] ---> Running in 5975252c769c [2023-02-24T18:49:35.892Z] Removing intermediate container 5975252c769c [2023-02-24T18:49:35.892Z] ---> 6788a1e1d35e [2023-02-24T18:49:35.892Z] [2023-02-24T18:49:35.892Z] Successfully built 6788a1e1d35e [2023-02-24T18:49:35.892Z] Successfully tagged security-bootstrapper:latest [2023-02-24T18:49:35.892Z] Building support-notifications [2023-02-24T18:49:39.167Z]  Building security-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:49:39.167Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:49:39.167Z] ---> b331f3564dfb [2023-02-24T18:49:39.167Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:49:39.167Z] ---> Using cache [2023-02-24T18:49:39.167Z] ---> ee1922737b0b [2023-02-24T18:49:39.167Z] Step 4/22 : WORKDIR /edgex-go [2023-02-24T18:49:39.167Z] ---> Using cache [2023-02-24T18:49:39.167Z] ---> f406ee703daf [2023-02-24T18:49:39.167Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-24T18:49:41.693Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-24T18:49:41.693Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-24T18:49:44.973Z] ---> Running in 67abe5b92e71 [2023-02-24T18:49:45.539Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:49:45.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:49:46.063Z] OK: 211 MiB in 51 packages [2023-02-24T18:49:58.326Z] Removing intermediate container e4d980df98ab [2023-02-24T18:49:58.327Z] ---> d2b87840905a [2023-02-24T18:49:58.327Z] [2023-02-24T18:49:58.327Z] Step 9/21 : FROM alpine:3.16 [2023-02-24T18:49:58.327Z] ---> dfd21b5a31f5 [2023-02-24T18:49:58.327Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-24T18:49:58.327Z] Removing intermediate container 3d196f20330c [2023-02-24T18:49:58.327Z] ---> a9fbd4fba7d7 [2023-02-24T18:49:58.327Z] [2023-02-24T18:49:58.327Z] Step 9/24 : FROM alpine:3.16 [2023-02-24T18:49:58.327Z] ---> dfd21b5a31f5 [2023-02-24T18:49:58.327Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-24T18:49:58.327Z] Removing intermediate container d0d7aa0a169b [2023-02-24T18:49:58.327Z] ---> b52f449b8152 [2023-02-24T18:49:58.327Z] [2023-02-24T18:49:58.327Z] Step 10/24 : FROM alpine:3.16 [2023-02-24T18:49:58.327Z] ---> dfd21b5a31f5 [2023-02-24T18:49:58.327Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-24T18:49:58.327Z] ---> Using cache [2023-02-24T18:49:58.327Z] ---> 66d05aa7df3c [2023-02-24T18:49:58.327Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-24T18:49:58.327Z] ---> Using cache [2023-02-24T18:49:58.327Z] ---> f4ec56d98110 [2023-02-24T18:49:58.327Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-24T18:49:58.327Z] ---> Running in 17eb93c8cd64 [2023-02-24T18:49:58.327Z] ---> Running in 45ade9170c8c [2023-02-24T18:49:58.327Z] Removing intermediate container 67abe5b92e71 [2023-02-24T18:49:58.327Z] ---> ab3917b6ec2f [2023-02-24T18:49:58.327Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-24T18:49:58.327Z] ---> Running in 278e57419960 [2023-02-24T18:49:58.327Z] Removing intermediate container 45ade9170c8c [2023-02-24T18:49:58.327Z] ---> 39c0281a0a1a [2023-02-24T18:49:58.327Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-24T18:49:58.374Z] Removing intermediate container ef99706d537a [2023-02-24T18:49:58.374Z] ---> a4e0b5ff0b16 [2023-02-24T18:49:58.374Z] Step 8/23 : COPY . . [2023-02-24T18:49:58.374Z] Removing intermediate container 71cd6d57a214 [2023-02-24T18:49:58.374Z] ---> c9e634f09d1d [2023-02-24T18:49:58.374Z] Step 8/22 : COPY . . [2023-02-24T18:49:58.374Z] Removing intermediate container ec9481489599 [2023-02-24T18:49:58.374Z] ---> 4f2bfbad8acf [2023-02-24T18:49:58.374Z] Step 7/19 : COPY . . [2023-02-24T18:49:58.374Z] Removing intermediate container e9772de5848c [2023-02-24T18:49:58.375Z] ---> 8df65c009317 [2023-02-24T18:49:58.375Z] Step 8/22 : COPY . . [2023-02-24T18:49:58.375Z] Removing intermediate container fd1f004d7fe9 [2023-02-24T18:49:58.375Z] ---> f330e89a7e1b [2023-02-24T18:49:58.375Z] Step 7/24 : COPY . . [2023-02-24T18:49:58.375Z] ---> e08bce3c2589 [2023-02-24T18:49:58.375Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler ---> dd71b350d040 [2023-02-24T18:49:58.375Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-24T18:49:58.375Z] [2023-02-24T18:49:58.375Z] ---> 7391ec4c29ea [2023-02-24T18:49:58.375Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-24T18:49:58.375Z] ---> e3e21a5f3a8d [2023-02-24T18:49:58.375Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-24T18:49:58.375Z] ---> b2558ccebb60 [2023-02-24T18:49:58.375Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-02-24T18:49:58.375Z] ---> Running in ef71daf5829a [2023-02-24T18:49:58.375Z] ---> Running in ed5b4ac52d26 [2023-02-24T18:49:58.375Z] ---> Running in 1c1f26c39fb1 [2023-02-24T18:49:58.375Z] ---> Running in 80fe9b336598 [2023-02-24T18:49:58.375Z] ---> Running in cb0cb0fd8c8f [2023-02-24T18:49:58.375Z] Removing intermediate container cb0cb0fd8c8f [2023-02-24T18:49:58.375Z] ---> f1ef3447dd77 [2023-02-24T18:49:58.375Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-24T18:49:58.375Z] ---> Running in ac61eda16b7e [2023-02-24T18:49:58.375Z] Removing intermediate container ac61eda16b7e [2023-02-24T18:49:58.375Z] ---> 966b2ba9723f [2023-02-24T18:49:58.375Z] 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-24T18:49:58.375Z] ---> Running in 6ce617bca8fb [2023-02-24T18:49:58.375Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-24T18:49:58.375Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-24T18:49:58.375Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-02-24T18:49:58.375Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-24T18:49:58.375Z] Removing intermediate container 6ce617bca8fb [2023-02-24T18:49:58.375Z] ---> 0d98beae17bd [2023-02-24T18:49:58.375Z] Step 11/24 : WORKDIR /edgex-go [2023-02-24T18:49:58.375Z] ---> Running in db3840a08887 [2023-02-24T18:49:58.375Z] Removing intermediate container db3840a08887 [2023-02-24T18:49:58.375Z] ---> ab692debc544 [2023-02-24T18:49:58.375Z] [2023-02-24T18:49:58.375Z] Step 12/24 : FROM alpine:3.15 [2023-02-24T18:49:58.375Z] 3.15: Pulling from library/alpine [2023-02-24T18:49:58.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:49:59.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:49:59.415Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:49:59.415Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-24T18:49:59.415Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-24T18:49:59.415Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-24T18:49:59.415Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-24T18:49:59.415Z] (5/6) Installing curl (7.83.1-r6) [2023-02-24T18:49:59.415Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:49:59.415Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-24T18:49:59.415Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T18:49:59.415Z] Executing ca-certificates-20220614-r0.trigger [2023-02-24T18:49:59.415Z] OK: 8 MiB in 20 packages [2023-02-24T18:49:59.675Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-24T18:49:59.675Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-24T18:49:59.675Z] (3/3) Installing su-exec (0.2-r1) [2023-02-24T18:49:59.675Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T18:49:59.675Z] Executing ca-certificates-20220614-r0.trigger [2023-02-24T18:49:59.675Z] OK: 6 MiB in 17 packages [2023-02-24T18:50:01.059Z] ---> 244809bd5195 [2023-02-24T18:50:01.059Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:50:01.724Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-24T18:50:01.724Z] Status: Downloaded newer image for alpine:3.15 [2023-02-24T18:50:01.724Z] ---> 354640af7b1b [2023-02-24T18:50:01.724Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-24T18:50:01.724Z] ---> Running in 7690c97f73cf [2023-02-24T18:50:02.002Z] ---> Running in 106bfafb5c2d [2023-02-24T18:50:02.002Z] ---> Running in 621c0ba67967 [2023-02-24T18:50:02.261Z] Removing intermediate container 106bfafb5c2d [2023-02-24T18:50:02.261Z] ---> 1320b37d8022 [2023-02-24T18:50:02.261Z] Step 15/24 : WORKDIR / [2023-02-24T18:50:02.525Z] ---> Running in 28f4ae61fbde [2023-02-24T18:50:02.800Z] Removing intermediate container 278e57419960 [2023-02-24T18:50:02.800Z] ---> 5665e321db8b [2023-02-24T18:50:02.800Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-24T18:50:02.800Z] Removing intermediate container 17eb93c8cd64 [2023-02-24T18:50:02.800Z] ---> f192603985cc [2023-02-24T18:50:02.800Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-24T18:50:02.800Z] ---> Running in 2b351fb86be7 [2023-02-24T18:50:02.800Z] ---> Running in f78cf1fbea07 [2023-02-24T18:50:02.800Z] Removing intermediate container 28f4ae61fbde [2023-02-24T18:50:02.800Z] ---> 74c2fc644a09 [2023-02-24T18:50:02.800Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T18:50:02.800Z] Removing intermediate container 2b351fb86be7 [2023-02-24T18:50:02.800Z] ---> a9efb60566a1 [2023-02-24T18:50:02.800Z] Step 12/24 : WORKDIR / [2023-02-24T18:50:03.059Z] Removing intermediate container f78cf1fbea07 [2023-02-24T18:50:03.059Z] ---> 620255d2bd56 [2023-02-24T18:50:03.059Z] Step 12/21 : WORKDIR /edgex [2023-02-24T18:50:03.059Z] ---> Running in 5d7edff7b621 [2023-02-24T18:50:03.059Z] ---> Running in d6bc37486ec4 [2023-02-24T18:50:03.059Z] ---> 0e54570c9f3b [2023-02-24T18:50:03.059Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-24T18:50:03.059Z] Removing intermediate container d6bc37486ec4 [2023-02-24T18:50:03.059Z] ---> 7bc8a0370f14 [2023-02-24T18:50:03.059Z] 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-24T18:50:03.059Z] Removing intermediate container 5d7edff7b621 [2023-02-24T18:50:03.059Z] ---> b104a4dbc4a6 [2023-02-24T18:50:03.059Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-24T18:50:03.708Z] Removing intermediate container 73d19ba8ee89 [2023-02-24T18:50:03.708Z] ---> 982bd1331579 [2023-02-24T18:50:03.708Z] Step 7/19 : COPY . . [2023-02-24T18:50:03.967Z] ---> ae935a0010e4 [2023-02-24T18:50:03.967Z] 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-24T18:50:03.967Z] ---> 5ca460a22c86 [2023-02-24T18:50:03.967Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-24T18:50:03.967Z] ---> a37a99d45e62 [2023-02-24T18:50:03.967Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-24T18:50:05.085Z] Removing intermediate container 7690c97f73cf [2023-02-24T18:50:05.086Z] ---> 72c81b854d0c [2023-02-24T18:50:05.086Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-24T18:50:05.086Z] ---> Running in c8383af46f87 [2023-02-24T18:50:07.692Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:50:07.962Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:50:09.268Z] ---> 6baf00cec1f4 [2023-02-24T18:50:09.268Z] ---> fa871f98215b [2023-02-24T18:50:09.268Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-24T18:50:09.268Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-24T18:50:09.268Z] ---> 802158da2356 [2023-02-24T18:50:09.268Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-24T18:50:09.268Z] ---> f481ef64332b [2023-02-24T18:50:09.268Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-24T18:50:09.268Z] ---> 06ca74a12711 [2023-02-24T18:50:09.268Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-24T18:50:09.268Z] ---> Running in f56396d90bc6 [2023-02-24T18:50:09.268Z] ---> Running in a8ea06a11d2d [2023-02-24T18:50:09.268Z] ---> 81c22b2c18b3 [2023-02-24T18:50:09.268Z] 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-24T18:50:09.268Z] ---> 633411e24f86 [2023-02-24T18:50:09.268Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-24T18:50:09.268Z] Removing intermediate container f56396d90bc6 [2023-02-24T18:50:09.268Z] ---> 70f893414521 [2023-02-24T18:50:09.268Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T18:50:09.527Z] ---> Running in 76d0d41f5c7a [2023-02-24T18:50:09.527Z] ---> 6148db054bfa [2023-02-24T18:50:09.527Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-24T18:50:09.527Z] ---> ccdcb4552a8d [2023-02-24T18:50:09.527Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-24T18:50:09.527Z] ---> Running in a4cca770644a [2023-02-24T18:50:09.527Z] Removing intermediate container 76d0d41f5c7a [2023-02-24T18:50:09.527Z] ---> 000479793b42 [2023-02-24T18:50:09.527Z] Step 22/24 : LABEL arch=x86_64 [2023-02-24T18:50:09.527Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-24T18:50:09.805Z] ---> Running in 76d9c1c9e8dc [2023-02-24T18:50:10.065Z] Removing intermediate container 76d9c1c9e8dc [2023-02-24T18:50:10.065Z] ---> b1f9f55d29f9 [2023-02-24T18:50:10.065Z] Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:50:10.065Z] ---> 8df4a0ff2006 [2023-02-24T18:50:10.065Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-24T18:50:10.065Z] ---> Running in a594c282b92f [2023-02-24T18:50:10.358Z] Removing intermediate container a594c282b92f [2023-02-24T18:50:10.358Z] ---> 4d9b5ba5e749 [2023-02-24T18:50:10.358Z] Step 24/24 : LABEL version=3.0.0-dev.67 [2023-02-24T18:50:10.550Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-24T18:50:10.550Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-24T18:50:10.550Z] OK: 15734 distinct packages available [2023-02-24T18:50:10.620Z] ---> Running in 7244276f7e1b [2023-02-24T18:50:10.882Z] Removing intermediate container a4cca770644a [2023-02-24T18:50:10.882Z] ---> 5a45fc521f42 [2023-02-24T18:50:10.882Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-24T18:50:10.882Z] ---> 38154861f034 [2023-02-24T18:50:10.882Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-24T18:50:10.882Z] ---> Running in cd3fb0597ca6 [2023-02-24T18:50:10.882Z] Removing intermediate container 7244276f7e1b [2023-02-24T18:50:10.882Z] ---> 93b0aaf1683a [2023-02-24T18:50:10.882Z] [2023-02-24T18:50:10.882Z] Removing intermediate container cd3fb0597ca6 [2023-02-24T18:50:10.882Z] ---> 2ab0bb23ca4d [2023-02-24T18:50:10.882Z] Step 19/21 : LABEL arch=x86_64 [2023-02-24T18:50:10.882Z] ---> Running in 40a54196235a [2023-02-24T18:50:10.882Z] Successfully built 93b0aaf1683a [2023-02-24T18:50:10.882Z] Successfully tagged core-metadata:latest [2023-02-24T18:50:10.882Z]  Building core-metadata ... done Building security-spire-agent [2023-02-24T18:50:10.882Z] ---> 515c76bc8542 [2023-02-24T18:50:10.882Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-24T18:50:11.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:50:11.141Z] ---> Running in 79d94192623d [2023-02-24T18:50:11.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:50:12.170Z] Removing intermediate container 40a54196235a [2023-02-24T18:50:12.170Z] ---> c2570fc84104 [2023-02-24T18:50:12.170Z] Step 20/21 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:50:14.303Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-24T18:50:14.303Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-24T18:50:14.303Z] (3/5) Installing libucontext (1.1-r0) [2023-02-24T18:50:14.303Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-24T18:50:14.303Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-24T18:50:14.303Z] Executing busybox-1.34.1-r7.trigger [2023-02-24T18:50:14.303Z] OK: 6 MiB in 19 packages [2023-02-24T18:50:14.853Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:50:14.853Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:50:14.853Z] ---> b331f3564dfb [2023-02-24T18:50:14.853Z] Step 3/24 : WORKDIR /edgex-go [2023-02-24T18:50:14.853Z] ---> Using cache [2023-02-24T18:50:14.853Z] ---> 35a50a307d15 [2023-02-24T18:50:14.853Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-24T18:50:16.259Z] Removing intermediate container c8383af46f87 [2023-02-24T18:50:16.259Z] ---> 98e6cfbb5642 [2023-02-24T18:50:16.259Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-24T18:50:20.134Z] ---> Running in 5a9ef4c6c857 [2023-02-24T18:50:20.134Z] ---> Running in 4db7c9807b8c [2023-02-24T18:50:20.134Z] Removing intermediate container 4db7c9807b8c [2023-02-24T18:50:20.134Z] ---> f1172914bf73 [2023-02-24T18:50:20.134Z] Step 21/21 : LABEL version=3.0.0-dev.67 [2023-02-24T18:50:20.416Z] ---> Running in 6732d5ac5764 [2023-02-24T18:50:20.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:50:20.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:50:20.676Z] Removing intermediate container 6732d5ac5764 [2023-02-24T18:50:20.676Z] ---> 9859a27d3ebf [2023-02-24T18:50:20.676Z] [2023-02-24T18:50:20.676Z] Successfully built 9859a27d3ebf [2023-02-24T18:50:20.676Z] Successfully tagged security-proxy-setup:latest [2023-02-24T18:50:20.676Z]  Building security-proxy-setup ... done Building security-spire-server [2023-02-24T18:50:20.676Z] Removing intermediate container 79d94192623d [2023-02-24T18:50:20.676Z] ---> 93d7f6eb3529 [2023-02-24T18:50:20.676Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-24T18:50:20.937Z] OK: 211 MiB in 51 packages [2023-02-24T18:50:20.937Z] ---> Running in a52f544b5b47 [2023-02-24T18:50:24.290Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:50:24.290Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:50:24.290Z] ---> b331f3564dfb [2023-02-24T18:50:24.290Z] Step 3/23 : WORKDIR /edgex-go [2023-02-24T18:50:24.290Z] ---> Using cache [2023-02-24T18:50:24.290Z] ---> 35a50a307d15 [2023-02-24T18:50:24.290Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-24T18:50:24.470Z] ---> 96384804cbe2 [2023-02-24T18:50:24.470Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-24T18:50:26.840Z] Removing intermediate container a52f544b5b47 [2023-02-24T18:50:26.840Z] ---> 950b259de2fd [2023-02-24T18:50:26.840Z] Step 22/24 : LABEL arch=x86_64 [2023-02-24T18:50:26.840Z] ---> Running in 38eefd705ddc [2023-02-24T18:50:26.840Z] ---> Running in c80b554e5bc0 [2023-02-24T18:50:27.410Z] Removing intermediate container 5a9ef4c6c857 [2023-02-24T18:50:27.410Z] ---> 6f5a8d0baa0f [2023-02-24T18:50:27.410Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-24T18:50:27.410Z] Removing intermediate container c80b554e5bc0 [2023-02-24T18:50:27.410Z] ---> 1f8a80aca9ca [2023-02-24T18:50:27.410Z] Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:50:27.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:50:27.670Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:50:27.932Z] OK: 211 MiB in 51 packages [2023-02-24T18:50:28.194Z] ---> Running in a268e522b2ca [2023-02-24T18:50:28.473Z] ---> 2a63584faff6 [2023-02-24T18:50:28.473Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:50:29.866Z] ---> Running in 8d86bf302ea7 [2023-02-24T18:50:29.867Z] Removing intermediate container a268e522b2ca [2023-02-24T18:50:29.867Z] ---> a17f313731a8 [2023-02-24T18:50:29.867Z] Step 24/24 : LABEL version=3.0.0-dev.67 [2023-02-24T18:50:30.815Z] ---> Running in 391ec46c3a1b [2023-02-24T18:50:31.132Z] ---> a532b61ad7ca [2023-02-24T18:50:31.132Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-24T18:50:31.132Z] ---> 0b04a3199018 [2023-02-24T18:50:31.132Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-24T18:50:31.791Z] Removing intermediate container 38eefd705ddc [2023-02-24T18:50:31.791Z] ---> 57aaefb9a52c [2023-02-24T18:50:31.791Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-24T18:50:32.098Z] ---> 9ce458cbda76 [2023-02-24T18:50:32.098Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-24T18:50:32.686Z] ---> ae6d83ef4c7d [2023-02-24T18:50:32.686Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-24T18:50:32.955Z] ---> Running in 48183c772c35 [2023-02-24T18:50:33.172Z] Removing intermediate container 391ec46c3a1b [2023-02-24T18:50:33.173Z] ---> 311b64162dc4 [2023-02-24T18:50:33.173Z] [2023-02-24T18:50:33.436Z] Successfully built 311b64162dc4 [2023-02-24T18:50:33.546Z] Removing intermediate container 48183c772c35 [2023-02-24T18:50:33.546Z] ---> 99b4858cd482 [2023-02-24T18:50:33.546Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-24T18:50:33.546Z] ---> Running in 87a4fb9ebcef [2023-02-24T18:50:33.696Z] Successfully tagged security-secretstore-setup:latest [2023-02-24T18:50:33.696Z]  Building security-secretstore-setup ... done Building core-command [2023-02-24T18:50:33.955Z] ---> 82f2dc896112 [2023-02-24T18:50:33.955Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:50:34.141Z] Removing intermediate container 87a4fb9ebcef [2023-02-24T18:50:34.141Z] ---> 8edbca2f7450 [2023-02-24T18:50:34.141Z] Step 22/24 : LABEL arch=arm64 [2023-02-24T18:50:34.141Z] ---> Running in a4b7499ec011 [2023-02-24T18:50:34.731Z] Removing intermediate container a4b7499ec011 [2023-02-24T18:50:34.731Z] ---> c447f5d19477 [2023-02-24T18:50:34.731Z] Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:50:34.731Z] ---> Running in a45cba5ff64d [2023-02-24T18:50:35.317Z] Removing intermediate container a45cba5ff64d [2023-02-24T18:50:35.317Z] ---> e67cf6c21a9f [2023-02-24T18:50:35.317Z] Step 24/24 : LABEL version=3.0.0-dev.67 [2023-02-24T18:50:35.317Z] ---> Running in b2d40661838e [2023-02-24T18:50:35.904Z] Removing intermediate container b2d40661838e [2023-02-24T18:50:35.904Z] ---> 35c6f136db3b [2023-02-24T18:50:35.904Z] [2023-02-24T18:50:36.173Z] Successfully built 35c6f136db3b [2023-02-24T18:50:36.173Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-24T18:50:36.173Z]  Building security-spire-agent ... done Building security-spire-config [2023-02-24T18:50:38.193Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:50:38.193Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:50:38.193Z] ---> b331f3564dfb [2023-02-24T18:50:38.193Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:50:38.193Z] ---> Using cache [2023-02-24T18:50:38.193Z] ---> ee1922737b0b [2023-02-24T18:50:38.193Z] Step 4/23 : WORKDIR /edgex-go [2023-02-24T18:50:38.193Z] ---> Using cache [2023-02-24T18:50:38.193Z] ---> f406ee703daf [2023-02-24T18:50:38.194Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-24T18:50:38.194Z] ---> Using cache [2023-02-24T18:50:38.194Z] ---> a36f8a573d9b [2023-02-24T18:50:38.194Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-24T18:50:38.194Z] ---> Using cache [2023-02-24T18:50:38.194Z] ---> 9e8c6e82fd9b [2023-02-24T18:50:38.194Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:50:38.194Z] ---> Using cache [2023-02-24T18:50:38.194Z] ---> 0f8982b93ff8 [2023-02-24T18:50:38.194Z] Step 8/23 : COPY . . [2023-02-24T18:50:38.194Z] ---> Using cache [2023-02-24T18:50:38.194Z] ---> a4adf6776e3e [2023-02-24T18:50:38.194Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-24T18:50:40.102Z] ---> Running in 5e5af6218d6b [2023-02-24T18:50:40.102Z] ---> Running in dec1073eba5a [2023-02-24T18:50:40.362Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-24T18:50:40.836Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:50:40.836Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:50:40.836Z] ---> efbb5a96c115 [2023-02-24T18:50:40.836Z] Step 3/24 : WORKDIR /edgex-go [2023-02-24T18:50:40.836Z] ---> Using cache [2023-02-24T18:50:40.836Z] ---> f2dcc3145cde [2023-02-24T18:50:40.836Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-24T18:50:40.836Z] ---> Using cache [2023-02-24T18:50:40.836Z] ---> 6c8212ab71bb [2023-02-24T18:50:40.836Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-24T18:50:40.836Z] ---> Using cache [2023-02-24T18:50:40.836Z] ---> 6d007d0426cc [2023-02-24T18:50:40.836Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:50:40.836Z] ---> Using cache [2023-02-24T18:50:40.836Z] ---> f330e89a7e1b [2023-02-24T18:50:40.836Z] Step 7/24 : COPY . . [2023-02-24T18:50:40.836Z] ---> Using cache [2023-02-24T18:50:40.836Z] ---> e3e21a5f3a8d [2023-02-24T18:50:40.836Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-24T18:50:40.836Z] ---> Using cache [2023-02-24T18:50:40.836Z] ---> f1ef3447dd77 [2023-02-24T18:50:40.836Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-24T18:50:40.836Z] ---> Using cache [2023-02-24T18:50:40.836Z] ---> 966b2ba9723f [2023-02-24T18:50:40.836Z] 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-24T18:50:40.836Z] ---> Using cache [2023-02-24T18:50:40.836Z] ---> 0d98beae17bd [2023-02-24T18:50:40.836Z] Step 11/24 : WORKDIR /edgex-go [2023-02-24T18:50:40.836Z] ---> Using cache [2023-02-24T18:50:40.836Z] ---> ab692debc544 [2023-02-24T18:50:40.836Z] [2023-02-24T18:50:40.836Z] Step 12/24 : FROM alpine:3.15 [2023-02-24T18:50:40.836Z] ---> 354640af7b1b [2023-02-24T18:50:40.836Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-24T18:50:40.836Z] ---> Using cache [2023-02-24T18:50:40.836Z] ---> 72c81b854d0c [2023-02-24T18:50:40.836Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-24T18:50:40.836Z] ---> Running in faa64ba3c90d [2023-02-24T18:50:42.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:50:43.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:50:44.635Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-24T18:50:44.635Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-24T18:50:44.635Z] OK: 15734 distinct packages available [2023-02-24T18:50:44.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:50:45.178Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:50:46.597Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-24T18:50:46.597Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-24T18:50:46.597Z] (3/4) Installing libucontext (1.1-r0) [2023-02-24T18:50:46.597Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-24T18:50:46.597Z] Executing busybox-1.34.1-r7.trigger [2023-02-24T18:50:46.597Z] OK: 6 MiB in 18 packages [2023-02-24T18:50:48.487Z] Removing intermediate container a8ea06a11d2d [2023-02-24T18:50:48.487Z] ---> dc6fa364692f [2023-02-24T18:50:48.487Z] [2023-02-24T18:50:48.487Z] Step 9/19 : FROM alpine:3.15 [2023-02-24T18:50:48.546Z] Removing intermediate container faa64ba3c90d [2023-02-24T18:50:48.546Z] ---> cd3e4b3f3c65 [2023-02-24T18:50:48.546Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-24T18:50:49.057Z] 3.15: Pulling from library/alpine [2023-02-24T18:50:49.317Z] Removing intermediate container 621c0ba67967 [2023-02-24T18:50:49.317Z] ---> d46f20f01177 [2023-02-24T18:50:49.317Z] Step 8/22 : COPY . . [2023-02-24T18:50:49.575Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-24T18:50:49.575Z] Status: Downloaded newer image for alpine:3.15 [2023-02-24T18:50:49.833Z] ---> 5ce65d7b0fde [2023-02-24T18:50:49.833Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-24T18:50:53.894Z] ---> 7a35ae87b8ed [2023-02-24T18:50:53.894Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-24T18:50:54.482Z] ---> d4f703916bbf [2023-02-24T18:50:54.482Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-24T18:50:54.482Z] ---> Running in 9cfe290cffd9 [2023-02-24T18:50:55.449Z] Removing intermediate container 9cfe290cffd9 [2023-02-24T18:50:55.449Z] ---> dcfd23028642 [2023-02-24T18:50:55.449Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-24T18:50:56.422Z] ---> eea0cbe9b998 [2023-02-24T18:50:56.422Z] Step 19/24 : WORKDIR / [2023-02-24T18:50:56.422Z] ---> Running in 4722c170d92a [2023-02-24T18:50:57.027Z] Removing intermediate container 4722c170d92a [2023-02-24T18:50:57.027Z] ---> 074cd998fe04 [2023-02-24T18:50:57.027Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-24T18:50:57.027Z] ---> Running in 9d6f617de250 [2023-02-24T18:50:57.618Z] Removing intermediate container 9d6f617de250 [2023-02-24T18:50:57.618Z] ---> f533aeaa34d8 [2023-02-24T18:50:57.618Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-24T18:50:57.618Z] ---> Running in 98f6ed002161 [2023-02-24T18:50:57.937Z] ---> Running in 18b3abb19bec [2023-02-24T18:50:57.937Z] ---> c6880b7147e8 [2023-02-24T18:50:57.937Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-24T18:50:57.937Z] ---> Running in 9fc090bf6f6e [2023-02-24T18:50:57.937Z] Removing intermediate container 18b3abb19bec [2023-02-24T18:50:57.937Z] ---> 7bc7a6ba6651 [2023-02-24T18:50:57.937Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-24T18:50:57.937Z] ---> Running in 94ee1fcf771e [2023-02-24T18:50:57.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:50:57.937Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-24T18:50:57.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:50:57.937Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-24T18:50:57.937Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-24T18:50:57.937Z] OK: 15857 distinct packages available [2023-02-24T18:50:57.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:50:57.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:50:58.194Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-24T18:50:58.194Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-24T18:50:58.194Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-24T18:50:58.194Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-24T18:50:58.194Z] (5/9) Installing curl (7.80.0-r6) [2023-02-24T18:50:58.194Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-24T18:50:58.194Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-24T18:50:58.194Z] (8/9) Installing libucontext (1.1-r0) [2023-02-24T18:50:58.194Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-24T18:50:58.194Z] Executing busybox-1.34.1-r7.trigger [2023-02-24T18:50:58.194Z] Executing ca-certificates-20220614-r0.trigger [2023-02-24T18:50:58.194Z] OK: 8 MiB in 23 packages [2023-02-24T18:50:58.210Z] Removing intermediate container 98f6ed002161 [2023-02-24T18:50:58.210Z] ---> 3293b324ce27 [2023-02-24T18:50:58.210Z] Step 22/24 : LABEL arch=arm64 [2023-02-24T18:50:58.482Z] ---> Running in 78482b7c47cd [2023-02-24T18:50:59.080Z] Removing intermediate container 78482b7c47cd [2023-02-24T18:50:59.080Z] ---> 6104cbdc9fa6 [2023-02-24T18:50:59.080Z] Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:50:59.080Z] ---> Running in 824ae9d04bbd [2023-02-24T18:50:59.747Z] Removing intermediate container 824ae9d04bbd [2023-02-24T18:50:59.747Z] ---> 84d8af329af3 [2023-02-24T18:50:59.747Z] Step 24/24 : LABEL version=3.0.0-dev.67 [2023-02-24T18:51:00.021Z] ---> Running in c42e9e9c3138 [2023-02-24T18:51:00.636Z] Removing intermediate container c42e9e9c3138 [2023-02-24T18:51:00.637Z] ---> 78d5b30d91e4 [2023-02-24T18:51:00.637Z] [2023-02-24T18:51:00.637Z] Successfully built 78d5b30d91e4 [2023-02-24T18:51:00.637Z] Successfully tagged security-spire-config-arm64:latest [2023-02-24T18:51:00.637Z]  Building security-spire-config ... done Building security-spire-server [2023-02-24T18:51:04.917Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:51:04.917Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:51:04.917Z] ---> efbb5a96c115 [2023-02-24T18:51:04.917Z] Step 3/23 : WORKDIR /edgex-go [2023-02-24T18:51:04.917Z] ---> Using cache [2023-02-24T18:51:04.917Z] ---> f2dcc3145cde [2023-02-24T18:51:04.918Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-24T18:51:04.918Z] ---> Using cache [2023-02-24T18:51:04.918Z] ---> 6c8212ab71bb [2023-02-24T18:51:04.918Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-24T18:51:04.918Z] ---> Using cache [2023-02-24T18:51:04.918Z] ---> 6d007d0426cc [2023-02-24T18:51:04.918Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:51:04.918Z] ---> Using cache [2023-02-24T18:51:04.918Z] ---> f330e89a7e1b [2023-02-24T18:51:04.918Z] Step 7/23 : COPY . . [2023-02-24T18:51:04.918Z] ---> Using cache [2023-02-24T18:51:04.918Z] ---> e3e21a5f3a8d [2023-02-24T18:51:04.918Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-24T18:51:04.918Z] ---> Using cache [2023-02-24T18:51:04.918Z] ---> f1ef3447dd77 [2023-02-24T18:51:04.918Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-24T18:51:04.918Z] ---> Using cache [2023-02-24T18:51:04.918Z] ---> 966b2ba9723f [2023-02-24T18:51:04.918Z] 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-24T18:51:05.186Z] ---> Running in 5705472ca6c9 [2023-02-24T18:51:06.354Z] Removing intermediate container 94ee1fcf771e [2023-02-24T18:51:06.354Z] ---> fc322d1bd0ea [2023-02-24T18:51:06.354Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T18:51:08.570Z] Removing intermediate container 5705472ca6c9 [2023-02-24T18:51:08.571Z] ---> b677d0ad5f16 [2023-02-24T18:51:08.571Z] Step 11/23 : WORKDIR /edgex-go [2023-02-24T18:51:08.571Z] ---> Running in 377ad2c8584a [2023-02-24T18:51:09.157Z] Removing intermediate container 377ad2c8584a [2023-02-24T18:51:09.157Z] ---> 9d31c6fc4126 [2023-02-24T18:51:09.157Z] [2023-02-24T18:51:09.157Z] Step 12/23 : FROM alpine:3.15 [2023-02-24T18:51:09.157Z] ---> 354640af7b1b [2023-02-24T18:51:09.157Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-24T18:51:09.157Z] ---> Using cache [2023-02-24T18:51:09.157Z] ---> 72c81b854d0c [2023-02-24T18:51:09.157Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-24T18:51:09.157Z] ---> Using cache [2023-02-24T18:51:09.157Z] ---> 98e6cfbb5642 [2023-02-24T18:51:09.157Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-24T18:51:14.508Z] ---> e8e1c1adce7a [2023-02-24T18:51:14.508Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-24T18:51:15.936Z] ---> 38eb5ea30ad1 [2023-02-24T18:51:15.936Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-24T18:51:16.359Z] ---> 90359c98491d [2023-02-24T18:51:16.359Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-24T18:51:16.359Z] Removing intermediate container dec1073eba5a [2023-02-24T18:51:16.359Z] ---> 19a8b0dad20d [2023-02-24T18:51:16.359Z] [2023-02-24T18:51:16.359Z] Step 10/23 : FROM alpine:3.16 [2023-02-24T18:51:16.359Z] ---> dfd21b5a31f5 [2023-02-24T18:51:16.359Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-24T18:51:16.359Z] ---> Using cache [2023-02-24T18:51:16.359Z] ---> 66d05aa7df3c [2023-02-24T18:51:16.359Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-24T18:51:16.359Z] ---> Using cache [2023-02-24T18:51:16.359Z] ---> f4ec56d98110 [2023-02-24T18:51:16.359Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-24T18:51:16.528Z] ---> c344aa575ab3 [2023-02-24T18:51:16.528Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-24T18:51:16.931Z] ---> Running in e522231736dd [2023-02-24T18:51:17.191Z] Removing intermediate container 8d86bf302ea7 [2023-02-24T18:51:17.191Z] ---> cf87fe6021d0 [2023-02-24T18:51:17.191Z] Step 7/24 : COPY . . [2023-02-24T18:51:17.496Z] ---> 09dcb9afc5c7 [2023-02-24T18:51:17.496Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-24T18:51:17.496Z] ---> Running in e10614f40fa5 [2023-02-24T18:51:17.769Z] Removing intermediate container e10614f40fa5 [2023-02-24T18:51:17.769Z] ---> 16b5af407b43 [2023-02-24T18:51:17.769Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-24T18:51:18.038Z] ---> Running in 70112c3c4750 [2023-02-24T18:51:18.625Z] Removing intermediate container 70112c3c4750 [2023-02-24T18:51:18.625Z] ---> 8bf29a05188b [2023-02-24T18:51:18.625Z] Step 21/23 : LABEL arch=arm64 [2023-02-24T18:51:18.625Z] ---> Running in 4e508aeae72b [2023-02-24T18:51:18.903Z] Removing intermediate container 4e508aeae72b [2023-02-24T18:51:18.903Z] ---> 5ffe59eaebc1 [2023-02-24T18:51:18.903Z] Step 22/23 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:51:19.174Z] ---> Running in 15f0fc478bdf [2023-02-24T18:51:19.764Z] Removing intermediate container 15f0fc478bdf [2023-02-24T18:51:19.764Z] ---> c60064b542f0 [2023-02-24T18:51:19.764Z] Step 23/23 : LABEL version=3.0.0-dev.67 [2023-02-24T18:51:19.764Z] ---> Running in 38dbc0b0cd30 [2023-02-24T18:51:20.034Z] Removing intermediate container 38dbc0b0cd30 [2023-02-24T18:51:20.034Z] ---> 7a5a91bbcf4c [2023-02-24T18:51:20.034Z] [2023-02-24T18:51:20.320Z] Successfully built 7a5a91bbcf4c [2023-02-24T18:51:20.320Z] Successfully tagged security-spire-server-arm64:latest [2023-02-24T18:51:20.320Z]  Building security-spire-server ... done Building support-notifications [2023-02-24T18:51:24.588Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:51:24.588Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:51:24.588Z] ---> efbb5a96c115 [2023-02-24T18:51:24.588Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:51:24.588Z] ---> Using cache [2023-02-24T18:51:24.588Z] ---> a88e537731ea [2023-02-24T18:51:24.588Z] Step 4/22 : WORKDIR /edgex-go [2023-02-24T18:51:24.588Z] ---> Using cache [2023-02-24T18:51:24.588Z] ---> 2bbee1b973a1 [2023-02-24T18:51:24.588Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-24T18:51:24.588Z] ---> Running in 6453da565aba [2023-02-24T18:51:27.175Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:51:27.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:51:29.597Z] ---> 965e3ace0d90 [2023-02-24T18:51:29.597Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-24T18:51:29.597Z] Removing intermediate container e522231736dd [2023-02-24T18:51:29.597Z] ---> 517fb2ae91a7 [2023-02-24T18:51:29.597Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-24T18:51:29.597Z] ---> Running in 217355474b38 [2023-02-24T18:51:29.597Z] ---> d2f6b647692e [2023-02-24T18:51:29.597Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-24T18:51:29.704Z] OK: 221 MiB in 51 packages [2023-02-24T18:51:30.185Z] ---> Running in 4ed5d11dea44 [2023-02-24T18:51:30.185Z] Removing intermediate container 5e5af6218d6b [2023-02-24T18:51:30.185Z] ---> a18428937b0b [2023-02-24T18:51:30.185Z] Step 7/23 : COPY . . [2023-02-24T18:51:30.448Z] Removing intermediate container 217355474b38 [2023-02-24T18:51:30.448Z] ---> d40c3480c77f [2023-02-24T18:51:30.448Z] Step 15/23 : WORKDIR / [2023-02-24T18:51:31.124Z] Removing intermediate container 6453da565aba [2023-02-24T18:51:31.124Z] ---> 09c38ba5200d [2023-02-24T18:51:31.124Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-24T18:51:32.085Z] ---> 14f8e165290d [2023-02-24T18:51:32.085Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:51:32.352Z] ---> Running in 2f00e4167209 [2023-02-24T18:51:40.480Z] ---> 7579d0f30573 [2023-02-24T18:51:40.480Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-24T18:51:40.480Z] ---> Running in 674cdc3a933e [2023-02-24T18:51:40.480Z] Removing intermediate container 4ed5d11dea44 [2023-02-24T18:51:40.480Z] ---> a8829972f3c3 [2023-02-24T18:51:40.480Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-24T18:51:40.480Z] ---> Running in 374dc5f1efa6 [2023-02-24T18:51:40.480Z] ---> Running in 3a7f1cf88607 [2023-02-24T18:51:40.480Z] ---> bd799885a395 [2023-02-24T18:51:40.480Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-24T18:51:40.480Z] ---> Running in b63deaae0b14 [2023-02-24T18:51:40.480Z] Removing intermediate container 674cdc3a933e [2023-02-24T18:51:40.480Z] ---> 45bf2b2220c3 [2023-02-24T18:51:40.480Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T18:51:40.480Z] Removing intermediate container 374dc5f1efa6 [2023-02-24T18:51:40.480Z] ---> 00d8f10f8b27 [2023-02-24T18:51:40.480Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T18:51:40.480Z] Removing intermediate container 9fc090bf6f6e [2023-02-24T18:51:40.480Z] ---> 22cc5d62b550 [2023-02-24T18:51:40.480Z] [2023-02-24T18:51:40.480Z] Step 10/22 : FROM alpine:3.16 [2023-02-24T18:51:40.480Z] Removing intermediate container 3a7f1cf88607 [2023-02-24T18:51:40.480Z] ---> 43bd2c32ca03 [2023-02-24T18:51:40.480Z] 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-24T18:51:40.480Z] ---> dfd21b5a31f5 [2023-02-24T18:51:40.480Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-24T18:51:40.480Z] ---> Running in 18f6c2cb13aa [2023-02-24T18:51:40.480Z] Removing intermediate container b63deaae0b14 [2023-02-24T18:51:40.480Z] ---> a337967ef5c7 [2023-02-24T18:51:40.480Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-24T18:51:40.480Z] ---> Running in 73510d85bf61 [2023-02-24T18:51:40.480Z] ---> Running in 1301ef858d1e [2023-02-24T18:51:40.480Z] ---> 97c2dc3414c9 [2023-02-24T18:51:40.480Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-24T18:51:40.480Z] ---> Running in ebf9f126bf6b [2023-02-24T18:51:40.480Z] Removing intermediate container 18f6c2cb13aa [2023-02-24T18:51:40.480Z] ---> 18e7c2050528 [2023-02-24T18:51:40.480Z] Step 17/19 : LABEL arch=x86_64 [2023-02-24T18:51:40.480Z] ---> Running in e8291725c58e [2023-02-24T18:51:40.480Z] Removing intermediate container ebf9f126bf6b [2023-02-24T18:51:40.480Z] ---> 6b93fb27d25f [2023-02-24T18:51:40.481Z] 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-24T18:51:40.481Z] Removing intermediate container e8291725c58e [2023-02-24T18:51:40.481Z] ---> dc41d4540364 [2023-02-24T18:51:40.481Z] Step 18/19 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:51:40.481Z] ---> Running in 3d2ea9a07390 [2023-02-24T18:51:40.481Z] ---> 8792d3f62f67 [2023-02-24T18:51:40.481Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-24T18:51:40.481Z] ---> Running in b36ca52f68b4 [2023-02-24T18:51:40.481Z] Removing intermediate container b36ca52f68b4 [2023-02-24T18:51:40.481Z] ---> 1e242c11f033 [2023-02-24T18:51:40.481Z] Step 19/19 : LABEL version=3.0.0-dev.67 [2023-02-24T18:51:40.481Z] ---> d5e72d6b4103 [2023-02-24T18:51:40.481Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-24T18:51:40.481Z] ---> Running in fc691f48daa4 [2023-02-24T18:51:40.481Z] ---> Running in 48cd75423f8f [2023-02-24T18:51:40.481Z] Removing intermediate container fc691f48daa4 [2023-02-24T18:51:40.481Z] ---> 0acee0229c9b [2023-02-24T18:51:40.481Z] [2023-02-24T18:51:40.738Z] Removing intermediate container 48cd75423f8f [2023-02-24T18:51:40.738Z] ---> c9d5216daf4d [2023-02-24T18:51:40.738Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T18:51:40.738Z] Successfully built 0acee0229c9b [2023-02-24T18:51:40.738Z] ---> Running in 9bbef7a7fdd4 [2023-02-24T18:51:40.738Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-24T18:51:40.738Z]  Building security-spiffe-token-provider ... done Building security-spire-config [2023-02-24T18:51:40.738Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:40.738Z] Removing intermediate container 73510d85bf61 [2023-02-24T18:51:40.738Z] ---> 3303c8433d00 [2023-02-24T18:51:40.738Z] Step 11/24 : WORKDIR /edgex-go [2023-02-24T18:51:40.738Z] ---> Running in a11537ccb81e [2023-02-24T18:51:40.738Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:41.304Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-24T18:51:41.304Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-24T18:51:41.304Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T18:51:41.304Z] Executing ca-certificates-20220614-r0.trigger [2023-02-24T18:51:41.304Z] OK: 6 MiB in 16 packages [2023-02-24T18:51:42.698Z] Removing intermediate container 9bbef7a7fdd4 [2023-02-24T18:51:42.698Z] ---> d8f77e2b544b [2023-02-24T18:51:42.698Z] Step 21/23 : LABEL arch=x86_64 [2023-02-24T18:51:45.229Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:51:45.229Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:51:45.229Z] ---> b331f3564dfb [2023-02-24T18:51:45.229Z] Step 3/24 : WORKDIR /edgex-go [2023-02-24T18:51:45.229Z] ---> Using cache [2023-02-24T18:51:45.229Z] ---> 35a50a307d15 [2023-02-24T18:51:45.229Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-24T18:51:45.229Z] ---> Using cache [2023-02-24T18:51:45.229Z] ---> 57aaefb9a52c [2023-02-24T18:51:45.229Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-24T18:51:45.229Z] ---> Using cache [2023-02-24T18:51:45.229Z] ---> 82f2dc896112 [2023-02-24T18:51:45.229Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:51:45.229Z] ---> Using cache [2023-02-24T18:51:45.229Z] ---> a18428937b0b [2023-02-24T18:51:45.229Z] Step 7/24 : COPY . . [2023-02-24T18:51:45.229Z] ---> Using cache [2023-02-24T18:51:45.229Z] ---> bd799885a395 [2023-02-24T18:51:45.229Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-24T18:51:45.229Z] ---> Using cache [2023-02-24T18:51:45.229Z] ---> a337967ef5c7 [2023-02-24T18:51:45.229Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-24T18:51:45.229Z] ---> Using cache [2023-02-24T18:51:45.229Z] ---> 6b93fb27d25f [2023-02-24T18:51:45.229Z] 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-24T18:51:46.604Z] Removing intermediate container a11537ccb81e [2023-02-24T18:51:46.604Z] ---> b6f64cc6f222 [2023-02-24T18:51:46.604Z] [2023-02-24T18:51:46.604Z] Step 12/24 : FROM alpine:3.15 [2023-02-24T18:51:46.604Z] ---> 5ce65d7b0fde [2023-02-24T18:51:46.604Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-24T18:51:46.604Z] ---> Using cache [2023-02-24T18:51:46.604Z] ---> 7bc7a6ba6651 [2023-02-24T18:51:46.604Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-24T18:51:46.604Z] ---> Running in edc12167fae8 [2023-02-24T18:51:46.604Z] ---> Running in b656ea77d8b6 [2023-02-24T18:51:46.604Z] ---> Running in 9c1aea1026ee [2023-02-24T18:51:46.604Z] Removing intermediate container edc12167fae8 [2023-02-24T18:51:46.604Z] ---> 59594c158b48 [2023-02-24T18:51:46.604Z] Step 22/23 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:51:46.604Z] ---> Running in b8cb1728a6d2 [2023-02-24T18:51:46.604Z] Removing intermediate container 3d2ea9a07390 [2023-02-24T18:51:46.604Z] ---> 384ff1b55372 [2023-02-24T18:51:46.604Z] Step 11/23 : WORKDIR /edgex-go [2023-02-24T18:51:46.604Z] Removing intermediate container 1301ef858d1e [2023-02-24T18:51:46.604Z] ---> e87c3f56f7a5 [2023-02-24T18:51:46.604Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-24T18:51:46.604Z] Removing intermediate container b8cb1728a6d2 [2023-02-24T18:51:46.604Z] ---> 24cf5e02481a [2023-02-24T18:51:46.604Z] Step 23/23 : LABEL version=3.0.0-dev.67 [2023-02-24T18:51:46.604Z] ---> Running in 0cfd8625ac7e [2023-02-24T18:51:46.604Z] ---> Running in 9cfb2015c957 [2023-02-24T18:51:46.604Z] ---> Running in cf2185bbcded [2023-02-24T18:51:46.604Z] Removing intermediate container 0cfd8625ac7e [2023-02-24T18:51:46.604Z] ---> d1ccaf3cda31 [2023-02-24T18:51:46.604Z] [2023-02-24T18:51:46.604Z] Step 12/23 : FROM alpine:3.15 [2023-02-24T18:51:46.604Z] ---> 5ce65d7b0fde [2023-02-24T18:51:46.604Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-24T18:51:46.604Z] ---> Using cache [2023-02-24T18:51:46.604Z] ---> 7bc7a6ba6651 [2023-02-24T18:51:46.604Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-24T18:51:46.861Z] ---> Running in 6174f83915f2 [2023-02-24T18:51:46.861Z] Removing intermediate container 9cfb2015c957 [2023-02-24T18:51:46.861Z] ---> 30fe77c587e4 [2023-02-24T18:51:46.861Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-24T18:51:46.861Z] Removing intermediate container cf2185bbcded [2023-02-24T18:51:46.861Z] ---> 12dbdc3d9fc2 [2023-02-24T18:51:46.861Z] [2023-02-24T18:51:46.861Z] ---> Running in 661484fe1dc6 [2023-02-24T18:51:46.861Z] Successfully built 12dbdc3d9fc2 [2023-02-24T18:51:46.861Z] Successfully tagged core-command:latest [2023-02-24T18:51:46.861Z]  Building core-command ... done Removing intermediate container 661484fe1dc6 [2023-02-24T18:51:46.861Z] ---> c70801f5b448 [2023-02-24T18:51:46.861Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-24T18:51:46.861Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:46.861Z] ---> Running in f05a0abf6308 [2023-02-24T18:51:47.118Z] Removing intermediate container f05a0abf6308 [2023-02-24T18:51:47.118Z] ---> 4917ece32c9c [2023-02-24T18:51:47.118Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T18:51:47.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:47.118Z] ---> 3e4e8773c132 [2023-02-24T18:51:47.118Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-24T18:51:47.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:47.376Z] Removing intermediate container b656ea77d8b6 [2023-02-24T18:51:47.376Z] ---> 101b72d05ff3 [2023-02-24T18:51:47.376Z] Step 11/24 : WORKDIR /edgex-go [2023-02-24T18:51:47.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:47.376Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-24T18:51:47.376Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-24T18:51:47.376Z] OK: 15857 distinct packages available [2023-02-24T18:51:47.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:47.634Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-24T18:51:47.634Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-24T18:51:47.634Z] OK: 15857 distinct packages available [2023-02-24T18:51:47.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:47.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:47.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:47.893Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-24T18:51:47.893Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-24T18:51:47.893Z] (3/5) Installing libucontext (1.1-r0) [2023-02-24T18:51:47.893Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-24T18:51:47.893Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-24T18:51:47.893Z] Executing busybox-1.34.1-r7.trigger [2023-02-24T18:51:47.893Z] OK: 7 MiB in 19 packages [2023-02-24T18:51:47.893Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-24T18:51:47.893Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-24T18:51:47.893Z] (3/5) Installing libucontext (1.1-r0) [2023-02-24T18:51:47.893Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-24T18:51:47.893Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-24T18:51:47.893Z] Executing busybox-1.34.1-r7.trigger [2023-02-24T18:51:47.893Z] OK: 7 MiB in 19 packages [2023-02-24T18:51:47.893Z] ---> Running in 1e9c9a5c0576 [2023-02-24T18:51:47.893Z] ---> 635a93f42d02 [2023-02-24T18:51:47.893Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-24T18:51:47.893Z] Removing intermediate container 1e9c9a5c0576 [2023-02-24T18:51:47.893Z] ---> 6fd708912144 [2023-02-24T18:51:47.893Z] [2023-02-24T18:51:47.893Z] Step 12/24 : FROM alpine:3.15 [2023-02-24T18:51:47.893Z] ---> 5ce65d7b0fde [2023-02-24T18:51:47.893Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-24T18:51:47.893Z] ---> Using cache [2023-02-24T18:51:47.893Z] ---> 7bc7a6ba6651 [2023-02-24T18:51:47.893Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-24T18:51:48.158Z] ---> Running in 72091839cda5 [2023-02-24T18:51:48.158Z] ---> 3084a69b7394 [2023-02-24T18:51:48.158Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-24T18:51:48.158Z] ---> Running in 969376d0bc1b [2023-02-24T18:51:48.158Z] Removing intermediate container 969376d0bc1b [2023-02-24T18:51:48.158Z] ---> f55fb2f44736 [2023-02-24T18:51:48.158Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T18:51:48.416Z] ---> Running in 04589aa2b363 [2023-02-24T18:51:48.416Z] Removing intermediate container 9c1aea1026ee [2023-02-24T18:51:48.416Z] ---> 8aadf5430d22 [2023-02-24T18:51:48.416Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-24T18:51:48.416Z] Removing intermediate container 04589aa2b363 [2023-02-24T18:51:48.416Z] ---> dbd5445e57fa [2023-02-24T18:51:48.416Z] Step 20/22 : LABEL arch=x86_64 [2023-02-24T18:51:48.416Z] ---> Running in 99b416330579 [2023-02-24T18:51:48.416Z] Removing intermediate container 6174f83915f2 [2023-02-24T18:51:48.416Z] ---> 85ca81c20408 [2023-02-24T18:51:48.416Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-24T18:51:48.674Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:48.674Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:48.931Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-24T18:51:48.931Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-24T18:51:48.931Z] OK: 15857 distinct packages available [2023-02-24T18:51:48.931Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:48.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-24T18:51:49.190Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-24T18:51:49.190Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-24T18:51:49.190Z] (3/4) Installing libucontext (1.1-r0) [2023-02-24T18:51:49.190Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-24T18:51:49.190Z] Executing busybox-1.34.1-r7.trigger [2023-02-24T18:51:49.190Z] OK: 6 MiB in 18 packages [2023-02-24T18:51:50.123Z] Removing intermediate container 99b416330579 [2023-02-24T18:51:50.124Z] ---> 280c2063e9ac [2023-02-24T18:51:50.124Z] Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:51:51.057Z] ---> b572ed979f9d [2023-02-24T18:51:51.057Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-24T18:51:51.057Z] ---> Running in e00fd62c1351 [2023-02-24T18:51:51.057Z] ---> 7fd241e88db0 [2023-02-24T18:51:51.057Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-24T18:51:51.057Z] Removing intermediate container e00fd62c1351 [2023-02-24T18:51:51.057Z] ---> ae14c0c7b2eb [2023-02-24T18:51:51.057Z] Step 22/22 : LABEL version=3.0.0-dev.67 [2023-02-24T18:51:51.057Z] ---> Running in c49de12c122a [2023-02-24T18:51:51.057Z] ---> 649ff45fcd21 [2023-02-24T18:51:51.057Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-24T18:51:51.314Z] Removing intermediate container 72091839cda5 [2023-02-24T18:51:51.314Z] ---> 02c1aa4a020a [2023-02-24T18:51:51.314Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-24T18:51:51.314Z] Removing intermediate container c49de12c122a [2023-02-24T18:51:51.314Z] ---> 7553e455b6c0 [2023-02-24T18:51:51.315Z] [2023-02-24T18:51:51.315Z] ---> 0982713461e0 [2023-02-24T18:51:51.315Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-24T18:51:51.315Z] Successfully built 7553e455b6c0 [2023-02-24T18:51:51.315Z] Successfully tagged support-notifications:latest [2023-02-24T18:51:54.600Z]  Building support-notifications ... done  ---> eec3672efe8e [2023-02-24T18:51:54.600Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-24T18:51:54.600Z] ---> 72db57bffeea [2023-02-24T18:51:54.600Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-24T18:51:54.600Z] ---> Running in fa2e6258bc5e [2023-02-24T18:51:54.600Z] ---> daa4d2c30645 [2023-02-24T18:51:54.600Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-24T18:51:54.600Z] Removing intermediate container fa2e6258bc5e [2023-02-24T18:51:54.600Z] ---> 0a026df9bb07 [2023-02-24T18:51:54.600Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-24T18:51:54.600Z] ---> Running in e9ed31cb8bea [2023-02-24T18:51:54.600Z] ---> a3c4b4442737 [2023-02-24T18:51:54.600Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-24T18:51:54.600Z] ---> 6caab8730949 [2023-02-24T18:51:54.600Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-24T18:51:54.600Z] ---> Running in b8c90af62f6a [2023-02-24T18:51:54.863Z] Removing intermediate container e9ed31cb8bea [2023-02-24T18:51:54.863Z] ---> 43885f5d3e2e [2023-02-24T18:51:54.863Z] Step 21/23 : LABEL arch=x86_64 [2023-02-24T18:51:54.863Z] ---> Running in 8a28213fcbdc [2023-02-24T18:51:54.863Z] Removing intermediate container b8c90af62f6a [2023-02-24T18:51:54.863Z] ---> 8a18544ccd79 [2023-02-24T18:51:54.863Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-24T18:51:54.863Z] ---> 3c4ac0279fab [2023-02-24T18:51:54.863Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-24T18:51:54.863Z] Removing intermediate container 8a28213fcbdc [2023-02-24T18:51:54.863Z] ---> f8080d99cb5f [2023-02-24T18:51:54.863Z] Step 22/23 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:51:54.863Z] ---> Running in efd26d2be741 [2023-02-24T18:51:54.863Z] ---> 63e92dc81407 [2023-02-24T18:51:54.863Z] Step 19/24 : WORKDIR / [2023-02-24T18:51:55.121Z] ---> Running in 0291f323debd [2023-02-24T18:51:55.121Z] ---> dfd9e72d90f8 [2023-02-24T18:51:55.121Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-24T18:51:55.121Z] Removing intermediate container efd26d2be741 [2023-02-24T18:51:55.121Z] ---> 2901dd076cdc [2023-02-24T18:51:55.121Z] Step 23/23 : LABEL version=3.0.0-dev.67 [2023-02-24T18:51:55.121Z] ---> Running in 1d541e0ec2cd [2023-02-24T18:51:55.121Z] ---> Running in b578da5f3911 [2023-02-24T18:51:55.121Z] Removing intermediate container 0291f323debd [2023-02-24T18:51:55.121Z] ---> 99410b1d4667 [2023-02-24T18:51:55.121Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-24T18:51:55.121Z] ---> Running in 4dae34ab1ebd [2023-02-24T18:51:55.121Z] Removing intermediate container 1d541e0ec2cd [2023-02-24T18:51:55.121Z] ---> 4a5cffdeda03 [2023-02-24T18:51:55.121Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-24T18:51:55.381Z] ---> Running in d58135f4362d [2023-02-24T18:51:55.381Z] Removing intermediate container b578da5f3911 [2023-02-24T18:51:55.381Z] ---> d8b027d10fd2 [2023-02-24T18:51:55.381Z] [2023-02-24T18:51:55.381Z] Removing intermediate container 4dae34ab1ebd [2023-02-24T18:51:55.381Z] ---> a27db43b7a33 [2023-02-24T18:51:55.381Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-24T18:51:55.381Z] Successfully built d8b027d10fd2 [2023-02-24T18:51:55.382Z] ---> Running in d3c8b3ab1505 [2023-02-24T18:51:55.382Z] Successfully tagged security-spire-server:latest [2023-02-24T18:51:55.382Z]  Building security-spire-server ... done Removing intermediate container d58135f4362d [2023-02-24T18:51:55.382Z] ---> 33a0c6775528 [2023-02-24T18:51:55.382Z] Step 22/24 : LABEL arch=x86_64 [2023-02-24T18:51:55.382Z] ---> Running in 53e0681d7d8f [2023-02-24T18:51:55.382Z] Removing intermediate container d3c8b3ab1505 [2023-02-24T18:51:55.382Z] ---> 58fe27ba484b [2023-02-24T18:51:55.382Z] Step 22/24 : LABEL arch=x86_64 [2023-02-24T18:51:55.382Z] ---> Running in f4ad544e29a3 [2023-02-24T18:51:55.640Z] Removing intermediate container 53e0681d7d8f [2023-02-24T18:51:55.640Z] ---> 6817e23d8f5f [2023-02-24T18:51:55.640Z] Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:51:55.640Z] ---> Running in 13ed6dd1167d [2023-02-24T18:51:55.640Z] Removing intermediate container f4ad544e29a3 [2023-02-24T18:51:55.640Z] ---> 166a91d75b91 [2023-02-24T18:51:55.640Z] Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:51:55.640Z] ---> Running in 4f7be840e5e5 [2023-02-24T18:51:55.640Z] Removing intermediate container 13ed6dd1167d [2023-02-24T18:51:55.640Z] ---> a29f5065e6c0 [2023-02-24T18:51:55.640Z] Step 24/24 : LABEL version=3.0.0-dev.67 [2023-02-24T18:51:55.640Z] ---> Running in 8f21dd1ef8e0 [2023-02-24T18:51:55.640Z] Removing intermediate container 4f7be840e5e5 [2023-02-24T18:51:55.640Z] ---> b8a34b850b02 [2023-02-24T18:51:55.640Z] Step 24/24 : LABEL version=3.0.0-dev.67 [2023-02-24T18:51:55.898Z] ---> Running in 5d580a8564c0 [2023-02-24T18:51:55.898Z] Removing intermediate container 8f21dd1ef8e0 [2023-02-24T18:51:55.898Z] ---> adea1cad5955 [2023-02-24T18:51:55.898Z] [2023-02-24T18:51:55.898Z] Removing intermediate container 5d580a8564c0 [2023-02-24T18:51:55.898Z] ---> dd28dd83cf8c [2023-02-24T18:51:55.898Z] [2023-02-24T18:51:55.898Z] Successfully built adea1cad5955 [2023-02-24T18:51:55.898Z] Successfully tagged security-spire-agent:latest [2023-02-24T18:51:55.898Z]  Building security-spire-agent ... done Successfully built dd28dd83cf8c [2023-02-24T18:51:55.898Z] Successfully tagged security-spire-config:latest [2023-02-24T18:51:55.904Z]  Building security-spire-config ... done  [Pipeline] } [2023-02-24T18:51:55.914Z] $ docker stop --time=1 f650c0dc05b02239c3c3662f6c11134697db05376c0ed3b3dae7feb4de8e776c [2023-02-24T18:51:57.185Z] $ docker rm -f --volumes f650c0dc05b02239c3c3662f6c11134697db05376c0ed3b3dae7feb4de8e776c [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-24T18:51:57.513Z] + docker images [2023-02-24T18:51:57.513Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-24T18:51:57.513Z] security-spire-server latest d8b027d10fd2 2 seconds ago 86.5MB [2023-02-24T18:51:57.513Z] security-spire-config latest dd28dd83cf8c 2 seconds ago 85.8MB [2023-02-24T18:51:57.513Z] security-spire-agent latest adea1cad5955 2 seconds ago 125MB [2023-02-24T18:51:57.513Z] support-notifications latest 7553e455b6c0 6 seconds ago 30.7MB [2023-02-24T18:51:57.513Z] 6fd708912144 10 seconds ago 1.56GB [2023-02-24T18:51:57.513Z] d1ccaf3cda31 11 seconds ago 1.56GB [2023-02-24T18:51:57.513Z] core-command latest 12dbdc3d9fc2 11 seconds ago 17.7MB [2023-02-24T18:51:57.513Z] b6f64cc6f222 15 seconds ago 1.56GB [2023-02-24T18:51:57.513Z] security-spiffe-token-provider latest 0acee0229c9b 17 seconds ago 30MB [2023-02-24T18:51:57.513Z] 22cc5d62b550 18 seconds ago 1.76GB [2023-02-24T18:51:57.513Z] 19a8b0dad20d 45 seconds ago 1.69GB [2023-02-24T18:51:57.513Z] dc6fa364692f About a minute ago 1.73GB [2023-02-24T18:51:57.513Z] security-secretstore-setup latest 311b64162dc4 About a minute ago 30MB [2023-02-24T18:51:57.513Z] security-proxy-setup latest 9859a27d3ebf About a minute ago 27.8MB [2023-02-24T18:51:57.513Z] core-metadata latest 93b0aaf1683a About a minute ago 18.5MB [2023-02-24T18:51:57.513Z] a9fbd4fba7d7 2 minutes ago 1.68GB [2023-02-24T18:51:57.513Z] d2b87840905a 2 minutes ago 1.68GB [2023-02-24T18:51:57.513Z] b52f449b8152 2 minutes ago 1.7GB [2023-02-24T18:51:57.513Z] security-bootstrapper latest 6788a1e1d35e 2 minutes ago 20.4MB [2023-02-24T18:51:57.513Z] core-common-config-bootstrapper latest 8857addb7898 2 minutes ago 15.5MB [2023-02-24T18:51:57.513Z] core-data latest 27b34f12309e 2 minutes ago 17.9MB [2023-02-24T18:51:57.513Z] support-scheduler latest e60110ad8d01 2 minutes ago 30.1MB [2023-02-24T18:51:57.513Z] security-proxy-auth latest 0675521fc1e0 2 minutes ago 16.2MB [2023-02-24T18:51:57.513Z] 178c68821ded 3 minutes ago 1.75GB [2023-02-24T18:51:57.513Z] 70afc7a6510d 3 minutes ago 1.68GB [2023-02-24T18:51:57.513Z] 44e55061869c 3 minutes ago 1.67GB [2023-02-24T18:51:57.513Z] 6e45deaca832 3 minutes ago 1.68GB [2023-02-24T18:51:57.513Z] 4e89cae3bc37 3 minutes ago 1.7GB [2023-02-24T18:51:57.513Z] ci-base-image-x86_64 latest b331f3564dfb 9 minutes ago 904MB [2023-02-24T18:51:57.513Z] alpine 3.15 5ce65d7b0fde 13 days ago 5.59MB [2023-02-24T18:51:57.513Z] alpine 3.16 dfd21b5a31f5 13 days ago 5.55MB [2023-02-24T18:51:57.513Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-24T18:51:57.513Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-24T18:51:57.513Z] 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-24T18:51:57.626Z] provisioning config files... [2023-02-24T18:51:57.634Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/428@tmp/config11697952408178158041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T18:51:57.933Z] ---> docker-login.sh [2023-02-24T18:51:57.933Z] nexus3.edgexfoundry.org:10001 [2023-02-24T18:51:57.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:51:57.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:51:57.933Z] Configure a credential helper to remove this warning. See [2023-02-24T18:51:57.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:51:57.933Z] [2023-02-24T18:51:57.933Z] Login Succeeded [2023-02-24T18:51:57.933Z] nexus3.edgexfoundry.org:10002 [2023-02-24T18:51:57.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:51:57.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:51:57.933Z] Configure a credential helper to remove this warning. See [2023-02-24T18:51:57.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:51:57.933Z] [2023-02-24T18:51:57.933Z] Login Succeeded [2023-02-24T18:51:57.933Z] nexus3.edgexfoundry.org:10003 [2023-02-24T18:51:58.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:51:58.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:51:58.192Z] Configure a credential helper to remove this warning. See [2023-02-24T18:51:58.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:51:58.192Z] [2023-02-24T18:51:58.192Z] Login Succeeded [2023-02-24T18:51:58.192Z] nexus3.edgexfoundry.org:10004 [2023-02-24T18:51:58.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:51:58.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:51:58.192Z] Configure a credential helper to remove this warning. See [2023-02-24T18:51:58.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:51:58.192Z] [2023-02-24T18:51:58.192Z] Login Succeeded [2023-02-24T18:51:58.192Z] docker.io [2023-02-24T18:51:58.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T18:51:58.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T18:51:58.451Z] Configure a credential helper to remove this warning. See [2023-02-24T18:51:58.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T18:51:58.451Z] [2023-02-24T18:51:58.451Z] Login Succeeded [2023-02-24T18:51:58.451Z] ---> docker-login.sh ends [Pipeline] } [2023-02-24T18:51:58.458Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:51:58.488Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T18:51:58.511Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-24T18:51:58.511Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:51:58.511Z] latest [2023-02-24T18:51:58.511Z] 3.0.0-dev.67 [2023-02-24T18:51:58.511Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:51:58.511Z] main [2023-02-24T18:51:58.511Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:51:58.837Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:51:59.267Z] + docker push nexus3.edgexfoundry.org:10004/core-command:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:51:59.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-24T18:51:59.267Z] b172e41664a0: Preparing [2023-02-24T18:51:59.267Z] c4ed9233cf16: Preparing [2023-02-24T18:51:59.267Z] 559453f79041: Preparing [2023-02-24T18:51:59.267Z] 2f7c8388c216: Preparing [2023-02-24T18:51:59.267Z] aa5968d388b8: Preparing [2023-02-24T18:51:59.267Z] aa5968d388b8: Layer already exists [2023-02-24T18:51:59.267Z] 2f7c8388c216: Pushed [2023-02-24T18:51:59.267Z] 559453f79041: Pushed [2023-02-24T18:51:59.267Z] b172e41664a0: Pushed [2023-02-24T18:52:00.689Z] c4ed9233cf16: Pushed [2023-02-24T18:52:00.689Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:b5a106677d0370d61f6f254eab9848a320b41c2c8eb0d2a28485358691b01630 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:01.042Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:01.443Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-24T18:52:01.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-24T18:52:01.443Z] b172e41664a0: Preparing [2023-02-24T18:52:01.443Z] c4ed9233cf16: Preparing [2023-02-24T18:52:01.443Z] 559453f79041: Preparing [2023-02-24T18:52:01.443Z] 2f7c8388c216: Preparing [2023-02-24T18:52:01.443Z] aa5968d388b8: Preparing [2023-02-24T18:52:01.443Z] c4ed9233cf16: Layer already exists [2023-02-24T18:52:01.443Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:01.443Z] b172e41664a0: Layer already exists [2023-02-24T18:52:01.443Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:01.443Z] 559453f79041: Layer already exists [2023-02-24T18:52:01.443Z] latest: digest: sha256:b5a106677d0370d61f6f254eab9848a320b41c2c8eb0d2a28485358691b01630 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:01.780Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:02.079Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.67 [2023-02-24T18:52:02.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-24T18:52:02.080Z] b172e41664a0: Preparing [2023-02-24T18:52:02.080Z] c4ed9233cf16: Preparing [2023-02-24T18:52:02.080Z] 559453f79041: Preparing [2023-02-24T18:52:02.080Z] 2f7c8388c216: Preparing [2023-02-24T18:52:02.080Z] aa5968d388b8: Preparing [2023-02-24T18:52:02.080Z] b172e41664a0: Layer already exists [2023-02-24T18:52:02.080Z] 559453f79041: Layer already exists [2023-02-24T18:52:02.080Z] c4ed9233cf16: Layer already exists [2023-02-24T18:52:02.080Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:02.080Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:02.080Z] 3.0.0-dev.67: digest: sha256:b5a106677d0370d61f6f254eab9848a320b41c2c8eb0d2a28485358691b01630 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:02.385Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:02.693Z] + docker push nexus3.edgexfoundry.org:10004/core-command:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:02.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-24T18:52:02.693Z] b172e41664a0: Preparing [2023-02-24T18:52:02.693Z] c4ed9233cf16: Preparing [2023-02-24T18:52:02.693Z] 559453f79041: Preparing [2023-02-24T18:52:02.693Z] 2f7c8388c216: Preparing [2023-02-24T18:52:02.693Z] aa5968d388b8: Preparing [2023-02-24T18:52:02.693Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:02.693Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:02.693Z] 559453f79041: Layer already exists [2023-02-24T18:52:02.693Z] b172e41664a0: Layer already exists [2023-02-24T18:52:02.693Z] c4ed9233cf16: Layer already exists [2023-02-24T18:52:02.693Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:b5a106677d0370d61f6f254eab9848a320b41c2c8eb0d2a28485358691b01630 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:02.999Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:03.300Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-24T18:52:03.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-24T18:52:03.867Z] b172e41664a0: Preparing [2023-02-24T18:52:03.867Z] c4ed9233cf16: Preparing [2023-02-24T18:52:03.867Z] 559453f79041: Preparing [2023-02-24T18:52:03.867Z] 2f7c8388c216: Preparing [2023-02-24T18:52:03.867Z] aa5968d388b8: Preparing [2023-02-24T18:52:03.867Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:03.867Z] 559453f79041: Layer already exists [2023-02-24T18:52:03.867Z] c4ed9233cf16: Layer already exists [2023-02-24T18:52:03.867Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:03.867Z] b172e41664a0: Layer already exists [2023-02-24T18:52:03.867Z] main: digest: sha256:b5a106677d0370d61f6f254eab9848a320b41c2c8eb0d2a28485358691b01630 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:52:03.903Z] ===================================================== [Pipeline] echo [2023-02-24T18:52:03.909Z] taggedImages: [2023-02-24T18:52:03.909Z] - nexus3.edgexfoundry.org:10004/core-command:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:03.909Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-24T18:52:03.909Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.67 [2023-02-24T18:52:03.909Z] - nexus3.edgexfoundry.org:10004/core-command:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:03.909Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-24T18:52:03.929Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-24T18:52:03.929Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:03.929Z] latest [2023-02-24T18:52:03.929Z] 3.0.0-dev.67 [2023-02-24T18:52:03.929Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:03.929Z] main [2023-02-24T18:52:03.929Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:04.249Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:04.556Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:04.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-24T18:52:04.556Z] 4193b3fc37c1: Preparing [2023-02-24T18:52:04.556Z] b5d970965d5b: Preparing [2023-02-24T18:52:04.556Z] b68c9ae0a3a7: Preparing [2023-02-24T18:52:04.556Z] 3b89239d93f1: Preparing [2023-02-24T18:52:04.556Z] 559453f79041: Preparing [2023-02-24T18:52:04.556Z] 2f7c8388c216: Preparing [2023-02-24T18:52:04.556Z] aa5968d388b8: Preparing [2023-02-24T18:52:04.556Z] 2f7c8388c216: Waiting [2023-02-24T18:52:04.556Z] aa5968d388b8: Waiting [2023-02-24T18:52:04.556Z] 559453f79041: Layer already exists [2023-02-24T18:52:04.556Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:04.556Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:04.557Z] 4193b3fc37c1: Pushed [2023-02-24T18:52:04.557Z] b5d970965d5b: Pushed [2023-02-24T18:52:04.557Z] b68c9ae0a3a7: Pushed [2023-02-24T18:52:05.489Z] 3b89239d93f1: Pushed [2023-02-24T18:52:05.747Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:545206055ddadd49beedbe12a73c15a103ae102a51845771ae745f7ecc5698c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:06.051Z] + 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-24T18:52:06.349Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-24T18:52:06.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-24T18:52:06.349Z] 4193b3fc37c1: Preparing [2023-02-24T18:52:06.349Z] b5d970965d5b: Preparing [2023-02-24T18:52:06.349Z] b68c9ae0a3a7: Preparing [2023-02-24T18:52:06.349Z] 3b89239d93f1: Preparing [2023-02-24T18:52:06.349Z] 559453f79041: Preparing [2023-02-24T18:52:06.349Z] 2f7c8388c216: Preparing [2023-02-24T18:52:06.349Z] aa5968d388b8: Preparing [2023-02-24T18:52:06.349Z] 2f7c8388c216: Waiting [2023-02-24T18:52:06.349Z] aa5968d388b8: Waiting [2023-02-24T18:52:06.349Z] 3b89239d93f1: Layer already exists [2023-02-24T18:52:06.349Z] 4193b3fc37c1: Layer already exists [2023-02-24T18:52:06.349Z] b68c9ae0a3a7: Layer already exists [2023-02-24T18:52:06.349Z] 559453f79041: Layer already exists [2023-02-24T18:52:06.349Z] b5d970965d5b: Layer already exists [2023-02-24T18:52:06.349Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:06.349Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:06.349Z] latest: digest: sha256:545206055ddadd49beedbe12a73c15a103ae102a51845771ae745f7ecc5698c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:06.654Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:06.961Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.67 [2023-02-24T18:52:06.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-24T18:52:06.961Z] 4193b3fc37c1: Preparing [2023-02-24T18:52:06.961Z] b5d970965d5b: Preparing [2023-02-24T18:52:06.961Z] b68c9ae0a3a7: Preparing [2023-02-24T18:52:06.961Z] 3b89239d93f1: Preparing [2023-02-24T18:52:06.961Z] 559453f79041: Preparing [2023-02-24T18:52:06.961Z] 2f7c8388c216: Preparing [2023-02-24T18:52:06.961Z] aa5968d388b8: Preparing [2023-02-24T18:52:06.961Z] 2f7c8388c216: Waiting [2023-02-24T18:52:06.961Z] 4193b3fc37c1: Layer already exists [2023-02-24T18:52:06.961Z] 559453f79041: Layer already exists [2023-02-24T18:52:06.961Z] 3b89239d93f1: Layer already exists [2023-02-24T18:52:06.961Z] b5d970965d5b: Layer already exists [2023-02-24T18:52:06.961Z] b68c9ae0a3a7: Layer already exists [2023-02-24T18:52:06.961Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:06.961Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:06.961Z] 3.0.0-dev.67: digest: sha256:545206055ddadd49beedbe12a73c15a103ae102a51845771ae745f7ecc5698c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:07.274Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:07.576Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:07.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-24T18:52:07.577Z] 4193b3fc37c1: Preparing [2023-02-24T18:52:07.577Z] b5d970965d5b: Preparing [2023-02-24T18:52:07.577Z] b68c9ae0a3a7: Preparing [2023-02-24T18:52:07.577Z] 3b89239d93f1: Preparing [2023-02-24T18:52:07.577Z] 559453f79041: Preparing [2023-02-24T18:52:07.577Z] 2f7c8388c216: Preparing [2023-02-24T18:52:07.577Z] aa5968d388b8: Preparing [2023-02-24T18:52:07.577Z] 2f7c8388c216: Waiting [2023-02-24T18:52:07.577Z] aa5968d388b8: Waiting [2023-02-24T18:52:07.577Z] 559453f79041: Layer already exists [2023-02-24T18:52:07.577Z] 3b89239d93f1: Layer already exists [2023-02-24T18:52:07.577Z] b5d970965d5b: Layer already exists [2023-02-24T18:52:07.577Z] b68c9ae0a3a7: Layer already exists [2023-02-24T18:52:07.577Z] 4193b3fc37c1: Layer already exists [2023-02-24T18:52:07.577Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:07.577Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:07.577Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:545206055ddadd49beedbe12a73c15a103ae102a51845771ae745f7ecc5698c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:07.884Z] + 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-24T18:52:08.241Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-24T18:52:08.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-24T18:52:08.241Z] 4193b3fc37c1: Preparing [2023-02-24T18:52:08.241Z] b5d970965d5b: Preparing [2023-02-24T18:52:08.241Z] b68c9ae0a3a7: Preparing [2023-02-24T18:52:08.241Z] 3b89239d93f1: Preparing [2023-02-24T18:52:08.241Z] 559453f79041: Preparing [2023-02-24T18:52:08.241Z] 2f7c8388c216: Preparing [2023-02-24T18:52:08.241Z] aa5968d388b8: Preparing [2023-02-24T18:52:08.241Z] aa5968d388b8: Waiting [2023-02-24T18:52:08.241Z] 2f7c8388c216: Waiting [2023-02-24T18:52:08.241Z] b68c9ae0a3a7: Layer already exists [2023-02-24T18:52:08.241Z] 3b89239d93f1: Layer already exists [2023-02-24T18:52:08.241Z] b5d970965d5b: Layer already exists [2023-02-24T18:52:08.241Z] 559453f79041: Layer already exists [2023-02-24T18:52:08.241Z] 4193b3fc37c1: Layer already exists [2023-02-24T18:52:08.241Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:08.241Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:08.241Z] main: digest: sha256:545206055ddadd49beedbe12a73c15a103ae102a51845771ae745f7ecc5698c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:52:08.277Z] ===================================================== [Pipeline] echo [2023-02-24T18:52:08.283Z] taggedImages: [2023-02-24T18:52:08.283Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:08.283Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-24T18:52:08.283Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.67 [2023-02-24T18:52:08.283Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:08.283Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-24T18:52:08.298Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-24T18:52:08.298Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:08.298Z] latest [2023-02-24T18:52:08.298Z] 3.0.0-dev.67 [2023-02-24T18:52:08.298Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:08.298Z] main [2023-02-24T18:52:08.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:08.618Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:08.929Z] + docker push nexus3.edgexfoundry.org:10004/core-data:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:08.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-24T18:52:08.929Z] 0c59413189cd: Preparing [2023-02-24T18:52:08.929Z] b221dfae9ffd: Preparing [2023-02-24T18:52:08.929Z] 559453f79041: Preparing [2023-02-24T18:52:08.929Z] 052cc5804e45: Preparing [2023-02-24T18:52:08.929Z] aa5968d388b8: Preparing [2023-02-24T18:52:08.929Z] 559453f79041: Layer already exists [2023-02-24T18:52:08.929Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:08.929Z] 0c59413189cd: Pushed [2023-02-24T18:52:08.929Z] 052cc5804e45: Pushed [2023-02-24T18:52:10.308Z] b221dfae9ffd: Pushed [2023-02-24T18:52:10.308Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:8280e92712b8ba46f4730cb4ee3e0eb08c6714a58fc0f658ee64c5ce4db1a496 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:10.615Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:10.918Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-24T18:52:10.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-24T18:52:10.919Z] 0c59413189cd: Preparing [2023-02-24T18:52:10.919Z] b221dfae9ffd: Preparing [2023-02-24T18:52:10.919Z] 559453f79041: Preparing [2023-02-24T18:52:10.919Z] 052cc5804e45: Preparing [2023-02-24T18:52:10.919Z] aa5968d388b8: Preparing [2023-02-24T18:52:10.919Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:10.919Z] 0c59413189cd: Layer already exists [2023-02-24T18:52:10.919Z] 052cc5804e45: Layer already exists [2023-02-24T18:52:10.919Z] 559453f79041: Layer already exists [2023-02-24T18:52:10.919Z] b221dfae9ffd: Layer already exists [2023-02-24T18:52:10.919Z] latest: digest: sha256:8280e92712b8ba46f4730cb4ee3e0eb08c6714a58fc0f658ee64c5ce4db1a496 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:11.222Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:11.522Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.67 [2023-02-24T18:52:11.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-24T18:52:11.523Z] 0c59413189cd: Preparing [2023-02-24T18:52:11.523Z] b221dfae9ffd: Preparing [2023-02-24T18:52:11.523Z] 559453f79041: Preparing [2023-02-24T18:52:11.523Z] 052cc5804e45: Preparing [2023-02-24T18:52:11.523Z] aa5968d388b8: Preparing [2023-02-24T18:52:11.523Z] 0c59413189cd: Layer already exists [2023-02-24T18:52:11.523Z] 559453f79041: Layer already exists [2023-02-24T18:52:11.523Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:11.523Z] b221dfae9ffd: Layer already exists [2023-02-24T18:52:11.523Z] 052cc5804e45: Layer already exists [2023-02-24T18:52:11.523Z] 3.0.0-dev.67: digest: sha256:8280e92712b8ba46f4730cb4ee3e0eb08c6714a58fc0f658ee64c5ce4db1a496 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:11.832Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:12.144Z] + docker push nexus3.edgexfoundry.org:10004/core-data:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:12.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-24T18:52:12.145Z] 0c59413189cd: Preparing [2023-02-24T18:52:12.145Z] b221dfae9ffd: Preparing [2023-02-24T18:52:12.145Z] 559453f79041: Preparing [2023-02-24T18:52:12.145Z] 052cc5804e45: Preparing [2023-02-24T18:52:12.145Z] aa5968d388b8: Preparing [2023-02-24T18:52:12.145Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:12.145Z] 0c59413189cd: Layer already exists [2023-02-24T18:52:12.145Z] 559453f79041: Layer already exists [2023-02-24T18:52:12.145Z] 052cc5804e45: Layer already exists [2023-02-24T18:52:12.145Z] b221dfae9ffd: Layer already exists [2023-02-24T18:52:12.145Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:8280e92712b8ba46f4730cb4ee3e0eb08c6714a58fc0f658ee64c5ce4db1a496 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:12.462Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:12.774Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-24T18:52:12.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-24T18:52:12.774Z] 0c59413189cd: Preparing [2023-02-24T18:52:12.774Z] b221dfae9ffd: Preparing [2023-02-24T18:52:12.774Z] 559453f79041: Preparing [2023-02-24T18:52:12.774Z] 052cc5804e45: Preparing [2023-02-24T18:52:12.774Z] aa5968d388b8: Preparing [2023-02-24T18:52:12.774Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:12.774Z] 052cc5804e45: Layer already exists [2023-02-24T18:52:12.774Z] 0c59413189cd: Layer already exists [2023-02-24T18:52:12.774Z] b221dfae9ffd: Layer already exists [2023-02-24T18:52:12.774Z] 559453f79041: Layer already exists [2023-02-24T18:52:12.774Z] main: digest: sha256:8280e92712b8ba46f4730cb4ee3e0eb08c6714a58fc0f658ee64c5ce4db1a496 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:52:12.808Z] ===================================================== [Pipeline] echo [2023-02-24T18:52:12.814Z] taggedImages: [2023-02-24T18:52:12.814Z] - nexus3.edgexfoundry.org:10004/core-data:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:12.814Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-24T18:52:12.814Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.67 [2023-02-24T18:52:12.814Z] - nexus3.edgexfoundry.org:10004/core-data:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:12.814Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-02-24T18:52:12.828Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-24T18:52:12.828Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:12.828Z] latest [2023-02-24T18:52:12.828Z] 3.0.0-dev.67 [2023-02-24T18:52:12.828Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:12.828Z] main [2023-02-24T18:52:12.828Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:13.129Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:13.431Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:13.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-24T18:52:13.431Z] f2484b33a8bb: Preparing [2023-02-24T18:52:13.431Z] 56a88d870b59: Preparing [2023-02-24T18:52:13.431Z] 3184e8f8189e: Preparing [2023-02-24T18:52:13.431Z] 559453f79041: Preparing [2023-02-24T18:52:13.431Z] 2f7c8388c216: Preparing [2023-02-24T18:52:13.431Z] aa5968d388b8: Preparing [2023-02-24T18:52:13.431Z] aa5968d388b8: Waiting [2023-02-24T18:52:13.431Z] 559453f79041: Layer already exists [2023-02-24T18:52:13.431Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:13.431Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:13.431Z] f2484b33a8bb: Pushed [2023-02-24T18:52:13.431Z] 56a88d870b59: Pushed [2023-02-24T18:52:14.810Z] 3184e8f8189e: Pushed [2023-02-24T18:52:14.810Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:2d81e1b33444dabe05983cbb1c8dd03e8da6473d823e2a8efbe1bef7bd42302a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:15.115Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:15.412Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-24T18:52:15.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-24T18:52:15.412Z] f2484b33a8bb: Preparing [2023-02-24T18:52:15.412Z] 56a88d870b59: Preparing [2023-02-24T18:52:15.412Z] 3184e8f8189e: Preparing [2023-02-24T18:52:15.412Z] 559453f79041: Preparing [2023-02-24T18:52:15.412Z] 2f7c8388c216: Preparing [2023-02-24T18:52:15.412Z] aa5968d388b8: Preparing [2023-02-24T18:52:15.412Z] aa5968d388b8: Waiting [2023-02-24T18:52:15.412Z] 559453f79041: Layer already exists [2023-02-24T18:52:15.412Z] 56a88d870b59: Layer already exists [2023-02-24T18:52:15.412Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:15.412Z] f2484b33a8bb: Layer already exists [2023-02-24T18:52:15.412Z] 3184e8f8189e: Layer already exists [2023-02-24T18:52:15.412Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:15.412Z] latest: digest: sha256:2d81e1b33444dabe05983cbb1c8dd03e8da6473d823e2a8efbe1bef7bd42302a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:15.718Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:16.018Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.67 [2023-02-24T18:52:16.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-24T18:52:16.018Z] f2484b33a8bb: Preparing [2023-02-24T18:52:16.018Z] 56a88d870b59: Preparing [2023-02-24T18:52:16.018Z] 3184e8f8189e: Preparing [2023-02-24T18:52:16.018Z] 559453f79041: Preparing [2023-02-24T18:52:16.018Z] 2f7c8388c216: Preparing [2023-02-24T18:52:16.018Z] aa5968d388b8: Preparing [2023-02-24T18:52:16.018Z] aa5968d388b8: Waiting [2023-02-24T18:52:16.018Z] f2484b33a8bb: Layer already exists [2023-02-24T18:52:16.018Z] 3184e8f8189e: Layer already exists [2023-02-24T18:52:16.018Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:16.018Z] 56a88d870b59: Layer already exists [2023-02-24T18:52:16.018Z] 559453f79041: Layer already exists [2023-02-24T18:52:16.018Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:16.018Z] 3.0.0-dev.67: digest: sha256:2d81e1b33444dabe05983cbb1c8dd03e8da6473d823e2a8efbe1bef7bd42302a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:16.322Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:16.623Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:16.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-24T18:52:16.623Z] f2484b33a8bb: Preparing [2023-02-24T18:52:16.623Z] 56a88d870b59: Preparing [2023-02-24T18:52:16.623Z] 3184e8f8189e: Preparing [2023-02-24T18:52:16.623Z] 559453f79041: Preparing [2023-02-24T18:52:16.623Z] 2f7c8388c216: Preparing [2023-02-24T18:52:16.623Z] aa5968d388b8: Preparing [2023-02-24T18:52:16.623Z] aa5968d388b8: Waiting [2023-02-24T18:52:16.623Z] 559453f79041: Layer already exists [2023-02-24T18:52:16.623Z] f2484b33a8bb: Layer already exists [2023-02-24T18:52:16.623Z] 56a88d870b59: Layer already exists [2023-02-24T18:52:16.623Z] 3184e8f8189e: Layer already exists [2023-02-24T18:52:16.623Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:16.623Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:16.623Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:2d81e1b33444dabe05983cbb1c8dd03e8da6473d823e2a8efbe1bef7bd42302a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:16.927Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:17.231Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-24T18:52:17.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-24T18:52:17.231Z] f2484b33a8bb: Preparing [2023-02-24T18:52:17.231Z] 56a88d870b59: Preparing [2023-02-24T18:52:17.231Z] 3184e8f8189e: Preparing [2023-02-24T18:52:17.231Z] 559453f79041: Preparing [2023-02-24T18:52:17.231Z] 2f7c8388c216: Preparing [2023-02-24T18:52:17.231Z] aa5968d388b8: Preparing [2023-02-24T18:52:17.231Z] aa5968d388b8: Waiting [2023-02-24T18:52:17.231Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:17.231Z] 559453f79041: Layer already exists [2023-02-24T18:52:17.231Z] 3184e8f8189e: Layer already exists [2023-02-24T18:52:17.231Z] 56a88d870b59: Layer already exists [2023-02-24T18:52:17.231Z] f2484b33a8bb: Layer already exists [2023-02-24T18:52:17.231Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:17.231Z] main: digest: sha256:2d81e1b33444dabe05983cbb1c8dd03e8da6473d823e2a8efbe1bef7bd42302a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:52:17.264Z] ===================================================== [Pipeline] echo [2023-02-24T18:52:17.269Z] taggedImages: [2023-02-24T18:52:17.269Z] - nexus3.edgexfoundry.org:10004/core-metadata:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:17.269Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-24T18:52:17.269Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.67 [2023-02-24T18:52:17.269Z] - nexus3.edgexfoundry.org:10004/core-metadata:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:17.269Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-24T18:52:17.283Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-24T18:52:17.283Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:17.283Z] latest [2023-02-24T18:52:17.283Z] 3.0.0-dev.67 [2023-02-24T18:52:17.283Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:17.283Z] main [2023-02-24T18:52:17.283Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:17.584Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:17.883Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:17.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-24T18:52:17.883Z] 93dd3c7cd30b: Preparing [2023-02-24T18:52:17.883Z] 93dd3c7cd30b: Preparing [2023-02-24T18:52:17.883Z] b943a76ff013: Preparing [2023-02-24T18:52:17.883Z] 721b0ae38199: Preparing [2023-02-24T18:52:17.883Z] 6e93abecd8b5: Preparing [2023-02-24T18:52:17.883Z] e1b4db647ce6: Preparing [2023-02-24T18:52:17.883Z] 2e7ce4fbddb6: Preparing [2023-02-24T18:52:17.883Z] 559453f79041: Preparing [2023-02-24T18:52:17.883Z] c27ccc47b3c0: Preparing [2023-02-24T18:52:17.883Z] 7a5743b33e03: Preparing [2023-02-24T18:52:17.883Z] aad00a702a10: Preparing [2023-02-24T18:52:17.883Z] b56f20f9daa9: Preparing [2023-02-24T18:52:17.883Z] aa5968d388b8: Preparing [2023-02-24T18:52:17.883Z] 7a5743b33e03: Waiting [2023-02-24T18:52:17.883Z] aad00a702a10: Waiting [2023-02-24T18:52:17.883Z] b56f20f9daa9: Waiting [2023-02-24T18:52:17.883Z] aa5968d388b8: Waiting [2023-02-24T18:52:17.883Z] 2e7ce4fbddb6: Waiting [2023-02-24T18:52:17.883Z] 559453f79041: Waiting [2023-02-24T18:52:17.883Z] c27ccc47b3c0: Waiting [2023-02-24T18:52:17.883Z] b943a76ff013: Pushed [2023-02-24T18:52:17.883Z] e1b4db647ce6: Pushed [2023-02-24T18:52:17.883Z] 6e93abecd8b5: Pushed [2023-02-24T18:52:17.883Z] 93dd3c7cd30b: Pushed [2023-02-24T18:52:17.883Z] 721b0ae38199: Pushed [2023-02-24T18:52:17.883Z] 559453f79041: Layer already exists [2023-02-24T18:52:18.141Z] c27ccc47b3c0: Pushed [2023-02-24T18:52:18.141Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:18.141Z] b56f20f9daa9: Pushed [2023-02-24T18:52:18.141Z] 7a5743b33e03: Pushed [2023-02-24T18:52:18.141Z] aad00a702a10: Pushed [2023-02-24T18:52:20.044Z] 2e7ce4fbddb6: Pushed [2023-02-24T18:52:20.044Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:3bf14a20bb12e1075f5e2f96f7aa31e5bdc402a0be2f10d4ce608d29be3680a6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:20.361Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:20.667Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-24T18:52:20.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-24T18:52:20.667Z] 93dd3c7cd30b: Preparing [2023-02-24T18:52:20.667Z] 93dd3c7cd30b: Preparing [2023-02-24T18:52:20.667Z] b943a76ff013: Preparing [2023-02-24T18:52:20.667Z] 721b0ae38199: Preparing [2023-02-24T18:52:20.667Z] 6e93abecd8b5: Preparing [2023-02-24T18:52:20.667Z] e1b4db647ce6: Preparing [2023-02-24T18:52:20.667Z] 2e7ce4fbddb6: Preparing [2023-02-24T18:52:20.667Z] 559453f79041: Preparing [2023-02-24T18:52:20.667Z] c27ccc47b3c0: Preparing [2023-02-24T18:52:20.667Z] 7a5743b33e03: Preparing [2023-02-24T18:52:20.667Z] aad00a702a10: Preparing [2023-02-24T18:52:20.667Z] b56f20f9daa9: Preparing [2023-02-24T18:52:20.667Z] aa5968d388b8: Preparing [2023-02-24T18:52:20.667Z] 559453f79041: Waiting [2023-02-24T18:52:20.667Z] c27ccc47b3c0: Waiting [2023-02-24T18:52:20.667Z] 7a5743b33e03: Waiting [2023-02-24T18:52:20.667Z] aad00a702a10: Waiting [2023-02-24T18:52:20.667Z] b56f20f9daa9: Waiting [2023-02-24T18:52:20.667Z] aa5968d388b8: Waiting [2023-02-24T18:52:20.667Z] 2e7ce4fbddb6: Waiting [2023-02-24T18:52:20.667Z] b943a76ff013: Layer already exists [2023-02-24T18:52:20.667Z] 93dd3c7cd30b: Layer already exists [2023-02-24T18:52:20.667Z] 721b0ae38199: Layer already exists [2023-02-24T18:52:20.667Z] 6e93abecd8b5: Layer already exists [2023-02-24T18:52:20.667Z] e1b4db647ce6: Layer already exists [2023-02-24T18:52:20.667Z] 2e7ce4fbddb6: Layer already exists [2023-02-24T18:52:20.667Z] aad00a702a10: Layer already exists [2023-02-24T18:52:20.667Z] 559453f79041: Layer already exists [2023-02-24T18:52:20.667Z] 7a5743b33e03: Layer already exists [2023-02-24T18:52:20.667Z] c27ccc47b3c0: Layer already exists [2023-02-24T18:52:20.667Z] b56f20f9daa9: Layer already exists [2023-02-24T18:52:20.667Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:20.667Z] latest: digest: sha256:3bf14a20bb12e1075f5e2f96f7aa31e5bdc402a0be2f10d4ce608d29be3680a6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:20.979Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:21.286Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.67 [2023-02-24T18:52:21.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-24T18:52:21.287Z] 93dd3c7cd30b: Preparing [2023-02-24T18:52:21.287Z] 93dd3c7cd30b: Preparing [2023-02-24T18:52:21.287Z] b943a76ff013: Preparing [2023-02-24T18:52:21.287Z] 721b0ae38199: Preparing [2023-02-24T18:52:21.287Z] 6e93abecd8b5: Preparing [2023-02-24T18:52:21.287Z] e1b4db647ce6: Preparing [2023-02-24T18:52:21.287Z] 2e7ce4fbddb6: Preparing [2023-02-24T18:52:21.287Z] 559453f79041: Preparing [2023-02-24T18:52:21.287Z] c27ccc47b3c0: Preparing [2023-02-24T18:52:21.287Z] 7a5743b33e03: Preparing [2023-02-24T18:52:21.287Z] aad00a702a10: Preparing [2023-02-24T18:52:21.287Z] b56f20f9daa9: Preparing [2023-02-24T18:52:21.287Z] aa5968d388b8: Preparing [2023-02-24T18:52:21.287Z] 2e7ce4fbddb6: Waiting [2023-02-24T18:52:21.287Z] 559453f79041: Waiting [2023-02-24T18:52:21.287Z] c27ccc47b3c0: Waiting [2023-02-24T18:52:21.287Z] 7a5743b33e03: Waiting [2023-02-24T18:52:21.287Z] aad00a702a10: Waiting [2023-02-24T18:52:21.287Z] b56f20f9daa9: Waiting [2023-02-24T18:52:21.287Z] aa5968d388b8: Waiting [2023-02-24T18:52:21.287Z] 6e93abecd8b5: Layer already exists [2023-02-24T18:52:21.287Z] 721b0ae38199: Layer already exists [2023-02-24T18:52:21.287Z] 93dd3c7cd30b: Layer already exists [2023-02-24T18:52:21.287Z] b943a76ff013: Layer already exists [2023-02-24T18:52:21.287Z] e1b4db647ce6: Layer already exists [2023-02-24T18:52:21.287Z] 2e7ce4fbddb6: Layer already exists [2023-02-24T18:52:21.287Z] 559453f79041: Layer already exists [2023-02-24T18:52:21.287Z] 7a5743b33e03: Layer already exists [2023-02-24T18:52:21.287Z] c27ccc47b3c0: Layer already exists [2023-02-24T18:52:21.287Z] aad00a702a10: Layer already exists [2023-02-24T18:52:21.287Z] b56f20f9daa9: Layer already exists [2023-02-24T18:52:21.287Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:21.287Z] 3.0.0-dev.67: digest: sha256:3bf14a20bb12e1075f5e2f96f7aa31e5bdc402a0be2f10d4ce608d29be3680a6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:21.590Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:21.899Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:21.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-24T18:52:21.899Z] 93dd3c7cd30b: Preparing [2023-02-24T18:52:21.899Z] 93dd3c7cd30b: Preparing [2023-02-24T18:52:21.899Z] b943a76ff013: Preparing [2023-02-24T18:52:21.899Z] 721b0ae38199: Preparing [2023-02-24T18:52:21.899Z] 6e93abecd8b5: Preparing [2023-02-24T18:52:21.899Z] e1b4db647ce6: Preparing [2023-02-24T18:52:21.899Z] 2e7ce4fbddb6: Preparing [2023-02-24T18:52:21.899Z] 559453f79041: Preparing [2023-02-24T18:52:21.899Z] c27ccc47b3c0: Preparing [2023-02-24T18:52:21.899Z] 2e7ce4fbddb6: Waiting [2023-02-24T18:52:21.899Z] 7a5743b33e03: Preparing [2023-02-24T18:52:21.899Z] 559453f79041: Waiting [2023-02-24T18:52:21.899Z] c27ccc47b3c0: Waiting [2023-02-24T18:52:21.899Z] 7a5743b33e03: Waiting [2023-02-24T18:52:21.899Z] aad00a702a10: Preparing [2023-02-24T18:52:21.899Z] b56f20f9daa9: Preparing [2023-02-24T18:52:21.899Z] aa5968d388b8: Preparing [2023-02-24T18:52:21.899Z] aad00a702a10: Waiting [2023-02-24T18:52:21.899Z] b56f20f9daa9: Waiting [2023-02-24T18:52:21.899Z] aa5968d388b8: Waiting [2023-02-24T18:52:21.899Z] 6e93abecd8b5: Layer already exists [2023-02-24T18:52:21.899Z] b943a76ff013: Layer already exists [2023-02-24T18:52:21.899Z] 93dd3c7cd30b: Layer already exists [2023-02-24T18:52:21.899Z] e1b4db647ce6: Layer already exists [2023-02-24T18:52:21.899Z] 721b0ae38199: Layer already exists [2023-02-24T18:52:21.899Z] 2e7ce4fbddb6: Layer already exists [2023-02-24T18:52:21.899Z] 559453f79041: Layer already exists [2023-02-24T18:52:21.899Z] aad00a702a10: Layer already exists [2023-02-24T18:52:21.899Z] c27ccc47b3c0: Layer already exists [2023-02-24T18:52:21.899Z] 7a5743b33e03: Layer already exists [2023-02-24T18:52:21.899Z] b56f20f9daa9: Layer already exists [2023-02-24T18:52:21.899Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:21.899Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:3bf14a20bb12e1075f5e2f96f7aa31e5bdc402a0be2f10d4ce608d29be3680a6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:22.206Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:22.509Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-24T18:52:22.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-24T18:52:22.509Z] 93dd3c7cd30b: Preparing [2023-02-24T18:52:22.509Z] 93dd3c7cd30b: Preparing [2023-02-24T18:52:22.509Z] b943a76ff013: Preparing [2023-02-24T18:52:22.509Z] 721b0ae38199: Preparing [2023-02-24T18:52:22.509Z] 6e93abecd8b5: Preparing [2023-02-24T18:52:22.509Z] e1b4db647ce6: Preparing [2023-02-24T18:52:22.509Z] 2e7ce4fbddb6: Preparing [2023-02-24T18:52:22.509Z] 559453f79041: Preparing [2023-02-24T18:52:22.509Z] c27ccc47b3c0: Preparing [2023-02-24T18:52:22.509Z] 7a5743b33e03: Preparing [2023-02-24T18:52:22.509Z] c27ccc47b3c0: Waiting [2023-02-24T18:52:22.509Z] 2e7ce4fbddb6: Waiting [2023-02-24T18:52:22.509Z] aad00a702a10: Preparing [2023-02-24T18:52:22.509Z] b56f20f9daa9: Preparing [2023-02-24T18:52:22.509Z] aa5968d388b8: Preparing [2023-02-24T18:52:22.509Z] aad00a702a10: Waiting [2023-02-24T18:52:22.509Z] b56f20f9daa9: Waiting [2023-02-24T18:52:22.509Z] 559453f79041: Waiting [2023-02-24T18:52:22.509Z] aa5968d388b8: Waiting [2023-02-24T18:52:22.509Z] 6e93abecd8b5: Layer already exists [2023-02-24T18:52:22.509Z] b943a76ff013: Layer already exists [2023-02-24T18:52:22.509Z] 93dd3c7cd30b: Layer already exists [2023-02-24T18:52:22.509Z] e1b4db647ce6: Layer already exists [2023-02-24T18:52:22.509Z] 721b0ae38199: Layer already exists [2023-02-24T18:52:22.509Z] 2e7ce4fbddb6: Layer already exists [2023-02-24T18:52:22.509Z] aad00a702a10: Layer already exists [2023-02-24T18:52:22.509Z] 559453f79041: Layer already exists [2023-02-24T18:52:22.509Z] 7a5743b33e03: Layer already exists [2023-02-24T18:52:22.509Z] c27ccc47b3c0: Layer already exists [2023-02-24T18:52:22.509Z] b56f20f9daa9: Layer already exists [2023-02-24T18:52:22.509Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:22.509Z] main: digest: sha256:3bf14a20bb12e1075f5e2f96f7aa31e5bdc402a0be2f10d4ce608d29be3680a6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:52:22.542Z] ===================================================== [Pipeline] echo [2023-02-24T18:52:22.548Z] taggedImages: [2023-02-24T18:52:22.548Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:22.548Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-24T18:52:22.548Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.67 [2023-02-24T18:52:22.548Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:22.548Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-24T18:52:22.562Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-02-24T18:52:22.562Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:22.562Z] latest [2023-02-24T18:52:22.562Z] 3.0.0-dev.67 [2023-02-24T18:52:22.562Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:22.562Z] main [2023-02-24T18:52:22.562Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:22.864Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:23.165Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:23.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-02-24T18:52:23.165Z] 0f2ccd558e00: Preparing [2023-02-24T18:52:23.165Z] 5df4ca653034: Preparing [2023-02-24T18:52:23.165Z] 585d7e8880db: Preparing [2023-02-24T18:52:23.165Z] 6c0a91c2c716: Preparing [2023-02-24T18:52:23.165Z] 559453f79041: Preparing [2023-02-24T18:52:23.165Z] 2f7c8388c216: Preparing [2023-02-24T18:52:23.165Z] aa5968d388b8: Preparing [2023-02-24T18:52:23.165Z] 2f7c8388c216: Waiting [2023-02-24T18:52:23.165Z] aa5968d388b8: Waiting [2023-02-24T18:52:23.165Z] 559453f79041: Layer already exists [2023-02-24T18:52:23.165Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:23.165Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:23.165Z] 5df4ca653034: Pushed [2023-02-24T18:52:23.165Z] 585d7e8880db: Pushed [2023-02-24T18:52:23.165Z] 0f2ccd558e00: Pushed [2023-02-24T18:52:24.541Z] 6c0a91c2c716: Pushed [2023-02-24T18:52:24.541Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:7b88a4e6fc4a28df6a579ae72dcf50f0218f9a42fa2da0fc2dff4641ca1514b9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:24.845Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:25.149Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-02-24T18:52:25.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-02-24T18:52:25.149Z] 0f2ccd558e00: Preparing [2023-02-24T18:52:25.149Z] 5df4ca653034: Preparing [2023-02-24T18:52:25.149Z] 585d7e8880db: Preparing [2023-02-24T18:52:25.149Z] 6c0a91c2c716: Preparing [2023-02-24T18:52:25.149Z] 559453f79041: Preparing [2023-02-24T18:52:25.149Z] 2f7c8388c216: Preparing [2023-02-24T18:52:25.149Z] aa5968d388b8: Preparing [2023-02-24T18:52:25.149Z] 2f7c8388c216: Waiting [2023-02-24T18:52:25.149Z] 0f2ccd558e00: Layer already exists [2023-02-24T18:52:25.149Z] 585d7e8880db: Layer already exists [2023-02-24T18:52:25.149Z] 6c0a91c2c716: Layer already exists [2023-02-24T18:52:25.149Z] 5df4ca653034: Layer already exists [2023-02-24T18:52:25.149Z] 559453f79041: Layer already exists [2023-02-24T18:52:25.149Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:25.149Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:25.149Z] latest: digest: sha256:7b88a4e6fc4a28df6a579ae72dcf50f0218f9a42fa2da0fc2dff4641ca1514b9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:25.449Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:25.752Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.67 [2023-02-24T18:52:25.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-02-24T18:52:25.752Z] 0f2ccd558e00: Preparing [2023-02-24T18:52:25.752Z] 5df4ca653034: Preparing [2023-02-24T18:52:25.752Z] 585d7e8880db: Preparing [2023-02-24T18:52:25.752Z] 6c0a91c2c716: Preparing [2023-02-24T18:52:25.752Z] 559453f79041: Preparing [2023-02-24T18:52:25.752Z] 2f7c8388c216: Preparing [2023-02-24T18:52:25.752Z] aa5968d388b8: Preparing [2023-02-24T18:52:25.752Z] aa5968d388b8: Waiting [2023-02-24T18:52:25.752Z] 559453f79041: Layer already exists [2023-02-24T18:52:25.752Z] 0f2ccd558e00: Layer already exists [2023-02-24T18:52:25.752Z] 6c0a91c2c716: Layer already exists [2023-02-24T18:52:25.752Z] 5df4ca653034: Layer already exists [2023-02-24T18:52:25.752Z] 585d7e8880db: Layer already exists [2023-02-24T18:52:25.752Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:25.752Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:25.752Z] 3.0.0-dev.67: digest: sha256:7b88a4e6fc4a28df6a579ae72dcf50f0218f9a42fa2da0fc2dff4641ca1514b9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:26.061Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:26.365Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:26.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-02-24T18:52:26.365Z] 0f2ccd558e00: Preparing [2023-02-24T18:52:26.365Z] 5df4ca653034: Preparing [2023-02-24T18:52:26.365Z] 585d7e8880db: Preparing [2023-02-24T18:52:26.365Z] 6c0a91c2c716: Preparing [2023-02-24T18:52:26.365Z] 559453f79041: Preparing [2023-02-24T18:52:26.365Z] 2f7c8388c216: Preparing [2023-02-24T18:52:26.365Z] aa5968d388b8: Preparing [2023-02-24T18:52:26.365Z] 2f7c8388c216: Waiting [2023-02-24T18:52:26.365Z] aa5968d388b8: Waiting [2023-02-24T18:52:26.365Z] 585d7e8880db: Layer already exists [2023-02-24T18:52:26.365Z] 6c0a91c2c716: Layer already exists [2023-02-24T18:52:26.365Z] 559453f79041: Layer already exists [2023-02-24T18:52:26.365Z] 0f2ccd558e00: Layer already exists [2023-02-24T18:52:26.365Z] 5df4ca653034: Layer already exists [2023-02-24T18:52:26.365Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:26.365Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:26.365Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:7b88a4e6fc4a28df6a579ae72dcf50f0218f9a42fa2da0fc2dff4641ca1514b9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:26.665Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:26.964Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-02-24T18:52:26.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-02-24T18:52:26.964Z] 0f2ccd558e00: Preparing [2023-02-24T18:52:26.964Z] 5df4ca653034: Preparing [2023-02-24T18:52:26.964Z] 585d7e8880db: Preparing [2023-02-24T18:52:26.964Z] 6c0a91c2c716: Preparing [2023-02-24T18:52:26.964Z] 559453f79041: Preparing [2023-02-24T18:52:26.964Z] 2f7c8388c216: Preparing [2023-02-24T18:52:26.964Z] aa5968d388b8: Preparing [2023-02-24T18:52:26.964Z] aa5968d388b8: Waiting [2023-02-24T18:52:26.964Z] 5df4ca653034: Layer already exists [2023-02-24T18:52:26.964Z] 585d7e8880db: Layer already exists [2023-02-24T18:52:26.964Z] 559453f79041: Layer already exists [2023-02-24T18:52:26.964Z] 0f2ccd558e00: Layer already exists [2023-02-24T18:52:26.964Z] 6c0a91c2c716: Layer already exists [2023-02-24T18:52:26.964Z] 2f7c8388c216: Layer already exists [2023-02-24T18:52:26.964Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:26.964Z] main: digest: sha256:7b88a4e6fc4a28df6a579ae72dcf50f0218f9a42fa2da0fc2dff4641ca1514b9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:52:26.999Z] ===================================================== [Pipeline] echo [2023-02-24T18:52:27.005Z] taggedImages: [2023-02-24T18:52:27.005Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:27.005Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-02-24T18:52:27.005Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.67 [2023-02-24T18:52:27.005Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:27.005Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-02-24T18:52:27.019Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-24T18:52:27.019Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:27.019Z] latest [2023-02-24T18:52:27.019Z] 3.0.0-dev.67 [2023-02-24T18:52:27.019Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:27.019Z] main [2023-02-24T18:52:27.019Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:27.321Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:27.619Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:27.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-24T18:52:27.619Z] 128110f03d5f: Preparing [2023-02-24T18:52:27.619Z] fbf96baa2e5f: Preparing [2023-02-24T18:52:27.619Z] 63818f30593e: Preparing [2023-02-24T18:52:27.619Z] ed402d090311: Preparing [2023-02-24T18:52:27.619Z] fbea0b0aae9d: Preparing [2023-02-24T18:52:27.619Z] 6de5a5c265ba: Preparing [2023-02-24T18:52:27.619Z] 92e817c2ac26: Preparing [2023-02-24T18:52:27.619Z] aa5968d388b8: Preparing [2023-02-24T18:52:27.619Z] 6de5a5c265ba: Waiting [2023-02-24T18:52:27.619Z] 92e817c2ac26: Waiting [2023-02-24T18:52:27.619Z] aa5968d388b8: Waiting [2023-02-24T18:52:27.619Z] 128110f03d5f: Pushed [2023-02-24T18:52:27.619Z] fbea0b0aae9d: Pushed [2023-02-24T18:52:27.619Z] fbf96baa2e5f: Pushed [2023-02-24T18:52:27.878Z] 6de5a5c265ba: Pushed [2023-02-24T18:52:27.878Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:28.138Z] 92e817c2ac26: Pushed [2023-02-24T18:52:28.705Z] 63818f30593e: Pushed [2023-02-24T18:52:28.705Z] ed402d090311: Pushed [2023-02-24T18:52:28.965Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:dee50145104c82b4b372e08dc79aa2e5df75f7df47b8a98b2220df9214517e60 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:29.273Z] + 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-24T18:52:29.575Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-24T18:52:29.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-24T18:52:29.575Z] 128110f03d5f: Preparing [2023-02-24T18:52:29.575Z] fbf96baa2e5f: Preparing [2023-02-24T18:52:29.575Z] 63818f30593e: Preparing [2023-02-24T18:52:29.575Z] ed402d090311: Preparing [2023-02-24T18:52:29.575Z] fbea0b0aae9d: Preparing [2023-02-24T18:52:29.575Z] 6de5a5c265ba: Preparing [2023-02-24T18:52:29.575Z] 92e817c2ac26: Preparing [2023-02-24T18:52:29.575Z] aa5968d388b8: Preparing [2023-02-24T18:52:29.575Z] 6de5a5c265ba: Waiting [2023-02-24T18:52:29.575Z] 92e817c2ac26: Waiting [2023-02-24T18:52:29.575Z] aa5968d388b8: Waiting [2023-02-24T18:52:29.575Z] fbea0b0aae9d: Layer already exists [2023-02-24T18:52:29.575Z] 128110f03d5f: Layer already exists [2023-02-24T18:52:29.575Z] fbf96baa2e5f: Layer already exists [2023-02-24T18:52:29.575Z] 63818f30593e: Layer already exists [2023-02-24T18:52:29.575Z] ed402d090311: Layer already exists [2023-02-24T18:52:29.575Z] 6de5a5c265ba: Layer already exists [2023-02-24T18:52:29.575Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:29.575Z] 92e817c2ac26: Layer already exists [2023-02-24T18:52:29.575Z] latest: digest: sha256:dee50145104c82b4b372e08dc79aa2e5df75f7df47b8a98b2220df9214517e60 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:29.884Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:30.190Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.67 [2023-02-24T18:52:30.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-24T18:52:30.190Z] 128110f03d5f: Preparing [2023-02-24T18:52:30.190Z] fbf96baa2e5f: Preparing [2023-02-24T18:52:30.190Z] 63818f30593e: Preparing [2023-02-24T18:52:30.190Z] ed402d090311: Preparing [2023-02-24T18:52:30.190Z] fbea0b0aae9d: Preparing [2023-02-24T18:52:30.190Z] 6de5a5c265ba: Preparing [2023-02-24T18:52:30.190Z] 92e817c2ac26: Preparing [2023-02-24T18:52:30.190Z] aa5968d388b8: Preparing [2023-02-24T18:52:30.190Z] aa5968d388b8: Waiting [2023-02-24T18:52:30.190Z] 6de5a5c265ba: Waiting [2023-02-24T18:52:30.190Z] 92e817c2ac26: Waiting [2023-02-24T18:52:30.190Z] 128110f03d5f: Layer already exists [2023-02-24T18:52:30.190Z] 63818f30593e: Layer already exists [2023-02-24T18:52:30.190Z] fbea0b0aae9d: Layer already exists [2023-02-24T18:52:30.190Z] ed402d090311: Layer already exists [2023-02-24T18:52:30.190Z] fbf96baa2e5f: Layer already exists [2023-02-24T18:52:30.190Z] 6de5a5c265ba: Layer already exists [2023-02-24T18:52:30.190Z] 92e817c2ac26: Layer already exists [2023-02-24T18:52:30.190Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:30.190Z] 3.0.0-dev.67: digest: sha256:dee50145104c82b4b372e08dc79aa2e5df75f7df47b8a98b2220df9214517e60 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:30.502Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:30.805Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:30.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-24T18:52:30.805Z] 128110f03d5f: Preparing [2023-02-24T18:52:30.805Z] fbf96baa2e5f: Preparing [2023-02-24T18:52:30.805Z] 63818f30593e: Preparing [2023-02-24T18:52:30.805Z] ed402d090311: Preparing [2023-02-24T18:52:30.805Z] fbea0b0aae9d: Preparing [2023-02-24T18:52:30.805Z] 6de5a5c265ba: Preparing [2023-02-24T18:52:30.805Z] 92e817c2ac26: Preparing [2023-02-24T18:52:30.805Z] aa5968d388b8: Preparing [2023-02-24T18:52:30.805Z] 6de5a5c265ba: Waiting [2023-02-24T18:52:30.805Z] 92e817c2ac26: Waiting [2023-02-24T18:52:30.805Z] ed402d090311: Layer already exists [2023-02-24T18:52:30.805Z] fbf96baa2e5f: Layer already exists [2023-02-24T18:52:30.805Z] fbea0b0aae9d: Layer already exists [2023-02-24T18:52:30.805Z] 128110f03d5f: Layer already exists [2023-02-24T18:52:30.805Z] 63818f30593e: Layer already exists [2023-02-24T18:52:30.805Z] 6de5a5c265ba: Layer already exists [2023-02-24T18:52:30.805Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:30.805Z] 92e817c2ac26: Layer already exists [2023-02-24T18:52:30.805Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:dee50145104c82b4b372e08dc79aa2e5df75f7df47b8a98b2220df9214517e60 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:31.117Z] + 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-24T18:52:31.425Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-24T18:52:31.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-24T18:52:31.426Z] 128110f03d5f: Preparing [2023-02-24T18:52:31.426Z] fbf96baa2e5f: Preparing [2023-02-24T18:52:31.426Z] 63818f30593e: Preparing [2023-02-24T18:52:31.426Z] ed402d090311: Preparing [2023-02-24T18:52:31.426Z] fbea0b0aae9d: Preparing [2023-02-24T18:52:31.426Z] 6de5a5c265ba: Preparing [2023-02-24T18:52:31.426Z] 92e817c2ac26: Preparing [2023-02-24T18:52:31.426Z] aa5968d388b8: Preparing [2023-02-24T18:52:31.426Z] 92e817c2ac26: Waiting [2023-02-24T18:52:31.426Z] 6de5a5c265ba: Waiting [2023-02-24T18:52:31.426Z] aa5968d388b8: Waiting [2023-02-24T18:52:31.426Z] fbea0b0aae9d: Layer already exists [2023-02-24T18:52:31.426Z] ed402d090311: Layer already exists [2023-02-24T18:52:31.426Z] 128110f03d5f: Layer already exists [2023-02-24T18:52:31.426Z] 63818f30593e: Layer already exists [2023-02-24T18:52:31.426Z] fbf96baa2e5f: Layer already exists [2023-02-24T18:52:31.426Z] 6de5a5c265ba: Layer already exists [2023-02-24T18:52:31.426Z] 92e817c2ac26: Layer already exists [2023-02-24T18:52:31.426Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:31.426Z] main: digest: sha256:dee50145104c82b4b372e08dc79aa2e5df75f7df47b8a98b2220df9214517e60 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:52:31.478Z] ===================================================== [Pipeline] echo [2023-02-24T18:52:31.488Z] taggedImages: [2023-02-24T18:52:31.488Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:31.488Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-24T18:52:31.488Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.67 [2023-02-24T18:52:31.488Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:31.488Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-24T18:52:31.517Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-24T18:52:31.517Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:31.517Z] latest [2023-02-24T18:52:31.517Z] 3.0.0-dev.67 [2023-02-24T18:52:31.517Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:31.517Z] main [2023-02-24T18:52:31.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:31.844Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:32.156Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:32.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-24T18:52:32.156Z] 8edecacfef31: Preparing [2023-02-24T18:52:32.156Z] 54a881cb2a34: Preparing [2023-02-24T18:52:32.156Z] 9facfce87bf0: Preparing [2023-02-24T18:52:32.156Z] bd531cc1fb8f: Preparing [2023-02-24T18:52:32.156Z] 27435bb63bbe: Preparing [2023-02-24T18:52:32.156Z] 7b5ee6140430: Preparing [2023-02-24T18:52:32.156Z] ba2bda8590c4: Preparing [2023-02-24T18:52:32.156Z] 41fdef2ed649: Preparing [2023-02-24T18:52:32.156Z] 13141af1c3d1: Preparing [2023-02-24T18:52:32.156Z] aa5968d388b8: Preparing [2023-02-24T18:52:32.156Z] ba2bda8590c4: Waiting [2023-02-24T18:52:32.156Z] 41fdef2ed649: Waiting [2023-02-24T18:52:32.156Z] 13141af1c3d1: Waiting [2023-02-24T18:52:32.156Z] aa5968d388b8: Waiting [2023-02-24T18:52:32.156Z] 7b5ee6140430: Waiting [2023-02-24T18:52:32.156Z] 27435bb63bbe: Pushed [2023-02-24T18:52:32.156Z] 8edecacfef31: Pushed [2023-02-24T18:52:32.156Z] 54a881cb2a34: Pushed [2023-02-24T18:52:32.415Z] 7b5ee6140430: Pushed [2023-02-24T18:52:32.415Z] ba2bda8590c4: Pushed [2023-02-24T18:52:32.415Z] 41fdef2ed649: Pushed [2023-02-24T18:52:32.415Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:32.415Z] 13141af1c3d1: Pushed [2023-02-24T18:52:33.356Z] bd531cc1fb8f: Pushed [2023-02-24T18:52:33.615Z] 9facfce87bf0: Pushed [2023-02-24T18:52:33.874Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:3ce64e1b4f321f486450dc96d64cafa535aacd6350eee6ffca682b9d4c8093a1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:34.191Z] + 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-24T18:52:34.494Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-24T18:52:34.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-24T18:52:34.494Z] 8edecacfef31: Preparing [2023-02-24T18:52:34.494Z] 54a881cb2a34: Preparing [2023-02-24T18:52:34.494Z] 9facfce87bf0: Preparing [2023-02-24T18:52:34.494Z] bd531cc1fb8f: Preparing [2023-02-24T18:52:34.494Z] 27435bb63bbe: Preparing [2023-02-24T18:52:34.494Z] 7b5ee6140430: Preparing [2023-02-24T18:52:34.494Z] ba2bda8590c4: Preparing [2023-02-24T18:52:34.494Z] 41fdef2ed649: Preparing [2023-02-24T18:52:34.494Z] 13141af1c3d1: Preparing [2023-02-24T18:52:34.494Z] 7b5ee6140430: Waiting [2023-02-24T18:52:34.494Z] aa5968d388b8: Preparing [2023-02-24T18:52:34.494Z] 13141af1c3d1: Waiting [2023-02-24T18:52:34.494Z] 41fdef2ed649: Waiting [2023-02-24T18:52:34.494Z] aa5968d388b8: Waiting [2023-02-24T18:52:34.494Z] 8edecacfef31: Layer already exists [2023-02-24T18:52:34.494Z] 9facfce87bf0: Layer already exists [2023-02-24T18:52:34.494Z] 27435bb63bbe: Layer already exists [2023-02-24T18:52:34.494Z] bd531cc1fb8f: Layer already exists [2023-02-24T18:52:34.494Z] 54a881cb2a34: Layer already exists [2023-02-24T18:52:34.494Z] 7b5ee6140430: Layer already exists [2023-02-24T18:52:34.494Z] ba2bda8590c4: Layer already exists [2023-02-24T18:52:34.494Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:34.494Z] 41fdef2ed649: Layer already exists [2023-02-24T18:52:34.494Z] 13141af1c3d1: Layer already exists [2023-02-24T18:52:34.494Z] latest: digest: sha256:3ce64e1b4f321f486450dc96d64cafa535aacd6350eee6ffca682b9d4c8093a1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:34.806Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:35.113Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.67 [2023-02-24T18:52:35.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-24T18:52:35.113Z] 8edecacfef31: Preparing [2023-02-24T18:52:35.113Z] 54a881cb2a34: Preparing [2023-02-24T18:52:35.113Z] 9facfce87bf0: Preparing [2023-02-24T18:52:35.113Z] bd531cc1fb8f: Preparing [2023-02-24T18:52:35.113Z] 27435bb63bbe: Preparing [2023-02-24T18:52:35.113Z] 7b5ee6140430: Preparing [2023-02-24T18:52:35.113Z] ba2bda8590c4: Preparing [2023-02-24T18:52:35.113Z] 41fdef2ed649: Preparing [2023-02-24T18:52:35.113Z] 13141af1c3d1: Preparing [2023-02-24T18:52:35.113Z] aa5968d388b8: Preparing [2023-02-24T18:52:35.113Z] 7b5ee6140430: Waiting [2023-02-24T18:52:35.113Z] ba2bda8590c4: Waiting [2023-02-24T18:52:35.113Z] 41fdef2ed649: Waiting [2023-02-24T18:52:35.113Z] 13141af1c3d1: Waiting [2023-02-24T18:52:35.113Z] aa5968d388b8: Waiting [2023-02-24T18:52:35.113Z] 27435bb63bbe: Layer already exists [2023-02-24T18:52:35.113Z] 54a881cb2a34: Layer already exists [2023-02-24T18:52:35.113Z] bd531cc1fb8f: Layer already exists [2023-02-24T18:52:35.113Z] 9facfce87bf0: Layer already exists [2023-02-24T18:52:35.113Z] 8edecacfef31: Layer already exists [2023-02-24T18:52:35.113Z] 7b5ee6140430: Layer already exists [2023-02-24T18:52:35.113Z] ba2bda8590c4: Layer already exists [2023-02-24T18:52:35.113Z] 41fdef2ed649: Layer already exists [2023-02-24T18:52:35.113Z] 13141af1c3d1: Layer already exists [2023-02-24T18:52:35.113Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:35.113Z] 3.0.0-dev.67: digest: sha256:3ce64e1b4f321f486450dc96d64cafa535aacd6350eee6ffca682b9d4c8093a1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:35.416Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:35.714Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:35.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-24T18:52:35.714Z] 8edecacfef31: Preparing [2023-02-24T18:52:35.714Z] 54a881cb2a34: Preparing [2023-02-24T18:52:35.714Z] 9facfce87bf0: Preparing [2023-02-24T18:52:35.714Z] bd531cc1fb8f: Preparing [2023-02-24T18:52:35.714Z] 27435bb63bbe: Preparing [2023-02-24T18:52:35.714Z] 7b5ee6140430: Preparing [2023-02-24T18:52:35.714Z] ba2bda8590c4: Preparing [2023-02-24T18:52:35.714Z] 41fdef2ed649: Preparing [2023-02-24T18:52:35.714Z] 13141af1c3d1: Preparing [2023-02-24T18:52:35.714Z] aa5968d388b8: Preparing [2023-02-24T18:52:35.714Z] 7b5ee6140430: Waiting [2023-02-24T18:52:35.714Z] ba2bda8590c4: Waiting [2023-02-24T18:52:35.714Z] 13141af1c3d1: Waiting [2023-02-24T18:52:35.714Z] 41fdef2ed649: Waiting [2023-02-24T18:52:35.714Z] aa5968d388b8: Waiting [2023-02-24T18:52:35.714Z] 9facfce87bf0: Layer already exists [2023-02-24T18:52:35.714Z] 27435bb63bbe: Layer already exists [2023-02-24T18:52:35.714Z] 54a881cb2a34: Layer already exists [2023-02-24T18:52:35.714Z] 8edecacfef31: Layer already exists [2023-02-24T18:52:35.714Z] bd531cc1fb8f: Layer already exists [2023-02-24T18:52:35.714Z] ba2bda8590c4: Layer already exists [2023-02-24T18:52:35.714Z] 7b5ee6140430: Layer already exists [2023-02-24T18:52:35.714Z] 41fdef2ed649: Layer already exists [2023-02-24T18:52:35.714Z] 13141af1c3d1: Layer already exists [2023-02-24T18:52:35.714Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:35.714Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:3ce64e1b4f321f486450dc96d64cafa535aacd6350eee6ffca682b9d4c8093a1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:36.016Z] + 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-24T18:52:36.318Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-24T18:52:36.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-24T18:52:36.318Z] 8edecacfef31: Preparing [2023-02-24T18:52:36.318Z] 54a881cb2a34: Preparing [2023-02-24T18:52:36.318Z] 9facfce87bf0: Preparing [2023-02-24T18:52:36.318Z] bd531cc1fb8f: Preparing [2023-02-24T18:52:36.318Z] 27435bb63bbe: Preparing [2023-02-24T18:52:36.318Z] 7b5ee6140430: Preparing [2023-02-24T18:52:36.318Z] ba2bda8590c4: Preparing [2023-02-24T18:52:36.318Z] 41fdef2ed649: Preparing [2023-02-24T18:52:36.318Z] 13141af1c3d1: Preparing [2023-02-24T18:52:36.318Z] aa5968d388b8: Preparing [2023-02-24T18:52:36.318Z] 41fdef2ed649: Waiting [2023-02-24T18:52:36.318Z] 13141af1c3d1: Waiting [2023-02-24T18:52:36.318Z] aa5968d388b8: Waiting [2023-02-24T18:52:36.318Z] 7b5ee6140430: Waiting [2023-02-24T18:52:36.319Z] ba2bda8590c4: Waiting [2023-02-24T18:52:36.319Z] 8edecacfef31: Layer already exists [2023-02-24T18:52:36.319Z] bd531cc1fb8f: Layer already exists [2023-02-24T18:52:36.319Z] 54a881cb2a34: Layer already exists [2023-02-24T18:52:36.319Z] 9facfce87bf0: Layer already exists [2023-02-24T18:52:36.319Z] 27435bb63bbe: Layer already exists [2023-02-24T18:52:36.319Z] ba2bda8590c4: Layer already exists [2023-02-24T18:52:36.319Z] 7b5ee6140430: Layer already exists [2023-02-24T18:52:36.319Z] 41fdef2ed649: Layer already exists [2023-02-24T18:52:36.319Z] 13141af1c3d1: Layer already exists [2023-02-24T18:52:36.319Z] aa5968d388b8: Layer already exists [2023-02-24T18:52:36.319Z] main: digest: sha256:3ce64e1b4f321f486450dc96d64cafa535aacd6350eee6ffca682b9d4c8093a1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:52:36.368Z] ===================================================== [Pipeline] echo [2023-02-24T18:52:36.378Z] taggedImages: [2023-02-24T18:52:36.378Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:36.378Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-24T18:52:36.378Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.67 [2023-02-24T18:52:36.378Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:36.378Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-24T18:52:36.399Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-24T18:52:36.399Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:36.399Z] latest [2023-02-24T18:52:36.399Z] 3.0.0-dev.67 [2023-02-24T18:52:36.399Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:36.399Z] main [2023-02-24T18:52:36.399Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:36.711Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:37.011Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:37.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-24T18:52:37.011Z] cf6b2b02f81c: Preparing [2023-02-24T18:52:37.011Z] 5e77626b212e: Preparing [2023-02-24T18:52:37.011Z] 559453f79041: Preparing [2023-02-24T18:52:37.011Z] c501bebfb96b: Preparing [2023-02-24T18:52:37.011Z] 4e6476652798: Preparing [2023-02-24T18:52:37.011Z] 4e6476652798: Layer already exists [2023-02-24T18:52:37.011Z] 559453f79041: Layer already exists [2023-02-24T18:52:37.011Z] cf6b2b02f81c: Pushed [2023-02-24T18:52:37.580Z] c501bebfb96b: Pushed [2023-02-24T18:52:38.959Z] 5e77626b212e: Pushed [2023-02-24T18:52:39.218Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:21de0699f14f8fa520f561e738c35147315f2a21146e194824a244da59ff4cf3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:39.519Z] + 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-24T18:52:39.819Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-24T18:52:39.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-24T18:52:39.819Z] cf6b2b02f81c: Preparing [2023-02-24T18:52:39.819Z] 5e77626b212e: Preparing [2023-02-24T18:52:39.819Z] 559453f79041: Preparing [2023-02-24T18:52:39.819Z] c501bebfb96b: Preparing [2023-02-24T18:52:39.819Z] 4e6476652798: Preparing [2023-02-24T18:52:39.819Z] cf6b2b02f81c: Layer already exists [2023-02-24T18:52:39.819Z] c501bebfb96b: Layer already exists [2023-02-24T18:52:39.819Z] 559453f79041: Layer already exists [2023-02-24T18:52:39.819Z] 5e77626b212e: Layer already exists [2023-02-24T18:52:39.819Z] 4e6476652798: Layer already exists [2023-02-24T18:52:39.819Z] latest: digest: sha256:21de0699f14f8fa520f561e738c35147315f2a21146e194824a244da59ff4cf3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:40.121Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:40.422Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.67 [2023-02-24T18:52:40.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-24T18:52:40.423Z] cf6b2b02f81c: Preparing [2023-02-24T18:52:40.423Z] 5e77626b212e: Preparing [2023-02-24T18:52:40.423Z] 559453f79041: Preparing [2023-02-24T18:52:40.423Z] c501bebfb96b: Preparing [2023-02-24T18:52:40.423Z] 4e6476652798: Preparing [2023-02-24T18:52:40.423Z] c501bebfb96b: Layer already exists [2023-02-24T18:52:40.423Z] cf6b2b02f81c: Layer already exists [2023-02-24T18:52:40.423Z] 4e6476652798: Layer already exists [2023-02-24T18:52:40.423Z] 5e77626b212e: Layer already exists [2023-02-24T18:52:40.423Z] 559453f79041: Layer already exists [2023-02-24T18:52:40.423Z] 3.0.0-dev.67: digest: sha256:21de0699f14f8fa520f561e738c35147315f2a21146e194824a244da59ff4cf3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:40.731Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:41.031Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:41.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-24T18:52:41.031Z] cf6b2b02f81c: Preparing [2023-02-24T18:52:41.031Z] 5e77626b212e: Preparing [2023-02-24T18:52:41.031Z] 559453f79041: Preparing [2023-02-24T18:52:41.031Z] c501bebfb96b: Preparing [2023-02-24T18:52:41.031Z] 4e6476652798: Preparing [2023-02-24T18:52:41.031Z] cf6b2b02f81c: Layer already exists [2023-02-24T18:52:41.031Z] 559453f79041: Layer already exists [2023-02-24T18:52:41.031Z] 4e6476652798: Layer already exists [2023-02-24T18:52:41.031Z] 5e77626b212e: Layer already exists [2023-02-24T18:52:41.031Z] c501bebfb96b: Layer already exists [2023-02-24T18:52:41.031Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:21de0699f14f8fa520f561e738c35147315f2a21146e194824a244da59ff4cf3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:41.344Z] + 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-24T18:52:41.653Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-24T18:52:41.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-24T18:52:41.653Z] cf6b2b02f81c: Preparing [2023-02-24T18:52:41.653Z] 5e77626b212e: Preparing [2023-02-24T18:52:41.653Z] 559453f79041: Preparing [2023-02-24T18:52:41.653Z] c501bebfb96b: Preparing [2023-02-24T18:52:41.653Z] 4e6476652798: Preparing [2023-02-24T18:52:41.653Z] 559453f79041: Layer already exists [2023-02-24T18:52:41.653Z] 4e6476652798: Layer already exists [2023-02-24T18:52:41.653Z] c501bebfb96b: Layer already exists [2023-02-24T18:52:41.653Z] 5e77626b212e: Layer already exists [2023-02-24T18:52:41.653Z] cf6b2b02f81c: Layer already exists [2023-02-24T18:52:41.653Z] main: digest: sha256:21de0699f14f8fa520f561e738c35147315f2a21146e194824a244da59ff4cf3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:52:41.688Z] ===================================================== [Pipeline] echo [2023-02-24T18:52:41.694Z] taggedImages: [2023-02-24T18:52:41.694Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:41.694Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-24T18:52:41.694Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.67 [2023-02-24T18:52:41.694Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:41.694Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-24T18:52:41.708Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-24T18:52:41.708Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:41.708Z] latest [2023-02-24T18:52:41.708Z] 3.0.0-dev.67 [2023-02-24T18:52:41.708Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:41.708Z] main [2023-02-24T18:52:41.708Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:42.010Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:42.310Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:42.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-24T18:52:42.310Z] e43647bb732f: Preparing [2023-02-24T18:52:42.310Z] 5f7f0c15379a: Preparing [2023-02-24T18:52:42.310Z] 6aa859d6b3ea: Preparing [2023-02-24T18:52:42.310Z] a1315b33217c: Preparing [2023-02-24T18:52:42.310Z] b5f9b135f680: Preparing [2023-02-24T18:52:42.310Z] 632d328ce66a: Preparing [2023-02-24T18:52:42.310Z] 4e6476652798: Preparing [2023-02-24T18:52:42.310Z] 632d328ce66a: Waiting [2023-02-24T18:52:42.310Z] 4e6476652798: Waiting [2023-02-24T18:52:42.310Z] 5f7f0c15379a: Pushed [2023-02-24T18:52:42.310Z] e43647bb732f: Pushed [2023-02-24T18:52:42.310Z] 6aa859d6b3ea: Pushed [2023-02-24T18:52:42.310Z] 4e6476652798: Layer already exists [2023-02-24T18:52:42.876Z] 632d328ce66a: Pushed [2023-02-24T18:52:46.164Z] b5f9b135f680: Pushed [2023-02-24T18:52:48.702Z] a1315b33217c: Pushed [2023-02-24T18:52:48.959Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:b6a0b463e90d121816b0d3cb18cae0e671d5c59cb4daf02facb1b87d5d0c855f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:49.285Z] + 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-24T18:52:49.592Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-24T18:52:49.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-24T18:52:49.592Z] e43647bb732f: Preparing [2023-02-24T18:52:49.592Z] 5f7f0c15379a: Preparing [2023-02-24T18:52:49.592Z] 6aa859d6b3ea: Preparing [2023-02-24T18:52:49.592Z] a1315b33217c: Preparing [2023-02-24T18:52:49.592Z] b5f9b135f680: Preparing [2023-02-24T18:52:49.592Z] 632d328ce66a: Preparing [2023-02-24T18:52:49.592Z] 4e6476652798: Preparing [2023-02-24T18:52:49.592Z] 632d328ce66a: Waiting [2023-02-24T18:52:49.592Z] 4e6476652798: Waiting [2023-02-24T18:52:49.592Z] b5f9b135f680: Layer already exists [2023-02-24T18:52:49.592Z] e43647bb732f: Layer already exists [2023-02-24T18:52:49.592Z] 5f7f0c15379a: Layer already exists [2023-02-24T18:52:49.592Z] 6aa859d6b3ea: Layer already exists [2023-02-24T18:52:49.592Z] a1315b33217c: Layer already exists [2023-02-24T18:52:49.592Z] 632d328ce66a: Layer already exists [2023-02-24T18:52:49.592Z] 4e6476652798: Layer already exists [2023-02-24T18:52:49.592Z] latest: digest: sha256:b6a0b463e90d121816b0d3cb18cae0e671d5c59cb4daf02facb1b87d5d0c855f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:49.906Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:50.205Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.67 [2023-02-24T18:52:50.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-24T18:52:50.205Z] e43647bb732f: Preparing [2023-02-24T18:52:50.205Z] 5f7f0c15379a: Preparing [2023-02-24T18:52:50.205Z] 6aa859d6b3ea: Preparing [2023-02-24T18:52:50.205Z] a1315b33217c: Preparing [2023-02-24T18:52:50.205Z] b5f9b135f680: Preparing [2023-02-24T18:52:50.205Z] 632d328ce66a: Preparing [2023-02-24T18:52:50.205Z] 4e6476652798: Preparing [2023-02-24T18:52:50.205Z] 4e6476652798: Waiting [2023-02-24T18:52:50.205Z] 632d328ce66a: Waiting [2023-02-24T18:52:50.205Z] a1315b33217c: Layer already exists [2023-02-24T18:52:50.205Z] 5f7f0c15379a: Layer already exists [2023-02-24T18:52:50.205Z] 6aa859d6b3ea: Layer already exists [2023-02-24T18:52:50.205Z] b5f9b135f680: Layer already exists [2023-02-24T18:52:50.205Z] e43647bb732f: Layer already exists [2023-02-24T18:52:50.205Z] 632d328ce66a: Layer already exists [2023-02-24T18:52:50.205Z] 4e6476652798: Layer already exists [2023-02-24T18:52:50.205Z] 3.0.0-dev.67: digest: sha256:b6a0b463e90d121816b0d3cb18cae0e671d5c59cb4daf02facb1b87d5d0c855f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:50.515Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:50.816Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:50.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-24T18:52:50.817Z] e43647bb732f: Preparing [2023-02-24T18:52:50.817Z] 5f7f0c15379a: Preparing [2023-02-24T18:52:50.817Z] 6aa859d6b3ea: Preparing [2023-02-24T18:52:50.817Z] a1315b33217c: Preparing [2023-02-24T18:52:50.817Z] b5f9b135f680: Preparing [2023-02-24T18:52:50.817Z] 632d328ce66a: Preparing [2023-02-24T18:52:50.817Z] 4e6476652798: Preparing [2023-02-24T18:52:50.817Z] 632d328ce66a: Waiting [2023-02-24T18:52:50.817Z] 4e6476652798: Waiting [2023-02-24T18:52:50.817Z] 5f7f0c15379a: Layer already exists [2023-02-24T18:52:50.817Z] a1315b33217c: Layer already exists [2023-02-24T18:52:50.817Z] e43647bb732f: Layer already exists [2023-02-24T18:52:50.817Z] 6aa859d6b3ea: Layer already exists [2023-02-24T18:52:50.817Z] b5f9b135f680: Layer already exists [2023-02-24T18:52:50.817Z] 632d328ce66a: Layer already exists [2023-02-24T18:52:50.817Z] 4e6476652798: Layer already exists [2023-02-24T18:52:50.817Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:b6a0b463e90d121816b0d3cb18cae0e671d5c59cb4daf02facb1b87d5d0c855f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:51.123Z] + 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-24T18:52:51.426Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-24T18:52:51.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-24T18:52:51.426Z] e43647bb732f: Preparing [2023-02-24T18:52:51.426Z] 5f7f0c15379a: Preparing [2023-02-24T18:52:51.426Z] 6aa859d6b3ea: Preparing [2023-02-24T18:52:51.426Z] a1315b33217c: Preparing [2023-02-24T18:52:51.426Z] b5f9b135f680: Preparing [2023-02-24T18:52:51.426Z] 632d328ce66a: Preparing [2023-02-24T18:52:51.426Z] 4e6476652798: Preparing [2023-02-24T18:52:51.426Z] 632d328ce66a: Waiting [2023-02-24T18:52:51.426Z] 4e6476652798: Waiting [2023-02-24T18:52:51.426Z] b5f9b135f680: Layer already exists [2023-02-24T18:52:51.426Z] 6aa859d6b3ea: Layer already exists [2023-02-24T18:52:51.426Z] e43647bb732f: Layer already exists [2023-02-24T18:52:51.426Z] a1315b33217c: Layer already exists [2023-02-24T18:52:51.426Z] 5f7f0c15379a: Layer already exists [2023-02-24T18:52:51.426Z] 632d328ce66a: Layer already exists [2023-02-24T18:52:51.426Z] 4e6476652798: Layer already exists [2023-02-24T18:52:51.426Z] main: digest: sha256:b6a0b463e90d121816b0d3cb18cae0e671d5c59cb4daf02facb1b87d5d0c855f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:52:51.461Z] ===================================================== [Pipeline] echo [2023-02-24T18:52:51.472Z] taggedImages: [2023-02-24T18:52:51.472Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:51.472Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-24T18:52:51.472Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.67 [2023-02-24T18:52:51.472Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:51.472Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-24T18:52:51.494Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-24T18:52:51.494Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:51.494Z] latest [2023-02-24T18:52:51.494Z] 3.0.0-dev.67 [2023-02-24T18:52:51.494Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:51.494Z] main [2023-02-24T18:52:51.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:51.813Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:52.124Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:52.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-24T18:52:52.124Z] e27c500da9e0: Preparing [2023-02-24T18:52:52.124Z] 2ae0eabbc881: Preparing [2023-02-24T18:52:52.124Z] 712e7935b214: Preparing [2023-02-24T18:52:52.124Z] a1315b33217c: Preparing [2023-02-24T18:52:52.124Z] 5c00d75bbb6e: Preparing [2023-02-24T18:52:52.124Z] 4e6476652798: Preparing [2023-02-24T18:52:52.124Z] 4e6476652798: Waiting [2023-02-24T18:52:52.124Z] e27c500da9e0: Pushed [2023-02-24T18:52:52.124Z] a1315b33217c: Layer already exists [2023-02-24T18:52:52.124Z] 712e7935b214: Pushed [2023-02-24T18:52:52.124Z] 2ae0eabbc881: Pushed [2023-02-24T18:52:52.382Z] 5c00d75bbb6e: Pushed [2023-02-24T18:52:52.382Z] 4e6476652798: Layer already exists [2023-02-24T18:52:52.694Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:cd0e7a3c71ec8accb48e9fd53d9398921371f5611a4566ca7bcdbcdb07bc39e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:53.050Z] + 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-24T18:52:53.407Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-24T18:52:53.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-24T18:52:53.407Z] e27c500da9e0: Preparing [2023-02-24T18:52:53.407Z] 2ae0eabbc881: Preparing [2023-02-24T18:52:53.407Z] 712e7935b214: Preparing [2023-02-24T18:52:53.407Z] a1315b33217c: Preparing [2023-02-24T18:52:53.407Z] 5c00d75bbb6e: Preparing [2023-02-24T18:52:53.407Z] 4e6476652798: Preparing [2023-02-24T18:52:53.407Z] 4e6476652798: Waiting [2023-02-24T18:52:53.407Z] a1315b33217c: Layer already exists [2023-02-24T18:52:53.407Z] 712e7935b214: Layer already exists [2023-02-24T18:52:53.407Z] e27c500da9e0: Layer already exists [2023-02-24T18:52:53.407Z] 2ae0eabbc881: Layer already exists [2023-02-24T18:52:53.407Z] 5c00d75bbb6e: Layer already exists [2023-02-24T18:52:53.407Z] 4e6476652798: Layer already exists [2023-02-24T18:52:53.407Z] latest: digest: sha256:cd0e7a3c71ec8accb48e9fd53d9398921371f5611a4566ca7bcdbcdb07bc39e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:53.722Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:54.030Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.67 [2023-02-24T18:52:54.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-24T18:52:54.030Z] e27c500da9e0: Preparing [2023-02-24T18:52:54.030Z] 2ae0eabbc881: Preparing [2023-02-24T18:52:54.030Z] 712e7935b214: Preparing [2023-02-24T18:52:54.030Z] a1315b33217c: Preparing [2023-02-24T18:52:54.030Z] 5c00d75bbb6e: Preparing [2023-02-24T18:52:54.030Z] 4e6476652798: Preparing [2023-02-24T18:52:54.030Z] 4e6476652798: Waiting [2023-02-24T18:52:54.030Z] e27c500da9e0: Layer already exists [2023-02-24T18:52:54.030Z] 5c00d75bbb6e: Layer already exists [2023-02-24T18:52:54.030Z] 712e7935b214: Layer already exists [2023-02-24T18:52:54.030Z] 2ae0eabbc881: Layer already exists [2023-02-24T18:52:54.030Z] a1315b33217c: Layer already exists [2023-02-24T18:52:54.030Z] 4e6476652798: Layer already exists [2023-02-24T18:52:54.030Z] 3.0.0-dev.67: digest: sha256:cd0e7a3c71ec8accb48e9fd53d9398921371f5611a4566ca7bcdbcdb07bc39e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:54.337Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:54.637Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:54.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-24T18:52:54.637Z] e27c500da9e0: Preparing [2023-02-24T18:52:54.637Z] 2ae0eabbc881: Preparing [2023-02-24T18:52:54.637Z] 712e7935b214: Preparing [2023-02-24T18:52:54.637Z] a1315b33217c: Preparing [2023-02-24T18:52:54.637Z] 5c00d75bbb6e: Preparing [2023-02-24T18:52:54.637Z] 4e6476652798: Preparing [2023-02-24T18:52:54.637Z] 4e6476652798: Waiting [2023-02-24T18:52:54.637Z] 2ae0eabbc881: Layer already exists [2023-02-24T18:52:54.637Z] 5c00d75bbb6e: Layer already exists [2023-02-24T18:52:54.637Z] a1315b33217c: Layer already exists [2023-02-24T18:52:54.637Z] 712e7935b214: Layer already exists [2023-02-24T18:52:54.637Z] e27c500da9e0: Layer already exists [2023-02-24T18:52:54.637Z] 4e6476652798: Layer already exists [2023-02-24T18:52:54.637Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:cd0e7a3c71ec8accb48e9fd53d9398921371f5611a4566ca7bcdbcdb07bc39e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:54.944Z] + 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-24T18:52:55.245Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-24T18:52:55.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-24T18:52:55.245Z] e27c500da9e0: Preparing [2023-02-24T18:52:55.245Z] 2ae0eabbc881: Preparing [2023-02-24T18:52:55.245Z] 712e7935b214: Preparing [2023-02-24T18:52:55.245Z] a1315b33217c: Preparing [2023-02-24T18:52:55.245Z] 5c00d75bbb6e: Preparing [2023-02-24T18:52:55.245Z] 4e6476652798: Preparing [2023-02-24T18:52:55.245Z] 4e6476652798: Waiting [2023-02-24T18:52:55.245Z] 2ae0eabbc881: Layer already exists [2023-02-24T18:52:55.245Z] 5c00d75bbb6e: Layer already exists [2023-02-24T18:52:55.245Z] e27c500da9e0: Layer already exists [2023-02-24T18:52:55.245Z] a1315b33217c: Layer already exists [2023-02-24T18:52:55.245Z] 712e7935b214: Layer already exists [2023-02-24T18:52:55.245Z] 4e6476652798: Layer already exists [2023-02-24T18:52:55.245Z] main: digest: sha256:cd0e7a3c71ec8accb48e9fd53d9398921371f5611a4566ca7bcdbcdb07bc39e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:52:55.288Z] ===================================================== [Pipeline] echo [2023-02-24T18:52:55.296Z] taggedImages: [2023-02-24T18:52:55.296Z] - nexus3.edgexfoundry.org:10004/security-spire-config:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:55.296Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-24T18:52:55.296Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.67 [2023-02-24T18:52:55.296Z] - nexus3.edgexfoundry.org:10004/security-spire-config:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:55.296Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-24T18:52:55.319Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-24T18:52:55.319Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:55.319Z] latest [2023-02-24T18:52:55.319Z] 3.0.0-dev.67 [2023-02-24T18:52:55.319Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:52:55.319Z] main [2023-02-24T18:52:55.319Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:55.640Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:52:55.951Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:52:55.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-24T18:52:55.951Z] cfe65a24d8fe: Preparing [2023-02-24T18:52:55.951Z] 094366397837: Preparing [2023-02-24T18:52:55.951Z] 15a95469cbbb: Preparing [2023-02-24T18:52:55.951Z] 526fd2116420: Preparing [2023-02-24T18:52:55.951Z] 569dc8cfa5d2: Preparing [2023-02-24T18:52:55.951Z] 4e6476652798: Preparing [2023-02-24T18:52:55.951Z] 4e6476652798: Waiting [2023-02-24T18:52:55.951Z] 094366397837: Pushed [2023-02-24T18:52:55.951Z] 15a95469cbbb: Pushed [2023-02-24T18:52:55.951Z] cfe65a24d8fe: Pushed [2023-02-24T18:52:55.951Z] 4e6476652798: Layer already exists [2023-02-24T18:52:56.209Z] 569dc8cfa5d2: Pushed [2023-02-24T18:53:02.776Z] 526fd2116420: Pushed [2023-02-24T18:53:02.776Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:239c0dbe08904785df0f64ea83e5bea153eb2f86eeecdb9995f8d8400261aa59 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:03.079Z] + 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-24T18:53:03.385Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-24T18:53:03.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-24T18:53:03.385Z] cfe65a24d8fe: Preparing [2023-02-24T18:53:03.385Z] 094366397837: Preparing [2023-02-24T18:53:03.385Z] 15a95469cbbb: Preparing [2023-02-24T18:53:03.385Z] 526fd2116420: Preparing [2023-02-24T18:53:03.385Z] 569dc8cfa5d2: Preparing [2023-02-24T18:53:03.385Z] 4e6476652798: Preparing [2023-02-24T18:53:03.385Z] 4e6476652798: Waiting [2023-02-24T18:53:03.385Z] 569dc8cfa5d2: Layer already exists [2023-02-24T18:53:03.385Z] 15a95469cbbb: Layer already exists [2023-02-24T18:53:03.385Z] cfe65a24d8fe: Layer already exists [2023-02-24T18:53:03.385Z] 526fd2116420: Layer already exists [2023-02-24T18:53:03.385Z] 094366397837: Layer already exists [2023-02-24T18:53:03.385Z] 4e6476652798: Layer already exists [2023-02-24T18:53:03.385Z] latest: digest: sha256:239c0dbe08904785df0f64ea83e5bea153eb2f86eeecdb9995f8d8400261aa59 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:03.696Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:04.002Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.67 [2023-02-24T18:53:04.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-24T18:53:04.002Z] cfe65a24d8fe: Preparing [2023-02-24T18:53:04.002Z] 094366397837: Preparing [2023-02-24T18:53:04.002Z] 15a95469cbbb: Preparing [2023-02-24T18:53:04.002Z] 526fd2116420: Preparing [2023-02-24T18:53:04.002Z] 569dc8cfa5d2: Preparing [2023-02-24T18:53:04.002Z] 4e6476652798: Preparing [2023-02-24T18:53:04.002Z] 4e6476652798: Waiting [2023-02-24T18:53:04.002Z] 569dc8cfa5d2: Layer already exists [2023-02-24T18:53:04.002Z] 094366397837: Layer already exists [2023-02-24T18:53:04.002Z] cfe65a24d8fe: Layer already exists [2023-02-24T18:53:04.002Z] 15a95469cbbb: Layer already exists [2023-02-24T18:53:04.002Z] 526fd2116420: Layer already exists [2023-02-24T18:53:04.002Z] 4e6476652798: Layer already exists [2023-02-24T18:53:04.002Z] 3.0.0-dev.67: digest: sha256:239c0dbe08904785df0f64ea83e5bea153eb2f86eeecdb9995f8d8400261aa59 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:04.314Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:04.621Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:53:04.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-24T18:53:04.621Z] cfe65a24d8fe: Preparing [2023-02-24T18:53:04.621Z] 094366397837: Preparing [2023-02-24T18:53:04.621Z] 15a95469cbbb: Preparing [2023-02-24T18:53:04.621Z] 526fd2116420: Preparing [2023-02-24T18:53:04.621Z] 569dc8cfa5d2: Preparing [2023-02-24T18:53:04.621Z] 4e6476652798: Preparing [2023-02-24T18:53:04.621Z] 4e6476652798: Waiting [2023-02-24T18:53:04.621Z] cfe65a24d8fe: Layer already exists [2023-02-24T18:53:04.621Z] 526fd2116420: Layer already exists [2023-02-24T18:53:04.621Z] 569dc8cfa5d2: Layer already exists [2023-02-24T18:53:04.621Z] 15a95469cbbb: Layer already exists [2023-02-24T18:53:04.621Z] 094366397837: Layer already exists [2023-02-24T18:53:04.621Z] 4e6476652798: Layer already exists [2023-02-24T18:53:04.621Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:239c0dbe08904785df0f64ea83e5bea153eb2f86eeecdb9995f8d8400261aa59 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:04.932Z] + 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-24T18:53:05.238Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-24T18:53:05.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-24T18:53:05.238Z] cfe65a24d8fe: Preparing [2023-02-24T18:53:05.238Z] 094366397837: Preparing [2023-02-24T18:53:05.238Z] 15a95469cbbb: Preparing [2023-02-24T18:53:05.238Z] 526fd2116420: Preparing [2023-02-24T18:53:05.238Z] 569dc8cfa5d2: Preparing [2023-02-24T18:53:05.238Z] 4e6476652798: Preparing [2023-02-24T18:53:05.238Z] 526fd2116420: Layer already exists [2023-02-24T18:53:05.238Z] 15a95469cbbb: Layer already exists [2023-02-24T18:53:05.238Z] cfe65a24d8fe: Layer already exists [2023-02-24T18:53:05.238Z] 569dc8cfa5d2: Layer already exists [2023-02-24T18:53:05.238Z] 094366397837: Layer already exists [2023-02-24T18:53:05.238Z] 4e6476652798: Layer already exists [2023-02-24T18:53:05.238Z] main: digest: sha256:239c0dbe08904785df0f64ea83e5bea153eb2f86eeecdb9995f8d8400261aa59 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:53:05.285Z] ===================================================== [Pipeline] echo [2023-02-24T18:53:05.293Z] taggedImages: [2023-02-24T18:53:05.293Z] - nexus3.edgexfoundry.org:10004/security-spire-server:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:53:05.293Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-24T18:53:05.293Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.67 [2023-02-24T18:53:05.293Z] - nexus3.edgexfoundry.org:10004/security-spire-server:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:53:05.293Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-24T18:53:05.309Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-24T18:53:05.309Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:53:05.309Z] latest [2023-02-24T18:53:05.309Z] 3.0.0-dev.67 [2023-02-24T18:53:05.309Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:53:05.309Z] main [2023-02-24T18:53:05.309Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:05.626Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:05.935Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:53:05.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-24T18:53:05.935Z] 13ca9c786ff3: Preparing [2023-02-24T18:53:05.935Z] 1d89645686da: Preparing [2023-02-24T18:53:05.935Z] 559453f79041: Preparing [2023-02-24T18:53:05.935Z] 7ce15722a17c: Preparing [2023-02-24T18:53:05.935Z] aa5968d388b8: Preparing [2023-02-24T18:53:05.935Z] 559453f79041: Layer already exists [2023-02-24T18:53:05.935Z] aa5968d388b8: Layer already exists [2023-02-24T18:53:05.935Z] 13ca9c786ff3: Pushed [2023-02-24T18:53:05.935Z] 7ce15722a17c: Pushed [2023-02-24T18:53:08.470Z] 1d89645686da: Pushed [2023-02-24T18:53:08.470Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:c3fdb230beffb66b942c2fd8aad8cda0b139a76334a44d422de3065109133355 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:08.774Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:09.075Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-24T18:53:09.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-24T18:53:09.075Z] 13ca9c786ff3: Preparing [2023-02-24T18:53:09.075Z] 1d89645686da: Preparing [2023-02-24T18:53:09.075Z] 559453f79041: Preparing [2023-02-24T18:53:09.075Z] 7ce15722a17c: Preparing [2023-02-24T18:53:09.075Z] aa5968d388b8: Preparing [2023-02-24T18:53:09.075Z] 1d89645686da: Layer already exists [2023-02-24T18:53:09.075Z] 13ca9c786ff3: Layer already exists [2023-02-24T18:53:09.075Z] aa5968d388b8: Layer already exists [2023-02-24T18:53:09.075Z] 7ce15722a17c: Layer already exists [2023-02-24T18:53:09.075Z] 559453f79041: Layer already exists [2023-02-24T18:53:09.075Z] latest: digest: sha256:c3fdb230beffb66b942c2fd8aad8cda0b139a76334a44d422de3065109133355 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:09.375Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:09.675Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.67 [2023-02-24T18:53:09.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-24T18:53:09.675Z] 13ca9c786ff3: Preparing [2023-02-24T18:53:09.675Z] 1d89645686da: Preparing [2023-02-24T18:53:09.675Z] 559453f79041: Preparing [2023-02-24T18:53:09.675Z] 7ce15722a17c: Preparing [2023-02-24T18:53:09.675Z] aa5968d388b8: Preparing [2023-02-24T18:53:09.675Z] aa5968d388b8: Layer already exists [2023-02-24T18:53:09.675Z] 13ca9c786ff3: Layer already exists [2023-02-24T18:53:09.675Z] 1d89645686da: Layer already exists [2023-02-24T18:53:09.675Z] 559453f79041: Layer already exists [2023-02-24T18:53:09.675Z] 7ce15722a17c: Layer already exists [2023-02-24T18:53:09.675Z] 3.0.0-dev.67: digest: sha256:c3fdb230beffb66b942c2fd8aad8cda0b139a76334a44d422de3065109133355 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:09.985Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:10.284Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:53:10.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-24T18:53:10.284Z] 13ca9c786ff3: Preparing [2023-02-24T18:53:10.284Z] 1d89645686da: Preparing [2023-02-24T18:53:10.284Z] 559453f79041: Preparing [2023-02-24T18:53:10.284Z] 7ce15722a17c: Preparing [2023-02-24T18:53:10.284Z] aa5968d388b8: Preparing [2023-02-24T18:53:10.284Z] 13ca9c786ff3: Layer already exists [2023-02-24T18:53:10.284Z] 1d89645686da: Layer already exists [2023-02-24T18:53:10.284Z] 7ce15722a17c: Layer already exists [2023-02-24T18:53:10.284Z] 559453f79041: Layer already exists [2023-02-24T18:53:10.284Z] aa5968d388b8: Layer already exists [2023-02-24T18:53:10.284Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:c3fdb230beffb66b942c2fd8aad8cda0b139a76334a44d422de3065109133355 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:10.591Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:10.891Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-24T18:53:10.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-24T18:53:10.891Z] 13ca9c786ff3: Preparing [2023-02-24T18:53:10.891Z] 1d89645686da: Preparing [2023-02-24T18:53:10.891Z] 559453f79041: Preparing [2023-02-24T18:53:10.891Z] 7ce15722a17c: Preparing [2023-02-24T18:53:10.891Z] aa5968d388b8: Preparing [2023-02-24T18:53:10.891Z] aa5968d388b8: Layer already exists [2023-02-24T18:53:10.891Z] 13ca9c786ff3: Layer already exists [2023-02-24T18:53:10.891Z] 1d89645686da: Layer already exists [2023-02-24T18:53:10.891Z] 559453f79041: Layer already exists [2023-02-24T18:53:10.891Z] 7ce15722a17c: Layer already exists [2023-02-24T18:53:10.891Z] main: digest: sha256:c3fdb230beffb66b942c2fd8aad8cda0b139a76334a44d422de3065109133355 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:53:10.925Z] ===================================================== [Pipeline] echo [2023-02-24T18:53:10.931Z] taggedImages: [2023-02-24T18:53:10.931Z] - nexus3.edgexfoundry.org:10004/support-notifications:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:53:10.931Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-24T18:53:10.931Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.67 [2023-02-24T18:53:10.931Z] - nexus3.edgexfoundry.org:10004/support-notifications:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:53:10.931Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-02-24T18:53:10.945Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-24T18:53:10.945Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:53:10.945Z] latest [2023-02-24T18:53:10.945Z] 3.0.0-dev.67 [2023-02-24T18:53:10.945Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:53:10.945Z] main [2023-02-24T18:53:10.945Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:11.250Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:11.550Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:53:11.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-24T18:53:11.550Z] 2ffb279378e6: Preparing [2023-02-24T18:53:11.550Z] d601329b8715: Preparing [2023-02-24T18:53:11.550Z] 559453f79041: Preparing [2023-02-24T18:53:11.550Z] 2f7c8388c216: Preparing [2023-02-24T18:53:11.550Z] aa5968d388b8: Preparing [2023-02-24T18:53:11.550Z] aa5968d388b8: Layer already exists [2023-02-24T18:53:11.550Z] 2f7c8388c216: Layer already exists [2023-02-24T18:53:11.550Z] 559453f79041: Layer already exists [2023-02-24T18:53:11.550Z] 2ffb279378e6: Pushed [2023-02-24T18:53:14.091Z] d601329b8715: Pushed [2023-02-24T18:53:14.351Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:985fa43514712709c8f70cca613cb59e9047b763a43cfcd5cb4ef25ed49ad165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:14.656Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:14.960Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-24T18:53:14.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-24T18:53:14.960Z] 2ffb279378e6: Preparing [2023-02-24T18:53:14.960Z] d601329b8715: Preparing [2023-02-24T18:53:14.960Z] 559453f79041: Preparing [2023-02-24T18:53:14.960Z] 2f7c8388c216: Preparing [2023-02-24T18:53:14.960Z] aa5968d388b8: Preparing [2023-02-24T18:53:14.960Z] d601329b8715: Layer already exists [2023-02-24T18:53:14.960Z] aa5968d388b8: Layer already exists [2023-02-24T18:53:14.960Z] 2ffb279378e6: Layer already exists [2023-02-24T18:53:14.960Z] 2f7c8388c216: Layer already exists [2023-02-24T18:53:14.960Z] 559453f79041: Layer already exists [2023-02-24T18:53:14.960Z] latest: digest: sha256:985fa43514712709c8f70cca613cb59e9047b763a43cfcd5cb4ef25ed49ad165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:15.264Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:15.563Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.67 [2023-02-24T18:53:15.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-24T18:53:15.563Z] 2ffb279378e6: Preparing [2023-02-24T18:53:15.563Z] d601329b8715: Preparing [2023-02-24T18:53:15.563Z] 559453f79041: Preparing [2023-02-24T18:53:15.563Z] 2f7c8388c216: Preparing [2023-02-24T18:53:15.563Z] aa5968d388b8: Preparing [2023-02-24T18:53:15.563Z] d601329b8715: Layer already exists [2023-02-24T18:53:15.563Z] 559453f79041: Layer already exists [2023-02-24T18:53:15.563Z] 2ffb279378e6: Layer already exists [2023-02-24T18:53:15.563Z] aa5968d388b8: Layer already exists [2023-02-24T18:53:15.563Z] 2f7c8388c216: Layer already exists [2023-02-24T18:53:15.563Z] 3.0.0-dev.67: digest: sha256:985fa43514712709c8f70cca613cb59e9047b763a43cfcd5cb4ef25ed49ad165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:15.867Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:16.169Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:53:16.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-24T18:53:16.169Z] 2ffb279378e6: Preparing [2023-02-24T18:53:16.169Z] d601329b8715: Preparing [2023-02-24T18:53:16.169Z] 559453f79041: Preparing [2023-02-24T18:53:16.169Z] 2f7c8388c216: Preparing [2023-02-24T18:53:16.169Z] aa5968d388b8: Preparing [2023-02-24T18:53:16.169Z] d601329b8715: Layer already exists [2023-02-24T18:53:16.169Z] 2f7c8388c216: Layer already exists [2023-02-24T18:53:16.169Z] 559453f79041: Layer already exists [2023-02-24T18:53:16.169Z] 2ffb279378e6: Layer already exists [2023-02-24T18:53:16.169Z] aa5968d388b8: Layer already exists [2023-02-24T18:53:16.169Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:985fa43514712709c8f70cca613cb59e9047b763a43cfcd5cb4ef25ed49ad165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:16.478Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T18:53:16.778Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-24T18:53:16.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-24T18:53:16.778Z] 2ffb279378e6: Preparing [2023-02-24T18:53:16.778Z] d601329b8715: Preparing [2023-02-24T18:53:16.778Z] 559453f79041: Preparing [2023-02-24T18:53:16.778Z] 2f7c8388c216: Preparing [2023-02-24T18:53:16.778Z] aa5968d388b8: Preparing [2023-02-24T18:53:16.778Z] 559453f79041: Layer already exists [2023-02-24T18:53:16.778Z] d601329b8715: Layer already exists [2023-02-24T18:53:16.778Z] 2ffb279378e6: Layer already exists [2023-02-24T18:53:16.778Z] aa5968d388b8: Layer already exists [2023-02-24T18:53:16.778Z] 2f7c8388c216: Layer already exists [2023-02-24T18:53:16.778Z] main: digest: sha256:985fa43514712709c8f70cca613cb59e9047b763a43cfcd5cb4ef25ed49ad165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T18:53:16.813Z] ===================================================== [Pipeline] echo [2023-02-24T18:53:16.819Z] taggedImages: [2023-02-24T18:53:16.819Z] - nexus3.edgexfoundry.org:10004/support-scheduler:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:53:16.819Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-24T18:53:16.819Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.67 [2023-02-24T18:53:16.819Z] - nexus3.edgexfoundry.org:10004/support-scheduler:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T18:53:16.819Z] - 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-24T18:53:24.053Z] Removing intermediate container 2f00e4167209 [2023-02-24T18:53:24.053Z] ---> 8972fd63b7f4 [2023-02-24T18:53:24.053Z] Step 8/22 : COPY . . [2023-02-24T18:53:24.053Z] ---> dc4251570eb3 [2023-02-24T18:53:24.053Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-24T18:53:24.053Z] ---> Running in 71cf0bf2d523 [2023-02-24T18:53:24.053Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-24T18:56:45.823Z] Removing intermediate container 80fe9b336598 [2023-02-24T18:56:45.823Z] ---> 65bebbe0cdf5 [2023-02-24T18:56:45.823Z] [2023-02-24T18:56:45.823Z] Step 10/22 : FROM alpine:3.16 [2023-02-24T18:56:45.823Z] 3.16: Pulling from library/alpine [2023-02-24T18:56:45.823Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-24T18:56:45.823Z] Status: Downloaded newer image for alpine:3.16 [2023-02-24T18:56:45.823Z] ---> 4c81e5bf8899 [2023-02-24T18:56:45.823Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-24T18:56:45.823Z] ---> Running in 32c32aae2930 [2023-02-24T18:56:45.823Z] Removing intermediate container 32c32aae2930 [2023-02-24T18:56:45.823Z] ---> 3392c3f503b3 [2023-02-24T18:56:45.823Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-24T18:56:45.823Z] ---> Running in ecd66fa4dd64 [2023-02-24T18:56:47.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:56:47.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:56:49.775Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-24T18:56:49.775Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T18:56:49.775Z] OK: 5 MiB in 15 packages [2023-02-24T18:56:51.192Z] Removing intermediate container ecd66fa4dd64 [2023-02-24T18:56:51.192Z] ---> 9f5ab0c7276f [2023-02-24T18:56:51.192Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T18:56:51.775Z] ---> fb0d854abe7b [2023-02-24T18:56:51.775Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-02-24T18:56:54.353Z] ---> 39cd87d57b89 [2023-02-24T18:56:54.353Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-02-24T18:56:54.958Z] ---> c5402b6d6f51 [2023-02-24T18:56:54.958Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-02-24T18:56:55.917Z] ---> fd577d8f095d [2023-02-24T18:56:55.917Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-24T18:56:55.917Z] ---> Running in 1831f021317a [2023-02-24T18:56:59.277Z] Removing intermediate container 1831f021317a [2023-02-24T18:56:59.277Z] ---> b97eeabfadb8 [2023-02-24T18:56:59.277Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-24T18:56:59.277Z] ---> Running in ccbc7c38cec1 [2023-02-24T18:56:59.872Z] Removing intermediate container ccbc7c38cec1 [2023-02-24T18:56:59.872Z] ---> 0212c511d91f [2023-02-24T18:56:59.872Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-02-24T18:56:59.872Z] ---> Running in 3169dd2d7b4f [2023-02-24T18:57:00.454Z] Removing intermediate container 3169dd2d7b4f [2023-02-24T18:57:00.454Z] ---> 40a01aa55fcc [2023-02-24T18:57:00.454Z] Step 20/22 : LABEL arch=arm64 [2023-02-24T18:57:00.722Z] ---> Running in 140f3da4561c [2023-02-24T18:57:01.301Z] Removing intermediate container 140f3da4561c [2023-02-24T18:57:01.301Z] ---> 1891bcb55741 [2023-02-24T18:57:01.301Z] Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:57:01.301Z] ---> Running in 817cfa62b984 [2023-02-24T18:57:01.880Z] Removing intermediate container 817cfa62b984 [2023-02-24T18:57:01.880Z] ---> 2cdf4936449e [2023-02-24T18:57:01.880Z] Step 22/22 : LABEL version=3.0.0-dev.67 [2023-02-24T18:57:01.880Z] ---> Running in c9f9ccb30665 [2023-02-24T18:57:02.462Z] Removing intermediate container c9f9ccb30665 [2023-02-24T18:57:02.462Z] ---> a84f66053266 [2023-02-24T18:57:02.462Z] [2023-02-24T18:57:02.462Z] Successfully built a84f66053266 [2023-02-24T18:57:02.727Z] Successfully tagged security-proxy-auth-arm64:latest [2023-02-24T18:57:02.727Z]  Building security-proxy-auth ... done Building core-metadata [2023-02-24T18:57:06.085Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:57:06.085Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:57:06.085Z] ---> efbb5a96c115 [2023-02-24T18:57:06.085Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:57:06.085Z] ---> Using cache [2023-02-24T18:57:06.085Z] ---> a88e537731ea [2023-02-24T18:57:06.085Z] Step 4/24 : WORKDIR /edgex-go [2023-02-24T18:57:06.085Z] ---> Using cache [2023-02-24T18:57:06.085Z] ---> 2bbee1b973a1 [2023-02-24T18:57:06.085Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-24T18:57:06.085Z] ---> Using cache [2023-02-24T18:57:06.085Z] ---> 96920a4b8011 [2023-02-24T18:57:06.085Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-24T18:57:06.085Z] ---> Using cache [2023-02-24T18:57:06.085Z] ---> 37a7706e6b77 [2023-02-24T18:57:06.085Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:57:06.085Z] ---> Using cache [2023-02-24T18:57:06.085Z] ---> a4e0b5ff0b16 [2023-02-24T18:57:06.085Z] Step 8/24 : COPY . . [2023-02-24T18:57:06.085Z] ---> Using cache [2023-02-24T18:57:06.085Z] ---> 7391ec4c29ea [2023-02-24T18:57:06.085Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-24T18:57:08.027Z] ---> Running in 1992fd1fe684 [2023-02-24T18:57:09.979Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-24T18:57:36.649Z] Removing intermediate container 1c1f26c39fb1 [2023-02-24T18:57:36.649Z] ---> f892abefcca0 [2023-02-24T18:57:36.649Z] [2023-02-24T18:57:36.649Z] Step 10/23 : FROM alpine:3.16 [2023-02-24T18:57:36.649Z] ---> 4c81e5bf8899 [2023-02-24T18:57:36.649Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-24T18:57:36.649Z] ---> Running in 2ed5c9037e8d [2023-02-24T18:57:36.649Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:57:37.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:57:38.633Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-24T18:57:38.633Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T18:57:38.633Z] OK: 5 MiB in 15 packages [2023-02-24T18:57:40.061Z] Removing intermediate container 2ed5c9037e8d [2023-02-24T18:57:40.061Z] ---> f24adc9ce86a [2023-02-24T18:57:40.061Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-24T18:57:40.061Z] ---> Running in 847ae4c8dcae [2023-02-24T18:57:40.343Z] Removing intermediate container 847ae4c8dcae [2023-02-24T18:57:40.343Z] ---> 7aa9d4665858 [2023-02-24T18:57:40.343Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-24T18:57:40.608Z] ---> Running in a04985c6901b [2023-02-24T18:57:40.875Z] Removing intermediate container a04985c6901b [2023-02-24T18:57:40.875Z] ---> ad45d73f1b3a [2023-02-24T18:57:40.875Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-24T18:57:41.141Z] ---> Running in 601f6a6b65ca [2023-02-24T18:57:41.725Z] Removing intermediate container 601f6a6b65ca [2023-02-24T18:57:41.725Z] ---> 7127df6de175 [2023-02-24T18:57:41.725Z] Step 15/23 : WORKDIR / [2023-02-24T18:57:41.725Z] ---> Running in fbbdab3d69e8 [2023-02-24T18:57:42.317Z] Removing intermediate container fbbdab3d69e8 [2023-02-24T18:57:42.317Z] ---> a1ce16912401 [2023-02-24T18:57:42.317Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T18:57:42.897Z] ---> b2fde76b29fc [2023-02-24T18:57:42.897Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-24T18:57:48.236Z] ---> 7e3c116cdaeb [2023-02-24T18:57:48.236Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-24T18:57:48.236Z] ---> 859ecf71eedd [2023-02-24T18:57:48.236Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-24T18:57:48.236Z] ---> Running in 3b1ae3401831 [2023-02-24T18:57:48.502Z] Removing intermediate container 3b1ae3401831 [2023-02-24T18:57:48.503Z] ---> a26e99c5208c [2023-02-24T18:57:48.770Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T18:57:48.770Z] ---> Running in 0891d5fc1d07 [2023-02-24T18:57:49.354Z] Removing intermediate container 0891d5fc1d07 [2023-02-24T18:57:49.354Z] ---> cc30ac6a5e29 [2023-02-24T18:57:49.354Z] Step 21/23 : LABEL arch=arm64 [2023-02-24T18:57:49.354Z] ---> Running in f1f201d66a10 [2023-02-24T18:57:49.620Z] Removing intermediate container f1f201d66a10 [2023-02-24T18:57:49.620Z] ---> 7a70902b1194 [2023-02-24T18:57:49.620Z] Step 22/23 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:57:49.887Z] ---> Running in ec6cea5d3f3c [2023-02-24T18:57:50.476Z] Removing intermediate container ec6cea5d3f3c [2023-02-24T18:57:50.477Z] ---> add38406efc7 [2023-02-24T18:57:50.477Z] Step 23/23 : LABEL version=3.0.0-dev.67 [2023-02-24T18:57:50.477Z] ---> Running in 9d73dc1d3dc8 [2023-02-24T18:57:51.065Z] Removing intermediate container 9d73dc1d3dc8 [2023-02-24T18:57:51.066Z] ---> dc9e62a625ca [2023-02-24T18:57:51.066Z] [2023-02-24T18:57:51.066Z] Successfully built dc9e62a625ca [2023-02-24T18:57:51.066Z] Successfully tagged core-command-arm64:latest [2023-02-24T18:57:51.066Z]  Building core-command ... done Building core-data [2023-02-24T18:57:54.405Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:57:54.405Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:57:54.405Z] ---> efbb5a96c115 [2023-02-24T18:57:54.405Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:57:54.405Z] ---> Using cache [2023-02-24T18:57:54.405Z] ---> a88e537731ea [2023-02-24T18:57:54.405Z] Step 4/22 : WORKDIR /edgex-go [2023-02-24T18:57:54.405Z] ---> Using cache [2023-02-24T18:57:54.405Z] ---> 2bbee1b973a1 [2023-02-24T18:57:54.405Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-24T18:57:54.405Z] ---> Using cache [2023-02-24T18:57:54.405Z] ---> 96920a4b8011 [2023-02-24T18:57:54.405Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-24T18:57:54.405Z] ---> Using cache [2023-02-24T18:57:54.405Z] ---> 37a7706e6b77 [2023-02-24T18:57:54.405Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:57:54.405Z] ---> Using cache [2023-02-24T18:57:54.405Z] ---> a4e0b5ff0b16 [2023-02-24T18:57:54.405Z] Step 8/22 : COPY . . [2023-02-24T18:57:54.405Z] ---> Using cache [2023-02-24T18:57:54.405Z] ---> 7391ec4c29ea [2023-02-24T18:57:54.405Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-24T18:57:54.679Z] ---> Running in df1490c85093 [2023-02-24T18:57:56.743Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-24T18:59:18.637Z] Removing intermediate container ef71daf5829a [2023-02-24T18:59:18.637Z] ---> c216938c5d6a [2023-02-24T18:59:18.637Z] [2023-02-24T18:59:18.637Z] Step 9/19 : FROM alpine:3.15 [2023-02-24T18:59:18.637Z] ---> 354640af7b1b [2023-02-24T18:59:18.637Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-24T18:59:18.637Z] ---> Using cache [2023-02-24T18:59:18.637Z] ---> 72c81b854d0c [2023-02-24T18:59:18.637Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-24T18:59:18.637Z] ---> Running in 2e6673414420 [2023-02-24T18:59:18.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:59:18.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:59:19.612Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-24T18:59:19.612Z] v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-24T18:59:19.612Z] OK: 15734 distinct packages available [2023-02-24T18:59:19.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-24T18:59:20.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-24T18:59:21.860Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-24T18:59:21.860Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-24T18:59:21.860Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-24T18:59:21.860Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-24T18:59:21.860Z] (5/9) Installing curl (7.80.0-r6) [2023-02-24T18:59:21.860Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-24T18:59:21.860Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-24T18:59:21.860Z] (8/9) Installing libucontext (1.1-r0) [2023-02-24T18:59:21.860Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-24T18:59:21.860Z] Executing busybox-1.34.1-r7.trigger [2023-02-24T18:59:21.860Z] Executing ca-certificates-20220614-r0.trigger [2023-02-24T18:59:22.440Z] OK: 8 MiB in 23 packages [2023-02-24T18:59:24.376Z] Removing intermediate container 2e6673414420 [2023-02-24T18:59:24.376Z] ---> 08628279e86c [2023-02-24T18:59:24.376Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T18:59:25.345Z] ---> 0b3db45cc0b7 [2023-02-24T18:59:25.345Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-24T18:59:27.920Z] ---> 9436b8f1a94b [2023-02-24T18:59:27.920Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-24T18:59:28.506Z] ---> efff5ce1f2d0 [2023-02-24T18:59:28.506Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-24T18:59:28.506Z] ---> Running in 405acbf06d43 [2023-02-24T18:59:29.088Z] Removing intermediate container 405acbf06d43 [2023-02-24T18:59:29.088Z] ---> eb4596c0df5f [2023-02-24T18:59:29.088Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T18:59:29.088Z] ---> Running in e31f80c3f281 [2023-02-24T18:59:29.674Z] Removing intermediate container e31f80c3f281 [2023-02-24T18:59:29.674Z] ---> d75a790494e2 [2023-02-24T18:59:29.674Z] Step 17/19 : LABEL arch=arm64 [2023-02-24T18:59:29.674Z] ---> Running in 2a822a443dda [2023-02-24T18:59:30.262Z] Removing intermediate container 2a822a443dda [2023-02-24T18:59:30.262Z] ---> 56a57e6a13d4 [2023-02-24T18:59:30.262Z] Step 18/19 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T18:59:30.262Z] ---> Running in 61eac4d15def [2023-02-24T18:59:30.845Z] Removing intermediate container 61eac4d15def [2023-02-24T18:59:30.845Z] ---> 5d589d581c73 [2023-02-24T18:59:30.845Z] Step 19/19 : LABEL version=3.0.0-dev.67 [2023-02-24T18:59:30.845Z] ---> Running in 58c00a0ae303 [2023-02-24T18:59:31.425Z] Removing intermediate container 58c00a0ae303 [2023-02-24T18:59:31.425Z] ---> c3e013c5a65a [2023-02-24T18:59:31.425Z] [2023-02-24T18:59:31.425Z] Successfully built c3e013c5a65a [2023-02-24T18:59:31.425Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-24T18:59:31.425Z]  Building security-spiffe-token-provider ... done Building core-common-config-bootstrapper [2023-02-24T18:59:34.756Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T18:59:34.756Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-24T18:59:34.756Z] ---> efbb5a96c115 [2023-02-24T18:59:34.756Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-24T18:59:34.756Z] ---> Using cache [2023-02-24T18:59:34.756Z] ---> a88e537731ea [2023-02-24T18:59:34.756Z] Step 4/22 : WORKDIR /edgex-go [2023-02-24T18:59:34.756Z] ---> Using cache [2023-02-24T18:59:34.756Z] ---> 2bbee1b973a1 [2023-02-24T18:59:34.756Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-24T18:59:34.756Z] ---> Using cache [2023-02-24T18:59:34.756Z] ---> 96920a4b8011 [2023-02-24T18:59:34.756Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-24T18:59:34.756Z] ---> Using cache [2023-02-24T18:59:34.756Z] ---> 37a7706e6b77 [2023-02-24T18:59:34.756Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T18:59:34.756Z] ---> Using cache [2023-02-24T18:59:34.756Z] ---> a4e0b5ff0b16 [2023-02-24T18:59:34.756Z] Step 8/22 : COPY . . [2023-02-24T18:59:35.022Z] ---> Using cache [2023-02-24T18:59:35.022Z] ---> 7391ec4c29ea [2023-02-24T18:59:35.022Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-24T18:59:35.291Z] ---> Running in 25990d6ce3e3 [2023-02-24T18:59:37.250Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-24T19:00:33.619Z] Removing intermediate container ed5b4ac52d26 [2023-02-24T19:00:33.619Z] ---> 83ff78697e71 [2023-02-24T19:00:33.619Z] [2023-02-24T19:00:33.619Z] Step 10/22 : FROM alpine:3.16 [2023-02-24T19:00:33.619Z] ---> 4c81e5bf8899 [2023-02-24T19:00:33.619Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-24T19:00:33.619Z] ---> Using cache [2023-02-24T19:00:33.619Z] ---> f24adc9ce86a [2023-02-24T19:00:33.619Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-24T19:00:33.619Z] ---> Using cache [2023-02-24T19:00:33.619Z] ---> 7aa9d4665858 [2023-02-24T19:00:33.619Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-24T19:00:33.619Z] ---> Running in 6e05fb7ce2ef [2023-02-24T19:00:33.619Z] Removing intermediate container 6e05fb7ce2ef [2023-02-24T19:00:33.619Z] ---> d9c0d0c1579d [2023-02-24T19:00:33.619Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-24T19:00:33.619Z] ---> Running in fab46166fa49 [2023-02-24T19:00:33.619Z] Removing intermediate container fab46166fa49 [2023-02-24T19:00:33.619Z] ---> cfac6efcb1f6 [2023-02-24T19:00:33.619Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T19:00:33.619Z] ---> 580242529188 [2023-02-24T19:00:33.619Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-24T19:00:33.619Z] ---> 183c2317e560 [2023-02-24T19:00:33.619Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-24T19:00:33.619Z] ---> d75b565cc3e8 [2023-02-24T19:00:33.619Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-24T19:00:33.619Z] ---> Running in da2e1968c6a2 [2023-02-24T19:00:33.619Z] Removing intermediate container da2e1968c6a2 [2023-02-24T19:00:33.619Z] ---> e65a9cfc844e [2023-02-24T19:00:33.619Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T19:00:33.619Z] ---> Running in 178923ca7e3f [2023-02-24T19:00:33.619Z] Removing intermediate container 178923ca7e3f [2023-02-24T19:00:33.619Z] ---> cf355e842e7c [2023-02-24T19:00:33.619Z] Step 20/22 : LABEL arch=arm64 [2023-02-24T19:00:33.619Z] ---> Running in 28f6e8a1fe6e [2023-02-24T19:00:33.619Z] Removing intermediate container 28f6e8a1fe6e [2023-02-24T19:00:33.619Z] ---> 60d088358dce [2023-02-24T19:00:33.619Z] Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:00:33.619Z] ---> Running in 124cc9dbf9e1 [2023-02-24T19:00:33.619Z] Removing intermediate container 124cc9dbf9e1 [2023-02-24T19:00:33.619Z] ---> d82fcbca1c5d [2023-02-24T19:00:33.619Z] Step 22/22 : LABEL version=3.0.0-dev.67 [2023-02-24T19:00:33.619Z] ---> Running in f3f4b69b347b [2023-02-24T19:00:35.567Z] Removing intermediate container f3f4b69b347b [2023-02-24T19:00:35.567Z] ---> 641adece9209 [2023-02-24T19:00:35.567Z] [2023-02-24T19:00:35.567Z] Successfully built 641adece9209 [2023-02-24T19:00:35.834Z] Successfully tagged support-scheduler-arm64:latest [2023-02-24T19:00:35.834Z]  Building support-scheduler ... done Building security-bootstrapper [2023-02-24T19:00:39.179Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T19:00:39.179Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-24T19:00:39.179Z] ---> efbb5a96c115 [2023-02-24T19:00:39.179Z] Step 3/32 : WORKDIR /edgex-go [2023-02-24T19:00:39.179Z] ---> Using cache [2023-02-24T19:00:39.179Z] ---> f2dcc3145cde [2023-02-24T19:00:39.179Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-24T19:00:39.448Z] ---> Running in 5be40bf0c3c7 [2023-02-24T19:00:40.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T19:00:41.442Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T19:00:43.384Z] OK: 221 MiB in 51 packages [2023-02-24T19:00:44.353Z] Removing intermediate container 5be40bf0c3c7 [2023-02-24T19:00:44.353Z] ---> 497ccf4da9f5 [2023-02-24T19:00:44.353Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-24T19:00:45.317Z] ---> 5b14ee938eae [2023-02-24T19:00:45.317Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T19:00:45.317Z] ---> Running in 9218294051d7 [2023-02-24T19:02:21.949Z] Removing intermediate container 9218294051d7 [2023-02-24T19:02:21.949Z] ---> 763394239175 [2023-02-24T19:02:21.949Z] Step 7/32 : COPY . . [2023-02-24T19:02:23.353Z] ---> bc711dc7653d [2023-02-24T19:02:23.353Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-24T19:02:23.353Z] ---> Running in b9211fa01982 [2023-02-24T19:02:25.292Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-24T19:03:00.571Z] Removing intermediate container 71cf0bf2d523 [2023-02-24T19:03:00.571Z] ---> 19efb6457367 [2023-02-24T19:03:00.571Z] [2023-02-24T19:03:00.571Z] Step 10/22 : FROM alpine:3.16 [2023-02-24T19:03:00.571Z] ---> 4c81e5bf8899 [2023-02-24T19:03:00.571Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-24T19:03:00.571Z] ---> Running in 134bf2cdfabe [2023-02-24T19:03:00.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T19:03:00.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T19:03:01.969Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-24T19:03:01.969Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-24T19:03:01.969Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T19:03:01.969Z] Executing ca-certificates-20220614-r0.trigger [2023-02-24T19:03:02.235Z] OK: 6 MiB in 16 packages [2023-02-24T19:03:04.167Z] Removing intermediate container 134bf2cdfabe [2023-02-24T19:03:04.167Z] ---> 4a4a89f76a1c [2023-02-24T19:03:04.167Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-24T19:03:04.433Z] ---> Running in a16a7c74e3fd [2023-02-24T19:03:05.039Z] Removing intermediate container a16a7c74e3fd [2023-02-24T19:03:05.039Z] ---> 07b5ba3ac88f [2023-02-24T19:03:05.039Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-24T19:03:05.039Z] ---> Running in 00515692428a [2023-02-24T19:03:05.617Z] Removing intermediate container 00515692428a [2023-02-24T19:03:05.617Z] ---> 61d17768bb5d [2023-02-24T19:03:05.617Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-24T19:03:05.617Z] ---> Running in 303b8f28e3ac [2023-02-24T19:03:06.197Z] Removing intermediate container 303b8f28e3ac [2023-02-24T19:03:06.197Z] ---> 18166b205ad3 [2023-02-24T19:03:06.197Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T19:03:07.152Z] ---> fd823e386c03 [2023-02-24T19:03:07.152Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-24T19:03:09.730Z] ---> 40986ad27887 [2023-02-24T19:03:09.730Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-24T19:03:10.311Z] ---> 7bfa9b248c64 [2023-02-24T19:03:10.311Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-24T19:03:10.578Z] ---> Running in 1066c9f9bf2f [2023-02-24T19:03:10.844Z] Removing intermediate container 1066c9f9bf2f [2023-02-24T19:03:10.844Z] ---> 3c0bb5bbb6ff [2023-02-24T19:03:10.844Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T19:03:11.115Z] ---> Running in ea75db021841 [2023-02-24T19:03:11.382Z] Removing intermediate container ea75db021841 [2023-02-24T19:03:11.382Z] ---> 8a0b1b6d526b [2023-02-24T19:03:11.382Z] Step 20/22 : LABEL arch=arm64 [2023-02-24T19:03:11.649Z] ---> Running in ce1ad784ae5b [2023-02-24T19:03:14.226Z] Removing intermediate container ce1ad784ae5b [2023-02-24T19:03:14.226Z] ---> b86d5adc545f [2023-02-24T19:03:14.226Z] Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:03:14.493Z] ---> Running in aed2b7b162e7 [2023-02-24T19:03:14.764Z] Removing intermediate container aed2b7b162e7 [2023-02-24T19:03:14.764Z] ---> 5b136261e6b0 [2023-02-24T19:03:14.764Z] Step 22/22 : LABEL version=3.0.0-dev.67 [2023-02-24T19:03:15.033Z] ---> Running in 713cd411bd3d [2023-02-24T19:03:15.615Z] Removing intermediate container 713cd411bd3d [2023-02-24T19:03:15.615Z] ---> 4f849ccf2439 [2023-02-24T19:03:15.615Z] [2023-02-24T19:03:15.615Z] Successfully built 4f849ccf2439 [2023-02-24T19:03:15.615Z] Successfully tagged support-notifications-arm64:latest [2023-02-24T19:03:15.615Z]  Building support-notifications ... done Building security-proxy-setup [2023-02-24T19:03:18.958Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T19:03:18.958Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-24T19:03:18.958Z] ---> efbb5a96c115 [2023-02-24T19:03:18.958Z] Step 3/21 : WORKDIR /edgex-go [2023-02-24T19:03:18.958Z] ---> Using cache [2023-02-24T19:03:18.958Z] ---> f2dcc3145cde [2023-02-24T19:03:18.958Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-24T19:03:18.958Z] ---> Using cache [2023-02-24T19:03:18.958Z] ---> 497ccf4da9f5 [2023-02-24T19:03:18.958Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-24T19:03:18.958Z] ---> Using cache [2023-02-24T19:03:18.958Z] ---> 5b14ee938eae [2023-02-24T19:03:18.958Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T19:03:18.958Z] ---> Using cache [2023-02-24T19:03:18.958Z] ---> 763394239175 [2023-02-24T19:03:18.958Z] Step 7/21 : COPY . . [2023-02-24T19:03:18.958Z] ---> Using cache [2023-02-24T19:03:18.958Z] ---> bc711dc7653d [2023-02-24T19:03:18.958Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-24T19:03:19.230Z] ---> Running in 086991e2ed8b [2023-02-24T19:03:21.167Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-24T19:04:00.008Z] Removing intermediate container 1992fd1fe684 [2023-02-24T19:04:00.008Z] ---> 6494ea0ac692 [2023-02-24T19:04:00.008Z] [2023-02-24T19:04:00.008Z] Step 10/24 : FROM alpine:3.16 [2023-02-24T19:04:00.008Z] ---> 4c81e5bf8899 [2023-02-24T19:04:00.008Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-24T19:04:00.008Z] ---> Using cache [2023-02-24T19:04:00.008Z] ---> f24adc9ce86a [2023-02-24T19:04:00.008Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-24T19:04:00.008Z] ---> Using cache [2023-02-24T19:04:00.008Z] ---> 7aa9d4665858 [2023-02-24T19:04:00.008Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-24T19:04:00.008Z] ---> Running in 28f71271716f [2023-02-24T19:04:00.008Z] Removing intermediate container 28f71271716f [2023-02-24T19:04:00.008Z] ---> f3718315b6ea [2023-02-24T19:04:00.009Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-24T19:04:00.009Z] ---> Running in 7300e4a57021 [2023-02-24T19:04:00.009Z] Removing intermediate container 7300e4a57021 [2023-02-24T19:04:00.009Z] ---> 94876d04c96e [2023-02-24T19:04:00.009Z] Step 15/24 : WORKDIR / [2023-02-24T19:04:00.009Z] ---> Running in 7931934be8ca [2023-02-24T19:04:00.009Z] Removing intermediate container 7931934be8ca [2023-02-24T19:04:00.009Z] ---> 4213decb3340 [2023-02-24T19:04:00.009Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T19:04:00.009Z] ---> 233cf9e011e9 [2023-02-24T19:04:00.009Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-24T19:04:00.009Z] ---> 1425966e117f [2023-02-24T19:04:00.009Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-24T19:04:00.275Z] ---> 99ba1a656340 [2023-02-24T19:04:00.275Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-24T19:04:01.246Z] ---> f5b59dab1a9b [2023-02-24T19:04:01.246Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-24T19:04:01.246Z] ---> Running in 05c039694ae6 [2023-02-24T19:04:01.829Z] Removing intermediate container 05c039694ae6 [2023-02-24T19:04:01.829Z] ---> fb5fd6483162 [2023-02-24T19:04:01.829Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T19:04:01.829Z] ---> Running in 0d3904b9c13a [2023-02-24T19:04:02.414Z] Removing intermediate container 0d3904b9c13a [2023-02-24T19:04:02.414Z] ---> 85a420f20817 [2023-02-24T19:04:02.414Z] Step 22/24 : LABEL arch=arm64 [2023-02-24T19:04:02.414Z] ---> Running in 2b38c513793f [2023-02-24T19:04:04.318Z] Removing intermediate container 2b38c513793f [2023-02-24T19:04:04.318Z] ---> 89bf24a0c568 [2023-02-24T19:04:04.318Z] Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:04:04.586Z] ---> Running in 4a9345bb8a6d [2023-02-24T19:04:04.852Z] Removing intermediate container 4a9345bb8a6d [2023-02-24T19:04:05.117Z] ---> 78181cd05d45 [2023-02-24T19:04:05.117Z] Step 24/24 : LABEL version=3.0.0-dev.67 [2023-02-24T19:04:05.117Z] ---> Running in 793ffec170a5 [2023-02-24T19:04:05.699Z] Removing intermediate container 793ffec170a5 [2023-02-24T19:04:05.699Z] ---> cfb00f743bd3 [2023-02-24T19:04:05.699Z] [2023-02-24T19:04:05.699Z] Successfully built cfb00f743bd3 [2023-02-24T19:04:05.699Z] Successfully tagged core-metadata-arm64:latest [2023-02-24T19:04:05.699Z]  Building core-metadata ... done Building security-secretstore-setup [2023-02-24T19:04:09.027Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-24T19:04:09.027Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-24T19:04:09.027Z] ---> efbb5a96c115 [2023-02-24T19:04:09.027Z] Step 3/24 : WORKDIR /edgex-go [2023-02-24T19:04:09.027Z] ---> Using cache [2023-02-24T19:04:09.027Z] ---> f2dcc3145cde [2023-02-24T19:04:09.027Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-24T19:04:09.027Z] ---> Using cache [2023-02-24T19:04:09.027Z] ---> 497ccf4da9f5 [2023-02-24T19:04:09.027Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-24T19:04:09.027Z] ---> Using cache [2023-02-24T19:04:09.027Z] ---> 5b14ee938eae [2023-02-24T19:04:09.027Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T19:04:09.027Z] ---> Using cache [2023-02-24T19:04:09.027Z] ---> 763394239175 [2023-02-24T19:04:09.027Z] Step 7/24 : COPY . . [2023-02-24T19:04:09.027Z] ---> Using cache [2023-02-24T19:04:09.027Z] ---> bc711dc7653d [2023-02-24T19:04:09.027Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-24T19:04:09.292Z] ---> Running in 18727af85bd0 [2023-02-24T19:04:11.228Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-24T19:04:43.435Z] Removing intermediate container df1490c85093 [2023-02-24T19:04:43.435Z] ---> f02e833ec3cc [2023-02-24T19:04:43.435Z] [2023-02-24T19:04:43.435Z] Step 10/22 : FROM alpine:3.16 [2023-02-24T19:04:43.435Z] ---> 4c81e5bf8899 [2023-02-24T19:04:43.435Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-24T19:04:43.435Z] ---> Running in 88665ffce0a3 [2023-02-24T19:04:43.435Z] Removing intermediate container 88665ffce0a3 [2023-02-24T19:04:43.435Z] ---> ec0a7031959b [2023-02-24T19:04:43.435Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-24T19:04:43.435Z] ---> Running in 0b2ff148079a [2023-02-24T19:04:43.435Z] Removing intermediate container 0b2ff148079a [2023-02-24T19:04:43.435Z] ---> bfe429132a60 [2023-02-24T19:04:43.435Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-24T19:04:43.435Z] ---> Running in 01aff474cc51 [2023-02-24T19:04:43.435Z] Removing intermediate container 01aff474cc51 [2023-02-24T19:04:43.435Z] ---> f970fceb1c21 [2023-02-24T19:04:43.435Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-24T19:04:43.435Z] ---> Running in 22a9945d2059 [2023-02-24T19:04:43.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T19:04:43.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T19:04:44.018Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-24T19:04:44.282Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T19:04:44.282Z] OK: 5 MiB in 15 packages [2023-02-24T19:04:45.681Z] Removing intermediate container 22a9945d2059 [2023-02-24T19:04:45.681Z] ---> ae4090b3ae22 [2023-02-24T19:04:45.681Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T19:04:46.848Z] ---> 7ca5cf23db44 [2023-02-24T19:04:46.848Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-24T19:04:48.320Z] ---> 21807d264e00 [2023-02-24T19:04:48.320Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-24T19:04:49.314Z] ---> 1050c1dfc688 [2023-02-24T19:04:49.315Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-24T19:04:49.315Z] ---> Running in bfff2f99b09e [2023-02-24T19:04:49.932Z] Removing intermediate container bfff2f99b09e [2023-02-24T19:04:49.932Z] ---> 412d11100883 [2023-02-24T19:04:49.932Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T19:04:49.932Z] ---> Running in 20425728e45e [2023-02-24T19:04:50.521Z] Removing intermediate container 20425728e45e [2023-02-24T19:04:50.521Z] ---> 44a70be67d2d [2023-02-24T19:04:50.521Z] Step 20/22 : LABEL arch=arm64 [2023-02-24T19:04:50.521Z] ---> Running in 1cf4a69aff5f [2023-02-24T19:04:51.109Z] Removing intermediate container 1cf4a69aff5f [2023-02-24T19:04:51.109Z] ---> 1ee13e8d3b4a [2023-02-24T19:04:51.109Z] Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:04:51.109Z] ---> Running in 05afa9720db3 [2023-02-24T19:04:51.696Z] Removing intermediate container 05afa9720db3 [2023-02-24T19:04:51.696Z] ---> 0ac305cdeba3 [2023-02-24T19:04:51.696Z] Step 22/22 : LABEL version=3.0.0-dev.67 [2023-02-24T19:04:51.696Z] ---> Running in 03e91bb55fa0 [2023-02-24T19:04:52.282Z] Removing intermediate container 03e91bb55fa0 [2023-02-24T19:04:52.282Z] ---> 17914c7c0e29 [2023-02-24T19:04:52.282Z] [2023-02-24T19:04:52.546Z] Successfully built 17914c7c0e29 [2023-02-24T19:04:52.546Z] Successfully tagged core-data-arm64:latest [2023-02-24T19:05:48.914Z]  Building core-data ... done Removing intermediate container 25990d6ce3e3 [2023-02-24T19:05:48.914Z] ---> b29cb2a44866 [2023-02-24T19:05:48.914Z] [2023-02-24T19:05:48.914Z] Step 10/22 : FROM alpine:3.16 [2023-02-24T19:05:48.914Z] ---> 4c81e5bf8899 [2023-02-24T19:05:48.914Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-24T19:05:48.914Z] ---> Using cache [2023-02-24T19:05:48.914Z] ---> 3392c3f503b3 [2023-02-24T19:05:48.914Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-24T19:05:48.914Z] ---> Using cache [2023-02-24T19:05:48.914Z] ---> 9f5ab0c7276f [2023-02-24T19:05:48.914Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T19:05:48.914Z] ---> Using cache [2023-02-24T19:05:48.914Z] ---> fb0d854abe7b [2023-02-24T19:05:48.914Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-24T19:05:48.914Z] ---> ce55cc61f07d [2023-02-24T19:05:48.914Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-24T19:05:48.914Z] ---> 430f5becaf66 [2023-02-24T19:05:48.914Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-24T19:05:48.914Z] ---> 19501d320dd0 [2023-02-24T19:05:48.914Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-24T19:05:48.914Z] ---> Running in 57be6e8e4dd7 [2023-02-24T19:05:51.488Z] Removing intermediate container 57be6e8e4dd7 [2023-02-24T19:05:51.488Z] ---> 3a02d184927c [2023-02-24T19:05:51.488Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-24T19:05:51.488Z] ---> Running in 3233c2983f16 [2023-02-24T19:05:51.753Z] Removing intermediate container 3233c2983f16 [2023-02-24T19:05:51.753Z] ---> a77dbbedbcd7 [2023-02-24T19:05:51.753Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-24T19:05:52.018Z] ---> Running in cf595991dd17 [2023-02-24T19:05:52.283Z] Removing intermediate container cf595991dd17 [2023-02-24T19:05:52.283Z] ---> 3e8bcac74db7 [2023-02-24T19:05:52.283Z] Step 20/22 : LABEL arch=arm64 [2023-02-24T19:05:52.551Z] ---> Running in e0b479456455 [2023-02-24T19:05:52.816Z] Removing intermediate container e0b479456455 [2023-02-24T19:05:52.816Z] ---> 7ebb0846998a [2023-02-24T19:05:52.816Z] Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:05:53.084Z] ---> Running in ecfc1660bf4b [2023-02-24T19:05:53.348Z] Removing intermediate container ecfc1660bf4b [2023-02-24T19:05:53.348Z] ---> 7eed64530b0d [2023-02-24T19:05:53.348Z] Step 22/22 : LABEL version=3.0.0-dev.67 [2023-02-24T19:05:53.615Z] ---> Running in f263dbb4a196 [2023-02-24T19:05:53.881Z] Removing intermediate container f263dbb4a196 [2023-02-24T19:05:53.881Z] ---> 8538992dd2f7 [2023-02-24T19:05:53.881Z] [2023-02-24T19:05:53.881Z] Successfully built 8538992dd2f7 [2023-02-24T19:05:54.146Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-24T19:07:30.749Z]  Building core-common-config-bootstrapper ... done Removing intermediate container b9211fa01982 [2023-02-24T19:07:30.749Z] ---> 46d5a99c8291 [2023-02-24T19:07:30.749Z] [2023-02-24T19:07:30.749Z] Step 9/32 : FROM alpine:3.16 [2023-02-24T19:07:30.749Z] ---> 4c81e5bf8899 [2023-02-24T19:07:30.749Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-24T19:07:30.749Z] ---> Running in 85e33cdbb6e8 [2023-02-24T19:07:30.749Z] Removing intermediate container 85e33cdbb6e8 [2023-02-24T19:07:30.749Z] ---> fb1e5264bb22 [2023-02-24T19:07:30.749Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-24T19:07:30.749Z] ---> Running in b6afa06f24dd [2023-02-24T19:07:30.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T19:07:30.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T19:07:30.749Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-24T19:07:30.749Z] (2/2) Installing su-exec (0.2-r1) [2023-02-24T19:07:30.749Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T19:07:30.749Z] OK: 5 MiB in 16 packages [2023-02-24T19:07:30.749Z] Removing intermediate container b6afa06f24dd [2023-02-24T19:07:30.749Z] ---> 5064e4c1c2ae [2023-02-24T19:07:30.749Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-24T19:07:30.749Z] ---> Running in 4543a0261dd7 [2023-02-24T19:07:30.749Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-24T19:07:30.749Z] Removing intermediate container 4543a0261dd7 [2023-02-24T19:07:30.749Z] ---> 5e909c8a4a00 [2023-02-24T19:07:30.749Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-24T19:07:30.749Z] ---> Running in 44e692cb9767 [2023-02-24T19:07:30.749Z] Removing intermediate container 44e692cb9767 [2023-02-24T19:07:30.749Z] ---> 964f9391a0c3 [2023-02-24T19:07:30.749Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-24T19:07:30.749Z] ---> Running in 781324b0c0c4 [2023-02-24T19:07:30.749Z] Removing intermediate container 781324b0c0c4 [2023-02-24T19:07:30.749Z] ---> 97d430cd0910 [2023-02-24T19:07:30.749Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-24T19:07:30.749Z] ---> Running in 070e39096a8c [2023-02-24T19:07:30.749Z] Removing intermediate container 070e39096a8c [2023-02-24T19:07:30.749Z] ---> 3943c3ecbb09 [2023-02-24T19:07:30.749Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-24T19:07:30.749Z] ---> Running in bd3f25971076 [2023-02-24T19:07:33.338Z] Removing intermediate container bd3f25971076 [2023-02-24T19:07:33.338Z] ---> 623e04ca46ab [2023-02-24T19:07:33.338Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-24T19:07:33.605Z] ---> Running in 177966451c58 [2023-02-24T19:07:34.190Z] Removing intermediate container 177966451c58 [2023-02-24T19:07:34.190Z] ---> c05ffa130138 [2023-02-24T19:07:34.190Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-24T19:07:35.147Z] ---> 170ab793b7fd [2023-02-24T19:07:35.147Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-24T19:07:35.147Z] ---> Running in 1c1ead84cf13 [2023-02-24T19:07:37.724Z] Removing intermediate container 1c1ead84cf13 [2023-02-24T19:07:37.724Z] ---> b61a1c6c4a2b [2023-02-24T19:07:37.724Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-24T19:07:38.698Z] ---> 9be7a2931c9f [2023-02-24T19:07:38.698Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-24T19:07:41.276Z] ---> 9560a7221fcd [2023-02-24T19:07:41.276Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-24T19:07:44.616Z] ---> 48d2c25ab375 [2023-02-24T19:07:44.616Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-24T19:07:44.884Z] Removing intermediate container 086991e2ed8b [2023-02-24T19:07:44.884Z] ---> 2a81e8ca5677 [2023-02-24T19:07:44.884Z] [2023-02-24T19:07:44.884Z] Step 9/21 : FROM alpine:3.16 [2023-02-24T19:07:44.884Z] ---> 4c81e5bf8899 [2023-02-24T19:07:44.884Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-24T19:07:44.884Z] ---> Running in 9e727556b0c6 [2023-02-24T19:07:45.168Z] ---> 626cb739148f [2023-02-24T19:07:45.168Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-24T19:07:46.125Z] ---> d87d45cced6e [2023-02-24T19:07:46.125Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-24T19:07:46.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T19:07:46.658Z] ---> 7114760c6133 [2023-02-24T19:07:46.658Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-24T19:07:46.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T19:07:46.658Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-24T19:07:47.246Z] ---> 76a326eda80e [2023-02-24T19:07:47.246Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-24T19:07:47.515Z] ---> Running in 7147e2e87362 [2023-02-24T19:07:47.781Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-24T19:07:48.052Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-24T19:07:48.052Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-24T19:07:48.052Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-24T19:07:48.052Z] (5/6) Installing curl (7.83.1-r6) [2023-02-24T19:07:48.052Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-24T19:07:48.052Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T19:07:48.052Z] Executing ca-certificates-20220614-r0.trigger [2023-02-24T19:07:48.321Z] OK: 8 MiB in 20 packages [2023-02-24T19:07:50.273Z] Removing intermediate container 7147e2e87362 [2023-02-24T19:07:50.273Z] ---> ca77cb0ff6b8 [2023-02-24T19:07:50.273Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-24T19:07:50.273Z] ---> Running in 63a1b2111626 [2023-02-24T19:07:50.273Z] Removing intermediate container 9e727556b0c6 [2023-02-24T19:07:50.273Z] ---> 9bf3c942607e [2023-02-24T19:07:50.273Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-24T19:07:50.273Z] ---> Running in a65ab44722e2 [2023-02-24T19:07:50.542Z] Removing intermediate container 63a1b2111626 [2023-02-24T19:07:50.542Z] ---> 928c13c953f4 [2023-02-24T19:07:50.542Z] Step 29/32 : CMD ["gate"] [2023-02-24T19:07:50.542Z] ---> Running in c8688f4dc04e [2023-02-24T19:07:50.809Z] Removing intermediate container a65ab44722e2 [2023-02-24T19:07:50.809Z] ---> 8494d239708c [2023-02-24T19:07:50.809Z] Step 12/21 : WORKDIR /edgex [2023-02-24T19:07:50.809Z] ---> Running in 49ffdd4baf65 [2023-02-24T19:07:51.075Z] Removing intermediate container c8688f4dc04e [2023-02-24T19:07:51.075Z] ---> 857621af620a [2023-02-24T19:07:51.075Z] Step 30/32 : LABEL arch=arm64 [2023-02-24T19:07:51.075Z] ---> Running in 0616087e49f9 [2023-02-24T19:07:51.340Z] Removing intermediate container 49ffdd4baf65 [2023-02-24T19:07:51.340Z] ---> 8aec2ac5e62f [2023-02-24T19:07:51.340Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-24T19:07:51.608Z] Removing intermediate container 0616087e49f9 [2023-02-24T19:07:51.608Z] ---> 32c996695c90 [2023-02-24T19:07:51.608Z] Step 31/32 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:07:51.875Z] ---> Running in 4dd03c4dcaef [2023-02-24T19:07:51.875Z] ---> 309068671b1a [2023-02-24T19:07:51.875Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-24T19:07:52.457Z] Removing intermediate container 4dd03c4dcaef [2023-02-24T19:07:52.457Z] ---> 85aa36f59a77 [2023-02-24T19:07:52.457Z] Step 32/32 : LABEL version=3.0.0-dev.67 [2023-02-24T19:07:52.457Z] ---> Running in 7673e31d5d8a [2023-02-24T19:07:52.727Z] Removing intermediate container 7673e31d5d8a [2023-02-24T19:07:52.727Z] ---> a97e56ed134f [2023-02-24T19:07:52.727Z] [2023-02-24T19:07:52.992Z] Successfully built a97e56ed134f [2023-02-24T19:07:52.992Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-24T19:07:53.257Z]  Building security-bootstrapper ... done  ---> 82d6119bfc52 [2023-02-24T19:07:53.257Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-24T19:07:54.212Z] ---> df363be7a9ba [2023-02-24T19:07:54.212Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-24T19:07:54.794Z] ---> 5d7d31c9232c [2023-02-24T19:07:54.794Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-24T19:07:58.125Z] ---> Running in 94855a169467 [2023-02-24T19:07:58.399Z] Removing intermediate container 18727af85bd0 [2023-02-24T19:07:58.399Z] ---> 5a6268aff290 [2023-02-24T19:07:58.399Z] [2023-02-24T19:07:58.399Z] Step 9/24 : FROM alpine:3.16 [2023-02-24T19:07:58.399Z] ---> 4c81e5bf8899 [2023-02-24T19:07:58.399Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-24T19:07:58.399Z] ---> Running in d774b9300e73 [2023-02-24T19:07:59.364Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T19:07:59.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T19:07:59.947Z] Removing intermediate container 94855a169467 [2023-02-24T19:07:59.947Z] ---> c4b8bdbfd94b [2023-02-24T19:07:59.947Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-24T19:07:59.947Z] ---> Running in 04726262e3ce [2023-02-24T19:08:00.223Z] Removing intermediate container 04726262e3ce [2023-02-24T19:08:00.223Z] ---> 01ffce47e318 [2023-02-24T19:08:00.223Z] Step 19/21 : LABEL arch=arm64 [2023-02-24T19:08:00.498Z] ---> Running in 22d5ec896ba0 [2023-02-24T19:08:00.766Z] Removing intermediate container 22d5ec896ba0 [2023-02-24T19:08:00.766Z] ---> b5d485f489d6 [2023-02-24T19:08:00.766Z] Step 20/21 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:00.766Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-24T19:08:00.766Z] ---> Running in a7ded7855923 [2023-02-24T19:08:01.033Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-24T19:08:01.033Z] (3/3) Installing su-exec (0.2-r1) [2023-02-24T19:08:01.033Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T19:08:01.033Z] Executing ca-certificates-20220614-r0.trigger [2023-02-24T19:08:01.299Z] Removing intermediate container a7ded7855923 [2023-02-24T19:08:01.299Z] ---> 9ffe99f7e081 [2023-02-24T19:08:01.299Z] Step 21/21 : LABEL version=3.0.0-dev.67 [2023-02-24T19:08:01.299Z] OK: 6 MiB in 17 packages [2023-02-24T19:08:01.299Z] ---> Running in 9d3cfb03c972 [2023-02-24T19:08:01.565Z] Removing intermediate container 9d3cfb03c972 [2023-02-24T19:08:01.565Z] ---> 8e5b9bf514cc [2023-02-24T19:08:01.565Z] [2023-02-24T19:08:01.831Z] Successfully built 8e5b9bf514cc [2023-02-24T19:08:01.831Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-24T19:08:02.419Z]  Building security-proxy-setup ... done Removing intermediate container d774b9300e73 [2023-02-24T19:08:02.419Z] ---> c18d5fc70bcd [2023-02-24T19:08:02.419Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-24T19:08:02.686Z] ---> Running in b415e004ba0e [2023-02-24T19:08:02.952Z] Removing intermediate container b415e004ba0e [2023-02-24T19:08:02.952Z] ---> b27ee16b06a6 [2023-02-24T19:08:02.952Z] Step 12/24 : WORKDIR / [2023-02-24T19:08:02.952Z] ---> Running in 153f0b89c324 [2023-02-24T19:08:03.217Z] Removing intermediate container 153f0b89c324 [2023-02-24T19:08:03.217Z] ---> 5e29da28a5c1 [2023-02-24T19:08:03.217Z] 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-24T19:08:03.800Z] ---> 3bb90f843175 [2023-02-24T19:08:03.800Z] 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-24T19:08:04.382Z] ---> 4d5f788299b6 [2023-02-24T19:08:04.382Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-24T19:08:04.964Z] ---> 742d6ebe5e9c [2023-02-24T19:08:04.964Z] 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-24T19:08:05.232Z] ---> a697c2d87f2b [2023-02-24T19:08:05.232Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-24T19:08:06.188Z] ---> 4e5c6645b778 [2023-02-24T19:08:06.188Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-24T19:08:07.168Z] ---> b4c1d2319951 [2023-02-24T19:08:07.168Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-24T19:08:07.433Z] ---> 746fd577db2f [2023-02-24T19:08:07.433Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-24T19:08:07.701Z] ---> Running in 01d007a32837 [2023-02-24T19:08:09.106Z] Removing intermediate container 01d007a32837 [2023-02-24T19:08:09.106Z] ---> e74bbaed54b2 [2023-02-24T19:08:09.106Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-24T19:08:09.106Z] ---> Running in 17d4a5b54665 [2023-02-24T19:08:09.371Z] Removing intermediate container 17d4a5b54665 [2023-02-24T19:08:09.371Z] ---> f34ab7ca82c8 [2023-02-24T19:08:09.371Z] Step 22/24 : LABEL arch=arm64 [2023-02-24T19:08:09.636Z] ---> Running in 3c4476c48151 [2023-02-24T19:08:09.900Z] Removing intermediate container 3c4476c48151 [2023-02-24T19:08:09.900Z] ---> 594faf057052 [2023-02-24T19:08:09.900Z] Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:09.900Z] ---> Running in e3871b2628d9 [2023-02-24T19:08:10.164Z] Removing intermediate container e3871b2628d9 [2023-02-24T19:08:10.164Z] ---> 54ab9880ef7b [2023-02-24T19:08:10.164Z] Step 24/24 : LABEL version=3.0.0-dev.67 [2023-02-24T19:08:10.164Z] ---> Running in 7bda16989ba1 [2023-02-24T19:08:10.431Z] Removing intermediate container 7bda16989ba1 [2023-02-24T19:08:10.431Z] ---> a7293d4d9d04 [2023-02-24T19:08:10.431Z] [2023-02-24T19:08:10.431Z] Successfully built a7293d4d9d04 [2023-02-24T19:08:10.695Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-24T19:08:11.660Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-02-24T19:08:11.666Z] $ docker stop --time=1 d78c8cc309d67a0311a61717761c6f010159ba71533c49a99cb09db4dd13104b [2023-02-24T19:08:13.273Z] $ docker rm -f --volumes d78c8cc309d67a0311a61717761c6f010159ba71533c49a99cb09db4dd13104b [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-24T19:08:13.719Z] + docker images [2023-02-24T19:08:13.984Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-24T19:08:13.984Z] security-secretstore-setup-arm64 latest a7293d4d9d04 3 seconds ago 29MB [2023-02-24T19:08:13.984Z] security-proxy-setup-arm64 latest 8e5b9bf514cc 12 seconds ago 26.9MB [2023-02-24T19:08:13.984Z] 5a6268aff290 16 seconds ago 1.33GB [2023-02-24T19:08:13.984Z] security-bootstrapper-arm64 latest a97e56ed134f 21 seconds ago 19.6MB [2023-02-24T19:08:13.984Z] 2a81e8ca5677 30 seconds ago 1.33GB [2023-02-24T19:08:13.984Z] 46d5a99c8291 52 seconds ago 1.33GB [2023-02-24T19:08:13.984Z] core-common-config-bootstrapper-arm64 latest 8538992dd2f7 2 minutes ago 14.9MB [2023-02-24T19:08:13.984Z] b29cb2a44866 2 minutes ago 1.33GB [2023-02-24T19:08:13.984Z] core-data-arm64 latest 17914c7c0e29 3 minutes ago 17.3MB [2023-02-24T19:08:13.984Z] f02e833ec3cc 3 minutes ago 1.34GB [2023-02-24T19:08:13.984Z] core-metadata-arm64 latest cfb00f743bd3 4 minutes ago 17.8MB [2023-02-24T19:08:13.984Z] 6494ea0ac692 4 minutes ago 1.34GB [2023-02-24T19:08:13.984Z] support-notifications-arm64 latest 4f849ccf2439 4 minutes ago 29.7MB [2023-02-24T19:08:13.984Z] 19efb6457367 5 minutes ago 1.4GB [2023-02-24T19:08:13.984Z] support-scheduler-arm64 latest 641adece9209 7 minutes ago 29MB [2023-02-24T19:08:13.984Z] 83ff78697e71 7 minutes ago 1.4GB [2023-02-24T19:08:13.984Z] security-spiffe-token-provider-arm64 latest c3e013c5a65a 8 minutes ago 29.1MB [2023-02-24T19:08:13.984Z] c216938c5d6a 9 minutes ago 1.37GB [2023-02-24T19:08:13.984Z] core-command-arm64 latest dc9e62a625ca 10 minutes ago 17.1MB [2023-02-24T19:08:13.984Z] f892abefcca0 10 minutes ago 1.34GB [2023-02-24T19:08:13.984Z] security-proxy-auth-arm64 latest a84f66053266 11 minutes ago 15.6MB [2023-02-24T19:08:13.984Z] 65bebbe0cdf5 11 minutes ago 1.32GB [2023-02-24T19:08:13.984Z] security-spire-server-arm64 latest 7a5a91bbcf4c 16 minutes ago 84.3MB [2023-02-24T19:08:13.984Z] 9d31c6fc4126 17 minutes ago 1.21GB [2023-02-24T19:08:13.984Z] security-spire-config-arm64 latest 78d5b30d91e4 17 minutes ago 83.6MB [2023-02-24T19:08:13.984Z] security-spire-agent-arm64 latest 35c6f136db3b 17 minutes ago 122MB [2023-02-24T19:08:13.984Z] ab692debc544 18 minutes ago 1.21GB [2023-02-24T19:08:13.984Z] ci-base-image-arm64 latest efbb5a96c115 21 minutes ago 905MB [2023-02-24T19:08:13.984Z] alpine 3.15 354640af7b1b 13 days ago 5.34MB [2023-02-24T19:08:13.984Z] alpine 3.16 4c81e5bf8899 13 days ago 5.3MB [2023-02-24T19:08:13.984Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-24T19:08:13.984Z] 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-24T19:08:14.101Z] provisioning config files... [2023-02-24T19:08:14.114Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/428@tmp/config16778004286594275973tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:08:14.440Z] ---> docker-login.sh [2023-02-24T19:08:14.440Z] nexus3.edgexfoundry.org:10001 [2023-02-24T19:08:14.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T19:08:14.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T19:08:14.704Z] Configure a credential helper to remove this warning. See [2023-02-24T19:08:14.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T19:08:14.704Z] [2023-02-24T19:08:14.704Z] Login Succeeded [2023-02-24T19:08:14.704Z] nexus3.edgexfoundry.org:10002 [2023-02-24T19:08:14.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T19:08:14.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T19:08:14.971Z] Configure a credential helper to remove this warning. See [2023-02-24T19:08:14.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T19:08:14.972Z] [2023-02-24T19:08:14.972Z] Login Succeeded [2023-02-24T19:08:14.972Z] nexus3.edgexfoundry.org:10003 [2023-02-24T19:08:15.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T19:08:15.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T19:08:15.235Z] Configure a credential helper to remove this warning. See [2023-02-24T19:08:15.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T19:08:15.235Z] [2023-02-24T19:08:15.235Z] Login Succeeded [2023-02-24T19:08:15.500Z] nexus3.edgexfoundry.org:10004 [2023-02-24T19:08:15.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T19:08:15.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T19:08:15.764Z] Configure a credential helper to remove this warning. See [2023-02-24T19:08:15.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T19:08:15.764Z] [2023-02-24T19:08:15.764Z] Login Succeeded [2023-02-24T19:08:15.764Z] docker.io [2023-02-24T19:08:16.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T19:08:16.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T19:08:16.293Z] Configure a credential helper to remove this warning. See [2023-02-24T19:08:16.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T19:08:16.293Z] [2023-02-24T19:08:16.293Z] Login Succeeded [2023-02-24T19:08:16.293Z] ---> docker-login.sh ends [Pipeline] } [2023-02-24T19:08:16.305Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:08:16.335Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T19:08:16.359Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-24T19:08:16.359Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:16.359Z] latest [2023-02-24T19:08:16.359Z] 3.0.0-dev.67 [2023-02-24T19:08:16.359Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:16.359Z] main [2023-02-24T19:08:16.359Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:16.697Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:17.027Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:17.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-24T19:08:17.027Z] 4409d9025e5e: Preparing [2023-02-24T19:08:17.027Z] 4c85b37aadb5: Preparing [2023-02-24T19:08:17.027Z] df378e32ff14: Preparing [2023-02-24T19:08:17.027Z] 7e4cc741bdc9: Preparing [2023-02-24T19:08:17.027Z] f70ee36035b9: Preparing [2023-02-24T19:08:17.027Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:17.291Z] 7e4cc741bdc9: Pushed [2023-02-24T19:08:17.291Z] 4409d9025e5e: Pushed [2023-02-24T19:08:17.291Z] df378e32ff14: Pushed [2023-02-24T19:08:20.620Z] 4c85b37aadb5: Pushed [2023-02-24T19:08:20.620Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:dddace458b441f953da22232570bb2366978d17b1210d4628cd48c9d0d39b625 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:21.020Z] + 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-24T19:08:24.388Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-24T19:08:24.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-24T19:08:24.388Z] 4409d9025e5e: Preparing [2023-02-24T19:08:24.388Z] 4c85b37aadb5: Preparing [2023-02-24T19:08:24.388Z] df378e32ff14: Preparing [2023-02-24T19:08:24.388Z] 7e4cc741bdc9: Preparing [2023-02-24T19:08:24.388Z] f70ee36035b9: Preparing [2023-02-24T19:08:24.388Z] 4c85b37aadb5: Layer already exists [2023-02-24T19:08:24.654Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:24.654Z] 4409d9025e5e: Layer already exists [2023-02-24T19:08:24.654Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:08:24.654Z] df378e32ff14: Layer already exists [2023-02-24T19:08:24.654Z] latest: digest: sha256:dddace458b441f953da22232570bb2366978d17b1210d4628cd48c9d0d39b625 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:24.990Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:25.330Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.67 [2023-02-24T19:08:25.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-24T19:08:25.330Z] 4409d9025e5e: Preparing [2023-02-24T19:08:25.330Z] 4c85b37aadb5: Preparing [2023-02-24T19:08:25.330Z] df378e32ff14: Preparing [2023-02-24T19:08:25.330Z] 7e4cc741bdc9: Preparing [2023-02-24T19:08:25.330Z] f70ee36035b9: Preparing [2023-02-24T19:08:25.330Z] df378e32ff14: Layer already exists [2023-02-24T19:08:25.330Z] 4409d9025e5e: Layer already exists [2023-02-24T19:08:25.330Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:08:25.330Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:25.330Z] 4c85b37aadb5: Layer already exists [2023-02-24T19:08:25.330Z] 3.0.0-dev.67: digest: sha256:dddace458b441f953da22232570bb2366978d17b1210d4628cd48c9d0d39b625 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:25.667Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:25.999Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:25.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-24T19:08:25.999Z] 4409d9025e5e: Preparing [2023-02-24T19:08:25.999Z] 4c85b37aadb5: Preparing [2023-02-24T19:08:25.999Z] df378e32ff14: Preparing [2023-02-24T19:08:25.999Z] 7e4cc741bdc9: Preparing [2023-02-24T19:08:25.999Z] f70ee36035b9: Preparing [2023-02-24T19:08:25.999Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:25.999Z] df378e32ff14: Layer already exists [2023-02-24T19:08:25.999Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:08:25.999Z] 4409d9025e5e: Layer already exists [2023-02-24T19:08:25.999Z] 4c85b37aadb5: Layer already exists [2023-02-24T19:08:25.999Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:dddace458b441f953da22232570bb2366978d17b1210d4628cd48c9d0d39b625 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:26.345Z] + 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-24T19:08:26.678Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-24T19:08:26.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-24T19:08:26.678Z] 4409d9025e5e: Preparing [2023-02-24T19:08:26.678Z] 4c85b37aadb5: Preparing [2023-02-24T19:08:26.678Z] df378e32ff14: Preparing [2023-02-24T19:08:26.678Z] 7e4cc741bdc9: Preparing [2023-02-24T19:08:26.678Z] f70ee36035b9: Preparing [2023-02-24T19:08:26.678Z] 4c85b37aadb5: Layer already exists [2023-02-24T19:08:26.678Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:26.678Z] df378e32ff14: Layer already exists [2023-02-24T19:08:26.678Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:08:26.678Z] 4409d9025e5e: Layer already exists [2023-02-24T19:08:26.678Z] main: digest: sha256:dddace458b441f953da22232570bb2366978d17b1210d4628cd48c9d0d39b625 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:08:26.983Z] ===================================================== [Pipeline] echo [2023-02-24T19:08:26.989Z] taggedImages: [2023-02-24T19:08:26.989Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:26.989Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-24T19:08:26.989Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.67 [2023-02-24T19:08:26.989Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:26.989Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-24T19:08:27.004Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-24T19:08:27.005Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:27.005Z] latest [2023-02-24T19:08:27.005Z] 3.0.0-dev.67 [2023-02-24T19:08:27.005Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:27.005Z] main [2023-02-24T19:08:27.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:27.337Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:27.674Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:27.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-24T19:08:27.674Z] 37352ef8bf79: Preparing [2023-02-24T19:08:27.674Z] 2acd49e353d6: Preparing [2023-02-24T19:08:27.674Z] 0a3a6cc0385c: Preparing [2023-02-24T19:08:27.674Z] db69d8910812: Preparing [2023-02-24T19:08:27.674Z] df378e32ff14: Preparing [2023-02-24T19:08:27.674Z] fdb750f0e6dc: Preparing [2023-02-24T19:08:27.674Z] f70ee36035b9: Preparing [2023-02-24T19:08:27.674Z] fdb750f0e6dc: Waiting [2023-02-24T19:08:27.674Z] f70ee36035b9: Waiting [2023-02-24T19:08:27.674Z] df378e32ff14: Layer already exists [2023-02-24T19:08:27.939Z] 37352ef8bf79: Pushed [2023-02-24T19:08:27.939Z] 2acd49e353d6: Pushed [2023-02-24T19:08:27.939Z] 0a3a6cc0385c: Pushed [2023-02-24T19:08:27.939Z] fdb750f0e6dc: Pushed [2023-02-24T19:08:27.939Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:30.596Z] db69d8910812: Pushed [2023-02-24T19:08:30.596Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:5df0f3c2b6e87ba90e75dc44566355f49183d6e8ae95a07fb1bf0c47cdae3a14 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:30.944Z] + 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-24T19:08:31.291Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-24T19:08:31.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-24T19:08:31.291Z] 37352ef8bf79: Preparing [2023-02-24T19:08:31.291Z] 2acd49e353d6: Preparing [2023-02-24T19:08:31.291Z] 0a3a6cc0385c: Preparing [2023-02-24T19:08:31.291Z] db69d8910812: Preparing [2023-02-24T19:08:31.291Z] df378e32ff14: Preparing [2023-02-24T19:08:31.291Z] fdb750f0e6dc: Preparing [2023-02-24T19:08:31.291Z] f70ee36035b9: Preparing [2023-02-24T19:08:31.291Z] fdb750f0e6dc: Waiting [2023-02-24T19:08:31.292Z] f70ee36035b9: Waiting [2023-02-24T19:08:31.292Z] 2acd49e353d6: Layer already exists [2023-02-24T19:08:31.292Z] 37352ef8bf79: Layer already exists [2023-02-24T19:08:31.292Z] db69d8910812: Layer already exists [2023-02-24T19:08:31.292Z] df378e32ff14: Layer already exists [2023-02-24T19:08:31.292Z] 0a3a6cc0385c: Layer already exists [2023-02-24T19:08:31.292Z] fdb750f0e6dc: Layer already exists [2023-02-24T19:08:31.292Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:31.292Z] latest: digest: sha256:5df0f3c2b6e87ba90e75dc44566355f49183d6e8ae95a07fb1bf0c47cdae3a14 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:31.906Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:32.242Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.67 [2023-02-24T19:08:32.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-24T19:08:32.242Z] 37352ef8bf79: Preparing [2023-02-24T19:08:32.242Z] 2acd49e353d6: Preparing [2023-02-24T19:08:32.242Z] 0a3a6cc0385c: Preparing [2023-02-24T19:08:32.242Z] db69d8910812: Preparing [2023-02-24T19:08:32.242Z] df378e32ff14: Preparing [2023-02-24T19:08:32.242Z] fdb750f0e6dc: Preparing [2023-02-24T19:08:32.242Z] f70ee36035b9: Preparing [2023-02-24T19:08:32.242Z] f70ee36035b9: Waiting [2023-02-24T19:08:32.242Z] fdb750f0e6dc: Waiting [2023-02-24T19:08:32.242Z] 0a3a6cc0385c: Layer already exists [2023-02-24T19:08:32.242Z] 2acd49e353d6: Layer already exists [2023-02-24T19:08:32.242Z] df378e32ff14: Layer already exists [2023-02-24T19:08:32.242Z] db69d8910812: Layer already exists [2023-02-24T19:08:32.242Z] 37352ef8bf79: Layer already exists [2023-02-24T19:08:32.242Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:32.242Z] fdb750f0e6dc: Layer already exists [2023-02-24T19:08:32.505Z] 3.0.0-dev.67: digest: sha256:5df0f3c2b6e87ba90e75dc44566355f49183d6e8ae95a07fb1bf0c47cdae3a14 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:32.853Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:33.183Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:33.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-24T19:08:33.183Z] 37352ef8bf79: Preparing [2023-02-24T19:08:33.183Z] 2acd49e353d6: Preparing [2023-02-24T19:08:33.183Z] 0a3a6cc0385c: Preparing [2023-02-24T19:08:33.183Z] db69d8910812: Preparing [2023-02-24T19:08:33.183Z] df378e32ff14: Preparing [2023-02-24T19:08:33.183Z] fdb750f0e6dc: Preparing [2023-02-24T19:08:33.183Z] f70ee36035b9: Preparing [2023-02-24T19:08:33.183Z] fdb750f0e6dc: Waiting [2023-02-24T19:08:33.183Z] f70ee36035b9: Waiting [2023-02-24T19:08:33.183Z] 2acd49e353d6: Layer already exists [2023-02-24T19:08:33.183Z] 0a3a6cc0385c: Layer already exists [2023-02-24T19:08:33.183Z] db69d8910812: Layer already exists [2023-02-24T19:08:33.183Z] df378e32ff14: Layer already exists [2023-02-24T19:08:33.183Z] 37352ef8bf79: Layer already exists [2023-02-24T19:08:33.183Z] fdb750f0e6dc: Layer already exists [2023-02-24T19:08:33.183Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:33.183Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:5df0f3c2b6e87ba90e75dc44566355f49183d6e8ae95a07fb1bf0c47cdae3a14 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:33.790Z] + 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-24T19:08:34.133Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-24T19:08:34.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-24T19:08:34.133Z] 37352ef8bf79: Preparing [2023-02-24T19:08:34.133Z] 2acd49e353d6: Preparing [2023-02-24T19:08:34.133Z] 0a3a6cc0385c: Preparing [2023-02-24T19:08:34.133Z] db69d8910812: Preparing [2023-02-24T19:08:34.133Z] df378e32ff14: Preparing [2023-02-24T19:08:34.133Z] fdb750f0e6dc: Preparing [2023-02-24T19:08:34.133Z] f70ee36035b9: Preparing [2023-02-24T19:08:34.133Z] fdb750f0e6dc: Waiting [2023-02-24T19:08:34.133Z] f70ee36035b9: Waiting [2023-02-24T19:08:34.133Z] 37352ef8bf79: Layer already exists [2023-02-24T19:08:34.133Z] db69d8910812: Layer already exists [2023-02-24T19:08:34.133Z] 0a3a6cc0385c: Layer already exists [2023-02-24T19:08:34.133Z] df378e32ff14: Layer already exists [2023-02-24T19:08:34.133Z] 2acd49e353d6: Layer already exists [2023-02-24T19:08:34.133Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:34.133Z] fdb750f0e6dc: Layer already exists [2023-02-24T19:08:34.398Z] main: digest: sha256:5df0f3c2b6e87ba90e75dc44566355f49183d6e8ae95a07fb1bf0c47cdae3a14 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:08:34.438Z] ===================================================== [Pipeline] echo [2023-02-24T19:08:34.444Z] taggedImages: [2023-02-24T19:08:34.444Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:34.444Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-24T19:08:34.444Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.67 [2023-02-24T19:08:34.444Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:34.444Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-24T19:08:34.458Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-24T19:08:34.458Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:34.458Z] latest [2023-02-24T19:08:34.458Z] 3.0.0-dev.67 [2023-02-24T19:08:34.458Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:34.458Z] main [2023-02-24T19:08:34.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:34.792Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:35.127Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:35.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-24T19:08:35.127Z] 47aa3244d4f0: Preparing [2023-02-24T19:08:35.127Z] 66cf36208b54: Preparing [2023-02-24T19:08:35.127Z] df378e32ff14: Preparing [2023-02-24T19:08:35.127Z] a055daab9c52: Preparing [2023-02-24T19:08:35.127Z] f70ee36035b9: Preparing [2023-02-24T19:08:35.127Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:35.127Z] df378e32ff14: Layer already exists [2023-02-24T19:08:35.395Z] 47aa3244d4f0: Pushed [2023-02-24T19:08:35.395Z] a055daab9c52: Pushed [2023-02-24T19:08:38.732Z] 66cf36208b54: Pushed [2023-02-24T19:08:38.732Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:3e0ec379bd820065230df850a858212f0165daa96d0f61779231dec5a90ab941 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:39.066Z] + 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-24T19:08:39.400Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-24T19:08:39.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-24T19:08:39.400Z] 47aa3244d4f0: Preparing [2023-02-24T19:08:39.400Z] 66cf36208b54: Preparing [2023-02-24T19:08:39.400Z] df378e32ff14: Preparing [2023-02-24T19:08:39.400Z] a055daab9c52: Preparing [2023-02-24T19:08:39.400Z] f70ee36035b9: Preparing [2023-02-24T19:08:39.400Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:39.400Z] 47aa3244d4f0: Layer already exists [2023-02-24T19:08:39.400Z] df378e32ff14: Layer already exists [2023-02-24T19:08:39.400Z] a055daab9c52: Layer already exists [2023-02-24T19:08:39.400Z] 66cf36208b54: Layer already exists [2023-02-24T19:08:39.400Z] latest: digest: sha256:3e0ec379bd820065230df850a858212f0165daa96d0f61779231dec5a90ab941 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:39.735Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:40.066Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.67 [2023-02-24T19:08:40.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-24T19:08:40.066Z] 47aa3244d4f0: Preparing [2023-02-24T19:08:40.066Z] 66cf36208b54: Preparing [2023-02-24T19:08:40.066Z] df378e32ff14: Preparing [2023-02-24T19:08:40.066Z] a055daab9c52: Preparing [2023-02-24T19:08:40.066Z] f70ee36035b9: Preparing [2023-02-24T19:08:40.066Z] 47aa3244d4f0: Layer already exists [2023-02-24T19:08:40.066Z] a055daab9c52: Layer already exists [2023-02-24T19:08:40.066Z] df378e32ff14: Layer already exists [2023-02-24T19:08:40.066Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:40.066Z] 66cf36208b54: Layer already exists [2023-02-24T19:08:40.066Z] 3.0.0-dev.67: digest: sha256:3e0ec379bd820065230df850a858212f0165daa96d0f61779231dec5a90ab941 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:40.404Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:40.735Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:40.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-24T19:08:40.735Z] 47aa3244d4f0: Preparing [2023-02-24T19:08:40.735Z] 66cf36208b54: Preparing [2023-02-24T19:08:40.735Z] df378e32ff14: Preparing [2023-02-24T19:08:40.735Z] a055daab9c52: Preparing [2023-02-24T19:08:40.735Z] f70ee36035b9: Preparing [2023-02-24T19:08:40.735Z] a055daab9c52: Layer already exists [2023-02-24T19:08:40.735Z] 66cf36208b54: Layer already exists [2023-02-24T19:08:40.735Z] df378e32ff14: Layer already exists [2023-02-24T19:08:40.735Z] 47aa3244d4f0: Layer already exists [2023-02-24T19:08:40.735Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:41.000Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:3e0ec379bd820065230df850a858212f0165daa96d0f61779231dec5a90ab941 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:41.341Z] + 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-24T19:08:41.678Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-24T19:08:41.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-24T19:08:41.678Z] 47aa3244d4f0: Preparing [2023-02-24T19:08:41.678Z] 66cf36208b54: Preparing [2023-02-24T19:08:41.678Z] df378e32ff14: Preparing [2023-02-24T19:08:41.678Z] a055daab9c52: Preparing [2023-02-24T19:08:41.678Z] f70ee36035b9: Preparing [2023-02-24T19:08:41.678Z] 47aa3244d4f0: Layer already exists [2023-02-24T19:08:41.678Z] a055daab9c52: Layer already exists [2023-02-24T19:08:41.678Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:41.678Z] 66cf36208b54: Layer already exists [2023-02-24T19:08:41.678Z] df378e32ff14: Layer already exists [2023-02-24T19:08:41.678Z] main: digest: sha256:3e0ec379bd820065230df850a858212f0165daa96d0f61779231dec5a90ab941 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:08:41.994Z] ===================================================== [Pipeline] echo [2023-02-24T19:08:42.002Z] taggedImages: [2023-02-24T19:08:42.002Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:42.002Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-24T19:08:42.002Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.67 [2023-02-24T19:08:42.002Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:42.002Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-24T19:08:42.023Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-24T19:08:42.023Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:42.023Z] latest [2023-02-24T19:08:42.023Z] 3.0.0-dev.67 [2023-02-24T19:08:42.023Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:42.023Z] main [2023-02-24T19:08:42.023Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:42.374Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:42.718Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:42.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-24T19:08:42.718Z] a780141ecf92: Preparing [2023-02-24T19:08:42.718Z] 8cd8694c913d: Preparing [2023-02-24T19:08:42.718Z] bc7aa2847756: Preparing [2023-02-24T19:08:42.718Z] df378e32ff14: Preparing [2023-02-24T19:08:42.718Z] 7e4cc741bdc9: Preparing [2023-02-24T19:08:42.718Z] f70ee36035b9: Preparing [2023-02-24T19:08:42.718Z] f70ee36035b9: Waiting [2023-02-24T19:08:42.718Z] df378e32ff14: Layer already exists [2023-02-24T19:08:42.718Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:08:42.985Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:42.985Z] a780141ecf92: Pushed [2023-02-24T19:08:42.986Z] 8cd8694c913d: Pushed [2023-02-24T19:08:47.224Z] bc7aa2847756: Pushed [2023-02-24T19:08:47.224Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:218befb24015aa5df535fdf106a85dbc5452643cc2c1d79bb0e8e34ae6cf5006 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:47.560Z] + 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-24T19:08:47.896Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-24T19:08:47.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-24T19:08:47.896Z] a780141ecf92: Preparing [2023-02-24T19:08:47.896Z] 8cd8694c913d: Preparing [2023-02-24T19:08:47.896Z] bc7aa2847756: Preparing [2023-02-24T19:08:47.896Z] df378e32ff14: Preparing [2023-02-24T19:08:47.896Z] 7e4cc741bdc9: Preparing [2023-02-24T19:08:47.896Z] f70ee36035b9: Preparing [2023-02-24T19:08:47.896Z] f70ee36035b9: Waiting [2023-02-24T19:08:47.896Z] bc7aa2847756: Layer already exists [2023-02-24T19:08:47.896Z] 8cd8694c913d: Layer already exists [2023-02-24T19:08:47.896Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:08:47.896Z] a780141ecf92: Layer already exists [2023-02-24T19:08:47.896Z] df378e32ff14: Layer already exists [2023-02-24T19:08:47.896Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:48.165Z] latest: digest: sha256:218befb24015aa5df535fdf106a85dbc5452643cc2c1d79bb0e8e34ae6cf5006 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:48.503Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:48.833Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.67 [2023-02-24T19:08:48.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-24T19:08:48.833Z] a780141ecf92: Preparing [2023-02-24T19:08:48.833Z] 8cd8694c913d: Preparing [2023-02-24T19:08:48.833Z] bc7aa2847756: Preparing [2023-02-24T19:08:48.833Z] df378e32ff14: Preparing [2023-02-24T19:08:48.833Z] 7e4cc741bdc9: Preparing [2023-02-24T19:08:48.833Z] f70ee36035b9: Preparing [2023-02-24T19:08:48.833Z] f70ee36035b9: Waiting [2023-02-24T19:08:48.833Z] 8cd8694c913d: Layer already exists [2023-02-24T19:08:48.833Z] a780141ecf92: Layer already exists [2023-02-24T19:08:48.833Z] df378e32ff14: Layer already exists [2023-02-24T19:08:48.833Z] bc7aa2847756: Layer already exists [2023-02-24T19:08:48.833Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:08:48.833Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:48.833Z] 3.0.0-dev.67: digest: sha256:218befb24015aa5df535fdf106a85dbc5452643cc2c1d79bb0e8e34ae6cf5006 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:49.439Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:49.772Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:49.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-24T19:08:49.772Z] a780141ecf92: Preparing [2023-02-24T19:08:49.772Z] 8cd8694c913d: Preparing [2023-02-24T19:08:49.772Z] bc7aa2847756: Preparing [2023-02-24T19:08:49.772Z] df378e32ff14: Preparing [2023-02-24T19:08:49.772Z] 7e4cc741bdc9: Preparing [2023-02-24T19:08:49.772Z] f70ee36035b9: Preparing [2023-02-24T19:08:49.772Z] f70ee36035b9: Waiting [2023-02-24T19:08:49.772Z] bc7aa2847756: Layer already exists [2023-02-24T19:08:49.772Z] df378e32ff14: Layer already exists [2023-02-24T19:08:49.772Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:08:49.772Z] a780141ecf92: Layer already exists [2023-02-24T19:08:49.772Z] 8cd8694c913d: Layer already exists [2023-02-24T19:08:49.772Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:49.772Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:218befb24015aa5df535fdf106a85dbc5452643cc2c1d79bb0e8e34ae6cf5006 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:50.376Z] + 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-24T19:08:50.715Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-24T19:08:50.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-24T19:08:50.715Z] a780141ecf92: Preparing [2023-02-24T19:08:50.715Z] 8cd8694c913d: Preparing [2023-02-24T19:08:50.715Z] bc7aa2847756: Preparing [2023-02-24T19:08:50.715Z] df378e32ff14: Preparing [2023-02-24T19:08:50.715Z] 7e4cc741bdc9: Preparing [2023-02-24T19:08:50.715Z] f70ee36035b9: Preparing [2023-02-24T19:08:50.715Z] f70ee36035b9: Waiting [2023-02-24T19:08:50.715Z] 8cd8694c913d: Layer already exists [2023-02-24T19:08:50.715Z] df378e32ff14: Layer already exists [2023-02-24T19:08:50.715Z] bc7aa2847756: Layer already exists [2023-02-24T19:08:50.715Z] a780141ecf92: Layer already exists [2023-02-24T19:08:50.715Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:08:50.715Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:50.980Z] main: digest: sha256:218befb24015aa5df535fdf106a85dbc5452643cc2c1d79bb0e8e34ae6cf5006 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:08:51.038Z] ===================================================== [Pipeline] echo [2023-02-24T19:08:51.048Z] taggedImages: [2023-02-24T19:08:51.048Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:51.048Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-24T19:08:51.048Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.67 [2023-02-24T19:08:51.048Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:51.048Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-24T19:08:51.072Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-24T19:08:51.072Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:51.072Z] latest [2023-02-24T19:08:51.072Z] 3.0.0-dev.67 [2023-02-24T19:08:51.072Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:51.072Z] main [2023-02-24T19:08:51.072Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:51.420Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:51.755Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:08:51.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-24T19:08:51.755Z] 55c23a7b350b: Preparing [2023-02-24T19:08:51.755Z] 55c23a7b350b: Preparing [2023-02-24T19:08:51.755Z] 38c066e6a3b1: Preparing [2023-02-24T19:08:51.755Z] 5a848304f311: Preparing [2023-02-24T19:08:51.755Z] 3fb389cddbf6: Preparing [2023-02-24T19:08:51.755Z] 7d22c835fec7: Preparing [2023-02-24T19:08:51.755Z] 31b32206cc24: Preparing [2023-02-24T19:08:51.755Z] df378e32ff14: Preparing [2023-02-24T19:08:51.755Z] 55e7a8071b3f: Preparing [2023-02-24T19:08:51.755Z] c7229c768d03: Preparing [2023-02-24T19:08:51.755Z] 6af2d2b71227: Preparing [2023-02-24T19:08:51.755Z] a79603f0240e: Preparing [2023-02-24T19:08:51.755Z] f70ee36035b9: Preparing [2023-02-24T19:08:51.755Z] 31b32206cc24: Waiting [2023-02-24T19:08:51.755Z] c7229c768d03: Waiting [2023-02-24T19:08:51.755Z] a79603f0240e: Waiting [2023-02-24T19:08:51.755Z] df378e32ff14: Waiting [2023-02-24T19:08:51.755Z] f70ee36035b9: Waiting [2023-02-24T19:08:51.755Z] 55e7a8071b3f: Waiting [2023-02-24T19:08:51.755Z] 6af2d2b71227: Waiting [2023-02-24T19:08:52.021Z] 3fb389cddbf6: Pushed [2023-02-24T19:08:52.021Z] 5a848304f311: Pushed [2023-02-24T19:08:52.021Z] 55c23a7b350b: Pushed [2023-02-24T19:08:52.021Z] 7d22c835fec7: Pushed [2023-02-24T19:08:52.021Z] 38c066e6a3b1: Pushed [2023-02-24T19:08:52.021Z] df378e32ff14: Layer already exists [2023-02-24T19:08:52.286Z] 6af2d2b71227: Pushed [2023-02-24T19:08:52.286Z] 55e7a8071b3f: Pushed [2023-02-24T19:08:52.286Z] c7229c768d03: Pushed [2023-02-24T19:08:52.286Z] a79603f0240e: Pushed [2023-02-24T19:08:52.286Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:55.615Z] 31b32206cc24: Pushed [2023-02-24T19:08:55.615Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:64905616f4dc01b1ca9de17174af08f7599f5ecc0707b8aa13eca1f937e94c2e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:55.954Z] + 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-24T19:08:56.289Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-24T19:08:56.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-24T19:08:57.242Z] 55c23a7b350b: Preparing [2023-02-24T19:08:57.242Z] 55c23a7b350b: Preparing [2023-02-24T19:08:57.242Z] 38c066e6a3b1: Preparing [2023-02-24T19:08:57.242Z] 5a848304f311: Preparing [2023-02-24T19:08:57.242Z] 3fb389cddbf6: Preparing [2023-02-24T19:08:57.242Z] 7d22c835fec7: Preparing [2023-02-24T19:08:57.242Z] 31b32206cc24: Preparing [2023-02-24T19:08:57.242Z] df378e32ff14: Preparing [2023-02-24T19:08:57.242Z] 55e7a8071b3f: Preparing [2023-02-24T19:08:57.242Z] c7229c768d03: Preparing [2023-02-24T19:08:57.242Z] 6af2d2b71227: Preparing [2023-02-24T19:08:57.242Z] a79603f0240e: Preparing [2023-02-24T19:08:57.242Z] f70ee36035b9: Preparing [2023-02-24T19:08:57.242Z] c7229c768d03: Waiting [2023-02-24T19:08:57.242Z] 6af2d2b71227: Waiting [2023-02-24T19:08:57.242Z] a79603f0240e: Waiting [2023-02-24T19:08:57.242Z] 31b32206cc24: Waiting [2023-02-24T19:08:57.242Z] df378e32ff14: Waiting [2023-02-24T19:08:57.242Z] 55e7a8071b3f: Waiting [2023-02-24T19:08:57.242Z] f70ee36035b9: Waiting [2023-02-24T19:08:57.242Z] 5a848304f311: Layer already exists [2023-02-24T19:08:57.242Z] 7d22c835fec7: Layer already exists [2023-02-24T19:08:57.242Z] 55c23a7b350b: Layer already exists [2023-02-24T19:08:57.242Z] 38c066e6a3b1: Layer already exists [2023-02-24T19:08:57.242Z] 3fb389cddbf6: Layer already exists [2023-02-24T19:08:57.242Z] df378e32ff14: Layer already exists [2023-02-24T19:08:57.242Z] 55e7a8071b3f: Layer already exists [2023-02-24T19:08:57.242Z] 6af2d2b71227: Layer already exists [2023-02-24T19:08:57.242Z] 31b32206cc24: Layer already exists [2023-02-24T19:08:57.242Z] c7229c768d03: Layer already exists [2023-02-24T19:08:57.242Z] a79603f0240e: Layer already exists [2023-02-24T19:08:57.242Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:57.242Z] latest: digest: sha256:64905616f4dc01b1ca9de17174af08f7599f5ecc0707b8aa13eca1f937e94c2e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:57.579Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:57.912Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.67 [2023-02-24T19:08:57.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-24T19:08:57.912Z] 55c23a7b350b: Preparing [2023-02-24T19:08:57.912Z] 55c23a7b350b: Preparing [2023-02-24T19:08:57.912Z] 38c066e6a3b1: Preparing [2023-02-24T19:08:57.912Z] 5a848304f311: Preparing [2023-02-24T19:08:57.912Z] 3fb389cddbf6: Preparing [2023-02-24T19:08:57.912Z] 7d22c835fec7: Preparing [2023-02-24T19:08:57.912Z] 31b32206cc24: Preparing [2023-02-24T19:08:57.912Z] df378e32ff14: Preparing [2023-02-24T19:08:57.912Z] 55e7a8071b3f: Preparing [2023-02-24T19:08:57.912Z] c7229c768d03: Preparing [2023-02-24T19:08:57.912Z] 6af2d2b71227: Preparing [2023-02-24T19:08:57.912Z] a79603f0240e: Preparing [2023-02-24T19:08:57.912Z] f70ee36035b9: Preparing [2023-02-24T19:08:57.912Z] c7229c768d03: Waiting [2023-02-24T19:08:57.912Z] 6af2d2b71227: Waiting [2023-02-24T19:08:57.912Z] a79603f0240e: Waiting [2023-02-24T19:08:57.912Z] 31b32206cc24: Waiting [2023-02-24T19:08:57.912Z] f70ee36035b9: Waiting [2023-02-24T19:08:57.912Z] 55e7a8071b3f: Waiting [2023-02-24T19:08:57.912Z] df378e32ff14: Waiting [2023-02-24T19:08:57.912Z] 38c066e6a3b1: Layer already exists [2023-02-24T19:08:57.912Z] 7d22c835fec7: Layer already exists [2023-02-24T19:08:57.912Z] 3fb389cddbf6: Layer already exists [2023-02-24T19:08:57.912Z] 5a848304f311: Layer already exists [2023-02-24T19:08:57.912Z] 55c23a7b350b: Layer already exists [2023-02-24T19:08:57.912Z] df378e32ff14: Layer already exists [2023-02-24T19:08:57.912Z] 55e7a8071b3f: Layer already exists [2023-02-24T19:08:57.912Z] c7229c768d03: Layer already exists [2023-02-24T19:08:57.912Z] 31b32206cc24: Layer already exists [2023-02-24T19:08:57.912Z] 6af2d2b71227: Layer already exists [2023-02-24T19:08:57.912Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:57.912Z] a79603f0240e: Layer already exists [2023-02-24T19:08:58.176Z] 3.0.0-dev.67: digest: sha256:64905616f4dc01b1ca9de17174af08f7599f5ecc0707b8aa13eca1f937e94c2e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:58.515Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:58.849Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:08:58.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-24T19:08:58.849Z] 55c23a7b350b: Preparing [2023-02-24T19:08:58.849Z] 55c23a7b350b: Preparing [2023-02-24T19:08:58.849Z] 38c066e6a3b1: Preparing [2023-02-24T19:08:58.849Z] 5a848304f311: Preparing [2023-02-24T19:08:58.849Z] 3fb389cddbf6: Preparing [2023-02-24T19:08:58.849Z] 7d22c835fec7: Preparing [2023-02-24T19:08:58.849Z] 31b32206cc24: Preparing [2023-02-24T19:08:58.849Z] df378e32ff14: Preparing [2023-02-24T19:08:58.849Z] 55e7a8071b3f: Preparing [2023-02-24T19:08:58.849Z] c7229c768d03: Preparing [2023-02-24T19:08:58.849Z] 6af2d2b71227: Preparing [2023-02-24T19:08:58.849Z] a79603f0240e: Preparing [2023-02-24T19:08:58.849Z] f70ee36035b9: Preparing [2023-02-24T19:08:58.849Z] 55e7a8071b3f: Waiting [2023-02-24T19:08:58.849Z] 31b32206cc24: Waiting [2023-02-24T19:08:58.849Z] c7229c768d03: Waiting [2023-02-24T19:08:58.849Z] df378e32ff14: Waiting [2023-02-24T19:08:58.849Z] f70ee36035b9: Waiting [2023-02-24T19:08:58.849Z] a79603f0240e: Waiting [2023-02-24T19:08:58.849Z] 5a848304f311: Layer already exists [2023-02-24T19:08:58.849Z] 38c066e6a3b1: Layer already exists [2023-02-24T19:08:58.849Z] 7d22c835fec7: Layer already exists [2023-02-24T19:08:58.850Z] 3fb389cddbf6: Layer already exists [2023-02-24T19:08:58.850Z] 55c23a7b350b: Layer already exists [2023-02-24T19:08:58.850Z] df378e32ff14: Layer already exists [2023-02-24T19:08:58.850Z] 31b32206cc24: Layer already exists [2023-02-24T19:08:58.850Z] c7229c768d03: Layer already exists [2023-02-24T19:08:58.850Z] 55e7a8071b3f: Layer already exists [2023-02-24T19:08:58.850Z] 6af2d2b71227: Layer already exists [2023-02-24T19:08:58.850Z] a79603f0240e: Layer already exists [2023-02-24T19:08:58.850Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:59.114Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:64905616f4dc01b1ca9de17174af08f7599f5ecc0707b8aa13eca1f937e94c2e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:08:59.451Z] + 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-24T19:08:59.785Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-24T19:08:59.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-24T19:08:59.785Z] 55c23a7b350b: Preparing [2023-02-24T19:08:59.785Z] 55c23a7b350b: Preparing [2023-02-24T19:08:59.785Z] 38c066e6a3b1: Preparing [2023-02-24T19:08:59.785Z] 5a848304f311: Preparing [2023-02-24T19:08:59.785Z] 3fb389cddbf6: Preparing [2023-02-24T19:08:59.785Z] 7d22c835fec7: Preparing [2023-02-24T19:08:59.785Z] 31b32206cc24: Preparing [2023-02-24T19:08:59.785Z] df378e32ff14: Preparing [2023-02-24T19:08:59.785Z] 55e7a8071b3f: Preparing [2023-02-24T19:08:59.785Z] c7229c768d03: Preparing [2023-02-24T19:08:59.785Z] 6af2d2b71227: Preparing [2023-02-24T19:08:59.785Z] a79603f0240e: Preparing [2023-02-24T19:08:59.785Z] f70ee36035b9: Preparing [2023-02-24T19:08:59.785Z] 31b32206cc24: Waiting [2023-02-24T19:08:59.785Z] df378e32ff14: Waiting [2023-02-24T19:08:59.785Z] 55e7a8071b3f: Waiting [2023-02-24T19:08:59.785Z] c7229c768d03: Waiting [2023-02-24T19:08:59.785Z] 6af2d2b71227: Waiting [2023-02-24T19:08:59.785Z] a79603f0240e: Waiting [2023-02-24T19:08:59.785Z] f70ee36035b9: Waiting [2023-02-24T19:08:59.785Z] 3fb389cddbf6: Layer already exists [2023-02-24T19:08:59.785Z] 38c066e6a3b1: Layer already exists [2023-02-24T19:08:59.785Z] 55c23a7b350b: Layer already exists [2023-02-24T19:08:59.785Z] 5a848304f311: Layer already exists [2023-02-24T19:08:59.785Z] 7d22c835fec7: Layer already exists [2023-02-24T19:08:59.785Z] 31b32206cc24: Layer already exists [2023-02-24T19:08:59.785Z] df378e32ff14: Layer already exists [2023-02-24T19:08:59.785Z] c7229c768d03: Layer already exists [2023-02-24T19:08:59.785Z] 55e7a8071b3f: Layer already exists [2023-02-24T19:08:59.785Z] 6af2d2b71227: Layer already exists [2023-02-24T19:08:59.785Z] f70ee36035b9: Layer already exists [2023-02-24T19:08:59.785Z] a79603f0240e: Layer already exists [2023-02-24T19:09:00.050Z] main: digest: sha256:64905616f4dc01b1ca9de17174af08f7599f5ecc0707b8aa13eca1f937e94c2e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:09:00.094Z] ===================================================== [Pipeline] echo [2023-02-24T19:09:00.101Z] taggedImages: [2023-02-24T19:09:00.101Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:00.101Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-24T19:09:00.101Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.67 [2023-02-24T19:09:00.101Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:00.101Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-24T19:09:00.131Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-02-24T19:09:00.132Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:00.132Z] latest [2023-02-24T19:09:00.132Z] 3.0.0-dev.67 [2023-02-24T19:09:00.132Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:00.132Z] main [2023-02-24T19:09:00.132Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:00.472Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:00.820Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:00.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-02-24T19:09:00.820Z] fda698de13cf: Preparing [2023-02-24T19:09:00.820Z] 2060ee9545b0: Preparing [2023-02-24T19:09:00.820Z] 414db3391eda: Preparing [2023-02-24T19:09:00.820Z] 24007dddb0eb: Preparing [2023-02-24T19:09:00.820Z] df378e32ff14: Preparing [2023-02-24T19:09:00.820Z] fdb750f0e6dc: Preparing [2023-02-24T19:09:00.820Z] f70ee36035b9: Preparing [2023-02-24T19:09:00.820Z] fdb750f0e6dc: Waiting [2023-02-24T19:09:00.820Z] f70ee36035b9: Waiting [2023-02-24T19:09:00.820Z] df378e32ff14: Layer already exists [2023-02-24T19:09:00.820Z] fdb750f0e6dc: Layer already exists [2023-02-24T19:09:01.084Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:01.084Z] fda698de13cf: Pushed [2023-02-24T19:09:01.084Z] 2060ee9545b0: Pushed [2023-02-24T19:09:01.084Z] 414db3391eda: Pushed [2023-02-24T19:09:03.656Z] 24007dddb0eb: Pushed [2023-02-24T19:09:03.656Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:7ab7cfe7d8a0bb84d75463ecaf34a1fdba809092a504ff59a1e7c81d3009c21f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:04.004Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:04.347Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-02-24T19:09:04.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-02-24T19:09:04.347Z] fda698de13cf: Preparing [2023-02-24T19:09:04.347Z] 2060ee9545b0: Preparing [2023-02-24T19:09:04.347Z] 414db3391eda: Preparing [2023-02-24T19:09:04.347Z] 24007dddb0eb: Preparing [2023-02-24T19:09:04.347Z] df378e32ff14: Preparing [2023-02-24T19:09:04.347Z] fdb750f0e6dc: Preparing [2023-02-24T19:09:04.347Z] f70ee36035b9: Preparing [2023-02-24T19:09:04.347Z] fdb750f0e6dc: Waiting [2023-02-24T19:09:04.347Z] f70ee36035b9: Waiting [2023-02-24T19:09:04.347Z] 414db3391eda: Layer already exists [2023-02-24T19:09:04.347Z] 2060ee9545b0: Layer already exists [2023-02-24T19:09:04.347Z] 24007dddb0eb: Layer already exists [2023-02-24T19:09:04.347Z] fda698de13cf: Layer already exists [2023-02-24T19:09:04.347Z] df378e32ff14: Layer already exists [2023-02-24T19:09:04.347Z] fdb750f0e6dc: Layer already exists [2023-02-24T19:09:04.347Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:04.347Z] latest: digest: sha256:7ab7cfe7d8a0bb84d75463ecaf34a1fdba809092a504ff59a1e7c81d3009c21f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:04.952Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:05.290Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.67 [2023-02-24T19:09:05.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-02-24T19:09:05.290Z] fda698de13cf: Preparing [2023-02-24T19:09:05.290Z] 2060ee9545b0: Preparing [2023-02-24T19:09:05.290Z] 414db3391eda: Preparing [2023-02-24T19:09:05.290Z] 24007dddb0eb: Preparing [2023-02-24T19:09:05.290Z] df378e32ff14: Preparing [2023-02-24T19:09:05.290Z] fdb750f0e6dc: Preparing [2023-02-24T19:09:05.290Z] f70ee36035b9: Preparing [2023-02-24T19:09:05.290Z] fdb750f0e6dc: Waiting [2023-02-24T19:09:05.290Z] f70ee36035b9: Waiting [2023-02-24T19:09:05.290Z] df378e32ff14: Layer already exists [2023-02-24T19:09:05.290Z] 414db3391eda: Layer already exists [2023-02-24T19:09:05.290Z] fda698de13cf: Layer already exists [2023-02-24T19:09:05.290Z] 24007dddb0eb: Layer already exists [2023-02-24T19:09:05.290Z] 2060ee9545b0: Layer already exists [2023-02-24T19:09:05.290Z] fdb750f0e6dc: Layer already exists [2023-02-24T19:09:05.290Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:05.555Z] 3.0.0-dev.67: digest: sha256:7ab7cfe7d8a0bb84d75463ecaf34a1fdba809092a504ff59a1e7c81d3009c21f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:05.890Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:06.218Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:06.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-02-24T19:09:06.218Z] fda698de13cf: Preparing [2023-02-24T19:09:06.218Z] 2060ee9545b0: Preparing [2023-02-24T19:09:06.218Z] 414db3391eda: Preparing [2023-02-24T19:09:06.218Z] 24007dddb0eb: Preparing [2023-02-24T19:09:06.218Z] df378e32ff14: Preparing [2023-02-24T19:09:06.218Z] fdb750f0e6dc: Preparing [2023-02-24T19:09:06.218Z] f70ee36035b9: Preparing [2023-02-24T19:09:06.218Z] fdb750f0e6dc: Waiting [2023-02-24T19:09:06.218Z] f70ee36035b9: Waiting [2023-02-24T19:09:06.218Z] 2060ee9545b0: Layer already exists [2023-02-24T19:09:06.218Z] fda698de13cf: Layer already exists [2023-02-24T19:09:06.218Z] 24007dddb0eb: Layer already exists [2023-02-24T19:09:06.218Z] df378e32ff14: Layer already exists [2023-02-24T19:09:06.218Z] 414db3391eda: Layer already exists [2023-02-24T19:09:06.218Z] fdb750f0e6dc: Layer already exists [2023-02-24T19:09:06.218Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:06.218Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:7ab7cfe7d8a0bb84d75463ecaf34a1fdba809092a504ff59a1e7c81d3009c21f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:06.550Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:06.879Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-02-24T19:09:06.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-02-24T19:09:06.879Z] fda698de13cf: Preparing [2023-02-24T19:09:06.879Z] 2060ee9545b0: Preparing [2023-02-24T19:09:06.879Z] 414db3391eda: Preparing [2023-02-24T19:09:06.879Z] 24007dddb0eb: Preparing [2023-02-24T19:09:06.879Z] df378e32ff14: Preparing [2023-02-24T19:09:06.879Z] fdb750f0e6dc: Preparing [2023-02-24T19:09:06.879Z] f70ee36035b9: Preparing [2023-02-24T19:09:06.879Z] fdb750f0e6dc: Waiting [2023-02-24T19:09:06.879Z] f70ee36035b9: Waiting [2023-02-24T19:09:06.879Z] 414db3391eda: Layer already exists [2023-02-24T19:09:06.879Z] 2060ee9545b0: Layer already exists [2023-02-24T19:09:06.879Z] fda698de13cf: Layer already exists [2023-02-24T19:09:06.879Z] df378e32ff14: Layer already exists [2023-02-24T19:09:06.879Z] 24007dddb0eb: Layer already exists [2023-02-24T19:09:06.879Z] fdb750f0e6dc: Layer already exists [2023-02-24T19:09:06.879Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:07.142Z] main: digest: sha256:7ab7cfe7d8a0bb84d75463ecaf34a1fdba809092a504ff59a1e7c81d3009c21f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:09:07.180Z] ===================================================== [Pipeline] echo [2023-02-24T19:09:07.186Z] taggedImages: [2023-02-24T19:09:07.186Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:07.186Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-02-24T19:09:07.186Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.67 [2023-02-24T19:09:07.186Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:07.186Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-02-24T19:09:07.200Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-24T19:09:07.200Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:07.200Z] latest [2023-02-24T19:09:07.200Z] 3.0.0-dev.67 [2023-02-24T19:09:07.200Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:07.200Z] main [2023-02-24T19:09:07.200Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:07.604Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:08.005Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:08.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-24T19:09:08.005Z] 7c55406b7f16: Preparing [2023-02-24T19:09:08.005Z] f59a8bc240c2: Preparing [2023-02-24T19:09:08.005Z] 4b7bc2dfffd9: Preparing [2023-02-24T19:09:08.005Z] e2bf19d77b59: Preparing [2023-02-24T19:09:08.005Z] 70e29c80e830: Preparing [2023-02-24T19:09:08.005Z] 62f87907985a: Preparing [2023-02-24T19:09:08.005Z] e3db02143658: Preparing [2023-02-24T19:09:08.005Z] f70ee36035b9: Preparing [2023-02-24T19:09:08.005Z] e3db02143658: Waiting [2023-02-24T19:09:08.005Z] 62f87907985a: Waiting [2023-02-24T19:09:08.005Z] f70ee36035b9: Waiting [2023-02-24T19:09:08.276Z] 70e29c80e830: Pushed [2023-02-24T19:09:08.276Z] 7c55406b7f16: Pushed [2023-02-24T19:09:08.276Z] f59a8bc240c2: Pushed [2023-02-24T19:09:08.276Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:08.547Z] 62f87907985a: Pushed [2023-02-24T19:09:09.146Z] e3db02143658: Pushed [2023-02-24T19:09:10.547Z] 4b7bc2dfffd9: Pushed [2023-02-24T19:09:10.547Z] e2bf19d77b59: Pushed [2023-02-24T19:09:10.813Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:f03845f298192ea7e1a8e42078300b72557918efc6a193b7c51cedfd3c9a564f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:11.151Z] + 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-24T19:09:11.483Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-24T19:09:11.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-24T19:09:11.483Z] 7c55406b7f16: Preparing [2023-02-24T19:09:11.483Z] f59a8bc240c2: Preparing [2023-02-24T19:09:11.483Z] 4b7bc2dfffd9: Preparing [2023-02-24T19:09:11.483Z] e2bf19d77b59: Preparing [2023-02-24T19:09:11.483Z] 70e29c80e830: Preparing [2023-02-24T19:09:11.483Z] 62f87907985a: Preparing [2023-02-24T19:09:11.483Z] e3db02143658: Preparing [2023-02-24T19:09:11.483Z] f70ee36035b9: Preparing [2023-02-24T19:09:11.483Z] e3db02143658: Waiting [2023-02-24T19:09:11.483Z] f70ee36035b9: Waiting [2023-02-24T19:09:11.483Z] 62f87907985a: Waiting [2023-02-24T19:09:11.483Z] 7c55406b7f16: Layer already exists [2023-02-24T19:09:11.483Z] f59a8bc240c2: Layer already exists [2023-02-24T19:09:11.483Z] e2bf19d77b59: Layer already exists [2023-02-24T19:09:11.483Z] 4b7bc2dfffd9: Layer already exists [2023-02-24T19:09:11.483Z] 70e29c80e830: Layer already exists [2023-02-24T19:09:11.483Z] 62f87907985a: Layer already exists [2023-02-24T19:09:11.483Z] e3db02143658: Layer already exists [2023-02-24T19:09:11.483Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:11.747Z] latest: digest: sha256:f03845f298192ea7e1a8e42078300b72557918efc6a193b7c51cedfd3c9a564f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:12.084Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:12.410Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.67 [2023-02-24T19:09:12.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-24T19:09:12.410Z] 7c55406b7f16: Preparing [2023-02-24T19:09:12.410Z] f59a8bc240c2: Preparing [2023-02-24T19:09:12.410Z] 4b7bc2dfffd9: Preparing [2023-02-24T19:09:12.410Z] e2bf19d77b59: Preparing [2023-02-24T19:09:12.410Z] 70e29c80e830: Preparing [2023-02-24T19:09:12.410Z] 62f87907985a: Preparing [2023-02-24T19:09:12.410Z] e3db02143658: Preparing [2023-02-24T19:09:12.410Z] f70ee36035b9: Preparing [2023-02-24T19:09:12.410Z] 62f87907985a: Waiting [2023-02-24T19:09:12.410Z] e3db02143658: Waiting [2023-02-24T19:09:12.410Z] f70ee36035b9: Waiting [2023-02-24T19:09:12.410Z] e2bf19d77b59: Layer already exists [2023-02-24T19:09:12.410Z] f59a8bc240c2: Layer already exists [2023-02-24T19:09:12.410Z] 70e29c80e830: Layer already exists [2023-02-24T19:09:12.410Z] 4b7bc2dfffd9: Layer already exists [2023-02-24T19:09:12.410Z] 7c55406b7f16: Layer already exists [2023-02-24T19:09:12.410Z] e3db02143658: Layer already exists [2023-02-24T19:09:12.410Z] 62f87907985a: Layer already exists [2023-02-24T19:09:12.410Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:12.410Z] 3.0.0-dev.67: digest: sha256:f03845f298192ea7e1a8e42078300b72557918efc6a193b7c51cedfd3c9a564f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:12.742Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:13.074Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:13.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-24T19:09:13.074Z] 7c55406b7f16: Preparing [2023-02-24T19:09:13.074Z] f59a8bc240c2: Preparing [2023-02-24T19:09:13.074Z] 4b7bc2dfffd9: Preparing [2023-02-24T19:09:13.074Z] e2bf19d77b59: Preparing [2023-02-24T19:09:13.074Z] 70e29c80e830: Preparing [2023-02-24T19:09:13.074Z] 62f87907985a: Preparing [2023-02-24T19:09:13.074Z] e3db02143658: Preparing [2023-02-24T19:09:13.074Z] f70ee36035b9: Preparing [2023-02-24T19:09:13.074Z] e3db02143658: Waiting [2023-02-24T19:09:13.074Z] 62f87907985a: Waiting [2023-02-24T19:09:13.074Z] f70ee36035b9: Waiting [2023-02-24T19:09:13.074Z] f59a8bc240c2: Layer already exists [2023-02-24T19:09:13.074Z] 7c55406b7f16: Layer already exists [2023-02-24T19:09:13.074Z] e2bf19d77b59: Layer already exists [2023-02-24T19:09:13.074Z] 4b7bc2dfffd9: Layer already exists [2023-02-24T19:09:13.074Z] 70e29c80e830: Layer already exists [2023-02-24T19:09:13.074Z] e3db02143658: Layer already exists [2023-02-24T19:09:13.074Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:13.074Z] 62f87907985a: Layer already exists [2023-02-24T19:09:13.074Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:f03845f298192ea7e1a8e42078300b72557918efc6a193b7c51cedfd3c9a564f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:13.401Z] + 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-24T19:09:13.726Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-24T19:09:13.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-24T19:09:13.726Z] 7c55406b7f16: Preparing [2023-02-24T19:09:13.726Z] f59a8bc240c2: Preparing [2023-02-24T19:09:13.726Z] 4b7bc2dfffd9: Preparing [2023-02-24T19:09:13.726Z] e2bf19d77b59: Preparing [2023-02-24T19:09:13.726Z] 70e29c80e830: Preparing [2023-02-24T19:09:13.726Z] 62f87907985a: Preparing [2023-02-24T19:09:13.726Z] e3db02143658: Preparing [2023-02-24T19:09:13.726Z] f70ee36035b9: Preparing [2023-02-24T19:09:13.726Z] 62f87907985a: Waiting [2023-02-24T19:09:13.726Z] e3db02143658: Waiting [2023-02-24T19:09:13.726Z] f70ee36035b9: Waiting [2023-02-24T19:09:13.726Z] e2bf19d77b59: Layer already exists [2023-02-24T19:09:13.726Z] 70e29c80e830: Layer already exists [2023-02-24T19:09:13.726Z] 4b7bc2dfffd9: Layer already exists [2023-02-24T19:09:13.726Z] 7c55406b7f16: Layer already exists [2023-02-24T19:09:13.726Z] f59a8bc240c2: Layer already exists [2023-02-24T19:09:13.726Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:13.726Z] 62f87907985a: Layer already exists [2023-02-24T19:09:13.726Z] e3db02143658: Layer already exists [2023-02-24T19:09:13.991Z] main: digest: sha256:f03845f298192ea7e1a8e42078300b72557918efc6a193b7c51cedfd3c9a564f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:09:14.029Z] ===================================================== [Pipeline] echo [2023-02-24T19:09:14.034Z] taggedImages: [2023-02-24T19:09:14.034Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:14.034Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-24T19:09:14.034Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.67 [2023-02-24T19:09:14.034Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:14.034Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-24T19:09:14.048Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-24T19:09:14.048Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:14.048Z] latest [2023-02-24T19:09:14.048Z] 3.0.0-dev.67 [2023-02-24T19:09:14.048Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:14.048Z] main [2023-02-24T19:09:14.048Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:14.371Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:14.710Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:14.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-24T19:09:14.710Z] b24b17d3586e: Preparing [2023-02-24T19:09:14.710Z] 790dbb8b4b85: Preparing [2023-02-24T19:09:14.710Z] 0fd1d91831f5: Preparing [2023-02-24T19:09:14.710Z] 4a7eb45c0655: Preparing [2023-02-24T19:09:14.710Z] 7f2521e875a0: Preparing [2023-02-24T19:09:14.710Z] db19254c92c0: Preparing [2023-02-24T19:09:14.710Z] 8be67af79e79: Preparing [2023-02-24T19:09:14.710Z] 993deb1ff195: Preparing [2023-02-24T19:09:14.710Z] 1fecd5221f05: Preparing [2023-02-24T19:09:14.710Z] f70ee36035b9: Preparing [2023-02-24T19:09:14.710Z] db19254c92c0: Waiting [2023-02-24T19:09:14.710Z] 8be67af79e79: Waiting [2023-02-24T19:09:14.710Z] 1fecd5221f05: Waiting [2023-02-24T19:09:14.710Z] f70ee36035b9: Waiting [2023-02-24T19:09:14.710Z] 993deb1ff195: Waiting [2023-02-24T19:09:14.975Z] 7f2521e875a0: Pushed [2023-02-24T19:09:14.975Z] b24b17d3586e: Pushed [2023-02-24T19:09:14.975Z] 790dbb8b4b85: Pushed [2023-02-24T19:09:15.241Z] 8be67af79e79: Pushed [2023-02-24T19:09:15.241Z] db19254c92c0: Pushed [2023-02-24T19:09:15.241Z] 993deb1ff195: Pushed [2023-02-24T19:09:15.241Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:15.505Z] 1fecd5221f05: Pushed [2023-02-24T19:09:16.901Z] 4a7eb45c0655: Pushed [2023-02-24T19:09:17.853Z] 0fd1d91831f5: Pushed [2023-02-24T19:09:17.853Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:eb4dd1223962b0e62c877edfd5f39a2b76c749f66816d629fe3244da33970db1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:18.179Z] + 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-24T19:09:18.505Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-24T19:09:18.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-24T19:09:18.505Z] b24b17d3586e: Preparing [2023-02-24T19:09:18.505Z] 790dbb8b4b85: Preparing [2023-02-24T19:09:18.505Z] 0fd1d91831f5: Preparing [2023-02-24T19:09:18.505Z] 4a7eb45c0655: Preparing [2023-02-24T19:09:18.505Z] 7f2521e875a0: Preparing [2023-02-24T19:09:18.505Z] db19254c92c0: Preparing [2023-02-24T19:09:18.505Z] 8be67af79e79: Preparing [2023-02-24T19:09:18.505Z] 993deb1ff195: Preparing [2023-02-24T19:09:18.505Z] 1fecd5221f05: Preparing [2023-02-24T19:09:18.505Z] f70ee36035b9: Preparing [2023-02-24T19:09:18.505Z] 8be67af79e79: Waiting [2023-02-24T19:09:18.505Z] 993deb1ff195: Waiting [2023-02-24T19:09:18.505Z] 1fecd5221f05: Waiting [2023-02-24T19:09:18.505Z] db19254c92c0: Waiting [2023-02-24T19:09:18.505Z] 7f2521e875a0: Layer already exists [2023-02-24T19:09:18.505Z] 790dbb8b4b85: Layer already exists [2023-02-24T19:09:18.505Z] b24b17d3586e: Layer already exists [2023-02-24T19:09:18.505Z] 4a7eb45c0655: Layer already exists [2023-02-24T19:09:18.505Z] 0fd1d91831f5: Layer already exists [2023-02-24T19:09:18.505Z] db19254c92c0: Layer already exists [2023-02-24T19:09:18.505Z] 993deb1ff195: Layer already exists [2023-02-24T19:09:18.505Z] 8be67af79e79: Layer already exists [2023-02-24T19:09:18.506Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:18.506Z] 1fecd5221f05: Layer already exists [2023-02-24T19:09:18.506Z] latest: digest: sha256:eb4dd1223962b0e62c877edfd5f39a2b76c749f66816d629fe3244da33970db1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:19.096Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:19.426Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.67 [2023-02-24T19:09:19.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-24T19:09:19.426Z] b24b17d3586e: Preparing [2023-02-24T19:09:19.426Z] 790dbb8b4b85: Preparing [2023-02-24T19:09:19.426Z] 0fd1d91831f5: Preparing [2023-02-24T19:09:19.426Z] 4a7eb45c0655: Preparing [2023-02-24T19:09:19.426Z] 7f2521e875a0: Preparing [2023-02-24T19:09:19.426Z] db19254c92c0: Preparing [2023-02-24T19:09:19.426Z] 8be67af79e79: Preparing [2023-02-24T19:09:19.426Z] 993deb1ff195: Preparing [2023-02-24T19:09:19.426Z] 1fecd5221f05: Preparing [2023-02-24T19:09:19.426Z] f70ee36035b9: Preparing [2023-02-24T19:09:19.426Z] db19254c92c0: Waiting [2023-02-24T19:09:19.426Z] 993deb1ff195: Waiting [2023-02-24T19:09:19.426Z] 1fecd5221f05: Waiting [2023-02-24T19:09:19.426Z] f70ee36035b9: Waiting [2023-02-24T19:09:19.426Z] 8be67af79e79: Waiting [2023-02-24T19:09:19.426Z] 790dbb8b4b85: Layer already exists [2023-02-24T19:09:19.426Z] 4a7eb45c0655: Layer already exists [2023-02-24T19:09:19.426Z] b24b17d3586e: Layer already exists [2023-02-24T19:09:19.426Z] 0fd1d91831f5: Layer already exists [2023-02-24T19:09:19.426Z] 7f2521e875a0: Layer already exists [2023-02-24T19:09:19.426Z] db19254c92c0: Layer already exists [2023-02-24T19:09:19.426Z] 993deb1ff195: Layer already exists [2023-02-24T19:09:19.426Z] 8be67af79e79: Layer already exists [2023-02-24T19:09:19.426Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:19.426Z] 1fecd5221f05: Layer already exists [2023-02-24T19:09:19.426Z] 3.0.0-dev.67: digest: sha256:eb4dd1223962b0e62c877edfd5f39a2b76c749f66816d629fe3244da33970db1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:19.760Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:20.094Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:20.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-24T19:09:20.094Z] b24b17d3586e: Preparing [2023-02-24T19:09:20.094Z] 790dbb8b4b85: Preparing [2023-02-24T19:09:20.094Z] 0fd1d91831f5: Preparing [2023-02-24T19:09:20.094Z] 4a7eb45c0655: Preparing [2023-02-24T19:09:20.094Z] 7f2521e875a0: Preparing [2023-02-24T19:09:20.094Z] db19254c92c0: Preparing [2023-02-24T19:09:20.094Z] 8be67af79e79: Preparing [2023-02-24T19:09:20.094Z] 993deb1ff195: Preparing [2023-02-24T19:09:20.094Z] 1fecd5221f05: Preparing [2023-02-24T19:09:20.094Z] f70ee36035b9: Preparing [2023-02-24T19:09:20.094Z] db19254c92c0: Waiting [2023-02-24T19:09:20.094Z] 8be67af79e79: Waiting [2023-02-24T19:09:20.094Z] 993deb1ff195: Waiting [2023-02-24T19:09:20.094Z] 1fecd5221f05: Waiting [2023-02-24T19:09:20.094Z] f70ee36035b9: Waiting [2023-02-24T19:09:20.094Z] 7f2521e875a0: Layer already exists [2023-02-24T19:09:20.094Z] 0fd1d91831f5: Layer already exists [2023-02-24T19:09:20.094Z] b24b17d3586e: Layer already exists [2023-02-24T19:09:20.094Z] 790dbb8b4b85: Layer already exists [2023-02-24T19:09:20.094Z] 4a7eb45c0655: Layer already exists [2023-02-24T19:09:20.094Z] 8be67af79e79: Layer already exists [2023-02-24T19:09:20.094Z] db19254c92c0: Layer already exists [2023-02-24T19:09:20.094Z] 1fecd5221f05: Layer already exists [2023-02-24T19:09:20.094Z] 993deb1ff195: Layer already exists [2023-02-24T19:09:20.094Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:20.358Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:eb4dd1223962b0e62c877edfd5f39a2b76c749f66816d629fe3244da33970db1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:20.692Z] + 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-24T19:09:21.014Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-24T19:09:21.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-24T19:09:21.014Z] b24b17d3586e: Preparing [2023-02-24T19:09:21.014Z] 790dbb8b4b85: Preparing [2023-02-24T19:09:21.014Z] 0fd1d91831f5: Preparing [2023-02-24T19:09:21.014Z] 4a7eb45c0655: Preparing [2023-02-24T19:09:21.014Z] 7f2521e875a0: Preparing [2023-02-24T19:09:21.014Z] db19254c92c0: Preparing [2023-02-24T19:09:21.014Z] 8be67af79e79: Preparing [2023-02-24T19:09:21.014Z] 993deb1ff195: Preparing [2023-02-24T19:09:21.014Z] 1fecd5221f05: Preparing [2023-02-24T19:09:21.014Z] f70ee36035b9: Preparing [2023-02-24T19:09:21.014Z] 993deb1ff195: Waiting [2023-02-24T19:09:21.014Z] 1fecd5221f05: Waiting [2023-02-24T19:09:21.014Z] db19254c92c0: Waiting [2023-02-24T19:09:21.014Z] f70ee36035b9: Waiting [2023-02-24T19:09:21.014Z] 8be67af79e79: Waiting [2023-02-24T19:09:21.014Z] 7f2521e875a0: Layer already exists [2023-02-24T19:09:21.014Z] b24b17d3586e: Layer already exists [2023-02-24T19:09:21.014Z] 4a7eb45c0655: Layer already exists [2023-02-24T19:09:21.014Z] 790dbb8b4b85: Layer already exists [2023-02-24T19:09:21.014Z] 0fd1d91831f5: Layer already exists [2023-02-24T19:09:21.014Z] 8be67af79e79: Layer already exists [2023-02-24T19:09:21.014Z] 1fecd5221f05: Layer already exists [2023-02-24T19:09:21.014Z] db19254c92c0: Layer already exists [2023-02-24T19:09:21.014Z] 993deb1ff195: Layer already exists [2023-02-24T19:09:21.014Z] f70ee36035b9: Layer already exists [2023-02-24T19:09:21.277Z] main: digest: sha256:eb4dd1223962b0e62c877edfd5f39a2b76c749f66816d629fe3244da33970db1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:09:21.314Z] ===================================================== [Pipeline] echo [2023-02-24T19:09:21.319Z] taggedImages: [2023-02-24T19:09:21.320Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:21.320Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-24T19:09:21.320Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.67 [2023-02-24T19:09:21.320Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:21.320Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-24T19:09:21.340Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-24T19:09:21.340Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:21.340Z] latest [2023-02-24T19:09:21.340Z] 3.0.0-dev.67 [2023-02-24T19:09:21.340Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:21.340Z] main [2023-02-24T19:09:21.340Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:21.656Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:21.981Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:21.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-24T19:09:21.981Z] 2d47e6260692: Preparing [2023-02-24T19:09:21.981Z] 49eabbfdd1e4: Preparing [2023-02-24T19:09:21.981Z] df378e32ff14: Preparing [2023-02-24T19:09:21.981Z] 920e561cfefd: Preparing [2023-02-24T19:09:21.981Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:09:21.981Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:09:21.981Z] df378e32ff14: Layer already exists [2023-02-24T19:09:22.249Z] 2d47e6260692: Pushed [2023-02-24T19:09:23.200Z] 920e561cfefd: Pushed [2023-02-24T19:09:26.529Z] 49eabbfdd1e4: Pushed [2023-02-24T19:09:26.795Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:03af492189086284fecef4c74e9da7f18344011efe6073fc8526f135132c76c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:27.137Z] + 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-24T19:09:27.474Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-24T19:09:27.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-24T19:09:27.474Z] 2d47e6260692: Preparing [2023-02-24T19:09:27.474Z] 49eabbfdd1e4: Preparing [2023-02-24T19:09:27.475Z] df378e32ff14: Preparing [2023-02-24T19:09:27.475Z] 920e561cfefd: Preparing [2023-02-24T19:09:27.475Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:09:27.475Z] 920e561cfefd: Layer already exists [2023-02-24T19:09:27.475Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:09:27.475Z] df378e32ff14: Layer already exists [2023-02-24T19:09:27.475Z] 2d47e6260692: Layer already exists [2023-02-24T19:09:27.475Z] 49eabbfdd1e4: Layer already exists [2023-02-24T19:09:27.475Z] latest: digest: sha256:03af492189086284fecef4c74e9da7f18344011efe6073fc8526f135132c76c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:28.088Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:28.422Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.67 [2023-02-24T19:09:28.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-24T19:09:28.422Z] 2d47e6260692: Preparing [2023-02-24T19:09:28.422Z] 49eabbfdd1e4: Preparing [2023-02-24T19:09:28.422Z] df378e32ff14: Preparing [2023-02-24T19:09:28.422Z] 920e561cfefd: Preparing [2023-02-24T19:09:28.422Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:09:28.422Z] 49eabbfdd1e4: Layer already exists [2023-02-24T19:09:28.422Z] 920e561cfefd: Layer already exists [2023-02-24T19:09:28.422Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:09:28.422Z] df378e32ff14: Layer already exists [2023-02-24T19:09:28.422Z] 2d47e6260692: Layer already exists [2023-02-24T19:09:28.422Z] 3.0.0-dev.67: digest: sha256:03af492189086284fecef4c74e9da7f18344011efe6073fc8526f135132c76c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:28.760Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:29.092Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:29.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-24T19:09:29.092Z] 2d47e6260692: Preparing [2023-02-24T19:09:29.092Z] 49eabbfdd1e4: Preparing [2023-02-24T19:09:29.092Z] df378e32ff14: Preparing [2023-02-24T19:09:29.092Z] 920e561cfefd: Preparing [2023-02-24T19:09:29.092Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:09:29.092Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:09:29.092Z] 49eabbfdd1e4: Layer already exists [2023-02-24T19:09:29.092Z] 920e561cfefd: Layer already exists [2023-02-24T19:09:29.092Z] df378e32ff14: Layer already exists [2023-02-24T19:09:29.092Z] 2d47e6260692: Layer already exists [2023-02-24T19:09:29.092Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:03af492189086284fecef4c74e9da7f18344011efe6073fc8526f135132c76c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:29.428Z] + 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-24T19:09:29.759Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-24T19:09:29.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-24T19:09:29.759Z] 2d47e6260692: Preparing [2023-02-24T19:09:29.759Z] 49eabbfdd1e4: Preparing [2023-02-24T19:09:29.759Z] df378e32ff14: Preparing [2023-02-24T19:09:29.759Z] 920e561cfefd: Preparing [2023-02-24T19:09:29.759Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:09:29.759Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:09:29.759Z] df378e32ff14: Layer already exists [2023-02-24T19:09:29.759Z] 2d47e6260692: Layer already exists [2023-02-24T19:09:29.759Z] 49eabbfdd1e4: Layer already exists [2023-02-24T19:09:29.759Z] 920e561cfefd: Layer already exists [2023-02-24T19:09:29.759Z] main: digest: sha256:03af492189086284fecef4c74e9da7f18344011efe6073fc8526f135132c76c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:09:29.802Z] ===================================================== [Pipeline] echo [2023-02-24T19:09:29.808Z] taggedImages: [2023-02-24T19:09:29.808Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:29.808Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-24T19:09:29.808Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.67 [2023-02-24T19:09:29.808Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:29.808Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-24T19:09:29.825Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-24T19:09:29.825Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:29.825Z] latest [2023-02-24T19:09:29.825Z] 3.0.0-dev.67 [2023-02-24T19:09:29.825Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:29.825Z] main [2023-02-24T19:09:29.825Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:30.147Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:30.479Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:30.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-24T19:09:30.479Z] 469759d34860: Preparing [2023-02-24T19:09:30.479Z] d16708a1cb2e: Preparing [2023-02-24T19:09:30.479Z] c61128c8b5b2: Preparing [2023-02-24T19:09:30.479Z] 05a4a50a1280: Preparing [2023-02-24T19:09:30.479Z] 0f81f5fb356c: Preparing [2023-02-24T19:09:30.479Z] 7b3cf782d04d: Preparing [2023-02-24T19:09:30.479Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:09:30.479Z] 7b3cf782d04d: Waiting [2023-02-24T19:09:30.479Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:09:30.745Z] d16708a1cb2e: Pushed [2023-02-24T19:09:30.745Z] 469759d34860: Pushed [2023-02-24T19:09:30.745Z] c61128c8b5b2: Pushed [2023-02-24T19:09:30.745Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:09:31.700Z] 7b3cf782d04d: Pushed [2023-02-24T19:09:39.886Z] 0f81f5fb356c: Pushed [2023-02-24T19:09:46.510Z] 05a4a50a1280: Pushed [2023-02-24T19:09:46.510Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:70adc18fa616076d4d109c5f60adf8ccaa323fcb3c0c9b276dde62caa204a9c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:46.847Z] + 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-24T19:09:47.170Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-24T19:09:47.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-24T19:09:47.170Z] 469759d34860: Preparing [2023-02-24T19:09:47.170Z] d16708a1cb2e: Preparing [2023-02-24T19:09:47.170Z] c61128c8b5b2: Preparing [2023-02-24T19:09:47.170Z] 05a4a50a1280: Preparing [2023-02-24T19:09:47.170Z] 0f81f5fb356c: Preparing [2023-02-24T19:09:47.170Z] 7b3cf782d04d: Preparing [2023-02-24T19:09:47.170Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:09:47.170Z] 7b3cf782d04d: Waiting [2023-02-24T19:09:47.170Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:09:47.170Z] 469759d34860: Layer already exists [2023-02-24T19:09:47.170Z] 0f81f5fb356c: Layer already exists [2023-02-24T19:09:47.170Z] 05a4a50a1280: Layer already exists [2023-02-24T19:09:47.170Z] c61128c8b5b2: Layer already exists [2023-02-24T19:09:47.170Z] d16708a1cb2e: Layer already exists [2023-02-24T19:09:47.170Z] 7b3cf782d04d: Layer already exists [2023-02-24T19:09:47.170Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:09:47.435Z] latest: digest: sha256:70adc18fa616076d4d109c5f60adf8ccaa323fcb3c0c9b276dde62caa204a9c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:47.763Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:48.089Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.67 [2023-02-24T19:09:48.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-24T19:09:48.089Z] 469759d34860: Preparing [2023-02-24T19:09:48.089Z] d16708a1cb2e: Preparing [2023-02-24T19:09:48.089Z] c61128c8b5b2: Preparing [2023-02-24T19:09:48.089Z] 05a4a50a1280: Preparing [2023-02-24T19:09:48.089Z] 0f81f5fb356c: Preparing [2023-02-24T19:09:48.089Z] 7b3cf782d04d: Preparing [2023-02-24T19:09:48.089Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:09:48.089Z] 7b3cf782d04d: Waiting [2023-02-24T19:09:48.089Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:09:48.089Z] 469759d34860: Layer already exists [2023-02-24T19:09:48.089Z] c61128c8b5b2: Layer already exists [2023-02-24T19:09:48.089Z] 0f81f5fb356c: Layer already exists [2023-02-24T19:09:48.089Z] 05a4a50a1280: Layer already exists [2023-02-24T19:09:48.089Z] d16708a1cb2e: Layer already exists [2023-02-24T19:09:48.089Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:09:48.089Z] 7b3cf782d04d: Layer already exists [2023-02-24T19:09:48.089Z] 3.0.0-dev.67: digest: sha256:70adc18fa616076d4d109c5f60adf8ccaa323fcb3c0c9b276dde62caa204a9c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:48.413Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:48.742Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:48.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-24T19:09:48.742Z] 469759d34860: Preparing [2023-02-24T19:09:48.742Z] d16708a1cb2e: Preparing [2023-02-24T19:09:48.742Z] c61128c8b5b2: Preparing [2023-02-24T19:09:48.742Z] 05a4a50a1280: Preparing [2023-02-24T19:09:48.742Z] 0f81f5fb356c: Preparing [2023-02-24T19:09:48.742Z] 7b3cf782d04d: Preparing [2023-02-24T19:09:48.742Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:09:48.742Z] 7b3cf782d04d: Waiting [2023-02-24T19:09:48.742Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:09:48.742Z] 0f81f5fb356c: Layer already exists [2023-02-24T19:09:48.742Z] 05a4a50a1280: Layer already exists [2023-02-24T19:09:48.742Z] 469759d34860: Layer already exists [2023-02-24T19:09:48.742Z] d16708a1cb2e: Layer already exists [2023-02-24T19:09:48.742Z] c61128c8b5b2: Layer already exists [2023-02-24T19:09:48.742Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:09:48.742Z] 7b3cf782d04d: Layer already exists [2023-02-24T19:09:48.742Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:70adc18fa616076d4d109c5f60adf8ccaa323fcb3c0c9b276dde62caa204a9c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:49.331Z] + 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-24T19:09:49.658Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-24T19:09:49.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-24T19:09:49.658Z] 469759d34860: Preparing [2023-02-24T19:09:49.659Z] d16708a1cb2e: Preparing [2023-02-24T19:09:49.659Z] c61128c8b5b2: Preparing [2023-02-24T19:09:49.659Z] 05a4a50a1280: Preparing [2023-02-24T19:09:49.659Z] 0f81f5fb356c: Preparing [2023-02-24T19:09:49.659Z] 7b3cf782d04d: Preparing [2023-02-24T19:09:49.659Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:09:49.659Z] 7b3cf782d04d: Waiting [2023-02-24T19:09:49.659Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:09:49.659Z] c61128c8b5b2: Layer already exists [2023-02-24T19:09:49.659Z] d16708a1cb2e: Layer already exists [2023-02-24T19:09:49.659Z] 05a4a50a1280: Layer already exists [2023-02-24T19:09:49.659Z] 0f81f5fb356c: Layer already exists [2023-02-24T19:09:49.659Z] 469759d34860: Layer already exists [2023-02-24T19:09:49.659Z] 7b3cf782d04d: Layer already exists [2023-02-24T19:09:49.659Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:09:49.659Z] main: digest: sha256:70adc18fa616076d4d109c5f60adf8ccaa323fcb3c0c9b276dde62caa204a9c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:09:49.962Z] ===================================================== [Pipeline] echo [2023-02-24T19:09:49.968Z] taggedImages: [2023-02-24T19:09:49.968Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:49.968Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-24T19:09:49.968Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.67 [2023-02-24T19:09:49.968Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:49.968Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-24T19:09:49.983Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-24T19:09:49.983Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:49.983Z] latest [2023-02-24T19:09:49.983Z] 3.0.0-dev.67 [2023-02-24T19:09:49.983Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:09:49.983Z] main [2023-02-24T19:09:49.983Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:50.302Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:09:50.625Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:09:50.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-24T19:09:50.625Z] f8119a60dc88: Preparing [2023-02-24T19:09:50.625Z] ae93d8ef9846: Preparing [2023-02-24T19:09:50.625Z] 78411914115b: Preparing [2023-02-24T19:09:50.625Z] c3357089ad50: Preparing [2023-02-24T19:09:50.625Z] afc2f6d87eeb: Preparing [2023-02-24T19:09:50.625Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:09:50.625Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:09:50.890Z] f8119a60dc88: Pushed [2023-02-24T19:09:50.890Z] ae93d8ef9846: Pushed [2023-02-24T19:09:50.890Z] 78411914115b: Pushed [2023-02-24T19:09:50.890Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:09:51.466Z] afc2f6d87eeb: Pushed [2023-02-24T19:10:06.414Z] c3357089ad50: Pushed [2023-02-24T19:10:06.414Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:78d336cfc7334c4788dacd773dead74a86863aa500c4ba0cfa36946e9cbe3d8a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:06.740Z] + 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-24T19:10:07.100Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-24T19:10:07.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-24T19:10:07.100Z] f8119a60dc88: Preparing [2023-02-24T19:10:07.101Z] ae93d8ef9846: Preparing [2023-02-24T19:10:07.101Z] 78411914115b: Preparing [2023-02-24T19:10:07.101Z] c3357089ad50: Preparing [2023-02-24T19:10:07.101Z] afc2f6d87eeb: Preparing [2023-02-24T19:10:07.101Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:10:07.101Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:10:07.101Z] c3357089ad50: Layer already exists [2023-02-24T19:10:07.101Z] 78411914115b: Layer already exists [2023-02-24T19:10:07.101Z] ae93d8ef9846: Layer already exists [2023-02-24T19:10:07.101Z] f8119a60dc88: Layer already exists [2023-02-24T19:10:07.101Z] afc2f6d87eeb: Layer already exists [2023-02-24T19:10:07.101Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:10:07.367Z] latest: digest: sha256:78d336cfc7334c4788dacd773dead74a86863aa500c4ba0cfa36946e9cbe3d8a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:07.709Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:08.048Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.67 [2023-02-24T19:10:08.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-24T19:10:08.048Z] f8119a60dc88: Preparing [2023-02-24T19:10:08.048Z] ae93d8ef9846: Preparing [2023-02-24T19:10:08.048Z] 78411914115b: Preparing [2023-02-24T19:10:08.048Z] c3357089ad50: Preparing [2023-02-24T19:10:08.048Z] afc2f6d87eeb: Preparing [2023-02-24T19:10:08.048Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:10:08.048Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:10:08.048Z] afc2f6d87eeb: Layer already exists [2023-02-24T19:10:08.048Z] ae93d8ef9846: Layer already exists [2023-02-24T19:10:08.048Z] f8119a60dc88: Layer already exists [2023-02-24T19:10:08.048Z] 78411914115b: Layer already exists [2023-02-24T19:10:08.048Z] c3357089ad50: Layer already exists [2023-02-24T19:10:08.048Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:10:08.048Z] 3.0.0-dev.67: digest: sha256:78d336cfc7334c4788dacd773dead74a86863aa500c4ba0cfa36946e9cbe3d8a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:08.656Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:08.996Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:10:08.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-24T19:10:08.996Z] f8119a60dc88: Preparing [2023-02-24T19:10:08.996Z] ae93d8ef9846: Preparing [2023-02-24T19:10:08.996Z] 78411914115b: Preparing [2023-02-24T19:10:08.996Z] c3357089ad50: Preparing [2023-02-24T19:10:08.996Z] afc2f6d87eeb: Preparing [2023-02-24T19:10:08.996Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:10:08.996Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:10:08.996Z] c3357089ad50: Layer already exists [2023-02-24T19:10:08.996Z] f8119a60dc88: Layer already exists [2023-02-24T19:10:08.996Z] afc2f6d87eeb: Layer already exists [2023-02-24T19:10:08.996Z] ae93d8ef9846: Layer already exists [2023-02-24T19:10:08.996Z] 78411914115b: Layer already exists [2023-02-24T19:10:08.996Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:10:08.996Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:78d336cfc7334c4788dacd773dead74a86863aa500c4ba0cfa36946e9cbe3d8a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:09.319Z] + 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-24T19:10:09.642Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-24T19:10:09.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-24T19:10:09.643Z] f8119a60dc88: Preparing [2023-02-24T19:10:09.643Z] ae93d8ef9846: Preparing [2023-02-24T19:10:09.643Z] 78411914115b: Preparing [2023-02-24T19:10:09.643Z] c3357089ad50: Preparing [2023-02-24T19:10:09.643Z] afc2f6d87eeb: Preparing [2023-02-24T19:10:09.643Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:10:09.643Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:10:09.643Z] 78411914115b: Layer already exists [2023-02-24T19:10:09.643Z] afc2f6d87eeb: Layer already exists [2023-02-24T19:10:09.643Z] f8119a60dc88: Layer already exists [2023-02-24T19:10:09.643Z] ae93d8ef9846: Layer already exists [2023-02-24T19:10:09.643Z] c3357089ad50: Layer already exists [2023-02-24T19:10:09.643Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:10:09.643Z] main: digest: sha256:78d336cfc7334c4788dacd773dead74a86863aa500c4ba0cfa36946e9cbe3d8a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:10:09.688Z] ===================================================== [Pipeline] echo [2023-02-24T19:10:09.694Z] taggedImages: [2023-02-24T19:10:09.694Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:10:09.694Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-24T19:10:09.694Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.67 [2023-02-24T19:10:09.694Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:10:09.694Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-24T19:10:09.708Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-24T19:10:09.708Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:10:09.708Z] latest [2023-02-24T19:10:09.708Z] 3.0.0-dev.67 [2023-02-24T19:10:09.708Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:10:09.708Z] main [2023-02-24T19:10:09.708Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:10.034Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:10.356Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:10:10.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-24T19:10:10.356Z] 1eb07a16c6ba: Preparing [2023-02-24T19:10:10.356Z] 055a967ee0fc: Preparing [2023-02-24T19:10:10.356Z] 29a599dc0110: Preparing [2023-02-24T19:10:10.356Z] 5d52625bca3d: Preparing [2023-02-24T19:10:10.356Z] 7b3cf782d04d: Preparing [2023-02-24T19:10:10.356Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:10:10.356Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:10:10.356Z] 7b3cf782d04d: Layer already exists [2023-02-24T19:10:10.356Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:10:10.620Z] 29a599dc0110: Pushed [2023-02-24T19:10:10.620Z] 1eb07a16c6ba: Pushed [2023-02-24T19:10:10.620Z] 055a967ee0fc: Pushed [2023-02-24T19:10:25.572Z] 5d52625bca3d: Pushed [2023-02-24T19:10:25.572Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:fe6bc60736795b8dccab2ac5982b9a4ccbee1e9648f660ec0a34222be94e7b73 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:25.899Z] + 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-24T19:10:26.223Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-24T19:10:26.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-24T19:10:26.223Z] 1eb07a16c6ba: Preparing [2023-02-24T19:10:26.223Z] 055a967ee0fc: Preparing [2023-02-24T19:10:26.223Z] 29a599dc0110: Preparing [2023-02-24T19:10:26.223Z] 5d52625bca3d: Preparing [2023-02-24T19:10:26.223Z] 7b3cf782d04d: Preparing [2023-02-24T19:10:26.223Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:10:26.223Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:10:26.223Z] 1eb07a16c6ba: Layer already exists [2023-02-24T19:10:26.223Z] 5d52625bca3d: Layer already exists [2023-02-24T19:10:26.223Z] 29a599dc0110: Layer already exists [2023-02-24T19:10:26.223Z] 7b3cf782d04d: Layer already exists [2023-02-24T19:10:26.223Z] 055a967ee0fc: Layer already exists [2023-02-24T19:10:26.223Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:10:26.223Z] latest: digest: sha256:fe6bc60736795b8dccab2ac5982b9a4ccbee1e9648f660ec0a34222be94e7b73 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:26.549Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:26.877Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.67 [2023-02-24T19:10:26.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-24T19:10:26.877Z] 1eb07a16c6ba: Preparing [2023-02-24T19:10:26.877Z] 055a967ee0fc: Preparing [2023-02-24T19:10:26.877Z] 29a599dc0110: Preparing [2023-02-24T19:10:26.877Z] 5d52625bca3d: Preparing [2023-02-24T19:10:26.877Z] 7b3cf782d04d: Preparing [2023-02-24T19:10:26.877Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:10:26.877Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:10:26.877Z] 7b3cf782d04d: Layer already exists [2023-02-24T19:10:26.877Z] 29a599dc0110: Layer already exists [2023-02-24T19:10:26.877Z] 055a967ee0fc: Layer already exists [2023-02-24T19:10:26.877Z] 5d52625bca3d: Layer already exists [2023-02-24T19:10:26.877Z] 1eb07a16c6ba: Layer already exists [2023-02-24T19:10:26.877Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:10:26.877Z] 3.0.0-dev.67: digest: sha256:fe6bc60736795b8dccab2ac5982b9a4ccbee1e9648f660ec0a34222be94e7b73 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:27.468Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:27.790Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:10:27.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-24T19:10:27.790Z] 1eb07a16c6ba: Preparing [2023-02-24T19:10:27.790Z] 055a967ee0fc: Preparing [2023-02-24T19:10:27.790Z] 29a599dc0110: Preparing [2023-02-24T19:10:27.790Z] 5d52625bca3d: Preparing [2023-02-24T19:10:27.790Z] 7b3cf782d04d: Preparing [2023-02-24T19:10:27.790Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:10:27.790Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:10:27.790Z] 5d52625bca3d: Layer already exists [2023-02-24T19:10:27.790Z] 055a967ee0fc: Layer already exists [2023-02-24T19:10:27.790Z] 7b3cf782d04d: Layer already exists [2023-02-24T19:10:27.790Z] 29a599dc0110: Layer already exists [2023-02-24T19:10:27.790Z] 1eb07a16c6ba: Layer already exists [2023-02-24T19:10:27.790Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:10:27.790Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:fe6bc60736795b8dccab2ac5982b9a4ccbee1e9648f660ec0a34222be94e7b73 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:28.107Z] + 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-24T19:10:28.428Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-24T19:10:28.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-24T19:10:28.428Z] 1eb07a16c6ba: Preparing [2023-02-24T19:10:28.428Z] 055a967ee0fc: Preparing [2023-02-24T19:10:28.428Z] 29a599dc0110: Preparing [2023-02-24T19:10:28.428Z] 5d52625bca3d: Preparing [2023-02-24T19:10:28.428Z] 7b3cf782d04d: Preparing [2023-02-24T19:10:28.428Z] a8cfdf0cc8ec: Preparing [2023-02-24T19:10:28.428Z] a8cfdf0cc8ec: Waiting [2023-02-24T19:10:28.428Z] 055a967ee0fc: Layer already exists [2023-02-24T19:10:28.428Z] 29a599dc0110: Layer already exists [2023-02-24T19:10:28.428Z] 1eb07a16c6ba: Layer already exists [2023-02-24T19:10:28.428Z] 7b3cf782d04d: Layer already exists [2023-02-24T19:10:28.428Z] 5d52625bca3d: Layer already exists [2023-02-24T19:10:28.428Z] a8cfdf0cc8ec: Layer already exists [2023-02-24T19:10:28.428Z] main: digest: sha256:fe6bc60736795b8dccab2ac5982b9a4ccbee1e9648f660ec0a34222be94e7b73 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:10:28.730Z] ===================================================== [Pipeline] echo [2023-02-24T19:10:28.735Z] taggedImages: [2023-02-24T19:10:28.735Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:10:28.735Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-24T19:10:28.735Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.67 [2023-02-24T19:10:28.735Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:10:28.735Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-24T19:10:28.749Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-24T19:10:28.749Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:10:28.749Z] latest [2023-02-24T19:10:28.749Z] 3.0.0-dev.67 [2023-02-24T19:10:28.749Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:10:28.749Z] main [2023-02-24T19:10:28.749Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:29.067Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:29.385Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:10:29.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-24T19:10:29.385Z] 1dbe60b899c0: Preparing [2023-02-24T19:10:29.385Z] de161bc16e54: Preparing [2023-02-24T19:10:29.386Z] df378e32ff14: Preparing [2023-02-24T19:10:29.386Z] 19e175488c13: Preparing [2023-02-24T19:10:29.386Z] f70ee36035b9: Preparing [2023-02-24T19:10:29.386Z] df378e32ff14: Layer already exists [2023-02-24T19:10:29.386Z] f70ee36035b9: Layer already exists [2023-02-24T19:10:29.648Z] 1dbe60b899c0: Pushed [2023-02-24T19:10:29.648Z] 19e175488c13: Pushed [2023-02-24T19:10:34.974Z] de161bc16e54: Pushed [2023-02-24T19:10:34.974Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:48cce6bfe271fbbe03e2733d3858c15bfb0027aab2cc1c0a39e9ecef68f6db72 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:35.300Z] + 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-24T19:10:35.628Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-24T19:10:35.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-24T19:10:35.628Z] 1dbe60b899c0: Preparing [2023-02-24T19:10:35.628Z] de161bc16e54: Preparing [2023-02-24T19:10:35.628Z] df378e32ff14: Preparing [2023-02-24T19:10:35.628Z] 19e175488c13: Preparing [2023-02-24T19:10:35.628Z] f70ee36035b9: Preparing [2023-02-24T19:10:35.628Z] f70ee36035b9: Layer already exists [2023-02-24T19:10:35.628Z] de161bc16e54: Layer already exists [2023-02-24T19:10:35.628Z] 1dbe60b899c0: Layer already exists [2023-02-24T19:10:35.628Z] 19e175488c13: Layer already exists [2023-02-24T19:10:35.628Z] df378e32ff14: Layer already exists [2023-02-24T19:10:35.628Z] latest: digest: sha256:48cce6bfe271fbbe03e2733d3858c15bfb0027aab2cc1c0a39e9ecef68f6db72 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:35.960Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:36.287Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.67 [2023-02-24T19:10:36.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-24T19:10:36.287Z] 1dbe60b899c0: Preparing [2023-02-24T19:10:36.287Z] de161bc16e54: Preparing [2023-02-24T19:10:36.287Z] df378e32ff14: Preparing [2023-02-24T19:10:36.287Z] 19e175488c13: Preparing [2023-02-24T19:10:36.287Z] f70ee36035b9: Preparing [2023-02-24T19:10:36.287Z] f70ee36035b9: Layer already exists [2023-02-24T19:10:36.287Z] 1dbe60b899c0: Layer already exists [2023-02-24T19:10:36.287Z] de161bc16e54: Layer already exists [2023-02-24T19:10:36.287Z] 19e175488c13: Layer already exists [2023-02-24T19:10:36.287Z] df378e32ff14: Layer already exists [2023-02-24T19:10:36.287Z] 3.0.0-dev.67: digest: sha256:48cce6bfe271fbbe03e2733d3858c15bfb0027aab2cc1c0a39e9ecef68f6db72 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:36.612Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:36.935Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:10:36.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-24T19:10:36.935Z] 1dbe60b899c0: Preparing [2023-02-24T19:10:36.935Z] de161bc16e54: Preparing [2023-02-24T19:10:36.935Z] df378e32ff14: Preparing [2023-02-24T19:10:36.935Z] 19e175488c13: Preparing [2023-02-24T19:10:36.935Z] f70ee36035b9: Preparing [2023-02-24T19:10:36.935Z] f70ee36035b9: Layer already exists [2023-02-24T19:10:36.935Z] 19e175488c13: Layer already exists [2023-02-24T19:10:36.935Z] de161bc16e54: Layer already exists [2023-02-24T19:10:36.935Z] df378e32ff14: Layer already exists [2023-02-24T19:10:36.935Z] 1dbe60b899c0: Layer already exists [2023-02-24T19:10:36.935Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:48cce6bfe271fbbe03e2733d3858c15bfb0027aab2cc1c0a39e9ecef68f6db72 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:37.265Z] + 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-24T19:10:37.592Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-24T19:10:37.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-24T19:10:37.592Z] 1dbe60b899c0: Preparing [2023-02-24T19:10:37.592Z] de161bc16e54: Preparing [2023-02-24T19:10:37.592Z] df378e32ff14: Preparing [2023-02-24T19:10:37.592Z] 19e175488c13: Preparing [2023-02-24T19:10:37.592Z] f70ee36035b9: Preparing [2023-02-24T19:10:37.592Z] df378e32ff14: Layer already exists [2023-02-24T19:10:37.592Z] 1dbe60b899c0: Layer already exists [2023-02-24T19:10:37.592Z] de161bc16e54: Layer already exists [2023-02-24T19:10:37.592Z] 19e175488c13: Layer already exists [2023-02-24T19:10:37.592Z] f70ee36035b9: Layer already exists [2023-02-24T19:10:37.592Z] main: digest: sha256:48cce6bfe271fbbe03e2733d3858c15bfb0027aab2cc1c0a39e9ecef68f6db72 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:10:37.631Z] ===================================================== [Pipeline] echo [2023-02-24T19:10:37.637Z] taggedImages: [2023-02-24T19:10:37.637Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:10:37.637Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-24T19:10:37.637Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.67 [2023-02-24T19:10:37.637Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:10:37.637Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-24T19:10:37.651Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-24T19:10:37.651Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:10:37.651Z] latest [2023-02-24T19:10:37.651Z] 3.0.0-dev.67 [2023-02-24T19:10:37.651Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:10:37.651Z] main [2023-02-24T19:10:37.651Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:37.974Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:38.300Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:10:38.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-24T19:10:38.300Z] 41b9814e0c0a: Preparing [2023-02-24T19:10:38.300Z] f95422740995: Preparing [2023-02-24T19:10:38.300Z] df378e32ff14: Preparing [2023-02-24T19:10:38.300Z] 7e4cc741bdc9: Preparing [2023-02-24T19:10:38.300Z] f70ee36035b9: Preparing [2023-02-24T19:10:38.300Z] f70ee36035b9: Layer already exists [2023-02-24T19:10:38.300Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:10:38.300Z] df378e32ff14: Layer already exists [2023-02-24T19:10:38.564Z] 41b9814e0c0a: Pushed [2023-02-24T19:10:43.888Z] f95422740995: Pushed [2023-02-24T19:10:43.888Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:7b26e8391646a32d43860c6c1cf6f3597715984bcbbf8c005b65bfc791d8a5da size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:44.222Z] + 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-24T19:10:44.553Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-24T19:10:44.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-24T19:10:44.553Z] 41b9814e0c0a: Preparing [2023-02-24T19:10:44.553Z] f95422740995: Preparing [2023-02-24T19:10:44.553Z] df378e32ff14: Preparing [2023-02-24T19:10:44.553Z] 7e4cc741bdc9: Preparing [2023-02-24T19:10:44.553Z] f70ee36035b9: Preparing [2023-02-24T19:10:44.553Z] f70ee36035b9: Layer already exists [2023-02-24T19:10:44.553Z] df378e32ff14: Layer already exists [2023-02-24T19:10:44.553Z] f95422740995: Layer already exists [2023-02-24T19:10:44.553Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:10:44.553Z] 41b9814e0c0a: Layer already exists [2023-02-24T19:10:44.553Z] latest: digest: sha256:7b26e8391646a32d43860c6c1cf6f3597715984bcbbf8c005b65bfc791d8a5da size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:44.881Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:45.207Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.67 [2023-02-24T19:10:45.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-24T19:10:45.207Z] 41b9814e0c0a: Preparing [2023-02-24T19:10:45.207Z] f95422740995: Preparing [2023-02-24T19:10:45.207Z] df378e32ff14: Preparing [2023-02-24T19:10:45.207Z] 7e4cc741bdc9: Preparing [2023-02-24T19:10:45.207Z] f70ee36035b9: Preparing [2023-02-24T19:10:45.207Z] f70ee36035b9: Layer already exists [2023-02-24T19:10:45.207Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:10:45.207Z] 41b9814e0c0a: Layer already exists [2023-02-24T19:10:45.207Z] f95422740995: Layer already exists [2023-02-24T19:10:45.207Z] df378e32ff14: Layer already exists [2023-02-24T19:10:45.207Z] 3.0.0-dev.67: digest: sha256:7b26e8391646a32d43860c6c1cf6f3597715984bcbbf8c005b65bfc791d8a5da size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:45.544Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:45.888Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:10:45.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-24T19:10:45.888Z] 41b9814e0c0a: Preparing [2023-02-24T19:10:45.888Z] f95422740995: Preparing [2023-02-24T19:10:45.888Z] df378e32ff14: Preparing [2023-02-24T19:10:45.888Z] 7e4cc741bdc9: Preparing [2023-02-24T19:10:45.888Z] f70ee36035b9: Preparing [2023-02-24T19:10:45.888Z] f95422740995: Layer already exists [2023-02-24T19:10:45.888Z] df378e32ff14: Layer already exists [2023-02-24T19:10:45.888Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:10:45.888Z] f70ee36035b9: Layer already exists [2023-02-24T19:10:45.888Z] 41b9814e0c0a: Layer already exists [2023-02-24T19:10:45.888Z] 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:7b26e8391646a32d43860c6c1cf6f3597715984bcbbf8c005b65bfc791d8a5da size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:46.220Z] + 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-24T19:10:46.555Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-24T19:10:46.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-24T19:10:46.555Z] 41b9814e0c0a: Preparing [2023-02-24T19:10:46.555Z] f95422740995: Preparing [2023-02-24T19:10:46.555Z] df378e32ff14: Preparing [2023-02-24T19:10:46.555Z] 7e4cc741bdc9: Preparing [2023-02-24T19:10:46.555Z] f70ee36035b9: Preparing [2023-02-24T19:10:46.555Z] f95422740995: Layer already exists [2023-02-24T19:10:46.555Z] df378e32ff14: Layer already exists [2023-02-24T19:10:46.555Z] f70ee36035b9: Layer already exists [2023-02-24T19:10:46.555Z] 41b9814e0c0a: Layer already exists [2023-02-24T19:10:46.555Z] 7e4cc741bdc9: Layer already exists [2023-02-24T19:10:46.555Z] main: digest: sha256:7b26e8391646a32d43860c6c1cf6f3597715984bcbbf8c005b65bfc791d8a5da size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-24T19:10:46.859Z] ===================================================== [Pipeline] echo [2023-02-24T19:10:46.865Z] taggedImages: [2023-02-24T19:10:46.865Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [2023-02-24T19:10:46.865Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-24T19:10:46.865Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.67 [2023-02-24T19:10:46.865Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [2023-02-24T19:10:46.865Z] - 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-24T19:10:47.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-24T19:10:47.207Z] [2023-02-24T19:10:47.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:10:47.525Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-24T19:10:47.525Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-24T19:10:47.525Z] 8998bd30e6a1: Pulling fs layer [2023-02-24T19:10:47.525Z] 04944245beec: Pulling fs layer [2023-02-24T19:10:47.525Z] 699f458cf7ca: Pulling fs layer [2023-02-24T19:10:47.525Z] 765212b225bb: Pulling fs layer [2023-02-24T19:10:47.525Z] f23df028b6ca: Pulling fs layer [2023-02-24T19:10:47.525Z] d65c8cfc05b1: Pulling fs layer [2023-02-24T19:10:47.525Z] 2437ff75d9bd: Pulling fs layer [2023-02-24T19:10:47.525Z] 765212b225bb: Waiting [2023-02-24T19:10:47.525Z] f23df028b6ca: Waiting [2023-02-24T19:10:47.525Z] d65c8cfc05b1: Waiting [2023-02-24T19:10:47.525Z] 2437ff75d9bd: Waiting [2023-02-24T19:10:47.791Z] 04944245beec: Verifying Checksum [2023-02-24T19:10:47.791Z] 04944245beec: Download complete [2023-02-24T19:10:47.791Z] 765212b225bb: Verifying Checksum [2023-02-24T19:10:47.791Z] 765212b225bb: Download complete [2023-02-24T19:10:47.791Z] f23df028b6ca: Verifying Checksum [2023-02-24T19:10:47.791Z] f23df028b6ca: Download complete [2023-02-24T19:10:47.791Z] d65c8cfc05b1: Verifying Checksum [2023-02-24T19:10:47.791Z] d65c8cfc05b1: Download complete [2023-02-24T19:10:48.057Z] 699f458cf7ca: Verifying Checksum [2023-02-24T19:10:48.057Z] 699f458cf7ca: Download complete [2023-02-24T19:10:48.325Z] 8998bd30e6a1: Verifying Checksum [2023-02-24T19:10:48.325Z] 8998bd30e6a1: Download complete [2023-02-24T19:10:50.904Z] 2437ff75d9bd: Verifying Checksum [2023-02-24T19:10:50.904Z] 2437ff75d9bd: Download complete [2023-02-24T19:10:52.307Z] 8998bd30e6a1: Pull complete [2023-02-24T19:10:52.574Z] 04944245beec: Pull complete [2023-02-24T19:10:53.967Z] 699f458cf7ca: Pull complete [2023-02-24T19:10:53.967Z] 765212b225bb: Pull complete [2023-02-24T19:10:54.543Z] f23df028b6ca: Pull complete [2023-02-24T19:10:54.807Z] d65c8cfc05b1: Pull complete [2023-02-24T19:11:07.091Z] 2437ff75d9bd: Pull complete [2023-02-24T19:11:07.091Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-24T19:11:07.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-24T19:11:07.091Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T19:11:07.258Z] prd-ubuntu20.04-docker-arm64-4c-16g-7383 does not seem to be running inside a container [2023-02-24T19:11:07.310Z] $ 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/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T19:11:09.739Z] $ docker top 011131ad2aa72098670b02e102b4d7614d667bc95750452b420ae290a628c72c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:11:10.306Z] ---> job-cost.sh [2023-02-24T19:11:10.571Z] lf-activate-venv: SKIPPING [2023-02-24T19:11:10.571Z] INFO: No Stack... [2023-02-24T19:11:11.149Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-24T19:11:12.105Z] INFO: Archiving Costs [Pipeline] sh [2023-02-24T19:11:12.737Z] + cat /w/workspace/edgex-go/428/archives/cost.csv [2023-02-24T19:11:12.737Z] + cut -d, -f6 [Pipeline] lock [2023-02-24T19:11:12.798Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-428-stack-cost] [2023-02-24T19:11:12.807Z] Resource [jenkins-edgexfoundry-edgex-go-main-428-stack-cost] did not exist. Created. [2023-02-24T19:11:12.807Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-428-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-24T19:11:13.121Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-24T19:11:13.688Z] Stashed 1 file(s) [Pipeline] } [2023-02-24T19:11:13.696Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-428-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-24T19:11:13.712Z] $ docker stop --time=1 011131ad2aa72098670b02e102b4d7614d667bc95750452b420ae290a628c72c [2023-02-24T19:11:15.162Z] $ docker rm -f --volumes 011131ad2aa72098670b02e102b4d7614d667bc95750452b420ae290a628c72c [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-24T19:11:15.590Z] provisioning config files... [2023-02-24T19:11:15.597Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/428@tmp/config17209348927558214041tmp [Pipeline] { [Pipeline] sh [2023-02-24T19:11:15.894Z] + set +x [2023-02-24T19:11:15.894Z] + curl -s https://codecov.io/bash [2023-02-24T19:11:15.894Z] + bash -s -- [2023-02-24T19:11:15.894Z] [2023-02-24T19:11:15.894Z] _____ _ [2023-02-24T19:11:15.894Z] / ____| | | [2023-02-24T19:11:15.894Z] | | ___ __| | ___ ___ _____ __ [2023-02-24T19:11:15.894Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-24T19:11:15.894Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-24T19:11:15.894Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-24T19:11:15.894Z] Bash-1.0.6 [2023-02-24T19:11:15.894Z] [2023-02-24T19:11:15.894Z] [2023-02-24T19:11:15.894Z] ==> git version 2.25.1 found [2023-02-24T19:11:15.894Z] ==> 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-24T19:11:15.894Z] Release-Date: 2020-01-08 [2023-02-24T19:11:15.894Z] 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-24T19:11:15.894Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-24T19:11:15.894Z] ==> Jenkins CI detected. [2023-02-24T19:11:15.894Z] current dir:  /w/workspace/edgex-go/428 [2023-02-24T19:11:15.894Z] project root: . [2023-02-24T19:11:15.894Z] --> token set from env [2023-02-24T19:11:15.894Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-24T19:11:16.154Z] ==> Running gcov in . (disable via -X gcov) [2023-02-24T19:11:16.154Z] ==> Python coveragepy not found [2023-02-24T19:11:16.154Z] ==> Searching for coverage reports in: [2023-02-24T19:11:16.154Z] + . [2023-02-24T19:11:16.154Z] -> Found 1 reports [2023-02-24T19:11:16.154Z] ==> Detecting git/mercurial file structure [2023-02-24T19:11:16.154Z] ==> Reading reports [2023-02-24T19:11:16.154Z] + ./coverage.out bytes=487670 [2023-02-24T19:11:16.154Z] ==> Appending adjustments [2023-02-24T19:11:16.154Z] https://docs.codecov.io/docs/fixing-reports [2023-02-24T19:11:17.529Z] + Found adjustments [2023-02-24T19:11:17.529Z] ==> Gzipping contents [2023-02-24T19:11:17.529Z] 64K /tmp/codecov.9KkvMl.gz [2023-02-24T19:11:17.529Z] ==> Uploading reports [2023-02-24T19:11:17.529Z] url: https://codecov.io [2023-02-24T19:11:17.529Z] query: branch=main&commit=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb&build=428&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F428%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-24T19:11:17.529Z] -> Pinging Codecov [2023-02-24T19:11:17.529Z] 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=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb&build=428&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F428%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-24T19:11:17.529Z] -> Uploading to [2023-02-24T19:11:17.529Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-24/00271124DB129430A58F1EEE437C3FCB/1bf67f4ff8da0638a8c1a744aff8655ac9511fdb/a1d1a659-e60f-4e9f-ad90-31a7f95a63e5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230224%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230224T191117Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4e38cc931f4b28386f7af3afa90d7897820b9ea455eb198c3d5d1ce0fcdb7a60 [2023-02-24T19:11:17.529Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-24T19:11:17.529Z] Dload Upload Total Spent Left Speed [2023-02-24T19:11:18.048Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63063 0 0 100 63063 0 165k --:--:-- --:--:-- --:--:-- 164k [2023-02-24T19:11:18.048Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [2023-02-24T19:11:18.053Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-24T19:11:18.247Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-24T19:11:18.257Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:11:18.546Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-24T19:11:18.546Z] [2023-02-24T19:11:18.546Z] 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-24T19:11:18.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-24T19:11:18.843Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-24T19:11:18.843Z] df9b9388f04a: Pulling fs layer [2023-02-24T19:11:18.843Z] 52dc419b0ee2: Pulling fs layer [2023-02-24T19:11:18.843Z] 25bc292e5bac: Pulling fs layer [2023-02-24T19:11:18.843Z] 114826534d7a: Pulling fs layer [2023-02-24T19:11:18.843Z] 4657fd5d0bcf: Pulling fs layer [2023-02-24T19:11:18.843Z] 6ad1cebc031e: Pulling fs layer [2023-02-24T19:11:18.843Z] 8a3aa393b2d8: Pulling fs layer [2023-02-24T19:11:18.843Z] 114826534d7a: Waiting [2023-02-24T19:11:18.843Z] 6ad1cebc031e: Waiting [2023-02-24T19:11:18.843Z] 4657fd5d0bcf: Waiting [2023-02-24T19:11:18.843Z] 8a3aa393b2d8: Waiting [2023-02-24T19:11:18.843Z] 25bc292e5bac: Download complete [2023-02-24T19:11:18.843Z] 52dc419b0ee2: Verifying Checksum [2023-02-24T19:11:18.843Z] 52dc419b0ee2: Download complete [2023-02-24T19:11:19.103Z] 4657fd5d0bcf: Verifying Checksum [2023-02-24T19:11:19.103Z] 4657fd5d0bcf: Download complete [2023-02-24T19:11:19.103Z] df9b9388f04a: Download complete [2023-02-24T19:11:19.368Z] 6ad1cebc031e: Verifying Checksum [2023-02-24T19:11:19.368Z] 6ad1cebc031e: Download complete [2023-02-24T19:11:19.634Z] df9b9388f04a: Pull complete [2023-02-24T19:11:19.897Z] 52dc419b0ee2: Pull complete [2023-02-24T19:11:19.897Z] 114826534d7a: Verifying Checksum [2023-02-24T19:11:19.897Z] 114826534d7a: Download complete [2023-02-24T19:11:20.159Z] 8a3aa393b2d8: Download complete [2023-02-24T19:11:20.159Z] 25bc292e5bac: Pull complete [2023-02-24T19:11:23.467Z] 114826534d7a: Pull complete [2023-02-24T19:11:23.467Z] 4657fd5d0bcf: Pull complete [2023-02-24T19:11:24.040Z] 6ad1cebc031e: Pull complete [2023-02-24T19:11:26.564Z] 8a3aa393b2d8: Pull complete [2023-02-24T19:11:26.564Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-24T19:11:26.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-24T19:11:26.564Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T19:11:26.639Z] prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container [2023-02-24T19:11:26.680Z] $ 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/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T19:11:38.399Z] $ docker top acbc498577b1c72f37e420841406bdb9905bce6d6f195783b1d6c7b475cfea47 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-24T19:11:38.450Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-24T19:11:38.727Z] + set -o pipefail [2023-02-24T19:11:38.727Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-24T19:11:43.998Z] [2023-02-24T19:11:43.998Z] Monitoring /w/workspace/edgex-go/428 (github.com/edgexfoundry/edgex-go)... [2023-02-24T19:11:43.998Z] [2023-02-24T19:11:43.998Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/0d63e62a-8f45-4052-945d-9ee539a61d14 [2023-02-24T19:11:43.998Z] [2023-02-24T19:11:43.998Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-24T19:11:43.998Z] [2023-02-24T19:11:43.998Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-24T19:11:43.998Z] [2023-02-24T19:11:43.998Z] [2023-02-24T19:11:43.998Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-24T19:11:43.998Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-24T19:11:43.998Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-24T19:11:44.020Z] $ docker stop --time=1 acbc498577b1c72f37e420841406bdb9905bce6d6f195783b1d6c7b475cfea47 [2023-02-24T19:11:50.607Z] $ docker rm -f --volumes acbc498577b1c72f37e420841406bdb9905bce6d6f195783b1d6c7b475cfea47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-24T19:11:50.997Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-24T19:11:51.009Z] provisioning config files... [2023-02-24T19:11:51.016Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/428@tmp/config15592212089040939805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:11:51.305Z] --> edgex-publish-swagger.sh [2023-02-24T19:11:51.305Z] === Publish openapi/v3 API === [2023-02-24T19:11:51.305Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-02-24T19:11:51.305Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/428/openapi/v3/core-command.yaml] [2023-02-24T19:11:51.305Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-24T19:11:51.305Z] Dload Upload Total Spent Left Speed [2023-02-24T19:11:51.873Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 51563 --:--:-- --:--:-- --:--:-- 51471 100 29030 0 0 100 29030 0 51563 --:--:-- --:--:-- --:--:-- 51471 [2023-02-24T19:11:51.873Z] [2023-02-24T19:11:51.873Z] [2023-02-24T19:11:51.873Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/428/openapi/v3/core-data.yaml] [2023-02-24T19:11:51.873Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-24T19:11:51.874Z] Dload Upload Total Spent Left Speed [2023-02-24T19:11:52.441Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 130k --:--:-- --:--:-- --:--:-- 130k [2023-02-24T19:11:52.441Z] [2023-02-24T19:11:52.441Z] [2023-02-24T19:11:52.441Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/428/openapi/v3/core-metadata.yaml] [2023-02-24T19:11:52.441Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-24T19:11:52.441Z] Dload Upload Total Spent Left Speed [2023-02-24T19:11:53.009Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 206k --:--:-- --:--:-- --:--:-- 205k 100 140k 0 0 100 140k 0 205k --:--:-- --:--:-- --:--:-- 205k [2023-02-24T19:11:53.009Z] [2023-02-24T19:11:53.009Z] [2023-02-24T19:11:53.009Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/428/openapi/v3/support-notifications.yaml] [2023-02-24T19:11:53.009Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-24T19:11:53.009Z] Dload Upload Total Spent Left Speed [2023-02-24T19:11:53.577Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 173k --:--:-- --:--:-- --:--:-- 173k [2023-02-24T19:11:53.577Z] [2023-02-24T19:11:53.577Z] [2023-02-24T19:11:53.577Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/428/openapi/v3/support-scheduler.yaml] [2023-02-24T19:11:53.577Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-24T19:11:53.577Z] Dload Upload Total Spent Left Speed [2023-02-24T19:11:54.095Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 163k --:--:-- --:--:-- --:--:-- 162k 100 34001 0 0 100 34001 0 67866 --:--:-- --:--:-- --:--:-- 67731 [2023-02-24T19:11:54.095Z] [2023-02-24T19:11:54.095Z] [Pipeline] } [2023-02-24T19:11:54.102Z] 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-24T19:11:54.495Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-24T19:11:54.495Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:11:54.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T19:11:54.797Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T19:11:54.864Z] prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container [2023-02-24T19:11:54.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T19:11:55.461Z] $ docker top 5a1ef49d39b62ec3355adafacd2aa03eed614fb0e62479379ac5b97693b3cc5d -eo pid,comm [2023-02-24T19:11:55.496Z] 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-24T19:11:55.496Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-24T19:11:55.538Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-24T19:11:55.538Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-24T19:11:55.643Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-24T19:11:55.658Z] $ docker exec 5a1ef49d39b62ec3355adafacd2aa03eed614fb0e62479379ac5b97693b3cc5d ssh-agent [2023-02-24T19:11:55.762Z] SSH_AUTH_SOCK=/tmp/ssh-0cJBX1mSnWEe/agent.14 [2023-02-24T19:11:55.762Z] SSH_AGENT_PID=20 [2023-02-24T19:11:55.767Z] Running ssh-add (command line suppressed) [2023-02-24T19:11:55.917Z] Identity added: /w/workspace/edgex-go/428@tmp/private_key_1780777305334849462.key (/w/workspace/edgex-go/428@tmp/private_key_1780777305334849462.key) [2023-02-24T19:11:55.919Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-24T19:11:56.204Z] + git semver tag [2023-02-24T19:11:56.774Z] 2023-02-24 19:11:56,557 [run_tag] DEBUG tag force:False [2023-02-24T19:11:56.774Z] 2023-02-24 19:11:56,558 [check_head_tag] DEBUG check head tag [2023-02-24T19:11:56.774Z] 2023-02-24 19:11:56,562 [execute] INFO git cat-file --batch-check [2023-02-24T19:11:56.774Z] 2023-02-24 19:11:56,563 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/428, universal_newlines=False, shell=None, istream=) [2023-02-24T19:11:56.774Z] 2023-02-24 19:11:56,567 [execute] INFO git cat-file --batch [2023-02-24T19:11:56.774Z] 2023-02-24 19:11:56,567 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/428, universal_newlines=False, shell=None, istream=) [2023-02-24T19:11:56.774Z] 2023-02-24 19:11:56,616 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main [2023-02-24T19:11:56.774Z] 2023-02-24 19:11:56,616 [execute] INFO git tag -a v3.0.0-dev.67 -m v3.0.0-dev.67 [2023-02-24T19:11:56.774Z] 2023-02-24 19:11:56,617 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.67', '-m', 'v3.0.0-dev.67'], cwd=/w/workspace/edgex-go/428, universal_newlines=False, shell=None, istream=None) [2023-02-24T19:11:56.774Z] 2023-02-24 19:11:56,619 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main [2023-02-24T19:11:56.774Z] 3.0.0-dev.67 [Pipeline] } [2023-02-24T19:11:56.795Z] $ docker exec --env ******** --env ******** 5a1ef49d39b62ec3355adafacd2aa03eed614fb0e62479379ac5b97693b3cc5d ssh-agent -k [2023-02-24T19:11:56.893Z] unset SSH_AUTH_SOCK; [2023-02-24T19:11:56.894Z] unset SSH_AGENT_PID; [2023-02-24T19:11:56.894Z] echo Agent pid 20 killed; [2023-02-24T19:11:56.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-24T19:11:57.201Z] + git semver [Pipeline] } [2023-02-24T19:11:57.487Z] $ docker stop --time=1 5a1ef49d39b62ec3355adafacd2aa03eed614fb0e62479379ac5b97693b3cc5d [2023-02-24T19:11:59.083Z] $ docker rm -f --volumes 5a1ef49d39b62ec3355adafacd2aa03eed614fb0e62479379ac5b97693b3cc5d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:11:59.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-24T19:11:59.462Z] [2023-02-24T19:11:59.462Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:11:59.763Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-24T19:12:00.036Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-24T19:12:00.036Z] ab5ef0e58194: Pulling fs layer [2023-02-24T19:12:00.036Z] 9712f1f96733: Pulling fs layer [2023-02-24T19:12:00.036Z] 63f879dbbcfc: Pulling fs layer [2023-02-24T19:12:00.036Z] 0d9ebad4ef96: Pulling fs layer [2023-02-24T19:12:00.036Z] e9a5061849ea: Pulling fs layer [2023-02-24T19:12:00.036Z] d747dcd14b5f: Pulling fs layer [2023-02-24T19:12:00.036Z] 2de7ff778b66: Pulling fs layer [2023-02-24T19:12:00.036Z] d747dcd14b5f: Waiting [2023-02-24T19:12:00.036Z] e9a5061849ea: Waiting [2023-02-24T19:12:00.036Z] 2de7ff778b66: Waiting [2023-02-24T19:12:00.036Z] 0d9ebad4ef96: Waiting [2023-02-24T19:12:00.036Z] 9712f1f96733: Verifying Checksum [2023-02-24T19:12:00.036Z] 9712f1f96733: Download complete [2023-02-24T19:12:00.629Z] 63f879dbbcfc: Verifying Checksum [2023-02-24T19:12:00.629Z] 63f879dbbcfc: Download complete [2023-02-24T19:12:00.629Z] 0d9ebad4ef96: Verifying Checksum [2023-02-24T19:12:00.629Z] 0d9ebad4ef96: Download complete [2023-02-24T19:12:00.629Z] e9a5061849ea: Verifying Checksum [2023-02-24T19:12:00.629Z] e9a5061849ea: Download complete [2023-02-24T19:12:00.629Z] d747dcd14b5f: Verifying Checksum [2023-02-24T19:12:00.629Z] d747dcd14b5f: Download complete [2023-02-24T19:12:00.629Z] ab5ef0e58194: Verifying Checksum [2023-02-24T19:12:00.629Z] ab5ef0e58194: Download complete [2023-02-24T19:12:00.887Z] 2de7ff778b66: Verifying Checksum [2023-02-24T19:12:00.887Z] 2de7ff778b66: Download complete [2023-02-24T19:12:03.417Z] ab5ef0e58194: Pull complete [2023-02-24T19:12:03.417Z] 9712f1f96733: Pull complete [2023-02-24T19:12:04.351Z] 63f879dbbcfc: Pull complete [2023-02-24T19:12:07.633Z] 0d9ebad4ef96: Pull complete [2023-02-24T19:12:07.890Z] e9a5061849ea: Pull complete [2023-02-24T19:12:07.890Z] d747dcd14b5f: Pull complete [2023-02-24T19:12:08.859Z] 2de7ff778b66: Pull complete [2023-02-24T19:12:08.859Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-24T19:12:08.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-24T19:12:08.859Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T19:12:08.931Z] prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container [2023-02-24T19:12:08.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T19:12:19.326Z] $ docker top cbb91a78394c072ae735d33ae9013fc7060ce8d3e228dfdc6d429590b9592a07 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-24T19:12:19.381Z] provisioning config files... [2023-02-24T19:12:19.388Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/428@tmp/config4483111452087449581tmp [2023-02-24T19:12:19.397Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/428@tmp/config6234865542635239862tmp [2023-02-24T19:12:19.404Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/428@tmp/config12930362714324987419tmp [Pipeline] { [Pipeline] echo [2023-02-24T19:12:19.414Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:12:19.707Z] ---> sigul-configuration.sh [2023-02-24T19:12:19.707Z] gpg: directory `/root/.gnupg' created [2023-02-24T19:12:19.707Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-24T19:12:19.707Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-24T19:12:19.707Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-24T19:12:19.707Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-24T19:12:19.707Z] gpg: CAST5 encrypted data [2023-02-24T19:12:19.707Z] gpg: encrypted with 1 passphrase [2023-02-24T19:12:19.707Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-24T19:12:19.996Z] + mkdir /home/jenkins [2023-02-24T19:12:19.996Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-24T19:12:20.281Z] + 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-24T19:12:20.291Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:12:20.575Z] ---> sigul-install.sh [2023-02-24T19:12:20.575Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-24T19:12:20.867Z] + git tag --list [2023-02-24T19:12:20.867Z] 0.6.0 [2023-02-24T19:12:20.867Z] 0.6.1 [2023-02-24T19:12:20.867Z] 0.7.0 [2023-02-24T19:12:20.867Z] 0.7.1 [2023-02-24T19:12:20.867Z] v1.0.0 [2023-02-24T19:12:20.867Z] v1.0.1 [2023-02-24T19:12:20.867Z] v1.1.0 [2023-02-24T19:12:20.867Z] v1.2.0 [2023-02-24T19:12:20.867Z] v1.2.1 [2023-02-24T19:12:20.867Z] v1.3.0 [2023-02-24T19:12:20.867Z] v1.3.1 [2023-02-24T19:12:20.867Z] v2.0.0 [2023-02-24T19:12:20.867Z] v2.1.0 [2023-02-24T19:12:20.867Z] v2.1.1 [2023-02-24T19:12:20.867Z] v2.1.1-dev.1 [2023-02-24T19:12:20.867Z] v2.1.1-dev.2 [2023-02-24T19:12:20.867Z] v2.1.1-dev.3 [2023-02-24T19:12:20.867Z] v2.1.1-dev.4 [2023-02-24T19:12:20.867Z] v2.1.1-dev.5 [2023-02-24T19:12:20.867Z] v2.1.1-dev.6 [2023-02-24T19:12:20.867Z] v2.1.1-dev.7 [2023-02-24T19:12:20.867Z] v2.1.1-dev.8 [2023-02-24T19:12:20.867Z] v2.1.2-dev.1 [2023-02-24T19:12:20.867Z] v2.2.0 [2023-02-24T19:12:20.867Z] v2.2.1-dev.1 [2023-02-24T19:12:20.867Z] v2.2.1-dev.10 [2023-02-24T19:12:20.867Z] v2.2.1-dev.11 [2023-02-24T19:12:20.867Z] v2.2.1-dev.12 [2023-02-24T19:12:20.867Z] v2.2.1-dev.13 [2023-02-24T19:12:20.867Z] v2.2.1-dev.14 [2023-02-24T19:12:20.867Z] v2.2.1-dev.15 [2023-02-24T19:12:20.867Z] v2.2.1-dev.16 [2023-02-24T19:12:20.867Z] v2.2.1-dev.17 [2023-02-24T19:12:20.867Z] v2.2.1-dev.18 [2023-02-24T19:12:20.867Z] v2.2.1-dev.19 [2023-02-24T19:12:20.867Z] v2.2.1-dev.2 [2023-02-24T19:12:20.867Z] v2.2.1-dev.20 [2023-02-24T19:12:20.867Z] v2.2.1-dev.21 [2023-02-24T19:12:20.867Z] v2.2.1-dev.22 [2023-02-24T19:12:20.867Z] v2.2.1-dev.23 [2023-02-24T19:12:20.867Z] v2.2.1-dev.24 [2023-02-24T19:12:20.867Z] v2.2.1-dev.25 [2023-02-24T19:12:20.867Z] v2.2.1-dev.26 [2023-02-24T19:12:20.867Z] v2.2.1-dev.27 [2023-02-24T19:12:20.867Z] v2.2.1-dev.28 [2023-02-24T19:12:20.867Z] v2.2.1-dev.29 [2023-02-24T19:12:20.867Z] v2.2.1-dev.3 [2023-02-24T19:12:20.867Z] v2.2.1-dev.4 [2023-02-24T19:12:20.867Z] v2.2.1-dev.5 [2023-02-24T19:12:20.867Z] v2.2.1-dev.6 [2023-02-24T19:12:20.867Z] v2.2.1-dev.7 [2023-02-24T19:12:20.867Z] v2.2.1-dev.8 [2023-02-24T19:12:20.867Z] v2.2.1-dev.9 [2023-02-24T19:12:20.867Z] v2.3.0 [2023-02-24T19:12:20.867Z] v2.3.0-dev.100 [2023-02-24T19:12:20.867Z] v2.3.0-dev.101 [2023-02-24T19:12:20.867Z] v2.3.0-dev.102 [2023-02-24T19:12:20.867Z] v2.3.0-dev.103 [2023-02-24T19:12:20.867Z] v2.3.0-dev.104 [2023-02-24T19:12:20.867Z] v2.3.0-dev.105 [2023-02-24T19:12:20.867Z] v2.3.0-dev.106 [2023-02-24T19:12:20.867Z] v2.3.0-dev.29 [2023-02-24T19:12:20.867Z] v2.3.0-dev.30 [2023-02-24T19:12:20.867Z] v2.3.0-dev.31 [2023-02-24T19:12:20.867Z] v2.3.0-dev.32 [2023-02-24T19:12:20.867Z] v2.3.0-dev.33 [2023-02-24T19:12:20.867Z] v2.3.0-dev.34 [2023-02-24T19:12:20.867Z] v2.3.0-dev.35 [2023-02-24T19:12:20.867Z] v2.3.0-dev.36 [2023-02-24T19:12:20.867Z] v2.3.0-dev.37 [2023-02-24T19:12:20.867Z] v2.3.0-dev.38 [2023-02-24T19:12:20.867Z] v2.3.0-dev.39 [2023-02-24T19:12:20.867Z] v2.3.0-dev.40 [2023-02-24T19:12:20.867Z] v2.3.0-dev.41 [2023-02-24T19:12:20.867Z] v2.3.0-dev.42 [2023-02-24T19:12:20.867Z] v2.3.0-dev.43 [2023-02-24T19:12:20.867Z] v2.3.0-dev.44 [2023-02-24T19:12:20.867Z] v2.3.0-dev.45 [2023-02-24T19:12:20.867Z] v2.3.0-dev.46 [2023-02-24T19:12:20.867Z] v2.3.0-dev.47 [2023-02-24T19:12:20.867Z] v2.3.0-dev.48 [2023-02-24T19:12:20.867Z] v2.3.0-dev.49 [2023-02-24T19:12:20.867Z] v2.3.0-dev.50 [2023-02-24T19:12:20.867Z] v2.3.0-dev.51 [2023-02-24T19:12:20.867Z] v2.3.0-dev.52 [2023-02-24T19:12:20.867Z] v2.3.0-dev.53 [2023-02-24T19:12:20.867Z] v2.3.0-dev.54 [2023-02-24T19:12:20.867Z] v2.3.0-dev.55 [2023-02-24T19:12:20.867Z] v2.3.0-dev.56 [2023-02-24T19:12:20.867Z] v2.3.0-dev.57 [2023-02-24T19:12:20.867Z] v2.3.0-dev.58 [2023-02-24T19:12:20.867Z] v2.3.0-dev.59 [2023-02-24T19:12:20.867Z] v2.3.0-dev.60 [2023-02-24T19:12:20.867Z] v2.3.0-dev.61 [2023-02-24T19:12:20.867Z] v2.3.0-dev.62 [2023-02-24T19:12:20.867Z] v2.3.0-dev.63 [2023-02-24T19:12:20.867Z] v2.3.0-dev.64 [2023-02-24T19:12:20.867Z] v2.3.0-dev.65 [2023-02-24T19:12:20.867Z] v2.3.0-dev.66 [2023-02-24T19:12:20.867Z] v2.3.0-dev.67 [2023-02-24T19:12:20.867Z] v2.3.0-dev.68 [2023-02-24T19:12:20.867Z] v2.3.0-dev.69 [2023-02-24T19:12:20.867Z] v2.3.0-dev.70 [2023-02-24T19:12:20.867Z] v2.3.0-dev.71 [2023-02-24T19:12:20.867Z] v2.3.0-dev.72 [2023-02-24T19:12:20.867Z] v2.3.0-dev.73 [2023-02-24T19:12:20.867Z] v2.3.0-dev.74 [2023-02-24T19:12:20.867Z] v2.3.0-dev.75 [2023-02-24T19:12:20.867Z] v2.3.0-dev.76 [2023-02-24T19:12:20.867Z] v2.3.0-dev.77 [2023-02-24T19:12:20.867Z] v2.3.0-dev.78 [2023-02-24T19:12:20.867Z] v2.3.0-dev.79 [2023-02-24T19:12:20.867Z] v2.3.0-dev.80 [2023-02-24T19:12:20.867Z] v2.3.0-dev.81 [2023-02-24T19:12:20.867Z] v2.3.0-dev.82 [2023-02-24T19:12:20.867Z] v2.3.0-dev.83 [2023-02-24T19:12:20.867Z] v2.3.0-dev.84 [2023-02-24T19:12:20.867Z] v2.3.0-dev.85 [2023-02-24T19:12:20.867Z] v2.3.0-dev.86 [2023-02-24T19:12:20.867Z] v2.3.0-dev.87 [2023-02-24T19:12:20.867Z] v2.3.0-dev.88 [2023-02-24T19:12:20.867Z] v2.3.0-dev.89 [2023-02-24T19:12:20.867Z] v2.3.0-dev.90 [2023-02-24T19:12:20.867Z] v2.3.0-dev.91 [2023-02-24T19:12:20.867Z] v2.3.0-dev.92 [2023-02-24T19:12:20.867Z] v2.3.0-dev.93 [2023-02-24T19:12:20.867Z] v2.3.0-dev.94 [2023-02-24T19:12:20.867Z] v2.3.0-dev.95 [2023-02-24T19:12:20.867Z] v2.3.0-dev.96 [2023-02-24T19:12:20.867Z] v2.3.0-dev.97 [2023-02-24T19:12:20.867Z] v2.3.0-dev.98 [2023-02-24T19:12:20.867Z] v2.3.0-dev.99 [2023-02-24T19:12:20.867Z] v2.3.1-dev.1 [2023-02-24T19:12:20.867Z] v2.3.1-dev.2 [2023-02-24T19:12:20.867Z] v2.3.1-dev.3 [2023-02-24T19:12:20.867Z] v2.3.1-dev.4 [2023-02-24T19:12:20.867Z] v2.3.1-dev.5 [2023-02-24T19:12:20.867Z] v3.0.0-dev.1 [2023-02-24T19:12:20.867Z] v3.0.0-dev.10 [2023-02-24T19:12:20.867Z] v3.0.0-dev.11 [2023-02-24T19:12:20.867Z] v3.0.0-dev.12 [2023-02-24T19:12:20.867Z] v3.0.0-dev.13 [2023-02-24T19:12:20.867Z] v3.0.0-dev.14 [2023-02-24T19:12:20.867Z] v3.0.0-dev.15 [2023-02-24T19:12:20.867Z] v3.0.0-dev.16 [2023-02-24T19:12:20.867Z] v3.0.0-dev.17 [2023-02-24T19:12:20.867Z] v3.0.0-dev.18 [2023-02-24T19:12:20.867Z] v3.0.0-dev.19 [2023-02-24T19:12:20.867Z] v3.0.0-dev.2 [2023-02-24T19:12:20.867Z] v3.0.0-dev.20 [2023-02-24T19:12:20.867Z] v3.0.0-dev.21 [2023-02-24T19:12:20.867Z] v3.0.0-dev.22 [2023-02-24T19:12:20.867Z] v3.0.0-dev.23 [2023-02-24T19:12:20.867Z] v3.0.0-dev.24 [2023-02-24T19:12:20.867Z] v3.0.0-dev.25 [2023-02-24T19:12:20.867Z] v3.0.0-dev.26 [2023-02-24T19:12:20.867Z] v3.0.0-dev.27 [2023-02-24T19:12:20.867Z] v3.0.0-dev.28 [2023-02-24T19:12:20.867Z] v3.0.0-dev.29 [2023-02-24T19:12:20.867Z] v3.0.0-dev.3 [2023-02-24T19:12:20.867Z] v3.0.0-dev.30 [2023-02-24T19:12:20.867Z] v3.0.0-dev.31 [2023-02-24T19:12:20.867Z] v3.0.0-dev.32 [2023-02-24T19:12:20.867Z] v3.0.0-dev.33 [2023-02-24T19:12:20.867Z] v3.0.0-dev.34 [2023-02-24T19:12:20.867Z] v3.0.0-dev.35 [2023-02-24T19:12:20.867Z] v3.0.0-dev.36 [2023-02-24T19:12:20.867Z] v3.0.0-dev.37 [2023-02-24T19:12:20.867Z] v3.0.0-dev.38 [2023-02-24T19:12:20.867Z] v3.0.0-dev.39 [2023-02-24T19:12:20.867Z] v3.0.0-dev.4 [2023-02-24T19:12:20.867Z] v3.0.0-dev.40 [2023-02-24T19:12:20.867Z] v3.0.0-dev.41 [2023-02-24T19:12:20.867Z] v3.0.0-dev.42 [2023-02-24T19:12:20.867Z] v3.0.0-dev.43 [2023-02-24T19:12:20.867Z] v3.0.0-dev.44 [2023-02-24T19:12:20.867Z] v3.0.0-dev.45 [2023-02-24T19:12:20.867Z] v3.0.0-dev.46 [2023-02-24T19:12:20.867Z] v3.0.0-dev.47 [2023-02-24T19:12:20.867Z] v3.0.0-dev.48 [2023-02-24T19:12:20.867Z] v3.0.0-dev.49 [2023-02-24T19:12:20.867Z] v3.0.0-dev.5 [2023-02-24T19:12:20.867Z] v3.0.0-dev.50 [2023-02-24T19:12:20.867Z] v3.0.0-dev.51 [2023-02-24T19:12:20.867Z] v3.0.0-dev.52 [2023-02-24T19:12:20.867Z] v3.0.0-dev.53 [2023-02-24T19:12:20.867Z] v3.0.0-dev.54 [2023-02-24T19:12:20.868Z] v3.0.0-dev.55 [2023-02-24T19:12:20.868Z] v3.0.0-dev.56 [2023-02-24T19:12:20.868Z] v3.0.0-dev.57 [2023-02-24T19:12:20.868Z] v3.0.0-dev.58 [2023-02-24T19:12:20.868Z] v3.0.0-dev.59 [2023-02-24T19:12:20.868Z] v3.0.0-dev.6 [2023-02-24T19:12:20.868Z] v3.0.0-dev.60 [2023-02-24T19:12:20.868Z] v3.0.0-dev.61 [2023-02-24T19:12:20.868Z] v3.0.0-dev.62 [2023-02-24T19:12:20.868Z] v3.0.0-dev.63 [2023-02-24T19:12:20.868Z] v3.0.0-dev.64 [2023-02-24T19:12:20.868Z] v3.0.0-dev.65 [2023-02-24T19:12:20.868Z] v3.0.0-dev.66 [2023-02-24T19:12:20.868Z] v3.0.0-dev.67 [2023-02-24T19:12:20.868Z] v3.0.0-dev.7 [2023-02-24T19:12:20.868Z] v3.0.0-dev.8 [2023-02-24T19:12:20.868Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-24T19:12:21.154Z] + lftools sign git-tag v3.0.0-dev.67 [2023-02-24T19:12:21.723Z] Signing Git tag with Sigul... [2023-02-24T19:12:21.723Z] Signing v3.0.0-dev.67 [Pipeline] echo [2023-02-24T19:12:22.300Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:12:22.582Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-24T19:12:22.590Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-24T19:12:22.622Z] $ docker stop --time=1 cbb91a78394c072ae735d33ae9013fc7060ce8d3e228dfdc6d429590b9592a07 [2023-02-24T19:12:23.975Z] $ docker rm -f --volumes cbb91a78394c072ae735d33ae9013fc7060ce8d3e228dfdc6d429590b9592a07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-24T19:12:24.383Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-24T19:12:24.383Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:12:24.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T19:12:24.685Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T19:12:24.760Z] prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container [2023-02-24T19:12:24.802Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T19:12:25.144Z] $ docker top 2550298729f174bad45961a90fb8a0dd8a9b5c6c0c97e9d1795d62073d7cf595 -eo pid,comm [2023-02-24T19:12:25.182Z] 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-24T19:12:25.182Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-24T19:12:25.213Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-24T19:12:25.213Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-24T19:12:25.322Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-24T19:12:25.337Z] $ docker exec 2550298729f174bad45961a90fb8a0dd8a9b5c6c0c97e9d1795d62073d7cf595 ssh-agent [2023-02-24T19:12:25.430Z] SSH_AUTH_SOCK=/tmp/ssh-Q9ey2AxwauO7/agent.32 [2023-02-24T19:12:25.430Z] SSH_AGENT_PID=38 [2023-02-24T19:12:25.435Z] Running ssh-add (command line suppressed) [2023-02-24T19:12:25.545Z] Identity added: /w/workspace/edgex-go/428@tmp/private_key_4250386037887427277.key (/w/workspace/edgex-go/428@tmp/private_key_4250386037887427277.key) [2023-02-24T19:12:25.546Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-24T19:12:25.832Z] + git semver bump pre [2023-02-24T19:12:26.090Z] 2023-02-24 19:12:26,066 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main [2023-02-24T19:12:26.090Z] 2023-02-24 19:12:26,066 [bump_version] DEBUG bumping version:3.0.0-dev.67 on axis:pre with prefix:dev [2023-02-24T19:12:26.090Z] 2023-02-24 19:12:26,066 [bump_version] DEBUG bumped version:3.0.0-dev.68 [2023-02-24T19:12:26.090Z] 2023-02-24 19:12:26,067 [write_version] DEBUG write version:3.0.0-dev.68 to path:/w/workspace/edgex-go/428/.semver/main with force:True [2023-02-24T19:12:26.091Z] 2023-02-24 19:12:26,067 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main [2023-02-24T19:12:26.091Z] 2023-02-24 19:12:26,067 [write_file] DEBUG write to file:/w/workspace/edgex-go/428/.semver/main [2023-02-24T19:12:26.091Z] 2023-02-24 19:12:26,068 [execute] INFO git cat-file --batch-check [2023-02-24T19:12:26.091Z] 2023-02-24 19:12:26,069 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/428/.semver, universal_newlines=False, shell=None, istream=) [2023-02-24T19:12:26.091Z] 2023-02-24 19:12:26,074 [execute] INFO git cat-file --batch [2023-02-24T19:12:26.091Z] 2023-02-24 19:12:26,075 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/428/.semver, universal_newlines=False, shell=None, istream=) [2023-02-24T19:12:26.091Z] 2023-02-24 19:12:26,080 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main [2023-02-24T19:12:26.091Z] 3.0.0-dev.68 [Pipeline] } [2023-02-24T19:12:26.113Z] $ docker exec --env ******** --env ******** 2550298729f174bad45961a90fb8a0dd8a9b5c6c0c97e9d1795d62073d7cf595 ssh-agent -k [2023-02-24T19:12:26.208Z] unset SSH_AUTH_SOCK; [2023-02-24T19:12:26.208Z] unset SSH_AGENT_PID; [2023-02-24T19:12:26.208Z] echo Agent pid 38 killed; [2023-02-24T19:12:26.204Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-24T19:12:26.502Z] + git semver [Pipeline] } [2023-02-24T19:12:26.785Z] $ docker stop --time=1 2550298729f174bad45961a90fb8a0dd8a9b5c6c0c97e9d1795d62073d7cf595 [2023-02-24T19:12:28.119Z] $ docker rm -f --volumes 2550298729f174bad45961a90fb8a0dd8a9b5c6c0c97e9d1795d62073d7cf595 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-24T19:12:28.513Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-24T19:12:28.513Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:12:28.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T19:12:28.906Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T19:12:29.006Z] prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container [2023-02-24T19:12:29.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T19:12:29.440Z] $ docker top d374c1face8dac267d92969973c8fcb88575e3cebecd25dba3f6d8d733328ff3 -eo pid,comm [2023-02-24T19:12:29.475Z] 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-24T19:12:29.475Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-24T19:12:29.515Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-24T19:12:29.515Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-24T19:12:29.626Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-24T19:12:29.641Z] $ docker exec d374c1face8dac267d92969973c8fcb88575e3cebecd25dba3f6d8d733328ff3 ssh-agent [2023-02-24T19:12:29.728Z] SSH_AUTH_SOCK=/tmp/ssh-I2jphmXwVy73/agent.32 [2023-02-24T19:12:29.728Z] SSH_AGENT_PID=38 [2023-02-24T19:12:29.733Z] Running ssh-add (command line suppressed) [2023-02-24T19:12:29.850Z] Identity added: /w/workspace/edgex-go/428@tmp/private_key_14776593607817247757.key (/w/workspace/edgex-go/428@tmp/private_key_14776593607817247757.key) [2023-02-24T19:12:29.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-24T19:12:30.142Z] + git semver push [2023-02-24T19:12:30.402Z] 2023-02-24 19:12:30,361 [run_push] DEBUG push [2023-02-24T19:12:30.402Z] 2023-02-24 19:12:30,362 [execute] INFO git cat-file --batch-check [2023-02-24T19:12:30.402Z] 2023-02-24 19:12:30,362 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/428/.semver, universal_newlines=False, shell=None, istream=) [2023-02-24T19:12:30.402Z] 2023-02-24 19:12:30,366 [execute] INFO git rev-list f969f7bfd56545ee82a29026e6b4a06bb70546c3 -- [2023-02-24T19:12:30.402Z] 2023-02-24 19:12:30,366 [execute] DEBUG Popen(['git', 'rev-list', 'f969f7bfd56545ee82a29026e6b4a06bb70546c3', '--'], cwd=/w/workspace/edgex-go/428/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-24T19:12:30.402Z] 2023-02-24 19:12:30,382 [execute] INFO git fetch -v origin [2023-02-24T19:12:30.402Z] 2023-02-24 19:12:30,382 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/428/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-24T19:12:30.969Z] 2023-02-24 19:12:30,980 [run_push] DEBUG no remote changes detected [2023-02-24T19:12:30.969Z] 2023-02-24 19:12:30,980 [execute] INFO git push origin semver [2023-02-24T19:12:30.969Z] 2023-02-24 19:12:30,981 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/428/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-24T19:12:31.902Z] 2023-02-24 19:12:31,896 [run_push] DEBUG push all version tags [2023-02-24T19:12:31.902Z] 2023-02-24 19:12:31,897 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-24T19:12:31.903Z] 2023-02-24 19:12:31,897 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/428, universal_newlines=False, shell=None, istream=None) [2023-02-24T19:12:32.836Z] 2023-02-24 19:12:32,831 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main [2023-02-24T19:12:32.836Z] 3.0.0-dev.68 [Pipeline] } [2023-02-24T19:12:33.118Z] $ docker exec --env ******** --env ******** d374c1face8dac267d92969973c8fcb88575e3cebecd25dba3f6d8d733328ff3 ssh-agent -k [2023-02-24T19:12:33.225Z] unset SSH_AUTH_SOCK; [2023-02-24T19:12:33.226Z] unset SSH_AGENT_PID; [2023-02-24T19:12:33.226Z] echo Agent pid 38 killed; [2023-02-24T19:12:33.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-24T19:12:33.525Z] + git semver [Pipeline] } [2023-02-24T19:12:34.118Z] $ docker stop --time=1 d374c1face8dac267d92969973c8fcb88575e3cebecd25dba3f6d8d733328ff3 [2023-02-24T19:12:35.408Z] $ docker rm -f --volumes d374c1face8dac267d92969973c8fcb88575e3cebecd25dba3f6d8d733328ff3 [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-24T19:12:35.972Z] + [ -d /w/workspace/edgex-go/428/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:12:36.258Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:12:37.114Z] ---> package-listing.sh [2023-02-24T19:12:37.114Z] ++ facter osfamily [2023-02-24T19:12:37.114Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-24T19:12:37.372Z] + OS_FAMILY=debian [2023-02-24T19:12:37.372Z] + workspace=/w/workspace/edgex-go/428 [2023-02-24T19:12:37.372Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-24T19:12:37.372Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-24T19:12:37.372Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-24T19:12:37.372Z] + PACKAGES=/tmp/packages_start.txt [2023-02-24T19:12:37.372Z] + '[' /w/workspace/edgex-go/428 ']' [2023-02-24T19:12:37.372Z] + PACKAGES=/tmp/packages_end.txt [2023-02-24T19:12:37.372Z] + case "${OS_FAMILY}" in [2023-02-24T19:12:37.372Z] + dpkg -l [2023-02-24T19:12:37.372Z] + grep '^ii' [2023-02-24T19:12:37.372Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-24T19:12:37.372Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-24T19:12:37.372Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-24T19:12:37.372Z] + '[' /w/workspace/edgex-go/428 ']' [2023-02-24T19:12:37.372Z] + mkdir -p /w/workspace/edgex-go/428/archives/ [2023-02-24T19:12:37.372Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/428/archives/ [Pipeline] echo [2023-02-24T19:12:37.385Z] 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/428/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-24T19:12:37.662Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:12:38.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-24T19:12:38.230Z] [2023-02-24T19:12:38.230Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T19:12:38.530Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-24T19:12:38.530Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-24T19:12:38.530Z] 5eb5b503b376: Pulling fs layer [2023-02-24T19:12:38.530Z] 5c69ac0246d0: Pulling fs layer [2023-02-24T19:12:38.530Z] ec43610c2a17: Pulling fs layer [2023-02-24T19:12:38.530Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-24T19:12:38.530Z] 33b1e0a273af: Pulling fs layer [2023-02-24T19:12:38.530Z] 5d3b04190fa2: Pulling fs layer [2023-02-24T19:12:38.530Z] 2f39f015ded8: Pulling fs layer [2023-02-24T19:12:38.530Z] 5d3b04190fa2: Waiting [2023-02-24T19:12:38.530Z] 3a2ae6a8a46f: Waiting [2023-02-24T19:12:38.530Z] 2f39f015ded8: Waiting [2023-02-24T19:12:38.530Z] 33b1e0a273af: Waiting [2023-02-24T19:12:38.530Z] 5c69ac0246d0: Download complete [2023-02-24T19:12:38.530Z] 3a2ae6a8a46f: Download complete [2023-02-24T19:12:38.788Z] ec43610c2a17: Verifying Checksum [2023-02-24T19:12:38.788Z] ec43610c2a17: Download complete [2023-02-24T19:12:38.788Z] 33b1e0a273af: Verifying Checksum [2023-02-24T19:12:38.788Z] 33b1e0a273af: Download complete [2023-02-24T19:12:38.788Z] 5d3b04190fa2: Verifying Checksum [2023-02-24T19:12:38.788Z] 5d3b04190fa2: Download complete [2023-02-24T19:12:38.788Z] 5eb5b503b376: Verifying Checksum [2023-02-24T19:12:38.788Z] 5eb5b503b376: Download complete [2023-02-24T19:12:39.354Z] 2f39f015ded8: Verifying Checksum [2023-02-24T19:12:39.920Z] 5eb5b503b376: Pull complete [2023-02-24T19:12:40.178Z] 5c69ac0246d0: Pull complete [2023-02-24T19:12:40.438Z] ec43610c2a17: Pull complete [2023-02-24T19:12:40.696Z] 3a2ae6a8a46f: Pull complete [2023-02-24T19:12:40.696Z] 33b1e0a273af: Pull complete [2023-02-24T19:12:40.954Z] 5d3b04190fa2: Pull complete [2023-02-24T19:12:45.140Z] 2f39f015ded8: Pull complete [2023-02-24T19:12:45.140Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-24T19:12:45.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-24T19:12:45.140Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T19:12:45.212Z] prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container [2023-02-24T19:12:45.255Z] $ 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/428/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/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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-24T19:12:51.734Z] $ docker top 25c1b73474c1307ffae2b179defbda9665f8a9735796a890c0f439b6cc5eb8ea -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T19:12:52.053Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-24T19:12:52.336Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-24T19:12:52.618Z] + ls /var/log/sa-host [2023-02-24T19:12:52.618Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-24T19:12:52.760Z] provisioning config files... [2023-02-24T19:12:52.768Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/428@tmp/config2175328951341986560tmp [Pipeline] { [Pipeline] echo [2023-02-24T19:12:52.779Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:12:53.061Z] ---> create-netrc.sh [Pipeline] } [2023-02-24T19:12:53.067Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:12:53.401Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-24T19:12:53.410Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:12:53.691Z] ---> sudo-logs.sh [2023-02-24T19:12:53.691Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-24T19:12:53.712Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:12:53.994Z] ---> job-cost.sh [2023-02-24T19:12:53.994Z] lf-activate-venv: SKIPPING [2023-02-24T19:12:53.994Z] DEBUG: total: 0.10999999940395355 [2023-02-24T19:12:53.994Z] INFO: Retrieving Stack Cost... [2023-02-24T19:12:54.252Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-24T19:12:54.818Z] INFO: Archiving Costs [Pipeline] echo [2023-02-24T19:12:54.832Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T19:12:55.113Z] ---> logs-deploy.sh [2023-02-24T19:12:55.113Z] lf-activate-venv: SKIPPING [2023-02-24T19:12:55.113Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/428 [2023-02-24T19:12:55.113Z] INFO: archiving workspace using pattern(s): [2023-02-24T19:12:56.050Z] Archives upload complete. [2023-02-24T19:12:56.311Z] INFO: archiving logs to Nexus