Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 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-ssh13907152348473207396.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh16371104142976822793.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh8005539223585495649.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh11154913586143596414.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-ssh3346875332774570255.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.20 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 ‘prd-centos7-blackbox-4c-2g-9351’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-9352’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-builder-2c-1g-10874’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu18.04-docker-8c-8g-10872’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-10873’ is offline ‘prd-ubuntu20.04-docker-8c-8g-10880’ is offline ‘prd-ubuntu20.04-docker-8c-8g-10882’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-10875’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-10883 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/500 [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/500 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 50d4b1035dfa4399e59f9a653307c5f6e2ab238e (main) Commit message: "Merge pull request #4521 from bill-mahoney/spire-update" > git config core.sparsecheckout # timeout=10 > git checkout -f 50d4b1035dfa4399e59f9a653307c5f6e2ab238e # timeout=10 > git rev-list --no-walk 50d4b1035dfa4399e59f9a653307c5f6e2ab238e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-25T22:12:32.982Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-25T22:12:33.041Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-25T22:12:33.057Z] ========================================================= [2023-04-25T22:12:33.057Z] EdgeX Global Pipelines Version Info [2023-04-25T22:12:33.057Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:12:33.765Z] ------------------- [2023-04-25T22:12:33.765Z] stable info: [2023-04-25T22:12:33.765Z] ------------------- [2023-04-25T22:12:33.765Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-25T22:12:33.765Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-25T22:12:33.765Z] Message: update stable to v1.0.248 [2023-04-25T22:12:34.335Z] ------------------- [2023-04-25T22:12:34.335Z] experimental info: [2023-04-25T22:12:34.335Z] ------------------- [2023-04-25T22:12:34.335Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-25T22:12:34.335Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-25T22:12:34.335Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-25T22:12:34.499Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-04-25T22:12:34.507Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-04-25T22:12:34.515Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-25T22:12:34.525Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-25T22:12:34.536Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-25T22:12:34.544Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-25T22:12:34.553Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-25T22:12:34.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-04-25T22:12:34.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-04-25T22:12:34.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-04-25T22:12:34.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-25T22:12:34.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-25T22:12:34.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-25T22:12:34.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-25T22:12:34.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-25T22:12:34.634Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-25T22:12:34.645Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-25T22:12:34.654Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-25T22:12:34.662Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-25T22:12:34.669Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-25T22:12:34.677Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-25T22:12:34.685Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-25T22:12:34.693Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-25T22:12:34.704Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-04-25T22:12:34.718Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-04-25T22:12:34.733Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-04-25T22:12:34.744Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] echo [2023-04-25T22:12:34.760Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 50d4b10 [Pipeline] echo [2023-04-25T22:12:34.773Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-25T22:12:34.815Z] provisioning config files... [2023-04-25T22:12:34.828Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/500@tmp/config6399706620350166706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:12:35.133Z] ---> docker-login.sh [2023-04-25T22:12:35.134Z] nexus3.edgexfoundry.org:10001 [2023-04-25T22:12:35.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:12:35.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:12:35.393Z] Configure a credential helper to remove this warning. See [2023-04-25T22:12:35.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:12:35.393Z] [2023-04-25T22:12:35.393Z] Login Succeeded [2023-04-25T22:12:35.393Z] nexus3.edgexfoundry.org:10002 [2023-04-25T22:12:35.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:12:35.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:12:35.393Z] Configure a credential helper to remove this warning. See [2023-04-25T22:12:35.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:12:35.393Z] [2023-04-25T22:12:35.393Z] Login Succeeded [2023-04-25T22:12:35.393Z] nexus3.edgexfoundry.org:10003 [2023-04-25T22:12:35.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:12:35.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:12:35.653Z] Configure a credential helper to remove this warning. See [2023-04-25T22:12:35.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:12:35.653Z] [2023-04-25T22:12:35.653Z] Login Succeeded [2023-04-25T22:12:35.653Z] nexus3.edgexfoundry.org:10004 [2023-04-25T22:12:35.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:12:35.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:12:35.653Z] Configure a credential helper to remove this warning. See [2023-04-25T22:12:35.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:12:35.653Z] [2023-04-25T22:12:35.653Z] Login Succeeded [2023-04-25T22:12:35.653Z] docker.io [2023-04-25T22:12:35.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:12:35.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:12:35.912Z] Configure a credential helper to remove this warning. See [2023-04-25T22:12:35.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:12:35.912Z] [2023-04-25T22:12:35.912Z] Login Succeeded [2023-04-25T22:12:35.912Z] ---> docker-login.sh ends [Pipeline] } [2023-04-25T22:12:35.920Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-25T22:12:36.225Z] + 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-04-25T22:12:36.225Z] + dirname cmd/core-command/Dockerfile [2023-04-25T22:12:36.225Z] + cut -d/ -f2 [2023-04-25T22:12:36.225Z] + echo core-command,cmd/core-command/Dockerfile [2023-04-25T22:12:36.225Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-04-25T22:12:36.225Z] + cut -d/ -f2 [2023-04-25T22:12:36.225Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-04-25T22:12:36.225Z] + + dirname cmd/core-data/Dockerfile [2023-04-25T22:12:36.225Z] cut -d/ -f2 [2023-04-25T22:12:36.225Z] + echo core-data,cmd/core-data/Dockerfile [2023-04-25T22:12:36.225Z] + + cut -d/ -f2 [2023-04-25T22:12:36.225Z] dirname cmd/core-metadata/Dockerfile [2023-04-25T22:12:36.225Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-04-25T22:12:36.225Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-04-25T22:12:36.225Z] + cut -d/ -f2 [2023-04-25T22:12:36.225Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-04-25T22:12:36.225Z] + + cutdirname -d/ cmd/security-proxy-auth/Dockerfile -f2 [2023-04-25T22:12:36.225Z] [2023-04-25T22:12:36.225Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-04-25T22:12:36.225Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-04-25T22:12:36.225Z] + cut -d/ -f2 [2023-04-25T22:12:36.225Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-04-25T22:12:36.225Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-04-25T22:12:36.225Z] + cut -d/ -f2 [2023-04-25T22:12:36.225Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-04-25T22:12:36.225Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-04-25T22:12:36.225Z] + cut -d/ -f2 [2023-04-25T22:12:36.225Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-04-25T22:12:36.225Z] + dirname cmd/security-spire-agent/Dockerfile [2023-04-25T22:12:36.225Z] + cut -d/ -f2 [2023-04-25T22:12:36.225Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-04-25T22:12:36.225Z] + dirname cmd/security-spire-config/Dockerfile [2023-04-25T22:12:36.225Z] + cut -d/ -f2 [2023-04-25T22:12:36.225Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-04-25T22:12:36.225Z] + dirname cmd/security-spire-server/Dockerfile [2023-04-25T22:12:36.225Z] + cut -d/ -f2 [2023-04-25T22:12:36.225Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-04-25T22:12:36.225Z] + dirname+ cmd/support-notifications/Dockerfile [2023-04-25T22:12:36.225Z] cut -d/ -f2 [2023-04-25T22:12:36.225Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-04-25T22:12:36.225Z] + dirname cmd/support-scheduler/Dockerfile [2023-04-25T22:12:36.225Z] + cut -d/ -f2 [2023-04-25T22:12:36.225Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-04-25T22:12:36.280Z] 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-04-25T22:12:36.628Z] + git rev-list -1 --merges 50d4b1035dfa4399e59f9a653307c5f6e2ab238e~1..50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] echo [2023-04-25T22:12:36.638Z] -----------> git rev-list -1 --merges 50d4b1035dfa4399e59f9a653307c5f6e2ab238e~1..50d4b1035dfa4399e59f9a653307c5f6e2ab238e 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:12:36.639Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [false] [Pipeline] sh [2023-04-25T22:12:36.926Z] + git log --format=format:%s -1 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] echo [2023-04-25T22:12:36.944Z] ========================================================= [2023-04-25T22:12:36.944Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-25T22:12:36.944Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-25T22:12:37.312Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-25T22:12:37.312Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-25T22:12:37.312Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-25T22:12:37.312Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-25T22:12:37.312Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2023-04-25T22:12:37.312Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-25T22:12:37.312Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:12:37.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-25T22:12:37.652Z] [2023-04-25T22:12:37.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:12:37.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-25T22:12:37.952Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-25T22:12:37.952Z] b85a868b505f: Pulling fs layer [2023-04-25T22:12:37.952Z] e2be974225ed: Pulling fs layer [2023-04-25T22:12:37.952Z] 339a4e72a1f5: Pulling fs layer [2023-04-25T22:12:37.952Z] 988bab9f4d93: Pulling fs layer [2023-04-25T22:12:37.952Z] 1469e6f7b9e6: Pulling fs layer [2023-04-25T22:12:37.952Z] 988bab9f4d93: Waiting [2023-04-25T22:12:37.952Z] eaf3925da568: Pulling fs layer [2023-04-25T22:12:37.952Z] 1469e6f7b9e6: Waiting [2023-04-25T22:12:37.952Z] eaf3925da568: Waiting [2023-04-25T22:12:37.952Z] bab4dde63d76: Pulling fs layer [2023-04-25T22:12:37.952Z] bde34c3a00c8: Pulling fs layer [2023-04-25T22:12:37.952Z] b352a97aabf1: Pulling fs layer [2023-04-25T22:12:37.952Z] 4872d77fe225: Pulling fs layer [2023-04-25T22:12:37.952Z] 5851b861e8e6: Pulling fs layer [2023-04-25T22:12:37.952Z] bab4dde63d76: Waiting [2023-04-25T22:12:37.952Z] bde34c3a00c8: Waiting [2023-04-25T22:12:37.952Z] b352a97aabf1: Waiting [2023-04-25T22:12:37.952Z] 5851b861e8e6: Waiting [2023-04-25T22:12:37.952Z] 4872d77fe225: Waiting [2023-04-25T22:12:37.952Z] e2be974225ed: Verifying Checksum [2023-04-25T22:12:37.952Z] e2be974225ed: Download complete [2023-04-25T22:12:37.952Z] 988bab9f4d93: Download complete [2023-04-25T22:12:38.211Z] 1469e6f7b9e6: Verifying Checksum [2023-04-25T22:12:38.211Z] 1469e6f7b9e6: Download complete [2023-04-25T22:12:38.211Z] 339a4e72a1f5: Verifying Checksum [2023-04-25T22:12:38.211Z] 339a4e72a1f5: Download complete [2023-04-25T22:12:38.211Z] eaf3925da568: Verifying Checksum [2023-04-25T22:12:38.211Z] eaf3925da568: Download complete [2023-04-25T22:12:38.211Z] bde34c3a00c8: Download complete [2023-04-25T22:12:38.211Z] b352a97aabf1: Download complete [2023-04-25T22:12:38.211Z] 4872d77fe225: Verifying Checksum [2023-04-25T22:12:38.211Z] 4872d77fe225: Download complete [2023-04-25T22:12:38.211Z] 5851b861e8e6: Verifying Checksum [2023-04-25T22:12:38.211Z] 5851b861e8e6: Download complete [2023-04-25T22:12:38.211Z] b85a868b505f: Verifying Checksum [2023-04-25T22:12:38.211Z] b85a868b505f: Download complete [2023-04-25T22:12:38.470Z] bab4dde63d76: Verifying Checksum [2023-04-25T22:12:38.470Z] bab4dde63d76: Download complete [2023-04-25T22:12:39.412Z] b85a868b505f: Pull complete [2023-04-25T22:12:39.671Z] e2be974225ed: Pull complete [2023-04-25T22:12:39.930Z] 339a4e72a1f5: Pull complete [2023-04-25T22:12:40.191Z] 988bab9f4d93: Pull complete [2023-04-25T22:12:40.451Z] 1469e6f7b9e6: Pull complete [2023-04-25T22:12:40.451Z] eaf3925da568: Pull complete [2023-04-25T22:12:42.357Z] bab4dde63d76: Pull complete [2023-04-25T22:12:42.357Z] bde34c3a00c8: Pull complete [2023-04-25T22:12:42.357Z] b352a97aabf1: Pull complete [2023-04-25T22:12:42.618Z] 4872d77fe225: Pull complete [2023-04-25T22:12:42.618Z] 5851b861e8e6: Pull complete [2023-04-25T22:12:42.618Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-25T22:12:42.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-25T22:12:42.618Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:12:42.736Z] prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container [2023-04-25T22:12:42.777Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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-04-25T22:12:45.414Z] $ docker top 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 -eo pid,comm [2023-04-25T22:12:45.463Z] 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-04-25T22:12:45.463Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-25T22:12:45.502Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-25T22:12:45.502Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-25T22:12:45.611Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-25T22:12:45.617Z] $ docker exec 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 ssh-agent [2023-04-25T22:12:45.721Z] SSH_AUTH_SOCK=/tmp/ssh-MN8eSjhH1ulJ/agent.31 [2023-04-25T22:12:45.721Z] SSH_AGENT_PID=37 [2023-04-25T22:12:45.728Z] Running ssh-add (command line suppressed) [2023-04-25T22:12:45.843Z] Identity added: /w/workspace/edgex-go/500@tmp/private_key_17969545226518357441.key (/w/workspace/edgex-go/500@tmp/private_key_17969545226518357441.key) [2023-04-25T22:12:45.852Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-25T22:12:46.138Z] + git tag --points-at HEAD [Pipeline] } [2023-04-25T22:12:46.153Z] $ docker exec --env ******** --env ******** 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 ssh-agent -k [2023-04-25T22:12:46.251Z] unset SSH_AUTH_SOCK; [2023-04-25T22:12:46.251Z] unset SSH_AGENT_PID; [2023-04-25T22:12:46.252Z] echo Agent pid 37 killed; [2023-04-25T22:12:46.262Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2023-04-25T22:12:46.289Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v3.0.0-dev.137' [Pipeline] sshagent [2023-04-25T22:12:46.306Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-25T22:12:46.306Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-25T22:12:46.414Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-25T22:12:46.421Z] $ docker exec 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 ssh-agent [2023-04-25T22:12:46.525Z] SSH_AUTH_SOCK=/tmp/ssh-KQ5wJBGVrFjS/agent.69 [2023-04-25T22:12:46.525Z] SSH_AGENT_PID=75 [2023-04-25T22:12:46.530Z] Running ssh-add (command line suppressed) [2023-04-25T22:12:46.639Z] Identity added: /w/workspace/edgex-go/500@tmp/private_key_9476465564672164592.key (/w/workspace/edgex-go/500@tmp/private_key_9476465564672164592.key) [2023-04-25T22:12:46.647Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-25T22:12:46.932Z] + git semver init [2023-04-25T22:12:47.191Z] 2023-04-25 22:12:47,115 [run_init] DEBUG init version:0.0.0 force:False [2023-04-25T22:12:47.191Z] 2023-04-25 22:12:47,115 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/500/.semver [2023-04-25T22:12:47.191Z] 2023-04-25 22:12:47,116 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/500/.semver [2023-04-25T22:12:47.191Z] 2023-04-25 22:12:47,116 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/500/.semver'], cwd=/w/workspace/edgex-go/500, universal_newlines=False, shell=None, istream=None) [2023-04-25T22:12:52.466Z] 2023-04-25 22:12:52,171 [append_file] DEBUG append to file:/w/workspace/edgex-go/500/.git/info/exclude [2023-04-25T22:12:52.466Z] 2023-04-25 22:12:52,171 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/500/.semver/main with force:False [2023-04-25T22:12:52.466Z] 2023-04-25 22:12:52,172 [read_version] DEBUG read version from /w/workspace/edgex-go/500/.semver/main [2023-04-25T22:12:52.466Z] 2023-04-25 22:12:52,172 [read_version] DEBUG read version from /w/workspace/edgex-go/500/.semver/main [2023-04-25T22:12:52.466Z] 3.0.0-dev.138 [Pipeline] } [2023-04-25T22:12:52.479Z] $ docker exec --env ******** --env ******** 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 ssh-agent -k [2023-04-25T22:12:52.577Z] unset SSH_AUTH_SOCK; [2023-04-25T22:12:52.577Z] unset SSH_AGENT_PID; [2023-04-25T22:12:52.577Z] echo Agent pid 75 killed; [2023-04-25T22:12:52.585Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-25T22:12:52.882Z] + git semver [Pipeline] } [2023-04-25T22:12:53.158Z] $ docker stop --time=1 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 [2023-04-25T22:12:54.449Z] $ docker rm -f --volumes 5c329db7f453e4a0ab32ea49c1fbd4c1e899c5e6bf54419415963f813b8734b8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-25T22:12:54.776Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-25T22:12:54.977Z] Stashed 1 file(s) [Pipeline] echo [2023-04-25T22:12:54.980Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.138 [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-04-25T22:12:55.366Z] + git config --global --add safe.directory /w/workspace/edgex-go/500 [Pipeline] echo [2023-04-25T22:12:55.377Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-25T22:12:55.388Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-25T22:12:55.395Z] ========================================================= [2023-04-25T22:12:55.395Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-25T22:12:55.395Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-25T22:12:55.678Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-25T22:12:55.678Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-25T22:12:55.678Z] f56be85fc22e: Pulling fs layer [2023-04-25T22:12:55.678Z] 85791d961cd3: Pulling fs layer [2023-04-25T22:12:55.678Z] d694b5ae8c79: Pulling fs layer [2023-04-25T22:12:55.678Z] 9f32a84ed3da: Pulling fs layer [2023-04-25T22:12:55.678Z] 4d19c01a9841: Pulling fs layer [2023-04-25T22:12:55.678Z] 9325e15d5711: Pulling fs layer [2023-04-25T22:12:55.678Z] 556b6ee489ea: Pulling fs layer [2023-04-25T22:12:55.678Z] c5a4b2cf53e6: Pulling fs layer [2023-04-25T22:12:55.678Z] 9f32a84ed3da: Waiting [2023-04-25T22:12:55.678Z] 4d19c01a9841: Waiting [2023-04-25T22:12:55.678Z] 9325e15d5711: Waiting [2023-04-25T22:12:55.678Z] 556b6ee489ea: Waiting [2023-04-25T22:12:55.678Z] c5a4b2cf53e6: Waiting [2023-04-25T22:12:55.678Z] 85791d961cd3: Verifying Checksum [2023-04-25T22:12:55.678Z] 85791d961cd3: Download complete [2023-04-25T22:12:55.678Z] 9f32a84ed3da: Verifying Checksum [2023-04-25T22:12:55.678Z] 9f32a84ed3da: Download complete [2023-04-25T22:12:55.678Z] 4d19c01a9841: Download complete [2023-04-25T22:12:55.678Z] f56be85fc22e: Verifying Checksum [2023-04-25T22:12:55.678Z] f56be85fc22e: Download complete [2023-04-25T22:12:55.678Z] 9325e15d5711: Verifying Checksum [2023-04-25T22:12:55.678Z] 9325e15d5711: Download complete [2023-04-25T22:12:55.938Z] f56be85fc22e: Pull complete [2023-04-25T22:12:55.938Z] 85791d961cd3: Pull complete [2023-04-25T22:12:56.197Z] c5a4b2cf53e6: Verifying Checksum [2023-04-25T22:12:56.197Z] c5a4b2cf53e6: Download complete [2023-04-25T22:12:56.456Z] d694b5ae8c79: Verifying Checksum [2023-04-25T22:12:56.456Z] d694b5ae8c79: Download complete [2023-04-25T22:12:56.715Z] 556b6ee489ea: Verifying Checksum [2023-04-25T22:12:56.715Z] 556b6ee489ea: Download complete [2023-04-25T22:13:00.011Z] d694b5ae8c79: Pull complete [2023-04-25T22:13:00.011Z] 9f32a84ed3da: Pull complete [2023-04-25T22:13:00.011Z] 4d19c01a9841: Pull complete [2023-04-25T22:13:00.011Z] 9325e15d5711: Pull complete [2023-04-25T22:13:01.913Z] 556b6ee489ea: Pull complete [2023-04-25T22:13:02.852Z] c5a4b2cf53e6: Pull complete [2023-04-25T22:13:02.852Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-04-25T22:13:02.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-25T22:13:02.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-25T22:13:03.146Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-25T22:13:03.146Z] WORKDIR /edgex [2023-04-25T22:13:03.146Z] COPY go.mod . [2023-04-25T22:13:03.146Z] RUN go mod download [2023-04-25T22:13:03.146Z] + docker build -t ci-base-image-x86_64 -f - . [2023-04-25T22:13:03.717Z] Sending build context to Docker daemon 170.7MB [2023-04-25T22:13:03.717Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-25T22:13:03.717Z] ---> c4be618373d6 [2023-04-25T22:13:03.717Z] Step 2/4 : WORKDIR /edgex [2023-04-25T22:13:07.907Z] ---> Running in 6ed0c4a221f2 [2023-04-25T22:13:07.907Z] Removing intermediate container 6ed0c4a221f2 [2023-04-25T22:13:07.907Z] ---> 843d9a54bc9f [2023-04-25T22:13:07.907Z] Step 3/4 : COPY go.mod . [2023-04-25T22:13:07.907Z] ---> bada4edd548d [2023-04-25T22:13:07.907Z] Step 4/4 : RUN go mod download [2023-04-25T22:13:07.907Z] ---> Running in 2d733480f3f2 [2023-04-25T22:13:10.060Z] Still waiting to schedule task [2023-04-25T22:13:10.061Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-04-25T22:13:20.131Z] Removing intermediate container 2d733480f3f2 [2023-04-25T22:13:20.131Z] ---> 79b5d67f23c0 [2023-04-25T22:13:20.131Z] Successfully built 79b5d67f23c0 [2023-04-25T22:13:20.131Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:13:20.425Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-25T22:13:20.425Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:13:20.492Z] prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container [2023-04-25T22:13:20.528Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 ******** ci-base-image-x86_64 cat [2023-04-25T22:13:20.966Z] $ docker top 4e207814b01b68e0f51200f68190b6a6b2ea3a23b284d7d842df885c109b1efe -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-25T22:13:21.301Z] + go version [2023-04-25T22:13:21.301Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-25T22:13:21.317Z] $ docker stop --time=1 4e207814b01b68e0f51200f68190b6a6b2ea3a23b284d7d842df885c109b1efe [2023-04-25T22:13:22.547Z] $ docker rm -f --volumes 4e207814b01b68e0f51200f68190b6a6b2ea3a23b284d7d842df885c109b1efe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:13:22.951Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-25T22:13:22.951Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:13:23.012Z] prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container [2023-04-25T22:13:23.045Z] $ 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/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 ******** ci-base-image-x86_64 cat [2023-04-25T22:13:23.345Z] $ docker top de85575a11c599d66ff385e29aff60f0c34694d30144343274bd26bffa4a517a -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-25T22:13:23.409Z] ========================================================= [2023-04-25T22:13:23.409Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-25T22:13:23.409Z] ========================================================= [Pipeline] sh [2023-04-25T22:13:23.686Z] + git config --global --add safe.directory /w/workspace/edgex-go/500 [Pipeline] fileExists [Pipeline] sh [2023-04-25T22:13:23.986Z] + make test [2023-04-25T22:13:23.986Z] go test -race -coverprofile=coverage.out ./... [2023-04-25T22:13:30.547Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-25T22:13:42.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-25T22:13:42.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-25T22:13:43.322Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-25T22:13:43.581Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-25T22:13:44.147Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-25T22:13:44.406Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-25T22:13:44.406Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-25T22:13:44.406Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-25T22:13:44.406Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-25T22:13:44.671Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-25T22:13:44.930Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-25T22:13:45.190Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-25T22:13:45.190Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-25T22:13:45.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-25T22:13:46.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-25T22:13:46.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-25T22:13:46.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.048s coverage: 28.7% of statements [2023-04-25T22:13:47.604Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.069s coverage: 98.5% of statements [2023-04-25T22:13:48.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-25T22:13:48.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-25T22:13:48.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-25T22:13:49.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-25T22:13:49.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-25T22:13:50.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-25T22:13:50.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-25T22:13:50.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-25T22:13:50.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-25T22:13:50.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-25T22:13:51.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.100s coverage: 71.5% of statements [2023-04-25T22:13:51.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.071s coverage: 54.0% of statements [2023-04-25T22:13:52.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-25T22:13:52.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-25T22:13:53.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.609s coverage: 88.5% of statements [2023-04-25T22:13:53.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.068s coverage: 3.8% of statements [2023-04-25T22:13:54.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-25T22:13:54.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-25T22:13:54.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-25T22:13:54.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.364s coverage: 95.6% of statements [2023-04-25T22:13:54.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-25T22:13:54.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-25T22:13:54.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-25T22:13:54.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-25T22:13:54.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-25T22:13:54.754Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.064s coverage: 72.2% of statements [2023-04-25T22:13:55.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-25T22:13:55.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-25T22:13:55.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-25T22:13:55.686Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.055s coverage: 65.9% of statements [2023-04-25T22:13:56.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-25T22:13:56.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-25T22:13:56.250Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.088s coverage: 0.9% of statements [2023-04-25T22:13:56.250Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.056s coverage: 29.0% of statements [2023-04-25T22:13:56.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 44.1% of statements [2023-04-25T22:13:57.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-25T22:13:57.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-25T22:13:57.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-25T22:13:57.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-25T22:13:57.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 82.9% of statements [2023-04-25T22:13:57.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2023-04-25T22:13:57.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2023-04-25T22:13:57.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2023-04-25T22:13:58.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-25T22:13:58.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-25T22:13:58.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-25T22:13:58.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-25T22:13:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-25T22:13:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-25T22:13:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-25T22:13:58.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-25T22:13:59.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-25T22:13:59.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-25T22:13:59.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-25T22:14:00.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-25T22:14:01.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-25T22:14:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-25T22:14:02.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-25T22:14:03.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-25T22:14:03.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-25T22:14:03.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-25T22:14:04.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-25T22:14:04.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-25T22:14:05.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-25T22:14:07.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-25T22:14:07.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-25T22:14:07.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-25T22:14:07.011Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-25T22:14:07.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-25T22:14:07.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-25T22:14:07.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-25T22:14:07.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-25T22:14:09.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.096s coverage: 94.4% of statements [2023-04-25T22:14:09.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-25T22:14:09.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-25T22:14:09.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-25T22:14:09.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-25T22:14:10.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-25T22:14:10.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-25T22:14:10.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-25T22:14:10.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.266s coverage: 79.9% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.072s coverage: 92.9% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 64.4% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 62.3% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.052s coverage: 87.2% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 81.8% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.101s coverage: 82.1% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.045s coverage: 86.0% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 63.1% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.227s coverage: 38.4% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.104s coverage: 92.3% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 61.5% of statements [2023-04-25T22:14:22.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.089s coverage: 97.7% of statements [2023-04-25T22:14:22.752Z] 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-04-25T22:14:22.752Z] running golangci-lint [2023-04-25T22:14:22.752Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-04-25T22:14:22.752Z] go version go1.20.2 linux/amd64 [2023-04-25T22:14:22.752Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-04-25T22:14:22.752Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-04-25T22:14:37.625Z] level=info msg="[loader] Go packages loading at mode 575 (deps|files|name|compiled_files|exports_file|imports|types_sizes) took 13.783176615s" [2023-04-25T22:14:37.625Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.277315ms" [2023-04-25T22:14:41.807Z] level=info msg="[linters_context/goanalysis] analyzers took 52.711745702s with top 10 stages: buildir: 28.169471756s, inspect: 1.865707631s, fact_deprecated: 1.827477606s, gosec: 1.502709764s, printf: 1.254703634s, ctrlflow: 964.824596ms, S1038: 858.705265ms, nilness: 705.476954ms, fact_purity: 680.689151ms, directives: 539.799018ms" [2023-04-25T22:14:41.807Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-04-25T22:14:41.807Z] level=info msg="[runner] Processors filtering stat (out/in): skip_files: 203/203, identifier_marker: 203/203, cgo: 203/203, path_prettifier: 203/203, autogenerated_exclude: 203/203, filename_unadjuster: 203/203, exclude-rules: 23/203, nolint: 0/23, skip_dirs: 203/203, exclude: 203/203" [2023-04-25T22:14:41.807Z] level=info msg="[runner] processing took 16.382033ms with stages: nolint: 6.859726ms, identifier_marker: 4.536193ms, autogenerated_exclude: 1.568536ms, path_prettifier: 1.433842ms, exclude-rules: 1.207058ms, skip_dirs: 728.376µs, cgo: 27.94µs, filename_unadjuster: 16.612µs, max_same_issues: 540ns, uniq_by_line: 420ns, skip_files: 400ns, source_code: 390ns, sort_results: 390ns, exclude: 390ns, diff: 290ns, severity-rules: 250ns, path_shortener: 200ns, max_from_linter: 190ns, max_per_file_from_linter: 150ns, path_prefixer: 140ns" [2023-04-25T22:14:41.807Z] level=info msg="[runner] linters took 6.640774733s with stages: goanalysis_metalinter: 6.624308258s" [2023-04-25T22:14:41.807Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-04-25T22:14:41.807Z] level=info msg="Memory: 206 samples, avg is 175.2MB, max is 801.5MB" [2023-04-25T22:14:41.807Z] level=info msg="Execution took 20.470556316s" [2023-04-25T22:14:42.066Z] go vet ./... [2023-04-25T22:14:46.248Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-25T22:14:46.248Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-25T22:14:46.248Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-25T22:14:46.515Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-25T22:14:46.805Z] + ls -al . [2023-04-25T22:14:46.805Z] total 704 [2023-04-25T22:14:46.805Z] drwxrwxr-x 11 1001 1001 4096 Apr 25 22:13 . [2023-04-25T22:14:46.805Z] drwxr-xr-x 4 root root 4096 Apr 25 22:13 .. [2023-04-25T22:14:46.805Z] drwxrwxr-x 2 1001 1001 4096 Apr 25 22:12 .blubracket [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 16 Apr 25 22:12 .dockerignore [2023-04-25T22:14:46.805Z] drwxrwxr-x 8 1001 1001 4096 Apr 25 22:12 .git [2023-04-25T22:14:46.805Z] drwxrwxr-x 3 1001 1001 4096 Apr 25 22:12 .github [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 1133 Apr 25 22:12 .gitignore [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 42 Apr 25 22:12 .golangci.yml [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 87 Apr 25 22:12 .hadolint.yml [2023-04-25T22:14:46.805Z] drwxr-xr-x 3 1001 1001 4096 Apr 25 22:12 .semver [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 166 Apr 25 22:12 .sonarcloud.properties [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 1171 Apr 25 22:12 ADOPTERS.md [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 10835 Apr 25 22:12 Attribution.txt [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 73765 Apr 25 22:12 CHANGELOG.md [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 3804 Apr 25 22:12 CONTRIBUTING.md [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 677 Apr 25 22:12 GOVERNANCE.md [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 883 Apr 25 22:12 Jenkinsfile [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 10775 Apr 25 22:12 LICENSE [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 14368 Apr 25 22:12 Makefile [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 582 Apr 25 22:12 OWNERS.md [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 9403 Apr 25 22:12 README.md [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 789 Apr 25 22:12 SECURITY.md [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 13 Apr 25 22:12 VERSION [2023-04-25T22:14:46.805Z] drwxrwxr-x 2 1001 1001 4096 Apr 25 22:12 bin [2023-04-25T22:14:46.805Z] drwxrwxr-x 18 1001 1001 4096 Apr 25 22:12 cmd [2023-04-25T22:14:46.805Z] -rw-r--r-- 1 root root 448248 Apr 25 22:14 coverage.out [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 3200 Apr 25 22:12 go.mod [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 31155 Apr 25 22:12 go.sum [2023-04-25T22:14:46.805Z] drwxrwxr-x 7 1001 1001 4096 Apr 25 22:12 internal [2023-04-25T22:14:46.805Z] drwxrwxr-x 3 1001 1001 4096 Apr 25 22:12 openapi [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 594 Apr 25 22:12 security.txt [2023-04-25T22:14:46.805Z] drwxrwxr-x 4 1001 1001 4096 Apr 25 22:12 snap [2023-04-25T22:14:46.805Z] -rw-rw-r-- 1 1001 1001 204 Apr 25 22:12 version.go [Pipeline] sh [2023-04-25T22:14:47.124Z] + '[' -e coverage.out ] [2023-04-25T22:14:47.125Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-25T22:14:47.227Z] Stashed 1 file(s) [Pipeline] sh [2023-04-25T22:14:47.506Z] + make build [2023-04-25T22:14:47.506Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-25T22:14:59.726Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-25T22:14:59.726Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-25T22:15:00.291Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-25T22:15:01.223Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-25T22:15:07.810Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-25T22:15:08.744Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-25T22:15:10.118Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-25T22:15:11.052Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-25T22:15:11.617Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-25T22:15:12.549Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-25T22:15:13.921Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-04-25T22:15:14.875Z] $ docker stop --time=1 de85575a11c599d66ff385e29aff60f0c34694d30144343274bd26bffa4a517a [2023-04-25T22:15:19.367Z] $ docker rm -f --volumes de85575a11c599d66ff385e29aff60f0c34694d30144343274bd26bffa4a517a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:15:20.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-25T22:15:20.150Z] [2023-04-25T22:15:20.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:15:20.447Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-25T22:15:20.447Z] latest: Pulling from edgex-devops/edgex-compose [2023-04-25T22:15:20.447Z] cbdbe7a5bc2a: Pulling fs layer [2023-04-25T22:15:20.447Z] ca9280d653b3: Pulling fs layer [2023-04-25T22:15:20.447Z] 7e9c9ca2126c: Pulling fs layer [2023-04-25T22:15:20.708Z] cbdbe7a5bc2a: Verifying Checksum [2023-04-25T22:15:20.708Z] cbdbe7a5bc2a: Download complete [2023-04-25T22:15:20.708Z] ca9280d653b3: Verifying Checksum [2023-04-25T22:15:20.708Z] ca9280d653b3: Download complete [2023-04-25T22:15:20.708Z] cbdbe7a5bc2a: Pull complete [2023-04-25T22:15:21.274Z] 7e9c9ca2126c: Verifying Checksum [2023-04-25T22:15:21.274Z] 7e9c9ca2126c: Download complete [2023-04-25T22:15:21.274Z] ca9280d653b3: Pull complete [2023-04-25T22:15:24.551Z] 7e9c9ca2126c: Pull complete [2023-04-25T22:15:24.551Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-04-25T22:15:24.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-25T22:15:24.551Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:15:24.707Z] prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container [2023-04-25T22:15:24.741Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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-04-25T22:15:27.642Z] $ docker top 3f065790b48d1d7a49a075a211fe25f312c26b2b8ce4b3906afe6bc460ffb71e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-25T22:15:27.977Z] + docker-compose build --help [2023-04-25T22:15:27.977Z] + grep parallel [2023-04-25T22:15:28.546Z] --parallel Build images in parallel. [Pipeline] } [2023-04-25T22:15:28.819Z] $ docker stop --time=1 3f065790b48d1d7a49a075a211fe25f312c26b2b8ce4b3906afe6bc460ffb71e [2023-04-25T22:15:30.158Z] $ docker rm -f --volumes 3f065790b48d1d7a49a075a211fe25f312c26b2b8ce4b3906afe6bc460ffb71e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:15:30.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-25T22:15:30.545Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:15:30.620Z] prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container [2023-04-25T22:15:30.653Z] $ 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/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-04-25T22:15:30.982Z] $ docker top cc5d935385e6ea7d1adfc4aba33a1892b0871ef83559702921fde82aa67dd6b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-25T22:15:31.325Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-25T22:15:31.894Z] Building core-command ... [2023-04-25T22:15:31.894Z] Building core-common-config-bootstrapper ... [2023-04-25T22:15:31.894Z] Building core-data ... [2023-04-25T22:15:31.894Z] Building core-metadata ... [2023-04-25T22:15:31.894Z] Building security-bootstrapper ... [2023-04-25T22:15:31.894Z] Building security-proxy-auth ... [2023-04-25T22:15:31.894Z] Building security-proxy-setup ... [2023-04-25T22:15:31.894Z] Building security-secretstore-setup ... [2023-04-25T22:15:31.894Z] Building security-spiffe-token-provider ... [2023-04-25T22:15:31.894Z] Building security-spire-agent ... [2023-04-25T22:15:31.894Z] Building security-spire-config ... [2023-04-25T22:15:31.894Z] Building security-spire-server ... [2023-04-25T22:15:31.894Z] Building support-notifications ... [2023-04-25T22:15:31.894Z] Building support-scheduler ... [2023-04-25T22:15:31.894Z] Building security-proxy-auth [2023-04-25T22:15:31.894Z] Building core-data [2023-04-25T22:15:31.894Z] Building security-spiffe-token-provider [2023-04-25T22:15:31.894Z] Building security-spire-agent [2023-04-25T22:15:31.894Z] Building core-metadata [2023-04-25T22:15:44.087Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:15:44.087Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:15:44.087Z] ---> 79b5d67f23c0 [2023-04-25T22:15:44.087Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:15:44.087Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:15:44.087Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:15:44.087Z] ---> 79b5d67f23c0 [2023-04-25T22:15:44.087Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:15:44.087Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:15:44.087Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:15:44.087Z] ---> 79b5d67f23c0 [2023-04-25T22:15:44.087Z] Step 3/20 : WORKDIR /edgex-go [2023-04-25T22:15:44.087Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:15:44.087Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:15:44.087Z] ---> 79b5d67f23c0 [2023-04-25T22:15:44.087Z] Step 3/27 : WORKDIR /edgex-go [2023-04-25T22:15:44.087Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:15:44.087Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:15:44.087Z] ---> 79b5d67f23c0 [2023-04-25T22:15:44.087Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:15:48.306Z] ---> Running in 2af55b91b6e5 [2023-04-25T22:15:48.306Z] ---> Running in c49f7547af8c [2023-04-25T22:15:48.306Z] ---> Running in 3622e74109f8 [2023-04-25T22:15:48.306Z] ---> Running in 3e20636f4568 [2023-04-25T22:15:48.306Z] ---> Running in 404187e971f2 [2023-04-25T22:15:48.306Z] Removing intermediate container 3e20636f4568 [2023-04-25T22:15:48.306Z] ---> 4ac351fa32d0 [2023-04-25T22:15:48.306Z] Step 4/23 : WORKDIR /edgex-go [2023-04-25T22:15:48.306Z] Removing intermediate container 3622e74109f8 [2023-04-25T22:15:48.306Z] ---> 8b5455fab257 [2023-04-25T22:15:48.306Z] Step 4/25 : WORKDIR /edgex-go [2023-04-25T22:15:48.306Z] Removing intermediate container 2af55b91b6e5 [2023-04-25T22:15:48.306Z] ---> c2e4ac8348e3 [2023-04-25T22:15:48.306Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-25T22:15:48.306Z] Removing intermediate container 404187e971f2 [2023-04-25T22:15:48.306Z] ---> ddb53a01562d [2023-04-25T22:15:48.306Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-25T22:15:48.306Z] Removing intermediate container c49f7547af8c [2023-04-25T22:15:48.306Z] ---> 3e3ae9f29353 [2023-04-25T22:15:48.306Z] Step 4/23 : WORKDIR /edgex-go [2023-04-25T22:15:48.306Z] ---> Running in 7592a9781c5e [2023-04-25T22:15:48.306Z] ---> Running in 3e223fc92266 [2023-04-25T22:15:48.306Z] ---> Running in 7456065f5050 [2023-04-25T22:15:48.306Z] ---> Running in c7630b6d5bf0 [2023-04-25T22:15:48.306Z] ---> Running in 178922b56fe3 [2023-04-25T22:15:48.306Z] Removing intermediate container 3e223fc92266 [2023-04-25T22:15:48.306Z] ---> 40930cbe22b1 [2023-04-25T22:15:48.306Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-25T22:15:48.306Z] Removing intermediate container 7592a9781c5e [2023-04-25T22:15:48.306Z] ---> 778dc981b48a [2023-04-25T22:15:48.306Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-25T22:15:48.306Z] Removing intermediate container c7630b6d5bf0 [2023-04-25T22:15:48.307Z] ---> 6047b93d79f2 [2023-04-25T22:15:48.307Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-25T22:15:48.307Z] ---> Running in 753fa3f94b26 [2023-04-25T22:15:48.307Z] ---> Running in b9757167481c [2023-04-25T22:15:48.307Z] ---> Running in cf8aea6a2ad5 [2023-04-25T22:15:48.565Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:15:48.565Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:15:48.565Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:15:48.822Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:15:48.823Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:15:48.823Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-25T22:15:48.823Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-25T22:15:48.823Z] OK: 17819 distinct packages available [2023-04-25T22:15:49.080Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:15:49.080Z] OK: 265 MiB in 53 packages [2023-04-25T22:15:49.080Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:15:49.080Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:15:49.080Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:15:49.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:15:49.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:15:49.338Z] OK: 265 MiB in 53 packages [2023-04-25T22:15:49.338Z] OK: 265 MiB in 53 packages [2023-04-25T22:15:49.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:15:49.338Z] Removing intermediate container 178922b56fe3 [2023-04-25T22:15:49.338Z] ---> 00792a4d880f [2023-04-25T22:15:49.338Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-25T22:15:49.595Z] OK: 265 MiB in 53 packages [2023-04-25T22:15:49.595Z] ---> 7ee52e91a5b4 [2023-04-25T22:15:49.595Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:15:49.595Z] ---> Running in 3b4c1f7ee3ba [2023-04-25T22:15:49.595Z] OK: 265 MiB in 53 packages [2023-04-25T22:15:49.853Z] Removing intermediate container 753fa3f94b26 [2023-04-25T22:15:49.853Z] ---> 244bac375e22 [2023-04-25T22:15:49.853Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-25T22:15:49.853Z] Removing intermediate container 7456065f5050 [2023-04-25T22:15:49.853Z] ---> b85689b2a2a0 [2023-04-25T22:15:49.853Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-25T22:15:49.853Z] ---> 4ce918958dda [2023-04-25T22:15:49.853Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:15:49.853Z] ---> Running in a23ea2737f52 [2023-04-25T22:15:50.111Z] ---> 552c47067b52 [2023-04-25T22:15:50.111Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:15:50.111Z] Removing intermediate container b9757167481c [2023-04-25T22:15:50.111Z] ---> 1c0079bc497c [2023-04-25T22:15:50.111Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-25T22:15:50.111Z] ---> Running in e0699d0636a3 [2023-04-25T22:15:50.111Z] Removing intermediate container cf8aea6a2ad5 [2023-04-25T22:15:50.111Z] ---> 6ce064097674 [2023-04-25T22:15:50.111Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-25T22:15:50.111Z] ---> c9ab03fe7b59 [2023-04-25T22:15:50.111Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:15:50.111Z] ---> Running in df4c5642d5b0 [2023-04-25T22:15:50.368Z] ---> 1927022b1185 [2023-04-25T22:15:50.368Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:15:50.368Z] ---> Running in 80c77d12d845 [2023-04-25T22:16:02.615Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10889 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-04-25T22:16:02.627Z] Running in /w/workspace/edgex-go/500 [Pipeline] { [Pipeline] checkout [2023-04-25T22:16:02.662Z] The recommended git tool is: git [2023-04-25T22:16:09.820Z] using credential edgex-jenkins-ssh [2023-04-25T22:16:09.838Z] Cloning the remote Git repository [2023-04-25T22:16:09.903Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-04-25T22:16:10.039Z] > git init /w/workspace/edgex-go/500 # timeout=10 [2023-04-25T22:16:10.225Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-25T22:16:10.227Z] > git --version # timeout=10 [2023-04-25T22:16:10.259Z] > git --version # 'git version 2.25.1' [2023-04-25T22:16:10.263Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-25T22:16:10.451Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-25T22:16:31.301Z] Avoid second fetch [2023-04-25T22:16:31.302Z] Checking out Revision 50d4b1035dfa4399e59f9a653307c5f6e2ab238e (main) [2023-04-25T22:16:30.041Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-25T22:16:30.065Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-25T22:16:31.335Z] > git config core.sparsecheckout # timeout=10 [2023-04-25T22:16:31.427Z] > git checkout -f 50d4b1035dfa4399e59f9a653307c5f6e2ab238e # timeout=10 [2023-04-25T22:16:37.057Z] Removing intermediate container 80c77d12d845 [2023-04-25T22:16:37.057Z] ---> f5e6ed4e31aa [2023-04-25T22:16:37.057Z] Step 8/23 : COPY . . [2023-04-25T22:16:37.057Z] Removing intermediate container e0699d0636a3 [2023-04-25T22:16:37.057Z] ---> abd47edc20a6 [2023-04-25T22:16:37.057Z] Step 7/20 : COPY . . [2023-04-25T22:16:37.057Z] Removing intermediate container a23ea2737f52 [2023-04-25T22:16:37.057Z] ---> 956c1ec7fc9a [2023-04-25T22:16:37.057Z] Step 8/25 : COPY . . [2023-04-25T22:16:37.057Z] Removing intermediate container 3b4c1f7ee3ba [2023-04-25T22:16:37.057Z] ---> ae9d134a6875 [2023-04-25T22:16:37.057Z] Step 7/27 : COPY . . [2023-04-25T22:16:37.057Z] Removing intermediate container df4c5642d5b0 [2023-04-25T22:16:37.057Z] ---> 7c50b0c0d001 [2023-04-25T22:16:37.057Z] Step 8/23 : COPY . . [2023-04-25T22:16:37.347Z] Commit message: "Merge pull request #4521 from bill-mahoney/spire-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-25T22:16:38.242Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-25T22:16:38.242Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-25T22:16:38.242Z] Dload Upload Total Spent Left Speed [2023-04-25T22:16:38.242Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 177k 0 --:--:-- --:--:-- --:--:-- 177k [Pipeline] sh [2023-04-25T22:16:38.870Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-25T22:16:39.220Z] + sudo tee /etc/docker/daemon.new [2023-04-25T22:16:39.220Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-25T22:16:39.220Z] { [2023-04-25T22:16:39.220Z] "registry-mirrors": [ [2023-04-25T22:16:39.220Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-25T22:16:39.220Z] ], [2023-04-25T22:16:39.220Z] "bip": "10.250.0.254/24", [2023-04-25T22:16:39.220Z] "hosts": [ [2023-04-25T22:16:39.220Z] "tcp://0.0.0.0:5555", [2023-04-25T22:16:39.220Z] "unix:///var/run/docker.sock" [2023-04-25T22:16:39.220Z] ], [2023-04-25T22:16:39.220Z] "mtu": 1458, [2023-04-25T22:16:39.220Z] "selinux-enabled": true, [2023-04-25T22:16:39.220Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-25T22:16:39.220Z] } [Pipeline] sh [2023-04-25T22:16:39.579Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-25T22:16:39.940Z] + sudo service docker restart [2023-04-25T22:16:47.302Z] ---> 0275ff7e3a46 [2023-04-25T22:16:47.302Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-25T22:16:47.302Z] ---> 15d470e1ce5d [2023-04-25T22:16:47.302Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-25T22:16:47.302Z] ---> 914b9b907c51 [2023-04-25T22:16:47.302Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-25T22:16:47.302Z] ---> 1cc84173a17b [2023-04-25T22:16:47.302Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-25T22:16:47.302Z] ---> Running in 9baa446877c9 [2023-04-25T22:16:47.302Z] ---> 3ec8ab4bab87 [2023-04-25T22:16:47.302Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-25T22:16:47.572Z] ---> Running in 9ba55e5013aa [2023-04-25T22:16:47.572Z] ---> Running in b40d04d91302 [2023-04-25T22:16:47.572Z] ---> Running in f661d95f6e57 [2023-04-25T22:16:47.572Z] ---> Running in f73cf3cd6f6c [2023-04-25T22:16:47.572Z] Removing intermediate container b40d04d91302 [2023-04-25T22:16:47.572Z] ---> 49881299a07b [2023-04-25T22:16:47.572Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-25T22:16:47.572Z] ---> Running in 84e76c6682bd [2023-04-25T22:16:47.572Z] Removing intermediate container 84e76c6682bd [2023-04-25T22:16:47.572Z] ---> 6f4940b3d93e [2023-04-25T22:16:47.572Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-25T22:16:47.572Z] ---> Running in 6af8d3d0bada [2023-04-25T22:16:47.833Z] Removing intermediate container 6af8d3d0bada [2023-04-25T22:16:47.833Z] ---> 2b777ffede97 [2023-04-25T22:16:47.833Z] Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-25T22:16:47.833Z] ---> Running in 70f0926ff942 [2023-04-25T22:16:47.833Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-04-25T22:16:47.833Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-25T22:16:48.095Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-25T22:16:48.353Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-25T22:16:49.300Z] Removing intermediate container 70f0926ff942 [2023-04-25T22:16:49.300Z] ---> b81614e93459 [2023-04-25T22:16:49.300Z] Step 12/27 : WORKDIR /edgex-go [2023-04-25T22:16:49.300Z] ---> Running in 644575135a2b [2023-04-25T22:16:49.562Z] Removing intermediate container 644575135a2b [2023-04-25T22:16:49.562Z] ---> e8721e872718 [2023-04-25T22:16:49.562Z] [2023-04-25T22:16:49.562Z] Step 13/27 : FROM alpine:3.17 [2023-04-25T22:16:49.562Z] 3.17: Pulling from library/alpine [2023-04-25T22:16:49.562Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-25T22:16:49.562Z] Status: Downloaded newer image for alpine:3.17 [2023-04-25T22:16:49.562Z] ---> 9ed4aefc74f6 [2023-04-25T22:16:49.562Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-25T22:16:49.562Z] ---> Running in 8ed7d0024e9d [2023-04-25T22:16:49.820Z] Removing intermediate container 8ed7d0024e9d [2023-04-25T22:16:49.820Z] ---> 76096d9a8ec5 [2023-04-25T22:16:49.820Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-25T22:16:49.820Z] ---> Running in e279bc36faf5 [2023-04-25T22:16:50.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:16:50.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:16:50.594Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-25T22:16:50.594Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-25T22:16:50.594Z] OK: 17820 distinct packages available [2023-04-25T22:16:50.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:16:50.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:16:50.852Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-25T22:16:50.852Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-25T22:16:50.852Z] (3/5) Installing libucontext (1.2-r0) [2023-04-25T22:16:50.852Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-25T22:16:50.852Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-25T22:16:50.852Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:16:50.852Z] OK: 8 MiB in 20 packages [2023-04-25T22:16:51.419Z] Removing intermediate container e279bc36faf5 [2023-04-25T22:16:51.419Z] ---> e33a3ce7f9ef [2023-04-25T22:16:51.419Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:16:52.005Z] ---> a8455c667a42 [2023-04-25T22:16:52.005Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:16:52.279Z] ---> f799c3483931 [2023-04-25T22:16:52.279Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-25T22:16:56.592Z] ---> 13e5dea71f17 [2023-04-25T22:16:56.592Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-25T22:16:58.336Z] provisioning config files... [2023-04-25T22:16:58.374Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/500@tmp/config2305979016967440890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:16:58.768Z] ---> docker-login.sh [2023-04-25T22:16:58.768Z] nexus3.edgexfoundry.org:10001 [2023-04-25T22:16:59.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:16:59.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:16:59.368Z] Configure a credential helper to remove this warning. See [2023-04-25T22:16:59.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:16:59.368Z] [2023-04-25T22:16:59.368Z] Login Succeeded [2023-04-25T22:16:59.368Z] nexus3.edgexfoundry.org:10002 [2023-04-25T22:16:59.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:16:59.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:16:59.966Z] Configure a credential helper to remove this warning. See [2023-04-25T22:16:59.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:16:59.966Z] [2023-04-25T22:16:59.966Z] Login Succeeded [2023-04-25T22:16:59.966Z] nexus3.edgexfoundry.org:10003 [2023-04-25T22:17:00.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:17:00.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:17:00.241Z] Configure a credential helper to remove this warning. See [2023-04-25T22:17:00.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:17:00.241Z] [2023-04-25T22:17:00.241Z] Login Succeeded [2023-04-25T22:17:00.241Z] nexus3.edgexfoundry.org:10004 [2023-04-25T22:17:00.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:17:00.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:17:00.790Z] Configure a credential helper to remove this warning. See [2023-04-25T22:17:00.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:17:00.790Z] [2023-04-25T22:17:00.790Z] Login Succeeded [2023-04-25T22:17:00.790Z] docker.io [2023-04-25T22:17:01.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:17:01.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:17:01.353Z] Configure a credential helper to remove this warning. See [2023-04-25T22:17:01.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:17:01.353Z] [2023-04-25T22:17:01.353Z] Login Succeeded [2023-04-25T22:17:01.353Z] ---> docker-login.sh ends [Pipeline] } [2023-04-25T22:17:01.372Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-04-25T22:17:02.105Z] + git config --global --add safe.directory /w/workspace/edgex-go/500 [Pipeline] echo [2023-04-25T22:17:02.132Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-25T22:17:02.142Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-25T22:17:02.150Z] ========================================================= [2023-04-25T22:17:02.150Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-25T22:17:02.150Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-25T22:17:02.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-25T22:17:02.519Z] ---> b313c175defc [2023-04-25T22:17:02.519Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-25T22:17:02.771Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-25T22:17:02.771Z] c41833b44d91: Pulling fs layer [2023-04-25T22:17:02.771Z] ed15518f5707: Pulling fs layer [2023-04-25T22:17:02.771Z] feae8fd75edb: Pulling fs layer [2023-04-25T22:17:02.771Z] 242c74f7c9fa: Pulling fs layer [2023-04-25T22:17:02.771Z] 3cdef696dda3: Pulling fs layer [2023-04-25T22:17:02.771Z] 242c74f7c9fa: Waiting [2023-04-25T22:17:02.771Z] 2ced38df9373: Pulling fs layer [2023-04-25T22:17:02.771Z] 58f1dce35555: Pulling fs layer [2023-04-25T22:17:02.771Z] 3cdef696dda3: Waiting [2023-04-25T22:17:02.771Z] 58f1dce35555: Waiting [2023-04-25T22:17:02.771Z] 2ced38df9373: Waiting [2023-04-25T22:17:02.771Z] ed15518f5707: Download complete [2023-04-25T22:17:02.771Z] 242c74f7c9fa: Download complete [2023-04-25T22:17:02.771Z] 3cdef696dda3: Verifying Checksum [2023-04-25T22:17:02.771Z] 3cdef696dda3: Download complete [2023-04-25T22:17:02.771Z] c41833b44d91: Verifying Checksum [2023-04-25T22:17:02.771Z] c41833b44d91: Download complete [2023-04-25T22:17:03.454Z] ---> 3d4a335418ab [2023-04-25T22:17:03.454Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-25T22:17:04.231Z] c41833b44d91: Pull complete [2023-04-25T22:17:04.513Z] 58f1dce35555: Verifying Checksum [2023-04-25T22:17:04.513Z] 58f1dce35555: Download complete [2023-04-25T22:17:04.513Z] ed15518f5707: Pull complete [2023-04-25T22:17:05.374Z] ---> e2a8105c1082 [2023-04-25T22:17:05.374Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-25T22:17:05.500Z] feae8fd75edb: Verifying Checksum [2023-04-25T22:17:05.500Z] feae8fd75edb: Download complete [2023-04-25T22:17:05.775Z] 2ced38df9373: Verifying Checksum [2023-04-25T22:17:07.926Z] ---> 0a599343670b [2023-04-25T22:17:07.926Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-25T22:17:07.926Z] ---> Running in 1400de4abad0 [2023-04-25T22:17:08.492Z] Removing intermediate container 1400de4abad0 [2023-04-25T22:17:08.492Z] ---> eb53df81951a [2023-04-25T22:17:08.492Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-25T22:17:08.492Z] ---> Running in 2e25f7559e78 [2023-04-25T22:17:08.749Z] Removing intermediate container 2e25f7559e78 [2023-04-25T22:17:08.749Z] ---> 63e40947117d [2023-04-25T22:17:08.749Z] Step 25/27 : LABEL arch=x86_64 [2023-04-25T22:17:09.023Z] ---> Running in 110808caf1b9 [2023-04-25T22:17:09.281Z] Removing intermediate container 110808caf1b9 [2023-04-25T22:17:09.281Z] ---> d602272efdf0 [2023-04-25T22:17:09.281Z] Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:17:09.281Z] ---> Running in 04f2e6f5ef0f [2023-04-25T22:17:09.965Z] Removing intermediate container 04f2e6f5ef0f [2023-04-25T22:17:09.965Z] ---> 050a95abece0 [2023-04-25T22:17:09.965Z] Step 27/27 : LABEL version=3.0.0-dev.138 [2023-04-25T22:17:09.965Z] ---> Running in 255d1329538e [2023-04-25T22:17:09.965Z] Removing intermediate container 255d1329538e [2023-04-25T22:17:09.965Z] ---> c5f393b5341f [2023-04-25T22:17:09.965Z] [2023-04-25T22:17:09.965Z] Successfully built c5f393b5341f [2023-04-25T22:17:09.965Z] Successfully tagged security-spire-agent:latest [2023-04-25T22:17:09.965Z]  Building security-spire-agent ... done Building core-command [2023-04-25T22:17:13.266Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:17:13.266Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:17:13.266Z] ---> 79b5d67f23c0 [2023-04-25T22:17:13.266Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:17:13.266Z] ---> Using cache [2023-04-25T22:17:13.266Z] ---> 3e3ae9f29353 [2023-04-25T22:17:13.266Z] Step 4/24 : WORKDIR /edgex-go [2023-04-25T22:17:13.266Z] ---> Using cache [2023-04-25T22:17:13.266Z] ---> 6047b93d79f2 [2023-04-25T22:17:13.266Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-25T22:17:13.266Z] ---> Using cache [2023-04-25T22:17:13.266Z] ---> 6ce064097674 [2023-04-25T22:17:13.266Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-25T22:17:13.266Z] ---> Using cache [2023-04-25T22:17:13.266Z] ---> 1927022b1185 [2023-04-25T22:17:13.266Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:17:13.266Z] ---> Using cache [2023-04-25T22:17:13.266Z] ---> f5e6ed4e31aa [2023-04-25T22:17:13.266Z] Step 8/24 : COPY . . [2023-04-25T22:17:13.266Z] ---> Using cache [2023-04-25T22:17:13.266Z] ---> 3ec8ab4bab87 [2023-04-25T22:17:13.266Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-25T22:17:18.084Z] ---> Running in bd07b62c4746 [2023-04-25T22:17:18.084Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-25T22:17:18.174Z] feae8fd75edb: Pull complete [2023-04-25T22:17:18.174Z] 242c74f7c9fa: Pull complete [2023-04-25T22:17:18.174Z] 3cdef696dda3: Pull complete [2023-04-25T22:17:23.555Z] 2ced38df9373: Pull complete [2023-04-25T22:17:26.311Z] 58f1dce35555: Pull complete [2023-04-25T22:17:26.311Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-04-25T22:17:26.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-25T22:17:26.311Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-25T22:17:26.552Z] Removing intermediate container f661d95f6e57 [2023-04-25T22:17:26.552Z] ---> ce7afa0e9b38 [2023-04-25T22:17:26.552Z] [2023-04-25T22:17:26.552Z] Step 10/23 : FROM alpine:3.17 [2023-04-25T22:17:26.552Z] ---> 9ed4aefc74f6 [2023-04-25T22:17:26.552Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-25T22:17:26.687Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-25T22:17:26.687Z] WORKDIR /edgex [2023-04-25T22:17:26.687Z] COPY go.mod . [2023-04-25T22:17:26.687Z] RUN go mod download [2023-04-25T22:17:26.687Z] docker build -t ci-base-image-arm64 -f - . [2023-04-25T22:17:26.822Z] Removing intermediate container f73cf3cd6f6c [2023-04-25T22:17:26.822Z] ---> 6792cb9e1c16 [2023-04-25T22:17:26.822Z] [2023-04-25T22:17:26.822Z] Step 10/23 : FROM alpine:3.17 [2023-04-25T22:17:26.822Z] ---> 9ed4aefc74f6 [2023-04-25T22:17:26.822Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-25T22:17:26.822Z] Removing intermediate container 9baa446877c9 [2023-04-25T22:17:26.822Z] ---> ca278783d283 [2023-04-25T22:17:26.822Z] [2023-04-25T22:17:26.822Z] Step 10/25 : FROM alpine:3.17 [2023-04-25T22:17:26.822Z] ---> 9ed4aefc74f6 [2023-04-25T22:17:26.822Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-25T22:17:27.285Z] Sending build context to Docker daemon 2.932MB [2023-04-25T22:17:27.285Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-25T22:17:27.285Z] ---> fadd8f120f05 [2023-04-25T22:17:27.285Z] Step 2/4 : WORKDIR /edgex [2023-04-25T22:17:28.205Z] ---> Running in 0e3b9a232a2e [2023-04-25T22:17:28.205Z] ---> Running in ce53a9f89df4 [2023-04-25T22:17:28.205Z] ---> Running in 84bcf5e5b551 [2023-04-25T22:17:28.800Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:28.800Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:29.058Z] Removing intermediate container 84bcf5e5b551 [2023-04-25T22:17:29.058Z] ---> 7db7bfda5613 [2023-04-25T22:17:29.059Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-25T22:17:29.059Z] Removing intermediate container 0e3b9a232a2e [2023-04-25T22:17:29.059Z] ---> 4e301ecc20a4 [2023-04-25T22:17:29.059Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-25T22:17:29.059Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-25T22:17:29.059Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:17:29.059Z] ---> Running in 4efa3f0f9d3e [2023-04-25T22:17:29.059Z] ---> Running in 8dfd674bb757 [2023-04-25T22:17:29.059Z] OK: 7 MiB in 16 packages [2023-04-25T22:17:29.318Z] Removing intermediate container 8dfd674bb757 [2023-04-25T22:17:29.318Z] ---> 06c1560a3af9 [2023-04-25T22:17:29.318Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-25T22:17:29.318Z] ---> Running in abbc06b40b67 [2023-04-25T22:17:29.318Z] Removing intermediate container 9ba55e5013aa [2023-04-25T22:17:29.318Z] ---> 0ef2ae21a510 [2023-04-25T22:17:29.318Z] [2023-04-25T22:17:29.318Z] Step 9/20 : FROM alpine:3.17 [2023-04-25T22:17:29.318Z] ---> 9ed4aefc74f6 [2023-04-25T22:17:29.318Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-25T22:17:29.318Z] ---> Running in 04c12048d4bd [2023-04-25T22:17:29.580Z] Removing intermediate container abbc06b40b67 [2023-04-25T22:17:29.580Z] ---> a074192b7166 [2023-04-25T22:17:29.580Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-25T22:17:29.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:29.580Z] Removing intermediate container 04c12048d4bd [2023-04-25T22:17:29.580Z] ---> 33c407a9915f [2023-04-25T22:17:29.580Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-25T22:17:29.580Z] ---> Running in d7f38885aba2 [2023-04-25T22:17:29.580Z] ---> Running in ae8cc16d5cae [2023-04-25T22:17:29.580Z] Removing intermediate container ce53a9f89df4 [2023-04-25T22:17:29.580Z] ---> f8e98ebb860e [2023-04-25T22:17:29.580Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-25T22:17:29.580Z] ---> Running in 3f263f699427 [2023-04-25T22:17:29.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:29.580Z] Removing intermediate container 3f263f699427 [2023-04-25T22:17:29.580Z] ---> e3550b83f528 [2023-04-25T22:17:29.580Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-25T22:17:29.838Z] ---> Running in adcf72e38e77 [2023-04-25T22:17:29.838Z] Removing intermediate container adcf72e38e77 [2023-04-25T22:17:29.838Z] ---> 28614c922e55 [2023-04-25T22:17:29.838Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-25T22:17:29.838Z] ---> Running in ae372a7ac154 [2023-04-25T22:17:29.838Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-25T22:17:29.838Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:17:29.838Z] OK: 7 MiB in 16 packages [2023-04-25T22:17:29.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:29.838Z] Removing intermediate container ae372a7ac154 [2023-04-25T22:17:29.838Z] ---> 724c5b33facd [2023-04-25T22:17:29.838Z] Step 15/25 : WORKDIR / [2023-04-25T22:17:29.838Z] ---> Running in 49c889f19b00 [2023-04-25T22:17:29.895Z] ---> Running in e0947708ac93 [2023-04-25T22:17:29.895Z] Removing intermediate container e0947708ac93 [2023-04-25T22:17:29.895Z] ---> 86f04a4d84cc [2023-04-25T22:17:29.895Z] Step 3/4 : COPY go.mod . [2023-04-25T22:17:30.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:30.101Z] Removing intermediate container 49c889f19b00 [2023-04-25T22:17:30.101Z] ---> 8c2b450af9ef [2023-04-25T22:17:30.101Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:17:30.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:30.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:30.360Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-25T22:17:30.360Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:17:30.360Z] ---> 8399f3fa329d [2023-04-25T22:17:30.360Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:17:30.360Z] OK: 7 MiB in 16 packages [2023-04-25T22:17:30.360Z] Removing intermediate container 4efa3f0f9d3e [2023-04-25T22:17:30.360Z] ---> 3cd1dd7d0a1c [2023-04-25T22:17:30.360Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:17:30.360Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-25T22:17:30.360Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-25T22:17:30.360Z] OK: 17820 distinct packages available [2023-04-25T22:17:30.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:30.484Z] ---> 9ed0869252a2 [2023-04-25T22:17:30.484Z] Step 4/4 : RUN go mod download [2023-04-25T22:17:30.484Z] ---> Running in 40acb6013c35 [2023-04-25T22:17:30.636Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:30.636Z] ---> 9d238a527688 [2023-04-25T22:17:30.636Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:17:30.898Z] ---> bf4fdd3b4468 [2023-04-25T22:17:30.898Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-25T22:17:30.898Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-25T22:17:30.898Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-25T22:17:30.898Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-25T22:17:30.898Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-25T22:17:30.898Z] (5/9) Installing curl (8.0.1-r0) [2023-04-25T22:17:30.898Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-25T22:17:30.898Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-25T22:17:30.898Z] (8/9) Installing libucontext (1.2-r0) [2023-04-25T22:17:30.898Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-25T22:17:30.898Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:17:30.898Z] Executing ca-certificates-20220614-r4.trigger [2023-04-25T22:17:30.898Z] OK: 10 MiB in 24 packages [2023-04-25T22:17:31.468Z] Removing intermediate container d7f38885aba2 [2023-04-25T22:17:31.468Z] ---> 8d59fe71dbcb [2023-04-25T22:17:31.468Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:17:31.468Z] ---> 3f6963c7ddc1 [2023-04-25T22:17:31.468Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-25T22:17:31.727Z] ---> a06c267f8c3b [2023-04-25T22:17:31.727Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:17:31.727Z] ---> ea017c3470b9 [2023-04-25T22:17:31.727Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:17:31.727Z] ---> 187e969586c0 [2023-04-25T22:17:31.727Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:17:32.357Z] Removing intermediate container ae8cc16d5cae [2023-04-25T22:17:32.357Z] ---> aa6585823b4a [2023-04-25T22:17:32.357Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:17:32.357Z] ---> 75fdc8067755 [2023-04-25T22:17:32.357Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-25T22:17:32.357Z] ---> 0e5b4537af55 [2023-04-25T22:17:32.357Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-25T22:17:32.357Z] ---> 89e094a72a5d [2023-04-25T22:17:32.357Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-25T22:17:32.619Z] ---> 3150f843aadb [2023-04-25T22:17:32.619Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:17:32.892Z] ---> 90a4de4fb70f [2023-04-25T22:17:32.892Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-25T22:17:32.892Z] ---> 6eb366c82fbf [2023-04-25T22:17:32.892Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-25T22:17:32.892Z] ---> 6aea858fb6af [2023-04-25T22:17:32.892Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:17:32.892Z] ---> Running in e0aba35fb451 [2023-04-25T22:17:32.892Z] ---> Running in 41b04f6185f3 [2023-04-25T22:17:32.892Z] ---> d58ac1f57a77 [2023-04-25T22:17:32.892Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-25T22:17:32.892Z] Removing intermediate container 41b04f6185f3 [2023-04-25T22:17:32.892Z] ---> cb399cabfa44 [2023-04-25T22:17:32.892Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-25T22:17:33.164Z] ---> a3cd65e712b7 [2023-04-25T22:17:33.164Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-25T22:17:33.164Z] ---> Running in d20a0489ff24 [2023-04-25T22:17:33.164Z] ---> Running in 7d60609c37d2 [2023-04-25T22:17:33.428Z] Removing intermediate container d20a0489ff24 [2023-04-25T22:17:33.428Z] ---> 0ca0675054a6 [2023-04-25T22:17:33.428Z] Step 23/25 : LABEL arch=x86_64 [2023-04-25T22:17:33.428Z] Removing intermediate container 7d60609c37d2 [2023-04-25T22:17:33.428Z] ---> c4830ed257f9 [2023-04-25T22:17:33.428Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-25T22:17:33.428Z] ---> Running in ed2b4a28e0bf [2023-04-25T22:17:33.694Z] ---> Running in 3e3c38f095c6 [2023-04-25T22:17:33.694Z] Removing intermediate container ed2b4a28e0bf [2023-04-25T22:17:33.694Z] ---> f782c8329f03 [2023-04-25T22:17:33.694Z] Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:17:33.694Z] Removing intermediate container 3e3c38f095c6 [2023-04-25T22:17:33.694Z] ---> 344fec01d4e5 [2023-04-25T22:17:33.694Z] Step 21/23 : LABEL arch=x86_64 [2023-04-25T22:17:33.694Z] ---> Running in 84ba6fd6d4bc [2023-04-25T22:17:33.694Z] ---> cbf3c467fcd7 [2023-04-25T22:17:33.694Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:17:33.955Z] ---> Running in 74622ad6e735 [2023-04-25T22:17:33.955Z] Removing intermediate container e0aba35fb451 [2023-04-25T22:17:33.955Z] ---> c2136a39c6e4 [2023-04-25T22:17:33.955Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-25T22:17:33.955Z] ---> Running in b6bafca0dd51 [2023-04-25T22:17:33.955Z] Removing intermediate container 84ba6fd6d4bc [2023-04-25T22:17:33.955Z] ---> eb2f446ea037 [2023-04-25T22:17:33.955Z] Step 25/25 : LABEL version=3.0.0-dev.138 [2023-04-25T22:17:33.955Z] Removing intermediate container 74622ad6e735 [2023-04-25T22:17:33.955Z] ---> 53e5920f8c4d [2023-04-25T22:17:33.955Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:17:33.955Z] ---> Running in a88333b33a48 [2023-04-25T22:17:34.214Z] ---> Running in 6a9aee2bb617 [2023-04-25T22:17:34.480Z] Removing intermediate container b6bafca0dd51 [2023-04-25T22:17:34.480Z] ---> 71a38892b2b9 [2023-04-25T22:17:34.480Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-25T22:17:34.480Z] ---> 969362c4a8a8 [2023-04-25T22:17:34.480Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-25T22:17:34.480Z] Removing intermediate container a88333b33a48 [2023-04-25T22:17:34.480Z] ---> 622c664d384d [2023-04-25T22:17:34.480Z] [2023-04-25T22:17:34.480Z] Successfully built 622c664d384d [2023-04-25T22:17:34.740Z] Successfully tagged core-metadata:latest [2023-04-25T22:17:34.740Z]  Building core-metadata ... done Building security-secretstore-setup [2023-04-25T22:17:34.740Z] Removing intermediate container 6a9aee2bb617 [2023-04-25T22:17:34.740Z] ---> fe209a9d1726 [2023-04-25T22:17:34.740Z] Step 23/23 : LABEL version=3.0.0-dev.138 [2023-04-25T22:17:39.266Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:17:39.266Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:17:39.266Z] ---> 79b5d67f23c0 [2023-04-25T22:17:39.266Z] Step 3/25 : WORKDIR /edgex-go [2023-04-25T22:17:39.266Z] ---> Using cache [2023-04-25T22:17:39.266Z] ---> ddb53a01562d [2023-04-25T22:17:39.266Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-25T22:17:40.750Z] ---> Running in 1b1164eeb72d [2023-04-25T22:17:40.750Z] ---> Running in 7c0da7575a42 [2023-04-25T22:17:40.750Z] ---> Running in 7ad9eb881714 [2023-04-25T22:17:40.750Z] ---> Running in c3bc3caa98da [2023-04-25T22:17:40.750Z] Removing intermediate container 1b1164eeb72d [2023-04-25T22:17:40.750Z] ---> c7e089ef0971 [2023-04-25T22:17:40.750Z] Step 21/23 : LABEL arch=x86_64 [2023-04-25T22:17:40.750Z] Removing intermediate container 7c0da7575a42 [2023-04-25T22:17:40.750Z] ---> 2cb2ad06d871 [2023-04-25T22:17:40.750Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-25T22:17:40.750Z] ---> Running in f9389a3252af [2023-04-25T22:17:40.750Z] Removing intermediate container 7ad9eb881714 [2023-04-25T22:17:40.750Z] ---> Running in af72a6d0cf29 [2023-04-25T22:17:40.750Z] ---> 3e18f140b8d9 [2023-04-25T22:17:40.750Z] [2023-04-25T22:17:41.018Z] Successfully built 3e18f140b8d9 [2023-04-25T22:17:41.018Z] Successfully tagged core-data:latest [2023-04-25T22:17:41.018Z] Building support-notifications [2023-04-25T22:17:41.018Z]  Building core-data ... done Removing intermediate container af72a6d0cf29 [2023-04-25T22:17:41.018Z] Removing intermediate container f9389a3252af [2023-04-25T22:17:41.018Z] ---> c5f076cdf329 [2023-04-25T22:17:41.278Z] ---> 67f1f2324308 [2023-04-25T22:17:41.278Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:17:41.278Z] Step 18/20 : LABEL arch=x86_64 [2023-04-25T22:17:41.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:41.278Z] ---> Running in d352858c6839 [2023-04-25T22:17:41.278Z] ---> Running in 8d7c5f80fe09 [2023-04-25T22:17:41.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:41.656Z] OK: 265 MiB in 53 packages [2023-04-25T22:17:45.860Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:17:45.860Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:17:45.860Z] ---> 79b5d67f23c0 [2023-04-25T22:17:45.860Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:17:45.860Z] ---> Using cache [2023-04-25T22:17:45.860Z] ---> 3e3ae9f29353 [2023-04-25T22:17:45.860Z] Step 4/23 : WORKDIR /edgex-go [2023-04-25T22:17:45.860Z] ---> Using cache [2023-04-25T22:17:45.860Z] ---> 6047b93d79f2 [2023-04-25T22:17:45.860Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-25T22:17:45.860Z] Removing intermediate container 8d7c5f80fe09 [2023-04-25T22:17:45.860Z] ---> 7910b9a0884b [2023-04-25T22:17:45.860Z] Step 19/20 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:17:45.860Z] Removing intermediate container d352858c6839 [2023-04-25T22:17:45.860Z] ---> 7097573275b9 [2023-04-25T22:17:45.860Z] Step 23/23 : LABEL version=3.0.0-dev.138 [2023-04-25T22:17:45.860Z] ---> Running in bb8988bf7016 [2023-04-25T22:17:45.860Z] ---> Running in 5afba8bb5a8d [2023-04-25T22:17:45.860Z] ---> Running in e6da27fea65d [2023-04-25T22:17:46.119Z] Removing intermediate container c3bc3caa98da [2023-04-25T22:17:46.119Z] ---> de0093480ea9 [2023-04-25T22:17:46.120Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-25T22:17:46.120Z] Removing intermediate container e6da27fea65d [2023-04-25T22:17:46.120Z] ---> 327e06f955d5 [2023-04-25T22:17:46.120Z] [2023-04-25T22:17:46.120Z] Removing intermediate container 5afba8bb5a8d [2023-04-25T22:17:46.120Z] ---> c5f9d20c3ded [2023-04-25T22:17:46.120Z] Step 20/20 : LABEL version=3.0.0-dev.138 [2023-04-25T22:17:46.120Z] Removing intermediate container bd07b62c4746 [2023-04-25T22:17:46.120Z] ---> 97ce0a6e62bd [2023-04-25T22:17:46.120Z] [2023-04-25T22:17:46.120Z] Step 10/24 : FROM alpine:3.17 [2023-04-25T22:17:46.120Z] ---> 9ed4aefc74f6 [2023-04-25T22:17:46.120Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-25T22:17:46.120Z] ---> Using cache [2023-04-25T22:17:46.120Z] ---> f8e98ebb860e [2023-04-25T22:17:46.120Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-25T22:17:46.120Z] ---> Using cache [2023-04-25T22:17:46.120Z] ---> e3550b83f528 [2023-04-25T22:17:46.120Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-25T22:17:46.120Z] ---> Running in e33cc5b255ed [2023-04-25T22:17:46.120Z] ---> Running in b5dfd7bcd80e [2023-04-25T22:17:46.378Z] Successfully built 327e06f955d5 [2023-04-25T22:17:46.378Z] Successfully tagged security-proxy-auth:latest [2023-04-25T22:17:46.378Z] Building support-scheduler [2023-04-25T22:17:46.378Z]  Building security-proxy-auth ... done Removing intermediate container e33cc5b255ed [2023-04-25T22:17:46.378Z] ---> 6eede6aab64d [2023-04-25T22:17:46.378Z] [2023-04-25T22:17:46.378Z] Removing intermediate container b5dfd7bcd80e [2023-04-25T22:17:46.378Z] ---> a0882b4a7634 [2023-04-25T22:17:46.378Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-25T22:17:46.378Z] Successfully built 6eede6aab64d [2023-04-25T22:17:47.343Z] Successfully tagged security-spiffe-token-provider:latest [2023-04-25T22:17:47.343Z] Building security-spire-config [2023-04-25T22:17:47.343Z]  Building security-spiffe-token-provider ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:47.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:48.168Z] OK: 265 MiB in 53 packages [2023-04-25T22:17:48.765Z] ---> b0e1a976270e [2023-04-25T22:17:48.765Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:17:48.765Z] ---> Running in f846faaa573a [2023-04-25T22:17:51.336Z] ---> Running in 54e9b48688fc [2023-04-25T22:17:51.336Z] Removing intermediate container f846faaa573a [2023-04-25T22:17:51.336Z] ---> 3b37d2a2e422 [2023-04-25T22:17:51.336Z] Step 15/24 : WORKDIR / [2023-04-25T22:17:51.596Z] ---> Running in dec63534ebd5 [2023-04-25T22:17:51.596Z] Removing intermediate container bb8988bf7016 [2023-04-25T22:17:51.596Z] ---> e255bfb4e414 [2023-04-25T22:17:51.596Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-25T22:17:52.983Z] ---> 2964cd23d220 [2023-04-25T22:17:52.983Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:17:52.983Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:17:52.983Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:17:52.983Z] ---> 79b5d67f23c0 [2023-04-25T22:17:52.983Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:17:52.983Z] ---> Using cache [2023-04-25T22:17:52.983Z] ---> 3e3ae9f29353 [2023-04-25T22:17:52.983Z] Step 4/23 : WORKDIR /edgex-go [2023-04-25T22:17:52.983Z] ---> Using cache [2023-04-25T22:17:52.983Z] ---> 6047b93d79f2 [2023-04-25T22:17:52.983Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-25T22:17:52.983Z] ---> Using cache [2023-04-25T22:17:52.983Z] ---> 6ce064097674 [2023-04-25T22:17:52.983Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-25T22:17:52.983Z] ---> Using cache [2023-04-25T22:17:52.983Z] ---> 1927022b1185 [2023-04-25T22:17:52.983Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:17:52.983Z] ---> Using cache [2023-04-25T22:17:52.983Z] ---> f5e6ed4e31aa [2023-04-25T22:17:52.983Z] Step 8/23 : COPY . . [2023-04-25T22:17:52.983Z] ---> Using cache [2023-04-25T22:17:52.983Z] ---> 3ec8ab4bab87 [2023-04-25T22:17:52.983Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-25T22:17:53.243Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:17:53.243Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:17:53.243Z] ---> 79b5d67f23c0 [2023-04-25T22:17:53.243Z] Step 3/27 : WORKDIR /edgex-go [2023-04-25T22:17:53.243Z] ---> Using cache [2023-04-25T22:17:53.243Z] ---> ddb53a01562d [2023-04-25T22:17:53.243Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-25T22:17:53.504Z] ---> Running in 349476a7cc53 [2023-04-25T22:17:53.504Z] Removing intermediate container dec63534ebd5 [2023-04-25T22:17:53.504Z] ---> 9ddb77a48c37 [2023-04-25T22:17:53.504Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:17:53.504Z] ---> Running in 764ae767acad [2023-04-25T22:17:53.504Z] ---> Running in c66447b19c5c [2023-04-25T22:17:53.762Z] ---> 59339476a109 [2023-04-25T22:17:53.762Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:17:53.762Z] ---> c9a93ab958c8 [2023-04-25T22:17:53.762Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-25T22:17:54.021Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-25T22:17:54.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:54.281Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:17:54.861Z] OK: 265 MiB in 53 packages [2023-04-25T22:17:54.861Z] ---> 97a46d389097 [2023-04-25T22:17:54.861Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:17:55.133Z] ---> 33ac5dc244fa [2023-04-25T22:17:55.133Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-25T22:17:55.133Z] Removing intermediate container c66447b19c5c [2023-04-25T22:17:55.133Z] ---> 5066ac49ffed [2023-04-25T22:17:55.133Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-25T22:17:55.133Z] ---> Running in 85fc52fb30db [2023-04-25T22:17:55.395Z] Removing intermediate container 85fc52fb30db [2023-04-25T22:17:55.395Z] ---> 105e92db3656 [2023-04-25T22:17:55.395Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-25T22:17:55.395Z] ---> Running in 3f19d85da89d [2023-04-25T22:17:55.395Z] ---> 2302acf26feb [2023-04-25T22:17:55.395Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:17:55.654Z] ---> Running in 766cb6791640 [2023-04-25T22:17:55.654Z] Removing intermediate container 3f19d85da89d [2023-04-25T22:17:55.654Z] ---> e1926dc71e2c [2023-04-25T22:17:55.654Z] Step 22/24 : LABEL arch=x86_64 [2023-04-25T22:17:55.654Z] ---> Running in 88b3d304de60 [2023-04-25T22:17:55.654Z] Removing intermediate container 88b3d304de60 [2023-04-25T22:17:55.654Z] ---> f2b91f0f0404 [2023-04-25T22:17:55.654Z] Step 23/24 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:17:55.654Z] ---> Running in a60e37188442 [2023-04-25T22:17:55.914Z] Removing intermediate container a60e37188442 [2023-04-25T22:17:55.914Z] ---> a5b588d9f634 [2023-04-25T22:17:55.914Z] Step 24/24 : LABEL version=3.0.0-dev.138 [2023-04-25T22:17:55.914Z] ---> Running in 122592a5199a [2023-04-25T22:17:55.914Z] Removing intermediate container 122592a5199a [2023-04-25T22:17:55.914Z] ---> 658807c16cd2 [2023-04-25T22:17:55.914Z] [2023-04-25T22:17:55.914Z] Successfully built 658807c16cd2 [2023-04-25T22:17:55.914Z] Successfully tagged core-command:latest [2023-04-25T22:17:55.914Z]  Building core-command ... done Building security-bootstrapper [2023-04-25T22:17:59.212Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:17:59.212Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:17:59.212Z] ---> 79b5d67f23c0 [2023-04-25T22:17:59.212Z] Step 3/33 : WORKDIR /edgex-go [2023-04-25T22:17:59.212Z] ---> Using cache [2023-04-25T22:17:59.212Z] ---> ddb53a01562d [2023-04-25T22:17:59.212Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-25T22:17:59.212Z] ---> Using cache [2023-04-25T22:17:59.212Z] ---> de0093480ea9 [2023-04-25T22:17:59.212Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-25T22:17:59.212Z] ---> Using cache [2023-04-25T22:17:59.212Z] ---> b0e1a976270e [2023-04-25T22:17:59.212Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:18:03.035Z] Removing intermediate container 40acb6013c35 [2023-04-25T22:18:03.035Z] ---> 4067389d2566 [2023-04-25T22:18:03.035Z] Successfully built 4067389d2566 [2023-04-25T22:18:03.035Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:18:03.400Z] + docker inspect -f . ci-base-image-arm64 [2023-04-25T22:18:03.400Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:18:03.656Z] prd-ubuntu20.04-docker-arm64-4c-16g-10889 does not seem to be running inside a container [2023-04-25T22:18:03.750Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 ******** ci-base-image-arm64 cat [2023-04-25T22:18:05.128Z] $ docker top 3fd9324f82ef3a24efec0d2ed07e6ae2a7987aaab5548c09f4bf60858c156428 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-25T22:18:06.008Z] + go version [2023-04-25T22:18:06.009Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-25T22:18:06.038Z] $ docker stop --time=1 3fd9324f82ef3a24efec0d2ed07e6ae2a7987aaab5548c09f4bf60858c156428 [2023-04-25T22:18:07.881Z] $ docker rm -f --volumes 3fd9324f82ef3a24efec0d2ed07e6ae2a7987aaab5548c09f4bf60858c156428 [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-04-25T22:18:08.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-25T22:18:08.445Z] [2023-04-25T22:18:08.445Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:18:08.791Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-25T22:18:08.791Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-04-25T22:18:08.791Z] 29e5d40040c1: Pulling fs layer [2023-04-25T22:18:08.791Z] 1ce36da41761: Pulling fs layer [2023-04-25T22:18:08.791Z] 25b303627fd3: Pulling fs layer [2023-04-25T22:18:09.061Z] 29e5d40040c1: Verifying Checksum [2023-04-25T22:18:09.061Z] 29e5d40040c1: Download complete [2023-04-25T22:18:09.337Z] 1ce36da41761: Verifying Checksum [2023-04-25T22:18:09.337Z] 1ce36da41761: Download complete [2023-04-25T22:18:09.609Z] 29e5d40040c1: Pull complete [2023-04-25T22:18:11.039Z] 1ce36da41761: Pull complete [2023-04-25T22:18:11.039Z] 25b303627fd3: Verifying Checksum [2023-04-25T22:18:11.039Z] 25b303627fd3: Download complete [2023-04-25T22:18:11.532Z] ---> Running in 5ea9f327a84d [2023-04-25T22:18:21.169Z] 25b303627fd3: Pull complete [2023-04-25T22:18:21.169Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-04-25T22:18:21.169Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-25T22:18:21.169Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:18:21.399Z] prd-ubuntu20.04-docker-arm64-4c-16g-10889 does not seem to be running inside a container [2023-04-25T22:18:21.498Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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-04-25T22:18:23.933Z] Removing intermediate container 349476a7cc53 [2023-04-25T22:18:23.934Z] ---> 4e05872e1d9d [2023-04-25T22:18:23.934Z] Step 8/23 : COPY . . [2023-04-25T22:18:23.934Z] Removing intermediate container 54e9b48688fc [2023-04-25T22:18:23.934Z] ---> c365df9c4efc [2023-04-25T22:18:23.934Z] Step 7/25 : COPY . . [2023-04-25T22:18:24.052Z] $ docker top 0c7d30e8784d252f53939145498669fdef3c6878792a78143dacfda789f33596 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-25T22:18:24.928Z] + docker-compose build --help [2023-04-25T22:18:24.928Z] + grep parallel [2023-04-25T22:18:31.608Z] --parallel Build images in parallel. [Pipeline] } [2023-04-25T22:18:31.639Z] $ docker stop --time=1 0c7d30e8784d252f53939145498669fdef3c6878792a78143dacfda789f33596 [2023-04-25T22:18:33.405Z] $ docker rm -f --volumes 0c7d30e8784d252f53939145498669fdef3c6878792a78143dacfda789f33596 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:18:33.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-25T22:18:33.962Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:18:34.194Z] prd-ubuntu20.04-docker-arm64-4c-16g-10889 does not seem to be running inside a container [2023-04-25T22:18:34.310Z] $ 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/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-25T22:18:35.747Z] $ docker top 4552db68fb890c0bc51b94e856fffa3d98368673c1b352ab435b56df39415619 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-25T22:18:36.609Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-25T22:18:38.934Z] ---> 76505fbea3e2 [2023-04-25T22:18:38.934Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-25T22:18:38.934Z] ---> d7f439f0c16d [2023-04-25T22:18:38.934Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-25T22:18:38.934Z] ---> Running in d554b87bc253 [2023-04-25T22:18:38.934Z] ---> Running in acd1cc53d7ea [2023-04-25T22:18:38.934Z] Removing intermediate container 764ae767acad [2023-04-25T22:18:38.934Z] ---> c47024ac46ae [2023-04-25T22:18:38.934Z] [2023-04-25T22:18:38.934Z] Step 10/23 : FROM alpine:3.17 [2023-04-25T22:18:38.934Z] ---> 9ed4aefc74f6 [2023-04-25T22:18:38.934Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-25T22:18:38.934Z] ---> Using cache [2023-04-25T22:18:38.934Z] ---> f8e98ebb860e [2023-04-25T22:18:38.934Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-25T22:18:38.934Z] ---> Using cache [2023-04-25T22:18:38.934Z] ---> e3550b83f528 [2023-04-25T22:18:38.934Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-25T22:18:38.934Z] ---> Running in 029d62937213 [2023-04-25T22:18:38.934Z] Removing intermediate container 766cb6791640 [2023-04-25T22:18:38.934Z] ---> 272144b9b880 [2023-04-25T22:18:38.934Z] Step 7/27 : COPY . . [2023-04-25T22:18:39.193Z] Removing intermediate container 029d62937213 [2023-04-25T22:18:39.193Z] ---> 90fb4a7ed009 [2023-04-25T22:18:39.193Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-25T22:18:39.757Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-25T22:18:39.757Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-25T22:18:43.272Z] Building core-command ... [2023-04-25T22:18:43.272Z] Building core-common-config-bootstrapper ... [2023-04-25T22:18:43.272Z] Building core-data ... [2023-04-25T22:18:43.272Z] Building core-metadata ... [2023-04-25T22:18:43.272Z] Building security-bootstrapper ... [2023-04-25T22:18:43.272Z] Building security-proxy-auth ... [2023-04-25T22:18:43.272Z] Building security-proxy-setup ... [2023-04-25T22:18:43.272Z] Building security-secretstore-setup ... [2023-04-25T22:18:43.272Z] Building security-spiffe-token-provider ... [2023-04-25T22:18:43.272Z] Building security-spire-agent ... [2023-04-25T22:18:43.272Z] Building security-spire-config ... [2023-04-25T22:18:43.272Z] Building security-spire-server ... [2023-04-25T22:18:43.272Z] Building support-notifications ... [2023-04-25T22:18:43.272Z] Building support-scheduler ... [2023-04-25T22:18:43.272Z] Building security-spire-agent [2023-04-25T22:18:43.272Z] Building security-proxy-setup [2023-04-25T22:18:43.272Z] Building support-scheduler [2023-04-25T22:18:43.272Z] Building security-secretstore-setup [2023-04-25T22:18:43.272Z] Building security-spire-config [2023-04-25T22:18:45.028Z] ---> Running in 02f16f5ad434 [2023-04-25T22:18:46.926Z] ---> 0d2f4eaa9858 [2023-04-25T22:18:46.926Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-25T22:18:47.184Z] Removing intermediate container 02f16f5ad434 [2023-04-25T22:18:47.184Z] ---> c9fda68328a9 [2023-04-25T22:18:47.184Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:18:47.184Z] ---> Running in a2f1c6afcf87 [2023-04-25T22:18:48.117Z] Removing intermediate container 5ea9f327a84d [2023-04-25T22:18:48.117Z] ---> a22f55d362af [2023-04-25T22:18:48.117Z] Step 7/33 : COPY . . [2023-04-25T22:18:48.683Z] Removing intermediate container a2f1c6afcf87 [2023-04-25T22:18:48.683Z] ---> dc6bd20339c8 [2023-04-25T22:18:48.683Z] ---> d5a527d4faa6 [2023-04-25T22:18:48.683Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt /Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-25T22:18:48.683Z] [2023-04-25T22:18:48.683Z] ---> Running in 2aefe5699456 [2023-04-25T22:18:49.839Z] Removing intermediate container 2aefe5699456 [2023-04-25T22:18:49.839Z] ---> dbdf85155e6c [2023-04-25T22:18:49.839Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-25T22:18:56.491Z] ---> Running in 1a3f55ac443f [2023-04-25T22:18:56.491Z] ---> dab46c53457b [2023-04-25T22:18:56.491Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-25T22:18:56.491Z] Removing intermediate container 1a3f55ac443f [2023-04-25T22:18:56.491Z] ---> e7b904ba618e [2023-04-25T22:18:56.491Z] Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-25T22:18:56.491Z] ---> cd5363e8c21e [2023-04-25T22:18:56.491Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-25T22:18:56.491Z] ---> Running in 6ad6e06bacb9 [2023-04-25T22:18:56.491Z] ---> Running in f786dce5ad7c [2023-04-25T22:18:56.491Z] ---> 869021e13967 [2023-04-25T22:18:56.491Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:18:56.751Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-25T22:18:57.141Z] ---> 89e31d4cf053 [2023-04-25T22:18:57.141Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-25T22:18:57.141Z] ---> Running in 97e14751a0a2 [2023-04-25T22:18:57.400Z] Removing intermediate container 6ad6e06bacb9 [2023-04-25T22:18:57.400Z] ---> 19c81f0f444b [2023-04-25T22:18:57.400Z] Step 12/27 : WORKDIR /edgex-go [2023-04-25T22:18:57.400Z] ---> Running in 026bfd8bc40a [2023-04-25T22:18:57.400Z] Removing intermediate container 97e14751a0a2 [2023-04-25T22:18:57.400Z] ---> d38fd597f32d [2023-04-25T22:18:57.400Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-25T22:18:57.660Z] ---> Running in 9ae8f12707d2 [2023-04-25T22:18:58.237Z] Removing intermediate container 026bfd8bc40a [2023-04-25T22:18:58.237Z] ---> 89a710a17455 [2023-04-25T22:18:58.237Z] [2023-04-25T22:18:58.237Z] Step 13/27 : FROM alpine:3.17 [2023-04-25T22:18:58.237Z] ---> 9ed4aefc74f6 [2023-04-25T22:18:58.237Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-25T22:18:58.237Z] ---> Using cache [2023-04-25T22:18:58.237Z] ---> 76096d9a8ec5 [2023-04-25T22:18:58.237Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-25T22:18:58.237Z] Removing intermediate container 9ae8f12707d2 [2023-04-25T22:18:58.237Z] ---> 4c56868d8122 [2023-04-25T22:18:58.237Z] Step 21/23 : LABEL arch=x86_64 [2023-04-25T22:18:58.237Z] ---> Running in 63ad8f6625cc [2023-04-25T22:18:58.237Z] ---> Running in 62850f0c84d0 [2023-04-25T22:18:58.298Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:18:58.298Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:18:58.298Z] ---> 4067389d2566 [2023-04-25T22:18:58.298Z] Step 3/25 : WORKDIR /edgex-go [2023-04-25T22:18:58.298Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:18:58.298Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:18:58.298Z] ---> 4067389d2566 [2023-04-25T22:18:58.298Z] Step 3/27 : WORKDIR /edgex-go [2023-04-25T22:18:58.298Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:18:58.298Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:18:58.298Z] ---> 4067389d2566 [2023-04-25T22:18:58.298Z] Step 3/22 : WORKDIR /edgex-go [2023-04-25T22:18:58.298Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:18:58.298Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:18:58.298Z] ---> 4067389d2566 [2023-04-25T22:18:58.298Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:18:58.298Z] ---> Running in 2ecd2351359b [2023-04-25T22:18:58.298Z] ---> Running in 7031ae6df923 [2023-04-25T22:18:58.298Z] ---> Running in eb198f2b311a [2023-04-25T22:18:58.298Z] ---> Running in ddb8862b4a86 [2023-04-25T22:18:58.298Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:18:58.298Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:18:58.298Z] ---> 4067389d2566 [2023-04-25T22:18:58.298Z] Step 3/27 : WORKDIR /edgex-go [2023-04-25T22:18:58.298Z] ---> Running in 238951bde006 [2023-04-25T22:18:58.298Z] Removing intermediate container eb198f2b311a [2023-04-25T22:18:58.298Z] ---> 1eea3f28efff [2023-04-25T22:18:58.298Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-25T22:18:58.298Z] Removing intermediate container 2ecd2351359b [2023-04-25T22:18:58.298Z] ---> 7fa83483ba95 [2023-04-25T22:18:58.298Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-25T22:18:58.298Z] Removing intermediate container 7031ae6df923 [2023-04-25T22:18:58.298Z] ---> b5580c837706 [2023-04-25T22:18:58.298Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-25T22:18:58.298Z] ---> Running in 31e2c798a36e [2023-04-25T22:18:58.298Z] Removing intermediate container ddb8862b4a86 [2023-04-25T22:18:58.298Z] ---> dd66e29f6329 [2023-04-25T22:18:58.298Z] Step 4/23 : WORKDIR /edgex-go [2023-04-25T22:18:58.298Z] ---> Running in 11662890d2ce [2023-04-25T22:18:58.298Z] ---> Running in ed133617f4e6 [2023-04-25T22:18:58.298Z] ---> Running in 8e40c1950f67 [2023-04-25T22:18:58.298Z] Removing intermediate container 238951bde006 [2023-04-25T22:18:58.298Z] ---> 98080fc530b0 [2023-04-25T22:18:58.298Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-25T22:18:58.298Z] ---> Running in 657fe1db93b2 [2023-04-25T22:18:58.525Z] Removing intermediate container 62850f0c84d0 [2023-04-25T22:18:58.525Z] ---> e33551859f19 [2023-04-25T22:18:58.525Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:18:58.799Z] ---> Running in 322e73835deb [2023-04-25T22:18:58.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:18:58.799Z] Removing intermediate container 322e73835deb [2023-04-25T22:18:58.799Z] ---> 5f3047206daa [2023-04-25T22:18:58.799Z] Step 23/23 : LABEL version=3.0.0-dev.138 [2023-04-25T22:18:58.894Z] Removing intermediate container 8e40c1950f67 [2023-04-25T22:18:58.894Z] ---> 91219c9e14e1 [2023-04-25T22:18:58.894Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-25T22:18:59.058Z] ---> Running in 18fcf3bd02ef [2023-04-25T22:18:59.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:18:59.058Z] Removing intermediate container 18fcf3bd02ef [2023-04-25T22:18:59.058Z] ---> b486061208fe [2023-04-25T22:18:59.058Z] [2023-04-25T22:18:59.058Z] Successfully built b486061208fe [2023-04-25T22:18:59.058Z] Successfully tagged support-scheduler:latest [2023-04-25T22:18:59.058Z]  Building support-scheduler ... done Building security-spire-server [2023-04-25T22:18:59.167Z] ---> Running in 4d8dfe349fcb [2023-04-25T22:18:59.317Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-25T22:18:59.317Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-25T22:18:59.317Z] OK: 17820 distinct packages available [2023-04-25T22:18:59.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:18:59.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:18:59.577Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-25T22:18:59.577Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-25T22:18:59.577Z] (3/4) Installing libucontext (1.2-r0) [2023-04-25T22:18:59.577Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-25T22:18:59.577Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:18:59.577Z] OK: 7 MiB in 19 packages [2023-04-25T22:19:00.605Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:19:00.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:19:01.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:19:01.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:19:01.424Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:19:01.424Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:19:01.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:19:01.974Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:19:01.974Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:19:02.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:19:02.982Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:19:02.982Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:19:02.982Z] ---> 79b5d67f23c0 [2023-04-25T22:19:02.982Z] Step 3/26 : WORKDIR /edgex-go [2023-04-25T22:19:02.982Z] ---> Using cache [2023-04-25T22:19:02.982Z] ---> ddb53a01562d [2023-04-25T22:19:02.982Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-25T22:19:02.982Z] ---> Using cache [2023-04-25T22:19:02.982Z] ---> 5066ac49ffed [2023-04-25T22:19:02.982Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-25T22:19:02.982Z] ---> Using cache [2023-04-25T22:19:02.982Z] ---> 2302acf26feb [2023-04-25T22:19:02.982Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:19:02.982Z] ---> Using cache [2023-04-25T22:19:02.982Z] ---> 272144b9b880 [2023-04-25T22:19:02.982Z] Step 7/26 : COPY . . [2023-04-25T22:19:02.982Z] ---> Using cache [2023-04-25T22:19:02.982Z] ---> 0d2f4eaa9858 [2023-04-25T22:19:02.982Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-04-25T22:19:02.982Z] ---> Using cache [2023-04-25T22:19:02.982Z] ---> d5a527d4faa6 [2023-04-25T22:19:02.982Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-25T22:19:02.982Z] ---> Using cache [2023-04-25T22:19:02.982Z] ---> dbdf85155e6c [2023-04-25T22:19:02.982Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-25T22:19:02.982Z] ---> Using cache [2023-04-25T22:19:02.982Z] ---> e7b904ba618e [2023-04-25T22:19:02.982Z] Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-25T22:19:03.217Z] OK: 263 MiB in 53 packages [2023-04-25T22:19:03.488Z] OK: 263 MiB in 53 packages [2023-04-25T22:19:03.765Z] OK: 263 MiB in 53 packages [2023-04-25T22:19:04.058Z] OK: 263 MiB in 53 packages [2023-04-25T22:19:04.328Z] OK: 263 MiB in 53 packages [2023-04-25T22:19:05.296Z] Removing intermediate container ed133617f4e6 [2023-04-25T22:19:05.568Z] ---> 319eb5976ba8 [2023-04-25T22:19:05.568Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-25T22:19:05.849Z] Removing intermediate container 31e2c798a36e [2023-04-25T22:19:05.849Z] ---> 03ac714c1a6c [2023-04-25T22:19:05.849Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-25T22:19:06.118Z] Removing intermediate container 4d8dfe349fcb [2023-04-25T22:19:06.118Z] ---> baa7c0bf57cc [2023-04-25T22:19:06.118Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-25T22:19:06.118Z] Removing intermediate container 657fe1db93b2 [2023-04-25T22:19:06.118Z] ---> 0d35effbc2d5 [2023-04-25T22:19:06.118Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-25T22:19:06.118Z] Removing intermediate container 11662890d2ce [2023-04-25T22:19:06.118Z] ---> 475a9b1af187 [2023-04-25T22:19:06.118Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-25T22:19:06.366Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-25T22:19:06.709Z] ---> 03bd0f28a2af [2023-04-25T22:19:06.709Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:19:06.709Z] ---> Running in 901a029564b5 [2023-04-25T22:19:06.935Z] ---> Running in b7ac808c8838 [2023-04-25T22:19:06.935Z] Removing intermediate container 63ad8f6625cc [2023-04-25T22:19:06.935Z] ---> b6c424099a7c [2023-04-25T22:19:06.935Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:19:06.984Z] ---> abc9aedca68c [2023-04-25T22:19:06.984Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:19:07.254Z] ---> Running in cd846b119824 [2023-04-25T22:19:07.254Z] ---> ac8d89924f2f [2023-04-25T22:19:07.254Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:19:07.524Z] ---> c9259681cb8f [2023-04-25T22:19:07.524Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:19:07.524Z] ---> Running in a749f98dd0eb [2023-04-25T22:19:07.524Z] ---> Running in 0767c62d838d [2023-04-25T22:19:07.524Z] ---> 8ada6c9e5274 [2023-04-25T22:19:07.810Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:19:07.810Z] ---> Running in 4efa005d5367 [2023-04-25T22:19:07.881Z] ---> 0852cc94e460 [2023-04-25T22:19:07.881Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:19:08.818Z] ---> 82954dd8b490 [2023-04-25T22:19:08.818Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-25T22:19:09.105Z] Removing intermediate container b7ac808c8838 [2023-04-25T22:19:09.105Z] ---> 0d6f08881e79 [2023-04-25T22:19:09.105Z] Step 12/26 : WORKDIR /edgex-go [2023-04-25T22:19:09.696Z] ---> Running in fe1387f3dee8 [2023-04-25T22:19:12.330Z] Removing intermediate container fe1387f3dee8 [2023-04-25T22:19:12.330Z] ---> f15eb9820a30 [2023-04-25T22:19:12.330Z] [2023-04-25T22:19:12.330Z] Step 13/26 : FROM alpine:3.17 [2023-04-25T22:19:12.330Z] ---> 9ed4aefc74f6 [2023-04-25T22:19:12.330Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-25T22:19:12.330Z] ---> Using cache [2023-04-25T22:19:12.330Z] ---> 76096d9a8ec5 [2023-04-25T22:19:12.330Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-25T22:19:12.330Z] ---> Using cache [2023-04-25T22:19:12.330Z] ---> e33a3ce7f9ef [2023-04-25T22:19:12.330Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:19:12.330Z] ---> Using cache [2023-04-25T22:19:12.330Z] ---> a8455c667a42 [2023-04-25T22:19:12.330Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:19:12.330Z] ---> Using cache [2023-04-25T22:19:12.330Z] ---> f799c3483931 [2023-04-25T22:19:12.330Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-25T22:19:12.330Z] ---> 855b4da0f4b9 [2023-04-25T22:19:12.330Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-25T22:19:12.330Z] Removing intermediate container acd1cc53d7ea [2023-04-25T22:19:12.330Z] ---> 3767e9181382 [2023-04-25T22:19:12.330Z] [2023-04-25T22:19:12.330Z] Step 9/25 : FROM alpine:3.17 [2023-04-25T22:19:12.330Z] ---> 9ed4aefc74f6 [2023-04-25T22:19:12.330Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-25T22:19:12.588Z] ---> Running in c4fd3e55f489 [2023-04-25T22:19:12.588Z] ---> af81a3935c54 [2023-04-25T22:19:12.588Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-25T22:19:13.083Z] ---> Running in efe1befc342a [2023-04-25T22:19:13.648Z] Removing intermediate container efe1befc342a [2023-04-25T22:19:13.648Z] ---> b967ffee864e [2023-04-25T22:19:13.648Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-25T22:19:13.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:19:13.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:19:13.907Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-25T22:19:13.907Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-25T22:19:13.907Z] (3/3) Installing su-exec (0.2-r2) [2023-04-25T22:19:13.907Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:19:13.907Z] Executing ca-certificates-20220614-r4.trigger [2023-04-25T22:19:14.168Z] OK: 8 MiB in 18 packages [2023-04-25T22:19:16.079Z] ---> ed5660a4e845 [2023-04-25T22:19:16.079Z] Step 22/27 : WORKDIR / [2023-04-25T22:19:16.079Z] ---> 757081404f59 [2023-04-25T22:19:16.079Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-25T22:19:16.079Z] ---> Running in 151a73394684 [2023-04-25T22:19:16.079Z] Removing intermediate container d554b87bc253 [2023-04-25T22:19:16.079Z] ---> 8e7e92a38caf [2023-04-25T22:19:16.079Z] [2023-04-25T22:19:16.079Z] Step 10/23 : FROM alpine:3.17 [2023-04-25T22:19:16.079Z] ---> 9ed4aefc74f6 [2023-04-25T22:19:16.079Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-25T22:19:16.337Z] Removing intermediate container c4fd3e55f489 [2023-04-25T22:19:16.337Z] ---> 5dd19089e99b [2023-04-25T22:19:16.338Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-25T22:19:16.338Z] Removing intermediate container 151a73394684 [2023-04-25T22:19:16.338Z] ---> 13a725744384 [2023-04-25T22:19:16.338Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-25T22:19:16.338Z] ---> Running in fb8ee7f01216 [2023-04-25T22:19:16.338Z] ---> f235b9d5b928 [2023-04-25T22:19:16.338Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-25T22:19:16.338Z] ---> Running in 49de656f5eb8 [2023-04-25T22:19:16.338Z] ---> Running in 3c43b76c4c0b [2023-04-25T22:19:16.338Z] Removing intermediate container 3c43b76c4c0b [2023-04-25T22:19:16.338Z] ---> aa1cafd6d860 [2023-04-25T22:19:16.338Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-25T22:19:16.338Z] Removing intermediate container 49de656f5eb8 [2023-04-25T22:19:16.338Z] ---> 9b8b68ffd99e [2023-04-25T22:19:16.338Z] Step 12/25 : WORKDIR / [2023-04-25T22:19:16.338Z] ---> Running in 2bdf8cd9b697 [2023-04-25T22:19:16.338Z] ---> f018f21c9d8a [2023-04-25T22:19:16.338Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-25T22:19:16.338Z] ---> Running in 7d20d23d3cd5 [2023-04-25T22:19:16.596Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:19:16.596Z] Removing intermediate container 2bdf8cd9b697 [2023-04-25T22:19:16.596Z] ---> 05601bb79582 [2023-04-25T22:19:16.596Z] Step 25/27 : LABEL arch=x86_64 [2023-04-25T22:19:16.596Z] Removing intermediate container 7d20d23d3cd5 [2023-04-25T22:19:16.596Z] ---> cb8dfcab66f0 [2023-04-25T22:19:16.596Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:19:16.855Z] ---> 434a91aedcd4 [2023-04-25T22:19:16.855Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-25T22:19:16.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:19:16.855Z] ---> Running in 4db7f78c5a33 [2023-04-25T22:19:16.855Z] ---> Running in cd5c668480a8 [2023-04-25T22:19:16.855Z] ---> 56be4da19958 [2023-04-25T22:19:16.855Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:19:17.113Z] Removing intermediate container cd5c668480a8 [2023-04-25T22:19:17.113Z] ---> f641c619c8d1 [2023-04-25T22:19:17.113Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-25T22:19:17.113Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-25T22:19:17.113Z] Removing intermediate container 4db7f78c5a33 [2023-04-25T22:19:17.113Z] ---> 444ecf9b12e9 [2023-04-25T22:19:17.113Z] Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:19:17.113Z] ---> Running in f94c1f9b34d9 [2023-04-25T22:19:17.113Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-25T22:19:17.113Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:19:17.113Z] Executing ca-certificates-20220614-r4.trigger [2023-04-25T22:19:17.113Z] ---> Running in 55ac7cab99de [2023-04-25T22:19:17.113Z] OK: 8 MiB in 17 packages [2023-04-25T22:19:17.371Z] Removing intermediate container f94c1f9b34d9 [2023-04-25T22:19:17.371Z] ---> d232f34574f3 [2023-04-25T22:19:17.371Z] Step 24/26 : LABEL arch=x86_64 [2023-04-25T22:19:17.371Z] ---> 2e38a21cdd7d [2023-04-25T22:19:17.371Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-04-25T22:19:17.371Z] ---> Running in 2a13856640f2 [2023-04-25T22:19:17.647Z] Removing intermediate container 55ac7cab99de [2023-04-25T22:19:17.648Z] ---> 4c15e813e66b [2023-04-25T22:19:17.648Z] Step 27/27 : LABEL version=3.0.0-dev.138 [2023-04-25T22:19:17.648Z] ---> 5e365d81c9fb [2023-04-25T22:19:17.648Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-04-25T22:19:17.648Z] Removing intermediate container 2a13856640f2 [2023-04-25T22:19:17.648Z] ---> 740ef5086b68 [2023-04-25T22:19:17.648Z] Step 25/26 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:19:17.648Z] ---> Running in dd583418217f [2023-04-25T22:19:17.648Z] ---> Running in 36e9f937fbd5 [2023-04-25T22:19:17.648Z] Removing intermediate container dd583418217f [2023-04-25T22:19:17.648Z] ---> d64e29e3a2b0 [2023-04-25T22:19:17.648Z] [2023-04-25T22:19:17.907Z] Removing intermediate container 36e9f937fbd5 [2023-04-25T22:19:17.907Z] ---> 44099ad34525 [2023-04-25T22:19:17.907Z] Step 26/26 : LABEL version=3.0.0-dev.138 [2023-04-25T22:19:17.907Z] ---> Running in f87c2ecc747f [2023-04-25T22:19:17.907Z] Successfully built d64e29e3a2b0 [2023-04-25T22:19:17.907Z] ---> 459b37362441 [2023-04-25T22:19:17.907Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:19:17.907Z] Successfully tagged security-spire-config:latest [2023-04-25T22:19:17.907Z]  Building security-spire-config ... done Building core-common-config-bootstrapper [2023-04-25T22:19:17.907Z] Removing intermediate container fb8ee7f01216 [2023-04-25T22:19:18.344Z] ---> b7ba1641c575 [2023-04-25T22:19:18.344Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-25T22:19:18.344Z] Removing intermediate container f87c2ecc747f [2023-04-25T22:19:18.344Z] ---> 97212241b44f [2023-04-25T22:19:18.344Z] [2023-04-25T22:19:18.344Z] ---> Running in f1ad3a5b2828 [2023-04-25T22:19:18.344Z] Successfully built 97212241b44f [2023-04-25T22:19:18.344Z] Successfully tagged security-spire-server:latest [2023-04-25T22:19:18.344Z]  Building security-spire-server ... done Building security-proxy-setup [2023-04-25T22:19:22.546Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:19:22.546Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:19:22.546Z] ---> 79b5d67f23c0 [2023-04-25T22:19:22.546Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:19:22.546Z] ---> Using cache [2023-04-25T22:19:22.546Z] ---> 3e3ae9f29353 [2023-04-25T22:19:22.546Z] Step 4/23 : WORKDIR /edgex-go [2023-04-25T22:19:22.546Z] ---> Using cache [2023-04-25T22:19:22.546Z] ---> 6047b93d79f2 [2023-04-25T22:19:22.546Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-25T22:19:22.546Z] ---> Using cache [2023-04-25T22:19:22.546Z] ---> 6ce064097674 [2023-04-25T22:19:22.546Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-25T22:19:22.546Z] ---> Using cache [2023-04-25T22:19:22.546Z] ---> 1927022b1185 [2023-04-25T22:19:22.546Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:19:22.546Z] ---> Using cache [2023-04-25T22:19:22.546Z] ---> f5e6ed4e31aa [2023-04-25T22:19:22.546Z] Step 8/23 : COPY . . [2023-04-25T22:19:22.546Z] ---> Using cache [2023-04-25T22:19:22.546Z] ---> 3ec8ab4bab87 [2023-04-25T22:19:22.546Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-25T22:19:22.546Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:19:22.546Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:19:22.546Z] ---> 79b5d67f23c0 [2023-04-25T22:19:22.546Z] Step 3/22 : WORKDIR /edgex-go [2023-04-25T22:19:22.546Z] ---> Using cache [2023-04-25T22:19:22.546Z] ---> ddb53a01562d [2023-04-25T22:19:22.546Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-25T22:19:22.546Z] ---> Using cache [2023-04-25T22:19:22.546Z] ---> de0093480ea9 [2023-04-25T22:19:22.546Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-25T22:19:22.546Z] ---> Using cache [2023-04-25T22:19:22.546Z] ---> b0e1a976270e [2023-04-25T22:19:22.546Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:19:22.546Z] ---> Using cache [2023-04-25T22:19:22.546Z] ---> a22f55d362af [2023-04-25T22:19:22.546Z] Step 7/22 : COPY . . [2023-04-25T22:19:22.546Z] ---> Using cache [2023-04-25T22:19:22.546Z] ---> cd5363e8c21e [2023-04-25T22:19:22.546Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-25T22:19:23.486Z] ---> 85c694632ae4 [2023-04-25T22:19:23.486Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-25T22:19:23.486Z] Removing intermediate container f1ad3a5b2828 [2023-04-25T22:19:23.486Z] ---> Running in 99a3d30e6a03 [2023-04-25T22:19:23.486Z] ---> 604ea0808cec [2023-04-25T22:19:23.486Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-25T22:19:23.486Z] ---> Running in 0c116ac8d8c5 [2023-04-25T22:19:23.486Z] ---> Running in d827ceb22786 [2023-04-25T22:19:24.054Z] Removing intermediate container d827ceb22786 [2023-04-25T22:19:24.054Z] ---> b6d4d93531c3 [2023-04-25T22:19:24.054Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-25T22:19:24.323Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-25T22:19:24.323Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-25T22:19:24.895Z] ---> 5e9dec6a3dcd [2023-04-25T22:19:24.895Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-25T22:19:24.895Z] ---> Running in 75d41e58537c [2023-04-25T22:19:25.855Z] Removing intermediate container 75d41e58537c [2023-04-25T22:19:25.855Z] ---> 783efe020d28 [2023-04-25T22:19:25.855Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:19:25.855Z] ---> 747ac62ecf1c [2023-04-25T22:19:25.855Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-25T22:19:25.855Z] Removing intermediate container f786dce5ad7c [2023-04-25T22:19:25.855Z] ---> bdd4c9209259 [2023-04-25T22:19:25.855Z] [2023-04-25T22:19:25.855Z] Step 9/33 : FROM alpine:3.17 [2023-04-25T22:19:25.855Z] ---> 9ed4aefc74f6 [2023-04-25T22:19:25.855Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-25T22:19:25.855Z] ---> Using cache [2023-04-25T22:19:25.855Z] ---> 33c407a9915f [2023-04-25T22:19:25.855Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-25T22:19:25.855Z] ---> Running in 099ff93598e8 [2023-04-25T22:19:25.855Z] ---> d734db5ba669 [2023-04-25T22:19:25.855Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:19:25.855Z] ---> 4171e6431b53 [2023-04-25T22:19:25.855Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-25T22:19:25.855Z] ---> Running in f0a34b6b8b04 [2023-04-25T22:19:26.116Z] ---> abf1f43f8acb [2023-04-25T22:19:26.116Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-25T22:19:26.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:19:26.499Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:19:26.499Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-25T22:19:26.758Z] (2/2) Installing su-exec (0.2-r2) [2023-04-25T22:19:26.758Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:19:26.758Z] OK: 7 MiB in 17 packages [2023-04-25T22:19:27.020Z] ---> 084135dcfce8 [2023-04-25T22:19:27.020Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:19:27.280Z] Removing intermediate container f0a34b6b8b04 [2023-04-25T22:19:27.280Z] ---> 580d8d15e4ff [2023-04-25T22:19:27.280Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-25T22:19:27.280Z] ---> Running in 7409e1085179 [2023-04-25T22:19:27.280Z] Removing intermediate container 099ff93598e8 [2023-04-25T22:19:27.280Z] ---> fbe474b056c2 [2023-04-25T22:19:27.280Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-25T22:19:27.280Z] ---> 0ecb154c7132 [2023-04-25T22:19:27.280Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-25T22:19:27.280Z] ---> Running in b74fb720334b [2023-04-25T22:19:27.280Z] ---> Running in ae667064115e [2023-04-25T22:19:27.540Z] Removing intermediate container 7409e1085179 [2023-04-25T22:19:27.540Z] ---> 15451bed1546 [2023-04-25T22:19:27.540Z] Step 23/25 : LABEL arch=x86_64 [2023-04-25T22:19:27.540Z] Removing intermediate container b74fb720334b [2023-04-25T22:19:27.540Z] ---> 9f11d84bd80a [2023-04-25T22:19:27.540Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-25T22:19:27.540Z] Removing intermediate container ae667064115e [2023-04-25T22:19:27.540Z] ---> d14bb73d0dbd [2023-04-25T22:19:27.540Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-25T22:19:27.540Z] ---> Running in df0255759215 [2023-04-25T22:19:27.540Z] ---> Running in fc203b2fb88e [2023-04-25T22:19:27.540Z] ---> Running in 4dae71592646 [2023-04-25T22:19:27.800Z] Removing intermediate container df0255759215 [2023-04-25T22:19:27.800Z] ---> 6817a4665e41 [2023-04-25T22:19:27.800Z] Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:19:27.800Z] Removing intermediate container fc203b2fb88e [2023-04-25T22:19:27.800Z] ---> dbb5cd050a1a [2023-04-25T22:19:27.800Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-25T22:19:27.800Z] Removing intermediate container 4dae71592646 [2023-04-25T22:19:27.800Z] ---> 84ad6c815e3b [2023-04-25T22:19:27.800Z] Step 21/23 : LABEL arch=x86_64 [2023-04-25T22:19:28.060Z] ---> Running in bd23d8896ef6 [2023-04-25T22:19:28.060Z] ---> Running in 71a211cf1d3e [2023-04-25T22:19:28.060Z] ---> Running in cf59fec72081 [2023-04-25T22:19:28.321Z] Removing intermediate container 71a211cf1d3e [2023-04-25T22:19:28.321Z] ---> 544707f0b777 [2023-04-25T22:19:28.321Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-25T22:19:28.321Z] Removing intermediate container bd23d8896ef6 [2023-04-25T22:19:28.321Z] ---> c92cb7c031f0 [2023-04-25T22:19:28.321Z] Step 25/25 : LABEL version=3.0.0-dev.138 [2023-04-25T22:19:28.321Z] Removing intermediate container cf59fec72081 [2023-04-25T22:19:28.321Z] ---> 2f3eb12b0564 [2023-04-25T22:19:28.321Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:19:28.321Z] ---> Running in 9ad2a2f5a673 [2023-04-25T22:19:28.321Z] ---> Running in 39e1924ab10c [2023-04-25T22:19:28.321Z] ---> Running in 927d7001beea [2023-04-25T22:19:28.584Z] Removing intermediate container 9ad2a2f5a673 [2023-04-25T22:19:28.584Z] ---> 826dee8d5d29 [2023-04-25T22:19:28.584Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-25T22:19:28.584Z] Removing intermediate container 39e1924ab10c [2023-04-25T22:19:28.584Z] ---> 8d85ac139c0d [2023-04-25T22:19:28.584Z] [2023-04-25T22:19:28.584Z] Successfully built 8d85ac139c0d [2023-04-25T22:19:28.584Z] Successfully tagged security-secretstore-setup:latest [2023-04-25T22:19:28.843Z]  Building security-secretstore-setup ... done Removing intermediate container 927d7001beea [2023-04-25T22:19:28.843Z] ---> 1fc184349127 [2023-04-25T22:19:28.843Z] Step 23/23 : LABEL version=3.0.0-dev.138 [2023-04-25T22:19:28.843Z] ---> Running in 8763f9f36c80 [2023-04-25T22:19:28.843Z] ---> Running in 44c84f25eca0 [2023-04-25T22:19:29.102Z] Removing intermediate container 44c84f25eca0 [2023-04-25T22:19:29.102Z] ---> d5ebbf6489f6 [2023-04-25T22:19:29.102Z] [2023-04-25T22:19:29.102Z] Successfully built d5ebbf6489f6 [2023-04-25T22:19:29.102Z] Successfully tagged support-notifications:latest [2023-04-25T22:19:30.496Z]  Building support-notifications ... done Removing intermediate container 8763f9f36c80 [2023-04-25T22:19:30.496Z] ---> 9c88d3b7d85b [2023-04-25T22:19:30.496Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-25T22:19:30.496Z] ---> Running in 184045b723b8 [2023-04-25T22:19:31.065Z] Removing intermediate container 184045b723b8 [2023-04-25T22:19:31.065Z] ---> cca4b56501c1 [2023-04-25T22:19:31.065Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-25T22:19:31.665Z] ---> 90a1a9557575 [2023-04-25T22:19:31.665Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-25T22:19:31.923Z] ---> Running in 065af1669d79 [2023-04-25T22:19:33.831Z] Removing intermediate container 065af1669d79 [2023-04-25T22:19:33.831Z] ---> 4f890958411c [2023-04-25T22:19:33.831Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:19:34.411Z] ---> 08cb67a91dde [2023-04-25T22:19:34.411Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:19:34.670Z] ---> a7252ad3f498 [2023-04-25T22:19:34.670Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-25T22:19:36.056Z] ---> cdba52ca2a87 [2023-04-25T22:19:36.056Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-25T22:19:36.324Z] ---> 56387577cf1e [2023-04-25T22:19:36.324Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-25T22:19:36.583Z] ---> 46e4984cc07a [2023-04-25T22:19:36.583Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-25T22:19:36.583Z] ---> 872456d4e5d2 [2023-04-25T22:19:36.583Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-25T22:19:36.843Z] ---> c47ce1a31b99 [2023-04-25T22:19:36.843Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-25T22:19:37.103Z] ---> 9b5e4e50334a [2023-04-25T22:19:37.103Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-25T22:19:37.103Z] ---> Running in fe019ea598dc [2023-04-25T22:19:38.042Z] Removing intermediate container fe019ea598dc [2023-04-25T22:19:38.042Z] ---> 0972b236be61 [2023-04-25T22:19:38.042Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-25T22:19:38.042Z] ---> Running in 3c7f54284129 [2023-04-25T22:19:38.338Z] Removing intermediate container 3c7f54284129 [2023-04-25T22:19:38.338Z] ---> 2ba40d52b287 [2023-04-25T22:19:38.338Z] Step 30/33 : CMD ["gate"] [2023-04-25T22:19:38.338Z] ---> Running in 2f9f3ea54a0b [2023-04-25T22:19:38.338Z] Removing intermediate container 2f9f3ea54a0b [2023-04-25T22:19:38.338Z] ---> a5d8f3af339e [2023-04-25T22:19:38.338Z] Step 31/33 : LABEL arch=x86_64 [2023-04-25T22:19:38.599Z] ---> Running in f67919e69d24 [2023-04-25T22:19:39.076Z] Removing intermediate container f67919e69d24 [2023-04-25T22:19:39.076Z] ---> 9b5326c0f014 [2023-04-25T22:19:39.076Z] Step 32/33 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:19:39.076Z] ---> Running in 0ce7bc6ee7fe [2023-04-25T22:19:39.678Z] Removing intermediate container 0ce7bc6ee7fe [2023-04-25T22:19:39.678Z] ---> d6413d3913e2 [2023-04-25T22:19:39.678Z] Step 33/33 : LABEL version=3.0.0-dev.138 [2023-04-25T22:19:39.678Z] ---> Running in bc9fcd389fc4 [2023-04-25T22:19:39.938Z] Removing intermediate container bc9fcd389fc4 [2023-04-25T22:19:39.938Z] ---> 2a9e759b4ede [2023-04-25T22:19:39.938Z] [2023-04-25T22:19:39.938Z] Successfully built 2a9e759b4ede [2023-04-25T22:19:39.938Z] Successfully tagged security-bootstrapper:latest [2023-04-25T22:19:45.214Z]  Building security-bootstrapper ... done Removing intermediate container 99a3d30e6a03 [2023-04-25T22:19:45.214Z] ---> 134c76bf649a [2023-04-25T22:19:45.214Z] [2023-04-25T22:19:45.214Z] Step 9/22 : FROM alpine:3.17 [2023-04-25T22:19:45.214Z] ---> 9ed4aefc74f6 [2023-04-25T22:19:45.214Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-25T22:19:45.214Z] Removing intermediate container 0c116ac8d8c5 [2023-04-25T22:19:45.214Z] ---> 982f9e1bf35a [2023-04-25T22:19:45.214Z] [2023-04-25T22:19:45.214Z] Step 10/23 : FROM alpine:3.17 [2023-04-25T22:19:45.214Z] ---> 9ed4aefc74f6 [2023-04-25T22:19:45.214Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-25T22:19:45.214Z] ---> Using cache [2023-04-25T22:19:45.214Z] ---> 7db7bfda5613 [2023-04-25T22:19:45.214Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-25T22:19:45.214Z] ---> Using cache [2023-04-25T22:19:45.214Z] ---> 3cd1dd7d0a1c [2023-04-25T22:19:45.214Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:19:45.214Z] ---> Using cache [2023-04-25T22:19:45.214Z] ---> 9d238a527688 [2023-04-25T22:19:45.214Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:19:45.214Z] ---> Using cache [2023-04-25T22:19:45.214Z] ---> Running in 69f2d30731b1 [2023-04-25T22:19:45.214Z] ---> 3f6963c7ddc1 [2023-04-25T22:19:45.214Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-25T22:19:45.499Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-25T22:19:45.759Z] ---> ce6622567692 [2023-04-25T22:19:45.759Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:19:45.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-25T22:19:45.759Z] ---> 8cfa209a26f2 [2023-04-25T22:19:45.759Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-25T22:19:46.020Z] ---> b6125429252e [2023-04-25T22:19:46.020Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-25T22:19:46.020Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-25T22:19:46.020Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-25T22:19:46.020Z] ---> Running in a55bae324c9d [2023-04-25T22:19:46.020Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:19:46.020Z] OK: 8 MiB in 17 packages [2023-04-25T22:19:46.280Z] Removing intermediate container 69f2d30731b1 [2023-04-25T22:19:46.280Z] ---> f13aed12623e [2023-04-25T22:19:46.280Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-25T22:19:46.280Z] ---> Running in 184c404d0f7a [2023-04-25T22:19:46.539Z] Removing intermediate container 184c404d0f7a [2023-04-25T22:19:46.539Z] ---> f31e8d377c78 [2023-04-25T22:19:46.539Z] Step 12/22 : WORKDIR /edgex [2023-04-25T22:19:46.539Z] ---> Running in 9ccdf69a833e [2023-04-25T22:19:46.539Z] Removing intermediate container 9ccdf69a833e [2023-04-25T22:19:46.539Z] ---> 92a1812bd841 [2023-04-25T22:19:46.539Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:19:46.799Z] Removing intermediate container a55bae324c9d [2023-04-25T22:19:46.799Z] ---> 8efd84a39460 [2023-04-25T22:19:46.799Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-25T22:19:46.799Z] ---> Running in 09a308566089 [2023-04-25T22:19:46.799Z] ---> 5e26a0e1e76f [2023-04-25T22:19:46.799Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:19:46.799Z] Removing intermediate container 09a308566089 [2023-04-25T22:19:46.799Z] ---> 6baab97ea977 [2023-04-25T22:19:46.799Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-25T22:19:46.799Z] ---> Running in 3dfe103344f1 [2023-04-25T22:19:46.799Z] ---> 9587e565b061 [2023-04-25T22:19:46.799Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-25T22:19:46.799Z] Removing intermediate container 3dfe103344f1 [2023-04-25T22:19:46.799Z] ---> 3a4c53e3b010 [2023-04-25T22:19:46.799Z] Step 21/23 : LABEL arch=x86_64 [2023-04-25T22:19:46.799Z] ---> Running in e0aa23992c2b [2023-04-25T22:19:47.062Z] Removing intermediate container e0aa23992c2b [2023-04-25T22:19:47.062Z] ---> 8ef79b55ac25 [2023-04-25T22:19:47.062Z] ---> 96112ff560ed [2023-04-25T22:19:47.062Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238eStep 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-25T22:19:47.062Z] [2023-04-25T22:19:47.062Z] ---> Running in ea591dbdad85 [2023-04-25T22:19:47.062Z] Removing intermediate container ea591dbdad85 [2023-04-25T22:19:47.062Z] ---> 58068c742932 [2023-04-25T22:19:47.062Z] Step 23/23 : LABEL version=3.0.0-dev.138 [2023-04-25T22:19:47.062Z] ---> Running in 616bf1fe5503 [2023-04-25T22:19:47.322Z] Removing intermediate container 616bf1fe5503 [2023-04-25T22:19:47.322Z] ---> aaa9adc8e2cd [2023-04-25T22:19:47.322Z] [2023-04-25T22:19:47.322Z] ---> dc9703581986 [2023-04-25T22:19:47.322Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-25T22:19:47.322Z] Successfully built aaa9adc8e2cd [2023-04-25T22:19:47.322Z] Successfully tagged core-common-config-bootstrapper:latest [2023-04-25T22:19:47.583Z]  Building core-common-config-bootstrapper ... done  ---> 310c7738877f [2023-04-25T22:19:47.583Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-25T22:19:47.583Z] ---> Running in 8ef6aa416c6d [2023-04-25T22:19:48.152Z] Removing intermediate container 8ef6aa416c6d [2023-04-25T22:19:48.152Z] ---> 6c999361795b [2023-04-25T22:19:48.152Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-25T22:19:48.152Z] ---> Running in 2c4d64c6c6a5 [2023-04-25T22:19:48.152Z] Removing intermediate container 2c4d64c6c6a5 [2023-04-25T22:19:48.152Z] ---> 0393c6351091 [2023-04-25T22:19:48.152Z] Step 20/22 : LABEL arch=x86_64 [2023-04-25T22:19:48.152Z] ---> Running in 72ba87ee4c0f [2023-04-25T22:19:48.152Z] Removing intermediate container 72ba87ee4c0f [2023-04-25T22:19:48.152Z] ---> aec598ca5993 [2023-04-25T22:19:48.152Z] Step 21/22 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:19:48.412Z] ---> Running in c056173450d7 [2023-04-25T22:19:48.412Z] Removing intermediate container c056173450d7 [2023-04-25T22:19:48.412Z] ---> f6b10f438166 [2023-04-25T22:19:48.412Z] Step 22/22 : LABEL version=3.0.0-dev.138 [2023-04-25T22:19:48.412Z] ---> Running in 85f94062fde1 [2023-04-25T22:19:48.412Z] Removing intermediate container 85f94062fde1 [2023-04-25T22:19:48.412Z] ---> 99f9291f81ef [2023-04-25T22:19:48.412Z] [2023-04-25T22:19:48.412Z] Successfully built 99f9291f81ef [2023-04-25T22:19:48.412Z] Successfully tagged security-proxy-setup:latest [2023-04-25T22:19:48.679Z]  Building security-proxy-setup ... done  [Pipeline] } [2023-04-25T22:19:48.688Z] $ docker stop --time=1 cc5d935385e6ea7d1adfc4aba33a1892b0871ef83559702921fde82aa67dd6b4 [2023-04-25T22:19:49.975Z] $ docker rm -f --volumes cc5d935385e6ea7d1adfc4aba33a1892b0871ef83559702921fde82aa67dd6b4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-25T22:19:50.303Z] + docker images [2023-04-25T22:19:50.303Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-25T22:19:50.303Z] security-proxy-setup latest 99f9291f81ef 2 seconds ago 18.7MB [2023-04-25T22:19:50.303Z] core-common-config-bootstrapper latest aaa9adc8e2cd 3 seconds ago 17.2MB [2023-04-25T22:19:50.303Z] 134c76bf649a 6 seconds ago 1.7GB [2023-04-25T22:19:50.303Z] 982f9e1bf35a 8 seconds ago 1.72GB [2023-04-25T22:19:50.303Z] security-bootstrapper latest 2a9e759b4ede 11 seconds ago 22.2MB [2023-04-25T22:19:50.303Z] support-notifications latest d5ebbf6489f6 22 seconds ago 32.7MB [2023-04-25T22:19:50.303Z] security-secretstore-setup latest 8d85ac139c0d 22 seconds ago 32.8MB [2023-04-25T22:19:50.303Z] bdd4c9209259 26 seconds ago 1.71GB [2023-04-25T22:19:50.303Z] security-spire-server latest 97212241b44f 33 seconds ago 103MB [2023-04-25T22:19:50.303Z] security-spire-config latest d64e29e3a2b0 33 seconds ago 102MB [2023-04-25T22:19:50.303Z] 8e7e92a38caf 35 seconds ago 1.79GB [2023-04-25T22:19:50.303Z] f15eb9820a30 39 seconds ago 1.58GB [2023-04-25T22:19:50.303Z] 3767e9181382 39 seconds ago 1.72GB [2023-04-25T22:19:50.303Z] support-scheduler latest b486061208fe 52 seconds ago 32.1MB [2023-04-25T22:19:50.303Z] 89a710a17455 53 seconds ago 1.58GB [2023-04-25T22:19:50.303Z] c47024ac46ae About a minute ago 1.79GB [2023-04-25T22:19:50.303Z] core-command latest 658807c16cd2 About a minute ago 19.8MB [2023-04-25T22:19:50.303Z] security-spiffe-token-provider latest 6eede6aab64d 2 minutes ago 32.8MB [2023-04-25T22:19:50.303Z] 97ce0a6e62bd 2 minutes ago 1.72GB [2023-04-25T22:19:50.303Z] security-proxy-auth latest 327e06f955d5 2 minutes ago 18.3MB [2023-04-25T22:19:50.303Z] core-data latest 3e18f140b8d9 2 minutes ago 20MB [2023-04-25T22:19:50.303Z] core-metadata latest 622c664d384d 2 minutes ago 20.4MB [2023-04-25T22:19:50.303Z] 0ef2ae21a510 2 minutes ago 1.76GB [2023-04-25T22:19:50.303Z] ca278783d283 2 minutes ago 1.73GB [2023-04-25T22:19:50.303Z] ce7afa0e9b38 2 minutes ago 1.7GB [2023-04-25T22:19:50.303Z] 6792cb9e1c16 2 minutes ago 1.73GB [2023-04-25T22:19:50.303Z] security-spire-agent latest c5f393b5341f 2 minutes ago 161MB [2023-04-25T22:19:50.303Z] e8721e872718 3 minutes ago 1.58GB [2023-04-25T22:19:50.303Z] ci-base-image-x86_64 latest 79b5d67f23c0 6 minutes ago 918MB [2023-04-25T22:19:50.303Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 26 hours ago 700MB [2023-04-25T22:19:50.303Z] alpine 3.17 9ed4aefc74f6 3 weeks ago 7.05MB [2023-04-25T22:19:50.303Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-04-25T22:19:50.303Z] 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-04-25T22:19:50.420Z] provisioning config files... [2023-04-25T22:19:50.445Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/500@tmp/config14429092386326422859tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:19:50.824Z] ---> docker-login.sh [2023-04-25T22:19:50.825Z] nexus3.edgexfoundry.org:10001 [2023-04-25T22:19:50.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:19:50.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:19:50.825Z] Configure a credential helper to remove this warning. See [2023-04-25T22:19:50.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:19:50.825Z] [2023-04-25T22:19:50.825Z] Login Succeeded [2023-04-25T22:19:50.825Z] nexus3.edgexfoundry.org:10002 [2023-04-25T22:19:50.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:19:51.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:19:51.085Z] Configure a credential helper to remove this warning. See [2023-04-25T22:19:51.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:19:51.085Z] [2023-04-25T22:19:51.085Z] Login Succeeded [2023-04-25T22:19:51.085Z] nexus3.edgexfoundry.org:10003 [2023-04-25T22:19:51.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:19:51.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:19:51.085Z] Configure a credential helper to remove this warning. See [2023-04-25T22:19:51.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:19:51.085Z] [2023-04-25T22:19:51.085Z] Login Succeeded [2023-04-25T22:19:51.085Z] nexus3.edgexfoundry.org:10004 [2023-04-25T22:19:51.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:19:51.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:19:51.364Z] Configure a credential helper to remove this warning. See [2023-04-25T22:19:51.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:19:51.364Z] [2023-04-25T22:19:51.364Z] Login Succeeded [2023-04-25T22:19:51.364Z] docker.io [2023-04-25T22:19:51.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:19:51.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:19:51.644Z] Configure a credential helper to remove this warning. See [2023-04-25T22:19:51.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:19:51.644Z] [2023-04-25T22:19:51.644Z] Login Succeeded [2023-04-25T22:19:51.644Z] ---> docker-login.sh ends [Pipeline] } [2023-04-25T22:19:51.685Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:19:51.713Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-25T22:19:51.730Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-04-25T22:19:51.730Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:19:51.730Z] latest [2023-04-25T22:19:51.730Z] 3.0.0-dev.138 [2023-04-25T22:19:51.730Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:19:51.730Z] main [2023-04-25T22:19:51.730Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:52.078Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:52.398Z] + docker push nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:19:52.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-25T22:19:52.398Z] 472195b8c314: Preparing [2023-04-25T22:19:52.398Z] b786a8726f2e: Preparing [2023-04-25T22:19:52.398Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:19:52.398Z] 7c399eb73e87: Preparing [2023-04-25T22:19:52.398Z] b23baaeba662: Preparing [2023-04-25T22:19:52.398Z] f1417ff83b31: Preparing [2023-04-25T22:19:52.398Z] f1417ff83b31: Waiting [2023-04-25T22:19:52.398Z] 4a1dd47cf2fc: Pushed [2023-04-25T22:19:52.398Z] 7c399eb73e87: Pushed [2023-04-25T22:19:52.398Z] 472195b8c314: Pushed [2023-04-25T22:19:52.398Z] f1417ff83b31: Layer already exists [2023-04-25T22:19:52.398Z] b23baaeba662: Pushed [2023-04-25T22:19:53.774Z] b786a8726f2e: Pushed [2023-04-25T22:19:53.774Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:ee128de538b7405a1d54fccc0915aee2fc2a0bd2e3f505c72b2f5ee96bea8922 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:54.343Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:54.657Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-04-25T22:19:54.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-25T22:19:54.657Z] 472195b8c314: Preparing [2023-04-25T22:19:54.657Z] b786a8726f2e: Preparing [2023-04-25T22:19:54.657Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:19:54.657Z] 7c399eb73e87: Preparing [2023-04-25T22:19:54.657Z] b23baaeba662: Preparing [2023-04-25T22:19:54.657Z] f1417ff83b31: Preparing [2023-04-25T22:19:54.657Z] f1417ff83b31: Waiting [2023-04-25T22:19:54.657Z] b23baaeba662: Layer already exists [2023-04-25T22:19:54.657Z] b786a8726f2e: Layer already exists [2023-04-25T22:19:54.657Z] 472195b8c314: Layer already exists [2023-04-25T22:19:54.657Z] 7c399eb73e87: Layer already exists [2023-04-25T22:19:54.657Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:19:54.657Z] f1417ff83b31: Layer already exists [2023-04-25T22:19:54.657Z] latest: digest: sha256:ee128de538b7405a1d54fccc0915aee2fc2a0bd2e3f505c72b2f5ee96bea8922 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:54.970Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:55.284Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.138 [2023-04-25T22:19:55.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-25T22:19:55.284Z] 472195b8c314: Preparing [2023-04-25T22:19:55.284Z] b786a8726f2e: Preparing [2023-04-25T22:19:55.284Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:19:55.284Z] 7c399eb73e87: Preparing [2023-04-25T22:19:55.284Z] b23baaeba662: Preparing [2023-04-25T22:19:55.284Z] f1417ff83b31: Preparing [2023-04-25T22:19:55.284Z] f1417ff83b31: Waiting [2023-04-25T22:19:55.284Z] b23baaeba662: Layer already exists [2023-04-25T22:19:55.284Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:19:55.284Z] b786a8726f2e: Layer already exists [2023-04-25T22:19:55.284Z] 7c399eb73e87: Layer already exists [2023-04-25T22:19:55.284Z] 472195b8c314: Layer already exists [2023-04-25T22:19:55.284Z] f1417ff83b31: Layer already exists [2023-04-25T22:19:55.284Z] 3.0.0-dev.138: digest: sha256:ee128de538b7405a1d54fccc0915aee2fc2a0bd2e3f505c72b2f5ee96bea8922 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:55.599Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:55.906Z] + docker push nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:19:55.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-25T22:19:55.907Z] 472195b8c314: Preparing [2023-04-25T22:19:55.907Z] b786a8726f2e: Preparing [2023-04-25T22:19:55.907Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:19:55.907Z] 7c399eb73e87: Preparing [2023-04-25T22:19:55.907Z] b23baaeba662: Preparing [2023-04-25T22:19:55.907Z] f1417ff83b31: Preparing [2023-04-25T22:19:55.907Z] f1417ff83b31: Waiting [2023-04-25T22:19:55.907Z] 7c399eb73e87: Layer already exists [2023-04-25T22:19:55.907Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:19:55.907Z] 472195b8c314: Layer already exists [2023-04-25T22:19:55.907Z] b786a8726f2e: Layer already exists [2023-04-25T22:19:55.907Z] b23baaeba662: Layer already exists [2023-04-25T22:19:55.907Z] f1417ff83b31: Layer already exists [2023-04-25T22:19:55.907Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:ee128de538b7405a1d54fccc0915aee2fc2a0bd2e3f505c72b2f5ee96bea8922 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:56.214Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:56.525Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-04-25T22:19:56.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-25T22:19:56.525Z] 472195b8c314: Preparing [2023-04-25T22:19:56.525Z] b786a8726f2e: Preparing [2023-04-25T22:19:56.525Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:19:56.525Z] 7c399eb73e87: Preparing [2023-04-25T22:19:56.525Z] b23baaeba662: Preparing [2023-04-25T22:19:56.525Z] f1417ff83b31: Preparing [2023-04-25T22:19:56.525Z] f1417ff83b31: Waiting [2023-04-25T22:19:56.525Z] 472195b8c314: Layer already exists [2023-04-25T22:19:56.525Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:19:56.525Z] b786a8726f2e: Layer already exists [2023-04-25T22:19:56.525Z] 7c399eb73e87: Layer already exists [2023-04-25T22:19:56.525Z] b23baaeba662: Layer already exists [2023-04-25T22:19:56.525Z] f1417ff83b31: Layer already exists [2023-04-25T22:19:56.525Z] main: digest: sha256:ee128de538b7405a1d54fccc0915aee2fc2a0bd2e3f505c72b2f5ee96bea8922 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:19:56.563Z] ===================================================== [Pipeline] echo [2023-04-25T22:19:56.570Z] taggedImages: [2023-04-25T22:19:56.570Z] - nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:19:56.570Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-04-25T22:19:56.570Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.138 [2023-04-25T22:19:56.570Z] - nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:19:56.570Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-04-25T22:19:56.586Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-04-25T22:19:56.586Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:19:56.586Z] latest [2023-04-25T22:19:56.586Z] 3.0.0-dev.138 [2023-04-25T22:19:56.586Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:19:56.586Z] main [2023-04-25T22:19:56.586Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:56.915Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:57.219Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:19:57.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-25T22:19:57.219Z] 0b23548a27c7: Preparing [2023-04-25T22:19:57.219Z] a2e92061d536: Preparing [2023-04-25T22:19:57.219Z] 3323dbb87495: Preparing [2023-04-25T22:19:57.219Z] 73826acea1ae: Preparing [2023-04-25T22:19:57.219Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:19:57.219Z] 7c399eb73e87: Preparing [2023-04-25T22:19:57.219Z] c89bf8ec082e: Preparing [2023-04-25T22:19:57.219Z] f1417ff83b31: Preparing [2023-04-25T22:19:57.219Z] 7c399eb73e87: Waiting [2023-04-25T22:19:57.219Z] c89bf8ec082e: Waiting [2023-04-25T22:19:57.219Z] f1417ff83b31: Waiting [2023-04-25T22:19:57.219Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:19:57.219Z] 7c399eb73e87: Layer already exists [2023-04-25T22:19:57.219Z] 3323dbb87495: Pushed [2023-04-25T22:19:57.219Z] 0b23548a27c7: Pushed [2023-04-25T22:19:57.219Z] a2e92061d536: Pushed [2023-04-25T22:19:57.219Z] f1417ff83b31: Layer already exists [2023-04-25T22:19:57.219Z] c89bf8ec082e: Pushed [2023-04-25T22:19:58.597Z] 73826acea1ae: Pushed [2023-04-25T22:19:58.597Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:c0456b4a139ca38beee0e84b8c39c870ad0c37f167d4493bfcd894852db461ae size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:58.907Z] + 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-04-25T22:19:59.207Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-04-25T22:19:59.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-25T22:19:59.207Z] 0b23548a27c7: Preparing [2023-04-25T22:19:59.207Z] a2e92061d536: Preparing [2023-04-25T22:19:59.207Z] 3323dbb87495: Preparing [2023-04-25T22:19:59.207Z] 73826acea1ae: Preparing [2023-04-25T22:19:59.207Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:19:59.207Z] 7c399eb73e87: Preparing [2023-04-25T22:19:59.207Z] c89bf8ec082e: Preparing [2023-04-25T22:19:59.207Z] f1417ff83b31: Preparing [2023-04-25T22:19:59.207Z] 7c399eb73e87: Waiting [2023-04-25T22:19:59.207Z] c89bf8ec082e: Waiting [2023-04-25T22:19:59.207Z] f1417ff83b31: Waiting [2023-04-25T22:19:59.207Z] 3323dbb87495: Layer already exists [2023-04-25T22:19:59.207Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:19:59.207Z] a2e92061d536: Layer already exists [2023-04-25T22:19:59.207Z] 73826acea1ae: Layer already exists [2023-04-25T22:19:59.207Z] 0b23548a27c7: Layer already exists [2023-04-25T22:19:59.207Z] 7c399eb73e87: Layer already exists [2023-04-25T22:19:59.207Z] c89bf8ec082e: Layer already exists [2023-04-25T22:19:59.207Z] f1417ff83b31: Layer already exists [2023-04-25T22:19:59.207Z] latest: digest: sha256:c0456b4a139ca38beee0e84b8c39c870ad0c37f167d4493bfcd894852db461ae size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:59.512Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:19:59.817Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.138 [2023-04-25T22:19:59.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-25T22:19:59.817Z] 0b23548a27c7: Preparing [2023-04-25T22:19:59.817Z] a2e92061d536: Preparing [2023-04-25T22:19:59.817Z] 3323dbb87495: Preparing [2023-04-25T22:19:59.817Z] 73826acea1ae: Preparing [2023-04-25T22:19:59.817Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:19:59.817Z] 7c399eb73e87: Preparing [2023-04-25T22:19:59.817Z] c89bf8ec082e: Preparing [2023-04-25T22:19:59.817Z] 7c399eb73e87: Waiting [2023-04-25T22:19:59.817Z] f1417ff83b31: Preparing [2023-04-25T22:19:59.817Z] c89bf8ec082e: Waiting [2023-04-25T22:19:59.817Z] 73826acea1ae: Layer already exists [2023-04-25T22:19:59.817Z] a2e92061d536: Layer already exists [2023-04-25T22:19:59.817Z] 0b23548a27c7: Layer already exists [2023-04-25T22:19:59.817Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:19:59.817Z] 3323dbb87495: Layer already exists [2023-04-25T22:19:59.817Z] c89bf8ec082e: Layer already exists [2023-04-25T22:19:59.817Z] 7c399eb73e87: Layer already exists [2023-04-25T22:19:59.817Z] f1417ff83b31: Layer already exists [2023-04-25T22:19:59.817Z] 3.0.0-dev.138: digest: sha256:c0456b4a139ca38beee0e84b8c39c870ad0c37f167d4493bfcd894852db461ae size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:00.127Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:00.426Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:00.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-25T22:20:00.426Z] 0b23548a27c7: Preparing [2023-04-25T22:20:00.426Z] a2e92061d536: Preparing [2023-04-25T22:20:00.426Z] 3323dbb87495: Preparing [2023-04-25T22:20:00.426Z] 73826acea1ae: Preparing [2023-04-25T22:20:00.426Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:00.426Z] 7c399eb73e87: Preparing [2023-04-25T22:20:00.426Z] c89bf8ec082e: Preparing [2023-04-25T22:20:00.426Z] f1417ff83b31: Preparing [2023-04-25T22:20:00.426Z] 7c399eb73e87: Waiting [2023-04-25T22:20:00.426Z] c89bf8ec082e: Waiting [2023-04-25T22:20:00.426Z] f1417ff83b31: Waiting [2023-04-25T22:20:00.426Z] a2e92061d536: Layer already exists [2023-04-25T22:20:00.426Z] 0b23548a27c7: Layer already exists [2023-04-25T22:20:00.426Z] 73826acea1ae: Layer already exists [2023-04-25T22:20:00.426Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:00.426Z] 3323dbb87495: Layer already exists [2023-04-25T22:20:00.426Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:00.426Z] c89bf8ec082e: Layer already exists [2023-04-25T22:20:00.426Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:00.426Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:c0456b4a139ca38beee0e84b8c39c870ad0c37f167d4493bfcd894852db461ae size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:00.735Z] + 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-04-25T22:20:01.040Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-04-25T22:20:01.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-25T22:20:01.040Z] 0b23548a27c7: Preparing [2023-04-25T22:20:01.040Z] a2e92061d536: Preparing [2023-04-25T22:20:01.040Z] 3323dbb87495: Preparing [2023-04-25T22:20:01.040Z] 73826acea1ae: Preparing [2023-04-25T22:20:01.040Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:01.040Z] 7c399eb73e87: Preparing [2023-04-25T22:20:01.040Z] c89bf8ec082e: Preparing [2023-04-25T22:20:01.040Z] f1417ff83b31: Preparing [2023-04-25T22:20:01.040Z] 7c399eb73e87: Waiting [2023-04-25T22:20:01.040Z] c89bf8ec082e: Waiting [2023-04-25T22:20:01.040Z] f1417ff83b31: Waiting [2023-04-25T22:20:01.040Z] a2e92061d536: Layer already exists [2023-04-25T22:20:01.040Z] 73826acea1ae: Layer already exists [2023-04-25T22:20:01.040Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:01.040Z] 3323dbb87495: Layer already exists [2023-04-25T22:20:01.040Z] 0b23548a27c7: Layer already exists [2023-04-25T22:20:01.040Z] c89bf8ec082e: Layer already exists [2023-04-25T22:20:01.040Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:01.040Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:01.040Z] main: digest: sha256:c0456b4a139ca38beee0e84b8c39c870ad0c37f167d4493bfcd894852db461ae size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:20:01.089Z] ===================================================== [Pipeline] echo [2023-04-25T22:20:01.098Z] taggedImages: [2023-04-25T22:20:01.098Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:01.098Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-04-25T22:20:01.098Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.138 [2023-04-25T22:20:01.098Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:01.098Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-04-25T22:20:01.122Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-04-25T22:20:01.122Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:01.122Z] latest [2023-04-25T22:20:01.122Z] 3.0.0-dev.138 [2023-04-25T22:20:01.122Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:01.122Z] main [2023-04-25T22:20:01.122Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:01.441Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:01.747Z] + docker push nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:01.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-25T22:20:01.748Z] b09185fcbdd4: Preparing [2023-04-25T22:20:01.748Z] 29f957dd9928: Preparing [2023-04-25T22:20:01.748Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:01.748Z] 7c399eb73e87: Preparing [2023-04-25T22:20:01.748Z] 50423a6dff3d: Preparing [2023-04-25T22:20:01.748Z] f1417ff83b31: Preparing [2023-04-25T22:20:01.748Z] f1417ff83b31: Waiting [2023-04-25T22:20:01.748Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:01.748Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:01.748Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:01.748Z] b09185fcbdd4: Pushed [2023-04-25T22:20:01.748Z] 50423a6dff3d: Pushed [2023-04-25T22:20:03.122Z] 29f957dd9928: Pushed [2023-04-25T22:20:03.122Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:4c705e10deb1aa85e2bc1d97f066f5b31033acf29847ffa64df828b94b6751cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:03.434Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:03.733Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-04-25T22:20:03.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-25T22:20:03.733Z] b09185fcbdd4: Preparing [2023-04-25T22:20:03.733Z] 29f957dd9928: Preparing [2023-04-25T22:20:03.733Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:03.733Z] 7c399eb73e87: Preparing [2023-04-25T22:20:03.733Z] 50423a6dff3d: Preparing [2023-04-25T22:20:03.733Z] f1417ff83b31: Preparing [2023-04-25T22:20:03.733Z] f1417ff83b31: Waiting [2023-04-25T22:20:03.733Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:03.733Z] 29f957dd9928: Layer already exists [2023-04-25T22:20:03.733Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:03.733Z] b09185fcbdd4: Layer already exists [2023-04-25T22:20:03.733Z] 50423a6dff3d: Layer already exists [2023-04-25T22:20:03.733Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:03.733Z] latest: digest: sha256:4c705e10deb1aa85e2bc1d97f066f5b31033acf29847ffa64df828b94b6751cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:04.038Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:04.341Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.138 [2023-04-25T22:20:04.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-25T22:20:04.341Z] b09185fcbdd4: Preparing [2023-04-25T22:20:04.341Z] 29f957dd9928: Preparing [2023-04-25T22:20:04.341Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:04.341Z] 7c399eb73e87: Preparing [2023-04-25T22:20:04.341Z] 50423a6dff3d: Preparing [2023-04-25T22:20:04.341Z] f1417ff83b31: Preparing [2023-04-25T22:20:04.341Z] f1417ff83b31: Waiting [2023-04-25T22:20:04.341Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:04.341Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:04.341Z] 29f957dd9928: Layer already exists [2023-04-25T22:20:04.341Z] 50423a6dff3d: Layer already exists [2023-04-25T22:20:04.341Z] b09185fcbdd4: Layer already exists [2023-04-25T22:20:04.341Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:04.341Z] 3.0.0-dev.138: digest: sha256:4c705e10deb1aa85e2bc1d97f066f5b31033acf29847ffa64df828b94b6751cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:04.647Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:04.959Z] + docker push nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:04.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-25T22:20:04.959Z] b09185fcbdd4: Preparing [2023-04-25T22:20:04.959Z] 29f957dd9928: Preparing [2023-04-25T22:20:04.959Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:04.959Z] 7c399eb73e87: Preparing [2023-04-25T22:20:04.959Z] 50423a6dff3d: Preparing [2023-04-25T22:20:04.959Z] f1417ff83b31: Preparing [2023-04-25T22:20:04.959Z] f1417ff83b31: Waiting [2023-04-25T22:20:04.959Z] 50423a6dff3d: Layer already exists [2023-04-25T22:20:04.959Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:04.959Z] b09185fcbdd4: Layer already exists [2023-04-25T22:20:04.959Z] 29f957dd9928: Layer already exists [2023-04-25T22:20:04.959Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:04.959Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:04.959Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:4c705e10deb1aa85e2bc1d97f066f5b31033acf29847ffa64df828b94b6751cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:05.269Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:05.571Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-04-25T22:20:05.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-25T22:20:05.571Z] b09185fcbdd4: Preparing [2023-04-25T22:20:05.571Z] 29f957dd9928: Preparing [2023-04-25T22:20:05.571Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:05.571Z] 7c399eb73e87: Preparing [2023-04-25T22:20:05.571Z] 50423a6dff3d: Preparing [2023-04-25T22:20:05.571Z] f1417ff83b31: Preparing [2023-04-25T22:20:05.571Z] f1417ff83b31: Waiting [2023-04-25T22:20:05.571Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:05.571Z] b09185fcbdd4: Layer already exists [2023-04-25T22:20:05.571Z] 50423a6dff3d: Layer already exists [2023-04-25T22:20:05.571Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:05.571Z] 29f957dd9928: Layer already exists [2023-04-25T22:20:05.571Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:05.571Z] main: digest: sha256:4c705e10deb1aa85e2bc1d97f066f5b31033acf29847ffa64df828b94b6751cf size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:20:05.608Z] ===================================================== [Pipeline] echo [2023-04-25T22:20:05.614Z] taggedImages: [2023-04-25T22:20:05.614Z] - nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:05.614Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-04-25T22:20:05.614Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.138 [2023-04-25T22:20:05.614Z] - nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:05.614Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-04-25T22:20:05.628Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-04-25T22:20:05.629Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:05.629Z] latest [2023-04-25T22:20:05.629Z] 3.0.0-dev.138 [2023-04-25T22:20:05.629Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:05.629Z] main [2023-04-25T22:20:05.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:05.936Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:06.236Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:06.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-25T22:20:06.236Z] a6b86a736d10: Preparing [2023-04-25T22:20:06.236Z] b1b4110bfbd8: Preparing [2023-04-25T22:20:06.236Z] 5519c4584395: Preparing [2023-04-25T22:20:06.236Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:06.236Z] 7c399eb73e87: Preparing [2023-04-25T22:20:06.236Z] b23baaeba662: Preparing [2023-04-25T22:20:06.236Z] f1417ff83b31: Preparing [2023-04-25T22:20:06.236Z] f1417ff83b31: Waiting [2023-04-25T22:20:06.236Z] b23baaeba662: Waiting [2023-04-25T22:20:06.236Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:06.236Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:06.236Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:06.236Z] b23baaeba662: Layer already exists [2023-04-25T22:20:06.236Z] a6b86a736d10: Pushed [2023-04-25T22:20:06.236Z] b1b4110bfbd8: Pushed [2023-04-25T22:20:07.613Z] 5519c4584395: Pushed [2023-04-25T22:20:07.872Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:d6bcc087d3ac72193b27a62d91035c277b8b8fe4e404809b72da80723db129f7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:08.179Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:08.490Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-04-25T22:20:08.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-25T22:20:08.490Z] a6b86a736d10: Preparing [2023-04-25T22:20:08.490Z] b1b4110bfbd8: Preparing [2023-04-25T22:20:08.490Z] 5519c4584395: Preparing [2023-04-25T22:20:08.490Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:08.490Z] 7c399eb73e87: Preparing [2023-04-25T22:20:08.490Z] b23baaeba662: Preparing [2023-04-25T22:20:08.490Z] f1417ff83b31: Preparing [2023-04-25T22:20:08.490Z] f1417ff83b31: Waiting [2023-04-25T22:20:08.490Z] b23baaeba662: Waiting [2023-04-25T22:20:08.490Z] 5519c4584395: Layer already exists [2023-04-25T22:20:08.490Z] b1b4110bfbd8: Layer already exists [2023-04-25T22:20:08.490Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:08.490Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:08.490Z] a6b86a736d10: Layer already exists [2023-04-25T22:20:08.490Z] b23baaeba662: Layer already exists [2023-04-25T22:20:08.490Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:08.490Z] latest: digest: sha256:d6bcc087d3ac72193b27a62d91035c277b8b8fe4e404809b72da80723db129f7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:08.789Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:09.098Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.138 [2023-04-25T22:20:09.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-25T22:20:09.098Z] a6b86a736d10: Preparing [2023-04-25T22:20:09.098Z] b1b4110bfbd8: Preparing [2023-04-25T22:20:09.098Z] 5519c4584395: Preparing [2023-04-25T22:20:09.098Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:09.098Z] 7c399eb73e87: Preparing [2023-04-25T22:20:09.098Z] b23baaeba662: Preparing [2023-04-25T22:20:09.098Z] f1417ff83b31: Preparing [2023-04-25T22:20:09.098Z] f1417ff83b31: Waiting [2023-04-25T22:20:09.098Z] a6b86a736d10: Layer already exists [2023-04-25T22:20:09.098Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:09.098Z] 5519c4584395: Layer already exists [2023-04-25T22:20:09.098Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:09.098Z] b1b4110bfbd8: Layer already exists [2023-04-25T22:20:09.098Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:09.098Z] b23baaeba662: Layer already exists [2023-04-25T22:20:09.098Z] 3.0.0-dev.138: digest: sha256:d6bcc087d3ac72193b27a62d91035c277b8b8fe4e404809b72da80723db129f7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:09.405Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:09.711Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:09.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-25T22:20:09.711Z] a6b86a736d10: Preparing [2023-04-25T22:20:09.711Z] b1b4110bfbd8: Preparing [2023-04-25T22:20:09.711Z] 5519c4584395: Preparing [2023-04-25T22:20:09.711Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:09.711Z] 7c399eb73e87: Preparing [2023-04-25T22:20:09.711Z] b23baaeba662: Preparing [2023-04-25T22:20:09.711Z] f1417ff83b31: Preparing [2023-04-25T22:20:09.711Z] b23baaeba662: Waiting [2023-04-25T22:20:09.711Z] f1417ff83b31: Waiting [2023-04-25T22:20:09.711Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:09.711Z] a6b86a736d10: Layer already exists [2023-04-25T22:20:09.711Z] b1b4110bfbd8: Layer already exists [2023-04-25T22:20:09.711Z] 5519c4584395: Layer already exists [2023-04-25T22:20:09.711Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:09.711Z] b23baaeba662: Layer already exists [2023-04-25T22:20:09.711Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:09.711Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:d6bcc087d3ac72193b27a62d91035c277b8b8fe4e404809b72da80723db129f7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:10.032Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:10.339Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-04-25T22:20:10.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-25T22:20:10.339Z] a6b86a736d10: Preparing [2023-04-25T22:20:10.339Z] b1b4110bfbd8: Preparing [2023-04-25T22:20:10.339Z] 5519c4584395: Preparing [2023-04-25T22:20:10.339Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:10.339Z] 7c399eb73e87: Preparing [2023-04-25T22:20:10.339Z] b23baaeba662: Preparing [2023-04-25T22:20:10.339Z] f1417ff83b31: Preparing [2023-04-25T22:20:10.339Z] b23baaeba662: Waiting [2023-04-25T22:20:10.339Z] 5519c4584395: Layer already exists [2023-04-25T22:20:10.339Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:10.339Z] b1b4110bfbd8: Layer already exists [2023-04-25T22:20:10.339Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:10.339Z] a6b86a736d10: Layer already exists [2023-04-25T22:20:10.339Z] b23baaeba662: Layer already exists [2023-04-25T22:20:10.339Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:10.339Z] main: digest: sha256:d6bcc087d3ac72193b27a62d91035c277b8b8fe4e404809b72da80723db129f7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:20:10.379Z] ===================================================== [Pipeline] echo [2023-04-25T22:20:10.384Z] taggedImages: [2023-04-25T22:20:10.384Z] - nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:10.384Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-04-25T22:20:10.384Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.138 [2023-04-25T22:20:10.384Z] - nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:10.384Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-04-25T22:20:10.409Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-04-25T22:20:10.409Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:10.409Z] latest [2023-04-25T22:20:10.409Z] 3.0.0-dev.138 [2023-04-25T22:20:10.409Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:10.409Z] main [2023-04-25T22:20:10.409Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:10.717Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:11.021Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:11.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-25T22:20:11.021Z] 32cee66a11ec: Preparing [2023-04-25T22:20:11.021Z] 32cee66a11ec: Preparing [2023-04-25T22:20:11.021Z] 4c62491700ab: Preparing [2023-04-25T22:20:11.021Z] 4160cbfb55c5: Preparing [2023-04-25T22:20:11.021Z] f12acc77c70e: Preparing [2023-04-25T22:20:11.021Z] b3f1c315ccb6: Preparing [2023-04-25T22:20:11.021Z] d7257d7dc8ea: Preparing [2023-04-25T22:20:11.021Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:11.021Z] 7c399eb73e87: Preparing [2023-04-25T22:20:11.021Z] 45cf24c769ee: Preparing [2023-04-25T22:20:11.021Z] b28d646a543c: Preparing [2023-04-25T22:20:11.021Z] 5a5e2df6dc9e: Preparing [2023-04-25T22:20:11.021Z] 52b313a30284: Preparing [2023-04-25T22:20:11.021Z] f1417ff83b31: Preparing [2023-04-25T22:20:11.021Z] 7c399eb73e87: Waiting [2023-04-25T22:20:11.021Z] 52b313a30284: Waiting [2023-04-25T22:20:11.021Z] 45cf24c769ee: Waiting [2023-04-25T22:20:11.021Z] f1417ff83b31: Waiting [2023-04-25T22:20:11.021Z] b28d646a543c: Waiting [2023-04-25T22:20:11.021Z] 5a5e2df6dc9e: Waiting [2023-04-25T22:20:11.021Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:11.021Z] d7257d7dc8ea: Waiting [2023-04-25T22:20:11.280Z] b3f1c315ccb6: Pushed [2023-04-25T22:20:11.280Z] 32cee66a11ec: Pushed [2023-04-25T22:20:11.280Z] 4160cbfb55c5: Pushed [2023-04-25T22:20:11.280Z] 4c62491700ab: Pushed [2023-04-25T22:20:11.280Z] f12acc77c70e: Pushed [2023-04-25T22:20:11.280Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:11.280Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:11.280Z] 45cf24c769ee: Pushed [2023-04-25T22:20:11.280Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:11.280Z] 5a5e2df6dc9e: Pushed [2023-04-25T22:20:11.280Z] 52b313a30284: Pushed [2023-04-25T22:20:11.280Z] b28d646a543c: Pushed [2023-04-25T22:20:12.658Z] d7257d7dc8ea: Pushed [2023-04-25T22:20:12.916Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:872c0753ba08d40a0dc71bc2a63c2a93c8f0ac1d90e2825ac2b238db08104a5f size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:13.234Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:13.545Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-04-25T22:20:13.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-25T22:20:13.545Z] 32cee66a11ec: Preparing [2023-04-25T22:20:13.545Z] 32cee66a11ec: Preparing [2023-04-25T22:20:13.545Z] 4c62491700ab: Preparing [2023-04-25T22:20:13.545Z] 4160cbfb55c5: Preparing [2023-04-25T22:20:13.545Z] f12acc77c70e: Preparing [2023-04-25T22:20:13.545Z] b3f1c315ccb6: Preparing [2023-04-25T22:20:13.545Z] d7257d7dc8ea: Preparing [2023-04-25T22:20:13.545Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:13.545Z] 7c399eb73e87: Preparing [2023-04-25T22:20:13.545Z] 45cf24c769ee: Preparing [2023-04-25T22:20:13.545Z] b28d646a543c: Preparing [2023-04-25T22:20:13.545Z] 5a5e2df6dc9e: Preparing [2023-04-25T22:20:13.545Z] 52b313a30284: Preparing [2023-04-25T22:20:13.545Z] f1417ff83b31: Preparing [2023-04-25T22:20:13.545Z] 45cf24c769ee: Waiting [2023-04-25T22:20:13.545Z] f1417ff83b31: Waiting [2023-04-25T22:20:13.545Z] 52b313a30284: Waiting [2023-04-25T22:20:13.545Z] b28d646a543c: Waiting [2023-04-25T22:20:13.545Z] d7257d7dc8ea: Waiting [2023-04-25T22:20:13.545Z] 5a5e2df6dc9e: Waiting [2023-04-25T22:20:13.545Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:13.545Z] 7c399eb73e87: Waiting [2023-04-25T22:20:13.545Z] f12acc77c70e: Layer already exists [2023-04-25T22:20:13.545Z] b3f1c315ccb6: Layer already exists [2023-04-25T22:20:13.545Z] 32cee66a11ec: Layer already exists [2023-04-25T22:20:13.545Z] 4160cbfb55c5: Layer already exists [2023-04-25T22:20:13.545Z] 4c62491700ab: Layer already exists [2023-04-25T22:20:13.545Z] d7257d7dc8ea: Layer already exists [2023-04-25T22:20:13.545Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:13.545Z] 45cf24c769ee: Layer already exists [2023-04-25T22:20:13.545Z] b28d646a543c: Layer already exists [2023-04-25T22:20:13.545Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:13.545Z] 5a5e2df6dc9e: Layer already exists [2023-04-25T22:20:13.545Z] 52b313a30284: Layer already exists [2023-04-25T22:20:13.545Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:13.545Z] latest: digest: sha256:872c0753ba08d40a0dc71bc2a63c2a93c8f0ac1d90e2825ac2b238db08104a5f size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:13.860Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:14.170Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.138 [2023-04-25T22:20:14.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-25T22:20:14.170Z] 32cee66a11ec: Preparing [2023-04-25T22:20:14.170Z] 32cee66a11ec: Preparing [2023-04-25T22:20:14.170Z] 4c62491700ab: Preparing [2023-04-25T22:20:14.170Z] 4160cbfb55c5: Preparing [2023-04-25T22:20:14.170Z] f12acc77c70e: Preparing [2023-04-25T22:20:14.170Z] b3f1c315ccb6: Preparing [2023-04-25T22:20:14.170Z] d7257d7dc8ea: Preparing [2023-04-25T22:20:14.170Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:14.170Z] 7c399eb73e87: Preparing [2023-04-25T22:20:14.170Z] 45cf24c769ee: Preparing [2023-04-25T22:20:14.170Z] b28d646a543c: Preparing [2023-04-25T22:20:14.170Z] 5a5e2df6dc9e: Preparing [2023-04-25T22:20:14.170Z] 52b313a30284: Preparing [2023-04-25T22:20:14.170Z] f1417ff83b31: Preparing [2023-04-25T22:20:14.170Z] 45cf24c769ee: Waiting [2023-04-25T22:20:14.170Z] b28d646a543c: Waiting [2023-04-25T22:20:14.170Z] 5a5e2df6dc9e: Waiting [2023-04-25T22:20:14.170Z] d7257d7dc8ea: Waiting [2023-04-25T22:20:14.170Z] f1417ff83b31: Waiting [2023-04-25T22:20:14.170Z] 7c399eb73e87: Waiting [2023-04-25T22:20:14.170Z] 52b313a30284: Waiting [2023-04-25T22:20:14.170Z] 4160cbfb55c5: Layer already exists [2023-04-25T22:20:14.170Z] b3f1c315ccb6: Layer already exists [2023-04-25T22:20:14.170Z] f12acc77c70e: Layer already exists [2023-04-25T22:20:14.170Z] 32cee66a11ec: Layer already exists [2023-04-25T22:20:14.170Z] 4c62491700ab: Layer already exists [2023-04-25T22:20:14.170Z] d7257d7dc8ea: Layer already exists [2023-04-25T22:20:14.170Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:14.170Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:14.170Z] 45cf24c769ee: Layer already exists [2023-04-25T22:20:14.170Z] b28d646a543c: Layer already exists [2023-04-25T22:20:14.170Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:14.170Z] 52b313a30284: Layer already exists [2023-04-25T22:20:14.170Z] 5a5e2df6dc9e: Layer already exists [2023-04-25T22:20:14.170Z] 3.0.0-dev.138: digest: sha256:872c0753ba08d40a0dc71bc2a63c2a93c8f0ac1d90e2825ac2b238db08104a5f size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:14.475Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:14.857Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:14.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-25T22:20:14.858Z] 32cee66a11ec: Preparing [2023-04-25T22:20:14.858Z] 32cee66a11ec: Preparing [2023-04-25T22:20:14.858Z] 4c62491700ab: Preparing [2023-04-25T22:20:14.858Z] 4160cbfb55c5: Preparing [2023-04-25T22:20:14.858Z] f12acc77c70e: Preparing [2023-04-25T22:20:14.858Z] b3f1c315ccb6: Preparing [2023-04-25T22:20:14.858Z] d7257d7dc8ea: Preparing [2023-04-25T22:20:14.858Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:14.858Z] 7c399eb73e87: Preparing [2023-04-25T22:20:14.858Z] 45cf24c769ee: Preparing [2023-04-25T22:20:14.858Z] b28d646a543c: Preparing [2023-04-25T22:20:14.858Z] 5a5e2df6dc9e: Preparing [2023-04-25T22:20:14.858Z] 52b313a30284: Preparing [2023-04-25T22:20:14.858Z] f1417ff83b31: Preparing [2023-04-25T22:20:14.858Z] 7c399eb73e87: Waiting [2023-04-25T22:20:14.858Z] 45cf24c769ee: Waiting [2023-04-25T22:20:14.858Z] b28d646a543c: Waiting [2023-04-25T22:20:14.858Z] d7257d7dc8ea: Waiting [2023-04-25T22:20:14.858Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:14.858Z] 5a5e2df6dc9e: Waiting [2023-04-25T22:20:14.858Z] 52b313a30284: Waiting [2023-04-25T22:20:14.858Z] f1417ff83b31: Waiting [2023-04-25T22:20:14.858Z] 4160cbfb55c5: Layer already exists [2023-04-25T22:20:14.858Z] f12acc77c70e: Layer already exists [2023-04-25T22:20:14.858Z] 32cee66a11ec: Layer already exists [2023-04-25T22:20:14.858Z] 4c62491700ab: Layer already exists [2023-04-25T22:20:14.858Z] b3f1c315ccb6: Layer already exists [2023-04-25T22:20:14.858Z] b28d646a543c: Layer already exists [2023-04-25T22:20:14.858Z] d7257d7dc8ea: Layer already exists [2023-04-25T22:20:14.858Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:14.858Z] 45cf24c769ee: Layer already exists [2023-04-25T22:20:14.858Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:14.858Z] 5a5e2df6dc9e: Layer already exists [2023-04-25T22:20:14.858Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:14.858Z] 52b313a30284: Layer already exists [2023-04-25T22:20:14.858Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:872c0753ba08d40a0dc71bc2a63c2a93c8f0ac1d90e2825ac2b238db08104a5f size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:15.183Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:15.492Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-04-25T22:20:15.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-25T22:20:15.492Z] 32cee66a11ec: Preparing [2023-04-25T22:20:15.492Z] 32cee66a11ec: Preparing [2023-04-25T22:20:15.492Z] 4c62491700ab: Preparing [2023-04-25T22:20:15.492Z] 4160cbfb55c5: Preparing [2023-04-25T22:20:15.492Z] f12acc77c70e: Preparing [2023-04-25T22:20:15.492Z] b3f1c315ccb6: Preparing [2023-04-25T22:20:15.492Z] d7257d7dc8ea: Preparing [2023-04-25T22:20:15.492Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:15.492Z] 7c399eb73e87: Preparing [2023-04-25T22:20:15.492Z] 45cf24c769ee: Preparing [2023-04-25T22:20:15.492Z] b28d646a543c: Preparing [2023-04-25T22:20:15.492Z] 5a5e2df6dc9e: Preparing [2023-04-25T22:20:15.492Z] 52b313a30284: Preparing [2023-04-25T22:20:15.492Z] f1417ff83b31: Preparing [2023-04-25T22:20:15.492Z] 45cf24c769ee: Waiting [2023-04-25T22:20:15.492Z] 52b313a30284: Waiting [2023-04-25T22:20:15.492Z] b28d646a543c: Waiting [2023-04-25T22:20:15.492Z] 5a5e2df6dc9e: Waiting [2023-04-25T22:20:15.492Z] d7257d7dc8ea: Waiting [2023-04-25T22:20:15.492Z] f1417ff83b31: Waiting [2023-04-25T22:20:15.492Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:15.492Z] 7c399eb73e87: Waiting [2023-04-25T22:20:15.492Z] 4c62491700ab: Layer already exists [2023-04-25T22:20:15.492Z] 4160cbfb55c5: Layer already exists [2023-04-25T22:20:15.492Z] b3f1c315ccb6: Layer already exists [2023-04-25T22:20:15.492Z] 32cee66a11ec: Layer already exists [2023-04-25T22:20:15.492Z] f12acc77c70e: Layer already exists [2023-04-25T22:20:15.492Z] d7257d7dc8ea: Layer already exists [2023-04-25T22:20:15.492Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:15.492Z] 45cf24c769ee: Layer already exists [2023-04-25T22:20:15.492Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:15.492Z] b28d646a543c: Layer already exists [2023-04-25T22:20:15.492Z] 5a5e2df6dc9e: Layer already exists [2023-04-25T22:20:15.492Z] 52b313a30284: Layer already exists [2023-04-25T22:20:15.492Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:15.492Z] main: digest: sha256:872c0753ba08d40a0dc71bc2a63c2a93c8f0ac1d90e2825ac2b238db08104a5f size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:20:15.531Z] ===================================================== [Pipeline] echo [2023-04-25T22:20:15.537Z] taggedImages: [2023-04-25T22:20:15.537Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:15.537Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-04-25T22:20:15.537Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.138 [2023-04-25T22:20:15.537Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:15.537Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-04-25T22:20:15.561Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-04-25T22:20:15.561Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:15.561Z] latest [2023-04-25T22:20:15.561Z] 3.0.0-dev.138 [2023-04-25T22:20:15.561Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:15.561Z] main [2023-04-25T22:20:15.561Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:15.884Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:16.187Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:16.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-25T22:20:16.187Z] dd75ebd2bc31: Preparing [2023-04-25T22:20:16.187Z] 9af23db1f064: Preparing [2023-04-25T22:20:16.187Z] e47da5087650: Preparing [2023-04-25T22:20:16.187Z] 23461f5bbc83: Preparing [2023-04-25T22:20:16.187Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:16.187Z] 7c399eb73e87: Preparing [2023-04-25T22:20:16.187Z] c89bf8ec082e: Preparing [2023-04-25T22:20:16.187Z] f1417ff83b31: Preparing [2023-04-25T22:20:16.187Z] f1417ff83b31: Waiting [2023-04-25T22:20:16.187Z] c89bf8ec082e: Waiting [2023-04-25T22:20:16.187Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:16.187Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:16.187Z] c89bf8ec082e: Layer already exists [2023-04-25T22:20:16.187Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:16.187Z] e47da5087650: Pushed [2023-04-25T22:20:16.187Z] dd75ebd2bc31: Pushed [2023-04-25T22:20:16.187Z] 9af23db1f064: Pushed [2023-04-25T22:20:17.564Z] 23461f5bbc83: Pushed [2023-04-25T22:20:17.564Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:59b558e0a65ec24f6b4b6af8be47112caa0f7ca203712fa15fbc14aeb7d73101 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:17.873Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:18.172Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-04-25T22:20:18.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-25T22:20:18.172Z] dd75ebd2bc31: Preparing [2023-04-25T22:20:18.172Z] 9af23db1f064: Preparing [2023-04-25T22:20:18.172Z] e47da5087650: Preparing [2023-04-25T22:20:18.172Z] 23461f5bbc83: Preparing [2023-04-25T22:20:18.172Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:18.172Z] 7c399eb73e87: Preparing [2023-04-25T22:20:18.172Z] c89bf8ec082e: Preparing [2023-04-25T22:20:18.172Z] f1417ff83b31: Preparing [2023-04-25T22:20:18.172Z] 7c399eb73e87: Waiting [2023-04-25T22:20:18.172Z] c89bf8ec082e: Waiting [2023-04-25T22:20:18.172Z] dd75ebd2bc31: Layer already exists [2023-04-25T22:20:18.172Z] 9af23db1f064: Layer already exists [2023-04-25T22:20:18.172Z] 23461f5bbc83: Layer already exists [2023-04-25T22:20:18.172Z] e47da5087650: Layer already exists [2023-04-25T22:20:18.172Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:18.172Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:18.172Z] c89bf8ec082e: Layer already exists [2023-04-25T22:20:18.172Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:18.172Z] latest: digest: sha256:59b558e0a65ec24f6b4b6af8be47112caa0f7ca203712fa15fbc14aeb7d73101 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:18.494Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:18.792Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.138 [2023-04-25T22:20:18.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-25T22:20:18.792Z] dd75ebd2bc31: Preparing [2023-04-25T22:20:18.792Z] 9af23db1f064: Preparing [2023-04-25T22:20:18.792Z] e47da5087650: Preparing [2023-04-25T22:20:18.792Z] 23461f5bbc83: Preparing [2023-04-25T22:20:18.792Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:18.792Z] 7c399eb73e87: Preparing [2023-04-25T22:20:18.792Z] c89bf8ec082e: Preparing [2023-04-25T22:20:18.792Z] f1417ff83b31: Preparing [2023-04-25T22:20:18.792Z] c89bf8ec082e: Waiting [2023-04-25T22:20:18.792Z] f1417ff83b31: Waiting [2023-04-25T22:20:18.792Z] 7c399eb73e87: Waiting [2023-04-25T22:20:18.792Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:18.792Z] dd75ebd2bc31: Layer already exists [2023-04-25T22:20:18.792Z] e47da5087650: Layer already exists [2023-04-25T22:20:18.792Z] 23461f5bbc83: Layer already exists [2023-04-25T22:20:18.792Z] 9af23db1f064: Layer already exists [2023-04-25T22:20:18.792Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:18.792Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:18.792Z] c89bf8ec082e: Layer already exists [2023-04-25T22:20:18.792Z] 3.0.0-dev.138: digest: sha256:59b558e0a65ec24f6b4b6af8be47112caa0f7ca203712fa15fbc14aeb7d73101 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:19.096Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:19.402Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:19.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-25T22:20:19.402Z] dd75ebd2bc31: Preparing [2023-04-25T22:20:19.402Z] 9af23db1f064: Preparing [2023-04-25T22:20:19.402Z] e47da5087650: Preparing [2023-04-25T22:20:19.402Z] 23461f5bbc83: Preparing [2023-04-25T22:20:19.402Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:19.402Z] 7c399eb73e87: Preparing [2023-04-25T22:20:19.402Z] c89bf8ec082e: Preparing [2023-04-25T22:20:19.402Z] f1417ff83b31: Preparing [2023-04-25T22:20:19.402Z] 7c399eb73e87: Waiting [2023-04-25T22:20:19.402Z] c89bf8ec082e: Waiting [2023-04-25T22:20:19.402Z] f1417ff83b31: Waiting [2023-04-25T22:20:19.402Z] 23461f5bbc83: Layer already exists [2023-04-25T22:20:19.402Z] dd75ebd2bc31: Layer already exists [2023-04-25T22:20:19.402Z] e47da5087650: Layer already exists [2023-04-25T22:20:19.402Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:19.402Z] 9af23db1f064: Layer already exists [2023-04-25T22:20:19.402Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:19.402Z] c89bf8ec082e: Layer already exists [2023-04-25T22:20:19.402Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:19.402Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:59b558e0a65ec24f6b4b6af8be47112caa0f7ca203712fa15fbc14aeb7d73101 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:19.722Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:20.025Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-04-25T22:20:20.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-25T22:20:20.025Z] dd75ebd2bc31: Preparing [2023-04-25T22:20:20.025Z] 9af23db1f064: Preparing [2023-04-25T22:20:20.025Z] e47da5087650: Preparing [2023-04-25T22:20:20.025Z] 23461f5bbc83: Preparing [2023-04-25T22:20:20.025Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:20.025Z] 7c399eb73e87: Preparing [2023-04-25T22:20:20.025Z] c89bf8ec082e: Preparing [2023-04-25T22:20:20.025Z] f1417ff83b31: Preparing [2023-04-25T22:20:20.025Z] c89bf8ec082e: Waiting [2023-04-25T22:20:20.025Z] f1417ff83b31: Waiting [2023-04-25T22:20:20.025Z] 7c399eb73e87: Waiting [2023-04-25T22:20:20.025Z] 9af23db1f064: Layer already exists [2023-04-25T22:20:20.025Z] dd75ebd2bc31: Layer already exists [2023-04-25T22:20:20.025Z] e47da5087650: Layer already exists [2023-04-25T22:20:20.025Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:20.025Z] 23461f5bbc83: Layer already exists [2023-04-25T22:20:20.025Z] c89bf8ec082e: Layer already exists [2023-04-25T22:20:20.025Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:20.025Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:20.025Z] main: digest: sha256:59b558e0a65ec24f6b4b6af8be47112caa0f7ca203712fa15fbc14aeb7d73101 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:20:20.071Z] ===================================================== [Pipeline] echo [2023-04-25T22:20:20.078Z] taggedImages: [2023-04-25T22:20:20.078Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:20.078Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-04-25T22:20:20.078Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.138 [2023-04-25T22:20:20.078Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:20.078Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-04-25T22:20:20.092Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-04-25T22:20:20.092Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:20.092Z] latest [2023-04-25T22:20:20.092Z] 3.0.0-dev.138 [2023-04-25T22:20:20.092Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:20.092Z] main [2023-04-25T22:20:20.092Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:20.393Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:20.694Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:20.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-25T22:20:20.694Z] b8724f82c883: Preparing [2023-04-25T22:20:20.694Z] 59c45c24e585: Preparing [2023-04-25T22:20:20.694Z] 094d0e317034: Preparing [2023-04-25T22:20:20.694Z] 6445b2a3a1f2: Preparing [2023-04-25T22:20:20.694Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:20.694Z] 7c399eb73e87: Preparing [2023-04-25T22:20:20.694Z] db965b3ee260: Preparing [2023-04-25T22:20:20.694Z] 0e639557af29: Preparing [2023-04-25T22:20:20.694Z] f1417ff83b31: Preparing [2023-04-25T22:20:20.694Z] 7c399eb73e87: Waiting [2023-04-25T22:20:20.694Z] db965b3ee260: Waiting [2023-04-25T22:20:20.694Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:20.694Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:20.694Z] 59c45c24e585: Pushed [2023-04-25T22:20:20.694Z] b8724f82c883: Pushed [2023-04-25T22:20:20.694Z] 6445b2a3a1f2: Pushed [2023-04-25T22:20:20.694Z] db965b3ee260: Pushed [2023-04-25T22:20:20.694Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:20.951Z] 0e639557af29: Pushed [2023-04-25T22:20:21.885Z] 094d0e317034: Pushed [2023-04-25T22:20:21.885Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:3ffbd321de7c34103301dade7a57d3e027ddc3caef26c271abe0c7491657b153 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:22.188Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:22.487Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-04-25T22:20:22.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-25T22:20:22.487Z] b8724f82c883: Preparing [2023-04-25T22:20:22.487Z] 59c45c24e585: Preparing [2023-04-25T22:20:22.487Z] 094d0e317034: Preparing [2023-04-25T22:20:22.487Z] 6445b2a3a1f2: Preparing [2023-04-25T22:20:22.487Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:22.487Z] 7c399eb73e87: Preparing [2023-04-25T22:20:22.487Z] db965b3ee260: Preparing [2023-04-25T22:20:22.487Z] 0e639557af29: Preparing [2023-04-25T22:20:22.487Z] f1417ff83b31: Preparing [2023-04-25T22:20:22.487Z] db965b3ee260: Waiting [2023-04-25T22:20:22.487Z] 0e639557af29: Waiting [2023-04-25T22:20:22.487Z] f1417ff83b31: Waiting [2023-04-25T22:20:22.487Z] 7c399eb73e87: Waiting [2023-04-25T22:20:22.487Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:22.487Z] b8724f82c883: Layer already exists [2023-04-25T22:20:22.487Z] 6445b2a3a1f2: Layer already exists [2023-04-25T22:20:22.487Z] 094d0e317034: Layer already exists [2023-04-25T22:20:22.487Z] 59c45c24e585: Layer already exists [2023-04-25T22:20:22.487Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:22.487Z] db965b3ee260: Layer already exists [2023-04-25T22:20:22.487Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:22.487Z] 0e639557af29: Layer already exists [2023-04-25T22:20:22.487Z] latest: digest: sha256:3ffbd321de7c34103301dade7a57d3e027ddc3caef26c271abe0c7491657b153 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:22.791Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:23.111Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.138 [2023-04-25T22:20:23.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-25T22:20:23.111Z] b8724f82c883: Preparing [2023-04-25T22:20:23.111Z] 59c45c24e585: Preparing [2023-04-25T22:20:23.111Z] 094d0e317034: Preparing [2023-04-25T22:20:23.111Z] 6445b2a3a1f2: Preparing [2023-04-25T22:20:23.111Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:23.111Z] 7c399eb73e87: Preparing [2023-04-25T22:20:23.111Z] db965b3ee260: Preparing [2023-04-25T22:20:23.111Z] 0e639557af29: Preparing [2023-04-25T22:20:23.111Z] f1417ff83b31: Preparing [2023-04-25T22:20:23.111Z] 7c399eb73e87: Waiting [2023-04-25T22:20:23.111Z] db965b3ee260: Waiting [2023-04-25T22:20:23.111Z] 0e639557af29: Waiting [2023-04-25T22:20:23.111Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:23.111Z] 6445b2a3a1f2: Layer already exists [2023-04-25T22:20:23.111Z] 59c45c24e585: Layer already exists [2023-04-25T22:20:23.111Z] b8724f82c883: Layer already exists [2023-04-25T22:20:23.111Z] 094d0e317034: Layer already exists [2023-04-25T22:20:23.111Z] 0e639557af29: Layer already exists [2023-04-25T22:20:23.111Z] db965b3ee260: Layer already exists [2023-04-25T22:20:23.111Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:23.111Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:23.111Z] 3.0.0-dev.138: digest: sha256:3ffbd321de7c34103301dade7a57d3e027ddc3caef26c271abe0c7491657b153 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:23.426Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:23.735Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:23.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-25T22:20:23.735Z] b8724f82c883: Preparing [2023-04-25T22:20:23.735Z] 59c45c24e585: Preparing [2023-04-25T22:20:23.735Z] 094d0e317034: Preparing [2023-04-25T22:20:23.735Z] 6445b2a3a1f2: Preparing [2023-04-25T22:20:23.735Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:23.735Z] 7c399eb73e87: Preparing [2023-04-25T22:20:23.735Z] db965b3ee260: Preparing [2023-04-25T22:20:23.735Z] 0e639557af29: Preparing [2023-04-25T22:20:23.735Z] f1417ff83b31: Preparing [2023-04-25T22:20:23.735Z] 7c399eb73e87: Waiting [2023-04-25T22:20:23.735Z] db965b3ee260: Waiting [2023-04-25T22:20:23.735Z] 0e639557af29: Waiting [2023-04-25T22:20:23.735Z] f1417ff83b31: Waiting [2023-04-25T22:20:23.735Z] 094d0e317034: Layer already exists [2023-04-25T22:20:23.735Z] 6445b2a3a1f2: Layer already exists [2023-04-25T22:20:23.735Z] b8724f82c883: Layer already exists [2023-04-25T22:20:23.735Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:23.735Z] 59c45c24e585: Layer already exists [2023-04-25T22:20:23.735Z] db965b3ee260: Layer already exists [2023-04-25T22:20:23.735Z] 0e639557af29: Layer already exists [2023-04-25T22:20:23.735Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:23.735Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:23.735Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:3ffbd321de7c34103301dade7a57d3e027ddc3caef26c271abe0c7491657b153 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:24.055Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:24.354Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-04-25T22:20:24.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-25T22:20:24.355Z] b8724f82c883: Preparing [2023-04-25T22:20:24.355Z] 59c45c24e585: Preparing [2023-04-25T22:20:24.355Z] 094d0e317034: Preparing [2023-04-25T22:20:24.355Z] 6445b2a3a1f2: Preparing [2023-04-25T22:20:24.355Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:24.355Z] 7c399eb73e87: Preparing [2023-04-25T22:20:24.355Z] db965b3ee260: Preparing [2023-04-25T22:20:24.355Z] 0e639557af29: Preparing [2023-04-25T22:20:24.355Z] f1417ff83b31: Preparing [2023-04-25T22:20:24.355Z] 7c399eb73e87: Waiting [2023-04-25T22:20:24.355Z] db965b3ee260: Waiting [2023-04-25T22:20:24.355Z] f1417ff83b31: Waiting [2023-04-25T22:20:24.355Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:24.355Z] b8724f82c883: Layer already exists [2023-04-25T22:20:24.355Z] 6445b2a3a1f2: Layer already exists [2023-04-25T22:20:24.355Z] 59c45c24e585: Layer already exists [2023-04-25T22:20:24.355Z] 094d0e317034: Layer already exists [2023-04-25T22:20:24.355Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:24.355Z] 0e639557af29: Layer already exists [2023-04-25T22:20:24.355Z] db965b3ee260: Layer already exists [2023-04-25T22:20:24.355Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:24.355Z] main: digest: sha256:3ffbd321de7c34103301dade7a57d3e027ddc3caef26c271abe0c7491657b153 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:20:24.391Z] ===================================================== [Pipeline] echo [2023-04-25T22:20:24.397Z] taggedImages: [2023-04-25T22:20:24.397Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:24.397Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-04-25T22:20:24.397Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.138 [2023-04-25T22:20:24.397Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:24.397Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-04-25T22:20:24.415Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-04-25T22:20:24.415Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:24.415Z] latest [2023-04-25T22:20:24.415Z] 3.0.0-dev.138 [2023-04-25T22:20:24.415Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:24.415Z] main [2023-04-25T22:20:24.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:24.734Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:25.050Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:25.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-25T22:20:25.050Z] 9180ea8c56af: Preparing [2023-04-25T22:20:25.050Z] da10dd7c6edf: Preparing [2023-04-25T22:20:25.050Z] 991a936ba4ea: Preparing [2023-04-25T22:20:25.050Z] 549820df9bdf: Preparing [2023-04-25T22:20:25.050Z] 08a5a7cf9101: Preparing [2023-04-25T22:20:25.050Z] 96a095becba0: Preparing [2023-04-25T22:20:25.050Z] 8c7f35373ff4: Preparing [2023-04-25T22:20:25.050Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:25.050Z] 7c399eb73e87: Preparing [2023-04-25T22:20:25.050Z] fab60ba09a0f: Preparing [2023-04-25T22:20:25.050Z] f1417ff83b31: Preparing [2023-04-25T22:20:25.050Z] 96a095becba0: Waiting [2023-04-25T22:20:25.050Z] fab60ba09a0f: Waiting [2023-04-25T22:20:25.050Z] 8c7f35373ff4: Waiting [2023-04-25T22:20:25.050Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:25.050Z] f1417ff83b31: Waiting [2023-04-25T22:20:25.050Z] 7c399eb73e87: Waiting [2023-04-25T22:20:25.050Z] 9180ea8c56af: Pushed [2023-04-25T22:20:25.050Z] 08a5a7cf9101: Pushed [2023-04-25T22:20:25.050Z] da10dd7c6edf: Pushed [2023-04-25T22:20:25.050Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:25.050Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:25.050Z] 96a095becba0: Pushed [2023-04-25T22:20:25.311Z] 8c7f35373ff4: Pushed [2023-04-25T22:20:25.311Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:25.311Z] fab60ba09a0f: Pushed [2023-04-25T22:20:26.246Z] 549820df9bdf: Pushed [2023-04-25T22:20:26.506Z] 991a936ba4ea: Pushed [2023-04-25T22:20:26.764Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:08b0d9d1c65517e8183c74a340fed524915812bc19c837cc90ffc07a86f7117c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:27.087Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:27.396Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-04-25T22:20:27.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-25T22:20:27.396Z] 9180ea8c56af: Preparing [2023-04-25T22:20:27.396Z] da10dd7c6edf: Preparing [2023-04-25T22:20:27.396Z] 991a936ba4ea: Preparing [2023-04-25T22:20:27.396Z] 549820df9bdf: Preparing [2023-04-25T22:20:27.396Z] 08a5a7cf9101: Preparing [2023-04-25T22:20:27.396Z] 96a095becba0: Preparing [2023-04-25T22:20:27.396Z] 8c7f35373ff4: Preparing [2023-04-25T22:20:27.396Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:27.396Z] 7c399eb73e87: Preparing [2023-04-25T22:20:27.396Z] fab60ba09a0f: Preparing [2023-04-25T22:20:27.396Z] f1417ff83b31: Preparing [2023-04-25T22:20:27.396Z] 96a095becba0: Waiting [2023-04-25T22:20:27.396Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:27.396Z] fab60ba09a0f: Waiting [2023-04-25T22:20:27.396Z] 7c399eb73e87: Waiting [2023-04-25T22:20:27.396Z] f1417ff83b31: Waiting [2023-04-25T22:20:27.396Z] 9180ea8c56af: Layer already exists [2023-04-25T22:20:27.396Z] 08a5a7cf9101: Layer already exists [2023-04-25T22:20:27.396Z] 991a936ba4ea: Layer already exists [2023-04-25T22:20:27.396Z] 549820df9bdf: Layer already exists [2023-04-25T22:20:27.396Z] da10dd7c6edf: Layer already exists [2023-04-25T22:20:27.396Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:27.396Z] 8c7f35373ff4: Layer already exists [2023-04-25T22:20:27.396Z] 96a095becba0: Layer already exists [2023-04-25T22:20:27.396Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:27.396Z] fab60ba09a0f: Layer already exists [2023-04-25T22:20:27.396Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:27.396Z] latest: digest: sha256:08b0d9d1c65517e8183c74a340fed524915812bc19c837cc90ffc07a86f7117c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:27.711Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:28.012Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.138 [2023-04-25T22:20:28.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-25T22:20:28.012Z] 9180ea8c56af: Preparing [2023-04-25T22:20:28.012Z] da10dd7c6edf: Preparing [2023-04-25T22:20:28.012Z] 991a936ba4ea: Preparing [2023-04-25T22:20:28.012Z] 549820df9bdf: Preparing [2023-04-25T22:20:28.012Z] 08a5a7cf9101: Preparing [2023-04-25T22:20:28.012Z] 96a095becba0: Preparing [2023-04-25T22:20:28.012Z] 8c7f35373ff4: Preparing [2023-04-25T22:20:28.012Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:28.012Z] 7c399eb73e87: Preparing [2023-04-25T22:20:28.012Z] 96a095becba0: Waiting [2023-04-25T22:20:28.012Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:28.012Z] 8c7f35373ff4: Waiting [2023-04-25T22:20:28.012Z] fab60ba09a0f: Preparing [2023-04-25T22:20:28.012Z] f1417ff83b31: Preparing [2023-04-25T22:20:28.012Z] 7c399eb73e87: Waiting [2023-04-25T22:20:28.012Z] f1417ff83b31: Waiting [2023-04-25T22:20:28.012Z] fab60ba09a0f: Waiting [2023-04-25T22:20:28.012Z] 549820df9bdf: Layer already exists [2023-04-25T22:20:28.012Z] da10dd7c6edf: Layer already exists [2023-04-25T22:20:28.012Z] 08a5a7cf9101: Layer already exists [2023-04-25T22:20:28.012Z] 991a936ba4ea: Layer already exists [2023-04-25T22:20:28.012Z] 9180ea8c56af: Layer already exists [2023-04-25T22:20:28.012Z] 96a095becba0: Layer already exists [2023-04-25T22:20:28.012Z] 8c7f35373ff4: Layer already exists [2023-04-25T22:20:28.012Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:28.012Z] fab60ba09a0f: Layer already exists [2023-04-25T22:20:28.012Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:28.012Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:28.012Z] 3.0.0-dev.138: digest: sha256:08b0d9d1c65517e8183c74a340fed524915812bc19c837cc90ffc07a86f7117c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:28.312Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:28.613Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:28.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-25T22:20:28.613Z] 9180ea8c56af: Preparing [2023-04-25T22:20:28.613Z] da10dd7c6edf: Preparing [2023-04-25T22:20:28.613Z] 991a936ba4ea: Preparing [2023-04-25T22:20:28.613Z] 549820df9bdf: Preparing [2023-04-25T22:20:28.613Z] 08a5a7cf9101: Preparing [2023-04-25T22:20:28.613Z] 96a095becba0: Preparing [2023-04-25T22:20:28.613Z] 8c7f35373ff4: Preparing [2023-04-25T22:20:28.613Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:28.613Z] 7c399eb73e87: Preparing [2023-04-25T22:20:28.613Z] fab60ba09a0f: Preparing [2023-04-25T22:20:28.613Z] f1417ff83b31: Preparing [2023-04-25T22:20:28.613Z] 96a095becba0: Waiting [2023-04-25T22:20:28.613Z] 8c7f35373ff4: Waiting [2023-04-25T22:20:28.613Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:28.613Z] 7c399eb73e87: Waiting [2023-04-25T22:20:28.613Z] fab60ba09a0f: Waiting [2023-04-25T22:20:28.613Z] f1417ff83b31: Waiting [2023-04-25T22:20:28.613Z] 549820df9bdf: Layer already exists [2023-04-25T22:20:28.613Z] 08a5a7cf9101: Layer already exists [2023-04-25T22:20:28.613Z] da10dd7c6edf: Layer already exists [2023-04-25T22:20:28.613Z] 9180ea8c56af: Layer already exists [2023-04-25T22:20:28.613Z] 991a936ba4ea: Layer already exists [2023-04-25T22:20:28.613Z] 8c7f35373ff4: Layer already exists [2023-04-25T22:20:28.613Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:28.613Z] fab60ba09a0f: Layer already exists [2023-04-25T22:20:28.613Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:28.613Z] 96a095becba0: Layer already exists [2023-04-25T22:20:28.613Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:28.613Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:08b0d9d1c65517e8183c74a340fed524915812bc19c837cc90ffc07a86f7117c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:28.917Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:29.216Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-04-25T22:20:29.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-25T22:20:29.216Z] 9180ea8c56af: Preparing [2023-04-25T22:20:29.216Z] da10dd7c6edf: Preparing [2023-04-25T22:20:29.216Z] 991a936ba4ea: Preparing [2023-04-25T22:20:29.216Z] 549820df9bdf: Preparing [2023-04-25T22:20:29.216Z] 08a5a7cf9101: Preparing [2023-04-25T22:20:29.216Z] 96a095becba0: Preparing [2023-04-25T22:20:29.216Z] 8c7f35373ff4: Preparing [2023-04-25T22:20:29.216Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:29.216Z] 7c399eb73e87: Preparing [2023-04-25T22:20:29.216Z] fab60ba09a0f: Preparing [2023-04-25T22:20:29.216Z] f1417ff83b31: Preparing [2023-04-25T22:20:29.216Z] 96a095becba0: Waiting [2023-04-25T22:20:29.216Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:29.216Z] 7c399eb73e87: Waiting [2023-04-25T22:20:29.216Z] fab60ba09a0f: Waiting [2023-04-25T22:20:29.216Z] f1417ff83b31: Waiting [2023-04-25T22:20:29.216Z] 991a936ba4ea: Layer already exists [2023-04-25T22:20:29.216Z] 549820df9bdf: Layer already exists [2023-04-25T22:20:29.216Z] 08a5a7cf9101: Layer already exists [2023-04-25T22:20:29.216Z] da10dd7c6edf: Layer already exists [2023-04-25T22:20:29.216Z] 9180ea8c56af: Layer already exists [2023-04-25T22:20:29.216Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:29.216Z] 8c7f35373ff4: Layer already exists [2023-04-25T22:20:29.216Z] 96a095becba0: Layer already exists [2023-04-25T22:20:29.216Z] fab60ba09a0f: Layer already exists [2023-04-25T22:20:29.216Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:29.216Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:29.216Z] main: digest: sha256:08b0d9d1c65517e8183c74a340fed524915812bc19c837cc90ffc07a86f7117c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:20:29.255Z] ===================================================== [Pipeline] echo [2023-04-25T22:20:29.261Z] taggedImages: [2023-04-25T22:20:29.261Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:29.261Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-04-25T22:20:29.261Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.138 [2023-04-25T22:20:29.261Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:29.261Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-04-25T22:20:29.277Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-04-25T22:20:29.277Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:29.277Z] latest [2023-04-25T22:20:29.277Z] 3.0.0-dev.138 [2023-04-25T22:20:29.277Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:29.277Z] main [2023-04-25T22:20:29.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:29.581Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:29.899Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:29.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-25T22:20:29.900Z] 09298527c8c9: Preparing [2023-04-25T22:20:29.900Z] 1515fde87b0f: Preparing [2023-04-25T22:20:29.900Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:29.900Z] 7c399eb73e87: Preparing [2023-04-25T22:20:29.900Z] 452ccbed5ba8: Preparing [2023-04-25T22:20:29.900Z] f1417ff83b31: Preparing [2023-04-25T22:20:29.900Z] f1417ff83b31: Waiting [2023-04-25T22:20:29.900Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:29.900Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:29.900Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:29.900Z] 09298527c8c9: Pushed [2023-04-25T22:20:30.468Z] 452ccbed5ba8: Pushed [2023-04-25T22:20:32.384Z] 1515fde87b0f: Pushed [2023-04-25T22:20:32.384Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:fc24d75b5d288f8b534a3091b09aee28d1d811f610d6347e5dfae9dd3dfcdd29 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:32.709Z] + 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-04-25T22:20:33.017Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-04-25T22:20:33.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-25T22:20:33.017Z] 09298527c8c9: Preparing [2023-04-25T22:20:33.017Z] 1515fde87b0f: Preparing [2023-04-25T22:20:33.017Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:33.017Z] 7c399eb73e87: Preparing [2023-04-25T22:20:33.017Z] 452ccbed5ba8: Preparing [2023-04-25T22:20:33.017Z] f1417ff83b31: Preparing [2023-04-25T22:20:33.017Z] f1417ff83b31: Waiting [2023-04-25T22:20:33.017Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:33.017Z] 452ccbed5ba8: Layer already exists [2023-04-25T22:20:33.017Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:33.017Z] 09298527c8c9: Layer already exists [2023-04-25T22:20:33.017Z] 1515fde87b0f: Layer already exists [2023-04-25T22:20:33.017Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:33.017Z] latest: digest: sha256:fc24d75b5d288f8b534a3091b09aee28d1d811f610d6347e5dfae9dd3dfcdd29 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:33.332Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:33.650Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.138 [2023-04-25T22:20:33.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-25T22:20:33.651Z] 09298527c8c9: Preparing [2023-04-25T22:20:33.651Z] 1515fde87b0f: Preparing [2023-04-25T22:20:33.651Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:33.651Z] 7c399eb73e87: Preparing [2023-04-25T22:20:33.651Z] 452ccbed5ba8: Preparing [2023-04-25T22:20:33.651Z] f1417ff83b31: Preparing [2023-04-25T22:20:33.651Z] f1417ff83b31: Waiting [2023-04-25T22:20:33.651Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:33.651Z] 09298527c8c9: Layer already exists [2023-04-25T22:20:33.651Z] 1515fde87b0f: Layer already exists [2023-04-25T22:20:33.651Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:33.651Z] 452ccbed5ba8: Layer already exists [2023-04-25T22:20:33.651Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:33.651Z] 3.0.0-dev.138: digest: sha256:fc24d75b5d288f8b534a3091b09aee28d1d811f610d6347e5dfae9dd3dfcdd29 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:33.972Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:34.280Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:34.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-25T22:20:34.280Z] 09298527c8c9: Preparing [2023-04-25T22:20:34.280Z] 1515fde87b0f: Preparing [2023-04-25T22:20:34.280Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:34.280Z] 7c399eb73e87: Preparing [2023-04-25T22:20:34.280Z] 452ccbed5ba8: Preparing [2023-04-25T22:20:34.280Z] f1417ff83b31: Preparing [2023-04-25T22:20:34.280Z] f1417ff83b31: Waiting [2023-04-25T22:20:34.280Z] 452ccbed5ba8: Layer already exists [2023-04-25T22:20:34.280Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:34.280Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:34.280Z] 09298527c8c9: Layer already exists [2023-04-25T22:20:34.280Z] 1515fde87b0f: Layer already exists [2023-04-25T22:20:34.280Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:34.280Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:fc24d75b5d288f8b534a3091b09aee28d1d811f610d6347e5dfae9dd3dfcdd29 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:34.587Z] + 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-04-25T22:20:34.892Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-04-25T22:20:34.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-25T22:20:34.892Z] 09298527c8c9: Preparing [2023-04-25T22:20:34.892Z] 1515fde87b0f: Preparing [2023-04-25T22:20:34.892Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:34.892Z] 7c399eb73e87: Preparing [2023-04-25T22:20:34.892Z] 452ccbed5ba8: Preparing [2023-04-25T22:20:34.892Z] f1417ff83b31: Preparing [2023-04-25T22:20:34.892Z] f1417ff83b31: Waiting [2023-04-25T22:20:34.892Z] 452ccbed5ba8: Layer already exists [2023-04-25T22:20:34.892Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:34.892Z] 1515fde87b0f: Layer already exists [2023-04-25T22:20:34.892Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:34.892Z] 09298527c8c9: Layer already exists [2023-04-25T22:20:34.892Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:34.892Z] main: digest: sha256:fc24d75b5d288f8b534a3091b09aee28d1d811f610d6347e5dfae9dd3dfcdd29 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:20:34.931Z] ===================================================== [Pipeline] echo [2023-04-25T22:20:34.938Z] taggedImages: [2023-04-25T22:20:34.938Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:34.938Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-04-25T22:20:34.938Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.138 [2023-04-25T22:20:34.938Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:34.938Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-04-25T22:20:34.953Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-04-25T22:20:34.953Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:34.953Z] latest [2023-04-25T22:20:34.953Z] 3.0.0-dev.138 [2023-04-25T22:20:34.953Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:34.953Z] main [2023-04-25T22:20:34.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:35.265Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:35.574Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:35.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-25T22:20:35.575Z] 5982329cc311: Preparing [2023-04-25T22:20:35.575Z] 33c0ca742c6c: Preparing [2023-04-25T22:20:35.575Z] d0577c2d216d: Preparing [2023-04-25T22:20:35.575Z] b6a4a169e781: Preparing [2023-04-25T22:20:35.575Z] 85bbe6c7b714: Preparing [2023-04-25T22:20:35.575Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:35.575Z] 7c399eb73e87: Preparing [2023-04-25T22:20:35.575Z] 2b4df32af54c: Preparing [2023-04-25T22:20:35.575Z] f1417ff83b31: Preparing [2023-04-25T22:20:35.575Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:35.575Z] 7c399eb73e87: Waiting [2023-04-25T22:20:35.575Z] 2b4df32af54c: Waiting [2023-04-25T22:20:35.575Z] f1417ff83b31: Waiting [2023-04-25T22:20:35.575Z] 5982329cc311: Pushed [2023-04-25T22:20:35.575Z] 33c0ca742c6c: Pushed [2023-04-25T22:20:35.575Z] d0577c2d216d: Pushed [2023-04-25T22:20:35.575Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:35.575Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:35.575Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:36.141Z] 2b4df32af54c: Pushed [2023-04-25T22:20:41.408Z] 85bbe6c7b714: Pushed [2023-04-25T22:20:43.309Z] b6a4a169e781: Pushed [2023-04-25T22:20:43.309Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:5af05621d0b03b20f05dbe259e1c686a36dda5cda396627c096506767ba0ab8b size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:43.622Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:43.933Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-04-25T22:20:43.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-25T22:20:43.933Z] 5982329cc311: Preparing [2023-04-25T22:20:43.933Z] 33c0ca742c6c: Preparing [2023-04-25T22:20:43.933Z] d0577c2d216d: Preparing [2023-04-25T22:20:43.933Z] b6a4a169e781: Preparing [2023-04-25T22:20:43.933Z] 85bbe6c7b714: Preparing [2023-04-25T22:20:43.933Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:43.933Z] 7c399eb73e87: Preparing [2023-04-25T22:20:43.933Z] 2b4df32af54c: Preparing [2023-04-25T22:20:43.933Z] f1417ff83b31: Preparing [2023-04-25T22:20:43.933Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:43.933Z] 7c399eb73e87: Waiting [2023-04-25T22:20:43.933Z] 2b4df32af54c: Waiting [2023-04-25T22:20:43.933Z] f1417ff83b31: Waiting [2023-04-25T22:20:43.933Z] 33c0ca742c6c: Layer already exists [2023-04-25T22:20:43.933Z] 85bbe6c7b714: Layer already exists [2023-04-25T22:20:43.933Z] d0577c2d216d: Layer already exists [2023-04-25T22:20:43.933Z] b6a4a169e781: Layer already exists [2023-04-25T22:20:43.933Z] 5982329cc311: Layer already exists [2023-04-25T22:20:43.933Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:43.933Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:43.933Z] 2b4df32af54c: Layer already exists [2023-04-25T22:20:43.933Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:43.933Z] latest: digest: sha256:5af05621d0b03b20f05dbe259e1c686a36dda5cda396627c096506767ba0ab8b size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:44.245Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:44.542Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.138 [2023-04-25T22:20:44.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-25T22:20:44.542Z] 5982329cc311: Preparing [2023-04-25T22:20:44.542Z] 33c0ca742c6c: Preparing [2023-04-25T22:20:44.542Z] d0577c2d216d: Preparing [2023-04-25T22:20:44.542Z] b6a4a169e781: Preparing [2023-04-25T22:20:44.542Z] 85bbe6c7b714: Preparing [2023-04-25T22:20:44.542Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:44.542Z] 7c399eb73e87: Preparing [2023-04-25T22:20:44.542Z] 2b4df32af54c: Preparing [2023-04-25T22:20:44.542Z] f1417ff83b31: Preparing [2023-04-25T22:20:44.542Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:44.542Z] 2b4df32af54c: Waiting [2023-04-25T22:20:44.542Z] 7c399eb73e87: Waiting [2023-04-25T22:20:44.542Z] f1417ff83b31: Waiting [2023-04-25T22:20:44.542Z] 33c0ca742c6c: Layer already exists [2023-04-25T22:20:44.542Z] b6a4a169e781: Layer already exists [2023-04-25T22:20:44.542Z] 85bbe6c7b714: Layer already exists [2023-04-25T22:20:44.542Z] 5982329cc311: Layer already exists [2023-04-25T22:20:44.542Z] d0577c2d216d: Layer already exists [2023-04-25T22:20:44.542Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:44.542Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:44.542Z] 2b4df32af54c: Layer already exists [2023-04-25T22:20:44.542Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:44.542Z] 3.0.0-dev.138: digest: sha256:5af05621d0b03b20f05dbe259e1c686a36dda5cda396627c096506767ba0ab8b size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:44.853Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:45.302Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:45.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-25T22:20:45.302Z] 5982329cc311: Preparing [2023-04-25T22:20:45.302Z] 33c0ca742c6c: Preparing [2023-04-25T22:20:45.302Z] d0577c2d216d: Preparing [2023-04-25T22:20:45.302Z] b6a4a169e781: Preparing [2023-04-25T22:20:45.302Z] 85bbe6c7b714: Preparing [2023-04-25T22:20:45.302Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:45.302Z] 7c399eb73e87: Preparing [2023-04-25T22:20:45.302Z] 2b4df32af54c: Preparing [2023-04-25T22:20:45.302Z] f1417ff83b31: Preparing [2023-04-25T22:20:45.302Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:45.302Z] 7c399eb73e87: Waiting [2023-04-25T22:20:45.302Z] 2b4df32af54c: Waiting [2023-04-25T22:20:45.302Z] f1417ff83b31: Waiting [2023-04-25T22:20:45.302Z] d0577c2d216d: Layer already exists [2023-04-25T22:20:45.302Z] 5982329cc311: Layer already exists [2023-04-25T22:20:45.302Z] 85bbe6c7b714: Layer already exists [2023-04-25T22:20:45.302Z] b6a4a169e781: Layer already exists [2023-04-25T22:20:45.302Z] 33c0ca742c6c: Layer already exists [2023-04-25T22:20:45.302Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:45.302Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:45.302Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:45.302Z] 2b4df32af54c: Layer already exists [2023-04-25T22:20:45.302Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:5af05621d0b03b20f05dbe259e1c686a36dda5cda396627c096506767ba0ab8b size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:45.716Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:46.039Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-04-25T22:20:46.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-25T22:20:46.039Z] 5982329cc311: Preparing [2023-04-25T22:20:46.039Z] 33c0ca742c6c: Preparing [2023-04-25T22:20:46.039Z] d0577c2d216d: Preparing [2023-04-25T22:20:46.039Z] b6a4a169e781: Preparing [2023-04-25T22:20:46.039Z] 85bbe6c7b714: Preparing [2023-04-25T22:20:46.039Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:46.039Z] 7c399eb73e87: Preparing [2023-04-25T22:20:46.039Z] 2b4df32af54c: Preparing [2023-04-25T22:20:46.039Z] f1417ff83b31: Preparing [2023-04-25T22:20:46.039Z] 4a1dd47cf2fc: Waiting [2023-04-25T22:20:46.039Z] f1417ff83b31: Waiting [2023-04-25T22:20:46.039Z] 2b4df32af54c: Waiting [2023-04-25T22:20:46.039Z] 7c399eb73e87: Waiting [2023-04-25T22:20:46.039Z] 85bbe6c7b714: Layer already exists [2023-04-25T22:20:46.039Z] b6a4a169e781: Layer already exists [2023-04-25T22:20:46.039Z] d0577c2d216d: Layer already exists [2023-04-25T22:20:46.039Z] 5982329cc311: Layer already exists [2023-04-25T22:20:46.039Z] 33c0ca742c6c: Layer already exists [2023-04-25T22:20:46.039Z] 2b4df32af54c: Layer already exists [2023-04-25T22:20:46.039Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:46.039Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:46.039Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:46.039Z] main: digest: sha256:5af05621d0b03b20f05dbe259e1c686a36dda5cda396627c096506767ba0ab8b size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:20:46.090Z] ===================================================== [Pipeline] echo [2023-04-25T22:20:46.100Z] taggedImages: [2023-04-25T22:20:46.100Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:46.100Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-04-25T22:20:46.100Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.138 [2023-04-25T22:20:46.100Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:46.100Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-04-25T22:20:46.124Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-04-25T22:20:46.124Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:46.124Z] latest [2023-04-25T22:20:46.124Z] 3.0.0-dev.138 [2023-04-25T22:20:46.124Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:46.124Z] main [2023-04-25T22:20:46.124Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:46.453Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:46.769Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:46.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-25T22:20:46.769Z] c052d578797a: Preparing [2023-04-25T22:20:46.769Z] 9ae15c9065b1: Preparing [2023-04-25T22:20:46.769Z] f80ecce72b64: Preparing [2023-04-25T22:20:46.769Z] b8c12accb163: Preparing [2023-04-25T22:20:46.769Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:46.769Z] 7c399eb73e87: Preparing [2023-04-25T22:20:46.769Z] eec9cb13c400: Preparing [2023-04-25T22:20:46.769Z] f1417ff83b31: Preparing [2023-04-25T22:20:46.769Z] 7c399eb73e87: Waiting [2023-04-25T22:20:46.769Z] eec9cb13c400: Waiting [2023-04-25T22:20:46.769Z] f1417ff83b31: Waiting [2023-04-25T22:20:46.769Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:46.769Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:46.769Z] c052d578797a: Pushed [2023-04-25T22:20:46.769Z] f80ecce72b64: Pushed [2023-04-25T22:20:46.769Z] 9ae15c9065b1: Pushed [2023-04-25T22:20:46.769Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:47.028Z] eec9cb13c400: Pushed [2023-04-25T22:20:55.144Z] b8c12accb163: Pushed [2023-04-25T22:20:55.144Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:10b3592d5588da4248e945de6ddf0de9eec7ca30022101d71292035180c0ad41 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:55.463Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:55.775Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-04-25T22:20:55.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-25T22:20:55.775Z] c052d578797a: Preparing [2023-04-25T22:20:55.775Z] 9ae15c9065b1: Preparing [2023-04-25T22:20:55.775Z] f80ecce72b64: Preparing [2023-04-25T22:20:55.775Z] b8c12accb163: Preparing [2023-04-25T22:20:55.775Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:55.775Z] 7c399eb73e87: Preparing [2023-04-25T22:20:55.775Z] eec9cb13c400: Preparing [2023-04-25T22:20:55.775Z] f1417ff83b31: Preparing [2023-04-25T22:20:55.775Z] 7c399eb73e87: Waiting [2023-04-25T22:20:55.775Z] eec9cb13c400: Waiting [2023-04-25T22:20:55.775Z] f1417ff83b31: Waiting [2023-04-25T22:20:55.775Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:55.775Z] b8c12accb163: Layer already exists [2023-04-25T22:20:55.775Z] f80ecce72b64: Layer already exists [2023-04-25T22:20:55.775Z] 9ae15c9065b1: Layer already exists [2023-04-25T22:20:55.775Z] c052d578797a: Layer already exists [2023-04-25T22:20:55.775Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:55.775Z] eec9cb13c400: Layer already exists [2023-04-25T22:20:55.775Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:55.775Z] latest: digest: sha256:10b3592d5588da4248e945de6ddf0de9eec7ca30022101d71292035180c0ad41 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:56.082Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:56.389Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.138 [2023-04-25T22:20:56.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-25T22:20:56.389Z] c052d578797a: Preparing [2023-04-25T22:20:56.389Z] 9ae15c9065b1: Preparing [2023-04-25T22:20:56.389Z] f80ecce72b64: Preparing [2023-04-25T22:20:56.389Z] b8c12accb163: Preparing [2023-04-25T22:20:56.389Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:56.389Z] 7c399eb73e87: Preparing [2023-04-25T22:20:56.389Z] eec9cb13c400: Preparing [2023-04-25T22:20:56.389Z] f1417ff83b31: Preparing [2023-04-25T22:20:56.389Z] eec9cb13c400: Waiting [2023-04-25T22:20:56.389Z] 7c399eb73e87: Waiting [2023-04-25T22:20:56.389Z] f1417ff83b31: Waiting [2023-04-25T22:20:56.389Z] c052d578797a: Layer already exists [2023-04-25T22:20:56.389Z] f80ecce72b64: Layer already exists [2023-04-25T22:20:56.389Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:56.389Z] 9ae15c9065b1: Layer already exists [2023-04-25T22:20:56.389Z] b8c12accb163: Layer already exists [2023-04-25T22:20:56.389Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:56.389Z] eec9cb13c400: Layer already exists [2023-04-25T22:20:56.389Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:56.389Z] 3.0.0-dev.138: digest: sha256:10b3592d5588da4248e945de6ddf0de9eec7ca30022101d71292035180c0ad41 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:56.701Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:57.010Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:57.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-25T22:20:57.010Z] c052d578797a: Preparing [2023-04-25T22:20:57.010Z] 9ae15c9065b1: Preparing [2023-04-25T22:20:57.010Z] f80ecce72b64: Preparing [2023-04-25T22:20:57.010Z] b8c12accb163: Preparing [2023-04-25T22:20:57.010Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:57.010Z] 7c399eb73e87: Preparing [2023-04-25T22:20:57.010Z] eec9cb13c400: Preparing [2023-04-25T22:20:57.010Z] f1417ff83b31: Preparing [2023-04-25T22:20:57.010Z] 7c399eb73e87: Waiting [2023-04-25T22:20:57.010Z] eec9cb13c400: Waiting [2023-04-25T22:20:57.010Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:57.010Z] 9ae15c9065b1: Layer already exists [2023-04-25T22:20:57.010Z] f80ecce72b64: Layer already exists [2023-04-25T22:20:57.010Z] b8c12accb163: Layer already exists [2023-04-25T22:20:57.010Z] c052d578797a: Layer already exists [2023-04-25T22:20:57.010Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:57.010Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:57.010Z] eec9cb13c400: Layer already exists [2023-04-25T22:20:57.010Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:10b3592d5588da4248e945de6ddf0de9eec7ca30022101d71292035180c0ad41 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:57.323Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:57.633Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-04-25T22:20:57.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-25T22:20:57.633Z] c052d578797a: Preparing [2023-04-25T22:20:57.633Z] 9ae15c9065b1: Preparing [2023-04-25T22:20:57.633Z] f80ecce72b64: Preparing [2023-04-25T22:20:57.633Z] b8c12accb163: Preparing [2023-04-25T22:20:57.633Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:57.633Z] 7c399eb73e87: Preparing [2023-04-25T22:20:57.633Z] eec9cb13c400: Preparing [2023-04-25T22:20:57.633Z] f1417ff83b31: Preparing [2023-04-25T22:20:57.633Z] f1417ff83b31: Waiting [2023-04-25T22:20:57.633Z] eec9cb13c400: Waiting [2023-04-25T22:20:57.633Z] 7c399eb73e87: Waiting [2023-04-25T22:20:57.633Z] b8c12accb163: Layer already exists [2023-04-25T22:20:57.633Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:57.633Z] 9ae15c9065b1: Layer already exists [2023-04-25T22:20:57.633Z] c052d578797a: Layer already exists [2023-04-25T22:20:57.633Z] f80ecce72b64: Layer already exists [2023-04-25T22:20:57.633Z] eec9cb13c400: Layer already exists [2023-04-25T22:20:57.633Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:57.633Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:57.633Z] main: digest: sha256:10b3592d5588da4248e945de6ddf0de9eec7ca30022101d71292035180c0ad41 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:20:57.689Z] ===================================================== [Pipeline] echo [2023-04-25T22:20:57.697Z] taggedImages: [2023-04-25T22:20:57.697Z] - nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:57.697Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-04-25T22:20:57.697Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.138 [2023-04-25T22:20:57.697Z] - nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:57.697Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-04-25T22:20:57.721Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-04-25T22:20:57.721Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:57.721Z] latest [2023-04-25T22:20:57.721Z] 3.0.0-dev.138 [2023-04-25T22:20:57.721Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:20:57.721Z] main [2023-04-25T22:20:57.721Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:58.050Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:20:58.359Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:20:58.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-25T22:20:58.359Z] 1f1d7f819372: Preparing [2023-04-25T22:20:58.359Z] 40ef0f14f0eb: Preparing [2023-04-25T22:20:58.359Z] 39738aeae541: Preparing [2023-04-25T22:20:58.359Z] 2728d90f40bf: Preparing [2023-04-25T22:20:58.359Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:20:58.359Z] 7c399eb73e87: Preparing [2023-04-25T22:20:58.359Z] 2b4df32af54c: Preparing [2023-04-25T22:20:58.359Z] f1417ff83b31: Preparing [2023-04-25T22:20:58.359Z] 2b4df32af54c: Waiting [2023-04-25T22:20:58.359Z] f1417ff83b31: Waiting [2023-04-25T22:20:58.359Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:20:58.359Z] 7c399eb73e87: Layer already exists [2023-04-25T22:20:58.359Z] 2b4df32af54c: Layer already exists [2023-04-25T22:20:58.359Z] f1417ff83b31: Layer already exists [2023-04-25T22:20:58.359Z] 1f1d7f819372: Pushed [2023-04-25T22:20:58.359Z] 40ef0f14f0eb: Pushed [2023-04-25T22:20:58.359Z] 39738aeae541: Pushed [2023-04-25T22:21:06.473Z] 2728d90f40bf: Pushed [2023-04-25T22:21:06.473Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:f0055e6d33c7aa54ea7a754652561d314d6ca68055eb9c3af60320834edcfb05 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:06.777Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:07.078Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-04-25T22:21:07.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-25T22:21:07.078Z] 1f1d7f819372: Preparing [2023-04-25T22:21:07.078Z] 40ef0f14f0eb: Preparing [2023-04-25T22:21:07.078Z] 39738aeae541: Preparing [2023-04-25T22:21:07.078Z] 2728d90f40bf: Preparing [2023-04-25T22:21:07.078Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:07.078Z] 7c399eb73e87: Preparing [2023-04-25T22:21:07.078Z] 2b4df32af54c: Preparing [2023-04-25T22:21:07.078Z] f1417ff83b31: Preparing [2023-04-25T22:21:07.078Z] 7c399eb73e87: Waiting [2023-04-25T22:21:07.078Z] 2b4df32af54c: Waiting [2023-04-25T22:21:07.078Z] 1f1d7f819372: Layer already exists [2023-04-25T22:21:07.078Z] 39738aeae541: Layer already exists [2023-04-25T22:21:07.078Z] 40ef0f14f0eb: Layer already exists [2023-04-25T22:21:07.078Z] 2728d90f40bf: Layer already exists [2023-04-25T22:21:07.078Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:07.078Z] 2b4df32af54c: Layer already exists [2023-04-25T22:21:07.078Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:07.078Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:07.078Z] latest: digest: sha256:f0055e6d33c7aa54ea7a754652561d314d6ca68055eb9c3af60320834edcfb05 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:07.381Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:07.687Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.138 [2023-04-25T22:21:07.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-25T22:21:07.687Z] 1f1d7f819372: Preparing [2023-04-25T22:21:07.688Z] 40ef0f14f0eb: Preparing [2023-04-25T22:21:07.688Z] 39738aeae541: Preparing [2023-04-25T22:21:07.688Z] 2728d90f40bf: Preparing [2023-04-25T22:21:07.688Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:07.688Z] 7c399eb73e87: Preparing [2023-04-25T22:21:07.688Z] 2b4df32af54c: Preparing [2023-04-25T22:21:07.688Z] f1417ff83b31: Preparing [2023-04-25T22:21:07.688Z] 2b4df32af54c: Waiting [2023-04-25T22:21:07.688Z] 7c399eb73e87: Waiting [2023-04-25T22:21:07.688Z] f1417ff83b31: Waiting [2023-04-25T22:21:07.688Z] 40ef0f14f0eb: Layer already exists [2023-04-25T22:21:07.688Z] 39738aeae541: Layer already exists [2023-04-25T22:21:07.688Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:07.688Z] 2728d90f40bf: Layer already exists [2023-04-25T22:21:07.688Z] 1f1d7f819372: Layer already exists [2023-04-25T22:21:07.688Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:07.688Z] 2b4df32af54c: Layer already exists [2023-04-25T22:21:07.688Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:07.688Z] 3.0.0-dev.138: digest: sha256:f0055e6d33c7aa54ea7a754652561d314d6ca68055eb9c3af60320834edcfb05 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:07.991Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:08.290Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:21:08.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-25T22:21:08.290Z] 1f1d7f819372: Preparing [2023-04-25T22:21:08.290Z] 40ef0f14f0eb: Preparing [2023-04-25T22:21:08.290Z] 39738aeae541: Preparing [2023-04-25T22:21:08.290Z] 2728d90f40bf: Preparing [2023-04-25T22:21:08.290Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:08.290Z] 7c399eb73e87: Preparing [2023-04-25T22:21:08.290Z] 2b4df32af54c: Preparing [2023-04-25T22:21:08.290Z] f1417ff83b31: Preparing [2023-04-25T22:21:08.290Z] 7c399eb73e87: Waiting [2023-04-25T22:21:08.290Z] 2b4df32af54c: Waiting [2023-04-25T22:21:08.290Z] f1417ff83b31: Waiting [2023-04-25T22:21:08.290Z] 39738aeae541: Layer already exists [2023-04-25T22:21:08.290Z] 1f1d7f819372: Layer already exists [2023-04-25T22:21:08.290Z] 2728d90f40bf: Layer already exists [2023-04-25T22:21:08.290Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:08.290Z] 40ef0f14f0eb: Layer already exists [2023-04-25T22:21:08.290Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:08.290Z] 2b4df32af54c: Layer already exists [2023-04-25T22:21:08.290Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:08.290Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:f0055e6d33c7aa54ea7a754652561d314d6ca68055eb9c3af60320834edcfb05 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:08.605Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:08.907Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-04-25T22:21:08.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-25T22:21:08.907Z] 1f1d7f819372: Preparing [2023-04-25T22:21:08.907Z] 40ef0f14f0eb: Preparing [2023-04-25T22:21:08.907Z] 39738aeae541: Preparing [2023-04-25T22:21:08.907Z] 2728d90f40bf: Preparing [2023-04-25T22:21:08.907Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:08.907Z] 7c399eb73e87: Preparing [2023-04-25T22:21:08.907Z] 2b4df32af54c: Preparing [2023-04-25T22:21:08.907Z] f1417ff83b31: Preparing [2023-04-25T22:21:08.907Z] 7c399eb73e87: Waiting [2023-04-25T22:21:08.907Z] 2b4df32af54c: Waiting [2023-04-25T22:21:08.907Z] f1417ff83b31: Waiting [2023-04-25T22:21:08.907Z] 2728d90f40bf: Layer already exists [2023-04-25T22:21:08.907Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:08.907Z] 1f1d7f819372: Layer already exists [2023-04-25T22:21:08.907Z] 40ef0f14f0eb: Layer already exists [2023-04-25T22:21:08.907Z] 39738aeae541: Layer already exists [2023-04-25T22:21:08.907Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:08.907Z] 2b4df32af54c: Layer already exists [2023-04-25T22:21:08.907Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:08.907Z] main: digest: sha256:f0055e6d33c7aa54ea7a754652561d314d6ca68055eb9c3af60320834edcfb05 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:21:08.959Z] ===================================================== [Pipeline] echo [2023-04-25T22:21:08.969Z] taggedImages: [2023-04-25T22:21:08.969Z] - nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:21:08.969Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-04-25T22:21:08.969Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.138 [2023-04-25T22:21:08.969Z] - nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:21:08.969Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-04-25T22:21:08.993Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-04-25T22:21:08.993Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:21:08.993Z] latest [2023-04-25T22:21:08.993Z] 3.0.0-dev.138 [2023-04-25T22:21:08.993Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:21:08.993Z] main [2023-04-25T22:21:08.993Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:09.321Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:09.626Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:21:09.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-25T22:21:09.626Z] c27d70c29930: Preparing [2023-04-25T22:21:09.626Z] 2e65f2417940: Preparing [2023-04-25T22:21:09.626Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:09.626Z] 7c399eb73e87: Preparing [2023-04-25T22:21:09.626Z] 259108c9e491: Preparing [2023-04-25T22:21:09.626Z] f1417ff83b31: Preparing [2023-04-25T22:21:09.626Z] f1417ff83b31: Waiting [2023-04-25T22:21:09.626Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:09.626Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:09.626Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:09.626Z] c27d70c29930: Pushed [2023-04-25T22:21:09.626Z] 259108c9e491: Pushed [2023-04-25T22:21:12.154Z] 2e65f2417940: Pushed [2023-04-25T22:21:12.154Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:6d17e5dbfa90b4386b6ba64bf3d79d6520dce18cc4b1c0a9d7d30aada439f747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:12.457Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:12.758Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-04-25T22:21:12.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-25T22:21:12.758Z] c27d70c29930: Preparing [2023-04-25T22:21:12.758Z] 2e65f2417940: Preparing [2023-04-25T22:21:12.758Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:12.758Z] 7c399eb73e87: Preparing [2023-04-25T22:21:12.758Z] 259108c9e491: Preparing [2023-04-25T22:21:12.758Z] f1417ff83b31: Preparing [2023-04-25T22:21:12.758Z] f1417ff83b31: Waiting [2023-04-25T22:21:12.758Z] 259108c9e491: Layer already exists [2023-04-25T22:21:12.758Z] 2e65f2417940: Layer already exists [2023-04-25T22:21:12.758Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:12.758Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:12.758Z] c27d70c29930: Layer already exists [2023-04-25T22:21:12.758Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:12.758Z] latest: digest: sha256:6d17e5dbfa90b4386b6ba64bf3d79d6520dce18cc4b1c0a9d7d30aada439f747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:13.062Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:13.364Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.138 [2023-04-25T22:21:13.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-25T22:21:13.364Z] c27d70c29930: Preparing [2023-04-25T22:21:13.364Z] 2e65f2417940: Preparing [2023-04-25T22:21:13.364Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:13.364Z] 7c399eb73e87: Preparing [2023-04-25T22:21:13.364Z] 259108c9e491: Preparing [2023-04-25T22:21:13.364Z] f1417ff83b31: Preparing [2023-04-25T22:21:13.364Z] f1417ff83b31: Waiting [2023-04-25T22:21:13.364Z] 259108c9e491: Layer already exists [2023-04-25T22:21:13.364Z] c27d70c29930: Layer already exists [2023-04-25T22:21:13.364Z] 2e65f2417940: Layer already exists [2023-04-25T22:21:13.364Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:13.364Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:13.364Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:13.364Z] 3.0.0-dev.138: digest: sha256:6d17e5dbfa90b4386b6ba64bf3d79d6520dce18cc4b1c0a9d7d30aada439f747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:13.678Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:13.982Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:21:13.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-25T22:21:13.982Z] c27d70c29930: Preparing [2023-04-25T22:21:13.982Z] 2e65f2417940: Preparing [2023-04-25T22:21:13.982Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:13.982Z] 7c399eb73e87: Preparing [2023-04-25T22:21:13.982Z] 259108c9e491: Preparing [2023-04-25T22:21:13.982Z] f1417ff83b31: Preparing [2023-04-25T22:21:13.982Z] f1417ff83b31: Waiting [2023-04-25T22:21:13.982Z] 259108c9e491: Layer already exists [2023-04-25T22:21:13.982Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:13.982Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:13.982Z] c27d70c29930: Layer already exists [2023-04-25T22:21:13.982Z] 2e65f2417940: Layer already exists [2023-04-25T22:21:13.982Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:13.982Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:6d17e5dbfa90b4386b6ba64bf3d79d6520dce18cc4b1c0a9d7d30aada439f747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:14.302Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:14.602Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-04-25T22:21:14.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-25T22:21:14.602Z] c27d70c29930: Preparing [2023-04-25T22:21:14.602Z] 2e65f2417940: Preparing [2023-04-25T22:21:14.602Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:14.602Z] 7c399eb73e87: Preparing [2023-04-25T22:21:14.602Z] 259108c9e491: Preparing [2023-04-25T22:21:14.602Z] f1417ff83b31: Preparing [2023-04-25T22:21:14.602Z] f1417ff83b31: Waiting [2023-04-25T22:21:14.602Z] 2e65f2417940: Layer already exists [2023-04-25T22:21:14.602Z] 259108c9e491: Layer already exists [2023-04-25T22:21:14.602Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:14.602Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:14.602Z] c27d70c29930: Layer already exists [2023-04-25T22:21:14.602Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:14.602Z] main: digest: sha256:6d17e5dbfa90b4386b6ba64bf3d79d6520dce18cc4b1c0a9d7d30aada439f747 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:21:14.655Z] ===================================================== [Pipeline] echo [2023-04-25T22:21:14.664Z] taggedImages: [2023-04-25T22:21:14.664Z] - nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:21:14.664Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-04-25T22:21:14.664Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.138 [2023-04-25T22:21:14.664Z] - nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:21:14.664Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-04-25T22:21:14.687Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-04-25T22:21:14.687Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:21:14.687Z] latest [2023-04-25T22:21:14.687Z] 3.0.0-dev.138 [2023-04-25T22:21:14.687Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:21:14.687Z] main [2023-04-25T22:21:14.687Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:15.011Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:15.319Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:21:15.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-25T22:21:15.320Z] 7672fbf64095: Preparing [2023-04-25T22:21:15.320Z] 95f6aff6430c: Preparing [2023-04-25T22:21:15.320Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:15.320Z] 7c399eb73e87: Preparing [2023-04-25T22:21:15.320Z] b23baaeba662: Preparing [2023-04-25T22:21:15.320Z] f1417ff83b31: Preparing [2023-04-25T22:21:15.320Z] f1417ff83b31: Waiting [2023-04-25T22:21:15.320Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:15.320Z] b23baaeba662: Layer already exists [2023-04-25T22:21:15.320Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:15.320Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:15.320Z] 7672fbf64095: Pushed [2023-04-25T22:21:17.847Z] 95f6aff6430c: Pushed [2023-04-25T22:21:18.106Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:efbe82f2aad938079984e1e8bd01cc192236ea45bc411212cda10d0e981a93d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:18.428Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:18.727Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-04-25T22:21:18.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-25T22:21:18.727Z] 7672fbf64095: Preparing [2023-04-25T22:21:18.727Z] 95f6aff6430c: Preparing [2023-04-25T22:21:18.727Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:18.727Z] 7c399eb73e87: Preparing [2023-04-25T22:21:18.727Z] b23baaeba662: Preparing [2023-04-25T22:21:18.727Z] f1417ff83b31: Preparing [2023-04-25T22:21:18.727Z] f1417ff83b31: Waiting [2023-04-25T22:21:18.727Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:18.727Z] 7672fbf64095: Layer already exists [2023-04-25T22:21:18.727Z] b23baaeba662: Layer already exists [2023-04-25T22:21:18.727Z] 95f6aff6430c: Layer already exists [2023-04-25T22:21:18.727Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:18.727Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:18.727Z] latest: digest: sha256:efbe82f2aad938079984e1e8bd01cc192236ea45bc411212cda10d0e981a93d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:19.030Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:19.331Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.138 [2023-04-25T22:21:19.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-25T22:21:19.331Z] 7672fbf64095: Preparing [2023-04-25T22:21:19.331Z] 95f6aff6430c: Preparing [2023-04-25T22:21:19.331Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:19.331Z] 7c399eb73e87: Preparing [2023-04-25T22:21:19.331Z] b23baaeba662: Preparing [2023-04-25T22:21:19.331Z] f1417ff83b31: Preparing [2023-04-25T22:21:19.331Z] 95f6aff6430c: Layer already exists [2023-04-25T22:21:19.331Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:19.331Z] 7672fbf64095: Layer already exists [2023-04-25T22:21:19.331Z] b23baaeba662: Layer already exists [2023-04-25T22:21:19.331Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:19.331Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:19.331Z] 3.0.0-dev.138: digest: sha256:efbe82f2aad938079984e1e8bd01cc192236ea45bc411212cda10d0e981a93d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:19.659Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:19.962Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:21:19.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-25T22:21:19.962Z] 7672fbf64095: Preparing [2023-04-25T22:21:19.962Z] 95f6aff6430c: Preparing [2023-04-25T22:21:19.962Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:19.962Z] 7c399eb73e87: Preparing [2023-04-25T22:21:19.962Z] b23baaeba662: Preparing [2023-04-25T22:21:19.962Z] f1417ff83b31: Preparing [2023-04-25T22:21:19.962Z] f1417ff83b31: Waiting [2023-04-25T22:21:19.962Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:19.962Z] 95f6aff6430c: Layer already exists [2023-04-25T22:21:19.962Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:19.962Z] 7672fbf64095: Layer already exists [2023-04-25T22:21:19.962Z] b23baaeba662: Layer already exists [2023-04-25T22:21:19.962Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:19.962Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:efbe82f2aad938079984e1e8bd01cc192236ea45bc411212cda10d0e981a93d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:20.283Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:21:20.596Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-04-25T22:21:20.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-25T22:21:20.596Z] 7672fbf64095: Preparing [2023-04-25T22:21:20.596Z] 95f6aff6430c: Preparing [2023-04-25T22:21:20.596Z] 4a1dd47cf2fc: Preparing [2023-04-25T22:21:20.596Z] 7c399eb73e87: Preparing [2023-04-25T22:21:20.596Z] b23baaeba662: Preparing [2023-04-25T22:21:20.596Z] f1417ff83b31: Preparing [2023-04-25T22:21:20.596Z] f1417ff83b31: Waiting [2023-04-25T22:21:20.596Z] 4a1dd47cf2fc: Layer already exists [2023-04-25T22:21:20.596Z] b23baaeba662: Layer already exists [2023-04-25T22:21:20.596Z] 7c399eb73e87: Layer already exists [2023-04-25T22:21:20.596Z] 7672fbf64095: Layer already exists [2023-04-25T22:21:20.596Z] 95f6aff6430c: Layer already exists [2023-04-25T22:21:20.596Z] f1417ff83b31: Layer already exists [2023-04-25T22:21:20.596Z] main: digest: sha256:efbe82f2aad938079984e1e8bd01cc192236ea45bc411212cda10d0e981a93d8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:21:20.648Z] ===================================================== [Pipeline] echo [2023-04-25T22:21:20.658Z] taggedImages: [2023-04-25T22:21:20.658Z] - nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:21:20.658Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-04-25T22:21:20.658Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.138 [2023-04-25T22:21:20.658Z] - nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:21:20.658Z] - 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-04-25T22:21:29.635Z] Removing intermediate container a749f98dd0eb [2023-04-25T22:21:29.635Z] ---> 9aeb994554c8 [2023-04-25T22:21:29.635Z] Step 7/27 : COPY . . [2023-04-25T22:21:29.635Z] Removing intermediate container 901a029564b5 [2023-04-25T22:21:29.635Z] ---> 0a9235d2d9f3 [2023-04-25T22:21:29.635Z] Step 7/27 : COPY . . [2023-04-25T22:21:29.635Z] Removing intermediate container 0767c62d838d [2023-04-25T22:21:29.635Z] ---> 2695113d4af1 [2023-04-25T22:21:29.635Z] Step 8/23 : COPY . . [2023-04-25T22:21:29.635Z] Removing intermediate container 4efa005d5367 [2023-04-25T22:21:29.635Z] ---> b53b9ac2bb8d [2023-04-25T22:21:29.635Z] Step 7/25 : COPY . . [2023-04-25T22:21:29.635Z] Removing intermediate container cd846b119824 [2023-04-25T22:21:29.635Z] ---> 25fd009c6525 [2023-04-25T22:21:29.635Z] Step 7/22 : COPY . . [2023-04-25T22:21:29.635Z] ---> b33417265bc5 [2023-04-25T22:21:29.635Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-25T22:21:29.635Z] ---> Running in 3bcfa87924d7 [2023-04-25T22:21:29.635Z] Removing intermediate container 3bcfa87924d7 [2023-04-25T22:21:29.635Z] ---> 4255e1623b5d [2023-04-25T22:21:29.635Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-25T22:21:29.635Z] ---> Running in f07938556298 [2023-04-25T22:21:29.635Z] Removing intermediate container f07938556298 [2023-04-25T22:21:29.635Z] ---> a3bfb82b1bbf [2023-04-25T22:21:29.635Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-25T22:21:29.635Z] ---> 2d1038851d10 [2023-04-25T22:21:29.635Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-25T22:21:29.635Z] ---> Running in 38ee5d054d68 [2023-04-25T22:21:29.635Z] ---> Running in a274edac8289 [2023-04-25T22:21:29.635Z] ---> 7124930cacf9 [2023-04-25T22:21:29.635Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-25T22:21:29.635Z] ---> e4934b9becc5 [2023-04-25T22:21:29.635Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-25T22:21:29.908Z] ---> 3f38af7a94ab [2023-04-25T22:21:29.908Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-25T22:21:29.908Z] ---> Running in 557f51b4fa35 [2023-04-25T22:21:29.908Z] ---> Running in 0b1f7bd91bf7 [2023-04-25T22:21:30.178Z] ---> Running in d687e941e515 [2023-04-25T22:21:30.449Z] Removing intermediate container 38ee5d054d68 [2023-04-25T22:21:30.449Z] ---> 3bf672b1a8fd [2023-04-25T22:21:30.449Z] Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-25T22:21:30.449Z] Removing intermediate container a274edac8289 [2023-04-25T22:21:30.449Z] ---> 5267d9da4e1a [2023-04-25T22:21:30.449Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-25T22:21:30.718Z] ---> Running in f78fdcc078eb [2023-04-25T22:21:30.718Z] ---> Running in 64f4c79a8d1a [2023-04-25T22:21:31.688Z] Removing intermediate container f78fdcc078eb [2023-04-25T22:21:31.688Z] ---> 65226bd8b0d3 [2023-04-25T22:21:31.688Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-25T22:21:31.688Z] ---> Running in 14242bc4c7eb [2023-04-25T22:21:32.655Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-25T22:21:32.655Z] Removing intermediate container 14242bc4c7eb [2023-04-25T22:21:32.655Z] ---> 0218527a0bdf [2023-04-25T22:21:32.655Z] Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-25T22:21:32.655Z] ---> Running in 9a137c058c37 [2023-04-25T22:21:33.249Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-25T22:21:33.519Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-25T22:21:34.490Z] Removing intermediate container 64f4c79a8d1a [2023-04-25T22:21:34.490Z] ---> d3285078dd38 [2023-04-25T22:21:34.490Z] Step 12/27 : WORKDIR /edgex-go [2023-04-25T22:21:34.490Z] ---> Running in 78b0892c81c2 [2023-04-25T22:21:35.478Z] Removing intermediate container 78b0892c81c2 [2023-04-25T22:21:35.478Z] ---> c440d9c63383 [2023-04-25T22:21:35.478Z] [2023-04-25T22:21:35.478Z] Step 13/27 : FROM alpine:3.17 [2023-04-25T22:21:35.752Z] 3.17: Pulling from library/alpine [2023-04-25T22:21:36.028Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-25T22:21:36.028Z] Status: Downloaded newer image for alpine:3.17 [2023-04-25T22:21:36.028Z] ---> 51e60588ff2c [2023-04-25T22:21:36.028Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-25T22:21:36.300Z] ---> Running in 0949da439a1c [2023-04-25T22:21:36.897Z] Removing intermediate container 9a137c058c37 [2023-04-25T22:21:36.898Z] ---> e1b6793041c1 [2023-04-25T22:21:36.898Z] Step 12/27 : WORKDIR /edgex-go [2023-04-25T22:21:37.182Z] Removing intermediate container 0949da439a1c [2023-04-25T22:21:37.182Z] ---> 7ebb70115ef8 [2023-04-25T22:21:37.182Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-25T22:21:37.182Z] ---> Running in 5b44ae029d26 [2023-04-25T22:21:37.452Z] ---> Running in d22d750cdf7c [2023-04-25T22:21:38.420Z] Removing intermediate container 5b44ae029d26 [2023-04-25T22:21:38.420Z] ---> 800e09b7c3a2 [2023-04-25T22:21:38.420Z] [2023-04-25T22:21:38.420Z] Step 13/27 : FROM alpine:3.17 [2023-04-25T22:21:38.420Z] ---> 51e60588ff2c [2023-04-25T22:21:38.420Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-25T22:21:38.420Z] ---> Using cache [2023-04-25T22:21:38.420Z] ---> 7ebb70115ef8 [2023-04-25T22:21:38.420Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-25T22:21:38.420Z] ---> Running in 01edf7756bf4 [2023-04-25T22:21:40.375Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:21:40.643Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:21:41.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:21:41.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:21:43.262Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-25T22:21:43.262Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-25T22:21:43.262Z] OK: 17691 distinct packages available [2023-04-25T22:21:43.533Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:21:43.806Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-25T22:21:43.806Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-25T22:21:43.806Z] OK: 17691 distinct packages available [2023-04-25T22:21:44.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:21:44.983Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:21:45.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:21:46.988Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-25T22:21:46.988Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-25T22:21:46.988Z] (3/4) Installing libucontext (1.2-r0) [2023-04-25T22:21:46.988Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-25T22:21:46.988Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:21:46.988Z] OK: 8 MiB in 19 packages [2023-04-25T22:21:47.256Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-25T22:21:47.256Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-25T22:21:47.256Z] (3/5) Installing libucontext (1.2-r0) [2023-04-25T22:21:47.256Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-25T22:21:47.256Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-25T22:21:47.528Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:21:47.528Z] OK: 9 MiB in 20 packages [2023-04-25T22:21:49.482Z] Removing intermediate container d22d750cdf7c [2023-04-25T22:21:49.482Z] ---> ae4f11c13dcd [2023-04-25T22:21:49.482Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:21:49.751Z] Removing intermediate container 01edf7756bf4 [2023-04-25T22:21:49.751Z] ---> b3644ba1e09b [2023-04-25T22:21:49.751Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:21:50.716Z] ---> 8990aa0c78ca [2023-04-25T22:21:50.716Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:21:51.303Z] ---> 6d66f6e7a4d4 [2023-04-25T22:21:51.303Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:21:52.527Z] ---> 5e6fa119781b [2023-04-25T22:21:52.527Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-25T22:21:52.840Z] ---> 348fcbc11d94 [2023-04-25T22:21:52.840Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-25T22:22:01.236Z] ---> 810b4b597345 [2023-04-25T22:22:01.236Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-25T22:22:02.210Z] ---> 873139565f3b [2023-04-25T22:22:02.210Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-25T22:22:06.487Z] ---> c77fa63e7a67 [2023-04-25T22:22:06.487Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-25T22:22:06.487Z] ---> Running in 9748c6ec56cd [2023-04-25T22:22:07.077Z] Removing intermediate container 9748c6ec56cd [2023-04-25T22:22:07.077Z] ---> 082432d32c11 [2023-04-25T22:22:07.077Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-25T22:22:09.047Z] ---> 8bac784ce3c2 [2023-04-25T22:22:09.047Z] Step 22/27 : WORKDIR / [2023-04-25T22:22:09.047Z] ---> Running in 9a6aac27f106 [2023-04-25T22:22:09.047Z] ---> 53e47a923e2f [2023-04-25T22:22:09.047Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-25T22:22:09.646Z] Removing intermediate container 9a6aac27f106 [2023-04-25T22:22:09.646Z] ---> cfbb13da501a [2023-04-25T22:22:09.646Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-25T22:22:09.916Z] ---> Running in 3ed2b1f9d26a [2023-04-25T22:22:10.507Z] ---> 48a3e0123fb6 [2023-04-25T22:22:10.507Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-25T22:22:10.507Z] Removing intermediate container 3ed2b1f9d26a [2023-04-25T22:22:10.507Z] ---> ed3d2dc6ee15 [2023-04-25T22:22:10.507Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-25T22:22:10.779Z] ---> Running in bead8fea20cc [2023-04-25T22:22:11.757Z] Removing intermediate container bead8fea20cc [2023-04-25T22:22:11.757Z] ---> b26e165d97dc [2023-04-25T22:22:11.757Z] Step 25/27 : LABEL arch=arm64 [2023-04-25T22:22:11.757Z] ---> Running in c596de77cad7 [2023-04-25T22:22:12.029Z] ---> 2867e8958b92 [2023-04-25T22:22:12.029Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-25T22:22:12.626Z] Removing intermediate container c596de77cad7 [2023-04-25T22:22:12.626Z] ---> f1b4da667134 [2023-04-25T22:22:12.626Z] Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:22:12.626Z] ---> Running in e3e61834c8fa [2023-04-25T22:22:13.221Z] ---> a8977b6612b5 [2023-04-25T22:22:13.221Z] Removing intermediate container e3e61834c8fa [2023-04-25T22:22:13.221Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-25T22:22:13.221Z] ---> d22ab546fe63 [2023-04-25T22:22:13.221Z] Step 27/27 : LABEL version=3.0.0-dev.138 [2023-04-25T22:22:13.824Z] ---> Running in 5a61767fd06e [2023-04-25T22:22:13.824Z] ---> Running in 12ff7607f8a0 [2023-04-25T22:22:14.423Z] Removing intermediate container 12ff7607f8a0 [2023-04-25T22:22:14.423Z] Removing intermediate container 5a61767fd06e [2023-04-25T22:22:14.423Z] ---> 24b0719670a9 [2023-04-25T22:22:14.423Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-25T22:22:14.423Z] ---> 5b569d347c95 [2023-04-25T22:22:14.423Z] [2023-04-25T22:22:14.692Z] ---> Running in 976ba1991c2b [2023-04-25T22:22:14.692Z] Successfully built 5b569d347c95 [2023-04-25T22:22:14.692Z] Successfully tagged security-spire-config-arm64:latest [2023-04-25T22:22:14.692Z]  Building security-spire-config ... done Building core-data [2023-04-25T22:22:15.282Z] Removing intermediate container 976ba1991c2b [2023-04-25T22:22:15.282Z] ---> d02e3b005cbc [2023-04-25T22:22:15.282Z] Step 25/27 : LABEL arch=arm64 [2023-04-25T22:22:15.282Z] ---> Running in 3ce31a0d44f8 [2023-04-25T22:22:16.255Z] Removing intermediate container 3ce31a0d44f8 [2023-04-25T22:22:16.255Z] ---> 34550d308c4e [2023-04-25T22:22:16.255Z] Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:22:16.255Z] ---> Running in 25701ed1d626 [2023-04-25T22:22:19.614Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:22:19.614Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:22:19.614Z] ---> 4067389d2566 [2023-04-25T22:22:19.614Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:22:19.614Z] ---> Using cache [2023-04-25T22:22:19.614Z] ---> dd66e29f6329 [2023-04-25T22:22:19.614Z] Step 4/23 : WORKDIR /edgex-go [2023-04-25T22:22:19.614Z] ---> Using cache [2023-04-25T22:22:19.614Z] ---> 91219c9e14e1 [2023-04-25T22:22:19.614Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-25T22:22:19.614Z] ---> Using cache [2023-04-25T22:22:19.614Z] ---> baa7c0bf57cc [2023-04-25T22:22:19.614Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-25T22:22:19.614Z] ---> Using cache [2023-04-25T22:22:19.614Z] ---> c9259681cb8f [2023-04-25T22:22:19.614Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:22:19.614Z] ---> Using cache [2023-04-25T22:22:19.614Z] ---> 2695113d4af1 [2023-04-25T22:22:19.614Z] Step 8/23 : COPY . . [2023-04-25T22:22:19.614Z] ---> Using cache [2023-04-25T22:22:19.614Z] ---> 3f38af7a94ab [2023-04-25T22:22:19.614Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-25T22:22:19.885Z] Removing intermediate container 25701ed1d626 [2023-04-25T22:22:19.885Z] ---> d7ee877cbd9a [2023-04-25T22:22:19.885Z] Step 27/27 : LABEL version=3.0.0-dev.138 [2023-04-25T22:22:19.885Z] ---> Running in b0fca1e4f00e [2023-04-25T22:22:20.155Z] ---> Running in 56bd8c3ada50 [2023-04-25T22:22:21.136Z] Removing intermediate container 56bd8c3ada50 [2023-04-25T22:22:21.136Z] ---> 9d2f3ba17791 [2023-04-25T22:22:21.136Z] [2023-04-25T22:22:21.136Z] Successfully built 9d2f3ba17791 [2023-04-25T22:22:21.136Z] Successfully tagged security-spire-agent-arm64:latest [2023-04-25T22:22:21.136Z]  Building security-spire-agent ... done Building core-command [2023-04-25T22:22:22.556Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-25T22:22:25.911Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:22:25.911Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:22:25.912Z] ---> 4067389d2566 [2023-04-25T22:22:25.912Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:22:25.912Z] ---> Using cache [2023-04-25T22:22:25.912Z] ---> dd66e29f6329 [2023-04-25T22:22:25.912Z] Step 4/24 : WORKDIR /edgex-go [2023-04-25T22:22:25.912Z] ---> Using cache [2023-04-25T22:22:25.912Z] ---> 91219c9e14e1 [2023-04-25T22:22:25.912Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-25T22:22:25.912Z] ---> Using cache [2023-04-25T22:22:25.912Z] ---> baa7c0bf57cc [2023-04-25T22:22:25.912Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-25T22:22:25.912Z] ---> Using cache [2023-04-25T22:22:25.912Z] ---> c9259681cb8f [2023-04-25T22:22:25.912Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:22:25.912Z] ---> Using cache [2023-04-25T22:22:25.912Z] ---> 2695113d4af1 [2023-04-25T22:22:25.912Z] Step 8/24 : COPY . . [2023-04-25T22:22:26.190Z] ---> Using cache [2023-04-25T22:22:26.190Z] ---> 3f38af7a94ab [2023-04-25T22:22:26.190Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-25T22:22:26.458Z] ---> Running in 04dc73235bf3 [2023-04-25T22:22:28.407Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-25T22:28:35.407Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-25T22:28:35.716Z] Removing intermediate container 0b1f7bd91bf7 [2023-04-25T22:28:35.716Z] ---> 01b5c5beab35 [2023-04-25T22:28:35.716Z] [2023-04-25T22:28:35.716Z] Step 9/22 : FROM alpine:3.17 [2023-04-25T22:28:35.716Z] ---> 51e60588ff2c [2023-04-25T22:28:35.716Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-25T22:28:37.664Z] ---> Running in a836767eb16f [2023-04-25T22:28:39.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:28:41.017Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:28:42.960Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-25T22:28:42.960Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-25T22:28:42.960Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:28:42.960Z] OK: 8 MiB in 17 packages [2023-04-25T22:28:43.544Z] Removing intermediate container 557f51b4fa35 [2023-04-25T22:28:43.544Z] ---> 762159f151e7 [2023-04-25T22:28:43.544Z] [2023-04-25T22:28:43.544Z] Step 9/25 : FROM alpine:3.17 [2023-04-25T22:28:43.544Z] ---> 51e60588ff2c [2023-04-25T22:28:43.544Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-25T22:28:43.813Z] ---> Running in 7f33e5a8a675 [2023-04-25T22:28:44.784Z] Removing intermediate container a836767eb16f [2023-04-25T22:28:44.784Z] ---> 6d0826cd99b0 [2023-04-25T22:28:44.784Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-25T22:28:44.784Z] ---> Running in 9b787e010cf2 [2023-04-25T22:28:45.748Z] Removing intermediate container 9b787e010cf2 [2023-04-25T22:28:45.748Z] ---> d0c2e8f3bfe7 [2023-04-25T22:28:45.748Z] Step 12/22 : WORKDIR /edgex [2023-04-25T22:28:45.748Z] ---> Running in a21d350a8358 [2023-04-25T22:28:46.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:28:46.331Z] Removing intermediate container a21d350a8358 [2023-04-25T22:28:46.331Z] ---> 01221f0e6e71 [2023-04-25T22:28:46.331Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:28:47.292Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:28:47.292Z] ---> b75103e0b7b1 [2023-04-25T22:28:47.292Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:28:48.252Z] ---> 48b39f110435 [2023-04-25T22:28:48.252Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-25T22:28:48.838Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-25T22:28:48.838Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-25T22:28:48.838Z] (3/3) Installing su-exec (0.2-r2) [2023-04-25T22:28:48.838Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:28:48.838Z] Executing ca-certificates-20220614-r4.trigger [2023-04-25T22:28:49.117Z] ---> 2c904552dd87 [2023-04-25T22:28:49.117Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-25T22:28:49.701Z] OK: 8 MiB in 18 packages [2023-04-25T22:28:51.110Z] ---> e1080c875040 [2023-04-25T22:28:51.110Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-25T22:28:52.521Z] ---> b150552b1ae4 [2023-04-25T22:28:52.521Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-25T22:28:52.521Z] Removing intermediate container 7f33e5a8a675 [2023-04-25T22:28:52.521Z] ---> d3298f4bf7c8 [2023-04-25T22:28:52.521Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-25T22:28:52.521Z] ---> Running in 7819b48efcc6 [2023-04-25T22:28:52.521Z] ---> Running in 922b5afde602 [2023-04-25T22:28:53.484Z] Removing intermediate container 922b5afde602 [2023-04-25T22:28:53.484Z] ---> 0f032c7c4140 [2023-04-25T22:28:53.484Z] Step 12/25 : WORKDIR / [2023-04-25T22:28:53.753Z] ---> Running in c9f8cb40845d [2023-04-25T22:28:54.338Z] Removing intermediate container c9f8cb40845d [2023-04-25T22:28:54.338Z] ---> 67791483e110 [2023-04-25T22:28:54.338Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:28:55.752Z] ---> 4dc9466a608e [2023-04-25T22:28:55.752Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:28:56.339Z] Removing intermediate container 7819b48efcc6 [2023-04-25T22:28:56.339Z] ---> 261431c52080 [2023-04-25T22:28:56.339Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-25T22:28:56.339Z] ---> Running in b28d013a2480 [2023-04-25T22:28:56.926Z] ---> 8da0cddc10d7 [2023-04-25T22:28:56.926Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-04-25T22:28:57.194Z] Removing intermediate container b28d013a2480 [2023-04-25T22:28:57.194Z] ---> bdb6897c1ef0 [2023-04-25T22:28:57.194Z] Step 20/22 : LABEL arch=arm64 [2023-04-25T22:28:57.464Z] ---> Running in b5515ce5fc25 [2023-04-25T22:28:58.048Z] Removing intermediate container b5515ce5fc25 [2023-04-25T22:28:58.048Z] ---> 433759cba628 [2023-04-25T22:28:58.048Z] Step 21/22 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:28:58.315Z] ---> 43063cffcf60 [2023-04-25T22:28:58.315Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-04-25T22:28:58.315Z] ---> Running in ca216dbb5bc7 [2023-04-25T22:28:58.900Z] Removing intermediate container ca216dbb5bc7 [2023-04-25T22:28:58.900Z] ---> a25b57a19bf5 [2023-04-25T22:28:58.900Z] Step 22/22 : LABEL version=3.0.0-dev.138 [2023-04-25T22:28:59.167Z] ---> 3102e90f6209 [2023-04-25T22:28:59.167Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:28:59.167Z] ---> Running in 4f23c6a532f1 [2023-04-25T22:29:00.131Z] Removing intermediate container 4f23c6a532f1 [2023-04-25T22:29:00.131Z] ---> 4195ee753ac1 [2023-04-25T22:29:00.131Z] [2023-04-25T22:29:00.131Z] Successfully built 4195ee753ac1 [2023-04-25T22:29:00.131Z] Successfully tagged security-proxy-setup-arm64:latest [2023-04-25T22:29:00.131Z] Building security-spire-server [2023-04-25T22:29:00.401Z]  Building security-proxy-setup ... done  ---> aa17609a5477 [2023-04-25T22:29:00.401Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-25T22:29:04.656Z] ---> ce7542250e76 [2023-04-25T22:29:04.656Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-25T22:29:05.238Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:29:05.238Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:29:05.238Z] ---> 4067389d2566 [2023-04-25T22:29:05.238Z] Step 3/26 : WORKDIR /edgex-go [2023-04-25T22:29:05.238Z] ---> Using cache [2023-04-25T22:29:05.238Z] ---> 98080fc530b0 [2023-04-25T22:29:05.238Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-25T22:29:05.238Z] ---> Using cache [2023-04-25T22:29:05.238Z] ---> 0d35effbc2d5 [2023-04-25T22:29:05.238Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-25T22:29:05.238Z] ---> Using cache [2023-04-25T22:29:05.238Z] ---> ac8d89924f2f [2023-04-25T22:29:05.238Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:29:05.238Z] ---> Using cache [2023-04-25T22:29:05.238Z] ---> 9aeb994554c8 [2023-04-25T22:29:05.238Z] Step 7/26 : COPY . . [2023-04-25T22:29:05.506Z] ---> Using cache [2023-04-25T22:29:05.506Z] ---> b33417265bc5 [2023-04-25T22:29:05.506Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-04-25T22:29:05.506Z] ---> Using cache [2023-04-25T22:29:05.506Z] ---> 4255e1623b5d [2023-04-25T22:29:05.506Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-25T22:29:05.506Z] ---> Using cache [2023-04-25T22:29:05.506Z] ---> a3bfb82b1bbf [2023-04-25T22:29:05.506Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-25T22:29:05.506Z] ---> Using cache [2023-04-25T22:29:05.506Z] ---> 3bf672b1a8fd [2023-04-25T22:29:05.506Z] Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-25T22:29:06.091Z] ---> Running in c72595181931 [2023-04-25T22:29:07.133Z] ---> 5eb2bde8731b [2023-04-25T22:29:07.133Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-25T22:29:08.550Z] ---> 5ded1acda19c [2023-04-25T22:29:08.550Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-25T22:29:08.550Z] ---> Running in 0204806eba05 [2023-04-25T22:29:09.969Z] Removing intermediate container c72595181931 [2023-04-25T22:29:09.969Z] ---> 6b38cac58dbb [2023-04-25T22:29:09.969Z] Step 12/26 : WORKDIR /edgex-go [2023-04-25T22:29:10.252Z] ---> Running in 27bf5d923baf [2023-04-25T22:29:10.843Z] Removing intermediate container 27bf5d923baf [2023-04-25T22:29:10.843Z] ---> ef413ee3f834 [2023-04-25T22:29:10.843Z] [2023-04-25T22:29:10.843Z] Step 13/26 : FROM alpine:3.17 [2023-04-25T22:29:10.843Z] ---> 51e60588ff2c [2023-04-25T22:29:10.843Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-25T22:29:10.843Z] ---> Using cache [2023-04-25T22:29:10.843Z] ---> 7ebb70115ef8 [2023-04-25T22:29:10.843Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-25T22:29:10.843Z] ---> Using cache [2023-04-25T22:29:10.843Z] ---> b3644ba1e09b [2023-04-25T22:29:10.843Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:29:11.113Z] ---> Using cache [2023-04-25T22:29:11.113Z] ---> 6d66f6e7a4d4 [2023-04-25T22:29:11.113Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:29:11.113Z] ---> Using cache [2023-04-25T22:29:11.113Z] ---> 348fcbc11d94 [2023-04-25T22:29:11.113Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-25T22:29:13.071Z] Removing intermediate container 0204806eba05 [2023-04-25T22:29:13.071Z] ---> 17070a97ab21 [2023-04-25T22:29:13.071Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-25T22:29:13.071Z] ---> Running in b4cc74ef3023 [2023-04-25T22:29:13.661Z] Removing intermediate container b4cc74ef3023 [2023-04-25T22:29:13.661Z] ---> 519205af1598 [2023-04-25T22:29:13.661Z] Step 23/25 : LABEL arch=arm64 [2023-04-25T22:29:13.931Z] ---> Running in 32b3bce3738c [2023-04-25T22:29:14.931Z] Removing intermediate container 32b3bce3738c [2023-04-25T22:29:14.931Z] ---> 7bb9e3484f45 [2023-04-25T22:29:14.931Z] Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:29:14.931Z] ---> Running in 9aa5f3e8b0df [2023-04-25T22:29:18.297Z] Removing intermediate container 9aa5f3e8b0df [2023-04-25T22:29:18.297Z] ---> 2b323d0d001a [2023-04-25T22:29:18.297Z] Step 25/25 : LABEL version=3.0.0-dev.138 [2023-04-25T22:29:18.566Z] ---> Running in c1fffd3878c0 [2023-04-25T22:29:19.540Z] Removing intermediate container c1fffd3878c0 [2023-04-25T22:29:19.540Z] ---> 0f33b0b13a99 [2023-04-25T22:29:19.540Z] [2023-04-25T22:29:19.810Z] Successfully built 0f33b0b13a99 [2023-04-25T22:29:19.810Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-04-25T22:29:19.810Z] Building support-notifications [2023-04-25T22:29:19.810Z]  Building security-secretstore-setup ... done  ---> dee0ee6ed2f5 [2023-04-25T22:29:19.810Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-25T22:29:20.779Z] ---> f9bc3200e9fb [2023-04-25T22:29:20.779Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-25T22:29:21.817Z] ---> 7d5715de1091 [2023-04-25T22:29:21.817Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-25T22:29:22.587Z] ---> 18f804ce06fb [2023-04-25T22:29:22.588Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-25T22:29:22.866Z] ---> Running in 85fb4e14fd3d [2023-04-25T22:29:23.454Z] Removing intermediate container 85fb4e14fd3d [2023-04-25T22:29:23.454Z] ---> ca45b5d838b9 [2023-04-25T22:29:23.454Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-25T22:29:23.454Z] ---> Running in eab05f2e5263 [2023-04-25T22:29:24.439Z] Removing intermediate container eab05f2e5263 [2023-04-25T22:29:24.439Z] ---> a55c1e53909d [2023-04-25T22:29:24.439Z] Step 24/26 : LABEL arch=arm64 [2023-04-25T22:29:24.439Z] ---> Running in 22a265c05381 [2023-04-25T22:29:24.439Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:29:24.439Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:29:24.439Z] ---> 4067389d2566 [2023-04-25T22:29:24.439Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:29:24.439Z] ---> Using cache [2023-04-25T22:29:24.439Z] ---> dd66e29f6329 [2023-04-25T22:29:24.439Z] Step 4/23 : WORKDIR /edgex-go [2023-04-25T22:29:24.439Z] ---> Using cache [2023-04-25T22:29:24.439Z] ---> 91219c9e14e1 [2023-04-25T22:29:24.439Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-25T22:29:24.709Z] ---> Running in c01b1e87c065 [2023-04-25T22:29:25.679Z] Removing intermediate container 22a265c05381 [2023-04-25T22:29:25.679Z] ---> 559cb52289ce [2023-04-25T22:29:25.679Z] Step 25/26 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:29:25.679Z] ---> Running in cf9ffb6c8fba [2023-04-25T22:29:26.274Z] Removing intermediate container cf9ffb6c8fba [2023-04-25T22:29:26.274Z] ---> 9450e72bd42d [2023-04-25T22:29:26.274Z] Step 26/26 : LABEL version=3.0.0-dev.138 [2023-04-25T22:29:26.547Z] ---> Running in 512eb59a6454 [2023-04-25T22:29:27.134Z] Removing intermediate container 512eb59a6454 [2023-04-25T22:29:27.134Z] ---> be36eddc0ea6 [2023-04-25T22:29:27.134Z] [2023-04-25T22:29:27.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:29:27.403Z] Successfully built be36eddc0ea6 [2023-04-25T22:29:27.403Z] Successfully tagged security-spire-server-arm64:latest [2023-04-25T22:29:27.403Z]  Building security-spire-server ... done Building security-bootstrapper [2023-04-25T22:29:28.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:29:29.768Z] OK: 263 MiB in 53 packages [2023-04-25T22:29:31.195Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:29:31.195Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:29:31.195Z] ---> 4067389d2566 [2023-04-25T22:29:31.195Z] Step 3/33 : WORKDIR /edgex-go [2023-04-25T22:29:31.195Z] ---> Using cache [2023-04-25T22:29:31.195Z] ---> 98080fc530b0 [2023-04-25T22:29:31.195Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-25T22:29:31.195Z] ---> Running in cfce8b8656be [2023-04-25T22:29:32.617Z] Removing intermediate container c01b1e87c065 [2023-04-25T22:29:32.617Z] ---> 85e253deaa73 [2023-04-25T22:29:32.617Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-25T22:29:33.596Z] ---> 61c375135ffe [2023-04-25T22:29:33.596Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:29:33.596Z] ---> Running in 532e1691caa6 [2023-04-25T22:29:33.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:29:34.837Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:29:36.777Z] OK: 263 MiB in 53 packages [2023-04-25T22:29:38.188Z] Removing intermediate container cfce8b8656be [2023-04-25T22:29:38.188Z] ---> 0eae7f764e58 [2023-04-25T22:29:38.188Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-25T22:29:38.772Z] ---> 9c5639b73e41 [2023-04-25T22:29:38.772Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:29:38.772Z] ---> Running in e0dde7c89c26 [2023-04-25T22:30:03.604Z] Removing intermediate container 04dc73235bf3 [2023-04-25T22:30:03.604Z] ---> 2bab564395f0 [2023-04-25T22:30:03.604Z] [2023-04-25T22:30:03.604Z] Step 10/24 : FROM alpine:3.17 [2023-04-25T22:30:03.604Z] ---> 51e60588ff2c [2023-04-25T22:30:03.604Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-25T22:30:03.604Z] ---> Running in fcdb84a58e85 [2023-04-25T22:30:06.187Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:30:07.147Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:30:09.314Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-25T22:30:09.314Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:30:09.314Z] OK: 8 MiB in 16 packages [2023-04-25T22:30:13.914Z] Removing intermediate container fcdb84a58e85 [2023-04-25T22:30:13.914Z] ---> 0f6fdde675b1 [2023-04-25T22:30:13.914Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-25T22:30:13.914Z] ---> Running in 5fb3a87a793e [2023-04-25T22:30:14.510Z] Removing intermediate container 5fb3a87a793e [2023-04-25T22:30:14.510Z] ---> 4b1439292cb2 [2023-04-25T22:30:14.510Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-25T22:30:14.784Z] ---> Running in 489a1cb01821 [2023-04-25T22:30:15.376Z] Removing intermediate container 489a1cb01821 [2023-04-25T22:30:15.376Z] ---> 9b5fb1c2f444 [2023-04-25T22:30:15.376Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-25T22:30:15.647Z] Removing intermediate container b0fca1e4f00e [2023-04-25T22:30:15.647Z] ---> b7bb8f71f26b [2023-04-25T22:30:15.647Z] [2023-04-25T22:30:15.648Z] Step 10/23 : FROM alpine:3.17 [2023-04-25T22:30:15.648Z] ---> 51e60588ff2c [2023-04-25T22:30:15.648Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-25T22:30:15.648Z] ---> Running in 03f8bb530cb3 [2023-04-25T22:30:15.924Z] ---> Running in 1c363496cf88 [2023-04-25T22:30:16.198Z] Removing intermediate container 03f8bb530cb3 [2023-04-25T22:30:16.198Z] ---> a7417ac44800 [2023-04-25T22:30:16.198Z] Step 15/24 : WORKDIR / [2023-04-25T22:30:16.472Z] Removing intermediate container 1c363496cf88 [2023-04-25T22:30:16.472Z] ---> d93c33962259 [2023-04-25T22:30:16.472Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-25T22:30:16.472Z] ---> Running in 817eae03dad7 [2023-04-25T22:30:16.745Z] ---> Running in 76b9c0930d77 [2023-04-25T22:30:17.332Z] Removing intermediate container 76b9c0930d77 [2023-04-25T22:30:17.332Z] ---> d71b7bd9b2de [2023-04-25T22:30:17.332Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-25T22:30:17.332Z] Removing intermediate container 817eae03dad7 [2023-04-25T22:30:17.332Z] ---> b3939c952c6d [2023-04-25T22:30:17.332Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:30:17.601Z] ---> Running in e7bbd8b3ca90 [2023-04-25T22:30:18.577Z] Removing intermediate container e7bbd8b3ca90 [2023-04-25T22:30:18.577Z] ---> 89efcf8d70e1 [2023-04-25T22:30:18.577Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-25T22:30:18.577Z] ---> Running in 5a2c4c204d1f [2023-04-25T22:30:18.866Z] ---> 30ad8f22abe5 [2023-04-25T22:30:18.866Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:30:20.281Z] ---> dd64f59409d4 [2023-04-25T22:30:20.281Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-25T22:30:20.872Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:30:21.850Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:30:22.122Z] ---> 2fc70333758a [2023-04-25T22:30:22.122Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:30:23.089Z] ---> fff5b43d9a4a [2023-04-25T22:30:23.089Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-25T22:30:23.089Z] ---> Running in 3192781955ca [2023-04-25T22:30:23.677Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-25T22:30:23.677Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:30:23.677Z] OK: 8 MiB in 16 packages [2023-04-25T22:30:27.955Z] Removing intermediate container 3192781955ca [2023-04-25T22:30:27.955Z] ---> a8aa856dc09c [2023-04-25T22:30:27.955Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-25T22:30:27.955Z] ---> Running in bb18804d9588 [2023-04-25T22:30:28.545Z] Removing intermediate container bb18804d9588 [2023-04-25T22:30:28.545Z] ---> 337acdcd8c89 [2023-04-25T22:30:28.545Z] Step 22/24 : LABEL arch=arm64 [2023-04-25T22:30:28.545Z] Removing intermediate container 5a2c4c204d1f [2023-04-25T22:30:28.545Z] ---> 7a1a308da985 [2023-04-25T22:30:28.545Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:30:28.814Z] ---> Running in 707a3c4b4d21 [2023-04-25T22:30:29.791Z] ---> ff5194dcad78 [2023-04-25T22:30:29.791Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:30:29.791Z] Removing intermediate container 707a3c4b4d21 [2023-04-25T22:30:29.791Z] ---> da4490518b9b [2023-04-25T22:30:29.791Z] Step 23/24 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:30:29.791Z] ---> Running in 0e5469f1d229 [2023-04-25T22:30:30.403Z] Removing intermediate container 0e5469f1d229 [2023-04-25T22:30:30.403Z] ---> 119b5041beff [2023-04-25T22:30:30.403Z] Step 24/24 : LABEL version=3.0.0-dev.138 [2023-04-25T22:30:30.673Z] ---> Running in d2857a7b46bc [2023-04-25T22:30:30.942Z] ---> c6b1c275fdb9 [2023-04-25T22:30:30.942Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-25T22:30:31.529Z] Removing intermediate container d2857a7b46bc [2023-04-25T22:30:31.529Z] ---> f1969bcc540e [2023-04-25T22:30:31.529Z] [2023-04-25T22:30:31.529Z] Successfully built f1969bcc540e [2023-04-25T22:30:31.529Z] Successfully tagged core-command-arm64:latest [2023-04-25T22:30:31.529Z] Building security-spiffe-token-provider [2023-04-25T22:30:32.942Z]  Building core-command ... done  ---> ece858e16f4c [2023-04-25T22:30:32.942Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:30:33.908Z] ---> a9d181f0aec6 [2023-04-25T22:30:33.908Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-25T22:30:33.908Z] ---> Running in ba2f24050575 [2023-04-25T22:30:34.500Z] Removing intermediate container ba2f24050575 [2023-04-25T22:30:34.500Z] ---> 61588e6c1753 [2023-04-25T22:30:34.500Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-25T22:30:34.500Z] ---> Running in d7f245098e70 [2023-04-25T22:30:35.475Z] Removing intermediate container d7f245098e70 [2023-04-25T22:30:35.475Z] ---> 6c6779c1f6c3 [2023-04-25T22:30:35.475Z] Step 21/23 : LABEL arch=arm64 [2023-04-25T22:30:35.743Z] ---> Running in dc811034b6f1 [2023-04-25T22:30:36.336Z] Removing intermediate container dc811034b6f1 [2023-04-25T22:30:36.336Z] ---> 3709eed2ef35 [2023-04-25T22:30:36.336Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:30:36.606Z] ---> Running in b6cca2a24967 [2023-04-25T22:30:37.191Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:30:37.191Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:30:37.191Z] ---> 4067389d2566 [2023-04-25T22:30:37.191Z] Step 3/20 : WORKDIR /edgex-go [2023-04-25T22:30:37.191Z] ---> Using cache [2023-04-25T22:30:37.191Z] ---> 98080fc530b0 [2023-04-25T22:30:37.191Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-25T22:30:37.468Z] ---> Running in 1827680ea1fa [2023-04-25T22:30:37.737Z] Removing intermediate container b6cca2a24967 [2023-04-25T22:30:37.737Z] ---> ef5a55993ba9 [2023-04-25T22:30:37.737Z] Step 23/23 : LABEL version=3.0.0-dev.138 [2023-04-25T22:30:38.007Z] ---> Running in 377e579bc028 [2023-04-25T22:30:39.421Z] Removing intermediate container 377e579bc028 [2023-04-25T22:30:39.421Z] ---> 104f5e15923d [2023-04-25T22:30:39.421Z] [2023-04-25T22:30:39.421Z] Successfully built 104f5e15923d [2023-04-25T22:30:39.421Z] Successfully tagged core-data-arm64:latest [2023-04-25T22:30:39.421Z] Building core-common-config-bootstrapper [2023-04-25T22:30:40.008Z]  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:30:40.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:30:42.392Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-25T22:30:42.392Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-25T22:30:42.392Z] OK: 17690 distinct packages available [2023-04-25T22:30:42.392Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:30:42.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:30:43.247Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:30:43.247Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:30:43.247Z] ---> 4067389d2566 [2023-04-25T22:30:43.247Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:30:43.247Z] ---> Using cache [2023-04-25T22:30:43.247Z] ---> dd66e29f6329 [2023-04-25T22:30:43.247Z] Step 4/23 : WORKDIR /edgex-go [2023-04-25T22:30:43.247Z] ---> Using cache [2023-04-25T22:30:43.247Z] ---> 91219c9e14e1 [2023-04-25T22:30:43.247Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-25T22:30:43.247Z] ---> Using cache [2023-04-25T22:30:43.247Z] ---> baa7c0bf57cc [2023-04-25T22:30:43.247Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-25T22:30:43.516Z] ---> Using cache [2023-04-25T22:30:43.516Z] ---> c9259681cb8f [2023-04-25T22:30:43.516Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:30:43.516Z] ---> Using cache [2023-04-25T22:30:43.516Z] ---> 2695113d4af1 [2023-04-25T22:30:43.516Z] Step 8/23 : COPY . . [2023-04-25T22:30:43.784Z] ---> Using cache [2023-04-25T22:30:43.784Z] ---> 3f38af7a94ab [2023-04-25T22:30:43.784Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-25T22:30:44.072Z] OK: 263 MiB in 53 packages [2023-04-25T22:30:44.668Z] ---> Running in 709715fb0e67 [2023-04-25T22:30:46.625Z] Removing intermediate container 1827680ea1fa [2023-04-25T22:30:46.625Z] ---> c4ef7e2997d3 [2023-04-25T22:30:46.625Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-25T22:30:47.590Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-25T22:30:48.577Z] ---> bcae77ec8620 [2023-04-25T22:30:48.577Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:30:48.847Z] ---> Running in 4a4d0c2464a4 [2023-04-25T22:31:45.299Z] Removing intermediate container e0dde7c89c26 [2023-04-25T22:31:45.299Z] ---> 0891832ac937 [2023-04-25T22:31:45.299Z] Step 7/33 : COPY . . [2023-04-25T22:31:45.299Z] Removing intermediate container 532e1691caa6 [2023-04-25T22:31:45.299Z] ---> 6ad221d6f3da [2023-04-25T22:31:45.299Z] Step 8/23 : COPY . . [2023-04-25T22:31:48.640Z] ---> b90795ac103f [2023-04-25T22:31:48.640Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-25T22:31:48.907Z] ---> 37b9d904b0e3 [2023-04-25T22:31:48.907Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-25T22:31:48.907Z] ---> Running in 9faae8f6cfb7 [2023-04-25T22:31:49.490Z] ---> Running in 30ce225d4476 [2023-04-25T22:31:52.071Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-25T22:31:52.338Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-25T22:31:55.676Z] Removing intermediate container d687e941e515 [2023-04-25T22:31:55.676Z] ---> c3ab37096106 [2023-04-25T22:31:55.676Z] [2023-04-25T22:31:55.676Z] Step 10/23 : FROM alpine:3.17 [2023-04-25T22:31:55.676Z] ---> 51e60588ff2c [2023-04-25T22:31:55.676Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-25T22:31:55.676Z] ---> Using cache [2023-04-25T22:31:55.676Z] ---> 0f6fdde675b1 [2023-04-25T22:31:55.676Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-25T22:31:55.676Z] ---> Using cache [2023-04-25T22:31:55.676Z] ---> 4b1439292cb2 [2023-04-25T22:31:55.676Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-25T22:31:55.676Z] ---> Running in 07beb01368d3 [2023-04-25T22:31:56.633Z] Removing intermediate container 07beb01368d3 [2023-04-25T22:31:56.633Z] ---> bd9349bfc11e [2023-04-25T22:31:56.633Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-25T22:31:56.633Z] ---> Running in 07060d5c37a3 [2023-04-25T22:31:57.214Z] Removing intermediate container 07060d5c37a3 [2023-04-25T22:31:57.214Z] ---> 5ddfffd39508 [2023-04-25T22:31:57.214Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:32:00.556Z] ---> f24aefe5774f [2023-04-25T22:32:00.556Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:32:01.518Z] ---> ff7e7797391b [2023-04-25T22:32:01.518Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-25T22:32:06.858Z] ---> d27f872136de [2023-04-25T22:32:06.858Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:32:08.797Z] ---> 41c478622371 [2023-04-25T22:32:08.797Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-25T22:32:08.797Z] ---> Running in e0c2a07c5a28 [2023-04-25T22:32:09.380Z] Removing intermediate container e0c2a07c5a28 [2023-04-25T22:32:09.380Z] ---> ba696fe6b20d [2023-04-25T22:32:09.646Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-25T22:32:09.646Z] ---> Running in cec5215e9c52 [2023-04-25T22:32:10.607Z] Removing intermediate container cec5215e9c52 [2023-04-25T22:32:10.607Z] ---> 8ab73700d5d0 [2023-04-25T22:32:10.607Z] Step 21/23 : LABEL arch=arm64 [2023-04-25T22:32:10.607Z] ---> Running in d2712a394d8d [2023-04-25T22:32:13.955Z] Removing intermediate container d2712a394d8d [2023-04-25T22:32:13.955Z] ---> 255c35370ea8 [2023-04-25T22:32:13.955Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:32:14.538Z] ---> Running in da6d656a33dd [2023-04-25T22:32:15.120Z] Removing intermediate container da6d656a33dd [2023-04-25T22:32:15.120Z] ---> 74b0fbe3630a [2023-04-25T22:32:15.120Z] Step 23/23 : LABEL version=3.0.0-dev.138 [2023-04-25T22:32:15.386Z] ---> Running in 3242ad12e2eb [2023-04-25T22:32:16.343Z] Removing intermediate container 3242ad12e2eb [2023-04-25T22:32:16.343Z] ---> 23db01302307 [2023-04-25T22:32:16.343Z] [2023-04-25T22:32:16.610Z] Successfully built 23db01302307 [2023-04-25T22:32:16.610Z] Successfully tagged support-scheduler-arm64:latest [2023-04-25T22:32:16.610Z]  Building support-scheduler ... done Building core-metadata [2023-04-25T22:32:21.944Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:32:21.944Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:32:21.944Z] ---> 4067389d2566 [2023-04-25T22:32:21.944Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:32:21.944Z] ---> Using cache [2023-04-25T22:32:21.944Z] ---> dd66e29f6329 [2023-04-25T22:32:21.944Z] Step 4/25 : WORKDIR /edgex-go [2023-04-25T22:32:21.944Z] ---> Using cache [2023-04-25T22:32:21.944Z] ---> 91219c9e14e1 [2023-04-25T22:32:21.944Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-25T22:32:21.944Z] ---> Using cache [2023-04-25T22:32:21.944Z] ---> baa7c0bf57cc [2023-04-25T22:32:21.944Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-25T22:32:21.944Z] ---> Using cache [2023-04-25T22:32:21.944Z] ---> c9259681cb8f [2023-04-25T22:32:21.944Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:32:21.944Z] ---> Using cache [2023-04-25T22:32:21.944Z] ---> 2695113d4af1 [2023-04-25T22:32:21.944Z] Step 8/25 : COPY . . [2023-04-25T22:32:22.210Z] ---> Using cache [2023-04-25T22:32:22.210Z] ---> 3f38af7a94ab [2023-04-25T22:32:22.210Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-25T22:32:22.791Z] ---> Running in 8403fdcf8ecb [2023-04-25T22:32:28.135Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-25T22:32:30.715Z] Removing intermediate container 4a4d0c2464a4 [2023-04-25T22:32:30.715Z] ---> c486ded3a791 [2023-04-25T22:32:30.715Z] Step 7/20 : COPY . . [2023-04-25T22:32:33.298Z] ---> 89cf5cf516a1 [2023-04-25T22:32:33.298Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-25T22:32:33.566Z] ---> Running in 2035626e9a9b [2023-04-25T22:32:35.513Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-04-25T22:37:27.487Z] Removing intermediate container 709715fb0e67 [2023-04-25T22:37:27.487Z] ---> e1ea2e5db7f9 [2023-04-25T22:37:27.487Z] [2023-04-25T22:37:27.487Z] Step 10/23 : FROM alpine:3.17 [2023-04-25T22:37:27.487Z] ---> 51e60588ff2c [2023-04-25T22:37:27.487Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-25T22:37:27.487Z] ---> Running in a7c8c4e27e07 [2023-04-25T22:37:27.487Z] Removing intermediate container a7c8c4e27e07 [2023-04-25T22:37:27.487Z] ---> 4c8206b5af88 [2023-04-25T22:37:27.487Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-25T22:37:27.487Z] ---> Running in 5363f104c7db [2023-04-25T22:37:27.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:37:27.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:37:27.487Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-25T22:37:27.487Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:37:27.487Z] OK: 8 MiB in 16 packages [2023-04-25T22:37:27.487Z] Removing intermediate container 5363f104c7db [2023-04-25T22:37:27.487Z] ---> 0bf778e38cb6 [2023-04-25T22:37:27.487Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:37:27.487Z] ---> 1ffe41417567 [2023-04-25T22:37:27.487Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:37:27.487Z] ---> 5e470475ef9f [2023-04-25T22:37:27.487Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-25T22:37:27.754Z] ---> 6086836913f3 [2023-04-25T22:37:27.754Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:37:28.716Z] ---> a1b529e14746 [2023-04-25T22:37:28.716Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-25T22:37:29.681Z] ---> 79da639e040d [2023-04-25T22:37:29.681Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-25T22:37:29.681Z] ---> Running in 166a5be3a84e [2023-04-25T22:37:33.038Z] Removing intermediate container 166a5be3a84e [2023-04-25T22:37:33.038Z] ---> 679de72e50b4 [2023-04-25T22:37:33.038Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-25T22:37:33.038Z] ---> Running in 52da37748cbd [2023-04-25T22:37:33.038Z] Removing intermediate container 52da37748cbd [2023-04-25T22:37:33.038Z] ---> af8c6fa28886 [2023-04-25T22:37:33.038Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-25T22:37:33.305Z] ---> Running in cdfaaaf2445e [2023-04-25T22:37:33.891Z] Removing intermediate container cdfaaaf2445e [2023-04-25T22:37:33.891Z] ---> 5a6b399a1ecb [2023-04-25T22:37:33.891Z] Step 21/23 : LABEL arch=arm64 [2023-04-25T22:37:33.891Z] ---> Running in ca656def9760 [2023-04-25T22:37:34.643Z] Removing intermediate container ca656def9760 [2023-04-25T22:37:34.643Z] ---> f8b2eb8dc1fe [2023-04-25T22:37:34.643Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:37:34.643Z] ---> Running in 41274e1d875d [2023-04-25T22:37:34.936Z] Removing intermediate container 41274e1d875d [2023-04-25T22:37:34.936Z] ---> caab6b6cefa4 [2023-04-25T22:37:34.936Z] Step 23/23 : LABEL version=3.0.0-dev.138 [2023-04-25T22:37:34.936Z] ---> Running in bec826e46ef2 [2023-04-25T22:37:35.547Z] Removing intermediate container bec826e46ef2 [2023-04-25T22:37:35.547Z] ---> 3b977248bf0f [2023-04-25T22:37:35.547Z] [2023-04-25T22:37:35.547Z] Successfully built 3b977248bf0f [2023-04-25T22:37:35.547Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-04-25T22:37:35.547Z]  Building core-common-config-bootstrapper ... done Building security-proxy-auth [2023-04-25T22:37:39.887Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-25T22:37:39.887Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-25T22:37:39.887Z] ---> 4067389d2566 [2023-04-25T22:37:39.887Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-25T22:37:39.887Z] ---> Using cache [2023-04-25T22:37:39.887Z] ---> dd66e29f6329 [2023-04-25T22:37:39.887Z] Step 4/23 : WORKDIR /edgex-go [2023-04-25T22:37:39.887Z] ---> Using cache [2023-04-25T22:37:39.887Z] ---> 91219c9e14e1 [2023-04-25T22:37:39.887Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-25T22:37:39.887Z] ---> Using cache [2023-04-25T22:37:39.887Z] ---> baa7c0bf57cc [2023-04-25T22:37:39.887Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-25T22:37:39.887Z] ---> Using cache [2023-04-25T22:37:39.887Z] ---> c9259681cb8f [2023-04-25T22:37:39.887Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-25T22:37:39.887Z] ---> Using cache [2023-04-25T22:37:39.887Z] ---> 2695113d4af1 [2023-04-25T22:37:39.887Z] Step 8/23 : COPY . . [2023-04-25T22:37:39.887Z] ---> Using cache [2023-04-25T22:37:39.887Z] ---> 3f38af7a94ab [2023-04-25T22:37:39.887Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-25T22:37:39.887Z] ---> Running in 7bbe1ea45510 [2023-04-25T22:37:41.830Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.138" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-25T22:38:49.678Z] Removing intermediate container 9faae8f6cfb7 [2023-04-25T22:38:49.678Z] ---> 9d3724856455 [2023-04-25T22:38:49.678Z] [2023-04-25T22:38:49.678Z] Step 9/33 : FROM alpine:3.17 [2023-04-25T22:38:49.678Z] ---> 51e60588ff2c [2023-04-25T22:38:49.678Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-25T22:38:49.678Z] ---> Running in 98e6bc9d7db3 [2023-04-25T22:38:49.678Z] Removing intermediate container 98e6bc9d7db3 [2023-04-25T22:38:49.678Z] ---> 4e5ded738e7c [2023-04-25T22:38:49.678Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-25T22:38:49.949Z] ---> Running in b81a92c473f3 [2023-04-25T22:38:51.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:38:52.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:38:54.784Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-25T22:38:54.784Z] (2/2) Installing su-exec (0.2-r2) [2023-04-25T22:38:54.784Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:38:54.784Z] OK: 8 MiB in 17 packages [2023-04-25T22:38:58.120Z] Removing intermediate container b81a92c473f3 [2023-04-25T22:38:58.120Z] ---> e974f41a3d06 [2023-04-25T22:38:58.120Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-25T22:38:58.120Z] ---> Running in fb5aef1603af [2023-04-25T22:38:58.702Z] Removing intermediate container fb5aef1603af [2023-04-25T22:38:58.702Z] ---> 910ccb1521ca [2023-04-25T22:38:58.702Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-25T22:38:58.702Z] ---> Running in 2de7d820b521 [2023-04-25T22:38:59.296Z] Removing intermediate container 2de7d820b521 [2023-04-25T22:38:59.296Z] ---> 696a2a2ae1d1 [2023-04-25T22:38:59.296Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-25T22:38:59.565Z] ---> Running in 5310dd67a2de [2023-04-25T22:38:59.836Z] Removing intermediate container 5310dd67a2de [2023-04-25T22:38:59.836Z] ---> aa6ade4620d2 [2023-04-25T22:38:59.836Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-25T22:39:00.118Z] ---> Running in 8d4be0d2d92f [2023-04-25T22:39:00.703Z] Removing intermediate container 8d4be0d2d92f [2023-04-25T22:39:00.703Z] ---> 3c7ef5bded7c [2023-04-25T22:39:00.703Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-25T22:39:00.703Z] ---> Running in 10e0668241c1 [2023-04-25T22:39:04.052Z] Removing intermediate container 10e0668241c1 [2023-04-25T22:39:04.052Z] ---> d5c4037c3daf [2023-04-25T22:39:04.052Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-25T22:39:04.052Z] ---> Running in 07c7947011cb [2023-04-25T22:39:04.052Z] Removing intermediate container 07c7947011cb [2023-04-25T22:39:04.052Z] ---> 03e7eb9bb1ef [2023-04-25T22:39:04.052Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-25T22:39:05.033Z] ---> a82b3319df87 [2023-04-25T22:39:05.033Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-25T22:39:05.302Z] ---> Running in 7094e33e53e3 [2023-04-25T22:39:08.660Z] Removing intermediate container 7094e33e53e3 [2023-04-25T22:39:08.660Z] ---> 1d73583b2f80 [2023-04-25T22:39:08.660Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:39:12.050Z] ---> 0f45e994a3b1 [2023-04-25T22:39:12.050Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:39:13.018Z] ---> 5f160a7562e0 [2023-04-25T22:39:13.018Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-25T22:39:14.975Z] ---> b7dc03c4ee75 [2023-04-25T22:39:14.975Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-25T22:39:15.942Z] ---> 8145167de528 [2023-04-25T22:39:15.942Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-25T22:39:16.530Z] ---> 32c9b255a1d4 [2023-04-25T22:39:16.530Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-25T22:39:17.499Z] ---> 32ce27362ac3 [2023-04-25T22:39:17.499Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-25T22:39:18.468Z] ---> 4cf707816ed7 [2023-04-25T22:39:18.469Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-25T22:39:19.436Z] ---> 49f53fce2ea7 [2023-04-25T22:39:19.436Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-25T22:39:19.436Z] ---> Running in 16b94314d076 [2023-04-25T22:39:22.814Z] Removing intermediate container 16b94314d076 [2023-04-25T22:39:22.814Z] ---> 33048728b92f [2023-04-25T22:39:22.814Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-25T22:39:23.083Z] ---> Running in 80b383baebcf [2023-04-25T22:39:25.057Z] Removing intermediate container 80b383baebcf [2023-04-25T22:39:25.057Z] ---> 193d8426a2f8 [2023-04-25T22:39:25.057Z] Step 30/33 : CMD ["gate"] [2023-04-25T22:39:25.057Z] ---> Running in 66801ce4ee10 [2023-04-25T22:39:26.016Z] Removing intermediate container 66801ce4ee10 [2023-04-25T22:39:26.016Z] ---> 711aebf08e4f [2023-04-25T22:39:26.016Z] Step 31/33 : LABEL arch=arm64 [2023-04-25T22:39:26.016Z] ---> Running in 12676e934c68 [2023-04-25T22:39:26.603Z] Removing intermediate container 12676e934c68 [2023-04-25T22:39:26.603Z] ---> 27b40836669b [2023-04-25T22:39:26.603Z] Step 32/33 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:39:26.603Z] ---> Running in b01ba2d6d889 [2023-04-25T22:39:27.184Z] Removing intermediate container b01ba2d6d889 [2023-04-25T22:39:27.184Z] ---> c1534982dd8b [2023-04-25T22:39:27.184Z] Step 33/33 : LABEL version=3.0.0-dev.138 [2023-04-25T22:39:27.184Z] ---> Running in 58774c7b5d55 [2023-04-25T22:39:27.771Z] Removing intermediate container 58774c7b5d55 [2023-04-25T22:39:27.771Z] ---> 000a324c3a51 [2023-04-25T22:39:27.771Z] [2023-04-25T22:39:28.037Z] Successfully built 000a324c3a51 [2023-04-25T22:39:28.037Z] Successfully tagged security-bootstrapper-arm64:latest [2023-04-25T22:40:24.414Z]  Building security-bootstrapper ... done Removing intermediate container 8403fdcf8ecb [2023-04-25T22:40:24.414Z] ---> e1c96c6f8f2e [2023-04-25T22:40:24.414Z] [2023-04-25T22:40:24.414Z] Step 10/25 : FROM alpine:3.17 [2023-04-25T22:40:24.414Z] ---> 51e60588ff2c [2023-04-25T22:40:24.414Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-25T22:40:24.414Z] ---> Using cache [2023-04-25T22:40:24.414Z] ---> 0f6fdde675b1 [2023-04-25T22:40:24.414Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-25T22:40:24.414Z] ---> Using cache [2023-04-25T22:40:24.414Z] ---> 4b1439292cb2 [2023-04-25T22:40:24.414Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-25T22:40:24.414Z] ---> Running in e682fed288fd [2023-04-25T22:40:24.414Z] Removing intermediate container e682fed288fd [2023-04-25T22:40:24.414Z] ---> 4ea065258d7e [2023-04-25T22:40:24.414Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-25T22:40:24.414Z] ---> Running in e6723aa66a00 [2023-04-25T22:40:24.414Z] Removing intermediate container e6723aa66a00 [2023-04-25T22:40:24.414Z] ---> f4352835af26 [2023-04-25T22:40:24.414Z] Step 15/25 : WORKDIR / [2023-04-25T22:40:24.414Z] ---> Running in 86c446622817 [2023-04-25T22:40:24.414Z] Removing intermediate container 86c446622817 [2023-04-25T22:40:24.414Z] ---> 6a53a74c1896 [2023-04-25T22:40:24.414Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:40:24.414Z] ---> cbb1ab3eab59 [2023-04-25T22:40:24.414Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:40:24.414Z] ---> 2c1cae35c187 [2023-04-25T22:40:24.414Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-25T22:40:24.414Z] ---> d6aca98a217c [2023-04-25T22:40:24.414Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:40:25.372Z] ---> e459b26ee6a1 [2023-04-25T22:40:25.372Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-25T22:40:26.332Z] ---> 7a8b0764bba2 [2023-04-25T22:40:26.332Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-25T22:40:26.332Z] ---> Running in 9807b006694d [2023-04-25T22:40:26.928Z] Removing intermediate container 9807b006694d [2023-04-25T22:40:26.928Z] ---> 6582f5554b96 [2023-04-25T22:40:26.928Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-25T22:40:26.928Z] ---> Running in 623e7944539a [2023-04-25T22:40:27.512Z] Removing intermediate container 623e7944539a [2023-04-25T22:40:27.512Z] ---> e13bda196ad1 [2023-04-25T22:40:27.512Z] Step 23/25 : LABEL arch=arm64 [2023-04-25T22:40:27.512Z] ---> Running in a6d6ca1d6f73 [2023-04-25T22:40:28.094Z] Removing intermediate container a6d6ca1d6f73 [2023-04-25T22:40:28.094Z] ---> 8a097cc0b424 [2023-04-25T22:40:28.094Z] Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:40:28.094Z] ---> Running in a8c7e76c2e2a [2023-04-25T22:40:28.687Z] Removing intermediate container a8c7e76c2e2a [2023-04-25T22:40:28.687Z] ---> 9193bbacc5ad [2023-04-25T22:40:28.687Z] Step 25/25 : LABEL version=3.0.0-dev.138 [2023-04-25T22:40:28.687Z] ---> Running in 1397ebdfc6bc [2023-04-25T22:40:29.271Z] Removing intermediate container 1397ebdfc6bc [2023-04-25T22:40:29.271Z] ---> 3c71856b0745 [2023-04-25T22:40:29.271Z] [2023-04-25T22:40:29.538Z] Successfully built 3c71856b0745 [2023-04-25T22:40:29.538Z] Successfully tagged core-metadata-arm64:latest [2023-04-25T22:41:25.921Z]  Building core-metadata ... done Removing intermediate container 2035626e9a9b [2023-04-25T22:41:25.921Z] ---> 62f508bd87f1 [2023-04-25T22:41:25.921Z] [2023-04-25T22:41:25.921Z] Step 9/20 : FROM alpine:3.17 [2023-04-25T22:41:25.921Z] ---> 51e60588ff2c [2023-04-25T22:41:25.921Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-25T22:41:25.921Z] ---> Using cache [2023-04-25T22:41:25.921Z] ---> 4e5ded738e7c [2023-04-25T22:41:25.921Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-25T22:41:25.921Z] ---> Running in c92793dd5b04 [2023-04-25T22:41:25.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:41:25.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:41:25.921Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-25T22:41:25.921Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-25T22:41:25.921Z] OK: 17691 distinct packages available [2023-04-25T22:41:25.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:41:25.921Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:41:25.921Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-25T22:41:25.921Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-25T22:41:25.921Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-25T22:41:26.188Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-25T22:41:26.188Z] (5/9) Installing curl (8.0.1-r0) [2023-04-25T22:41:26.188Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-25T22:41:26.188Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-25T22:41:26.188Z] (8/9) Installing libucontext (1.2-r0) [2023-04-25T22:41:26.188Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-25T22:41:26.188Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:41:26.188Z] Executing ca-certificates-20220614-r4.trigger [2023-04-25T22:41:26.459Z] OK: 11 MiB in 24 packages [2023-04-25T22:41:29.054Z] Removing intermediate container c92793dd5b04 [2023-04-25T22:41:29.054Z] ---> 3963ff71ea5d [2023-04-25T22:41:29.054Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:41:30.461Z] ---> 3e00c8480eaa [2023-04-25T22:41:30.461Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:41:31.874Z] ---> 2582d487bc05 [2023-04-25T22:41:31.874Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-25T22:41:34.452Z] ---> 8cb3f50d2823 [2023-04-25T22:41:34.452Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:41:34.452Z] Removing intermediate container 30ce225d4476 [2023-04-25T22:41:34.452Z] ---> 67eec82245d8 [2023-04-25T22:41:34.452Z] [2023-04-25T22:41:34.452Z] Step 10/23 : FROM alpine:3.17 [2023-04-25T22:41:34.452Z] ---> 51e60588ff2c [2023-04-25T22:41:34.452Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-25T22:41:34.718Z] ---> Running in b082716292e9 [2023-04-25T22:41:35.304Z] ---> 13b808038923 [2023-04-25T22:41:35.304Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-25T22:41:35.571Z] ---> Running in 98966a29ec34 [2023-04-25T22:41:36.538Z] Removing intermediate container 98966a29ec34 [2023-04-25T22:41:36.538Z] ---> 9f0e6583fd7a [2023-04-25T22:41:36.538Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-25T22:41:36.538Z] ---> Running in b31ce35719e6 [2023-04-25T22:41:37.124Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-25T22:41:37.124Z] Removing intermediate container b31ce35719e6 [2023-04-25T22:41:37.124Z] ---> 4a4c8e40abb9 [2023-04-25T22:41:37.124Z] Step 18/20 : LABEL arch=arm64 [2023-04-25T22:41:37.392Z] ---> Running in f68fe5adc136 [2023-04-25T22:41:37.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-25T22:41:37.925Z] Removing intermediate container f68fe5adc136 [2023-04-25T22:41:37.925Z] ---> 96987b3c008a [2023-04-25T22:41:37.925Z] Step 19/20 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:41:37.925Z] ---> Running in 1178afc2cbfd [2023-04-25T22:41:38.886Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-25T22:41:39.153Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-25T22:41:39.153Z] Executing busybox-1.35.0-r29.trigger [2023-04-25T22:41:39.153Z] Executing ca-certificates-20220614-r4.trigger [2023-04-25T22:41:39.735Z] OK: 8 MiB in 17 packages [2023-04-25T22:41:40.002Z] Removing intermediate container 1178afc2cbfd [2023-04-25T22:41:40.002Z] ---> 896df24f7651 [2023-04-25T22:41:40.002Z] Step 20/20 : LABEL version=3.0.0-dev.138 [2023-04-25T22:41:40.002Z] ---> Running in 111e6f928631 [2023-04-25T22:41:40.971Z] Removing intermediate container 111e6f928631 [2023-04-25T22:41:40.971Z] ---> 0dcf08669bef [2023-04-25T22:41:40.971Z] [2023-04-25T22:41:41.242Z] Successfully built 0dcf08669bef [2023-04-25T22:41:41.242Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-04-25T22:41:41.830Z]  Building security-spiffe-token-provider ... done Removing intermediate container b082716292e9 [2023-04-25T22:41:41.830Z] ---> 6b82acd6c416 [2023-04-25T22:41:41.830Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-25T22:41:42.102Z] ---> Running in b51f38e0ca34 [2023-04-25T22:41:42.688Z] Removing intermediate container b51f38e0ca34 [2023-04-25T22:41:42.688Z] ---> 04b4da732d64 [2023-04-25T22:41:42.688Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-25T22:41:42.688Z] ---> Running in 5291e31b3dc8 [2023-04-25T22:41:43.287Z] Removing intermediate container 5291e31b3dc8 [2023-04-25T22:41:43.287Z] ---> 0f1d210573ce [2023-04-25T22:41:43.287Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-25T22:41:43.287Z] ---> Running in 407b61ae4589 [2023-04-25T22:41:43.882Z] Removing intermediate container 407b61ae4589 [2023-04-25T22:41:43.882Z] ---> 30d8710f68f2 [2023-04-25T22:41:43.882Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:41:44.463Z] ---> d8704eee5f23 [2023-04-25T22:41:44.463Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:41:45.419Z] ---> 4efab1e2b398 [2023-04-25T22:41:45.419Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-25T22:41:47.379Z] ---> 7c3187d9e184 [2023-04-25T22:41:47.379Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:41:48.351Z] ---> da66217b3f36 [2023-04-25T22:41:48.351Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-25T22:41:48.351Z] ---> Running in 4b654b45d806 [2023-04-25T22:41:48.624Z] Removing intermediate container 4b654b45d806 [2023-04-25T22:41:48.624Z] ---> 57ac117c8cf7 [2023-04-25T22:41:48.624Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-25T22:41:48.624Z] ---> Running in fe0c233f5a7c [2023-04-25T22:41:49.219Z] Removing intermediate container fe0c233f5a7c [2023-04-25T22:41:49.219Z] ---> d6319db7d54e [2023-04-25T22:41:49.219Z] Step 21/23 : LABEL arch=arm64 [2023-04-25T22:41:49.219Z] ---> Running in 037e8dfa0370 [2023-04-25T22:41:49.490Z] Removing intermediate container 037e8dfa0370 [2023-04-25T22:41:49.490Z] ---> a93401e0834a [2023-04-25T22:41:49.490Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:41:49.490Z] ---> Running in 0d1ef1794536 [2023-04-25T22:41:50.074Z] Removing intermediate container 0d1ef1794536 [2023-04-25T22:41:50.074Z] ---> 0f4f62517f8d [2023-04-25T22:41:50.074Z] Step 23/23 : LABEL version=3.0.0-dev.138 [2023-04-25T22:41:50.074Z] ---> Running in 3519ee26ebef [2023-04-25T22:41:54.326Z] Removing intermediate container 3519ee26ebef [2023-04-25T22:41:54.326Z] ---> e2c078a1a2a6 [2023-04-25T22:41:54.326Z] [2023-04-25T22:41:54.326Z] Successfully built e2c078a1a2a6 [2023-04-25T22:41:54.326Z] Successfully tagged support-notifications-arm64:latest [2023-04-25T22:42:00.972Z]  Building support-notifications ... done Removing intermediate container 7bbe1ea45510 [2023-04-25T22:42:00.972Z] ---> 5cc3b18c0d8a [2023-04-25T22:42:00.972Z] [2023-04-25T22:42:00.972Z] Step 10/23 : FROM alpine:3.17 [2023-04-25T22:42:00.972Z] ---> 51e60588ff2c [2023-04-25T22:42:00.972Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-25T22:42:00.972Z] ---> Using cache [2023-04-25T22:42:00.972Z] ---> 4c8206b5af88 [2023-04-25T22:42:00.972Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-25T22:42:00.972Z] ---> Using cache [2023-04-25T22:42:00.972Z] ---> 0bf778e38cb6 [2023-04-25T22:42:00.972Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-25T22:42:00.972Z] ---> Using cache [2023-04-25T22:42:00.972Z] ---> 1ffe41417567 [2023-04-25T22:42:00.972Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-25T22:42:00.972Z] ---> Using cache [2023-04-25T22:42:00.972Z] ---> 5e470475ef9f [2023-04-25T22:42:00.972Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-25T22:42:01.556Z] ---> 506b00ceb2fa [2023-04-25T22:42:01.556Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-25T22:42:02.141Z] ---> 89e1eab35968 [2023-04-25T22:42:02.141Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-25T22:42:02.408Z] ---> 0430eff6896a [2023-04-25T22:42:02.408Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-25T22:42:02.682Z] ---> Running in 3a7e136e8a5a [2023-04-25T22:42:04.640Z] Removing intermediate container 3a7e136e8a5a [2023-04-25T22:42:04.640Z] ---> d8a66d9a2650 [2023-04-25T22:42:04.640Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-25T22:42:04.640Z] ---> Running in 33d546787b11 [2023-04-25T22:42:04.640Z] Removing intermediate container 33d546787b11 [2023-04-25T22:42:04.640Z] ---> 9bb80a7de7b4 [2023-04-25T22:42:04.640Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-25T22:42:04.907Z] ---> Running in eebc4a1fce6e [2023-04-25T22:42:05.174Z] Removing intermediate container eebc4a1fce6e [2023-04-25T22:42:05.174Z] ---> b94960df9d1c [2023-04-25T22:42:05.174Z] Step 21/23 : LABEL arch=arm64 [2023-04-25T22:42:05.174Z] ---> Running in 4a0b23023b31 [2023-04-25T22:42:05.441Z] Removing intermediate container 4a0b23023b31 [2023-04-25T22:42:05.442Z] ---> 9560ade6b728 [2023-04-25T22:42:05.442Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:05.710Z] ---> Running in b555dafd211a [2023-04-25T22:42:05.976Z] Removing intermediate container b555dafd211a [2023-04-25T22:42:05.976Z] ---> aed1793bfdb0 [2023-04-25T22:42:05.976Z] Step 23/23 : LABEL version=3.0.0-dev.138 [2023-04-25T22:42:05.976Z] ---> Running in 447a2da092c5 [2023-04-25T22:42:06.243Z] Removing intermediate container 447a2da092c5 [2023-04-25T22:42:06.243Z] ---> 69071c7e8fbc [2023-04-25T22:42:06.243Z] [2023-04-25T22:42:06.509Z] Successfully built 69071c7e8fbc [2023-04-25T22:42:06.510Z] Successfully tagged security-proxy-auth-arm64:latest [2023-04-25T22:42:06.786Z]  Building security-proxy-auth ... done  [Pipeline] } [2023-04-25T22:42:06.809Z] $ docker stop --time=1 4552db68fb890c0bc51b94e856fffa3d98368673c1b352ab435b56df39415619 [2023-04-25T22:42:08.505Z] $ docker rm -f --volumes 4552db68fb890c0bc51b94e856fffa3d98368673c1b352ab435b56df39415619 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-25T22:42:09.071Z] + docker images [2023-04-25T22:42:09.346Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-25T22:42:09.346Z] security-proxy-auth-arm64 latest 69071c7e8fbc 3 seconds ago 18.3MB [2023-04-25T22:42:09.346Z] 5cc3b18c0d8a 10 seconds ago 1.33GB [2023-04-25T22:42:09.346Z] support-notifications-arm64 latest e2c078a1a2a6 19 seconds ago 32.2MB [2023-04-25T22:42:09.346Z] security-spiffe-token-provider-arm64 latest 0dcf08669bef 29 seconds ago 32.7MB [2023-04-25T22:42:09.346Z] 67eec82245d8 36 seconds ago 1.42GB [2023-04-25T22:42:09.346Z] 62f508bd87f1 51 seconds ago 1.39GB [2023-04-25T22:42:09.346Z] core-metadata-arm64 latest 3c71856b0745 About a minute ago 20.2MB [2023-04-25T22:42:09.346Z] e1c96c6f8f2e About a minute ago 1.36GB [2023-04-25T22:42:09.346Z] security-bootstrapper-arm64 latest 000a324c3a51 2 minutes ago 21.9MB [2023-04-25T22:42:09.346Z] 9d3724856455 3 minutes ago 1.34GB [2023-04-25T22:42:09.346Z] core-common-config-bootstrapper-arm64 latest 3b977248bf0f 4 minutes ago 17.2MB [2023-04-25T22:42:09.346Z] e1ea2e5db7f9 4 minutes ago 1.35GB [2023-04-25T22:42:09.346Z] support-scheduler-arm64 latest 23db01302307 9 minutes ago 31.5MB [2023-04-25T22:42:09.346Z] c3ab37096106 10 minutes ago 1.42GB [2023-04-25T22:42:09.346Z] core-data-arm64 latest 104f5e15923d 11 minutes ago 19.9MB [2023-04-25T22:42:09.346Z] core-command-arm64 latest f1969bcc540e 11 minutes ago 19.7MB [2023-04-25T22:42:09.346Z] b7bb8f71f26b 11 minutes ago 1.36GB [2023-04-25T22:42:09.346Z] 2bab564395f0 12 minutes ago 1.35GB [2023-04-25T22:42:09.346Z] security-spire-server-arm64 latest be36eddc0ea6 12 minutes ago 97MB [2023-04-25T22:42:09.346Z] security-secretstore-setup-arm64 latest 0f33b0b13a99 12 minutes ago 32.2MB [2023-04-25T22:42:09.346Z] ef413ee3f834 12 minutes ago 1.21GB [2023-04-25T22:42:09.346Z] security-proxy-setup-arm64 latest 4195ee753ac1 13 minutes ago 18.7MB [2023-04-25T22:42:09.346Z] 762159f151e7 13 minutes ago 1.35GB [2023-04-25T22:42:09.346Z] 01b5c5beab35 13 minutes ago 1.33GB [2023-04-25T22:42:09.346Z] security-spire-agent-arm64 latest 9d2f3ba17791 19 minutes ago 153MB [2023-04-25T22:42:09.346Z] security-spire-config-arm64 latest 5b569d347c95 19 minutes ago 96.1MB [2023-04-25T22:42:09.346Z] 800e09b7c3a2 20 minutes ago 1.21GB [2023-04-25T22:42:09.346Z] c440d9c63383 20 minutes ago 1.21GB [2023-04-25T22:42:09.346Z] ci-base-image-arm64 latest 4067389d2566 24 minutes ago 899MB [2023-04-25T22:42:09.346Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 26 hours ago 681MB [2023-04-25T22:42:09.346Z] alpine 3.17 51e60588ff2c 3 weeks ago 7.46MB [2023-04-25T22:42:09.346Z] 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-04-25T22:42:09.448Z] provisioning config files... [2023-04-25T22:42:09.465Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/500@tmp/config11653753447630888315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:42:09.836Z] ---> docker-login.sh [2023-04-25T22:42:09.836Z] nexus3.edgexfoundry.org:10001 [2023-04-25T22:42:10.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:42:10.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:42:10.105Z] Configure a credential helper to remove this warning. See [2023-04-25T22:42:10.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:42:10.105Z] [2023-04-25T22:42:10.105Z] Login Succeeded [2023-04-25T22:42:10.105Z] nexus3.edgexfoundry.org:10002 [2023-04-25T22:42:10.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:42:10.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:42:10.650Z] Configure a credential helper to remove this warning. See [2023-04-25T22:42:10.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:42:10.650Z] [2023-04-25T22:42:10.650Z] Login Succeeded [2023-04-25T22:42:10.650Z] nexus3.edgexfoundry.org:10003 [2023-04-25T22:42:10.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:42:10.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:42:10.927Z] Configure a credential helper to remove this warning. See [2023-04-25T22:42:10.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:42:10.927Z] [2023-04-25T22:42:10.927Z] Login Succeeded [2023-04-25T22:42:10.927Z] nexus3.edgexfoundry.org:10004 [2023-04-25T22:42:11.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:42:11.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:42:11.483Z] Configure a credential helper to remove this warning. See [2023-04-25T22:42:11.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:42:11.483Z] [2023-04-25T22:42:11.483Z] Login Succeeded [2023-04-25T22:42:11.483Z] docker.io [2023-04-25T22:42:11.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-25T22:42:12.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-25T22:42:12.019Z] Configure a credential helper to remove this warning. See [2023-04-25T22:42:12.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-25T22:42:12.019Z] [2023-04-25T22:42:12.019Z] Login Succeeded [2023-04-25T22:42:12.019Z] ---> docker-login.sh ends [Pipeline] } [2023-04-25T22:42:12.032Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:42:12.057Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-25T22:42:12.074Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-04-25T22:42:12.074Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:12.074Z] latest [2023-04-25T22:42:12.074Z] 3.0.0-dev.138 [2023-04-25T22:42:12.074Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:12.074Z] main [2023-04-25T22:42:12.074Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:12.416Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:12.764Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:12.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-25T22:42:12.764Z] 2c4f2363aaad: Preparing [2023-04-25T22:42:12.764Z] d0499f81bf22: Preparing [2023-04-25T22:42:12.764Z] 838239d44fdc: Preparing [2023-04-25T22:42:12.764Z] c9819e16d041: Preparing [2023-04-25T22:42:12.764Z] b9526df6a060: Preparing [2023-04-25T22:42:12.764Z] 26cbea5cba74: Preparing [2023-04-25T22:42:12.764Z] 26cbea5cba74: Waiting [2023-04-25T22:42:13.034Z] 838239d44fdc: Pushed [2023-04-25T22:42:13.034Z] b9526df6a060: Pushed [2023-04-25T22:42:13.034Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:13.034Z] 2c4f2363aaad: Pushed [2023-04-25T22:42:13.034Z] c9819e16d041: Pushed [2023-04-25T22:42:16.383Z] d0499f81bf22: Pushed [2023-04-25T22:42:16.383Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:fe94238dc57c974c4f0d70eac7156593379a531ff9a4c87905030da3a4af3b6f size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:16.731Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:17.072Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-04-25T22:42:17.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-25T22:42:17.072Z] 2c4f2363aaad: Preparing [2023-04-25T22:42:17.072Z] d0499f81bf22: Preparing [2023-04-25T22:42:17.072Z] 838239d44fdc: Preparing [2023-04-25T22:42:17.072Z] c9819e16d041: Preparing [2023-04-25T22:42:17.072Z] b9526df6a060: Preparing [2023-04-25T22:42:17.072Z] 26cbea5cba74: Preparing [2023-04-25T22:42:17.072Z] 26cbea5cba74: Waiting [2023-04-25T22:42:17.072Z] b9526df6a060: Layer already exists [2023-04-25T22:42:17.072Z] c9819e16d041: Layer already exists [2023-04-25T22:42:17.072Z] d0499f81bf22: Layer already exists [2023-04-25T22:42:17.072Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:17.072Z] 2c4f2363aaad: Layer already exists [2023-04-25T22:42:17.072Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:17.337Z] latest: digest: sha256:fe94238dc57c974c4f0d70eac7156593379a531ff9a4c87905030da3a4af3b6f size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:17.682Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:18.030Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.138 [2023-04-25T22:42:18.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-25T22:42:18.030Z] 2c4f2363aaad: Preparing [2023-04-25T22:42:18.030Z] d0499f81bf22: Preparing [2023-04-25T22:42:18.030Z] 838239d44fdc: Preparing [2023-04-25T22:42:18.030Z] c9819e16d041: Preparing [2023-04-25T22:42:18.030Z] b9526df6a060: Preparing [2023-04-25T22:42:18.030Z] 26cbea5cba74: Preparing [2023-04-25T22:42:18.030Z] 26cbea5cba74: Waiting [2023-04-25T22:42:18.030Z] b9526df6a060: Layer already exists [2023-04-25T22:42:18.030Z] c9819e16d041: Layer already exists [2023-04-25T22:42:18.030Z] 2c4f2363aaad: Layer already exists [2023-04-25T22:42:18.030Z] d0499f81bf22: Layer already exists [2023-04-25T22:42:18.030Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:18.030Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:18.297Z] 3.0.0-dev.138: digest: sha256:fe94238dc57c974c4f0d70eac7156593379a531ff9a4c87905030da3a4af3b6f size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:18.650Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:18.998Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:18.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-25T22:42:18.998Z] 2c4f2363aaad: Preparing [2023-04-25T22:42:18.998Z] d0499f81bf22: Preparing [2023-04-25T22:42:18.998Z] 838239d44fdc: Preparing [2023-04-25T22:42:18.998Z] c9819e16d041: Preparing [2023-04-25T22:42:18.998Z] b9526df6a060: Preparing [2023-04-25T22:42:18.998Z] 26cbea5cba74: Preparing [2023-04-25T22:42:18.998Z] 26cbea5cba74: Waiting [2023-04-25T22:42:18.998Z] d0499f81bf22: Layer already exists [2023-04-25T22:42:18.998Z] b9526df6a060: Layer already exists [2023-04-25T22:42:18.998Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:18.998Z] c9819e16d041: Layer already exists [2023-04-25T22:42:18.998Z] 2c4f2363aaad: Layer already exists [2023-04-25T22:42:18.999Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:19.266Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:fe94238dc57c974c4f0d70eac7156593379a531ff9a4c87905030da3a4af3b6f size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:19.616Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:19.967Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-04-25T22:42:19.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-25T22:42:19.967Z] 2c4f2363aaad: Preparing [2023-04-25T22:42:19.967Z] d0499f81bf22: Preparing [2023-04-25T22:42:19.967Z] 838239d44fdc: Preparing [2023-04-25T22:42:19.967Z] c9819e16d041: Preparing [2023-04-25T22:42:19.967Z] b9526df6a060: Preparing [2023-04-25T22:42:19.967Z] 26cbea5cba74: Preparing [2023-04-25T22:42:19.967Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:19.967Z] c9819e16d041: Layer already exists [2023-04-25T22:42:19.967Z] b9526df6a060: Layer already exists [2023-04-25T22:42:19.967Z] d0499f81bf22: Layer already exists [2023-04-25T22:42:19.967Z] 2c4f2363aaad: Layer already exists [2023-04-25T22:42:19.967Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:20.234Z] main: digest: sha256:fe94238dc57c974c4f0d70eac7156593379a531ff9a4c87905030da3a4af3b6f size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:42:20.289Z] ===================================================== [Pipeline] echo [2023-04-25T22:42:20.297Z] taggedImages: [2023-04-25T22:42:20.297Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:20.297Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-04-25T22:42:20.297Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.138 [2023-04-25T22:42:20.297Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:20.297Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-04-25T22:42:20.320Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-04-25T22:42:20.320Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:20.320Z] latest [2023-04-25T22:42:20.320Z] 3.0.0-dev.138 [2023-04-25T22:42:20.320Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:20.320Z] main [2023-04-25T22:42:20.320Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:20.678Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:21.022Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:21.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-25T22:42:21.022Z] e72cb3597df1: Preparing [2023-04-25T22:42:21.022Z] a2b28c9280d9: Preparing [2023-04-25T22:42:21.022Z] 94f6706bd507: Preparing [2023-04-25T22:42:21.022Z] ce02e5d082c8: Preparing [2023-04-25T22:42:21.022Z] 838239d44fdc: Preparing [2023-04-25T22:42:21.022Z] c9819e16d041: Preparing [2023-04-25T22:42:21.022Z] 91d1cde80888: Preparing [2023-04-25T22:42:21.022Z] 26cbea5cba74: Preparing [2023-04-25T22:42:21.022Z] c9819e16d041: Waiting [2023-04-25T22:42:21.022Z] 91d1cde80888: Waiting [2023-04-25T22:42:21.022Z] 26cbea5cba74: Waiting [2023-04-25T22:42:21.022Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:21.293Z] c9819e16d041: Layer already exists [2023-04-25T22:42:21.293Z] 94f6706bd507: Pushed [2023-04-25T22:42:21.293Z] e72cb3597df1: Pushed [2023-04-25T22:42:21.293Z] a2b28c9280d9: Pushed [2023-04-25T22:42:21.293Z] 91d1cde80888: Pushed [2023-04-25T22:42:21.293Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:23.884Z] ce02e5d082c8: Pushed [2023-04-25T22:42:23.884Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:e975f60f48e482a0e6719fbc42771de86545870f6d82ecc4d9c1d6a04d11683e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:24.226Z] + 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-04-25T22:42:24.555Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-04-25T22:42:24.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-25T22:42:24.555Z] e72cb3597df1: Preparing [2023-04-25T22:42:24.555Z] a2b28c9280d9: Preparing [2023-04-25T22:42:24.555Z] 94f6706bd507: Preparing [2023-04-25T22:42:24.555Z] ce02e5d082c8: Preparing [2023-04-25T22:42:24.555Z] 838239d44fdc: Preparing [2023-04-25T22:42:24.555Z] c9819e16d041: Preparing [2023-04-25T22:42:24.555Z] 91d1cde80888: Preparing [2023-04-25T22:42:24.555Z] 26cbea5cba74: Preparing [2023-04-25T22:42:24.555Z] 91d1cde80888: Waiting [2023-04-25T22:42:24.555Z] 26cbea5cba74: Waiting [2023-04-25T22:42:24.555Z] c9819e16d041: Waiting [2023-04-25T22:42:24.555Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:24.555Z] a2b28c9280d9: Layer already exists [2023-04-25T22:42:24.555Z] e72cb3597df1: Layer already exists [2023-04-25T22:42:24.555Z] ce02e5d082c8: Layer already exists [2023-04-25T22:42:24.555Z] 94f6706bd507: Layer already exists [2023-04-25T22:42:24.555Z] 91d1cde80888: Layer already exists [2023-04-25T22:42:24.555Z] c9819e16d041: Layer already exists [2023-04-25T22:42:24.555Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:24.821Z] latest: digest: sha256:e975f60f48e482a0e6719fbc42771de86545870f6d82ecc4d9c1d6a04d11683e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:25.173Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:25.512Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.138 [2023-04-25T22:42:25.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-25T22:42:25.512Z] e72cb3597df1: Preparing [2023-04-25T22:42:25.512Z] a2b28c9280d9: Preparing [2023-04-25T22:42:25.512Z] 94f6706bd507: Preparing [2023-04-25T22:42:25.512Z] ce02e5d082c8: Preparing [2023-04-25T22:42:25.512Z] 838239d44fdc: Preparing [2023-04-25T22:42:25.512Z] c9819e16d041: Preparing [2023-04-25T22:42:25.512Z] 91d1cde80888: Preparing [2023-04-25T22:42:25.512Z] 26cbea5cba74: Preparing [2023-04-25T22:42:25.512Z] 91d1cde80888: Waiting [2023-04-25T22:42:25.512Z] 26cbea5cba74: Waiting [2023-04-25T22:42:25.512Z] c9819e16d041: Waiting [2023-04-25T22:42:25.512Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:25.512Z] e72cb3597df1: Layer already exists [2023-04-25T22:42:25.512Z] a2b28c9280d9: Layer already exists [2023-04-25T22:42:25.512Z] ce02e5d082c8: Layer already exists [2023-04-25T22:42:25.512Z] 94f6706bd507: Layer already exists [2023-04-25T22:42:25.512Z] 91d1cde80888: Layer already exists [2023-04-25T22:42:25.512Z] c9819e16d041: Layer already exists [2023-04-25T22:42:25.512Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:25.778Z] 3.0.0-dev.138: digest: sha256:e975f60f48e482a0e6719fbc42771de86545870f6d82ecc4d9c1d6a04d11683e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:26.121Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:26.469Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:26.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-25T22:42:26.469Z] e72cb3597df1: Preparing [2023-04-25T22:42:26.469Z] a2b28c9280d9: Preparing [2023-04-25T22:42:26.469Z] 94f6706bd507: Preparing [2023-04-25T22:42:26.469Z] ce02e5d082c8: Preparing [2023-04-25T22:42:26.469Z] 838239d44fdc: Preparing [2023-04-25T22:42:26.469Z] c9819e16d041: Preparing [2023-04-25T22:42:26.469Z] 91d1cde80888: Preparing [2023-04-25T22:42:26.469Z] 26cbea5cba74: Preparing [2023-04-25T22:42:26.469Z] 91d1cde80888: Waiting [2023-04-25T22:42:26.469Z] c9819e16d041: Waiting [2023-04-25T22:42:26.469Z] 26cbea5cba74: Waiting [2023-04-25T22:42:26.469Z] ce02e5d082c8: Layer already exists [2023-04-25T22:42:26.469Z] 94f6706bd507: Layer already exists [2023-04-25T22:42:26.469Z] a2b28c9280d9: Layer already exists [2023-04-25T22:42:26.469Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:26.469Z] e72cb3597df1: Layer already exists [2023-04-25T22:42:26.469Z] c9819e16d041: Layer already exists [2023-04-25T22:42:26.469Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:26.469Z] 91d1cde80888: Layer already exists [2023-04-25T22:42:26.737Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:e975f60f48e482a0e6719fbc42771de86545870f6d82ecc4d9c1d6a04d11683e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:27.103Z] + 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-04-25T22:42:27.445Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-04-25T22:42:27.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-25T22:42:27.445Z] e72cb3597df1: Preparing [2023-04-25T22:42:27.445Z] a2b28c9280d9: Preparing [2023-04-25T22:42:27.445Z] 94f6706bd507: Preparing [2023-04-25T22:42:27.445Z] ce02e5d082c8: Preparing [2023-04-25T22:42:27.445Z] 838239d44fdc: Preparing [2023-04-25T22:42:27.445Z] c9819e16d041: Preparing [2023-04-25T22:42:27.445Z] 91d1cde80888: Preparing [2023-04-25T22:42:27.445Z] 26cbea5cba74: Preparing [2023-04-25T22:42:27.445Z] c9819e16d041: Waiting [2023-04-25T22:42:27.445Z] 91d1cde80888: Waiting [2023-04-25T22:42:27.445Z] 26cbea5cba74: Waiting [2023-04-25T22:42:27.445Z] e72cb3597df1: Layer already exists [2023-04-25T22:42:27.445Z] ce02e5d082c8: Layer already exists [2023-04-25T22:42:27.445Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:27.445Z] 94f6706bd507: Layer already exists [2023-04-25T22:42:27.445Z] a2b28c9280d9: Layer already exists [2023-04-25T22:42:27.445Z] 91d1cde80888: Layer already exists [2023-04-25T22:42:27.445Z] c9819e16d041: Layer already exists [2023-04-25T22:42:27.445Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:27.715Z] main: digest: sha256:e975f60f48e482a0e6719fbc42771de86545870f6d82ecc4d9c1d6a04d11683e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:42:27.757Z] ===================================================== [Pipeline] echo [2023-04-25T22:42:27.765Z] taggedImages: [2023-04-25T22:42:27.765Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:27.765Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-04-25T22:42:27.765Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.138 [2023-04-25T22:42:27.765Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:27.765Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-04-25T22:42:27.790Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-04-25T22:42:27.790Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:27.790Z] latest [2023-04-25T22:42:27.790Z] 3.0.0-dev.138 [2023-04-25T22:42:27.790Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:27.790Z] main [2023-04-25T22:42:27.790Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:28.164Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:28.524Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:28.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-25T22:42:28.524Z] b6bc37ac1be4: Preparing [2023-04-25T22:42:28.524Z] 056fc4388b9f: Preparing [2023-04-25T22:42:28.524Z] 838239d44fdc: Preparing [2023-04-25T22:42:28.524Z] c9819e16d041: Preparing [2023-04-25T22:42:28.524Z] 8058eeff236b: Preparing [2023-04-25T22:42:28.524Z] 26cbea5cba74: Preparing [2023-04-25T22:42:28.524Z] 26cbea5cba74: Waiting [2023-04-25T22:42:28.524Z] c9819e16d041: Layer already exists [2023-04-25T22:42:28.524Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:28.524Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:28.791Z] b6bc37ac1be4: Pushed [2023-04-25T22:42:28.791Z] 8058eeff236b: Pushed [2023-04-25T22:42:32.129Z] 056fc4388b9f: Pushed [2023-04-25T22:42:32.129Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:5a2fe355ed37e316a714a95e36942df707407803b26160567a2fcaa07cdf8a1b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:32.471Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:32.811Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-04-25T22:42:32.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-25T22:42:32.811Z] b6bc37ac1be4: Preparing [2023-04-25T22:42:32.811Z] 056fc4388b9f: Preparing [2023-04-25T22:42:32.811Z] 838239d44fdc: Preparing [2023-04-25T22:42:32.811Z] c9819e16d041: Preparing [2023-04-25T22:42:32.811Z] 8058eeff236b: Preparing [2023-04-25T22:42:32.811Z] 26cbea5cba74: Preparing [2023-04-25T22:42:32.811Z] 26cbea5cba74: Waiting [2023-04-25T22:42:32.811Z] b6bc37ac1be4: Layer already exists [2023-04-25T22:42:32.811Z] 8058eeff236b: Layer already exists [2023-04-25T22:42:32.811Z] 056fc4388b9f: Layer already exists [2023-04-25T22:42:32.811Z] c9819e16d041: Layer already exists [2023-04-25T22:42:32.811Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:32.811Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:33.078Z] latest: digest: sha256:5a2fe355ed37e316a714a95e36942df707407803b26160567a2fcaa07cdf8a1b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:33.425Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:33.775Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.138 [2023-04-25T22:42:33.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-25T22:42:33.775Z] b6bc37ac1be4: Preparing [2023-04-25T22:42:33.775Z] 056fc4388b9f: Preparing [2023-04-25T22:42:33.775Z] 838239d44fdc: Preparing [2023-04-25T22:42:33.775Z] c9819e16d041: Preparing [2023-04-25T22:42:33.775Z] 8058eeff236b: Preparing [2023-04-25T22:42:33.775Z] 26cbea5cba74: Preparing [2023-04-25T22:42:33.775Z] 26cbea5cba74: Waiting [2023-04-25T22:42:33.775Z] 056fc4388b9f: Layer already exists [2023-04-25T22:42:33.775Z] b6bc37ac1be4: Layer already exists [2023-04-25T22:42:33.775Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:33.775Z] c9819e16d041: Layer already exists [2023-04-25T22:42:33.775Z] 8058eeff236b: Layer already exists [2023-04-25T22:42:34.042Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:34.042Z] 3.0.0-dev.138: digest: sha256:5a2fe355ed37e316a714a95e36942df707407803b26160567a2fcaa07cdf8a1b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:34.382Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:35.303Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:35.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-25T22:42:35.303Z] b6bc37ac1be4: Preparing [2023-04-25T22:42:35.303Z] 056fc4388b9f: Preparing [2023-04-25T22:42:35.303Z] 838239d44fdc: Preparing [2023-04-25T22:42:35.303Z] c9819e16d041: Preparing [2023-04-25T22:42:35.303Z] 8058eeff236b: Preparing [2023-04-25T22:42:35.303Z] 26cbea5cba74: Preparing [2023-04-25T22:42:35.303Z] 26cbea5cba74: Waiting [2023-04-25T22:42:35.303Z] 056fc4388b9f: Layer already exists [2023-04-25T22:42:35.303Z] c9819e16d041: Layer already exists [2023-04-25T22:42:35.303Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:35.303Z] b6bc37ac1be4: Layer already exists [2023-04-25T22:42:35.303Z] 8058eeff236b: Layer already exists [2023-04-25T22:42:35.303Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:35.568Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:5a2fe355ed37e316a714a95e36942df707407803b26160567a2fcaa07cdf8a1b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:35.917Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:36.263Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-04-25T22:42:36.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-25T22:42:36.263Z] b6bc37ac1be4: Preparing [2023-04-25T22:42:36.263Z] 056fc4388b9f: Preparing [2023-04-25T22:42:36.263Z] 838239d44fdc: Preparing [2023-04-25T22:42:36.263Z] c9819e16d041: Preparing [2023-04-25T22:42:36.263Z] 8058eeff236b: Preparing [2023-04-25T22:42:36.263Z] 26cbea5cba74: Preparing [2023-04-25T22:42:36.263Z] 26cbea5cba74: Waiting [2023-04-25T22:42:36.263Z] 8058eeff236b: Layer already exists [2023-04-25T22:42:36.263Z] b6bc37ac1be4: Layer already exists [2023-04-25T22:42:36.263Z] 056fc4388b9f: Layer already exists [2023-04-25T22:42:36.263Z] c9819e16d041: Layer already exists [2023-04-25T22:42:36.263Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:36.263Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:36.529Z] main: digest: sha256:5a2fe355ed37e316a714a95e36942df707407803b26160567a2fcaa07cdf8a1b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:42:36.583Z] ===================================================== [Pipeline] echo [2023-04-25T22:42:36.594Z] taggedImages: [2023-04-25T22:42:36.594Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:36.594Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-04-25T22:42:36.594Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.138 [2023-04-25T22:42:36.594Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:36.594Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-04-25T22:42:36.619Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-04-25T22:42:36.619Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:36.619Z] latest [2023-04-25T22:42:36.619Z] 3.0.0-dev.138 [2023-04-25T22:42:36.619Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:36.619Z] main [2023-04-25T22:42:36.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:36.975Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:37.327Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:37.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-25T22:42:37.327Z] a044242c9216: Preparing [2023-04-25T22:42:37.327Z] 322ffc3f62f2: Preparing [2023-04-25T22:42:37.327Z] d924a3aaca02: Preparing [2023-04-25T22:42:37.327Z] 838239d44fdc: Preparing [2023-04-25T22:42:37.327Z] c9819e16d041: Preparing [2023-04-25T22:42:37.327Z] b9526df6a060: Preparing [2023-04-25T22:42:37.327Z] 26cbea5cba74: Preparing [2023-04-25T22:42:37.327Z] b9526df6a060: Waiting [2023-04-25T22:42:37.327Z] 26cbea5cba74: Waiting [2023-04-25T22:42:37.327Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:37.594Z] c9819e16d041: Layer already exists [2023-04-25T22:42:37.594Z] b9526df6a060: Layer already exists [2023-04-25T22:42:37.594Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:37.594Z] 322ffc3f62f2: Pushed [2023-04-25T22:42:37.594Z] a044242c9216: Pushed [2023-04-25T22:42:40.934Z] d924a3aaca02: Pushed [2023-04-25T22:42:40.934Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:9057cc3b6d9a009b28edd78154a62222b058d07347c8d77ae958bbf102ff13bd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:41.288Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:41.629Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-04-25T22:42:41.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-25T22:42:41.629Z] a044242c9216: Preparing [2023-04-25T22:42:41.629Z] 322ffc3f62f2: Preparing [2023-04-25T22:42:41.629Z] d924a3aaca02: Preparing [2023-04-25T22:42:41.629Z] 838239d44fdc: Preparing [2023-04-25T22:42:41.629Z] c9819e16d041: Preparing [2023-04-25T22:42:41.629Z] b9526df6a060: Preparing [2023-04-25T22:42:41.629Z] 26cbea5cba74: Preparing [2023-04-25T22:42:41.629Z] b9526df6a060: Waiting [2023-04-25T22:42:41.629Z] 26cbea5cba74: Waiting [2023-04-25T22:42:41.629Z] d924a3aaca02: Layer already exists [2023-04-25T22:42:41.629Z] 322ffc3f62f2: Layer already exists [2023-04-25T22:42:41.629Z] c9819e16d041: Layer already exists [2023-04-25T22:42:41.629Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:41.629Z] a044242c9216: Layer already exists [2023-04-25T22:42:41.629Z] b9526df6a060: Layer already exists [2023-04-25T22:42:41.629Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:41.895Z] latest: digest: sha256:9057cc3b6d9a009b28edd78154a62222b058d07347c8d77ae958bbf102ff13bd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:42.232Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:42.574Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.138 [2023-04-25T22:42:42.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-25T22:42:42.574Z] a044242c9216: Preparing [2023-04-25T22:42:42.574Z] 322ffc3f62f2: Preparing [2023-04-25T22:42:42.574Z] d924a3aaca02: Preparing [2023-04-25T22:42:42.574Z] 838239d44fdc: Preparing [2023-04-25T22:42:42.574Z] c9819e16d041: Preparing [2023-04-25T22:42:42.574Z] b9526df6a060: Preparing [2023-04-25T22:42:42.574Z] 26cbea5cba74: Preparing [2023-04-25T22:42:42.574Z] b9526df6a060: Waiting [2023-04-25T22:42:42.574Z] 26cbea5cba74: Waiting [2023-04-25T22:42:42.574Z] 322ffc3f62f2: Layer already exists [2023-04-25T22:42:42.574Z] c9819e16d041: Layer already exists [2023-04-25T22:42:42.574Z] d924a3aaca02: Layer already exists [2023-04-25T22:42:42.574Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:42.574Z] a044242c9216: Layer already exists [2023-04-25T22:42:42.574Z] b9526df6a060: Layer already exists [2023-04-25T22:42:42.574Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:42.842Z] 3.0.0-dev.138: digest: sha256:9057cc3b6d9a009b28edd78154a62222b058d07347c8d77ae958bbf102ff13bd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:43.195Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:43.532Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:43.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-25T22:42:43.532Z] a044242c9216: Preparing [2023-04-25T22:42:43.532Z] 322ffc3f62f2: Preparing [2023-04-25T22:42:43.532Z] d924a3aaca02: Preparing [2023-04-25T22:42:43.532Z] 838239d44fdc: Preparing [2023-04-25T22:42:43.532Z] c9819e16d041: Preparing [2023-04-25T22:42:43.532Z] b9526df6a060: Preparing [2023-04-25T22:42:43.532Z] 26cbea5cba74: Preparing [2023-04-25T22:42:43.532Z] b9526df6a060: Waiting [2023-04-25T22:42:43.532Z] 26cbea5cba74: Waiting [2023-04-25T22:42:43.532Z] c9819e16d041: Layer already exists [2023-04-25T22:42:43.532Z] a044242c9216: Layer already exists [2023-04-25T22:42:43.532Z] d924a3aaca02: Layer already exists [2023-04-25T22:42:43.532Z] 322ffc3f62f2: Layer already exists [2023-04-25T22:42:43.532Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:43.532Z] b9526df6a060: Layer already exists [2023-04-25T22:42:43.532Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:43.798Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:9057cc3b6d9a009b28edd78154a62222b058d07347c8d77ae958bbf102ff13bd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:44.145Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:44.483Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-04-25T22:42:44.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-25T22:42:44.483Z] a044242c9216: Preparing [2023-04-25T22:42:44.483Z] 322ffc3f62f2: Preparing [2023-04-25T22:42:44.483Z] d924a3aaca02: Preparing [2023-04-25T22:42:44.483Z] 838239d44fdc: Preparing [2023-04-25T22:42:44.483Z] c9819e16d041: Preparing [2023-04-25T22:42:44.483Z] b9526df6a060: Preparing [2023-04-25T22:42:44.483Z] 26cbea5cba74: Preparing [2023-04-25T22:42:44.483Z] b9526df6a060: Waiting [2023-04-25T22:42:44.483Z] 26cbea5cba74: Waiting [2023-04-25T22:42:44.483Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:44.483Z] c9819e16d041: Layer already exists [2023-04-25T22:42:44.483Z] d924a3aaca02: Layer already exists [2023-04-25T22:42:44.483Z] 322ffc3f62f2: Layer already exists [2023-04-25T22:42:44.483Z] a044242c9216: Layer already exists [2023-04-25T22:42:44.483Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:44.483Z] b9526df6a060: Layer already exists [2023-04-25T22:42:44.749Z] main: digest: sha256:9057cc3b6d9a009b28edd78154a62222b058d07347c8d77ae958bbf102ff13bd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:42:44.792Z] ===================================================== [Pipeline] echo [2023-04-25T22:42:44.797Z] taggedImages: [2023-04-25T22:42:44.797Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:44.797Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-04-25T22:42:44.797Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.138 [2023-04-25T22:42:44.797Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:44.797Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-04-25T22:42:44.812Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-04-25T22:42:44.812Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:44.812Z] latest [2023-04-25T22:42:44.812Z] 3.0.0-dev.138 [2023-04-25T22:42:44.812Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:44.812Z] main [2023-04-25T22:42:44.812Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:45.146Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:45.477Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:45.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-25T22:42:45.477Z] bca32b8d9100: Preparing [2023-04-25T22:42:45.477Z] bca32b8d9100: Preparing [2023-04-25T22:42:45.477Z] d12d15997aa4: Preparing [2023-04-25T22:42:45.477Z] d3e22d2cc45e: Preparing [2023-04-25T22:42:45.477Z] 70276d2858b0: Preparing [2023-04-25T22:42:45.477Z] e0480acb5075: Preparing [2023-04-25T22:42:45.477Z] 80f005827356: Preparing [2023-04-25T22:42:45.477Z] 838239d44fdc: Preparing [2023-04-25T22:42:45.477Z] c9819e16d041: Preparing [2023-04-25T22:42:45.477Z] 96678f8607d4: Preparing [2023-04-25T22:42:45.477Z] 03cbc61d896e: Preparing [2023-04-25T22:42:45.477Z] 8a47c2392d3e: Preparing [2023-04-25T22:42:45.477Z] e25724b9d131: Preparing [2023-04-25T22:42:45.477Z] 26cbea5cba74: Preparing [2023-04-25T22:42:45.477Z] 838239d44fdc: Waiting [2023-04-25T22:42:45.477Z] c9819e16d041: Waiting [2023-04-25T22:42:45.477Z] 96678f8607d4: Waiting [2023-04-25T22:42:45.477Z] 03cbc61d896e: Waiting [2023-04-25T22:42:45.477Z] 8a47c2392d3e: Waiting [2023-04-25T22:42:45.477Z] e25724b9d131: Waiting [2023-04-25T22:42:45.477Z] 26cbea5cba74: Waiting [2023-04-25T22:42:45.477Z] 80f005827356: Waiting [2023-04-25T22:42:45.746Z] bca32b8d9100: Pushed [2023-04-25T22:42:45.746Z] d12d15997aa4: Pushed [2023-04-25T22:42:45.746Z] 70276d2858b0: Pushed [2023-04-25T22:42:45.746Z] e0480acb5075: Pushed [2023-04-25T22:42:45.746Z] d3e22d2cc45e: Pushed [2023-04-25T22:42:45.746Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:45.746Z] c9819e16d041: Layer already exists [2023-04-25T22:42:46.014Z] 96678f8607d4: Pushed [2023-04-25T22:42:46.014Z] 03cbc61d896e: Pushed [2023-04-25T22:42:46.014Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:46.014Z] 8a47c2392d3e: Pushed [2023-04-25T22:42:46.014Z] e25724b9d131: Pushed [2023-04-25T22:42:49.434Z] 80f005827356: Pushed [2023-04-25T22:42:49.705Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:b819f797552652ef278a433a0a9c2c013c905006465449f9ebcc08663bfbeb08 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:50.059Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:50.396Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-04-25T22:42:50.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-25T22:42:50.397Z] bca32b8d9100: Preparing [2023-04-25T22:42:50.397Z] bca32b8d9100: Preparing [2023-04-25T22:42:50.397Z] d12d15997aa4: Preparing [2023-04-25T22:42:50.397Z] d3e22d2cc45e: Preparing [2023-04-25T22:42:50.397Z] 70276d2858b0: Preparing [2023-04-25T22:42:50.397Z] e0480acb5075: Preparing [2023-04-25T22:42:50.397Z] 80f005827356: Preparing [2023-04-25T22:42:50.397Z] 838239d44fdc: Preparing [2023-04-25T22:42:50.397Z] c9819e16d041: Preparing [2023-04-25T22:42:50.397Z] 96678f8607d4: Preparing [2023-04-25T22:42:50.397Z] 03cbc61d896e: Preparing [2023-04-25T22:42:50.397Z] 8a47c2392d3e: Preparing [2023-04-25T22:42:50.397Z] e25724b9d131: Preparing [2023-04-25T22:42:50.397Z] 26cbea5cba74: Preparing [2023-04-25T22:42:50.397Z] 96678f8607d4: Waiting [2023-04-25T22:42:50.397Z] 03cbc61d896e: Waiting [2023-04-25T22:42:50.397Z] 8a47c2392d3e: Waiting [2023-04-25T22:42:50.397Z] e25724b9d131: Waiting [2023-04-25T22:42:50.397Z] 26cbea5cba74: Waiting [2023-04-25T22:42:50.397Z] 80f005827356: Waiting [2023-04-25T22:42:50.397Z] 838239d44fdc: Waiting [2023-04-25T22:42:50.397Z] c9819e16d041: Waiting [2023-04-25T22:42:50.397Z] d12d15997aa4: Layer already exists [2023-04-25T22:42:50.397Z] bca32b8d9100: Layer already exists [2023-04-25T22:42:50.397Z] e0480acb5075: Layer already exists [2023-04-25T22:42:50.397Z] d3e22d2cc45e: Layer already exists [2023-04-25T22:42:50.397Z] 70276d2858b0: Layer already exists [2023-04-25T22:42:50.397Z] 80f005827356: Layer already exists [2023-04-25T22:42:50.397Z] c9819e16d041: Layer already exists [2023-04-25T22:42:50.397Z] 96678f8607d4: Layer already exists [2023-04-25T22:42:50.397Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:50.397Z] 03cbc61d896e: Layer already exists [2023-04-25T22:42:50.397Z] 8a47c2392d3e: Layer already exists [2023-04-25T22:42:50.397Z] e25724b9d131: Layer already exists [2023-04-25T22:42:50.397Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:50.662Z] latest: digest: sha256:b819f797552652ef278a433a0a9c2c013c905006465449f9ebcc08663bfbeb08 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:50.998Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:51.338Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.138 [2023-04-25T22:42:51.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-25T22:42:51.338Z] bca32b8d9100: Preparing [2023-04-25T22:42:51.338Z] bca32b8d9100: Preparing [2023-04-25T22:42:51.338Z] d12d15997aa4: Preparing [2023-04-25T22:42:51.338Z] d3e22d2cc45e: Preparing [2023-04-25T22:42:51.338Z] 70276d2858b0: Preparing [2023-04-25T22:42:51.338Z] e0480acb5075: Preparing [2023-04-25T22:42:51.338Z] 80f005827356: Preparing [2023-04-25T22:42:51.338Z] 838239d44fdc: Preparing [2023-04-25T22:42:51.338Z] c9819e16d041: Preparing [2023-04-25T22:42:51.338Z] 96678f8607d4: Preparing [2023-04-25T22:42:51.338Z] 03cbc61d896e: Preparing [2023-04-25T22:42:51.338Z] 8a47c2392d3e: Preparing [2023-04-25T22:42:51.338Z] e25724b9d131: Preparing [2023-04-25T22:42:51.338Z] 26cbea5cba74: Preparing [2023-04-25T22:42:51.338Z] 96678f8607d4: Waiting [2023-04-25T22:42:51.338Z] 03cbc61d896e: Waiting [2023-04-25T22:42:51.338Z] 8a47c2392d3e: Waiting [2023-04-25T22:42:51.338Z] e25724b9d131: Waiting [2023-04-25T22:42:51.338Z] 80f005827356: Waiting [2023-04-25T22:42:51.338Z] 26cbea5cba74: Waiting [2023-04-25T22:42:51.338Z] 838239d44fdc: Waiting [2023-04-25T22:42:51.338Z] c9819e16d041: Waiting [2023-04-25T22:42:51.338Z] d3e22d2cc45e: Layer already exists [2023-04-25T22:42:51.338Z] bca32b8d9100: Layer already exists [2023-04-25T22:42:51.338Z] e0480acb5075: Layer already exists [2023-04-25T22:42:51.338Z] d12d15997aa4: Layer already exists [2023-04-25T22:42:51.338Z] 70276d2858b0: Layer already exists [2023-04-25T22:42:51.338Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:51.338Z] 96678f8607d4: Layer already exists [2023-04-25T22:42:51.338Z] 80f005827356: Layer already exists [2023-04-25T22:42:51.338Z] c9819e16d041: Layer already exists [2023-04-25T22:42:51.338Z] 03cbc61d896e: Layer already exists [2023-04-25T22:42:51.338Z] 8a47c2392d3e: Layer already exists [2023-04-25T22:42:51.338Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:51.338Z] e25724b9d131: Layer already exists [2023-04-25T22:42:51.605Z] 3.0.0-dev.138: digest: sha256:b819f797552652ef278a433a0a9c2c013c905006465449f9ebcc08663bfbeb08 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:51.949Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:52.290Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:52.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-25T22:42:52.290Z] bca32b8d9100: Preparing [2023-04-25T22:42:52.290Z] bca32b8d9100: Preparing [2023-04-25T22:42:52.290Z] d12d15997aa4: Preparing [2023-04-25T22:42:52.290Z] d3e22d2cc45e: Preparing [2023-04-25T22:42:52.290Z] 70276d2858b0: Preparing [2023-04-25T22:42:52.290Z] e0480acb5075: Preparing [2023-04-25T22:42:52.290Z] 80f005827356: Preparing [2023-04-25T22:42:52.290Z] 838239d44fdc: Preparing [2023-04-25T22:42:52.290Z] c9819e16d041: Preparing [2023-04-25T22:42:52.290Z] 96678f8607d4: Preparing [2023-04-25T22:42:52.290Z] 03cbc61d896e: Preparing [2023-04-25T22:42:52.290Z] 8a47c2392d3e: Preparing [2023-04-25T22:42:52.290Z] e25724b9d131: Preparing [2023-04-25T22:42:52.290Z] 26cbea5cba74: Preparing [2023-04-25T22:42:52.290Z] 03cbc61d896e: Waiting [2023-04-25T22:42:52.290Z] 80f005827356: Waiting [2023-04-25T22:42:52.290Z] 838239d44fdc: Waiting [2023-04-25T22:42:52.290Z] c9819e16d041: Waiting [2023-04-25T22:42:52.290Z] 96678f8607d4: Waiting [2023-04-25T22:42:52.290Z] 8a47c2392d3e: Waiting [2023-04-25T22:42:52.290Z] e25724b9d131: Waiting [2023-04-25T22:42:52.290Z] 26cbea5cba74: Waiting [2023-04-25T22:42:52.290Z] 70276d2858b0: Layer already exists [2023-04-25T22:42:52.290Z] bca32b8d9100: Layer already exists [2023-04-25T22:42:52.290Z] e0480acb5075: Layer already exists [2023-04-25T22:42:52.290Z] d3e22d2cc45e: Layer already exists [2023-04-25T22:42:52.290Z] d12d15997aa4: Layer already exists [2023-04-25T22:42:52.290Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:52.290Z] 80f005827356: Layer already exists [2023-04-25T22:42:52.290Z] 03cbc61d896e: Layer already exists [2023-04-25T22:42:52.290Z] c9819e16d041: Layer already exists [2023-04-25T22:42:52.290Z] 96678f8607d4: Layer already exists [2023-04-25T22:42:52.290Z] 8a47c2392d3e: Layer already exists [2023-04-25T22:42:52.290Z] e25724b9d131: Layer already exists [2023-04-25T22:42:52.290Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:52.555Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:b819f797552652ef278a433a0a9c2c013c905006465449f9ebcc08663bfbeb08 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:52.896Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:53.241Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-04-25T22:42:53.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-25T22:42:53.241Z] bca32b8d9100: Preparing [2023-04-25T22:42:53.241Z] bca32b8d9100: Preparing [2023-04-25T22:42:53.241Z] d12d15997aa4: Preparing [2023-04-25T22:42:53.241Z] d3e22d2cc45e: Preparing [2023-04-25T22:42:53.241Z] 70276d2858b0: Preparing [2023-04-25T22:42:53.241Z] e0480acb5075: Preparing [2023-04-25T22:42:53.241Z] 80f005827356: Preparing [2023-04-25T22:42:53.241Z] 838239d44fdc: Preparing [2023-04-25T22:42:53.241Z] c9819e16d041: Preparing [2023-04-25T22:42:53.241Z] 96678f8607d4: Preparing [2023-04-25T22:42:53.241Z] 03cbc61d896e: Preparing [2023-04-25T22:42:53.241Z] 8a47c2392d3e: Preparing [2023-04-25T22:42:53.241Z] e25724b9d131: Preparing [2023-04-25T22:42:53.241Z] 26cbea5cba74: Preparing [2023-04-25T22:42:53.241Z] 8a47c2392d3e: Waiting [2023-04-25T22:42:53.241Z] 96678f8607d4: Waiting [2023-04-25T22:42:53.241Z] 03cbc61d896e: Waiting [2023-04-25T22:42:53.241Z] e25724b9d131: Waiting [2023-04-25T22:42:53.241Z] 80f005827356: Waiting [2023-04-25T22:42:53.241Z] 26cbea5cba74: Waiting [2023-04-25T22:42:53.241Z] 838239d44fdc: Waiting [2023-04-25T22:42:53.241Z] c9819e16d041: Waiting [2023-04-25T22:42:53.241Z] e0480acb5075: Layer already exists [2023-04-25T22:42:53.241Z] d12d15997aa4: Layer already exists [2023-04-25T22:42:53.241Z] 70276d2858b0: Layer already exists [2023-04-25T22:42:53.241Z] bca32b8d9100: Layer already exists [2023-04-25T22:42:53.241Z] d3e22d2cc45e: Layer already exists [2023-04-25T22:42:53.241Z] 80f005827356: Layer already exists [2023-04-25T22:42:53.241Z] c9819e16d041: Layer already exists [2023-04-25T22:42:53.241Z] 03cbc61d896e: Layer already exists [2023-04-25T22:42:53.241Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:53.241Z] 96678f8607d4: Layer already exists [2023-04-25T22:42:53.241Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:53.241Z] 8a47c2392d3e: Layer already exists [2023-04-25T22:42:53.241Z] e25724b9d131: Layer already exists [2023-04-25T22:42:53.508Z] main: digest: sha256:b819f797552652ef278a433a0a9c2c013c905006465449f9ebcc08663bfbeb08 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:42:53.567Z] ===================================================== [Pipeline] echo [2023-04-25T22:42:53.579Z] taggedImages: [2023-04-25T22:42:53.579Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:53.579Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-04-25T22:42:53.579Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.138 [2023-04-25T22:42:53.579Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:53.579Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-04-25T22:42:53.604Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-04-25T22:42:53.604Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:53.604Z] latest [2023-04-25T22:42:53.604Z] 3.0.0-dev.138 [2023-04-25T22:42:53.604Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:42:53.604Z] main [2023-04-25T22:42:53.604Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:53.960Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:54.301Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:42:54.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-25T22:42:54.302Z] 7df6273958cd: Preparing [2023-04-25T22:42:54.302Z] b29b94ad5b63: Preparing [2023-04-25T22:42:54.302Z] 729488c75249: Preparing [2023-04-25T22:42:54.302Z] 84757e02d5fc: Preparing [2023-04-25T22:42:54.302Z] 838239d44fdc: Preparing [2023-04-25T22:42:54.302Z] c9819e16d041: Preparing [2023-04-25T22:42:54.302Z] 91d1cde80888: Preparing [2023-04-25T22:42:54.302Z] 26cbea5cba74: Preparing [2023-04-25T22:42:54.302Z] c9819e16d041: Waiting [2023-04-25T22:42:54.302Z] 91d1cde80888: Waiting [2023-04-25T22:42:54.302Z] 26cbea5cba74: Waiting [2023-04-25T22:42:54.302Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:54.568Z] c9819e16d041: Layer already exists [2023-04-25T22:42:54.568Z] 91d1cde80888: Layer already exists [2023-04-25T22:42:54.568Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:54.568Z] 729488c75249: Pushed [2023-04-25T22:42:54.568Z] 7df6273958cd: Pushed [2023-04-25T22:42:54.568Z] b29b94ad5b63: Pushed [2023-04-25T22:42:57.145Z] 84757e02d5fc: Pushed [2023-04-25T22:42:57.414Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:3a72fed716087f9f21a270e931f2cde0d24eb709f5d03c9f78834fb88e43286a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:57.751Z] + 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-04-25T22:42:58.084Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-04-25T22:42:58.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-25T22:42:58.084Z] 7df6273958cd: Preparing [2023-04-25T22:42:58.084Z] b29b94ad5b63: Preparing [2023-04-25T22:42:58.084Z] 729488c75249: Preparing [2023-04-25T22:42:58.084Z] 84757e02d5fc: Preparing [2023-04-25T22:42:58.084Z] 838239d44fdc: Preparing [2023-04-25T22:42:58.084Z] c9819e16d041: Preparing [2023-04-25T22:42:58.084Z] 91d1cde80888: Preparing [2023-04-25T22:42:58.084Z] 26cbea5cba74: Preparing [2023-04-25T22:42:58.084Z] c9819e16d041: Waiting [2023-04-25T22:42:58.084Z] 91d1cde80888: Waiting [2023-04-25T22:42:58.084Z] 26cbea5cba74: Waiting [2023-04-25T22:42:58.084Z] 84757e02d5fc: Layer already exists [2023-04-25T22:42:58.084Z] b29b94ad5b63: Layer already exists [2023-04-25T22:42:58.084Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:58.084Z] 729488c75249: Layer already exists [2023-04-25T22:42:58.084Z] 7df6273958cd: Layer already exists [2023-04-25T22:42:58.084Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:58.084Z] c9819e16d041: Layer already exists [2023-04-25T22:42:58.084Z] 91d1cde80888: Layer already exists [2023-04-25T22:42:58.350Z] latest: digest: sha256:3a72fed716087f9f21a270e931f2cde0d24eb709f5d03c9f78834fb88e43286a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:58.692Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:59.021Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.138 [2023-04-25T22:42:59.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-25T22:42:59.021Z] 7df6273958cd: Preparing [2023-04-25T22:42:59.021Z] b29b94ad5b63: Preparing [2023-04-25T22:42:59.021Z] 729488c75249: Preparing [2023-04-25T22:42:59.021Z] 84757e02d5fc: Preparing [2023-04-25T22:42:59.021Z] 838239d44fdc: Preparing [2023-04-25T22:42:59.021Z] c9819e16d041: Preparing [2023-04-25T22:42:59.021Z] 91d1cde80888: Preparing [2023-04-25T22:42:59.021Z] 26cbea5cba74: Preparing [2023-04-25T22:42:59.021Z] c9819e16d041: Waiting [2023-04-25T22:42:59.021Z] 91d1cde80888: Waiting [2023-04-25T22:42:59.021Z] 26cbea5cba74: Waiting [2023-04-25T22:42:59.021Z] 729488c75249: Layer already exists [2023-04-25T22:42:59.021Z] 838239d44fdc: Layer already exists [2023-04-25T22:42:59.021Z] b29b94ad5b63: Layer already exists [2023-04-25T22:42:59.021Z] 84757e02d5fc: Layer already exists [2023-04-25T22:42:59.021Z] 7df6273958cd: Layer already exists [2023-04-25T22:42:59.021Z] 26cbea5cba74: Layer already exists [2023-04-25T22:42:59.021Z] 91d1cde80888: Layer already exists [2023-04-25T22:42:59.021Z] c9819e16d041: Layer already exists [2023-04-25T22:42:59.287Z] 3.0.0-dev.138: digest: sha256:3a72fed716087f9f21a270e931f2cde0d24eb709f5d03c9f78834fb88e43286a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:42:59.630Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:02.297Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:02.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-25T22:43:02.297Z] 7df6273958cd: Preparing [2023-04-25T22:43:02.297Z] b29b94ad5b63: Preparing [2023-04-25T22:43:02.297Z] 729488c75249: Preparing [2023-04-25T22:43:02.297Z] 84757e02d5fc: Preparing [2023-04-25T22:43:02.297Z] 838239d44fdc: Preparing [2023-04-25T22:43:02.297Z] c9819e16d041: Preparing [2023-04-25T22:43:02.297Z] 91d1cde80888: Preparing [2023-04-25T22:43:02.297Z] 26cbea5cba74: Preparing [2023-04-25T22:43:02.297Z] c9819e16d041: Waiting [2023-04-25T22:43:02.297Z] 91d1cde80888: Waiting [2023-04-25T22:43:02.297Z] 26cbea5cba74: Waiting [2023-04-25T22:43:02.297Z] 7df6273958cd: Layer already exists [2023-04-25T22:43:02.297Z] 729488c75249: Layer already exists [2023-04-25T22:43:02.297Z] 84757e02d5fc: Layer already exists [2023-04-25T22:43:02.297Z] b29b94ad5b63: Layer already exists [2023-04-25T22:43:02.297Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:02.297Z] 91d1cde80888: Layer already exists [2023-04-25T22:43:02.297Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:02.297Z] c9819e16d041: Layer already exists [2023-04-25T22:43:02.563Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:3a72fed716087f9f21a270e931f2cde0d24eb709f5d03c9f78834fb88e43286a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:02.901Z] + 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-04-25T22:43:03.233Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-04-25T22:43:03.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-25T22:43:03.233Z] 7df6273958cd: Preparing [2023-04-25T22:43:03.233Z] b29b94ad5b63: Preparing [2023-04-25T22:43:03.233Z] 729488c75249: Preparing [2023-04-25T22:43:03.233Z] 84757e02d5fc: Preparing [2023-04-25T22:43:03.233Z] 838239d44fdc: Preparing [2023-04-25T22:43:03.233Z] c9819e16d041: Preparing [2023-04-25T22:43:03.233Z] 91d1cde80888: Preparing [2023-04-25T22:43:03.233Z] 26cbea5cba74: Preparing [2023-04-25T22:43:03.233Z] c9819e16d041: Waiting [2023-04-25T22:43:03.233Z] 26cbea5cba74: Waiting [2023-04-25T22:43:03.233Z] 91d1cde80888: Waiting [2023-04-25T22:43:03.233Z] 7df6273958cd: Layer already exists [2023-04-25T22:43:03.233Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:03.233Z] 729488c75249: Layer already exists [2023-04-25T22:43:03.233Z] b29b94ad5b63: Layer already exists [2023-04-25T22:43:03.233Z] 84757e02d5fc: Layer already exists [2023-04-25T22:43:03.233Z] c9819e16d041: Layer already exists [2023-04-25T22:43:03.233Z] 91d1cde80888: Layer already exists [2023-04-25T22:43:03.233Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:03.499Z] main: digest: sha256:3a72fed716087f9f21a270e931f2cde0d24eb709f5d03c9f78834fb88e43286a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:43:03.553Z] ===================================================== [Pipeline] echo [2023-04-25T22:43:03.563Z] taggedImages: [2023-04-25T22:43:03.563Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:03.563Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-04-25T22:43:03.563Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.138 [2023-04-25T22:43:03.563Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:03.563Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-04-25T22:43:03.585Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-04-25T22:43:03.585Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:03.585Z] latest [2023-04-25T22:43:03.585Z] 3.0.0-dev.138 [2023-04-25T22:43:03.585Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:03.585Z] main [2023-04-25T22:43:03.585Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:03.940Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:04.280Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:04.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-25T22:43:04.280Z] c9f797e5602b: Preparing [2023-04-25T22:43:04.280Z] 9b823b992e77: Preparing [2023-04-25T22:43:04.280Z] 3cb8978df4fe: Preparing [2023-04-25T22:43:04.280Z] 7fdd6a7605de: Preparing [2023-04-25T22:43:04.280Z] 838239d44fdc: Preparing [2023-04-25T22:43:04.280Z] c9819e16d041: Preparing [2023-04-25T22:43:04.280Z] be0202af93d1: Preparing [2023-04-25T22:43:04.280Z] 10749598bed7: Preparing [2023-04-25T22:43:04.280Z] 26cbea5cba74: Preparing [2023-04-25T22:43:04.280Z] c9819e16d041: Waiting [2023-04-25T22:43:04.280Z] be0202af93d1: Waiting [2023-04-25T22:43:04.280Z] 10749598bed7: Waiting [2023-04-25T22:43:04.280Z] 26cbea5cba74: Waiting [2023-04-25T22:43:04.280Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:04.548Z] c9819e16d041: Layer already exists [2023-04-25T22:43:04.548Z] 7fdd6a7605de: Pushed [2023-04-25T22:43:04.548Z] 9b823b992e77: Pushed [2023-04-25T22:43:04.548Z] c9f797e5602b: Pushed [2023-04-25T22:43:04.548Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:04.548Z] be0202af93d1: Pushed [2023-04-25T22:43:04.815Z] 10749598bed7: Pushed [2023-04-25T22:43:07.392Z] 3cb8978df4fe: Pushed [2023-04-25T22:43:07.392Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:fee52ac9ebe80a56f8c50534fc2c3e4b4d03f33190f5926ec743b53a69790856 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:07.726Z] + 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-04-25T22:43:08.064Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-04-25T22:43:08.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-25T22:43:08.064Z] c9f797e5602b: Preparing [2023-04-25T22:43:08.064Z] 9b823b992e77: Preparing [2023-04-25T22:43:08.064Z] 3cb8978df4fe: Preparing [2023-04-25T22:43:08.064Z] 7fdd6a7605de: Preparing [2023-04-25T22:43:08.064Z] 838239d44fdc: Preparing [2023-04-25T22:43:08.064Z] c9819e16d041: Preparing [2023-04-25T22:43:08.064Z] be0202af93d1: Preparing [2023-04-25T22:43:08.064Z] 10749598bed7: Preparing [2023-04-25T22:43:08.064Z] 26cbea5cba74: Preparing [2023-04-25T22:43:08.064Z] c9819e16d041: Waiting [2023-04-25T22:43:08.064Z] be0202af93d1: Waiting [2023-04-25T22:43:08.064Z] 10749598bed7: Waiting [2023-04-25T22:43:08.064Z] 26cbea5cba74: Waiting [2023-04-25T22:43:08.064Z] 7fdd6a7605de: Layer already exists [2023-04-25T22:43:08.064Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:08.064Z] c9f797e5602b: Layer already exists [2023-04-25T22:43:08.064Z] 3cb8978df4fe: Layer already exists [2023-04-25T22:43:08.064Z] 9b823b992e77: Layer already exists [2023-04-25T22:43:08.064Z] c9819e16d041: Layer already exists [2023-04-25T22:43:08.064Z] be0202af93d1: Layer already exists [2023-04-25T22:43:08.064Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:08.064Z] 10749598bed7: Layer already exists [2023-04-25T22:43:08.330Z] latest: digest: sha256:fee52ac9ebe80a56f8c50534fc2c3e4b4d03f33190f5926ec743b53a69790856 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:08.668Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:09.003Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.138 [2023-04-25T22:43:09.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-25T22:43:09.003Z] c9f797e5602b: Preparing [2023-04-25T22:43:09.003Z] 9b823b992e77: Preparing [2023-04-25T22:43:09.003Z] 3cb8978df4fe: Preparing [2023-04-25T22:43:09.003Z] 7fdd6a7605de: Preparing [2023-04-25T22:43:09.003Z] 838239d44fdc: Preparing [2023-04-25T22:43:09.003Z] c9819e16d041: Preparing [2023-04-25T22:43:09.003Z] be0202af93d1: Preparing [2023-04-25T22:43:09.003Z] 10749598bed7: Preparing [2023-04-25T22:43:09.003Z] 26cbea5cba74: Preparing [2023-04-25T22:43:09.003Z] c9819e16d041: Waiting [2023-04-25T22:43:09.003Z] be0202af93d1: Waiting [2023-04-25T22:43:09.003Z] 10749598bed7: Waiting [2023-04-25T22:43:09.003Z] 26cbea5cba74: Waiting [2023-04-25T22:43:09.003Z] c9f797e5602b: Layer already exists [2023-04-25T22:43:09.003Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:09.003Z] 9b823b992e77: Layer already exists [2023-04-25T22:43:09.003Z] 3cb8978df4fe: Layer already exists [2023-04-25T22:43:09.003Z] 7fdd6a7605de: Layer already exists [2023-04-25T22:43:09.003Z] c9819e16d041: Layer already exists [2023-04-25T22:43:09.003Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:09.003Z] 10749598bed7: Layer already exists [2023-04-25T22:43:09.003Z] be0202af93d1: Layer already exists [2023-04-25T22:43:09.269Z] 3.0.0-dev.138: digest: sha256:fee52ac9ebe80a56f8c50534fc2c3e4b4d03f33190f5926ec743b53a69790856 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:09.614Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:09.954Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:09.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-25T22:43:09.954Z] c9f797e5602b: Preparing [2023-04-25T22:43:09.954Z] 9b823b992e77: Preparing [2023-04-25T22:43:09.954Z] 3cb8978df4fe: Preparing [2023-04-25T22:43:09.954Z] 7fdd6a7605de: Preparing [2023-04-25T22:43:09.954Z] 838239d44fdc: Preparing [2023-04-25T22:43:09.954Z] c9819e16d041: Preparing [2023-04-25T22:43:09.954Z] be0202af93d1: Preparing [2023-04-25T22:43:09.954Z] 10749598bed7: Preparing [2023-04-25T22:43:09.954Z] 26cbea5cba74: Preparing [2023-04-25T22:43:09.954Z] 26cbea5cba74: Waiting [2023-04-25T22:43:09.954Z] be0202af93d1: Waiting [2023-04-25T22:43:09.954Z] 10749598bed7: Waiting [2023-04-25T22:43:09.954Z] c9819e16d041: Waiting [2023-04-25T22:43:09.954Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:09.954Z] 3cb8978df4fe: Layer already exists [2023-04-25T22:43:09.954Z] c9f797e5602b: Layer already exists [2023-04-25T22:43:09.954Z] 7fdd6a7605de: Layer already exists [2023-04-25T22:43:09.954Z] 9b823b992e77: Layer already exists [2023-04-25T22:43:09.954Z] c9819e16d041: Layer already exists [2023-04-25T22:43:09.954Z] 10749598bed7: Layer already exists [2023-04-25T22:43:09.954Z] be0202af93d1: Layer already exists [2023-04-25T22:43:09.954Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:10.220Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:fee52ac9ebe80a56f8c50534fc2c3e4b4d03f33190f5926ec743b53a69790856 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:10.565Z] + 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-04-25T22:43:10.902Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-04-25T22:43:10.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-25T22:43:10.902Z] c9f797e5602b: Preparing [2023-04-25T22:43:10.902Z] 9b823b992e77: Preparing [2023-04-25T22:43:10.902Z] 3cb8978df4fe: Preparing [2023-04-25T22:43:10.902Z] 7fdd6a7605de: Preparing [2023-04-25T22:43:10.902Z] 838239d44fdc: Preparing [2023-04-25T22:43:10.902Z] c9819e16d041: Preparing [2023-04-25T22:43:10.902Z] be0202af93d1: Preparing [2023-04-25T22:43:10.902Z] 10749598bed7: Preparing [2023-04-25T22:43:10.902Z] 26cbea5cba74: Preparing [2023-04-25T22:43:10.902Z] be0202af93d1: Waiting [2023-04-25T22:43:10.902Z] 26cbea5cba74: Waiting [2023-04-25T22:43:10.902Z] 10749598bed7: Waiting [2023-04-25T22:43:10.902Z] c9819e16d041: Waiting [2023-04-25T22:43:10.902Z] 3cb8978df4fe: Layer already exists [2023-04-25T22:43:10.902Z] 7fdd6a7605de: Layer already exists [2023-04-25T22:43:10.902Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:10.902Z] c9f797e5602b: Layer already exists [2023-04-25T22:43:10.902Z] 9b823b992e77: Layer already exists [2023-04-25T22:43:10.902Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:10.902Z] 10749598bed7: Layer already exists [2023-04-25T22:43:10.902Z] c9819e16d041: Layer already exists [2023-04-25T22:43:10.902Z] be0202af93d1: Layer already exists [2023-04-25T22:43:11.168Z] main: digest: sha256:fee52ac9ebe80a56f8c50534fc2c3e4b4d03f33190f5926ec743b53a69790856 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:43:11.209Z] ===================================================== [Pipeline] echo [2023-04-25T22:43:11.214Z] taggedImages: [2023-04-25T22:43:11.215Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:11.215Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-04-25T22:43:11.215Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.138 [2023-04-25T22:43:11.215Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:11.215Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-04-25T22:43:11.229Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-04-25T22:43:11.229Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:11.229Z] latest [2023-04-25T22:43:11.229Z] 3.0.0-dev.138 [2023-04-25T22:43:11.229Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:11.229Z] main [2023-04-25T22:43:11.229Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:11.571Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:11.912Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:11.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-25T22:43:11.912Z] ce3be3b6c797: Preparing [2023-04-25T22:43:11.912Z] 80623e264959: Preparing [2023-04-25T22:43:11.912Z] 306e7c34098d: Preparing [2023-04-25T22:43:11.912Z] b4202bebd04c: Preparing [2023-04-25T22:43:11.912Z] be663d9f86fb: Preparing [2023-04-25T22:43:11.912Z] 6217d4cf0a57: Preparing [2023-04-25T22:43:11.912Z] 64d586a77557: Preparing [2023-04-25T22:43:11.912Z] 838239d44fdc: Preparing [2023-04-25T22:43:11.912Z] c9819e16d041: Preparing [2023-04-25T22:43:11.912Z] 6217d4cf0a57: Waiting [2023-04-25T22:43:11.912Z] 64d586a77557: Waiting [2023-04-25T22:43:11.912Z] 838239d44fdc: Waiting [2023-04-25T22:43:11.912Z] c9819e16d041: Waiting [2023-04-25T22:43:11.912Z] 80947f136721: Preparing [2023-04-25T22:43:11.912Z] 26cbea5cba74: Preparing [2023-04-25T22:43:11.912Z] 80947f136721: Waiting [2023-04-25T22:43:11.912Z] 26cbea5cba74: Waiting [2023-04-25T22:43:12.179Z] be663d9f86fb: Pushed [2023-04-25T22:43:12.179Z] ce3be3b6c797: Pushed [2023-04-25T22:43:12.448Z] 64d586a77557: Pushed [2023-04-25T22:43:15.793Z] 80623e264959: Pushed [2023-04-25T22:43:15.793Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:15.793Z] 6217d4cf0a57: Pushed [2023-04-25T22:43:15.793Z] c9819e16d041: Layer already exists [2023-04-25T22:43:15.793Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:15.793Z] 306e7c34098d: Pushed [2023-04-25T22:43:16.060Z] 80947f136721: Pushed [2023-04-25T22:43:18.003Z] b4202bebd04c: Pushed [2023-04-25T22:43:18.271Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:f4fb8c204d7f76e0c25397f04a8b256f12eef35cd684e7f79e298b05b3ce6732 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:18.612Z] + 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-04-25T22:43:18.950Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-04-25T22:43:18.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-25T22:43:18.951Z] ce3be3b6c797: Preparing [2023-04-25T22:43:18.951Z] 80623e264959: Preparing [2023-04-25T22:43:18.951Z] 306e7c34098d: Preparing [2023-04-25T22:43:18.951Z] b4202bebd04c: Preparing [2023-04-25T22:43:18.951Z] be663d9f86fb: Preparing [2023-04-25T22:43:18.951Z] 6217d4cf0a57: Preparing [2023-04-25T22:43:18.951Z] 64d586a77557: Preparing [2023-04-25T22:43:18.951Z] 838239d44fdc: Preparing [2023-04-25T22:43:18.951Z] c9819e16d041: Preparing [2023-04-25T22:43:18.951Z] 80947f136721: Preparing [2023-04-25T22:43:18.951Z] 26cbea5cba74: Preparing [2023-04-25T22:43:18.951Z] 6217d4cf0a57: Waiting [2023-04-25T22:43:18.951Z] 64d586a77557: Waiting [2023-04-25T22:43:18.951Z] c9819e16d041: Waiting [2023-04-25T22:43:18.951Z] 838239d44fdc: Waiting [2023-04-25T22:43:18.951Z] 80947f136721: Waiting [2023-04-25T22:43:18.951Z] 26cbea5cba74: Waiting [2023-04-25T22:43:18.951Z] 306e7c34098d: Layer already exists [2023-04-25T22:43:18.951Z] be663d9f86fb: Layer already exists [2023-04-25T22:43:18.951Z] 80623e264959: Layer already exists [2023-04-25T22:43:18.951Z] b4202bebd04c: Layer already exists [2023-04-25T22:43:18.951Z] ce3be3b6c797: Layer already exists [2023-04-25T22:43:18.951Z] 6217d4cf0a57: Layer already exists [2023-04-25T22:43:18.951Z] 64d586a77557: Layer already exists [2023-04-25T22:43:18.951Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:18.951Z] c9819e16d041: Layer already exists [2023-04-25T22:43:18.951Z] 80947f136721: Layer already exists [2023-04-25T22:43:18.951Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:19.218Z] latest: digest: sha256:f4fb8c204d7f76e0c25397f04a8b256f12eef35cd684e7f79e298b05b3ce6732 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:19.557Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:19.895Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.138 [2023-04-25T22:43:19.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-25T22:43:19.895Z] ce3be3b6c797: Preparing [2023-04-25T22:43:19.896Z] 80623e264959: Preparing [2023-04-25T22:43:19.896Z] 306e7c34098d: Preparing [2023-04-25T22:43:19.896Z] b4202bebd04c: Preparing [2023-04-25T22:43:19.896Z] be663d9f86fb: Preparing [2023-04-25T22:43:19.896Z] 6217d4cf0a57: Preparing [2023-04-25T22:43:19.896Z] 64d586a77557: Preparing [2023-04-25T22:43:19.896Z] 838239d44fdc: Preparing [2023-04-25T22:43:19.896Z] c9819e16d041: Preparing [2023-04-25T22:43:19.896Z] 80947f136721: Preparing [2023-04-25T22:43:19.896Z] 26cbea5cba74: Preparing [2023-04-25T22:43:19.896Z] 6217d4cf0a57: Waiting [2023-04-25T22:43:19.896Z] 64d586a77557: Waiting [2023-04-25T22:43:19.896Z] 838239d44fdc: Waiting [2023-04-25T22:43:19.896Z] c9819e16d041: Waiting [2023-04-25T22:43:19.896Z] 80947f136721: Waiting [2023-04-25T22:43:19.896Z] 306e7c34098d: Layer already exists [2023-04-25T22:43:19.896Z] 80623e264959: Layer already exists [2023-04-25T22:43:19.896Z] be663d9f86fb: Layer already exists [2023-04-25T22:43:19.896Z] ce3be3b6c797: Layer already exists [2023-04-25T22:43:19.896Z] b4202bebd04c: Layer already exists [2023-04-25T22:43:19.896Z] 6217d4cf0a57: Layer already exists [2023-04-25T22:43:19.896Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:19.896Z] c9819e16d041: Layer already exists [2023-04-25T22:43:19.896Z] 80947f136721: Layer already exists [2023-04-25T22:43:19.896Z] 64d586a77557: Layer already exists [2023-04-25T22:43:19.896Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:20.162Z] 3.0.0-dev.138: digest: sha256:f4fb8c204d7f76e0c25397f04a8b256f12eef35cd684e7f79e298b05b3ce6732 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:20.502Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:20.837Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:20.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-25T22:43:20.837Z] ce3be3b6c797: Preparing [2023-04-25T22:43:20.837Z] 80623e264959: Preparing [2023-04-25T22:43:20.837Z] 306e7c34098d: Preparing [2023-04-25T22:43:20.837Z] b4202bebd04c: Preparing [2023-04-25T22:43:20.837Z] be663d9f86fb: Preparing [2023-04-25T22:43:20.837Z] 6217d4cf0a57: Preparing [2023-04-25T22:43:20.837Z] 64d586a77557: Preparing [2023-04-25T22:43:20.837Z] 838239d44fdc: Preparing [2023-04-25T22:43:20.837Z] c9819e16d041: Preparing [2023-04-25T22:43:20.837Z] 80947f136721: Preparing [2023-04-25T22:43:20.837Z] 26cbea5cba74: Preparing [2023-04-25T22:43:20.837Z] 6217d4cf0a57: Waiting [2023-04-25T22:43:20.837Z] 64d586a77557: Waiting [2023-04-25T22:43:20.837Z] 838239d44fdc: Waiting [2023-04-25T22:43:20.837Z] c9819e16d041: Waiting [2023-04-25T22:43:20.837Z] 80947f136721: Waiting [2023-04-25T22:43:20.837Z] 26cbea5cba74: Waiting [2023-04-25T22:43:20.837Z] b4202bebd04c: Layer already exists [2023-04-25T22:43:20.837Z] ce3be3b6c797: Layer already exists [2023-04-25T22:43:20.837Z] 306e7c34098d: Layer already exists [2023-04-25T22:43:20.837Z] be663d9f86fb: Layer already exists [2023-04-25T22:43:20.837Z] 80623e264959: Layer already exists [2023-04-25T22:43:20.837Z] c9819e16d041: Layer already exists [2023-04-25T22:43:20.837Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:20.837Z] 80947f136721: Layer already exists [2023-04-25T22:43:20.837Z] 6217d4cf0a57: Layer already exists [2023-04-25T22:43:20.837Z] 64d586a77557: Layer already exists [2023-04-25T22:43:20.837Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:21.104Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:f4fb8c204d7f76e0c25397f04a8b256f12eef35cd684e7f79e298b05b3ce6732 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:21.444Z] + 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-04-25T22:43:21.780Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-04-25T22:43:21.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-25T22:43:21.780Z] ce3be3b6c797: Preparing [2023-04-25T22:43:21.780Z] 80623e264959: Preparing [2023-04-25T22:43:21.780Z] 306e7c34098d: Preparing [2023-04-25T22:43:21.780Z] b4202bebd04c: Preparing [2023-04-25T22:43:21.780Z] be663d9f86fb: Preparing [2023-04-25T22:43:21.780Z] 6217d4cf0a57: Preparing [2023-04-25T22:43:21.780Z] 64d586a77557: Preparing [2023-04-25T22:43:21.780Z] 838239d44fdc: Preparing [2023-04-25T22:43:21.780Z] c9819e16d041: Preparing [2023-04-25T22:43:21.780Z] 80947f136721: Preparing [2023-04-25T22:43:21.780Z] 26cbea5cba74: Preparing [2023-04-25T22:43:21.780Z] 6217d4cf0a57: Waiting [2023-04-25T22:43:21.780Z] 64d586a77557: Waiting [2023-04-25T22:43:21.780Z] 838239d44fdc: Waiting [2023-04-25T22:43:21.780Z] c9819e16d041: Waiting [2023-04-25T22:43:21.780Z] 80947f136721: Waiting [2023-04-25T22:43:21.780Z] 26cbea5cba74: Waiting [2023-04-25T22:43:21.780Z] ce3be3b6c797: Layer already exists [2023-04-25T22:43:21.780Z] 80623e264959: Layer already exists [2023-04-25T22:43:21.780Z] be663d9f86fb: Layer already exists [2023-04-25T22:43:21.780Z] 306e7c34098d: Layer already exists [2023-04-25T22:43:21.780Z] b4202bebd04c: Layer already exists [2023-04-25T22:43:21.780Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:21.780Z] 64d586a77557: Layer already exists [2023-04-25T22:43:21.780Z] 80947f136721: Layer already exists [2023-04-25T22:43:21.780Z] 6217d4cf0a57: Layer already exists [2023-04-25T22:43:21.780Z] c9819e16d041: Layer already exists [2023-04-25T22:43:21.780Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:22.045Z] main: digest: sha256:f4fb8c204d7f76e0c25397f04a8b256f12eef35cd684e7f79e298b05b3ce6732 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:43:22.098Z] ===================================================== [Pipeline] echo [2023-04-25T22:43:22.107Z] taggedImages: [2023-04-25T22:43:22.107Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:22.107Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-04-25T22:43:22.107Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.138 [2023-04-25T22:43:22.107Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:22.107Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-04-25T22:43:22.131Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-04-25T22:43:22.131Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:22.131Z] latest [2023-04-25T22:43:22.131Z] 3.0.0-dev.138 [2023-04-25T22:43:22.131Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:22.131Z] main [2023-04-25T22:43:22.131Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:22.476Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:22.809Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:22.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-25T22:43:22.809Z] d988c4fd2dcd: Preparing [2023-04-25T22:43:22.809Z] 76e045edd489: Preparing [2023-04-25T22:43:22.809Z] 838239d44fdc: Preparing [2023-04-25T22:43:22.809Z] c9819e16d041: Preparing [2023-04-25T22:43:22.809Z] 58e66b0c4a88: Preparing [2023-04-25T22:43:22.809Z] 26cbea5cba74: Preparing [2023-04-25T22:43:22.809Z] 26cbea5cba74: Waiting [2023-04-25T22:43:22.809Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:22.809Z] c9819e16d041: Layer already exists [2023-04-25T22:43:23.074Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:23.074Z] d988c4fd2dcd: Pushed [2023-04-25T22:43:24.479Z] 58e66b0c4a88: Pushed [2023-04-25T22:43:27.811Z] 76e045edd489: Pushed [2023-04-25T22:43:28.076Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:3add5bb413e7864a75c68e18c4b2803342a8e0a9a0e673ce0b151382ff5382ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:29.828Z] + 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-04-25T22:43:30.170Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-04-25T22:43:30.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-25T22:43:30.171Z] d988c4fd2dcd: Preparing [2023-04-25T22:43:30.171Z] 76e045edd489: Preparing [2023-04-25T22:43:30.171Z] 838239d44fdc: Preparing [2023-04-25T22:43:30.171Z] c9819e16d041: Preparing [2023-04-25T22:43:30.171Z] 58e66b0c4a88: Preparing [2023-04-25T22:43:30.171Z] 26cbea5cba74: Preparing [2023-04-25T22:43:30.171Z] 26cbea5cba74: Waiting [2023-04-25T22:43:30.171Z] d988c4fd2dcd: Layer already exists [2023-04-25T22:43:30.171Z] 58e66b0c4a88: Layer already exists [2023-04-25T22:43:30.171Z] c9819e16d041: Layer already exists [2023-04-25T22:43:30.171Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:30.171Z] 76e045edd489: Layer already exists [2023-04-25T22:43:30.171Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:30.437Z] latest: digest: sha256:3add5bb413e7864a75c68e18c4b2803342a8e0a9a0e673ce0b151382ff5382ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:30.787Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:31.124Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.138 [2023-04-25T22:43:31.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-25T22:43:31.124Z] d988c4fd2dcd: Preparing [2023-04-25T22:43:31.124Z] 76e045edd489: Preparing [2023-04-25T22:43:31.124Z] 838239d44fdc: Preparing [2023-04-25T22:43:31.124Z] c9819e16d041: Preparing [2023-04-25T22:43:31.124Z] 58e66b0c4a88: Preparing [2023-04-25T22:43:31.124Z] 26cbea5cba74: Preparing [2023-04-25T22:43:31.124Z] 26cbea5cba74: Waiting [2023-04-25T22:43:31.124Z] c9819e16d041: Layer already exists [2023-04-25T22:43:31.124Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:31.124Z] d988c4fd2dcd: Layer already exists [2023-04-25T22:43:31.124Z] 58e66b0c4a88: Layer already exists [2023-04-25T22:43:31.124Z] 76e045edd489: Layer already exists [2023-04-25T22:43:31.124Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:31.390Z] 3.0.0-dev.138: digest: sha256:3add5bb413e7864a75c68e18c4b2803342a8e0a9a0e673ce0b151382ff5382ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:31.725Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:32.072Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:32.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-25T22:43:32.072Z] d988c4fd2dcd: Preparing [2023-04-25T22:43:32.072Z] 76e045edd489: Preparing [2023-04-25T22:43:32.072Z] 838239d44fdc: Preparing [2023-04-25T22:43:32.072Z] c9819e16d041: Preparing [2023-04-25T22:43:32.072Z] 58e66b0c4a88: Preparing [2023-04-25T22:43:32.072Z] 26cbea5cba74: Preparing [2023-04-25T22:43:32.072Z] 26cbea5cba74: Waiting [2023-04-25T22:43:32.072Z] d988c4fd2dcd: Layer already exists [2023-04-25T22:43:32.072Z] 58e66b0c4a88: Layer already exists [2023-04-25T22:43:32.072Z] 76e045edd489: Layer already exists [2023-04-25T22:43:32.072Z] c9819e16d041: Layer already exists [2023-04-25T22:43:32.072Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:32.072Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:32.338Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:3add5bb413e7864a75c68e18c4b2803342a8e0a9a0e673ce0b151382ff5382ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:32.742Z] + 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-04-25T22:43:33.096Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-04-25T22:43:33.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-25T22:43:33.096Z] d988c4fd2dcd: Preparing [2023-04-25T22:43:33.096Z] 76e045edd489: Preparing [2023-04-25T22:43:33.096Z] 838239d44fdc: Preparing [2023-04-25T22:43:33.096Z] c9819e16d041: Preparing [2023-04-25T22:43:33.096Z] 58e66b0c4a88: Preparing [2023-04-25T22:43:33.096Z] 26cbea5cba74: Preparing [2023-04-25T22:43:33.096Z] 26cbea5cba74: Waiting [2023-04-25T22:43:33.096Z] c9819e16d041: Layer already exists [2023-04-25T22:43:33.096Z] 58e66b0c4a88: Layer already exists [2023-04-25T22:43:33.096Z] 76e045edd489: Layer already exists [2023-04-25T22:43:33.096Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:33.096Z] d988c4fd2dcd: Layer already exists [2023-04-25T22:43:33.096Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:33.372Z] main: digest: sha256:3add5bb413e7864a75c68e18c4b2803342a8e0a9a0e673ce0b151382ff5382ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:43:33.420Z] ===================================================== [Pipeline] echo [2023-04-25T22:43:33.425Z] taggedImages: [2023-04-25T22:43:33.425Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:33.425Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-04-25T22:43:33.425Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.138 [2023-04-25T22:43:33.425Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:33.425Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-04-25T22:43:33.439Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-04-25T22:43:33.439Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:33.439Z] latest [2023-04-25T22:43:33.439Z] 3.0.0-dev.138 [2023-04-25T22:43:33.439Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:33.439Z] main [2023-04-25T22:43:33.439Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:33.781Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:34.143Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:34.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-25T22:43:34.143Z] a459605c5d1a: Preparing [2023-04-25T22:43:34.143Z] 1f654e449a0a: Preparing [2023-04-25T22:43:34.143Z] 4209f809c412: Preparing [2023-04-25T22:43:34.143Z] 372c5ee414f8: Preparing [2023-04-25T22:43:34.143Z] ef0958dcd1e4: Preparing [2023-04-25T22:43:34.143Z] 838239d44fdc: Preparing [2023-04-25T22:43:34.143Z] c9819e16d041: Preparing [2023-04-25T22:43:34.143Z] 4d10d6067214: Preparing [2023-04-25T22:43:34.143Z] 26cbea5cba74: Preparing [2023-04-25T22:43:34.143Z] 838239d44fdc: Waiting [2023-04-25T22:43:34.143Z] c9819e16d041: Waiting [2023-04-25T22:43:34.143Z] 4d10d6067214: Waiting [2023-04-25T22:43:34.143Z] 26cbea5cba74: Waiting [2023-04-25T22:43:34.416Z] a459605c5d1a: Pushed [2023-04-25T22:43:34.416Z] 1f654e449a0a: Pushed [2023-04-25T22:43:34.416Z] 4209f809c412: Pushed [2023-04-25T22:43:34.416Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:34.416Z] c9819e16d041: Layer already exists [2023-04-25T22:43:34.416Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:35.375Z] 4d10d6067214: Pushed [2023-04-25T22:43:47.672Z] ef0958dcd1e4: Pushed [2023-04-25T22:43:53.013Z] 372c5ee414f8: Pushed [2023-04-25T22:43:53.013Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:625a8c6404c01769ace8aada5ad9bba9d0d3357238881b1de41f2009a287d0cc size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:53.350Z] + 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-04-25T22:43:53.687Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-04-25T22:43:53.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-25T22:43:53.687Z] a459605c5d1a: Preparing [2023-04-25T22:43:53.687Z] 1f654e449a0a: Preparing [2023-04-25T22:43:53.687Z] 4209f809c412: Preparing [2023-04-25T22:43:53.687Z] 372c5ee414f8: Preparing [2023-04-25T22:43:53.687Z] ef0958dcd1e4: Preparing [2023-04-25T22:43:53.687Z] 838239d44fdc: Preparing [2023-04-25T22:43:53.687Z] c9819e16d041: Preparing [2023-04-25T22:43:53.687Z] 4d10d6067214: Preparing [2023-04-25T22:43:53.687Z] 26cbea5cba74: Preparing [2023-04-25T22:43:53.687Z] c9819e16d041: Waiting [2023-04-25T22:43:53.687Z] 4d10d6067214: Waiting [2023-04-25T22:43:53.687Z] 26cbea5cba74: Waiting [2023-04-25T22:43:53.687Z] 1f654e449a0a: Layer already exists [2023-04-25T22:43:53.687Z] ef0958dcd1e4: Layer already exists [2023-04-25T22:43:53.687Z] 372c5ee414f8: Layer already exists [2023-04-25T22:43:53.687Z] a459605c5d1a: Layer already exists [2023-04-25T22:43:53.687Z] 4209f809c412: Layer already exists [2023-04-25T22:43:53.687Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:53.687Z] c9819e16d041: Layer already exists [2023-04-25T22:43:53.687Z] 4d10d6067214: Layer already exists [2023-04-25T22:43:53.687Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:53.952Z] latest: digest: sha256:625a8c6404c01769ace8aada5ad9bba9d0d3357238881b1de41f2009a287d0cc size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:54.300Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:54.635Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.138 [2023-04-25T22:43:54.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-25T22:43:54.635Z] a459605c5d1a: Preparing [2023-04-25T22:43:54.635Z] 1f654e449a0a: Preparing [2023-04-25T22:43:54.635Z] 4209f809c412: Preparing [2023-04-25T22:43:54.635Z] 372c5ee414f8: Preparing [2023-04-25T22:43:54.635Z] ef0958dcd1e4: Preparing [2023-04-25T22:43:54.635Z] 838239d44fdc: Preparing [2023-04-25T22:43:54.635Z] c9819e16d041: Preparing [2023-04-25T22:43:54.635Z] 4d10d6067214: Preparing [2023-04-25T22:43:54.635Z] 26cbea5cba74: Preparing [2023-04-25T22:43:54.635Z] c9819e16d041: Waiting [2023-04-25T22:43:54.635Z] 4d10d6067214: Waiting [2023-04-25T22:43:54.635Z] 26cbea5cba74: Waiting [2023-04-25T22:43:54.635Z] 838239d44fdc: Waiting [2023-04-25T22:43:54.635Z] 372c5ee414f8: Layer already exists [2023-04-25T22:43:54.636Z] a459605c5d1a: Layer already exists [2023-04-25T22:43:54.636Z] ef0958dcd1e4: Layer already exists [2023-04-25T22:43:54.636Z] 1f654e449a0a: Layer already exists [2023-04-25T22:43:54.636Z] 4209f809c412: Layer already exists [2023-04-25T22:43:54.636Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:54.636Z] c9819e16d041: Layer already exists [2023-04-25T22:43:54.636Z] 4d10d6067214: Layer already exists [2023-04-25T22:43:54.636Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:54.902Z] 3.0.0-dev.138: digest: sha256:625a8c6404c01769ace8aada5ad9bba9d0d3357238881b1de41f2009a287d0cc size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:55.242Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:55.575Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:55.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-25T22:43:55.575Z] a459605c5d1a: Preparing [2023-04-25T22:43:55.575Z] 1f654e449a0a: Preparing [2023-04-25T22:43:55.575Z] 4209f809c412: Preparing [2023-04-25T22:43:55.575Z] 372c5ee414f8: Preparing [2023-04-25T22:43:55.575Z] ef0958dcd1e4: Preparing [2023-04-25T22:43:55.575Z] 838239d44fdc: Preparing [2023-04-25T22:43:55.575Z] c9819e16d041: Preparing [2023-04-25T22:43:55.575Z] 4d10d6067214: Preparing [2023-04-25T22:43:55.575Z] 26cbea5cba74: Preparing [2023-04-25T22:43:55.575Z] 838239d44fdc: Waiting [2023-04-25T22:43:55.575Z] c9819e16d041: Waiting [2023-04-25T22:43:55.575Z] 4d10d6067214: Waiting [2023-04-25T22:43:55.575Z] 26cbea5cba74: Waiting [2023-04-25T22:43:55.575Z] 1f654e449a0a: Layer already exists [2023-04-25T22:43:55.575Z] 372c5ee414f8: Layer already exists [2023-04-25T22:43:55.575Z] ef0958dcd1e4: Layer already exists [2023-04-25T22:43:55.575Z] a459605c5d1a: Layer already exists [2023-04-25T22:43:55.575Z] 4209f809c412: Layer already exists [2023-04-25T22:43:55.575Z] 4d10d6067214: Layer already exists [2023-04-25T22:43:55.575Z] c9819e16d041: Layer already exists [2023-04-25T22:43:55.575Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:55.575Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:55.841Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:625a8c6404c01769ace8aada5ad9bba9d0d3357238881b1de41f2009a287d0cc size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:56.186Z] + 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-04-25T22:43:56.517Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-04-25T22:43:56.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-25T22:43:56.517Z] a459605c5d1a: Preparing [2023-04-25T22:43:56.517Z] 1f654e449a0a: Preparing [2023-04-25T22:43:56.517Z] 4209f809c412: Preparing [2023-04-25T22:43:56.517Z] 372c5ee414f8: Preparing [2023-04-25T22:43:56.517Z] ef0958dcd1e4: Preparing [2023-04-25T22:43:56.517Z] 838239d44fdc: Preparing [2023-04-25T22:43:56.517Z] c9819e16d041: Preparing [2023-04-25T22:43:56.517Z] 4d10d6067214: Preparing [2023-04-25T22:43:56.517Z] 26cbea5cba74: Preparing [2023-04-25T22:43:56.517Z] c9819e16d041: Waiting [2023-04-25T22:43:56.517Z] 4d10d6067214: Waiting [2023-04-25T22:43:56.517Z] 26cbea5cba74: Waiting [2023-04-25T22:43:56.517Z] 838239d44fdc: Waiting [2023-04-25T22:43:56.517Z] ef0958dcd1e4: Layer already exists [2023-04-25T22:43:56.517Z] 1f654e449a0a: Layer already exists [2023-04-25T22:43:56.517Z] 372c5ee414f8: Layer already exists [2023-04-25T22:43:56.517Z] 4209f809c412: Layer already exists [2023-04-25T22:43:56.517Z] a459605c5d1a: Layer already exists [2023-04-25T22:43:56.517Z] 4d10d6067214: Layer already exists [2023-04-25T22:43:56.517Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:56.517Z] c9819e16d041: Layer already exists [2023-04-25T22:43:56.517Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:56.783Z] main: digest: sha256:625a8c6404c01769ace8aada5ad9bba9d0d3357238881b1de41f2009a287d0cc size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:43:56.822Z] ===================================================== [Pipeline] echo [2023-04-25T22:43:56.827Z] taggedImages: [2023-04-25T22:43:56.827Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:56.827Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-04-25T22:43:56.827Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.138 [2023-04-25T22:43:56.827Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:56.827Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-04-25T22:43:56.842Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-04-25T22:43:56.842Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:56.842Z] latest [2023-04-25T22:43:56.842Z] 3.0.0-dev.138 [2023-04-25T22:43:56.842Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:43:56.842Z] main [2023-04-25T22:43:56.842Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:57.170Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:43:57.513Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:43:57.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-25T22:43:57.514Z] 9071ea64b384: Preparing [2023-04-25T22:43:57.514Z] 0f9c040df438: Preparing [2023-04-25T22:43:57.514Z] a16d492f3b35: Preparing [2023-04-25T22:43:57.514Z] c65f82c042a0: Preparing [2023-04-25T22:43:57.514Z] 838239d44fdc: Preparing [2023-04-25T22:43:57.514Z] c9819e16d041: Preparing [2023-04-25T22:43:57.514Z] f9c6c11e9aae: Preparing [2023-04-25T22:43:57.514Z] 26cbea5cba74: Preparing [2023-04-25T22:43:57.514Z] f9c6c11e9aae: Waiting [2023-04-25T22:43:57.514Z] 26cbea5cba74: Waiting [2023-04-25T22:43:57.514Z] c9819e16d041: Waiting [2023-04-25T22:43:57.514Z] 838239d44fdc: Layer already exists [2023-04-25T22:43:57.783Z] c9819e16d041: Layer already exists [2023-04-25T22:43:57.783Z] 9071ea64b384: Pushed [2023-04-25T22:43:57.783Z] 0f9c040df438: Pushed [2023-04-25T22:43:57.783Z] 26cbea5cba74: Layer already exists [2023-04-25T22:43:57.783Z] a16d492f3b35: Pushed [2023-04-25T22:43:58.368Z] f9c6c11e9aae: Pushed [2023-04-25T22:44:16.588Z] c65f82c042a0: Pushed [2023-04-25T22:44:16.588Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:02dfa1195c648d313b2d77b0c8e7f988f10751894a1e9ee0f4a6af06264b3124 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:16.941Z] + 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-04-25T22:44:17.278Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-04-25T22:44:17.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-25T22:44:17.278Z] 9071ea64b384: Preparing [2023-04-25T22:44:17.278Z] 0f9c040df438: Preparing [2023-04-25T22:44:17.278Z] a16d492f3b35: Preparing [2023-04-25T22:44:17.278Z] c65f82c042a0: Preparing [2023-04-25T22:44:17.278Z] 838239d44fdc: Preparing [2023-04-25T22:44:17.278Z] c9819e16d041: Preparing [2023-04-25T22:44:17.278Z] f9c6c11e9aae: Preparing [2023-04-25T22:44:17.278Z] 26cbea5cba74: Preparing [2023-04-25T22:44:17.278Z] f9c6c11e9aae: Waiting [2023-04-25T22:44:17.278Z] c9819e16d041: Waiting [2023-04-25T22:44:17.278Z] 26cbea5cba74: Waiting [2023-04-25T22:44:17.278Z] 0f9c040df438: Layer already exists [2023-04-25T22:44:17.278Z] a16d492f3b35: Layer already exists [2023-04-25T22:44:17.278Z] c65f82c042a0: Layer already exists [2023-04-25T22:44:17.278Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:17.278Z] 9071ea64b384: Layer already exists [2023-04-25T22:44:17.278Z] c9819e16d041: Layer already exists [2023-04-25T22:44:17.278Z] f9c6c11e9aae: Layer already exists [2023-04-25T22:44:17.278Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:17.544Z] latest: digest: sha256:02dfa1195c648d313b2d77b0c8e7f988f10751894a1e9ee0f4a6af06264b3124 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:17.888Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:18.231Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.138 [2023-04-25T22:44:18.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-25T22:44:18.232Z] 9071ea64b384: Preparing [2023-04-25T22:44:18.232Z] 0f9c040df438: Preparing [2023-04-25T22:44:18.232Z] a16d492f3b35: Preparing [2023-04-25T22:44:18.232Z] c65f82c042a0: Preparing [2023-04-25T22:44:18.232Z] 838239d44fdc: Preparing [2023-04-25T22:44:18.232Z] c9819e16d041: Preparing [2023-04-25T22:44:18.232Z] f9c6c11e9aae: Preparing [2023-04-25T22:44:18.232Z] 26cbea5cba74: Preparing [2023-04-25T22:44:18.232Z] c9819e16d041: Waiting [2023-04-25T22:44:18.232Z] f9c6c11e9aae: Waiting [2023-04-25T22:44:18.232Z] 26cbea5cba74: Waiting [2023-04-25T22:44:18.232Z] 9071ea64b384: Layer already exists [2023-04-25T22:44:18.232Z] c65f82c042a0: Layer already exists [2023-04-25T22:44:18.232Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:18.232Z] a16d492f3b35: Layer already exists [2023-04-25T22:44:18.232Z] 0f9c040df438: Layer already exists [2023-04-25T22:44:18.232Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:18.232Z] c9819e16d041: Layer already exists [2023-04-25T22:44:18.232Z] f9c6c11e9aae: Layer already exists [2023-04-25T22:44:18.497Z] 3.0.0-dev.138: digest: sha256:02dfa1195c648d313b2d77b0c8e7f988f10751894a1e9ee0f4a6af06264b3124 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:18.840Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:19.172Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:44:19.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-25T22:44:19.172Z] 9071ea64b384: Preparing [2023-04-25T22:44:19.172Z] 0f9c040df438: Preparing [2023-04-25T22:44:19.172Z] a16d492f3b35: Preparing [2023-04-25T22:44:19.172Z] c65f82c042a0: Preparing [2023-04-25T22:44:19.172Z] 838239d44fdc: Preparing [2023-04-25T22:44:19.172Z] c9819e16d041: Preparing [2023-04-25T22:44:19.172Z] f9c6c11e9aae: Preparing [2023-04-25T22:44:19.172Z] 26cbea5cba74: Preparing [2023-04-25T22:44:19.172Z] c9819e16d041: Waiting [2023-04-25T22:44:19.172Z] f9c6c11e9aae: Waiting [2023-04-25T22:44:19.172Z] 26cbea5cba74: Waiting [2023-04-25T22:44:19.172Z] c65f82c042a0: Layer already exists [2023-04-25T22:44:19.172Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:19.172Z] a16d492f3b35: Layer already exists [2023-04-25T22:44:19.172Z] 0f9c040df438: Layer already exists [2023-04-25T22:44:19.172Z] 9071ea64b384: Layer already exists [2023-04-25T22:44:19.172Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:19.172Z] f9c6c11e9aae: Layer already exists [2023-04-25T22:44:19.172Z] c9819e16d041: Layer already exists [2023-04-25T22:44:19.438Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:02dfa1195c648d313b2d77b0c8e7f988f10751894a1e9ee0f4a6af06264b3124 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:19.775Z] + 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-04-25T22:44:20.119Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-04-25T22:44:20.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-25T22:44:20.119Z] 9071ea64b384: Preparing [2023-04-25T22:44:20.119Z] 0f9c040df438: Preparing [2023-04-25T22:44:20.119Z] a16d492f3b35: Preparing [2023-04-25T22:44:20.119Z] c65f82c042a0: Preparing [2023-04-25T22:44:20.119Z] 838239d44fdc: Preparing [2023-04-25T22:44:20.119Z] c9819e16d041: Preparing [2023-04-25T22:44:20.119Z] f9c6c11e9aae: Preparing [2023-04-25T22:44:20.119Z] 26cbea5cba74: Preparing [2023-04-25T22:44:20.119Z] c9819e16d041: Waiting [2023-04-25T22:44:20.119Z] f9c6c11e9aae: Waiting [2023-04-25T22:44:20.119Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:20.119Z] 9071ea64b384: Layer already exists [2023-04-25T22:44:20.119Z] 0f9c040df438: Layer already exists [2023-04-25T22:44:20.119Z] c65f82c042a0: Layer already exists [2023-04-25T22:44:20.119Z] a16d492f3b35: Layer already exists [2023-04-25T22:44:20.119Z] c9819e16d041: Layer already exists [2023-04-25T22:44:20.119Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:20.119Z] f9c6c11e9aae: Layer already exists [2023-04-25T22:44:20.385Z] main: digest: sha256:02dfa1195c648d313b2d77b0c8e7f988f10751894a1e9ee0f4a6af06264b3124 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:44:20.440Z] ===================================================== [Pipeline] echo [2023-04-25T22:44:20.448Z] taggedImages: [2023-04-25T22:44:20.448Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:44:20.448Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-04-25T22:44:20.448Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.138 [2023-04-25T22:44:20.448Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:44:20.448Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-04-25T22:44:20.475Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-04-25T22:44:20.475Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:44:20.475Z] latest [2023-04-25T22:44:20.475Z] 3.0.0-dev.138 [2023-04-25T22:44:20.475Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:44:20.475Z] main [2023-04-25T22:44:20.475Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:20.820Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:21.164Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:44:21.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-25T22:44:21.165Z] e1e2cd19fc9b: Preparing [2023-04-25T22:44:21.165Z] 7b773948b685: Preparing [2023-04-25T22:44:21.165Z] 81fc8afb94a6: Preparing [2023-04-25T22:44:21.165Z] d0ed3f41ec8d: Preparing [2023-04-25T22:44:21.165Z] 838239d44fdc: Preparing [2023-04-25T22:44:21.165Z] c9819e16d041: Preparing [2023-04-25T22:44:21.165Z] 4d10d6067214: Preparing [2023-04-25T22:44:21.165Z] 26cbea5cba74: Preparing [2023-04-25T22:44:21.165Z] c9819e16d041: Waiting [2023-04-25T22:44:21.165Z] 4d10d6067214: Waiting [2023-04-25T22:44:21.165Z] 26cbea5cba74: Waiting [2023-04-25T22:44:21.432Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:21.432Z] c9819e16d041: Layer already exists [2023-04-25T22:44:21.432Z] 4d10d6067214: Layer already exists [2023-04-25T22:44:21.432Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:21.432Z] 7b773948b685: Pushed [2023-04-25T22:44:21.432Z] 81fc8afb94a6: Pushed [2023-04-25T22:44:21.432Z] e1e2cd19fc9b: Pushed [2023-04-25T22:44:39.697Z] d0ed3f41ec8d: Pushed [2023-04-25T22:44:39.697Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:0cab819aac3a57a22a720974e8051c7e5fa38e235378fd4518dd432f76395586 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:40.042Z] + 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-04-25T22:44:40.384Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-04-25T22:44:40.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-25T22:44:40.384Z] e1e2cd19fc9b: Preparing [2023-04-25T22:44:40.384Z] 7b773948b685: Preparing [2023-04-25T22:44:40.384Z] 81fc8afb94a6: Preparing [2023-04-25T22:44:40.384Z] d0ed3f41ec8d: Preparing [2023-04-25T22:44:40.384Z] 838239d44fdc: Preparing [2023-04-25T22:44:40.384Z] c9819e16d041: Preparing [2023-04-25T22:44:40.384Z] 4d10d6067214: Preparing [2023-04-25T22:44:40.384Z] 26cbea5cba74: Preparing [2023-04-25T22:44:40.384Z] 4d10d6067214: Waiting [2023-04-25T22:44:40.384Z] 26cbea5cba74: Waiting [2023-04-25T22:44:40.384Z] c9819e16d041: Waiting [2023-04-25T22:44:40.384Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:40.384Z] 7b773948b685: Layer already exists [2023-04-25T22:44:40.384Z] d0ed3f41ec8d: Layer already exists [2023-04-25T22:44:40.384Z] 81fc8afb94a6: Layer already exists [2023-04-25T22:44:40.384Z] e1e2cd19fc9b: Layer already exists [2023-04-25T22:44:40.384Z] c9819e16d041: Layer already exists [2023-04-25T22:44:40.384Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:40.384Z] 4d10d6067214: Layer already exists [2023-04-25T22:44:40.650Z] latest: digest: sha256:0cab819aac3a57a22a720974e8051c7e5fa38e235378fd4518dd432f76395586 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:40.992Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:41.329Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.138 [2023-04-25T22:44:41.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-25T22:44:41.329Z] e1e2cd19fc9b: Preparing [2023-04-25T22:44:41.329Z] 7b773948b685: Preparing [2023-04-25T22:44:41.329Z] 81fc8afb94a6: Preparing [2023-04-25T22:44:41.329Z] d0ed3f41ec8d: Preparing [2023-04-25T22:44:41.329Z] 838239d44fdc: Preparing [2023-04-25T22:44:41.329Z] c9819e16d041: Preparing [2023-04-25T22:44:41.329Z] 4d10d6067214: Preparing [2023-04-25T22:44:41.329Z] 26cbea5cba74: Preparing [2023-04-25T22:44:41.329Z] 4d10d6067214: Waiting [2023-04-25T22:44:41.329Z] c9819e16d041: Waiting [2023-04-25T22:44:41.329Z] 26cbea5cba74: Waiting [2023-04-25T22:44:41.329Z] 7b773948b685: Layer already exists [2023-04-25T22:44:41.329Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:41.329Z] 81fc8afb94a6: Layer already exists [2023-04-25T22:44:41.329Z] d0ed3f41ec8d: Layer already exists [2023-04-25T22:44:41.329Z] e1e2cd19fc9b: Layer already exists [2023-04-25T22:44:41.329Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:41.329Z] c9819e16d041: Layer already exists [2023-04-25T22:44:41.329Z] 4d10d6067214: Layer already exists [2023-04-25T22:44:41.594Z] 3.0.0-dev.138: digest: sha256:0cab819aac3a57a22a720974e8051c7e5fa38e235378fd4518dd432f76395586 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:41.928Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:42.265Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:44:42.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-25T22:44:42.266Z] e1e2cd19fc9b: Preparing [2023-04-25T22:44:42.266Z] 7b773948b685: Preparing [2023-04-25T22:44:42.266Z] 81fc8afb94a6: Preparing [2023-04-25T22:44:42.266Z] d0ed3f41ec8d: Preparing [2023-04-25T22:44:42.266Z] 838239d44fdc: Preparing [2023-04-25T22:44:42.266Z] c9819e16d041: Preparing [2023-04-25T22:44:42.266Z] 4d10d6067214: Preparing [2023-04-25T22:44:42.266Z] 26cbea5cba74: Preparing [2023-04-25T22:44:42.266Z] c9819e16d041: Waiting [2023-04-25T22:44:42.266Z] 26cbea5cba74: Waiting [2023-04-25T22:44:42.266Z] 4d10d6067214: Waiting [2023-04-25T22:44:42.266Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:42.266Z] e1e2cd19fc9b: Layer already exists [2023-04-25T22:44:42.266Z] 81fc8afb94a6: Layer already exists [2023-04-25T22:44:42.266Z] d0ed3f41ec8d: Layer already exists [2023-04-25T22:44:42.266Z] 7b773948b685: Layer already exists [2023-04-25T22:44:42.266Z] 4d10d6067214: Layer already exists [2023-04-25T22:44:42.266Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:42.266Z] c9819e16d041: Layer already exists [2023-04-25T22:44:42.530Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:0cab819aac3a57a22a720974e8051c7e5fa38e235378fd4518dd432f76395586 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:42.865Z] + 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-04-25T22:44:43.200Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-04-25T22:44:43.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-25T22:44:43.200Z] e1e2cd19fc9b: Preparing [2023-04-25T22:44:43.200Z] 7b773948b685: Preparing [2023-04-25T22:44:43.200Z] 81fc8afb94a6: Preparing [2023-04-25T22:44:43.200Z] d0ed3f41ec8d: Preparing [2023-04-25T22:44:43.200Z] 838239d44fdc: Preparing [2023-04-25T22:44:43.200Z] c9819e16d041: Preparing [2023-04-25T22:44:43.200Z] 4d10d6067214: Preparing [2023-04-25T22:44:43.200Z] 26cbea5cba74: Preparing [2023-04-25T22:44:43.200Z] c9819e16d041: Waiting [2023-04-25T22:44:43.200Z] 4d10d6067214: Waiting [2023-04-25T22:44:43.200Z] 26cbea5cba74: Waiting [2023-04-25T22:44:43.200Z] 7b773948b685: Layer already exists [2023-04-25T22:44:43.200Z] e1e2cd19fc9b: Layer already exists [2023-04-25T22:44:43.200Z] d0ed3f41ec8d: Layer already exists [2023-04-25T22:44:43.200Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:43.200Z] 81fc8afb94a6: Layer already exists [2023-04-25T22:44:43.200Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:43.200Z] c9819e16d041: Layer already exists [2023-04-25T22:44:43.200Z] 4d10d6067214: Layer already exists [2023-04-25T22:44:43.466Z] main: digest: sha256:0cab819aac3a57a22a720974e8051c7e5fa38e235378fd4518dd432f76395586 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:44:43.508Z] ===================================================== [Pipeline] echo [2023-04-25T22:44:43.514Z] taggedImages: [2023-04-25T22:44:43.514Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:44:43.514Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-04-25T22:44:43.514Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.138 [2023-04-25T22:44:43.514Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:44:43.514Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-04-25T22:44:43.529Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-04-25T22:44:43.529Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:44:43.529Z] latest [2023-04-25T22:44:43.529Z] 3.0.0-dev.138 [2023-04-25T22:44:43.529Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:44:43.529Z] main [2023-04-25T22:44:43.529Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:43.860Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:44.187Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:44:44.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-25T22:44:44.187Z] c553fec6af0e: Preparing [2023-04-25T22:44:44.187Z] c40adf2dfa5b: Preparing [2023-04-25T22:44:44.187Z] 838239d44fdc: Preparing [2023-04-25T22:44:44.187Z] c9819e16d041: Preparing [2023-04-25T22:44:44.187Z] 1f6dc4503ce8: Preparing [2023-04-25T22:44:44.187Z] 26cbea5cba74: Preparing [2023-04-25T22:44:44.187Z] 26cbea5cba74: Waiting [2023-04-25T22:44:44.187Z] c9819e16d041: Layer already exists [2023-04-25T22:44:44.453Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:44.453Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:44.453Z] c553fec6af0e: Pushed [2023-04-25T22:44:44.717Z] 1f6dc4503ce8: Pushed [2023-04-25T22:44:51.357Z] c40adf2dfa5b: Pushed [2023-04-25T22:44:51.357Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:0ca9238dfe3e2b7b3d98c92802ed49d47eeff982f33370ee844e4ed9db9986cc size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:51.964Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:52.293Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-04-25T22:44:52.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-25T22:44:52.293Z] c553fec6af0e: Preparing [2023-04-25T22:44:52.293Z] c40adf2dfa5b: Preparing [2023-04-25T22:44:52.293Z] 838239d44fdc: Preparing [2023-04-25T22:44:52.293Z] c9819e16d041: Preparing [2023-04-25T22:44:52.293Z] 1f6dc4503ce8: Preparing [2023-04-25T22:44:52.293Z] 26cbea5cba74: Preparing [2023-04-25T22:44:52.293Z] 26cbea5cba74: Waiting [2023-04-25T22:44:52.293Z] c553fec6af0e: Layer already exists [2023-04-25T22:44:52.293Z] 1f6dc4503ce8: Layer already exists [2023-04-25T22:44:52.293Z] c9819e16d041: Layer already exists [2023-04-25T22:44:52.293Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:52.293Z] c40adf2dfa5b: Layer already exists [2023-04-25T22:44:52.293Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:52.559Z] latest: digest: sha256:0ca9238dfe3e2b7b3d98c92802ed49d47eeff982f33370ee844e4ed9db9986cc size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:52.895Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:53.233Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.138 [2023-04-25T22:44:53.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-25T22:44:53.233Z] c553fec6af0e: Preparing [2023-04-25T22:44:53.233Z] c40adf2dfa5b: Preparing [2023-04-25T22:44:53.233Z] 838239d44fdc: Preparing [2023-04-25T22:44:53.233Z] c9819e16d041: Preparing [2023-04-25T22:44:53.233Z] 1f6dc4503ce8: Preparing [2023-04-25T22:44:53.233Z] 26cbea5cba74: Preparing [2023-04-25T22:44:53.233Z] 26cbea5cba74: Waiting [2023-04-25T22:44:53.233Z] 1f6dc4503ce8: Layer already exists [2023-04-25T22:44:53.233Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:53.233Z] c40adf2dfa5b: Layer already exists [2023-04-25T22:44:53.233Z] c9819e16d041: Layer already exists [2023-04-25T22:44:53.233Z] c553fec6af0e: Layer already exists [2023-04-25T22:44:53.233Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:53.498Z] 3.0.0-dev.138: digest: sha256:0ca9238dfe3e2b7b3d98c92802ed49d47eeff982f33370ee844e4ed9db9986cc size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:53.829Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:54.162Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:44:54.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-25T22:44:54.162Z] c553fec6af0e: Preparing [2023-04-25T22:44:54.162Z] c40adf2dfa5b: Preparing [2023-04-25T22:44:54.162Z] 838239d44fdc: Preparing [2023-04-25T22:44:54.162Z] c9819e16d041: Preparing [2023-04-25T22:44:54.162Z] 1f6dc4503ce8: Preparing [2023-04-25T22:44:54.162Z] 26cbea5cba74: Preparing [2023-04-25T22:44:54.162Z] 26cbea5cba74: Waiting [2023-04-25T22:44:54.162Z] 1f6dc4503ce8: Layer already exists [2023-04-25T22:44:54.162Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:54.162Z] c553fec6af0e: Layer already exists [2023-04-25T22:44:54.162Z] c40adf2dfa5b: Layer already exists [2023-04-25T22:44:54.162Z] c9819e16d041: Layer already exists [2023-04-25T22:44:54.162Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:54.427Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:0ca9238dfe3e2b7b3d98c92802ed49d47eeff982f33370ee844e4ed9db9986cc size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:54.765Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:55.095Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-04-25T22:44:55.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-25T22:44:55.095Z] c553fec6af0e: Preparing [2023-04-25T22:44:55.095Z] c40adf2dfa5b: Preparing [2023-04-25T22:44:55.095Z] 838239d44fdc: Preparing [2023-04-25T22:44:55.095Z] c9819e16d041: Preparing [2023-04-25T22:44:55.095Z] 1f6dc4503ce8: Preparing [2023-04-25T22:44:55.095Z] 26cbea5cba74: Preparing [2023-04-25T22:44:55.095Z] 26cbea5cba74: Waiting [2023-04-25T22:44:55.095Z] c9819e16d041: Layer already exists [2023-04-25T22:44:55.095Z] c553fec6af0e: Layer already exists [2023-04-25T22:44:55.095Z] 1f6dc4503ce8: Layer already exists [2023-04-25T22:44:55.095Z] c40adf2dfa5b: Layer already exists [2023-04-25T22:44:55.095Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:55.095Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:55.360Z] main: digest: sha256:0ca9238dfe3e2b7b3d98c92802ed49d47eeff982f33370ee844e4ed9db9986cc size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:44:55.414Z] ===================================================== [Pipeline] echo [2023-04-25T22:44:55.425Z] taggedImages: [2023-04-25T22:44:55.425Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:44:55.425Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-04-25T22:44:55.425Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.138 [2023-04-25T22:44:55.425Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:44:55.425Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-04-25T22:44:55.447Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-04-25T22:44:55.447Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:44:55.447Z] latest [2023-04-25T22:44:55.447Z] 3.0.0-dev.138 [2023-04-25T22:44:55.447Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:44:55.447Z] main [2023-04-25T22:44:55.447Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:55.781Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:44:56.114Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:44:56.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-25T22:44:56.114Z] 1a2c62f4f1f2: Preparing [2023-04-25T22:44:56.114Z] 1257af9e8950: Preparing [2023-04-25T22:44:56.114Z] 838239d44fdc: Preparing [2023-04-25T22:44:56.114Z] c9819e16d041: Preparing [2023-04-25T22:44:56.114Z] b9526df6a060: Preparing [2023-04-25T22:44:56.114Z] 26cbea5cba74: Preparing [2023-04-25T22:44:56.114Z] 26cbea5cba74: Waiting [2023-04-25T22:44:56.114Z] 838239d44fdc: Layer already exists [2023-04-25T22:44:56.114Z] b9526df6a060: Layer already exists [2023-04-25T22:44:56.114Z] c9819e16d041: Layer already exists [2023-04-25T22:44:56.114Z] 26cbea5cba74: Layer already exists [2023-04-25T22:44:56.379Z] 1a2c62f4f1f2: Pushed [2023-04-25T22:45:01.717Z] 1257af9e8950: Pushed [2023-04-25T22:45:01.717Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:ec44d0f9be041bd514487e496c0499c6bf6f77d1ead2a593af46413af91656e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:45:02.073Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:45:02.420Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-04-25T22:45:02.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-25T22:45:02.420Z] 1a2c62f4f1f2: Preparing [2023-04-25T22:45:02.420Z] 1257af9e8950: Preparing [2023-04-25T22:45:02.420Z] 838239d44fdc: Preparing [2023-04-25T22:45:02.420Z] c9819e16d041: Preparing [2023-04-25T22:45:02.420Z] b9526df6a060: Preparing [2023-04-25T22:45:02.420Z] 26cbea5cba74: Preparing [2023-04-25T22:45:02.420Z] 26cbea5cba74: Waiting [2023-04-25T22:45:02.420Z] c9819e16d041: Layer already exists [2023-04-25T22:45:02.420Z] b9526df6a060: Layer already exists [2023-04-25T22:45:02.420Z] 838239d44fdc: Layer already exists [2023-04-25T22:45:02.420Z] 1257af9e8950: Layer already exists [2023-04-25T22:45:02.420Z] 1a2c62f4f1f2: Layer already exists [2023-04-25T22:45:02.420Z] 26cbea5cba74: Layer already exists [2023-04-25T22:45:02.691Z] latest: digest: sha256:ec44d0f9be041bd514487e496c0499c6bf6f77d1ead2a593af46413af91656e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:45:03.032Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:45:03.361Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.138 [2023-04-25T22:45:03.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-25T22:45:03.361Z] 1a2c62f4f1f2: Preparing [2023-04-25T22:45:03.361Z] 1257af9e8950: Preparing [2023-04-25T22:45:03.361Z] 838239d44fdc: Preparing [2023-04-25T22:45:03.361Z] c9819e16d041: Preparing [2023-04-25T22:45:03.361Z] b9526df6a060: Preparing [2023-04-25T22:45:03.361Z] 26cbea5cba74: Preparing [2023-04-25T22:45:03.361Z] 26cbea5cba74: Waiting [2023-04-25T22:45:03.361Z] 1a2c62f4f1f2: Layer already exists [2023-04-25T22:45:03.361Z] c9819e16d041: Layer already exists [2023-04-25T22:45:03.361Z] 1257af9e8950: Layer already exists [2023-04-25T22:45:03.361Z] 838239d44fdc: Layer already exists [2023-04-25T22:45:03.361Z] b9526df6a060: Layer already exists [2023-04-25T22:45:03.361Z] 26cbea5cba74: Layer already exists [2023-04-25T22:45:03.634Z] 3.0.0-dev.138: digest: sha256:ec44d0f9be041bd514487e496c0499c6bf6f77d1ead2a593af46413af91656e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:45:03.985Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:45:05.732Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:45:05.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-25T22:45:05.732Z] 1a2c62f4f1f2: Preparing [2023-04-25T22:45:05.732Z] 1257af9e8950: Preparing [2023-04-25T22:45:05.732Z] 838239d44fdc: Preparing [2023-04-25T22:45:05.732Z] c9819e16d041: Preparing [2023-04-25T22:45:05.732Z] b9526df6a060: Preparing [2023-04-25T22:45:05.732Z] 26cbea5cba74: Preparing [2023-04-25T22:45:05.732Z] 26cbea5cba74: Waiting [2023-04-25T22:45:05.732Z] b9526df6a060: Layer already exists [2023-04-25T22:45:05.732Z] 838239d44fdc: Layer already exists [2023-04-25T22:45:05.732Z] 1a2c62f4f1f2: Layer already exists [2023-04-25T22:45:05.732Z] 1257af9e8950: Layer already exists [2023-04-25T22:45:05.732Z] c9819e16d041: Layer already exists [2023-04-25T22:45:05.732Z] 26cbea5cba74: Layer already exists [2023-04-25T22:45:05.997Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138: digest: sha256:ec44d0f9be041bd514487e496c0499c6bf6f77d1ead2a593af46413af91656e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:45:06.328Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:45:06.658Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-04-25T22:45:06.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-25T22:45:06.658Z] 1a2c62f4f1f2: Preparing [2023-04-25T22:45:06.658Z] 1257af9e8950: Preparing [2023-04-25T22:45:06.658Z] 838239d44fdc: Preparing [2023-04-25T22:45:06.658Z] c9819e16d041: Preparing [2023-04-25T22:45:06.658Z] b9526df6a060: Preparing [2023-04-25T22:45:06.658Z] 26cbea5cba74: Preparing [2023-04-25T22:45:06.658Z] b9526df6a060: Layer already exists [2023-04-25T22:45:06.658Z] 1257af9e8950: Layer already exists [2023-04-25T22:45:06.658Z] 1a2c62f4f1f2: Layer already exists [2023-04-25T22:45:06.658Z] 838239d44fdc: Layer already exists [2023-04-25T22:45:06.658Z] c9819e16d041: Layer already exists [2023-04-25T22:45:06.658Z] 26cbea5cba74: Layer already exists [2023-04-25T22:45:06.923Z] main: digest: sha256:ec44d0f9be041bd514487e496c0499c6bf6f77d1ead2a593af46413af91656e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-25T22:45:06.970Z] ===================================================== [Pipeline] echo [2023-04-25T22:45:06.977Z] taggedImages: [2023-04-25T22:45:06.977Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-25T22:45:06.977Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-04-25T22:45:06.977Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.138 [2023-04-25T22:45:06.977Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.138 [2023-04-25T22:45:06.977Z] - 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-04-25T22:45:07.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-25T22:45:07.327Z] [2023-04-25T22:45:07.327Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:45:07.652Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-25T22:45:07.652Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-25T22:45:07.652Z] 8998bd30e6a1: Pulling fs layer [2023-04-25T22:45:07.652Z] 04944245beec: Pulling fs layer [2023-04-25T22:45:07.652Z] 699f458cf7ca: Pulling fs layer [2023-04-25T22:45:07.652Z] 765212b225bb: Pulling fs layer [2023-04-25T22:45:07.652Z] f23df028b6ca: Pulling fs layer [2023-04-25T22:45:07.652Z] d65c8cfc05b1: Pulling fs layer [2023-04-25T22:45:07.652Z] 2437ff75d9bd: Pulling fs layer [2023-04-25T22:45:07.652Z] f23df028b6ca: Waiting [2023-04-25T22:45:07.652Z] d65c8cfc05b1: Waiting [2023-04-25T22:45:07.652Z] 2437ff75d9bd: Waiting [2023-04-25T22:45:07.652Z] 765212b225bb: Waiting [2023-04-25T22:45:07.919Z] 04944245beec: Verifying Checksum [2023-04-25T22:45:07.919Z] 04944245beec: Download complete [2023-04-25T22:45:07.919Z] 765212b225bb: Verifying Checksum [2023-04-25T22:45:07.919Z] 765212b225bb: Download complete [2023-04-25T22:45:07.919Z] f23df028b6ca: Verifying Checksum [2023-04-25T22:45:07.919Z] f23df028b6ca: Download complete [2023-04-25T22:45:07.919Z] d65c8cfc05b1: Verifying Checksum [2023-04-25T22:45:07.919Z] d65c8cfc05b1: Download complete [2023-04-25T22:45:08.186Z] 699f458cf7ca: Verifying Checksum [2023-04-25T22:45:08.186Z] 699f458cf7ca: Download complete [2023-04-25T22:45:08.453Z] 8998bd30e6a1: Verifying Checksum [2023-04-25T22:45:08.453Z] 8998bd30e6a1: Download complete [2023-04-25T22:45:11.044Z] 2437ff75d9bd: Verifying Checksum [2023-04-25T22:45:11.044Z] 2437ff75d9bd: Download complete [2023-04-25T22:45:12.448Z] 8998bd30e6a1: Pull complete [2023-04-25T22:45:12.717Z] 04944245beec: Pull complete [2023-04-25T22:45:14.125Z] 699f458cf7ca: Pull complete [2023-04-25T22:45:14.125Z] 765212b225bb: Pull complete [2023-04-25T22:45:14.706Z] f23df028b6ca: Pull complete [2023-04-25T22:45:14.971Z] d65c8cfc05b1: Pull complete [2023-04-25T22:45:27.257Z] 2437ff75d9bd: Pull complete [2023-04-25T22:45:27.257Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-25T22:45:27.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-25T22:45:27.257Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:45:27.453Z] prd-ubuntu20.04-docker-arm64-4c-16g-10889 does not seem to be running inside a container [2023-04-25T22:45:27.525Z] $ 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/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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-lftools-log-publisher:arm64 cat [2023-04-25T22:45:30.564Z] $ docker top 0893e4483d491101608063350236383fde40148bfaff0ddfb437aba946f73b01 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:45:31.472Z] ---> job-cost.sh [2023-04-25T22:45:31.472Z] lf-activate-venv: SKIPPING [2023-04-25T22:45:31.472Z] INFO: No Stack... [2023-04-25T22:45:31.737Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-25T22:45:32.693Z] INFO: Archiving Costs [Pipeline] sh [2023-04-25T22:45:33.323Z] + cut -d, -f6 [2023-04-25T22:45:33.323Z] + cat /w/workspace/edgex-go/500/archives/cost.csv [Pipeline] lock [2023-04-25T22:45:33.391Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-500-stack-cost] [2023-04-25T22:45:33.396Z] Resource [jenkins-edgexfoundry-edgex-go-main-500-stack-cost] did not exist. Created. [2023-04-25T22:45:33.396Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-500-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-25T22:45:34.032Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-25T22:45:34.635Z] Stashed 1 file(s) [Pipeline] } [2023-04-25T22:45:34.648Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-500-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-25T22:45:34.690Z] $ docker stop --time=1 0893e4483d491101608063350236383fde40148bfaff0ddfb437aba946f73b01 [2023-04-25T22:45:36.215Z] $ docker rm -f --volumes 0893e4483d491101608063350236383fde40148bfaff0ddfb437aba946f73b01 [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-04-25T22:45:36.685Z] provisioning config files... [2023-04-25T22:45:36.693Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/500@tmp/config7780011376487946470tmp [Pipeline] { [Pipeline] sh [2023-04-25T22:45:36.987Z] + set +x [2023-04-25T22:45:36.987Z] + curl -s https://codecov.io/bash [2023-04-25T22:45:36.987Z] + bash -s -- [2023-04-25T22:45:36.987Z] [2023-04-25T22:45:36.987Z] _____ _ [2023-04-25T22:45:36.987Z] / ____| | | [2023-04-25T22:45:36.987Z] | | ___ __| | ___ ___ _____ __ [2023-04-25T22:45:36.987Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-25T22:45:36.987Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-25T22:45:36.987Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-25T22:45:36.987Z] Bash-1.0.6 [2023-04-25T22:45:36.987Z] [2023-04-25T22:45:36.987Z] [2023-04-25T22:45:36.987Z] ==> git version 2.25.1 found [2023-04-25T22:45:36.987Z] ==> 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-04-25T22:45:36.987Z] Release-Date: 2020-01-08 [2023-04-25T22:45:36.987Z] 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-04-25T22:45:36.987Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-25T22:45:36.987Z] ==> Jenkins CI detected. [2023-04-25T22:45:36.987Z] current dir:  /w/workspace/edgex-go/500 [2023-04-25T22:45:36.987Z] project root: . [2023-04-25T22:45:36.987Z] --> token set from env [2023-04-25T22:45:36.987Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-25T22:45:36.987Z] ==> Running gcov in . (disable via -X gcov) [2023-04-25T22:45:36.987Z] ==> Python coveragepy not found [2023-04-25T22:45:36.987Z] ==> Searching for coverage reports in: [2023-04-25T22:45:36.987Z] + . [2023-04-25T22:45:37.247Z] -> Found 1 reports [2023-04-25T22:45:37.247Z] ==> Detecting git/mercurial file structure [2023-04-25T22:45:37.247Z] ==> Reading reports [2023-04-25T22:45:37.247Z] + ./coverage.out bytes=448248 [2023-04-25T22:45:37.247Z] ==> Appending adjustments [2023-04-25T22:45:37.247Z] https://docs.codecov.io/docs/fixing-reports [2023-04-25T22:45:38.180Z] + Found adjustments [2023-04-25T22:45:38.180Z] ==> Gzipping contents [2023-04-25T22:45:38.180Z] 60K /tmp/codecov.N9PJlR.gz [2023-04-25T22:45:38.180Z] ==> Uploading reports [2023-04-25T22:45:38.180Z] url: https://codecov.io [2023-04-25T22:45:38.180Z] query: branch=main&commit=50d4b1035dfa4399e59f9a653307c5f6e2ab238e&build=500&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F500%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-25T22:45:38.180Z] -> Pinging Codecov [2023-04-25T22:45:38.180Z] 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=50d4b1035dfa4399e59f9a653307c5f6e2ab238e&build=500&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F500%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-25T22:45:38.439Z] -> Uploading to [2023-04-25T22:45:38.439Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-25/00271124DB129430A58F1EEE437C3FCB/50d4b1035dfa4399e59f9a653307c5f6e2ab238e/ca1ceb1e-b429-4659-b875-7df08864a8e5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230425%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230425T224538Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5c78efb7ed6f988f9d1418e13bc52ca0e0c1b195bf5a11afe4688885ea10e31f [2023-04-25T22:45:38.439Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-25T22:45:38.439Z] Dload Upload Total Spent Left Speed [2023-04-25T22:45:38.700Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57541 0 0 100 57541 0 276k --:--:-- --:--:-- --:--:-- 276k 100 57541 0 0 100 57541 0 256k --:--:-- --:--:-- --:--:-- 255k [2023-04-25T22:45:38.700Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [2023-04-25T22:45:38.706Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-04-25T22:45:38.952Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-04-25T22:45:38.969Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:45:39.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-25T22:45:39.262Z] [2023-04-25T22:45:39.262Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:45:39.561Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-25T22:45:39.561Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-04-25T22:45:39.561Z] df9b9388f04a: Pulling fs layer [2023-04-25T22:45:39.561Z] 52dc419b0ee2: Pulling fs layer [2023-04-25T22:45:39.561Z] 25bc292e5bac: Pulling fs layer [2023-04-25T22:45:39.561Z] 114826534d7a: Pulling fs layer [2023-04-25T22:45:39.561Z] 4657fd5d0bcf: Pulling fs layer [2023-04-25T22:45:39.561Z] 6ad1cebc031e: Pulling fs layer [2023-04-25T22:45:39.561Z] 8a3aa393b2d8: Pulling fs layer [2023-04-25T22:45:39.561Z] 114826534d7a: Waiting [2023-04-25T22:45:39.561Z] 4657fd5d0bcf: Waiting [2023-04-25T22:45:39.561Z] 6ad1cebc031e: Waiting [2023-04-25T22:45:39.561Z] 8a3aa393b2d8: Waiting [2023-04-25T22:45:39.561Z] 25bc292e5bac: Verifying Checksum [2023-04-25T22:45:39.561Z] 25bc292e5bac: Download complete [2023-04-25T22:45:39.561Z] 52dc419b0ee2: Verifying Checksum [2023-04-25T22:45:39.561Z] 52dc419b0ee2: Download complete [2023-04-25T22:45:39.561Z] 4657fd5d0bcf: Verifying Checksum [2023-04-25T22:45:39.561Z] 4657fd5d0bcf: Download complete [2023-04-25T22:45:39.561Z] df9b9388f04a: Download complete [2023-04-25T22:45:39.822Z] 6ad1cebc031e: Verifying Checksum [2023-04-25T22:45:39.822Z] 6ad1cebc031e: Download complete [2023-04-25T22:45:39.822Z] df9b9388f04a: Pull complete [2023-04-25T22:45:39.822Z] 52dc419b0ee2: Pull complete [2023-04-25T22:45:40.081Z] 25bc292e5bac: Pull complete [2023-04-25T22:45:40.340Z] 114826534d7a: Verifying Checksum [2023-04-25T22:45:40.340Z] 114826534d7a: Download complete [2023-04-25T22:45:40.340Z] 8a3aa393b2d8: Verifying Checksum [2023-04-25T22:45:40.340Z] 8a3aa393b2d8: Download complete [2023-04-25T22:45:43.623Z] 114826534d7a: Pull complete [2023-04-25T22:45:43.623Z] 4657fd5d0bcf: Pull complete [2023-04-25T22:45:44.189Z] 6ad1cebc031e: Pull complete [2023-04-25T22:45:46.713Z] 8a3aa393b2d8: Pull complete [2023-04-25T22:45:46.713Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-04-25T22:45:46.713Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-25T22:45:46.713Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:45:46.797Z] prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container [2023-04-25T22:45:46.832Z] $ 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/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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-snyk-go:1.410.4 cat [2023-04-25T22:45:51.097Z] $ docker top 96cc60d8503ac8e52d6974e1a20dc18203ca463c63ecf30e16198fba362c30cc -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-25T22:45:51.160Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-04-25T22:45:51.445Z] + set -o pipefail [2023-04-25T22:45:51.445Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-04-25T22:45:59.580Z] [2023-04-25T22:45:59.580Z] Monitoring /w/workspace/edgex-go/500 (github.com/edgexfoundry/edgex-go)... [2023-04-25T22:45:59.580Z] [2023-04-25T22:45:59.580Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/13df1bc4-4ee5-41ed-a99b-1966777e7b5b [2023-04-25T22:45:59.580Z] [2023-04-25T22:45:59.580Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-04-25T22:45:59.580Z] [2023-04-25T22:45:59.580Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-04-25T22:45:59.580Z] [2023-04-25T22:45:59.580Z] [2023-04-25T22:45:59.580Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-04-25T22:45:59.580Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-04-25T22:45:59.580Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-04-25T22:45:59.596Z] $ docker stop --time=1 96cc60d8503ac8e52d6974e1a20dc18203ca463c63ecf30e16198fba362c30cc [2023-04-25T22:46:02.793Z] $ docker rm -f --volumes 96cc60d8503ac8e52d6974e1a20dc18203ca463c63ecf30e16198fba362c30cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-04-25T22:46:03.151Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-25T22:46:03.161Z] provisioning config files... [2023-04-25T22:46:03.168Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/500@tmp/config13349742200551908181tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:46:03.461Z] --> edgex-publish-swagger.sh [2023-04-25T22:46:03.461Z] === Publish openapi/v3 API === [2023-04-25T22:46:03.461Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-04-25T22:46:03.461Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/500/openapi/v3/core-command.yaml] [2023-04-25T22:46:03.461Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-25T22:46:03.461Z] Dload Upload Total Spent Left Speed [2023-04-25T22:46:04.027Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 129k --:--:-- --:--:-- --:--:-- 128k 100 29030 0 0 100 29030 0 50399 --:--:-- --:--:-- --:--:-- 50311 [2023-04-25T22:46:04.027Z] [2023-04-25T22:46:04.027Z] [2023-04-25T22:46:04.027Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/500/openapi/v3/core-data.yaml] [2023-04-25T22:46:04.027Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-25T22:46:04.027Z] Dload Upload Total Spent Left Speed [2023-04-25T22:46:04.596Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 133k --:--:-- --:--:-- --:--:-- 133k [2023-04-25T22:46:04.596Z] [2023-04-25T22:46:04.596Z] [2023-04-25T22:46:04.596Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/500/openapi/v3/core-metadata.yaml] [2023-04-25T22:46:04.596Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-25T22:46:04.596Z] Dload Upload Total Spent Left Speed [2023-04-25T22:46:05.165Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 219k --:--:-- --:--:-- --:--:-- 219k [2023-04-25T22:46:05.165Z] [2023-04-25T22:46:05.165Z] [2023-04-25T22:46:05.165Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/500/openapi/v3/support-notifications.yaml] [2023-04-25T22:46:05.165Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-25T22:46:05.165Z] Dload Upload Total Spent Left Speed [2023-04-25T22:46:05.734Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 162k --:--:-- --:--:-- --:--:-- 162k 100 86965 0 0 100 86965 0 162k --:--:-- --:--:-- --:--:-- 162k [2023-04-25T22:46:05.734Z] [2023-04-25T22:46:05.734Z] [2023-04-25T22:46:05.734Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/500/openapi/v3/support-scheduler.yaml] [2023-04-25T22:46:05.734Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-25T22:46:05.734Z] Dload Upload Total Spent Left Speed [2023-04-25T22:46:06.301Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 71426 --:--:-- --:--:-- --:--:-- 71426 [2023-04-25T22:46:06.301Z] [2023-04-25T22:46:06.301Z] [Pipeline] } [2023-04-25T22:46:06.308Z] 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-04-25T22:46:06.707Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-25T22:46:06.707Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:46:07.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-25T22:46:07.009Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:46:07.094Z] prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container [2023-04-25T22:46:07.130Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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/py-git-semver:0.1.4 cat [2023-04-25T22:46:07.561Z] $ docker top 9e17348dd615f1a392078bff0b681a83bd5d6d1cea5add9610e68e42c04330f6 -eo pid,comm [2023-04-25T22:46:07.604Z] 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-04-25T22:46:07.604Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-25T22:46:07.628Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v3.0.0-dev.137' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-25T22:46:07.914Z] + git semver [Pipeline] } [2023-04-25T22:46:08.187Z] $ docker stop --time=1 9e17348dd615f1a392078bff0b681a83bd5d6d1cea5add9610e68e42c04330f6 [2023-04-25T22:46:09.499Z] $ docker rm -f --volumes 9e17348dd615f1a392078bff0b681a83bd5d6d1cea5add9610e68e42c04330f6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:46:09.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-25T22:46:09.868Z] [2023-04-25T22:46:09.868Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:46:10.159Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-25T22:46:10.159Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-04-25T22:46:10.159Z] ab5ef0e58194: Pulling fs layer [2023-04-25T22:46:10.159Z] 9712f1f96733: Pulling fs layer [2023-04-25T22:46:10.159Z] 63f879dbbcfc: Pulling fs layer [2023-04-25T22:46:10.159Z] 0d9ebad4ef96: Pulling fs layer [2023-04-25T22:46:10.159Z] e9a5061849ea: Pulling fs layer [2023-04-25T22:46:10.159Z] d747dcd14b5f: Pulling fs layer [2023-04-25T22:46:10.159Z] 2de7ff778b66: Pulling fs layer [2023-04-25T22:46:10.159Z] d747dcd14b5f: Waiting [2023-04-25T22:46:10.159Z] 2de7ff778b66: Waiting [2023-04-25T22:46:10.159Z] e9a5061849ea: Waiting [2023-04-25T22:46:10.159Z] 9712f1f96733: Verifying Checksum [2023-04-25T22:46:10.159Z] 9712f1f96733: Download complete [2023-04-25T22:46:10.419Z] 63f879dbbcfc: Verifying Checksum [2023-04-25T22:46:10.419Z] 63f879dbbcfc: Download complete [2023-04-25T22:46:10.678Z] e9a5061849ea: Verifying Checksum [2023-04-25T22:46:10.678Z] e9a5061849ea: Download complete [2023-04-25T22:46:10.678Z] d747dcd14b5f: Verifying Checksum [2023-04-25T22:46:10.678Z] d747dcd14b5f: Download complete [2023-04-25T22:46:10.678Z] 0d9ebad4ef96: Verifying Checksum [2023-04-25T22:46:10.678Z] 0d9ebad4ef96: Download complete [2023-04-25T22:46:10.678Z] ab5ef0e58194: Verifying Checksum [2023-04-25T22:46:10.678Z] ab5ef0e58194: Download complete [2023-04-25T22:46:10.678Z] 2de7ff778b66: Verifying Checksum [2023-04-25T22:46:10.678Z] 2de7ff778b66: Download complete [2023-04-25T22:46:13.957Z] ab5ef0e58194: Pull complete [2023-04-25T22:46:13.957Z] 9712f1f96733: Pull complete [2023-04-25T22:46:14.215Z] 63f879dbbcfc: Pull complete [2023-04-25T22:46:17.494Z] 0d9ebad4ef96: Pull complete [2023-04-25T22:46:17.751Z] e9a5061849ea: Pull complete [2023-04-25T22:46:18.008Z] d747dcd14b5f: Pull complete [2023-04-25T22:46:18.939Z] 2de7ff778b66: Pull complete [2023-04-25T22:46:18.939Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-04-25T22:46:18.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-25T22:46:18.939Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:46:19.014Z] prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container [2023-04-25T22:46:19.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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:0.23.1-centos7 cat [2023-04-25T22:46:24.135Z] $ docker top aa4bd6ec1672a325564b7cb83ad5fbd6121b65c618c714fde395b4fcad74b9c2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-04-25T22:46:24.202Z] provisioning config files... [2023-04-25T22:46:24.208Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/500@tmp/config4108985460375834131tmp [2023-04-25T22:46:24.216Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/500@tmp/config6431933322926271343tmp [2023-04-25T22:46:24.224Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/500@tmp/config16176406101671822555tmp [Pipeline] { [Pipeline] echo [2023-04-25T22:46:24.239Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:46:24.521Z] ---> sigul-configuration.sh [2023-04-25T22:46:24.521Z] gpg: directory `/root/.gnupg' created [2023-04-25T22:46:24.521Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-04-25T22:46:24.522Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-04-25T22:46:24.522Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-04-25T22:46:24.522Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-04-25T22:46:24.522Z] gpg: CAST5 encrypted data [2023-04-25T22:46:24.522Z] gpg: encrypted with 1 passphrase [2023-04-25T22:46:24.522Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-04-25T22:46:24.805Z] + mkdir /home/jenkins [2023-04-25T22:46:24.805Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-04-25T22:46:25.089Z] + 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-04-25T22:46:25.098Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:46:25.378Z] ---> sigul-install.sh [2023-04-25T22:46:25.378Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-04-25T22:46:25.660Z] + git tag --list [2023-04-25T22:46:25.660Z] 0.6.0 [2023-04-25T22:46:25.660Z] 0.6.1 [2023-04-25T22:46:25.660Z] 0.7.0 [2023-04-25T22:46:25.660Z] 0.7.1 [2023-04-25T22:46:25.660Z] v1.0.0 [2023-04-25T22:46:25.660Z] v1.0.1 [2023-04-25T22:46:25.660Z] v1.1.0 [2023-04-25T22:46:25.660Z] v1.2.0 [2023-04-25T22:46:25.660Z] v1.2.1 [2023-04-25T22:46:25.660Z] v1.3.0 [2023-04-25T22:46:25.660Z] v1.3.1 [2023-04-25T22:46:25.660Z] v2.0.0 [2023-04-25T22:46:25.660Z] v2.1.0 [2023-04-25T22:46:25.660Z] v2.1.1 [2023-04-25T22:46:25.660Z] v2.1.1-dev.1 [2023-04-25T22:46:25.660Z] v2.1.1-dev.2 [2023-04-25T22:46:25.660Z] v2.1.1-dev.3 [2023-04-25T22:46:25.660Z] v2.1.1-dev.4 [2023-04-25T22:46:25.660Z] v2.1.1-dev.5 [2023-04-25T22:46:25.660Z] v2.1.1-dev.6 [2023-04-25T22:46:25.660Z] v2.1.1-dev.7 [2023-04-25T22:46:25.660Z] v2.1.1-dev.8 [2023-04-25T22:46:25.660Z] v2.1.2-dev.1 [2023-04-25T22:46:25.660Z] v2.2.0 [2023-04-25T22:46:25.660Z] v2.2.1-dev.1 [2023-04-25T22:46:25.660Z] v2.2.1-dev.10 [2023-04-25T22:46:25.660Z] v2.2.1-dev.11 [2023-04-25T22:46:25.660Z] v2.2.1-dev.12 [2023-04-25T22:46:25.660Z] v2.2.1-dev.13 [2023-04-25T22:46:25.660Z] v2.2.1-dev.14 [2023-04-25T22:46:25.660Z] v2.2.1-dev.15 [2023-04-25T22:46:25.660Z] v2.2.1-dev.16 [2023-04-25T22:46:25.660Z] v2.2.1-dev.17 [2023-04-25T22:46:25.660Z] v2.2.1-dev.18 [2023-04-25T22:46:25.660Z] v2.2.1-dev.19 [2023-04-25T22:46:25.660Z] v2.2.1-dev.2 [2023-04-25T22:46:25.660Z] v2.2.1-dev.20 [2023-04-25T22:46:25.660Z] v2.2.1-dev.21 [2023-04-25T22:46:25.660Z] v2.2.1-dev.22 [2023-04-25T22:46:25.660Z] v2.2.1-dev.23 [2023-04-25T22:46:25.660Z] v2.2.1-dev.24 [2023-04-25T22:46:25.660Z] v2.2.1-dev.25 [2023-04-25T22:46:25.660Z] v2.2.1-dev.26 [2023-04-25T22:46:25.660Z] v2.2.1-dev.27 [2023-04-25T22:46:25.660Z] v2.2.1-dev.28 [2023-04-25T22:46:25.660Z] v2.2.1-dev.29 [2023-04-25T22:46:25.660Z] v2.2.1-dev.3 [2023-04-25T22:46:25.660Z] v2.2.1-dev.4 [2023-04-25T22:46:25.660Z] v2.2.1-dev.5 [2023-04-25T22:46:25.660Z] v2.2.1-dev.6 [2023-04-25T22:46:25.660Z] v2.2.1-dev.7 [2023-04-25T22:46:25.660Z] v2.2.1-dev.8 [2023-04-25T22:46:25.660Z] v2.2.1-dev.9 [2023-04-25T22:46:25.660Z] v2.3.0 [2023-04-25T22:46:25.660Z] v2.3.0-dev.100 [2023-04-25T22:46:25.660Z] v2.3.0-dev.101 [2023-04-25T22:46:25.660Z] v2.3.0-dev.102 [2023-04-25T22:46:25.660Z] v2.3.0-dev.103 [2023-04-25T22:46:25.660Z] v2.3.0-dev.104 [2023-04-25T22:46:25.660Z] v2.3.0-dev.105 [2023-04-25T22:46:25.660Z] v2.3.0-dev.106 [2023-04-25T22:46:25.660Z] v2.3.0-dev.29 [2023-04-25T22:46:25.660Z] v2.3.0-dev.30 [2023-04-25T22:46:25.660Z] v2.3.0-dev.31 [2023-04-25T22:46:25.660Z] v2.3.0-dev.32 [2023-04-25T22:46:25.660Z] v2.3.0-dev.33 [2023-04-25T22:46:25.660Z] v2.3.0-dev.34 [2023-04-25T22:46:25.660Z] v2.3.0-dev.35 [2023-04-25T22:46:25.660Z] v2.3.0-dev.36 [2023-04-25T22:46:25.660Z] v2.3.0-dev.37 [2023-04-25T22:46:25.660Z] v2.3.0-dev.38 [2023-04-25T22:46:25.660Z] v2.3.0-dev.39 [2023-04-25T22:46:25.660Z] v2.3.0-dev.40 [2023-04-25T22:46:25.660Z] v2.3.0-dev.41 [2023-04-25T22:46:25.660Z] v2.3.0-dev.42 [2023-04-25T22:46:25.660Z] v2.3.0-dev.43 [2023-04-25T22:46:25.660Z] v2.3.0-dev.44 [2023-04-25T22:46:25.660Z] v2.3.0-dev.45 [2023-04-25T22:46:25.660Z] v2.3.0-dev.46 [2023-04-25T22:46:25.660Z] v2.3.0-dev.47 [2023-04-25T22:46:25.660Z] v2.3.0-dev.48 [2023-04-25T22:46:25.660Z] v2.3.0-dev.49 [2023-04-25T22:46:25.660Z] v2.3.0-dev.50 [2023-04-25T22:46:25.660Z] v2.3.0-dev.51 [2023-04-25T22:46:25.660Z] v2.3.0-dev.52 [2023-04-25T22:46:25.660Z] v2.3.0-dev.53 [2023-04-25T22:46:25.660Z] v2.3.0-dev.54 [2023-04-25T22:46:25.660Z] v2.3.0-dev.55 [2023-04-25T22:46:25.660Z] v2.3.0-dev.56 [2023-04-25T22:46:25.660Z] v2.3.0-dev.57 [2023-04-25T22:46:25.660Z] v2.3.0-dev.58 [2023-04-25T22:46:25.660Z] v2.3.0-dev.59 [2023-04-25T22:46:25.660Z] v2.3.0-dev.60 [2023-04-25T22:46:25.660Z] v2.3.0-dev.61 [2023-04-25T22:46:25.660Z] v2.3.0-dev.62 [2023-04-25T22:46:25.660Z] v2.3.0-dev.63 [2023-04-25T22:46:25.660Z] v2.3.0-dev.64 [2023-04-25T22:46:25.660Z] v2.3.0-dev.65 [2023-04-25T22:46:25.660Z] v2.3.0-dev.66 [2023-04-25T22:46:25.660Z] v2.3.0-dev.67 [2023-04-25T22:46:25.660Z] v2.3.0-dev.68 [2023-04-25T22:46:25.660Z] v2.3.0-dev.69 [2023-04-25T22:46:25.660Z] v2.3.0-dev.70 [2023-04-25T22:46:25.660Z] v2.3.0-dev.71 [2023-04-25T22:46:25.660Z] v2.3.0-dev.72 [2023-04-25T22:46:25.660Z] v2.3.0-dev.73 [2023-04-25T22:46:25.660Z] v2.3.0-dev.74 [2023-04-25T22:46:25.660Z] v2.3.0-dev.75 [2023-04-25T22:46:25.660Z] v2.3.0-dev.76 [2023-04-25T22:46:25.660Z] v2.3.0-dev.77 [2023-04-25T22:46:25.660Z] v2.3.0-dev.78 [2023-04-25T22:46:25.660Z] v2.3.0-dev.79 [2023-04-25T22:46:25.660Z] v2.3.0-dev.80 [2023-04-25T22:46:25.660Z] v2.3.0-dev.81 [2023-04-25T22:46:25.660Z] v2.3.0-dev.82 [2023-04-25T22:46:25.660Z] v2.3.0-dev.83 [2023-04-25T22:46:25.660Z] v2.3.0-dev.84 [2023-04-25T22:46:25.660Z] v2.3.0-dev.85 [2023-04-25T22:46:25.660Z] v2.3.0-dev.86 [2023-04-25T22:46:25.660Z] v2.3.0-dev.87 [2023-04-25T22:46:25.660Z] v2.3.0-dev.88 [2023-04-25T22:46:25.660Z] v2.3.0-dev.89 [2023-04-25T22:46:25.660Z] v2.3.0-dev.90 [2023-04-25T22:46:25.660Z] v2.3.0-dev.91 [2023-04-25T22:46:25.660Z] v2.3.0-dev.92 [2023-04-25T22:46:25.660Z] v2.3.0-dev.93 [2023-04-25T22:46:25.660Z] v2.3.0-dev.94 [2023-04-25T22:46:25.660Z] v2.3.0-dev.95 [2023-04-25T22:46:25.660Z] v2.3.0-dev.96 [2023-04-25T22:46:25.660Z] v2.3.0-dev.97 [2023-04-25T22:46:25.660Z] v2.3.0-dev.98 [2023-04-25T22:46:25.660Z] v2.3.0-dev.99 [2023-04-25T22:46:25.660Z] v2.3.1-dev.1 [2023-04-25T22:46:25.660Z] v2.3.1-dev.2 [2023-04-25T22:46:25.660Z] v2.3.1-dev.3 [2023-04-25T22:46:25.660Z] v2.3.1-dev.4 [2023-04-25T22:46:25.660Z] v2.3.1-dev.5 [2023-04-25T22:46:25.660Z] v3.0.0-dev.1 [2023-04-25T22:46:25.660Z] v3.0.0-dev.10 [2023-04-25T22:46:25.660Z] v3.0.0-dev.100 [2023-04-25T22:46:25.660Z] v3.0.0-dev.101 [2023-04-25T22:46:25.660Z] v3.0.0-dev.102 [2023-04-25T22:46:25.660Z] v3.0.0-dev.103 [2023-04-25T22:46:25.660Z] v3.0.0-dev.104 [2023-04-25T22:46:25.660Z] v3.0.0-dev.105 [2023-04-25T22:46:25.660Z] v3.0.0-dev.106 [2023-04-25T22:46:25.660Z] v3.0.0-dev.107 [2023-04-25T22:46:25.660Z] v3.0.0-dev.108 [2023-04-25T22:46:25.660Z] v3.0.0-dev.109 [2023-04-25T22:46:25.660Z] v3.0.0-dev.11 [2023-04-25T22:46:25.660Z] v3.0.0-dev.110 [2023-04-25T22:46:25.660Z] v3.0.0-dev.111 [2023-04-25T22:46:25.660Z] v3.0.0-dev.112 [2023-04-25T22:46:25.660Z] v3.0.0-dev.113 [2023-04-25T22:46:25.660Z] v3.0.0-dev.114 [2023-04-25T22:46:25.660Z] v3.0.0-dev.115 [2023-04-25T22:46:25.660Z] v3.0.0-dev.116 [2023-04-25T22:46:25.660Z] v3.0.0-dev.117 [2023-04-25T22:46:25.660Z] v3.0.0-dev.118 [2023-04-25T22:46:25.660Z] v3.0.0-dev.119 [2023-04-25T22:46:25.660Z] v3.0.0-dev.12 [2023-04-25T22:46:25.660Z] v3.0.0-dev.120 [2023-04-25T22:46:25.660Z] v3.0.0-dev.121 [2023-04-25T22:46:25.660Z] v3.0.0-dev.122 [2023-04-25T22:46:25.660Z] v3.0.0-dev.123 [2023-04-25T22:46:25.660Z] v3.0.0-dev.124 [2023-04-25T22:46:25.660Z] v3.0.0-dev.125 [2023-04-25T22:46:25.660Z] v3.0.0-dev.126 [2023-04-25T22:46:25.660Z] v3.0.0-dev.127 [2023-04-25T22:46:25.660Z] v3.0.0-dev.128 [2023-04-25T22:46:25.660Z] v3.0.0-dev.129 [2023-04-25T22:46:25.660Z] v3.0.0-dev.13 [2023-04-25T22:46:25.660Z] v3.0.0-dev.130 [2023-04-25T22:46:25.660Z] v3.0.0-dev.131 [2023-04-25T22:46:25.660Z] v3.0.0-dev.132 [2023-04-25T22:46:25.660Z] v3.0.0-dev.133 [2023-04-25T22:46:25.660Z] v3.0.0-dev.134 [2023-04-25T22:46:25.660Z] v3.0.0-dev.135 [2023-04-25T22:46:25.660Z] v3.0.0-dev.136 [2023-04-25T22:46:25.660Z] v3.0.0-dev.137 [2023-04-25T22:46:25.660Z] v3.0.0-dev.14 [2023-04-25T22:46:25.660Z] v3.0.0-dev.15 [2023-04-25T22:46:25.660Z] v3.0.0-dev.16 [2023-04-25T22:46:25.660Z] v3.0.0-dev.17 [2023-04-25T22:46:25.660Z] v3.0.0-dev.18 [2023-04-25T22:46:25.660Z] v3.0.0-dev.19 [2023-04-25T22:46:25.660Z] v3.0.0-dev.2 [2023-04-25T22:46:25.660Z] v3.0.0-dev.20 [2023-04-25T22:46:25.660Z] v3.0.0-dev.21 [2023-04-25T22:46:25.660Z] v3.0.0-dev.22 [2023-04-25T22:46:25.660Z] v3.0.0-dev.23 [2023-04-25T22:46:25.660Z] v3.0.0-dev.24 [2023-04-25T22:46:25.660Z] v3.0.0-dev.25 [2023-04-25T22:46:25.660Z] v3.0.0-dev.26 [2023-04-25T22:46:25.660Z] v3.0.0-dev.27 [2023-04-25T22:46:25.660Z] v3.0.0-dev.28 [2023-04-25T22:46:25.660Z] v3.0.0-dev.29 [2023-04-25T22:46:25.660Z] v3.0.0-dev.3 [2023-04-25T22:46:25.660Z] v3.0.0-dev.30 [2023-04-25T22:46:25.660Z] v3.0.0-dev.31 [2023-04-25T22:46:25.660Z] v3.0.0-dev.32 [2023-04-25T22:46:25.660Z] v3.0.0-dev.33 [2023-04-25T22:46:25.660Z] v3.0.0-dev.34 [2023-04-25T22:46:25.660Z] v3.0.0-dev.35 [2023-04-25T22:46:25.660Z] v3.0.0-dev.36 [2023-04-25T22:46:25.660Z] v3.0.0-dev.37 [2023-04-25T22:46:25.660Z] v3.0.0-dev.38 [2023-04-25T22:46:25.660Z] v3.0.0-dev.39 [2023-04-25T22:46:25.660Z] v3.0.0-dev.4 [2023-04-25T22:46:25.660Z] v3.0.0-dev.40 [2023-04-25T22:46:25.660Z] v3.0.0-dev.41 [2023-04-25T22:46:25.660Z] v3.0.0-dev.42 [2023-04-25T22:46:25.660Z] v3.0.0-dev.43 [2023-04-25T22:46:25.660Z] v3.0.0-dev.44 [2023-04-25T22:46:25.660Z] v3.0.0-dev.45 [2023-04-25T22:46:25.660Z] v3.0.0-dev.46 [2023-04-25T22:46:25.660Z] v3.0.0-dev.47 [2023-04-25T22:46:25.660Z] v3.0.0-dev.48 [2023-04-25T22:46:25.660Z] v3.0.0-dev.49 [2023-04-25T22:46:25.660Z] v3.0.0-dev.5 [2023-04-25T22:46:25.660Z] v3.0.0-dev.50 [2023-04-25T22:46:25.660Z] v3.0.0-dev.51 [2023-04-25T22:46:25.660Z] v3.0.0-dev.52 [2023-04-25T22:46:25.660Z] v3.0.0-dev.53 [2023-04-25T22:46:25.660Z] v3.0.0-dev.54 [2023-04-25T22:46:25.660Z] v3.0.0-dev.55 [2023-04-25T22:46:25.661Z] v3.0.0-dev.56 [2023-04-25T22:46:25.661Z] v3.0.0-dev.57 [2023-04-25T22:46:25.661Z] v3.0.0-dev.58 [2023-04-25T22:46:25.661Z] v3.0.0-dev.59 [2023-04-25T22:46:25.661Z] v3.0.0-dev.6 [2023-04-25T22:46:25.661Z] v3.0.0-dev.60 [2023-04-25T22:46:25.661Z] v3.0.0-dev.61 [2023-04-25T22:46:25.661Z] v3.0.0-dev.62 [2023-04-25T22:46:25.661Z] v3.0.0-dev.63 [2023-04-25T22:46:25.661Z] v3.0.0-dev.64 [2023-04-25T22:46:25.661Z] v3.0.0-dev.65 [2023-04-25T22:46:25.661Z] v3.0.0-dev.66 [2023-04-25T22:46:25.661Z] v3.0.0-dev.67 [2023-04-25T22:46:25.661Z] v3.0.0-dev.68 [2023-04-25T22:46:25.661Z] v3.0.0-dev.69 [2023-04-25T22:46:25.661Z] v3.0.0-dev.7 [2023-04-25T22:46:25.661Z] v3.0.0-dev.70 [2023-04-25T22:46:25.661Z] v3.0.0-dev.71 [2023-04-25T22:46:25.661Z] v3.0.0-dev.72 [2023-04-25T22:46:25.661Z] v3.0.0-dev.73 [2023-04-25T22:46:25.661Z] v3.0.0-dev.74 [2023-04-25T22:46:25.661Z] v3.0.0-dev.75 [2023-04-25T22:46:25.661Z] v3.0.0-dev.76 [2023-04-25T22:46:25.661Z] v3.0.0-dev.77 [2023-04-25T22:46:25.661Z] v3.0.0-dev.78 [2023-04-25T22:46:25.661Z] v3.0.0-dev.79 [2023-04-25T22:46:25.661Z] v3.0.0-dev.8 [2023-04-25T22:46:25.661Z] v3.0.0-dev.80 [2023-04-25T22:46:25.661Z] v3.0.0-dev.81 [2023-04-25T22:46:25.661Z] v3.0.0-dev.82 [2023-04-25T22:46:25.661Z] v3.0.0-dev.83 [2023-04-25T22:46:25.661Z] v3.0.0-dev.84 [2023-04-25T22:46:25.661Z] v3.0.0-dev.85 [2023-04-25T22:46:25.661Z] v3.0.0-dev.86 [2023-04-25T22:46:25.661Z] v3.0.0-dev.87 [2023-04-25T22:46:25.661Z] v3.0.0-dev.88 [2023-04-25T22:46:25.661Z] v3.0.0-dev.89 [2023-04-25T22:46:25.661Z] v3.0.0-dev.9 [2023-04-25T22:46:25.661Z] v3.0.0-dev.90 [2023-04-25T22:46:25.661Z] v3.0.0-dev.91 [2023-04-25T22:46:25.661Z] v3.0.0-dev.92 [2023-04-25T22:46:25.661Z] v3.0.0-dev.93 [2023-04-25T22:46:25.661Z] v3.0.0-dev.94 [2023-04-25T22:46:25.661Z] v3.0.0-dev.95 [2023-04-25T22:46:25.661Z] v3.0.0-dev.96 [2023-04-25T22:46:25.661Z] v3.0.0-dev.97 [2023-04-25T22:46:25.661Z] v3.0.0-dev.98 [2023-04-25T22:46:25.661Z] v3.0.0-dev.99 [Pipeline] sh [2023-04-25T22:46:25.948Z] + lftools sign git-tag v3.0.0-dev.138 [2023-04-25T22:46:26.516Z] Signing Git tag with Sigul... [2023-04-25T22:46:26.516Z] Signing v3.0.0-dev.138 [2023-04-25T22:46:26.516Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v3.0.0-dev.138'], return code 1, stdout , stderr [Pipeline] echo [2023-04-25T22:46:26.524Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:46:26.808Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-04-25T22:46:26.816Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-04-25T22:46:26.836Z] $ docker stop --time=1 aa4bd6ec1672a325564b7cb83ad5fbd6121b65c618c714fde395b4fcad74b9c2 [2023-04-25T22:46:28.125Z] $ docker rm -f --volumes aa4bd6ec1672a325564b7cb83ad5fbd6121b65c618c714fde395b4fcad74b9c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-04-25T22:46:28.529Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-25T22:46:28.529Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:46:28.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-25T22:46:28.831Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:46:28.903Z] prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container [2023-04-25T22:46:28.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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/py-git-semver:0.1.4 cat [2023-04-25T22:46:29.245Z] $ docker top 49262444cbf83be4ee3e41911591a4f8c9b0e194115c29f159ea154cacc87636 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-25T22:46:29.314Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v3.0.0-dev.137' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-25T22:46:29.605Z] + git semver [Pipeline] } [2023-04-25T22:46:29.884Z] $ docker stop --time=1 49262444cbf83be4ee3e41911591a4f8c9b0e194115c29f159ea154cacc87636 [2023-04-25T22:46:31.146Z] $ docker rm -f --volumes 49262444cbf83be4ee3e41911591a4f8c9b0e194115c29f159ea154cacc87636 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-25T22:46:31.487Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-25T22:46:31.487Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:46:31.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-25T22:46:31.783Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:46:31.860Z] prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container [2023-04-25T22:46:31.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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/py-git-semver:0.1.4 cat [2023-04-25T22:46:32.243Z] $ docker top 2588666898ac0ecddb594364aa72e4e54362a4954fb29c82accf065697db2c25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-25T22:46:32.312Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v3.0.0-dev.137' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-25T22:46:32.696Z] + git semver [Pipeline] } [2023-04-25T22:46:32.979Z] $ docker stop --time=1 2588666898ac0ecddb594364aa72e4e54362a4954fb29c82accf065697db2c25 [2023-04-25T22:46:34.261Z] $ docker rm -f --volumes 2588666898ac0ecddb594364aa72e4e54362a4954fb29c82accf065697db2c25 [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-04-25T22:46:34.802Z] + [ -d /w/workspace/edgex-go/500/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:46:35.093Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:46:35.953Z] ---> package-listing.sh [2023-04-25T22:46:35.953Z] ++ facter osfamily [2023-04-25T22:46:35.953Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-25T22:46:36.212Z] + OS_FAMILY=debian [2023-04-25T22:46:36.212Z] + workspace=/w/workspace/edgex-go/500 [2023-04-25T22:46:36.212Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-25T22:46:36.212Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-25T22:46:36.212Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-25T22:46:36.212Z] + PACKAGES=/tmp/packages_start.txt [2023-04-25T22:46:36.212Z] + '[' /w/workspace/edgex-go/500 ']' [2023-04-25T22:46:36.212Z] + PACKAGES=/tmp/packages_end.txt [2023-04-25T22:46:36.212Z] + case "${OS_FAMILY}" in [2023-04-25T22:46:36.212Z] + dpkg -l [2023-04-25T22:46:36.212Z] + grep '^ii' [2023-04-25T22:46:36.212Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-25T22:46:36.212Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-25T22:46:36.212Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-25T22:46:36.212Z] + '[' /w/workspace/edgex-go/500 ']' [2023-04-25T22:46:36.212Z] + mkdir -p /w/workspace/edgex-go/500/archives/ [2023-04-25T22:46:36.212Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/500/archives/ [Pipeline] echo [2023-04-25T22:46:36.224Z] 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/500/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-25T22:46:36.502Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:46:37.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-25T22:46:37.060Z] [2023-04-25T22:46:37.060Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-25T22:46:37.351Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-25T22:46:37.352Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-25T22:46:37.352Z] 5eb5b503b376: Pulling fs layer [2023-04-25T22:46:37.352Z] 5c69ac0246d0: Pulling fs layer [2023-04-25T22:46:37.352Z] ec43610c2a17: Pulling fs layer [2023-04-25T22:46:37.352Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-25T22:46:37.352Z] 3a2ae6a8a46f: Waiting [2023-04-25T22:46:37.352Z] 33b1e0a273af: Pulling fs layer [2023-04-25T22:46:37.352Z] 5d3b04190fa2: Pulling fs layer [2023-04-25T22:46:37.352Z] 2f39f015ded8: Pulling fs layer [2023-04-25T22:46:37.352Z] 33b1e0a273af: Waiting [2023-04-25T22:46:37.352Z] 2f39f015ded8: Waiting [2023-04-25T22:46:37.352Z] 5d3b04190fa2: Waiting [2023-04-25T22:46:37.352Z] 5c69ac0246d0: Download complete [2023-04-25T22:46:37.352Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-25T22:46:37.352Z] 3a2ae6a8a46f: Download complete [2023-04-25T22:46:37.352Z] 33b1e0a273af: Verifying Checksum [2023-04-25T22:46:37.352Z] 33b1e0a273af: Download complete [2023-04-25T22:46:37.352Z] 5d3b04190fa2: Verifying Checksum [2023-04-25T22:46:37.352Z] 5d3b04190fa2: Download complete [2023-04-25T22:46:37.352Z] ec43610c2a17: Verifying Checksum [2023-04-25T22:46:37.352Z] ec43610c2a17: Download complete [2023-04-25T22:46:37.611Z] 5eb5b503b376: Verifying Checksum [2023-04-25T22:46:37.611Z] 5eb5b503b376: Download complete [2023-04-25T22:46:38.178Z] 2f39f015ded8: Download complete [2023-04-25T22:46:38.744Z] 5eb5b503b376: Pull complete [2023-04-25T22:46:38.744Z] 5c69ac0246d0: Pull complete [2023-04-25T22:46:39.308Z] ec43610c2a17: Pull complete [2023-04-25T22:46:39.308Z] 3a2ae6a8a46f: Pull complete [2023-04-25T22:46:39.566Z] 33b1e0a273af: Pull complete [2023-04-25T22:46:39.566Z] 5d3b04190fa2: Pull complete [2023-04-25T22:46:43.746Z] 2f39f015ded8: Pull complete [2023-04-25T22:46:43.746Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-25T22:46:43.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-25T22:46:43.746Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-25T22:46:43.830Z] prd-ubuntu20.04-docker-8c-8g-10883 does not seem to be running inside a container [2023-04-25T22:46:43.860Z] $ 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/500/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/500 -v /w/workspace/edgex-go/500:/w/workspace/edgex-go/500:rw,z -v /w/workspace/edgex-go/500@tmp:/w/workspace/edgex-go/500@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:latest cat [2023-04-25T22:46:47.061Z] $ docker top b24354e0824abde1ce93e6b6b20089af1972dcea2e11a4d6b2129455ef8ce71e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-25T22:46:47.396Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-25T22:46:47.674Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-25T22:46:47.954Z] + ls /var/log/sa-host [2023-04-25T22:46:47.954Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-25T22:46:48.107Z] provisioning config files... [2023-04-25T22:46:48.115Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/500@tmp/config9536634263780824460tmp [Pipeline] { [Pipeline] echo [2023-04-25T22:46:48.127Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:46:48.407Z] ---> create-netrc.sh [Pipeline] } [2023-04-25T22:46:48.413Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:46:48.731Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-25T22:46:48.739Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:46:49.020Z] ---> sudo-logs.sh [2023-04-25T22:46:49.020Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-25T22:46:49.037Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:46:49.317Z] ---> job-cost.sh [2023-04-25T22:46:49.317Z] lf-activate-venv: SKIPPING [2023-04-25T22:46:49.317Z] DEBUG: total: 0.10999999940395355 [2023-04-25T22:46:49.317Z] INFO: Retrieving Stack Cost... [2023-04-25T22:46:49.576Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-25T22:46:50.144Z] INFO: Archiving Costs [Pipeline] echo [2023-04-25T22:46:50.154Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-25T22:46:50.438Z] ---> logs-deploy.sh [2023-04-25T22:46:50.438Z] lf-activate-venv: SKIPPING [2023-04-25T22:46:50.438Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/500 [2023-04-25T22:46:50.438Z] INFO: archiving workspace using pattern(s): [2023-04-25T22:46:51.373Z] Archives upload complete. [2023-04-25T22:46:51.632Z] INFO: archiving logs to Nexus [2023-04-25T22:46:52.199Z] ---> uname -a: [2023-04-25T22:46:52.199Z] Linux prd-ubuntu20-04-docker-8c-8g-10883 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-25T22:46:52.199Z] [2023-04-25T22:46:52.199Z] [2023-04-25T22:46:52.199Z] ---> lscpu: [2023-04-25T22:46:52.199Z] Architecture: x86_64 [2023-04-25T22:46:52.199Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-25T22:46:52.199Z] Byte Order: Little Endian [2023-04-25T22:46:52.199Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-25T22:46:52.199Z] CPU(s): 8 [2023-04-25T22:46:52.199Z] On-line CPU(s) list: 0-7 [2023-04-25T22:46:52.199Z] Thread(s) per core: 1 [2023-04-25T22:46:52.199Z] Core(s) per socket: 1 [2023-04-25T22:46:52.199Z] Socket(s): 8 [2023-04-25T22:46:52.199Z] NUMA node(s): 1 [2023-04-25T22:46:52.199Z] Vendor ID: AuthenticAMD [2023-04-25T22:46:52.199Z] CPU family: 23 [2023-04-25T22:46:52.199Z] Model: 49 [2023-04-25T22:46:52.199Z] Model name: AMD EPYC-Rome Processor [2023-04-25T22:46:52.199Z] Stepping: 0 [2023-04-25T22:46:52.199Z] CPU MHz: 2799.940 [2023-04-25T22:46:52.199Z] BogoMIPS: 5599.88 [2023-04-25T22:46:52.199Z] Virtualization: AMD-V [2023-04-25T22:46:52.199Z] Hypervisor vendor: KVM [2023-04-25T22:46:52.199Z] Virtualization type: full [2023-04-25T22:46:52.199Z] L1d cache: 256 KiB [2023-04-25T22:46:52.199Z] L1i cache: 256 KiB [2023-04-25T22:46:52.199Z] L2 cache: 4 MiB [2023-04-25T22:46:52.199Z] L3 cache: 128 MiB [2023-04-25T22:46:52.199Z] NUMA node0 CPU(s): 0-7 [2023-04-25T22:46:52.199Z] Vulnerability Itlb multihit: Not affected [2023-04-25T22:46:52.199Z] Vulnerability L1tf: Not affected [2023-04-25T22:46:52.199Z] Vulnerability Mds: Not affected [2023-04-25T22:46:52.199Z] Vulnerability Meltdown: Not affected [2023-04-25T22:46:52.199Z] Vulnerability Mmio stale data: Not affected [2023-04-25T22:46:52.199Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-25T22:46:52.199Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-25T22:46:52.199Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-25T22:46:52.199Z] Vulnerability Srbds: Not affected [2023-04-25T22:46:52.199Z] Vulnerability Tsx async abort: Not affected [2023-04-25T22:46:52.199Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-04-25T22:46:52.199Z] [2023-04-25T22:46:52.199Z] [2023-04-25T22:46:52.199Z] ---> nproc: [2023-04-25T22:46:52.199Z] 8 [2023-04-25T22:46:52.199Z] [2023-04-25T22:46:52.199Z] [2023-04-25T22:46:52.199Z] ---> df -h: [2023-04-25T22:46:52.199Z] Filesystem Size Used Avail Use% Mounted on [2023-04-25T22:46:52.199Z] overlay 155G 21G 134G 14% / [2023-04-25T22:46:52.199Z] tmpfs 64M 0 64M 0% /dev [2023-04-25T22:46:52.199Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-25T22:46:52.199Z] shm 64M 0 64M 0% /dev/shm [2023-04-25T22:46:52.199Z] /dev/vda1 155G 21G 134G 14% /facter-os [2023-04-25T22:46:52.199Z] [2023-04-25T22:46:52.199Z]