Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 145341ff45959b68fb1ffbee66110f9f8e8ddab7 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-ssh15749416671677863556.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh1683297166070553542.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh4161963643988553529.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh17033245866957689978.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-ssh3907246128004528928.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7541 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/490 [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/490 # 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 145341ff45959b68fb1ffbee66110f9f8e8ddab7 (main) Commit message: "Merge pull request #4509 from jim-wang-intel/fix-spire-config-script-support-services" > git config core.sparsecheckout # timeout=10 > git checkout -f 145341ff45959b68fb1ffbee66110f9f8e8ddab7 # timeout=10 > git rev-list --no-walk 0cbeeedaee7f8a21d271cdac82adb9eb7ec5968d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-12T06:04:53.974Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-12T06:04:54.018Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-12T06:04:54.031Z] ========================================================= [2023-04-12T06:04:54.031Z] EdgeX Global Pipelines Version Info [2023-04-12T06:04:54.031Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:04:54.747Z] ------------------- [2023-04-12T06:04:54.748Z] stable info: [2023-04-12T06:04:54.748Z] ------------------- [2023-04-12T06:04:54.748Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-04-12T06:04:54.748Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-04-12T06:04:54.748Z] Message: update stable to v1.0.245 [2023-04-12T06:04:55.318Z] ------------------- [2023-04-12T06:04:55.318Z] experimental info: [2023-04-12T06:04:55.318Z] ------------------- [2023-04-12T06:04:55.318Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-12T06:04:55.318Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-04-12T06:04:55.318Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-12T06:04:55.485Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-04-12T06:04:55.495Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-04-12T06:04:55.503Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-12T06:04:55.510Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-12T06:04:55.518Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-12T06:04:55.527Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-12T06:04:55.538Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-12T06:04:55.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-04-12T06:04:55.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-04-12T06:04:55.569Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-04-12T06:04:55.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-12T06:04:55.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-12T06:04:55.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-12T06:04:55.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-12T06:04:55.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-12T06:04:55.641Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-12T06:04:55.653Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-12T06:04:55.664Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-12T06:04:55.677Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-12T06:04:55.691Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-12T06:04:55.706Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-12T06:04:55.721Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-12T06:04:55.733Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-12T06:04:55.744Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-04-12T06:04:55.758Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-04-12T06:04:55.774Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-04-12T06:04:55.788Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] echo [2023-04-12T06:04:55.798Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 145341f [Pipeline] echo [2023-04-12T06:04:55.808Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-12T06:04:55.848Z] provisioning config files... [2023-04-12T06:04:55.863Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/490@tmp/config14192792751174919953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:04:56.156Z] ---> docker-login.sh [2023-04-12T06:04:56.156Z] nexus3.edgexfoundry.org:10001 [2023-04-12T06:04:56.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:04:56.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:04:56.676Z] Configure a credential helper to remove this warning. See [2023-04-12T06:04:56.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:04:56.676Z] [2023-04-12T06:04:56.676Z] Login Succeeded [2023-04-12T06:04:56.676Z] nexus3.edgexfoundry.org:10002 [2023-04-12T06:04:56.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:04:56.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:04:56.939Z] Configure a credential helper to remove this warning. See [2023-04-12T06:04:56.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:04:56.939Z] [2023-04-12T06:04:56.939Z] Login Succeeded [2023-04-12T06:04:56.939Z] nexus3.edgexfoundry.org:10003 [2023-04-12T06:04:56.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:04:56.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:04:56.939Z] Configure a credential helper to remove this warning. See [2023-04-12T06:04:56.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:04:56.939Z] [2023-04-12T06:04:56.939Z] Login Succeeded [2023-04-12T06:04:56.939Z] nexus3.edgexfoundry.org:10004 [2023-04-12T06:04:56.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:04:56.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:04:56.939Z] Configure a credential helper to remove this warning. See [2023-04-12T06:04:56.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:04:56.939Z] [2023-04-12T06:04:56.939Z] Login Succeeded [2023-04-12T06:04:56.939Z] docker.io [2023-04-12T06:04:57.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:04:57.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:04:57.460Z] Configure a credential helper to remove this warning. See [2023-04-12T06:04:57.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:04:57.460Z] [2023-04-12T06:04:57.460Z] Login Succeeded [2023-04-12T06:04:57.460Z] ---> docker-login.sh ends [Pipeline] } [2023-04-12T06:04:57.468Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-12T06:04:57.799Z] + 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-12T06:04:57.799Z] + dirname cmd/core-command/Dockerfile [2023-04-12T06:04:57.799Z] + cut -d/ -f2 [2023-04-12T06:04:57.799Z] + echo core-command,cmd/core-command/Dockerfile [2023-04-12T06:04:57.799Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-04-12T06:04:57.799Z] + cut -d/ -f2 [2023-04-12T06:04:57.799Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-04-12T06:04:57.799Z] + dirname cmd/core-data/Dockerfile [2023-04-12T06:04:57.799Z] + cut -d/ -f2 [2023-04-12T06:04:57.799Z] + echo core-data,cmd/core-data/Dockerfile [2023-04-12T06:04:57.799Z] + dirname cmd/core-metadata/Dockerfile [2023-04-12T06:04:57.799Z] + cut -d/ -f2 [2023-04-12T06:04:57.799Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-04-12T06:04:57.799Z] + + dirname cmd/security-bootstrapper/Dockerfile [2023-04-12T06:04:57.799Z] cut -d/ -f2 [2023-04-12T06:04:57.799Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-04-12T06:04:57.800Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-04-12T06:04:57.800Z] + cut -d/ -f2 [2023-04-12T06:04:57.800Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-04-12T06:04:57.800Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-04-12T06:04:57.800Z] + cut -d/ -f2 [2023-04-12T06:04:57.800Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-04-12T06:04:57.800Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-04-12T06:04:57.800Z] + cut -d/ -f2 [2023-04-12T06:04:57.800Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-04-12T06:04:57.800Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-04-12T06:04:57.800Z] + cut -d/ -f2 [2023-04-12T06:04:57.800Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-04-12T06:04:57.800Z] + dirname cmd/security-spire-agent/Dockerfile [2023-04-12T06:04:57.800Z] + cut -d/ -f2 [2023-04-12T06:04:57.800Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-04-12T06:04:57.800Z] + dirname cmd/security-spire-config/Dockerfile [2023-04-12T06:04:57.800Z] + cut -d/ -f2 [2023-04-12T06:04:57.800Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-04-12T06:04:57.800Z] + dirname cmd/security-spire-server/Dockerfile [2023-04-12T06:04:57.800Z] + cut -d/ -f2 [2023-04-12T06:04:57.800Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-04-12T06:04:57.800Z] + dirname cmd/support-notifications/Dockerfile [2023-04-12T06:04:57.800Z] + cut -d/ -f2 [2023-04-12T06:04:57.800Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-04-12T06:04:57.800Z] + dirname cmd/support-scheduler/Dockerfile [2023-04-12T06:04:57.800Z] + cut -d/ -f2 [2023-04-12T06:04:57.800Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-04-12T06:04:57.850Z] 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-12T06:04:58.176Z] + git rev-list -1 --merges 145341ff45959b68fb1ffbee66110f9f8e8ddab7~1..145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] echo [2023-04-12T06:04:58.187Z] -----------> git rev-list -1 --merges 145341ff45959b68fb1ffbee66110f9f8e8ddab7~1..145341ff45959b68fb1ffbee66110f9f8e8ddab7 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:04:58.187Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [false] [Pipeline] sh [2023-04-12T06:04:58.476Z] + git log --format=format:%s -1 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] echo [2023-04-12T06:04:58.488Z] ========================================================= [2023-04-12T06:04:58.488Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-12T06:04:58.488Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-12T06:04:58.840Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-12T06:04:58.840Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-12T06:04:58.840Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-12T06:04:58.840Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-12T06:04:58.840Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-12T06:04:58.840Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-12T06:04:58.840Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:04:59.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-12T06:04:59.183Z] [2023-04-12T06:04:59.183Z] 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-12T06:04:59.492Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-12T06:04:59.752Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-12T06:04:59.752Z] b85a868b505f: Pulling fs layer [2023-04-12T06:04:59.752Z] e2be974225ed: Pulling fs layer [2023-04-12T06:04:59.752Z] 339a4e72a1f5: Pulling fs layer [2023-04-12T06:04:59.752Z] 988bab9f4d93: Pulling fs layer [2023-04-12T06:04:59.752Z] 1469e6f7b9e6: Pulling fs layer [2023-04-12T06:04:59.752Z] eaf3925da568: Pulling fs layer [2023-04-12T06:04:59.752Z] bab4dde63d76: Pulling fs layer [2023-04-12T06:04:59.752Z] bde34c3a00c8: Pulling fs layer [2023-04-12T06:04:59.752Z] b352a97aabf1: Pulling fs layer [2023-04-12T06:04:59.752Z] 4872d77fe225: Pulling fs layer [2023-04-12T06:04:59.752Z] 5851b861e8e6: Pulling fs layer [2023-04-12T06:04:59.752Z] 988bab9f4d93: Waiting [2023-04-12T06:04:59.752Z] 1469e6f7b9e6: Waiting [2023-04-12T06:04:59.752Z] bde34c3a00c8: Waiting [2023-04-12T06:04:59.752Z] eaf3925da568: Waiting [2023-04-12T06:04:59.752Z] bab4dde63d76: Waiting [2023-04-12T06:04:59.752Z] 5851b861e8e6: Waiting [2023-04-12T06:04:59.752Z] 4872d77fe225: Waiting [2023-04-12T06:05:00.012Z] e2be974225ed: Verifying Checksum [2023-04-12T06:05:00.012Z] e2be974225ed: Download complete [2023-04-12T06:05:00.012Z] 988bab9f4d93: Download complete [2023-04-12T06:05:00.012Z] 1469e6f7b9e6: Download complete [2023-04-12T06:05:00.012Z] eaf3925da568: Download complete [2023-04-12T06:05:00.012Z] 339a4e72a1f5: Verifying Checksum [2023-04-12T06:05:00.012Z] 339a4e72a1f5: Download complete [2023-04-12T06:05:00.012Z] bde34c3a00c8: Download complete [2023-04-12T06:05:00.012Z] b352a97aabf1: Download complete [2023-04-12T06:05:00.012Z] 4872d77fe225: Verifying Checksum [2023-04-12T06:05:00.012Z] 4872d77fe225: Download complete [2023-04-12T06:05:00.012Z] 5851b861e8e6: Download complete [2023-04-12T06:05:00.012Z] b85a868b505f: Verifying Checksum [2023-04-12T06:05:00.012Z] b85a868b505f: Download complete [2023-04-12T06:05:00.580Z] bab4dde63d76: Verifying Checksum [2023-04-12T06:05:00.580Z] bab4dde63d76: Download complete [2023-04-12T06:05:01.521Z] b85a868b505f: Pull complete [2023-04-12T06:05:01.521Z] e2be974225ed: Pull complete [2023-04-12T06:05:02.090Z] 339a4e72a1f5: Pull complete [2023-04-12T06:05:02.090Z] 988bab9f4d93: Pull complete [2023-04-12T06:05:02.347Z] 1469e6f7b9e6: Pull complete [2023-04-12T06:05:02.605Z] eaf3925da568: Pull complete [2023-04-12T06:05:04.505Z] bab4dde63d76: Pull complete [2023-04-12T06:05:04.505Z] bde34c3a00c8: Pull complete [2023-04-12T06:05:04.505Z] b352a97aabf1: Pull complete [2023-04-12T06:05:04.764Z] 4872d77fe225: Pull complete [2023-04-12T06:05:04.764Z] 5851b861e8e6: Pull complete [2023-04-12T06:05:04.764Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-12T06:05:04.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-12T06:05:04.764Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:05:04.850Z] prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container [2023-04-12T06:05:04.883Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-12T06:05:08.691Z] $ docker top 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b -eo pid,comm [2023-04-12T06:05:08.741Z] 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-12T06:05:08.741Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-12T06:05:08.778Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-12T06:05:08.779Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-12T06:05:08.892Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-12T06:05:08.900Z] $ docker exec 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b ssh-agent [2023-04-12T06:05:08.998Z] SSH_AUTH_SOCK=/tmp/ssh-gNo6c0PyCaqG/agent.32 [2023-04-12T06:05:08.998Z] SSH_AGENT_PID=38 [2023-04-12T06:05:09.007Z] Running ssh-add (command line suppressed) [2023-04-12T06:05:09.114Z] Identity added: /w/workspace/edgex-go/490@tmp/private_key_12542582897550490650.key (/w/workspace/edgex-go/490@tmp/private_key_12542582897550490650.key) [2023-04-12T06:05:09.126Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-12T06:05:09.411Z] + git tag --points-at HEAD [Pipeline] } [2023-04-12T06:05:09.434Z] $ docker exec --env ******** --env ******** 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b ssh-agent -k [2023-04-12T06:05:09.529Z] unset SSH_AUTH_SOCK; [2023-04-12T06:05:09.530Z] unset SSH_AGENT_PID; [2023-04-12T06:05:09.530Z] echo Agent pid 38 killed; [2023-04-12T06:05:09.538Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-12T06:05:09.570Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-12T06:05:09.570Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-12T06:05:09.686Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-12T06:05:09.694Z] $ docker exec 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b ssh-agent [2023-04-12T06:05:09.810Z] SSH_AUTH_SOCK=/tmp/ssh-k2Xk54USPahz/agent.70 [2023-04-12T06:05:09.810Z] SSH_AGENT_PID=76 [2023-04-12T06:05:09.815Z] Running ssh-add (command line suppressed) [2023-04-12T06:05:09.915Z] Identity added: /w/workspace/edgex-go/490@tmp/private_key_4942101004426824990.key (/w/workspace/edgex-go/490@tmp/private_key_4942101004426824990.key) [2023-04-12T06:05:09.922Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-12T06:05:10.209Z] + git semver init [2023-04-12T06:05:10.469Z] 2023-04-12 06:05:10,378 [run_init] DEBUG init version:0.0.0 force:False [2023-04-12T06:05:10.469Z] 2023-04-12 06:05:10,378 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/490/.semver [2023-04-12T06:05:10.469Z] 2023-04-12 06:05:10,379 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/490/.semver [2023-04-12T06:05:10.469Z] 2023-04-12 06:05:10,379 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/490/.semver'], cwd=/w/workspace/edgex-go/490, universal_newlines=False, shell=None, istream=None) [2023-04-12T06:05:17.093Z] 2023-04-12 06:05:16,048 [append_file] DEBUG append to file:/w/workspace/edgex-go/490/.git/info/exclude [2023-04-12T06:05:17.093Z] 2023-04-12 06:05:16,049 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/490/.semver/main with force:False [2023-04-12T06:05:17.093Z] 2023-04-12 06:05:16,049 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main [2023-04-12T06:05:17.093Z] 2023-04-12 06:05:16,049 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main [2023-04-12T06:05:17.093Z] 3.0.0-dev.128 [Pipeline] } [2023-04-12T06:05:17.108Z] $ docker exec --env ******** --env ******** 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b ssh-agent -k [2023-04-12T06:05:17.203Z] unset SSH_AUTH_SOCK; [2023-04-12T06:05:17.203Z] unset SSH_AGENT_PID; [2023-04-12T06:05:17.203Z] echo Agent pid 76 killed; [2023-04-12T06:05:17.211Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-12T06:05:17.513Z] + git semver [Pipeline] } [2023-04-12T06:05:17.790Z] $ docker stop --time=1 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b [2023-04-12T06:05:19.088Z] $ docker rm -f --volumes 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-12T06:05:19.490Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-12T06:05:19.701Z] Stashed 1 file(s) [Pipeline] echo [2023-04-12T06:05:19.703Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.128 [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-12T06:05:20.058Z] + git config --global --add safe.directory /w/workspace/edgex-go/490 [Pipeline] echo [2023-04-12T06:05:20.070Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-12T06:05:20.083Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-12T06:05:20.090Z] ========================================================= [2023-04-12T06:05:20.090Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-12T06:05:20.090Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-12T06:05:20.375Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-12T06:05:20.375Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-12T06:05:20.375Z] 63b65145d645: Pulling fs layer [2023-04-12T06:05:20.375Z] a2d21d5440eb: Pulling fs layer [2023-04-12T06:05:20.375Z] 935e6c44a52c: Pulling fs layer [2023-04-12T06:05:20.375Z] 94cc34f8dd06: Pulling fs layer [2023-04-12T06:05:20.375Z] 30dea6a524f1: Pulling fs layer [2023-04-12T06:05:20.375Z] a2aff8979fd8: Pulling fs layer [2023-04-12T06:05:20.375Z] 6808be2612f2: Pulling fs layer [2023-04-12T06:05:20.375Z] f25807f1079a: Pulling fs layer [2023-04-12T06:05:20.375Z] 94cc34f8dd06: Waiting [2023-04-12T06:05:20.375Z] 30dea6a524f1: Waiting [2023-04-12T06:05:20.375Z] f25807f1079a: Waiting [2023-04-12T06:05:20.375Z] a2aff8979fd8: Waiting [2023-04-12T06:05:20.375Z] a2d21d5440eb: Download complete [2023-04-12T06:05:20.375Z] 94cc34f8dd06: Download complete [2023-04-12T06:05:20.375Z] 63b65145d645: Verifying Checksum [2023-04-12T06:05:20.375Z] 63b65145d645: Download complete [2023-04-12T06:05:20.375Z] a2aff8979fd8: Verifying Checksum [2023-04-12T06:05:20.375Z] a2aff8979fd8: Download complete [2023-04-12T06:05:20.637Z] 63b65145d645: Pull complete [2023-04-12T06:05:20.637Z] a2d21d5440eb: Pull complete [2023-04-12T06:05:20.897Z] f25807f1079a: Verifying Checksum [2023-04-12T06:05:20.897Z] f25807f1079a: Download complete [2023-04-12T06:05:21.155Z] 935e6c44a52c: Verifying Checksum [2023-04-12T06:05:21.155Z] 935e6c44a52c: Download complete [2023-04-12T06:05:21.155Z] 6808be2612f2: Verifying Checksum [2023-04-12T06:05:21.155Z] 6808be2612f2: Download complete [2023-04-12T06:05:24.447Z] 935e6c44a52c: Pull complete [2023-04-12T06:05:24.447Z] 94cc34f8dd06: Pull complete [2023-04-12T06:05:24.447Z] 30dea6a524f1: Pull complete [2023-04-12T06:05:24.447Z] a2aff8979fd8: Pull complete [2023-04-12T06:05:26.974Z] 6808be2612f2: Pull complete [2023-04-12T06:05:27.234Z] f25807f1079a: Pull complete [2023-04-12T06:05:27.234Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-12T06:05:27.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-12T06:05:27.234Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-12T06:05:27.520Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-12T06:05:27.520Z] WORKDIR /edgex [2023-04-12T06:05:27.520Z] COPY go.mod . [2023-04-12T06:05:27.520Z] RUN go mod download [2023-04-12T06:05:27.520Z] + docker build -t ci-base-image-x86_64 -f - . [2023-04-12T06:05:28.087Z] Sending build context to Docker daemon 170.6MB [2023-04-12T06:05:28.087Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-12T06:05:28.087Z] ---> 3b553350e43f [2023-04-12T06:05:28.087Z] Step 2/4 : WORKDIR /edgex [2023-04-12T06:05:34.755Z] Still waiting to schedule task [2023-04-12T06:05:34.756Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-04-12T06:05:36.219Z] ---> Running in e90749ac2f97 [2023-04-12T06:05:36.219Z] Removing intermediate container e90749ac2f97 [2023-04-12T06:05:36.219Z] ---> 64858d562fcd [2023-04-12T06:05:36.219Z] Step 3/4 : COPY go.mod . [2023-04-12T06:05:36.219Z] ---> 7edeee44357c [2023-04-12T06:05:36.219Z] Step 4/4 : RUN go mod download [2023-04-12T06:05:36.219Z] ---> Running in 017309e32d78 [2023-04-12T06:05:51.325Z] Removing intermediate container 017309e32d78 [2023-04-12T06:05:51.325Z] ---> 951dee3ec5e7 [2023-04-12T06:05:51.325Z] Successfully built 951dee3ec5e7 [2023-04-12T06:05:51.325Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:05:51.626Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-12T06:05:51.626Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:05:51.695Z] prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container [2023-04-12T06:05:51.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-12T06:05:52.254Z] $ docker top b556cb79d538b7e2013201e5f09271a00d7cf9a313dc9b345e97e27e3a153a2e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-12T06:05:52.587Z] + go version [2023-04-12T06:05:52.587Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-12T06:05:52.602Z] $ docker stop --time=1 b556cb79d538b7e2013201e5f09271a00d7cf9a313dc9b345e97e27e3a153a2e [2023-04-12T06:05:53.884Z] $ docker rm -f --volumes b556cb79d538b7e2013201e5f09271a00d7cf9a313dc9b345e97e27e3a153a2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:05:54.258Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-12T06:05:54.258Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:05:54.329Z] prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container [2023-04-12T06:05:54.364Z] $ 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/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-12T06:05:54.717Z] $ docker top 47bfee4a888a0698fc4576fc6abdb6f63067a0f3ed8e782730b65889bbb4cf9b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-12T06:05:54.782Z] ========================================================= [2023-04-12T06:05:54.782Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-12T06:05:54.782Z] ========================================================= [Pipeline] sh [2023-04-12T06:05:55.060Z] + git config --global --add safe.directory /w/workspace/edgex-go/490 [Pipeline] fileExists [Pipeline] sh [2023-04-12T06:05:55.357Z] + make test [2023-04-12T06:05:55.357Z] go test -race -coverprofile=coverage.out ./... [2023-04-12T06:06:03.470Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-12T06:06:15.665Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-12T06:06:15.665Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-12T06:06:15.665Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-12T06:06:15.923Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-12T06:06:16.491Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-12T06:06:16.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-12T06:06:16.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-12T06:06:17.006Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-12T06:06:17.006Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-12T06:06:17.264Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-12T06:06:17.264Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-12T06:06:17.830Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-12T06:06:17.830Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-12T06:06:17.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-12T06:06:18.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-12T06:06:18.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-12T06:06:18.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements [2023-04-12T06:06:20.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.074s coverage: 98.5% of statements [2023-04-12T06:06:21.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-12T06:06:21.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-12T06:06:21.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-12T06:06:22.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-12T06:06:22.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-12T06:06:24.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-12T06:06:24.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-12T06:06:24.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-12T06:06:24.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-12T06:06:24.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-12T06:06:24.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.093s coverage: 71.5% of statements [2023-04-12T06:06:24.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.075s coverage: 54.0% of statements [2023-04-12T06:06:25.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-12T06:06:25.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-12T06:06:26.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.691s coverage: 88.5% of statements [2023-04-12T06:06:26.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.070s coverage: 3.8% of statements [2023-04-12T06:06:28.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-12T06:06:28.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-12T06:06:28.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-12T06:06:29.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.410s coverage: 95.6% of statements [2023-04-12T06:06:29.137Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-12T06:06:29.137Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-12T06:06:29.137Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-12T06:06:29.137Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-12T06:06:29.137Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-12T06:06:29.137Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.048s coverage: 72.2% of statements [2023-04-12T06:06:30.510Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-12T06:06:30.510Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-12T06:06:30.510Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-12T06:06:30.510Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.074s coverage: 65.9% of statements [2023-04-12T06:06:31.094Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-12T06:06:31.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-12T06:06:31.094Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.077s coverage: 0.9% of statements [2023-04-12T06:06:31.094Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.053s coverage: 29.0% of statements [2023-04-12T06:06:31.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 44.1% of statements [2023-04-12T06:06:31.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.036s coverage: 82.9% of statements [2023-04-12T06:06:31.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2023-04-12T06:06:31.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2023-04-12T06:06:31.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2023-04-12T06:06:32.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-12T06:06:32.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-12T06:06:32.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-12T06:06:32.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-12T06:06:32.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-12T06:06:32.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-12T06:06:32.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-12T06:06:32.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-12T06:06:33.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-12T06:06:33.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-12T06:06:33.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-12T06:06:33.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-12T06:06:33.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-12T06:06:33.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-12T06:06:34.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-12T06:06:35.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-12T06:06:35.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-12T06:06:37.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-12T06:06:37.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-12T06:06:38.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-12T06:06:38.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-12T06:06:38.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-12T06:06:39.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-12T06:06:39.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-12T06:06:40.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-12T06:06:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-12T06:06:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-12T06:06:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-12T06:06:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-12T06:06:41.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-12T06:06:41.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-12T06:06:41.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-12T06:06:41.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-12T06:06:43.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-12T06:06:43.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-12T06:06:43.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-12T06:06:43.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-12T06:06:43.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2023-04-12T06:06:44.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-12T06:06:44.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-12T06:06:45.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-12T06:06:45.394Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.310s coverage: 79.9% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 64.4% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 62.3% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.048s coverage: 20.0% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 81.2% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.100s coverage: 82.1% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.056s coverage: 86.0% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 63.1% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.198s coverage: 38.4% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.114s coverage: 92.3% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.072s coverage: 61.5% of statements [2023-04-12T06:06:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.103s coverage: 97.7% of statements [2023-04-12T06:06:57.606Z] 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-12T06:06:57.606Z] running golangci-lint [2023-04-12T06:06:57.606Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-04-12T06:06:57.606Z] go version go1.20.2 linux/amd64 [2023-04-12T06:06:57.606Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-04-12T06:06:57.606Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-04-12T06:07:12.505Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|imports|deps|name|types_sizes|compiled_files) took 15.962715366s" [2023-04-12T06:07:12.505Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 54.54158ms" [2023-04-12T06:07:22.469Z] level=info msg="[linters_context/goanalysis] analyzers took 1m4.252475074s with top 10 stages: buildir: 37.776657062s, fact_deprecated: 2.097149152s, inspect: 1.660011263s, gosec: 1.415485847s, S1038: 1.088907175s, printf: 1.057634585s, ctrlflow: 1.025617477s, nilness: 779.954402ms, fact_purity: 763.637375ms, unused: 537.595224ms" [2023-04-12T06:07:22.469Z] level=info msg="[runner] Issues before processing: 201, after processing: 0" [2023-04-12T06:07:22.469Z] level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 201/201, skip_dirs: 201/201, autogenerated_exclude: 201/201, exclude: 201/201, nolint: 0/21, filename_unadjuster: 201/201, skip_files: 201/201, path_prettifier: 201/201, exclude-rules: 21/201, cgo: 201/201" [2023-04-12T06:07:22.469Z] level=info msg="[runner] processing took 21.651656ms with stages: nolint: 9.915469ms, identifier_marker: 6.837088ms, exclude-rules: 1.781348ms, autogenerated_exclude: 1.456765ms, path_prettifier: 1.08385ms, skip_dirs: 472.805µs, cgo: 66.13µs, filename_unadjuster: 33.281µs, max_same_issues: 830ns, uniq_by_line: 670ns, exclude: 470ns, path_shortener: 440ns, max_from_linter: 430ns, diff: 380ns, skip_files: 360ns, severity-rules: 360ns, source_code: 300ns, path_prefixer: 280ns, sort_results: 280ns, max_per_file_from_linter: 120ns" [2023-04-12T06:07:22.469Z] level=info msg="[runner] linters took 8.793348685s with stages: goanalysis_metalinter: 8.771546937s" [2023-04-12T06:07:22.469Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-04-12T06:07:22.469Z] level=info msg="Memory: 248 samples, avg is 190.4MB, max is 786.2MB" [2023-04-12T06:07:22.469Z] level=info msg="Execution took 24.822233388s" [2023-04-12T06:07:22.469Z] go vet ./... [2023-04-12T06:07:26.655Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-12T06:07:26.655Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-12T06:07:26.655Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-12T06:07:26.667Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-12T06:07:26.955Z] + ls -al . [2023-04-12T06:07:26.955Z] total 704 [2023-04-12T06:07:26.955Z] drwxrwxr-x 11 1001 1001 4096 Apr 12 06:05 . [2023-04-12T06:07:26.955Z] drwxr-xr-x 4 root root 4096 Apr 12 06:05 .. [2023-04-12T06:07:26.955Z] drwxrwxr-x 2 1001 1001 4096 Apr 12 06:04 .blubracket [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 16 Apr 12 06:04 .dockerignore [2023-04-12T06:07:26.955Z] drwxrwxr-x 8 1001 1001 4096 Apr 12 06:05 .git [2023-04-12T06:07:26.955Z] drwxrwxr-x 3 1001 1001 4096 Apr 12 06:04 .github [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 1133 Apr 12 06:04 .gitignore [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 42 Apr 12 06:04 .golangci.yml [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 87 Apr 12 06:04 .hadolint.yml [2023-04-12T06:07:26.955Z] drwxr-xr-x 3 1001 1001 4096 Apr 12 06:05 .semver [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 166 Apr 12 06:04 .sonarcloud.properties [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 1171 Apr 12 06:04 ADOPTERS.md [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 10835 Apr 12 06:04 Attribution.txt [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 73765 Apr 12 06:04 CHANGELOG.md [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 3804 Apr 12 06:04 CONTRIBUTING.md [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 677 Apr 12 06:04 GOVERNANCE.md [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 883 Apr 12 06:04 Jenkinsfile [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 10775 Apr 12 06:04 LICENSE [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 14368 Apr 12 06:04 Makefile [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 582 Apr 12 06:04 OWNERS.md [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 9403 Apr 12 06:04 README.md [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 789 Apr 12 06:04 SECURITY.md [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 13 Apr 12 06:05 VERSION [2023-04-12T06:07:26.955Z] drwxrwxr-x 2 1001 1001 4096 Apr 12 06:04 bin [2023-04-12T06:07:26.955Z] drwxrwxr-x 18 1001 1001 4096 Apr 12 06:04 cmd [2023-04-12T06:07:26.955Z] -rw-r--r-- 1 root root 448244 Apr 12 06:06 coverage.out [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 3200 Apr 12 06:04 go.mod [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 31265 Apr 12 06:04 go.sum [2023-04-12T06:07:26.955Z] drwxrwxr-x 7 1001 1001 4096 Apr 12 06:04 internal [2023-04-12T06:07:26.955Z] drwxrwxr-x 3 1001 1001 4096 Apr 12 06:04 openapi [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 594 Apr 12 06:04 security.txt [2023-04-12T06:07:26.955Z] drwxrwxr-x 4 1001 1001 4096 Apr 12 06:04 snap [2023-04-12T06:07:26.955Z] -rw-rw-r-- 1 1001 1001 204 Apr 12 06:04 version.go [Pipeline] sh [2023-04-12T06:07:27.255Z] + '[' -e coverage.out ] [2023-04-12T06:07:27.256Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-12T06:07:27.350Z] Stashed 1 file(s) [Pipeline] sh [2023-04-12T06:07:27.629Z] + make build [2023-04-12T06:07:27.629Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-12T06:07:42.511Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-12T06:07:42.511Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-12T06:07:42.511Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-12T06:07:43.446Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-12T06:07:51.554Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-12T06:07:52.120Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-12T06:07:53.496Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-12T06:07:54.436Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-12T06:07:55.378Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-12T06:07:56.317Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-12T06:07:57.690Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-04-12T06:07:59.083Z] $ docker stop --time=1 47bfee4a888a0698fc4576fc6abdb6f63067a0f3ed8e782730b65889bbb4cf9b [2023-04-12T06:08:04.134Z] $ docker rm -f --volumes 47bfee4a888a0698fc4576fc6abdb6f63067a0f3ed8e782730b65889bbb4cf9b [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-12T06:08:04.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-12T06:08:04.995Z] [2023-04-12T06:08:04.995Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:08:05.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-12T06:08:05.577Z] latest: Pulling from edgex-devops/edgex-compose [2023-04-12T06:08:05.577Z] cbdbe7a5bc2a: Pulling fs layer [2023-04-12T06:08:05.577Z] ca9280d653b3: Pulling fs layer [2023-04-12T06:08:05.577Z] 7e9c9ca2126c: Pulling fs layer [2023-04-12T06:08:05.577Z] cbdbe7a5bc2a: Verifying Checksum [2023-04-12T06:08:05.577Z] cbdbe7a5bc2a: Download complete [2023-04-12T06:08:05.577Z] ca9280d653b3: Verifying Checksum [2023-04-12T06:08:05.577Z] ca9280d653b3: Download complete [2023-04-12T06:08:05.835Z] cbdbe7a5bc2a: Pull complete [2023-04-12T06:08:06.094Z] 7e9c9ca2126c: Verifying Checksum [2023-04-12T06:08:06.094Z] 7e9c9ca2126c: Download complete [2023-04-12T06:08:06.094Z] ca9280d653b3: Pull complete [2023-04-12T06:08:10.287Z] 7e9c9ca2126c: Pull complete [2023-04-12T06:08:10.287Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-04-12T06:08:10.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-12T06:08:10.287Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:08:10.366Z] prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container [2023-04-12T06:08:10.397Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-04-12T06:08:13.022Z] $ docker top ab0142c1dba1410b425d24bf52ab90a4de38de85035e806560b9bcb7956641f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-12T06:08:13.365Z] + docker-compose build --help [2023-04-12T06:08:13.365Z] + grep parallel [2023-04-12T06:08:13.930Z] --parallel Build images in parallel. [Pipeline] } [2023-04-12T06:08:13.943Z] $ docker stop --time=1 ab0142c1dba1410b425d24bf52ab90a4de38de85035e806560b9bcb7956641f7 [2023-04-12T06:08:15.223Z] $ docker rm -f --volumes ab0142c1dba1410b425d24bf52ab90a4de38de85035e806560b9bcb7956641f7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:08:15.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-12T06:08:15.612Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:08:15.683Z] prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container [2023-04-12T06:08:15.720Z] $ 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/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-04-12T06:08:16.101Z] $ docker top e3617004447fe5ebd72627840d6bac144d65f7870b7bdcf56a548b737d7323db -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-12T06:08:16.436Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-12T06:08:17.004Z] Building core-command ... [2023-04-12T06:08:17.004Z] Building core-common-config-bootstrapper ... [2023-04-12T06:08:17.004Z] Building core-data ... [2023-04-12T06:08:17.004Z] Building core-metadata ... [2023-04-12T06:08:17.004Z] Building security-bootstrapper ... [2023-04-12T06:08:17.004Z] Building security-proxy-auth ... [2023-04-12T06:08:17.004Z] Building security-proxy-setup ... [2023-04-12T06:08:17.004Z] Building security-secretstore-setup ... [2023-04-12T06:08:17.004Z] Building security-spiffe-token-provider ... [2023-04-12T06:08:17.004Z] Building security-spire-agent ... [2023-04-12T06:08:17.004Z] Building security-spire-config ... [2023-04-12T06:08:17.004Z] Building security-spire-server ... [2023-04-12T06:08:17.004Z] Building support-notifications ... [2023-04-12T06:08:17.004Z] Building support-scheduler ... [2023-04-12T06:08:17.004Z] Building security-bootstrapper [2023-04-12T06:08:17.004Z] Building security-spiffe-token-provider [2023-04-12T06:08:17.004Z] Building security-proxy-setup [2023-04-12T06:08:17.004Z] Building support-notifications [2023-04-12T06:08:17.004Z] Building support-scheduler [2023-04-12T06:08:31.887Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:08:31.887Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:08:31.887Z] ---> 951dee3ec5e7 [2023-04-12T06:08:31.887Z] Step 3/22 : WORKDIR /edgex-go [2023-04-12T06:08:31.887Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:08:31.887Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:08:31.887Z] ---> 951dee3ec5e7 [2023-04-12T06:08:31.887Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:08:31.887Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:08:31.887Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:08:31.887Z] ---> 951dee3ec5e7 [2023-04-12T06:08:31.887Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:08:31.887Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:08:31.887Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:08:31.887Z] ---> 951dee3ec5e7 [2023-04-12T06:08:31.887Z] Step 3/20 : WORKDIR /edgex-go [2023-04-12T06:08:31.887Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:08:31.887Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:08:31.887Z] ---> 951dee3ec5e7 [2023-04-12T06:08:31.887Z] Step 3/33 : WORKDIR /edgex-go [2023-04-12T06:08:37.163Z] ---> Running in f172fa39f301 [2023-04-12T06:08:37.163Z] ---> Running in ecc28b2e3c64 [2023-04-12T06:08:37.163Z] ---> Running in e0e1f69c1a48 [2023-04-12T06:08:37.163Z] ---> Running in 032011414eb8 [2023-04-12T06:08:37.163Z] ---> Running in ed802fadea38 [2023-04-12T06:08:37.163Z] Removing intermediate container ecc28b2e3c64 [2023-04-12T06:08:37.163Z] ---> c30bca4621ef [2023-04-12T06:08:37.163Z] Step 4/23 : WORKDIR /edgex-go [2023-04-12T06:08:37.163Z] Removing intermediate container f172fa39f301 [2023-04-12T06:08:37.163Z] ---> 411a8d57a9e3 [2023-04-12T06:08:37.163Z] Step 4/23 : WORKDIR /edgex-go [2023-04-12T06:08:37.163Z] Removing intermediate container ed802fadea38 [2023-04-12T06:08:37.163Z] ---> 3082fedea6d0 [2023-04-12T06:08:37.163Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-12T06:08:37.163Z] Removing intermediate container e0e1f69c1a48 [2023-04-12T06:08:37.163Z] ---> b599cc6430a3 [2023-04-12T06:08:37.163Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-12T06:08:37.163Z] ---> Running in 8985b6b809b9 [2023-04-12T06:08:37.163Z] ---> Running in 5f99bf789b2f [2023-04-12T06:08:37.163Z] Removing intermediate container 032011414eb8 [2023-04-12T06:08:37.163Z] ---> 8bbe0febd380 [2023-04-12T06:08:37.163Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-12T06:08:37.163Z] ---> Running in 84c007e2b056 [2023-04-12T06:08:37.163Z] ---> Running in e2e57fc17f86 [2023-04-12T06:08:37.163Z] ---> Running in f9b3193b067f [2023-04-12T06:08:37.163Z] Removing intermediate container 5f99bf789b2f [2023-04-12T06:08:37.163Z] ---> f4fd6a6d2710 [2023-04-12T06:08:37.163Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-12T06:08:37.163Z] Removing intermediate container 8985b6b809b9 [2023-04-12T06:08:37.163Z] ---> 8bc8b770c1b8 [2023-04-12T06:08:37.163Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-12T06:08:37.163Z] ---> Running in 4be1c9fea127 [2023-04-12T06:08:37.163Z] ---> Running in b1561d8b11a8 [2023-04-12T06:08:37.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:08:37.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:08:37.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:08:37.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:08:37.681Z] OK: 265 MiB in 53 packages [2023-04-12T06:08:37.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:08:37.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:08:37.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:08:37.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:08:37.939Z] OK: 265 MiB in 53 packages [2023-04-12T06:08:37.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:08:37.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:08:37.939Z] v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-12T06:08:37.939Z] v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-12T06:08:37.939Z] OK: 17824 distinct packages available [2023-04-12T06:08:38.197Z] Removing intermediate container 84c007e2b056 [2023-04-12T06:08:38.197Z] ---> edb7f82f03b6 [2023-04-12T06:08:38.197Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-12T06:08:38.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:08:38.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:08:38.197Z] OK: 265 MiB in 53 packages [2023-04-12T06:08:38.197Z] OK: 265 MiB in 53 packages [2023-04-12T06:08:38.456Z] ---> a25acb3fc114 [2023-04-12T06:08:38.456Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:08:38.456Z] ---> Running in 8eee446a1ff6 [2023-04-12T06:08:38.456Z] Removing intermediate container f9b3193b067f [2023-04-12T06:08:38.456Z] ---> db753e3dcce7 [2023-04-12T06:08:38.456Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-12T06:08:38.456Z] OK: 265 MiB in 53 packages [2023-04-12T06:08:38.721Z] ---> 2c8036950300 [2023-04-12T06:08:38.721Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:08:38.721Z] ---> Running in a67877d74d1b [2023-04-12T06:08:38.721Z] Removing intermediate container b1561d8b11a8 [2023-04-12T06:08:38.721Z] ---> 91e4e86ba5b3 [2023-04-12T06:08:38.721Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-12T06:08:38.977Z] Removing intermediate container 4be1c9fea127 [2023-04-12T06:08:38.977Z] ---> ac9f38c52f7f [2023-04-12T06:08:38.977Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-12T06:08:39.235Z] Removing intermediate container e2e57fc17f86 [2023-04-12T06:08:39.235Z] ---> b0cad260439b [2023-04-12T06:08:39.235Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-12T06:08:39.235Z] ---> 4982d86f3be0 [2023-04-12T06:08:39.235Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:08:39.235Z] ---> Running in c8d1adc129d0 [2023-04-12T06:08:39.235Z] ---> 9c8605876b54 [2023-04-12T06:08:39.235Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:08:39.235Z] ---> Running in 4c4ee119f054 [2023-04-12T06:08:39.493Z] ---> 2ca4e5a06707 [2023-04-12T06:08:39.493Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:08:39.493Z] ---> Running in 0c170f780914 [2023-04-12T06:08:52.071Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7542 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-04-12T06:08:52.086Z] Running in /w/workspace/edgex-go/490 [Pipeline] { [Pipeline] checkout [2023-04-12T06:08:52.123Z] The recommended git tool is: git [2023-04-12T06:08:57.340Z] using credential edgex-jenkins-ssh [2023-04-12T06:08:57.360Z] Cloning the remote Git repository [2023-04-12T06:08:57.407Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-04-12T06:08:57.504Z] > git init /w/workspace/edgex-go/490 # timeout=10 [2023-04-12T06:08:57.646Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-12T06:08:57.647Z] > git --version # timeout=10 [2023-04-12T06:08:57.668Z] > git --version # 'git version 2.25.1' [2023-04-12T06:08:57.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-12T06:08:57.803Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-12T06:09:13.934Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-12T06:09:13.956Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-12T06:09:14.828Z] Avoid second fetch [2023-04-12T06:09:14.829Z] Checking out Revision 145341ff45959b68fb1ffbee66110f9f8e8ddab7 (main) [2023-04-12T06:09:15.585Z] Commit message: "Merge pull request #4509 from jim-wang-intel/fix-spire-config-script-support-services" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-12T06:09:14.845Z] > git config core.sparsecheckout # timeout=10 [2023-04-12T06:09:14.940Z] > git checkout -f 145341ff45959b68fb1ffbee66110f9f8e8ddab7 # timeout=10 [2023-04-12T06:09:16.457Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-12T06:09:16.457Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-12T06:09:16.458Z] Dload Upload Total Spent Left Speed [2023-04-12T06:09:16.458Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 89795 [Pipeline] sh [2023-04-12T06:09:17.102Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-12T06:09:17.437Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-12T06:09:17.437Z] + sudo tee /etc/docker/daemon.new [2023-04-12T06:09:17.437Z] { [2023-04-12T06:09:17.437Z] "registry-mirrors": [ [2023-04-12T06:09:17.437Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-12T06:09:17.437Z] ], [2023-04-12T06:09:17.437Z] "bip": "10.250.0.254/24", [2023-04-12T06:09:17.437Z] "hosts": [ [2023-04-12T06:09:17.437Z] "tcp://0.0.0.0:5555", [2023-04-12T06:09:17.437Z] "unix:///var/run/docker.sock" [2023-04-12T06:09:17.437Z] ], [2023-04-12T06:09:17.437Z] "mtu": 1458, [2023-04-12T06:09:17.437Z] "selinux-enabled": true, [2023-04-12T06:09:17.437Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-12T06:09:17.437Z] } [Pipeline] sh [2023-04-12T06:09:17.768Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-12T06:09:18.099Z] + sudo service docker restart [2023-04-12T06:09:35.788Z] Removing intermediate container c8d1adc129d0 [2023-04-12T06:09:35.788Z] ---> daa975b9ae74 [2023-04-12T06:09:35.788Z] Step 8/23 : COPY . . [2023-04-12T06:09:35.788Z] Removing intermediate container a67877d74d1b [2023-04-12T06:09:35.788Z] ---> 8e7e8b195860 [2023-04-12T06:09:35.788Z] Step 7/33 : COPY . . [2023-04-12T06:09:35.788Z] Removing intermediate container 8eee446a1ff6 [2023-04-12T06:09:35.788Z] ---> 0566ffd2bb49 [2023-04-12T06:09:35.788Z] Step 7/22 : COPY . . [2023-04-12T06:09:35.788Z] Removing intermediate container 4c4ee119f054 [2023-04-12T06:09:35.788Z] ---> e3663e5f3b82 [2023-04-12T06:09:35.788Z] Step 8/23 : COPY . . [2023-04-12T06:09:35.788Z] Removing intermediate container 0c170f780914 [2023-04-12T06:09:35.788Z] ---> d4f7e428a796 [2023-04-12T06:09:35.788Z] Step 7/20 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-12T06:09:36.354Z] provisioning config files... [2023-04-12T06:09:36.378Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/490@tmp/config1524106860296962346tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:09:36.719Z] ---> docker-login.sh [2023-04-12T06:09:36.719Z] nexus3.edgexfoundry.org:10001 [2023-04-12T06:09:37.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:09:37.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:09:37.307Z] Configure a credential helper to remove this warning. See [2023-04-12T06:09:37.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:09:37.307Z] [2023-04-12T06:09:37.307Z] Login Succeeded [2023-04-12T06:09:37.307Z] nexus3.edgexfoundry.org:10002 [2023-04-12T06:09:37.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:09:37.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:09:37.843Z] Configure a credential helper to remove this warning. See [2023-04-12T06:09:37.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:09:37.843Z] [2023-04-12T06:09:37.843Z] Login Succeeded [2023-04-12T06:09:37.843Z] nexus3.edgexfoundry.org:10003 [2023-04-12T06:09:38.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:09:38.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:09:38.116Z] Configure a credential helper to remove this warning. See [2023-04-12T06:09:38.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:09:38.116Z] [2023-04-12T06:09:38.116Z] Login Succeeded [2023-04-12T06:09:38.116Z] nexus3.edgexfoundry.org:10004 [2023-04-12T06:09:38.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:09:38.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:09:38.386Z] Configure a credential helper to remove this warning. See [2023-04-12T06:09:38.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:09:38.386Z] [2023-04-12T06:09:38.386Z] Login Succeeded [2023-04-12T06:09:38.386Z] docker.io [2023-04-12T06:09:38.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:09:38.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:09:38.926Z] Configure a credential helper to remove this warning. See [2023-04-12T06:09:38.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:09:38.926Z] [2023-04-12T06:09:38.926Z] Login Succeeded [2023-04-12T06:09:38.926Z] ---> docker-login.sh ends [Pipeline] } [2023-04-12T06:09:38.940Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-04-12T06:09:39.512Z] + git config --global --add safe.directory /w/workspace/edgex-go/490 [Pipeline] echo [2023-04-12T06:09:39.530Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-12T06:09:39.547Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-12T06:09:39.557Z] ========================================================= [2023-04-12T06:09:39.557Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-12T06:09:39.557Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-12T06:09:39.879Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-12T06:09:40.152Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-12T06:09:40.152Z] af6eaf76a39c: Pulling fs layer [2023-04-12T06:09:40.152Z] 55522c791124: Pulling fs layer [2023-04-12T06:09:40.152Z] ce5c4a1c91eb: Pulling fs layer [2023-04-12T06:09:40.152Z] 169dfbe0d373: Pulling fs layer [2023-04-12T06:09:40.152Z] e1ff8fa3b103: Pulling fs layer [2023-04-12T06:09:40.152Z] 52ebb69f0ebf: Pulling fs layer [2023-04-12T06:09:40.152Z] 5abe8eddf0d5: Pulling fs layer [2023-04-12T06:09:40.152Z] e1ff8fa3b103: Waiting [2023-04-12T06:09:40.152Z] 52ebb69f0ebf: Waiting [2023-04-12T06:09:40.152Z] 5abe8eddf0d5: Waiting [2023-04-12T06:09:40.152Z] 169dfbe0d373: Waiting [2023-04-12T06:09:40.152Z] 55522c791124: Download complete [2023-04-12T06:09:40.152Z] 169dfbe0d373: Download complete [2023-04-12T06:09:40.152Z] e1ff8fa3b103: Verifying Checksum [2023-04-12T06:09:40.152Z] e1ff8fa3b103: Download complete [2023-04-12T06:09:40.152Z] af6eaf76a39c: Verifying Checksum [2023-04-12T06:09:40.152Z] af6eaf76a39c: Download complete [2023-04-12T06:09:41.128Z] 5abe8eddf0d5: Verifying Checksum [2023-04-12T06:09:41.128Z] 5abe8eddf0d5: Download complete [2023-04-12T06:09:42.545Z] ce5c4a1c91eb: Verifying Checksum [2023-04-12T06:09:42.545Z] ce5c4a1c91eb: Download complete [2023-04-12T06:09:42.545Z] 52ebb69f0ebf: Verifying Checksum [2023-04-12T06:09:42.545Z] 52ebb69f0ebf: Download complete [2023-04-12T06:09:43.960Z] af6eaf76a39c: Pull complete [2023-04-12T06:09:44.229Z] 55522c791124: Pull complete [2023-04-12T06:09:54.315Z] ce5c4a1c91eb: Pull complete [2023-04-12T06:09:54.584Z] 169dfbe0d373: Pull complete [2023-04-12T06:09:54.854Z] e1ff8fa3b103: Pull complete [2023-04-12T06:10:01.548Z] 52ebb69f0ebf: Pull complete [2023-04-12T06:10:03.589Z] 5abe8eddf0d5: Pull complete [2023-04-12T06:10:03.589Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-12T06:10:03.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-12T06:10:03.589Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-12T06:10:03.924Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-12T06:10:03.924Z] WORKDIR /edgex [2023-04-12T06:10:03.924Z] COPY go.mod . [2023-04-12T06:10:03.924Z] RUN go mod download [2023-04-12T06:10:03.924Z] + docker build -t ci-base-image-arm64 -f - . [2023-04-12T06:10:04.531Z] Sending build context to Docker daemon 2.935MB [2023-04-12T06:10:04.531Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-12T06:10:04.531Z] ---> 6cb57ee374ae [2023-04-12T06:10:04.531Z] Step 2/4 : WORKDIR /edgex [2023-04-12T06:10:06.480Z] ---> Running in ba84108424ec [2023-04-12T06:10:06.480Z] Removing intermediate container ba84108424ec [2023-04-12T06:10:06.480Z] ---> 912e957f27f4 [2023-04-12T06:10:06.480Z] Step 3/4 : COPY go.mod . [2023-04-12T06:10:07.072Z] ---> 156e377820b6 [2023-04-12T06:10:07.072Z] Step 4/4 : RUN go mod download [2023-04-12T06:10:07.072Z] ---> Running in 7b7a10e45519 [2023-04-12T06:10:07.928Z] ---> cc48e9c939ab [2023-04-12T06:10:07.928Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-12T06:10:07.928Z] ---> be436582a4b5 [2023-04-12T06:10:07.928Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-12T06:10:07.928Z] ---> 654a9a05e41c [2023-04-12T06:10:07.928Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-12T06:10:07.928Z] ---> Running in c1d76452814b [2023-04-12T06:10:07.928Z] ---> 8a19797c7a38 [2023-04-12T06:10:07.928Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-12T06:10:07.928Z] ---> 7e59ccbf707f [2023-04-12T06:10:07.928Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-12T06:10:07.928Z] ---> Running in 352250777adb [2023-04-12T06:10:07.928Z] ---> Running in 71e4511a32d9 [2023-04-12T06:10:07.928Z] ---> Running in 53827b4edeb9 [2023-04-12T06:10:07.928Z] ---> Running in b7b0f59d75e4 [2023-04-12T06:10:07.928Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-12T06:10:07.928Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-04-12T06:10:07.928Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-12T06:10:07.928Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-12T06:10:07.928Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-12T06:10:39.307Z] Removing intermediate container 7b7a10e45519 [2023-04-12T06:10:39.307Z] ---> 6cc3a2addbc6 [2023-04-12T06:10:39.307Z] Successfully built 6cc3a2addbc6 [2023-04-12T06:10:39.307Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:10:39.646Z] + docker inspect -f . ci-base-image-arm64 [2023-04-12T06:10:39.646Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:10:39.868Z] prd-ubuntu20.04-docker-arm64-4c-16g-7542 does not seem to be running inside a container [2023-04-12T06:10:39.939Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-12T06:10:41.195Z] $ docker top bfff082a42e9c02c8e025e90f16f9625b071b9e96b5230b5b582cb2108dd6ba9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-12T06:10:42.027Z] + go version [2023-04-12T06:10:42.027Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-12T06:10:42.046Z] $ docker stop --time=1 bfff082a42e9c02c8e025e90f16f9625b071b9e96b5230b5b582cb2108dd6ba9 [2023-04-12T06:10:43.683Z] $ docker rm -f --volumes bfff082a42e9c02c8e025e90f16f9625b071b9e96b5230b5b582cb2108dd6ba9 [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-12T06:10:44.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-12T06:10:44.263Z] [2023-04-12T06:10:44.263Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:10:44.601Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-12T06:10:44.871Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-04-12T06:10:44.871Z] 29e5d40040c1: Pulling fs layer [2023-04-12T06:10:44.871Z] 1ce36da41761: Pulling fs layer [2023-04-12T06:10:44.871Z] 25b303627fd3: Pulling fs layer [2023-04-12T06:10:44.871Z] 29e5d40040c1: Download complete [2023-04-12T06:10:45.140Z] 1ce36da41761: Verifying Checksum [2023-04-12T06:10:45.140Z] 1ce36da41761: Download complete [2023-04-12T06:10:45.408Z] 29e5d40040c1: Pull complete [2023-04-12T06:10:46.825Z] 25b303627fd3: Verifying Checksum [2023-04-12T06:10:46.825Z] 25b303627fd3: Download complete [2023-04-12T06:10:46.825Z] 1ce36da41761: Pull complete [2023-04-12T06:10:56.918Z] 25b303627fd3: Pull complete [2023-04-12T06:10:56.918Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-04-12T06:10:56.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-12T06:10:56.918Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:10:57.100Z] prd-ubuntu20.04-docker-arm64-4c-16g-7542 does not seem to be running inside a container [2023-04-12T06:10:57.162Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-12T06:10:59.247Z] $ docker top 1c5291496f65ea65ffd0432812dcd09473f39b54f767e3fb5b01e9bd62b88b58 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-12T06:11:00.068Z] + grep parallel [2023-04-12T06:11:00.068Z] + docker-compose build --help [2023-04-12T06:11:04.322Z] --parallel Build images in parallel. [Pipeline] } [2023-04-12T06:11:04.342Z] $ docker stop --time=1 1c5291496f65ea65ffd0432812dcd09473f39b54f767e3fb5b01e9bd62b88b58 [2023-04-12T06:11:06.004Z] $ docker rm -f --volumes 1c5291496f65ea65ffd0432812dcd09473f39b54f767e3fb5b01e9bd62b88b58 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:11:06.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-12T06:11:06.548Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:11:06.721Z] prd-ubuntu20.04-docker-arm64-4c-16g-7542 does not seem to be running inside a container [2023-04-12T06:11:06.781Z] $ 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/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@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-12T06:11:07.917Z] $ docker top fe7af1748dc0d60f17177468be4b525a6dcf9905100d149a0af81f38c57b0d17 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-12T06:11:08.740Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-12T06:11:12.987Z] Building core-command ... [2023-04-12T06:11:12.987Z] Building core-common-config-bootstrapper ... [2023-04-12T06:11:12.987Z] Building core-data ... [2023-04-12T06:11:12.987Z] Building core-metadata ... [2023-04-12T06:11:12.987Z] Building security-bootstrapper ... [2023-04-12T06:11:12.987Z] Building security-proxy-auth ... [2023-04-12T06:11:12.987Z] Building security-proxy-setup ... [2023-04-12T06:11:12.987Z] Building security-secretstore-setup ... [2023-04-12T06:11:12.987Z] Building security-spiffe-token-provider ... [2023-04-12T06:11:12.987Z] Building security-spire-agent ... [2023-04-12T06:11:12.987Z] Building security-spire-config ... [2023-04-12T06:11:12.987Z] Building security-spire-server ... [2023-04-12T06:11:12.987Z] Building support-notifications ... [2023-04-12T06:11:12.987Z] Building support-scheduler ... [2023-04-12T06:11:12.987Z] Building security-bootstrapper [2023-04-12T06:11:12.987Z] Building support-scheduler [2023-04-12T06:11:12.987Z] Building core-data [2023-04-12T06:11:12.987Z] Building core-common-config-bootstrapper [2023-04-12T06:11:12.987Z] Building core-metadata [2023-04-12T06:11:15.836Z] Removing intermediate container 71e4511a32d9 [2023-04-12T06:11:15.836Z] ---> 5f073c8947c3 [2023-04-12T06:11:15.836Z] [2023-04-12T06:11:15.836Z] Step 9/33 : FROM alpine:3.17 [2023-04-12T06:11:15.836Z] Removing intermediate container 352250777adb [2023-04-12T06:11:15.836Z] ---> 90af4cf5b2f8 [2023-04-12T06:11:15.836Z] [2023-04-12T06:11:15.836Z] Step 9/20 : FROM alpine:3.17 [2023-04-12T06:11:15.836Z] 3.17: Pulling from library/alpine [2023-04-12T06:11:15.836Z] 3.17: Pulling from library/alpine [2023-04-12T06:11:15.836Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-12T06:11:15.836Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-12T06:11:15.836Z] Status: Downloaded newer image for alpine:3.17 [2023-04-12T06:11:15.837Z] Status: Downloaded newer image for alpine:3.17 [2023-04-12T06:11:15.837Z] ---> 9ed4aefc74f6 [2023-04-12T06:11:15.837Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-12T06:11:15.837Z] ---> 9ed4aefc74f6 [2023-04-12T06:11:15.837Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-12T06:11:15.837Z] ---> Running in 30d617e4be02 [2023-04-12T06:11:15.837Z] ---> Running in 5eb8b5a902d9 [2023-04-12T06:11:15.837Z] Removing intermediate container 53827b4edeb9 [2023-04-12T06:11:15.837Z] ---> fcdd500eafc9 [2023-04-12T06:11:15.837Z] [2023-04-12T06:11:15.837Z] Step 9/22 : FROM alpine:3.17 [2023-04-12T06:11:15.837Z] ---> 9ed4aefc74f6 [2023-04-12T06:11:15.837Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-12T06:11:16.093Z] ---> Running in 7655bbc679c5 [2023-04-12T06:11:16.351Z] Removing intermediate container c1d76452814b [2023-04-12T06:11:16.351Z] ---> 41d35d653740 [2023-04-12T06:11:16.351Z] [2023-04-12T06:11:16.351Z] Step 10/23 : FROM alpine:3.17 [2023-04-12T06:11:16.351Z] Removing intermediate container b7b0f59d75e4 [2023-04-12T06:11:16.351Z] ---> 9545ab1be680 [2023-04-12T06:11:16.351Z] [2023-04-12T06:11:16.351Z] Step 10/23 : FROM alpine:3.17 [2023-04-12T06:11:16.351Z] ---> 9ed4aefc74f6 [2023-04-12T06:11:16.351Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-12T06:11:16.351Z] ---> 9ed4aefc74f6 [2023-04-12T06:11:16.351Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-12T06:11:16.351Z] Removing intermediate container 5eb8b5a902d9 [2023-04-12T06:11:16.351Z] ---> c40604c41961 [2023-04-12T06:11:16.351Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-12T06:11:16.351Z] Removing intermediate container 30d617e4be02 [2023-04-12T06:11:16.351Z] ---> a5a54fb722bf [2023-04-12T06:11:16.351Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-12T06:11:16.351Z] ---> Running in cfc29abd41b4 [2023-04-12T06:11:16.351Z] ---> Running in 5709b22033e3 [2023-04-12T06:11:16.351Z] ---> Running in 185ac1558538 [2023-04-12T06:11:16.351Z] ---> Running in 05c31072ff87 [2023-04-12T06:11:16.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:17.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:17.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:17.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:18.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:18.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:18.157Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-12T06:11:18.157Z] (2/2) Installing openssl (3.0.8-r3) [2023-04-12T06:11:18.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:18.157Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:11:18.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:18.157Z] OK: 8 MiB in 17 packages [2023-04-12T06:11:18.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:18.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:18.455Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-12T06:11:18.455Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:11:18.455Z] OK: 7 MiB in 16 packages [2023-04-12T06:11:18.455Z] v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-12T06:11:18.455Z] v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-12T06:11:18.455Z] OK: 17818 distinct packages available [2023-04-12T06:11:18.455Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-12T06:11:18.455Z] (2/2) Installing su-exec (0.2-r2) [2023-04-12T06:11:18.455Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:11:18.455Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-12T06:11:18.455Z] OK: 7 MiB in 17 packages [2023-04-12T06:11:18.455Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-12T06:11:18.455Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:18.455Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:11:18.455Z] Executing ca-certificates-20220614-r4.trigger [2023-04-12T06:11:18.455Z] OK: 8 MiB in 17 packages [2023-04-12T06:11:18.719Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:18.719Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-12T06:11:18.719Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-12T06:11:18.719Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-12T06:11:18.719Z] (4/9) Installing libcurl (7.88.1-r1) [2023-04-12T06:11:18.991Z] (5/9) Installing curl (7.88.1-r1) [2023-04-12T06:11:18.991Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-12T06:11:18.991Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-12T06:11:18.991Z] (8/9) Installing libucontext (1.2-r0) [2023-04-12T06:11:18.991Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-12T06:11:18.991Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:11:18.991Z] Executing ca-certificates-20220614-r4.trigger [2023-04-12T06:11:18.991Z] Removing intermediate container 7655bbc679c5 [2023-04-12T06:11:18.991Z] ---> 729bc995335d [2023-04-12T06:11:18.991Z] 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-12T06:11:18.991Z] ---> Running in b62b7230bc84 [2023-04-12T06:11:18.991Z] OK: 10 MiB in 24 packages [2023-04-12T06:11:19.266Z] Removing intermediate container b62b7230bc84 [2023-04-12T06:11:19.266Z] ---> 848f24758fa4 [2023-04-12T06:11:19.266Z] Step 12/22 : WORKDIR /edgex [2023-04-12T06:11:19.266Z] ---> Running in 89595af3bd93 [2023-04-12T06:11:19.266Z] Removing intermediate container 185ac1558538 [2023-04-12T06:11:19.266Z] ---> 4b0142d3f90e [2023-04-12T06:11:19.266Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-12T06:11:19.266Z] Removing intermediate container 05c31072ff87 [2023-04-12T06:11:19.266Z] ---> 6cb360bb4c88 [2023-04-12T06:11:19.266Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-12T06:11:19.266Z] ---> Running in 92bb0b798f1c [2023-04-12T06:11:19.266Z] ---> Running in 455672ffc147 [2023-04-12T06:11:19.266Z] Removing intermediate container 89595af3bd93 [2023-04-12T06:11:19.266Z] ---> b5224ed30920 [2023-04-12T06:11:19.266Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:11:19.553Z] Removing intermediate container 92bb0b798f1c [2023-04-12T06:11:19.553Z] ---> ec8aa3cb75d0 [2023-04-12T06:11:19.553Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-12T06:11:19.553Z] Removing intermediate container 455672ffc147 [2023-04-12T06:11:19.553Z] ---> f09df546965f [2023-04-12T06:11:19.553Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-12T06:11:19.553Z] ---> Running in ce8d540a03f0 [2023-04-12T06:11:19.553Z] ---> Running in 54f4cb5e4a5d [2023-04-12T06:11:19.815Z] Removing intermediate container ce8d540a03f0 [2023-04-12T06:11:19.815Z] ---> 6fed2f5ed265 [2023-04-12T06:11:19.815Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-12T06:11:19.815Z] Removing intermediate container 54f4cb5e4a5d [2023-04-12T06:11:19.815Z] ---> 7782290857dd [2023-04-12T06:11:19.815Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-12T06:11:19.815Z] ---> 7daf5a84058e [2023-04-12T06:11:19.815Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:11:19.815Z] ---> Running in 068df8eb18b1 [2023-04-12T06:11:19.815Z] ---> Running in 386c8fd93ff9 [2023-04-12T06:11:20.073Z] Removing intermediate container 5709b22033e3 [2023-04-12T06:11:20.073Z] ---> f7cd9de74dae [2023-04-12T06:11:20.073Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-12T06:11:20.073Z] Removing intermediate container cfc29abd41b4 [2023-04-12T06:11:20.073Z] ---> 23096f3e58e3 [2023-04-12T06:11:20.073Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:11:20.073Z] ---> Running in 2c45e94b2498 [2023-04-12T06:11:20.073Z] Removing intermediate container 068df8eb18b1 [2023-04-12T06:11:20.073Z] ---> b699cf3dfd16 [2023-04-12T06:11:20.073Z] ---> 75891d80b0bb [2023-04-12T06:11:20.073Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yamlStep 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-12T06:11:20.073Z] Removing intermediate container 386c8fd93ff9 [2023-04-12T06:11:20.073Z] [2023-04-12T06:11:20.073Z] ---> da4af6bd2a72 [2023-04-12T06:11:20.073Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:11:20.073Z] ---> Running in b672b6c8ab37 [2023-04-12T06:11:20.073Z] ---> 75e17deab26c [2023-04-12T06:11:20.073Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:11:20.330Z] Removing intermediate container 2c45e94b2498 [2023-04-12T06:11:20.330Z] ---> 1b61b87c042c [2023-04-12T06:11:20.330Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-12T06:11:20.330Z] ---> Running in cc65e8e95ef8 [2023-04-12T06:11:20.330Z] Removing intermediate container b672b6c8ab37 [2023-04-12T06:11:20.330Z] ---> a70d74105829 [2023-04-12T06:11:20.330Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-12T06:11:20.330Z] ---> Running in fb1091d9f277 [2023-04-12T06:11:20.330Z] ---> 48ab36a0833e [2023-04-12T06:11:20.330Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:11:20.330Z] ---> 6066745845ae [2023-04-12T06:11:20.330Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-12T06:11:20.330Z] ---> 0f04dd568a86 [2023-04-12T06:11:20.330Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-12T06:11:20.330Z] Removing intermediate container cc65e8e95ef8 [2023-04-12T06:11:20.330Z] ---> df233f592fb3 [2023-04-12T06:11:20.330Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-12T06:11:20.330Z] ---> Running in 843972637afa [2023-04-12T06:11:20.330Z] ---> caac94a78fb9 [2023-04-12T06:11:20.330Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-12T06:11:22.232Z] Removing intermediate container 843972637afa [2023-04-12T06:11:22.232Z] ---> 190b215a0f68 [2023-04-12T06:11:22.232Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:11:22.232Z] ---> b5cb571829b8 [2023-04-12T06:11:22.233Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-12T06:11:22.233Z] ---> b75e9eb1891d [2023-04-12T06:11:22.233Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:11:22.233Z] ---> df04dda562e7 [2023-04-12T06:11:22.233Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:11:22.233Z] ---> a5260e11e32c [2023-04-12T06:11:22.233Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:11:22.233Z] ---> 68dbfad31231 [2023-04-12T06:11:22.233Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-12T06:11:22.233Z] ---> 2cb74fbd21e4 [2023-04-12T06:11:22.233Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-12T06:11:22.233Z] ---> Running in e30e6dee8e76 [2023-04-12T06:11:22.233Z] ---> Running in 3963f073ff4c [2023-04-12T06:11:22.233Z] ---> 981ecd2bcfb7 [2023-04-12T06:11:22.233Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-12T06:11:22.233Z] Removing intermediate container fb1091d9f277 [2023-04-12T06:11:22.233Z] ---> 8f310a97eb93 [2023-04-12T06:11:22.233Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-12T06:11:22.233Z] ---> cf9c49cdaaec [2023-04-12T06:11:22.233Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-12T06:11:22.233Z] ---> Running in 49bcf1939a16 [2023-04-12T06:11:22.233Z] ---> Running in 577df45472fe [2023-04-12T06:11:22.233Z] Removing intermediate container 3963f073ff4c [2023-04-12T06:11:22.233Z] ---> c0b90d86a9ad [2023-04-12T06:11:22.233Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-12T06:11:22.233Z] ---> Running in aa7e5c3e2ea2 [2023-04-12T06:11:22.233Z] Removing intermediate container 49bcf1939a16 [2023-04-12T06:11:22.233Z] ---> 48838afadbb4 [2023-04-12T06:11:22.233Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-12T06:11:22.490Z] ---> Running in 70398dec6d5b [2023-04-12T06:11:22.490Z] Removing intermediate container 577df45472fe [2023-04-12T06:11:22.490Z] ---> 2918a6a7939b [2023-04-12T06:11:22.490Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-12T06:11:22.490Z] Removing intermediate container aa7e5c3e2ea2 [2023-04-12T06:11:22.490Z] ---> a1bf0da30143 [2023-04-12T06:11:22.490Z] Step 18/20 : LABEL arch=x86_64 [2023-04-12T06:11:23.057Z] Removing intermediate container 70398dec6d5b [2023-04-12T06:11:23.057Z] ---> 2f601a5e5361 [2023-04-12T06:11:23.057Z] Step 21/23 : LABEL arch=x86_64 [2023-04-12T06:11:23.057Z] ---> Running in 1852a77d60a9 [2023-04-12T06:11:23.057Z] ---> 12598399f676 [2023-04-12T06:11:23.057Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-12T06:11:23.070Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:11:23.070Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:11:23.070Z] ---> 6cc3a2addbc6 [2023-04-12T06:11:23.070Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:11:23.070Z] ---> Running in 960e897089db [2023-04-12T06:11:23.070Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:11:23.070Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:11:23.070Z] ---> 6cc3a2addbc6 [2023-04-12T06:11:23.070Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:11:23.070Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:11:23.070Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:11:23.070Z] ---> 6cc3a2addbc6 [2023-04-12T06:11:23.070Z] Step 3/33 : WORKDIR /edgex-go [2023-04-12T06:11:23.070Z] ---> Running in 0f75bebbbc00 [2023-04-12T06:11:23.070Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:11:23.070Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:11:23.070Z] ---> 6cc3a2addbc6 [2023-04-12T06:11:23.070Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:11:23.070Z] ---> Running in 2fe228b90f66 [2023-04-12T06:11:23.070Z] ---> Running in ceffc35bdade [2023-04-12T06:11:23.070Z] Removing intermediate container 960e897089db [2023-04-12T06:11:23.070Z] ---> 41fdb3fc5757 [2023-04-12T06:11:23.070Z] Step 4/25 : WORKDIR /edgex-go [2023-04-12T06:11:23.070Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:11:23.070Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:11:23.070Z] ---> 6cc3a2addbc6 [2023-04-12T06:11:23.070Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:11:23.070Z] ---> Using cache [2023-04-12T06:11:23.070Z] ---> 41fdb3fc5757 [2023-04-12T06:11:23.070Z] Step 4/23 : WORKDIR /edgex-go [2023-04-12T06:11:23.070Z] ---> Running in a96823301f56 [2023-04-12T06:11:23.316Z] ---> 77d980ddae9f [2023-04-12T06:11:23.316Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:11:23.316Z] ---> Running in 8576d5f7e1a8 [2023-04-12T06:11:23.316Z] ---> Running in b1ed072af907 [2023-04-12T06:11:23.316Z] Removing intermediate container 1852a77d60a9 [2023-04-12T06:11:23.316Z] ---> 6cbd211845e1 [2023-04-12T06:11:23.316Z] Step 19/20 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:11:23.316Z] Removing intermediate container 8576d5f7e1a8 [2023-04-12T06:11:23.316Z] ---> 580db9c30b41 [2023-04-12T06:11:23.316Z] Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:11:23.316Z] ---> Running in bba02c26c6ff [2023-04-12T06:11:23.339Z] Removing intermediate container 0f75bebbbc00 [2023-04-12T06:11:23.339Z] ---> c7f2f9c6bb6b [2023-04-12T06:11:23.339Z] Step 4/23 : WORKDIR /edgex-go [2023-04-12T06:11:23.339Z] ---> Running in fdfc0ee53b71 [2023-04-12T06:11:23.339Z] Removing intermediate container ceffc35bdade [2023-04-12T06:11:23.340Z] ---> 33a839438c4e [2023-04-12T06:11:23.340Z] Step 4/23 : WORKDIR /edgex-go [2023-04-12T06:11:23.340Z] Removing intermediate container 2fe228b90f66 [2023-04-12T06:11:23.340Z] ---> 22bcd0e0ede6 [2023-04-12T06:11:23.340Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-12T06:11:23.340Z] ---> Running in 9000ffc5195f [2023-04-12T06:11:23.340Z] ---> Running in 171e05c43639 [2023-04-12T06:11:23.574Z] ---> Running in 0898458b37e7 [2023-04-12T06:11:23.574Z] ---> 8461ba5a0fe5 [2023-04-12T06:11:23.574Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-12T06:11:23.574Z] Removing intermediate container bba02c26c6ff [2023-04-12T06:11:23.574Z] ---> 5033adf2eb3a [2023-04-12T06:11:23.574Z] Step 20/20 : LABEL version=3.0.0-dev.128 [2023-04-12T06:11:23.574Z] ---> Running in ddb71f9f5fe4 [2023-04-12T06:11:23.574Z] ---> Running in 418b345e58b4 [2023-04-12T06:11:23.574Z] Removing intermediate container 0898458b37e7 [2023-04-12T06:11:23.574Z] ---> 21ac00b91503 [2023-04-12T06:11:23.574Z] Step 23/23 : LABEL version=3.0.0-dev.128 [2023-04-12T06:11:23.574Z] ---> Running in 539b86fca7d7 [2023-04-12T06:11:23.574Z] Removing intermediate container 418b345e58b4 [2023-04-12T06:11:23.574Z] ---> d5e30fbafa75 [2023-04-12T06:11:23.574Z] [2023-04-12T06:11:23.574Z] Removing intermediate container e30e6dee8e76 [2023-04-12T06:11:23.574Z] ---> 1507f31dda36 [2023-04-12T06:11:23.574Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-12T06:11:23.574Z] Removing intermediate container ddb71f9f5fe4 [2023-04-12T06:11:23.574Z] ---> 85102ff64d3d [2023-04-12T06:11:23.574Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-12T06:11:23.606Z] ---> Running in f6ea24b0e2ae [2023-04-12T06:11:23.833Z] ---> Running in b32e0f17cd41 [2023-04-12T06:11:23.833Z] ---> Running in 8b6f9e7fe214 [2023-04-12T06:11:23.833Z] Successfully built d5e30fbafa75 [2023-04-12T06:11:23.833Z] Successfully tagged security-spiffe-token-provider:latest [2023-04-12T06:11:23.833Z]  Building security-spiffe-token-provider ... done Building security-proxy-auth [2023-04-12T06:11:23.833Z] Removing intermediate container 539b86fca7d7 [2023-04-12T06:11:23.833Z] ---> 91b64b24b70d [2023-04-12T06:11:23.833Z] [2023-04-12T06:11:23.833Z] Successfully built 91b64b24b70d [2023-04-12T06:11:23.833Z] Successfully tagged support-scheduler:latest [2023-04-12T06:11:23.833Z]  Building support-scheduler ... done Building core-common-config-bootstrapper [2023-04-12T06:11:23.833Z] Removing intermediate container b32e0f17cd41 [2023-04-12T06:11:23.833Z] ---> c33ce71aa1dc [2023-04-12T06:11:23.833Z] Step 20/22 : LABEL arch=x86_64 [2023-04-12T06:11:23.833Z] Removing intermediate container 8b6f9e7fe214 [2023-04-12T06:11:23.833Z] ---> 15f22deb5825 [2023-04-12T06:11:23.833Z] Step 21/23 : LABEL arch=x86_64 [2023-04-12T06:11:23.875Z] Removing intermediate container a96823301f56 [2023-04-12T06:11:23.875Z] ---> 729cae6a6634 [2023-04-12T06:11:23.875Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-12T06:11:23.875Z] ---> Running in 173aeadb7ecb [2023-04-12T06:11:24.145Z] Removing intermediate container fdfc0ee53b71 [2023-04-12T06:11:24.145Z] ---> 61b286546bf5 [2023-04-12T06:11:24.145Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-12T06:11:24.413Z] Removing intermediate container 171e05c43639 [2023-04-12T06:11:24.413Z] ---> 37b1ba545518 [2023-04-12T06:11:24.413Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-12T06:11:24.413Z] ---> Running in bd860ac11707 [2023-04-12T06:11:24.413Z] Removing intermediate container 9000ffc5195f [2023-04-12T06:11:24.413Z] ---> 25b9a40158c1 [2023-04-12T06:11:24.413Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-12T06:11:24.413Z] ---> Running in 0f2315b70f77 [2023-04-12T06:11:24.683Z] ---> Running in dda309d9568c [2023-04-12T06:11:25.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:11:26.233Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:11:26.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:11:26.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:11:26.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:11:26.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:11:26.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:11:27.374Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:11:27.374Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:11:27.374Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:11:27.960Z] OK: 263 MiB in 53 packages [2023-04-12T06:11:27.960Z] OK: 263 MiB in 53 packages [2023-04-12T06:11:28.035Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:11:28.035Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:11:28.035Z] ---> 951dee3ec5e7 [2023-04-12T06:11:28.035Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:11:28.035Z] ---> Using cache [2023-04-12T06:11:28.035Z] ---> 411a8d57a9e3 [2023-04-12T06:11:28.035Z] Step 4/23 : WORKDIR /edgex-go [2023-04-12T06:11:28.035Z] ---> Using cache [2023-04-12T06:11:28.035Z] ---> f4fd6a6d2710 [2023-04-12T06:11:28.035Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-12T06:11:28.035Z] ---> Using cache [2023-04-12T06:11:28.035Z] ---> ac9f38c52f7f [2023-04-12T06:11:28.035Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-12T06:11:28.035Z] ---> Using cache [2023-04-12T06:11:28.035Z] ---> 9c8605876b54 [2023-04-12T06:11:28.035Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:11:28.035Z] ---> Using cache [2023-04-12T06:11:28.035Z] ---> e3663e5f3b82 [2023-04-12T06:11:28.035Z] Step 8/23 : COPY . . [2023-04-12T06:11:28.035Z] ---> Using cache [2023-04-12T06:11:28.035Z] ---> cc48e9c939ab [2023-04-12T06:11:28.035Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-12T06:11:28.929Z] OK: 263 MiB in 53 packages [2023-04-12T06:11:28.929Z] OK: 263 MiB in 53 packages [2023-04-12T06:11:28.968Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:11:28.968Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:11:28.968Z] ---> 951dee3ec5e7 [2023-04-12T06:11:28.968Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:11:28.969Z] ---> Using cache [2023-04-12T06:11:28.969Z] ---> 411a8d57a9e3 [2023-04-12T06:11:28.969Z] Step 4/23 : WORKDIR /edgex-go [2023-04-12T06:11:28.969Z] ---> Using cache [2023-04-12T06:11:28.969Z] ---> f4fd6a6d2710 [2023-04-12T06:11:28.969Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-12T06:11:28.969Z] ---> Using cache [2023-04-12T06:11:28.969Z] ---> ac9f38c52f7f [2023-04-12T06:11:28.969Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-12T06:11:28.969Z] ---> Using cache [2023-04-12T06:11:28.969Z] ---> 9c8605876b54 [2023-04-12T06:11:28.969Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:11:28.969Z] ---> Using cache [2023-04-12T06:11:28.969Z] ---> e3663e5f3b82 [2023-04-12T06:11:28.969Z] Step 8/23 : COPY . . [2023-04-12T06:11:28.969Z] ---> Using cache [2023-04-12T06:11:28.969Z] ---> cc48e9c939ab [2023-04-12T06:11:28.969Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-12T06:11:29.197Z] OK: 263 MiB in 53 packages [2023-04-12T06:11:33.457Z] Removing intermediate container f6ea24b0e2ae [2023-04-12T06:11:33.457Z] ---> b2c0721fb4e8 [2023-04-12T06:11:33.457Z] Removing intermediate container 173aeadb7ecb [2023-04-12T06:11:33.457Z] Step 5/33 : COPY go.mod vendor* ./ ---> b93a1665cb23 [2023-04-12T06:11:33.457Z] [2023-04-12T06:11:33.457Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-12T06:11:33.457Z] Removing intermediate container bd860ac11707 [2023-04-12T06:11:33.457Z] ---> 9fbf00d74ae8 [2023-04-12T06:11:33.457Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-12T06:11:33.457Z] Removing intermediate container dda309d9568c [2023-04-12T06:11:33.457Z] ---> 0e7c9a978d3f [2023-04-12T06:11:33.457Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-12T06:11:33.744Z] Removing intermediate container 0f2315b70f77 [2023-04-12T06:11:33.744Z] ---> 0320b22bfe84 [2023-04-12T06:11:33.744Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-12T06:11:34.019Z] ---> c77c1fad3221 [2023-04-12T06:11:34.019Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:11:34.019Z] ---> Running in 9c2dd702273e [2023-04-12T06:11:34.289Z] ---> e76bda47e824 [2023-04-12T06:11:34.289Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:11:34.558Z] ---> Running in 068319bef127 [2023-04-12T06:11:34.826Z] ---> 51d374623096 [2023-04-12T06:11:34.826Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:11:34.826Z] ---> 86d3af02810a [2023-04-12T06:11:34.826Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:11:35.092Z] ---> a4b77e0e1f0c [2023-04-12T06:11:35.092Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:11:35.092Z] ---> Running in d94a22fd7629 [2023-04-12T06:11:35.092Z] ---> Running in 13da5d4e0006 [2023-04-12T06:11:35.372Z] ---> Running in 36e0d3c625ad [2023-04-12T06:11:35.562Z] ---> Running in 6af51d48c517 [2023-04-12T06:11:35.562Z] ---> Running in 1a7a32b09526 [2023-04-12T06:11:35.562Z] ---> Running in 28b5fae7825a [2023-04-12T06:11:35.562Z] ---> Running in 481cb35a9c14 [2023-04-12T06:11:35.562Z] Removing intermediate container b1ed072af907 [2023-04-12T06:11:35.562Z] Removing intermediate container 6af51d48c517 [2023-04-12T06:11:35.562Z] ---> 01e8a8da503a [2023-04-12T06:11:35.562Z] ---> 7e3abbd17f86 [2023-04-12T06:11:35.562Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:11:35.562Z] Step 21/22 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:11:35.563Z] Removing intermediate container 1a7a32b09526 [2023-04-12T06:11:35.563Z] ---> 796fcfb28cd4 [2023-04-12T06:11:35.563Z] Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:11:35.563Z] ---> Running in 10e098a3275d [2023-04-12T06:11:35.563Z] ---> Running in f704203db849 [2023-04-12T06:11:35.563Z] Removing intermediate container f704203db849 [2023-04-12T06:11:35.563Z] ---> b7f69f53da4c [2023-04-12T06:11:35.563Z] Step 23/23 : LABEL version=3.0.0-dev.128 [2023-04-12T06:11:35.563Z] Removing intermediate container 10e098a3275d [2023-04-12T06:11:35.563Z] ---> 4e723247081c [2023-04-12T06:11:35.563Z] Step 22/22 : LABEL version=3.0.0-dev.128 [2023-04-12T06:11:35.563Z] ---> 65062a0334f3 [2023-04-12T06:11:35.563Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:11:35.563Z] ---> Running in a2b33a6e19c4 [2023-04-12T06:11:35.563Z] ---> Running in 5ec5a4d9aa5f [2023-04-12T06:11:35.563Z] Removing intermediate container a2b33a6e19c4 [2023-04-12T06:11:35.563Z] ---> 3dd68fa7db61 [2023-04-12T06:11:35.563Z] [2023-04-12T06:11:35.563Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-12T06:11:35.563Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-12T06:11:35.563Z] Removing intermediate container 5ec5a4d9aa5f [2023-04-12T06:11:35.563Z] ---> 880870249d93 [2023-04-12T06:11:35.563Z] [2023-04-12T06:11:35.563Z] Successfully built 3dd68fa7db61 [2023-04-12T06:11:35.563Z] ---> af9d6ef46ec5 [2023-04-12T06:11:35.563Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-12T06:11:35.563Z] Successfully tagged support-notifications:latest [2023-04-12T06:11:35.563Z]  Building support-notifications ... done Building security-spire-config [2023-04-12T06:11:35.563Z] Successfully built 880870249d93 [2023-04-12T06:11:35.563Z] Successfully tagged security-proxy-setup:latest [2023-04-12T06:11:35.563Z]  Building security-proxy-setup ... done Building security-spire-server [2023-04-12T06:11:39.758Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:11:39.758Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:11:39.758Z] ---> 951dee3ec5e7 [2023-04-12T06:11:39.758Z] Step 3/27 : WORKDIR /edgex-go [2023-04-12T06:11:39.758Z] ---> Using cache [2023-04-12T06:11:39.758Z] ---> 8bbe0febd380 [2023-04-12T06:11:39.758Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-12T06:11:44.007Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:11:44.007Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:11:44.007Z] ---> 951dee3ec5e7 [2023-04-12T06:11:44.007Z] Step 3/26 : WORKDIR /edgex-go [2023-04-12T06:11:44.007Z] ---> Using cache [2023-04-12T06:11:44.007Z] ---> 8bbe0febd380 [2023-04-12T06:11:44.007Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-12T06:11:58.942Z] ---> 55043ab5a8fa [2023-04-12T06:11:58.942Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-12T06:11:58.942Z] ---> Running in 36a41806eecc [2023-04-12T06:11:58.942Z] ---> Running in 91c87c85739b [2023-04-12T06:11:58.942Z] ---> 8b99620fc470 [2023-04-12T06:11:58.942Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-12T06:11:58.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:58.942Z] ---> a12bda1f7243 [2023-04-12T06:11:58.942Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-12T06:11:58.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:58.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:58.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:11:58.942Z] OK: 265 MiB in 53 packages [2023-04-12T06:11:58.942Z] ---> 46e928b20e36 [2023-04-12T06:11:58.942Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-12T06:11:58.942Z] OK: 265 MiB in 53 packages [2023-04-12T06:11:58.942Z] ---> 11649460cdfc [2023-04-12T06:11:58.942Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-12T06:11:58.942Z] Removing intermediate container 36a41806eecc [2023-04-12T06:11:58.942Z] ---> 3eaa130706f9 [2023-04-12T06:11:58.942Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-12T06:11:58.942Z] ---> 9877194449ea [2023-04-12T06:11:58.942Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-12T06:11:58.942Z] ---> Running in bd4a2326c86f [2023-04-12T06:11:58.942Z] ---> bd63065a7c86 [2023-04-12T06:11:58.942Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:11:59.201Z] ---> Running in ef0f5edce087 [2023-04-12T06:11:59.201Z] Removing intermediate container 91c87c85739b [2023-04-12T06:11:59.201Z] ---> ef1170ed06bf [2023-04-12T06:11:59.201Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-12T06:12:01.119Z] ---> d1e5aa9567de [2023-04-12T06:12:01.119Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:12:02.511Z] ---> Running in 86edeb382f96 [2023-04-12T06:12:09.098Z] Removing intermediate container bd4a2326c86f [2023-04-12T06:12:09.098Z] ---> bfbc7b345719 [2023-04-12T06:12:09.098Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-12T06:12:09.098Z] ---> Running in 66bc031f7f4d [2023-04-12T06:12:10.034Z] Removing intermediate container 66bc031f7f4d [2023-04-12T06:12:10.034Z] ---> dd7d7388f674 [2023-04-12T06:12:10.034Z] Step 30/33 : CMD ["gate"] [2023-04-12T06:12:18.145Z] ---> Running in 3c1497adfb04 [2023-04-12T06:12:18.405Z] Removing intermediate container 481cb35a9c14 [2023-04-12T06:12:18.405Z] ---> 53f5d0a319de [2023-04-12T06:12:18.405Z] [2023-04-12T06:12:18.405Z] Step 10/23 : FROM alpine:3.17 [2023-04-12T06:12:18.405Z] ---> 9ed4aefc74f6 [2023-04-12T06:12:18.405Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-12T06:12:18.972Z] Removing intermediate container 28b5fae7825a [2023-04-12T06:12:18.973Z] ---> 6ea4d8fab25f [2023-04-12T06:12:18.973Z] [2023-04-12T06:12:18.973Z] Step 10/23 : FROM alpine:3.17 [2023-04-12T06:12:18.973Z] ---> 9ed4aefc74f6 [2023-04-12T06:12:18.973Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-12T06:12:19.910Z] ---> Running in 5e8899d137d2 [2023-04-12T06:12:20.845Z] ---> Running in 775b502c8f38 [2023-04-12T06:12:20.845Z] Removing intermediate container 3c1497adfb04 [2023-04-12T06:12:20.845Z] ---> f5cf206ee8fe [2023-04-12T06:12:20.845Z] Step 31/33 : LABEL arch=x86_64 [2023-04-12T06:12:29.007Z] Removing intermediate container 5e8899d137d2 [2023-04-12T06:12:29.007Z] ---> 9039cf349fd5 [2023-04-12T06:12:29.007Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-12T06:12:29.007Z] ---> Running in 2d99e5e52a93 [2023-04-12T06:12:29.007Z] Removing intermediate container 775b502c8f38 [2023-04-12T06:12:29.007Z] ---> 9756debb88ea [2023-04-12T06:12:29.007Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-12T06:12:31.783Z] ---> Running in a43560517bdf [2023-04-12T06:12:32.059Z] ---> Running in 789274510c5b [2023-04-12T06:12:32.336Z] Removing intermediate container 2d99e5e52a93 [2023-04-12T06:12:32.336Z] ---> 37ea5ad2f87b [2023-04-12T06:12:32.336Z] Step 32/33 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:12:32.732Z] ---> Running in 4bcb3ccf0cc9 [2023-04-12T06:12:33.310Z] Removing intermediate container 4bcb3ccf0cc9 [2023-04-12T06:12:33.310Z] ---> b9482ea25262 [2023-04-12T06:12:33.310Z] Step 33/33 : LABEL version=3.0.0-dev.128 [2023-04-12T06:12:36.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:12:36.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:12:37.531Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-12T06:12:37.531Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:12:37.531Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:12:37.531Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:12:37.531Z] OK: 7 MiB in 16 packages [2023-04-12T06:12:37.531Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-12T06:12:37.531Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:12:37.531Z] OK: 7 MiB in 16 packages [2023-04-12T06:12:45.730Z] ---> Running in 3b0a5228695f [2023-04-12T06:12:45.730Z] Removing intermediate container 3b0a5228695f [2023-04-12T06:12:45.730Z] ---> ee1488b44881 [2023-04-12T06:12:45.730Z] [2023-04-12T06:12:45.730Z] Removing intermediate container a43560517bdf [2023-04-12T06:12:45.730Z] ---> baf1857b47f7 [2023-04-12T06:12:45.730Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:12:45.730Z] Removing intermediate container 789274510c5b [2023-04-12T06:12:45.730Z] ---> 0d4e2844bc2a [2023-04-12T06:12:45.730Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:12:45.730Z] Successfully built ee1488b44881 [2023-04-12T06:12:45.730Z] Successfully tagged security-bootstrapper:latest [2023-04-12T06:12:45.730Z]  Building security-bootstrapper ... done Building core-command [2023-04-12T06:12:46.307Z] Removing intermediate container ef0f5edce087 [2023-04-12T06:12:46.307Z] ---> 07c702ee6e00 [2023-04-12T06:12:46.307Z] Step 7/27 : COPY . . [2023-04-12T06:12:46.307Z] Removing intermediate container 86edeb382f96 [2023-04-12T06:12:46.307Z] ---> aee5b8cdca3e [2023-04-12T06:12:46.307Z] Step 7/26 : COPY . . [2023-04-12T06:12:50.514Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:12:50.514Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:12:50.514Z] ---> 951dee3ec5e7 [2023-04-12T06:12:50.514Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:12:50.514Z] ---> Using cache [2023-04-12T06:12:50.514Z] ---> 411a8d57a9e3 [2023-04-12T06:12:50.514Z] Step 4/24 : WORKDIR /edgex-go [2023-04-12T06:12:50.514Z] ---> Using cache [2023-04-12T06:12:50.514Z] ---> f4fd6a6d2710 [2023-04-12T06:12:50.514Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-12T06:12:50.515Z] ---> Using cache [2023-04-12T06:12:50.515Z] ---> ac9f38c52f7f [2023-04-12T06:12:50.515Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-12T06:12:50.515Z] ---> Using cache [2023-04-12T06:12:50.515Z] ---> 9c8605876b54 [2023-04-12T06:12:50.515Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:12:50.515Z] ---> Using cache [2023-04-12T06:12:50.515Z] ---> e3663e5f3b82 [2023-04-12T06:12:50.515Z] Step 8/24 : COPY . . [2023-04-12T06:12:50.515Z] ---> Using cache [2023-04-12T06:12:50.515Z] ---> cc48e9c939ab [2023-04-12T06:12:50.515Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-12T06:13:08.606Z] ---> 27ed56867262 [2023-04-12T06:13:08.606Z] ---> 32afcb4085c9 [2023-04-12T06:13:08.606Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt /Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:13:08.606Z] [2023-04-12T06:13:08.606Z] ---> bf772162be38 [2023-04-12T06:13:08.606Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-12T06:13:08.606Z] ---> Running in b8592fdfb5c5 [2023-04-12T06:13:08.606Z] ---> Running in b463dcf038c5 [2023-04-12T06:13:08.606Z] ---> fe9cf3f37be4 [2023-04-12T06:13:08.606Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-12T06:13:08.606Z] ---> aefa6386c3e3 [2023-04-12T06:13:08.606Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-12T06:13:08.606Z] ---> 3da71dae89d4 [2023-04-12T06:13:08.606Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-12T06:13:08.606Z] ---> Running in 2a48d182d965 [2023-04-12T06:13:08.606Z] Removing intermediate container b463dcf038c5 [2023-04-12T06:13:08.606Z] ---> 0800eb8d968d [2023-04-12T06:13:08.606Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-12T06:13:08.606Z] ---> Running in a7f2889f04d7 [2023-04-12T06:13:08.606Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-12T06:13:08.606Z] Removing intermediate container 2a48d182d965 [2023-04-12T06:13:08.606Z] ---> 00f82e598a56 [2023-04-12T06:13:08.606Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-12T06:13:08.606Z] ---> a84e1ce811d8 [2023-04-12T06:13:08.606Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:13:08.606Z] ---> 903e6db5c4ed [2023-04-12T06:13:08.606Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:13:08.606Z] ---> Running in da318a6203e7 [2023-04-12T06:13:08.606Z] Removing intermediate container a7f2889f04d7 [2023-04-12T06:13:08.606Z] ---> c2fcb9adbf7a [2023-04-12T06:13:08.606Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-12T06:13:08.606Z] ---> Running in ee721f79582b [2023-04-12T06:13:08.606Z] ---> d3a41796aa8b [2023-04-12T06:13:08.606Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-12T06:13:08.606Z] Removing intermediate container da318a6203e7 [2023-04-12T06:13:08.606Z] ---> ac70d96e4f1b [2023-04-12T06:13:08.606Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-12T06:13:08.606Z] ---> 58d20aa889a6 [2023-04-12T06:13:08.606Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-12T06:13:08.606Z] Removing intermediate container ee721f79582b [2023-04-12T06:13:08.606Z] ---> ecfc0cbf425d [2023-04-12T06:13:08.606Z] 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-12T06:13:08.606Z] ---> Running in 18bd4bcc48b1 [2023-04-12T06:13:08.606Z] ---> Running in 0315a4b02575 [2023-04-12T06:13:08.606Z] ---> 83c69e99aa64 [2023-04-12T06:13:08.606Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-12T06:13:08.606Z] Removing intermediate container 0315a4b02575 [2023-04-12T06:13:08.606Z] ---> 739108ca6bc8 [2023-04-12T06:13:08.606Z] 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-12T06:13:08.606Z] ---> Running in 0b1fbfac53e3 [2023-04-12T06:13:08.606Z] ---> Running in 8272f2c1ddf4 [2023-04-12T06:13:08.606Z] ---> 9f2664562734 [2023-04-12T06:13:08.606Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-12T06:13:08.606Z] ---> Running in ad21600caade [2023-04-12T06:13:08.606Z] Removing intermediate container 18bd4bcc48b1 [2023-04-12T06:13:08.606Z] ---> be501773875a [2023-04-12T06:13:08.606Z] Step 12/26 : WORKDIR /edgex-go [2023-04-12T06:13:08.606Z] ---> Running in 99de7863d62d [2023-04-12T06:13:08.606Z] Removing intermediate container 99de7863d62d [2023-04-12T06:13:08.606Z] ---> 7fd48cb0212b [2023-04-12T06:13:08.606Z] [2023-04-12T06:13:08.606Z] Step 13/26 : FROM alpine:3.17 [2023-04-12T06:13:08.606Z] ---> 9ed4aefc74f6 [2023-04-12T06:13:08.606Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-12T06:13:08.606Z] ---> Running in 34904611f0f2 [2023-04-12T06:13:08.606Z] Removing intermediate container 34904611f0f2 [2023-04-12T06:13:08.606Z] ---> a851f5b14634 [2023-04-12T06:13:08.606Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-12T06:13:08.606Z] ---> Running in 5b0614cae8e4 [2023-04-12T06:13:08.606Z] Removing intermediate container 0b1fbfac53e3 [2023-04-12T06:13:08.606Z] ---> 539eec5460eb [2023-04-12T06:13:08.606Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-12T06:13:08.606Z] ---> Running in fc4747e378a1 [2023-04-12T06:13:08.868Z] Removing intermediate container 8272f2c1ddf4 [2023-04-12T06:13:08.868Z] ---> 02ab2b83f772 [2023-04-12T06:13:08.868Z] Step 12/27 : WORKDIR /edgex-go [2023-04-12T06:13:08.868Z] ---> Running in e77b3ef7d4f3 [2023-04-12T06:13:08.868Z] Removing intermediate container fc4747e378a1 [2023-04-12T06:13:08.868Z] ---> 3fdcc09ae0dd [2023-04-12T06:13:08.868Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-12T06:13:08.868Z] Removing intermediate container e77b3ef7d4f3 [2023-04-12T06:13:08.868Z] ---> 8fc0a5f22de0 [2023-04-12T06:13:08.868Z] [2023-04-12T06:13:08.868Z] Step 13/27 : FROM alpine:3.17 [2023-04-12T06:13:09.137Z] ---> 9ed4aefc74f6 [2023-04-12T06:13:09.137Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-12T06:13:09.137Z] ---> Using cache [2023-04-12T06:13:09.138Z] ---> a851f5b14634 [2023-04-12T06:13:09.138Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-12T06:13:09.138Z] ---> Running in af1148b35864 [2023-04-12T06:13:09.138Z] Removing intermediate container ad21600caade [2023-04-12T06:13:09.138Z] ---> 9397b5f0734c [2023-04-12T06:13:09.138Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-12T06:13:09.138Z] ---> Running in 475dcfcb054b [2023-04-12T06:13:09.138Z] ---> Running in 5af7ce85bd92 [2023-04-12T06:13:09.138Z] Removing intermediate container af1148b35864 [2023-04-12T06:13:09.138Z] ---> 21aec8f48a34 [2023-04-12T06:13:09.138Z] Step 21/23 : LABEL arch=x86_64 [2023-04-12T06:13:09.138Z] ---> Running in fea284379f43 [2023-04-12T06:13:09.138Z] Removing intermediate container 5af7ce85bd92 [2023-04-12T06:13:09.138Z] ---> 46fe7efc425c [2023-04-12T06:13:09.138Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-12T06:13:09.138Z] ---> Running in 903c1bd0cb40 [2023-04-12T06:13:09.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:13:09.395Z] Removing intermediate container fea284379f43 [2023-04-12T06:13:09.395Z] ---> 45fd19421d3d [2023-04-12T06:13:09.395Z] Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:13:09.395Z] ---> Running in e41a2c1fd475 [2023-04-12T06:13:09.395Z] Removing intermediate container 903c1bd0cb40 [2023-04-12T06:13:09.395Z] ---> 28f890a1e053 [2023-04-12T06:13:09.395Z] Step 21/23 : LABEL arch=x86_64 [2023-04-12T06:13:09.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:13:09.740Z] ---> Running in 09aa7228fb0b [2023-04-12T06:13:09.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:13:09.740Z] Removing intermediate container e41a2c1fd475 [2023-04-12T06:13:09.740Z] ---> e46a2806bd74 [2023-04-12T06:13:09.740Z] Step 23/23 : LABEL version=3.0.0-dev.128 [2023-04-12T06:13:09.740Z] Removing intermediate container 09aa7228fb0b [2023-04-12T06:13:09.740Z] ---> cbab008d82c6 [2023-04-12T06:13:09.740Z] Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:13:09.740Z] ---> Running in a5647e916618 [2023-04-12T06:13:09.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:13:09.740Z] ---> Running in b9be103ba5d1 [2023-04-12T06:13:10.156Z] Removing intermediate container a5647e916618 [2023-04-12T06:13:10.156Z] ---> 419ccb56a8c2 [2023-04-12T06:13:10.156Z] [2023-04-12T06:13:10.156Z] Removing intermediate container b9be103ba5d1 [2023-04-12T06:13:10.156Z] ---> 9ec6b094e601 [2023-04-12T06:13:10.156Z] Step 23/23 : LABEL version=3.0.0-dev.128 [2023-04-12T06:13:10.156Z] ---> Running in 9f2ecf3707e8 [2023-04-12T06:13:10.156Z] Successfully built 419ccb56a8c2 [2023-04-12T06:13:10.156Z] Successfully tagged security-proxy-auth:latest [2023-04-12T06:13:10.156Z]  Building security-proxy-auth ... done Building core-data [2023-04-12T06:13:10.416Z] v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-12T06:13:10.416Z] v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-12T06:13:10.416Z] OK: 17818 distinct packages available [2023-04-12T06:13:10.416Z] v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-12T06:13:10.416Z] v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-12T06:13:10.416Z] OK: 17818 distinct packages available [2023-04-12T06:13:10.416Z] Removing intermediate container 9f2ecf3707e8 [2023-04-12T06:13:10.416Z] ---> a1e4fe1e6e3d [2023-04-12T06:13:10.416Z] [2023-04-12T06:13:10.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:13:10.416Z] Successfully built a1e4fe1e6e3d [2023-04-12T06:13:10.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:13:10.416Z] Successfully tagged core-common-config-bootstrapper:latest [2023-04-12T06:13:10.416Z] Building core-metadata [2023-04-12T06:13:10.416Z]  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:13:10.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:13:10.677Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-12T06:13:10.677Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-12T06:13:10.677Z] (3/5) Installing libucontext (1.2-r0) [2023-04-12T06:13:10.677Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-12T06:13:10.677Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-12T06:13:10.677Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:13:10.677Z] OK: 8 MiB in 20 packages [2023-04-12T06:13:10.677Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-12T06:13:10.677Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-12T06:13:10.677Z] (3/4) Installing libucontext (1.2-r0) [2023-04-12T06:13:10.677Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-12T06:13:10.677Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:13:10.677Z] OK: 7 MiB in 19 packages [2023-04-12T06:13:14.239Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:13:14.239Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:13:14.239Z] ---> 951dee3ec5e7 [2023-04-12T06:13:14.239Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:13:14.239Z] ---> Using cache [2023-04-12T06:13:14.239Z] ---> 411a8d57a9e3 [2023-04-12T06:13:14.239Z] Step 4/25 : WORKDIR /edgex-go [2023-04-12T06:13:14.239Z] ---> Using cache [2023-04-12T06:13:14.239Z] ---> f4fd6a6d2710 [2023-04-12T06:13:14.239Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-12T06:13:14.239Z] ---> Using cache [2023-04-12T06:13:14.239Z] ---> ac9f38c52f7f [2023-04-12T06:13:14.239Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-12T06:13:14.239Z] ---> Using cache [2023-04-12T06:13:14.239Z] ---> 9c8605876b54 [2023-04-12T06:13:14.239Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:13:14.239Z] ---> Using cache [2023-04-12T06:13:14.239Z] ---> e3663e5f3b82 [2023-04-12T06:13:14.239Z] Step 8/25 : COPY . . [2023-04-12T06:13:14.239Z] ---> Using cache [2023-04-12T06:13:14.239Z] ---> cc48e9c939ab [2023-04-12T06:13:14.239Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-12T06:13:16.275Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:13:16.275Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:13:16.275Z] ---> 951dee3ec5e7 [2023-04-12T06:13:16.275Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:13:16.275Z] ---> Using cache [2023-04-12T06:13:16.275Z] ---> 411a8d57a9e3 [2023-04-12T06:13:16.275Z] Step 4/23 : WORKDIR /edgex-go [2023-04-12T06:13:16.275Z] ---> Using cache [2023-04-12T06:13:16.275Z] ---> f4fd6a6d2710 [2023-04-12T06:13:16.275Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-12T06:13:16.275Z] ---> Using cache [2023-04-12T06:13:16.275Z] ---> ac9f38c52f7f [2023-04-12T06:13:16.275Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-12T06:13:16.275Z] ---> Using cache [2023-04-12T06:13:16.275Z] ---> 9c8605876b54 [2023-04-12T06:13:16.275Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:13:16.275Z] ---> Using cache [2023-04-12T06:13:16.275Z] ---> e3663e5f3b82 [2023-04-12T06:13:16.275Z] Step 8/23 : COPY . . [2023-04-12T06:13:16.275Z] ---> Using cache [2023-04-12T06:13:16.275Z] ---> cc48e9c939ab [2023-04-12T06:13:16.275Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-12T06:13:26.659Z] ---> Running in 656ce417e031 [2023-04-12T06:13:26.659Z] ---> Running in 55c4e1a5226d [2023-04-12T06:13:26.659Z] Removing intermediate container 5b0614cae8e4 [2023-04-12T06:13:26.659Z] ---> fef6c2c34f4c [2023-04-12T06:13:26.659Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:13:26.659Z] Removing intermediate container 475dcfcb054b [2023-04-12T06:13:26.659Z] ---> 481ba89f0f51 [2023-04-12T06:13:26.659Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:13:26.659Z] ---> a3fdfe288e0c [2023-04-12T06:13:26.659Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:13:26.659Z] ---> fa375280ffc0 [2023-04-12T06:13:26.659Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:13:26.659Z] ---> 86b9c18c6a20 [2023-04-12T06:13:26.659Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-12T06:13:26.659Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-12T06:13:26.659Z] ---> c8d1cecee927 [2023-04-12T06:13:26.659Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-12T06:13:26.659Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-12T06:13:41.898Z] ---> ad9975fd3941 [2023-04-12T06:13:41.898Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-12T06:13:41.898Z] ---> 511c74a6595f [2023-04-12T06:13:41.898Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-12T06:13:41.898Z] ---> f5a7257bcb6f [2023-04-12T06:13:41.898Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-12T06:13:43.805Z] ---> 20791d331e3c [2023-04-12T06:13:43.805Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-12T06:13:44.786Z] ---> c62eebae6f27 [2023-04-12T06:13:44.786Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-12T06:13:45.047Z] Removing intermediate container b8592fdfb5c5 [2023-04-12T06:13:45.047Z] ---> 99df6454f146 [2023-04-12T06:13:45.047Z] [2023-04-12T06:13:45.047Z] Step 10/24 : FROM alpine:3.17 [2023-04-12T06:13:45.047Z] ---> 9ed4aefc74f6 [2023-04-12T06:13:45.047Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-12T06:13:45.047Z] ---> Using cache [2023-04-12T06:13:45.047Z] ---> 4b0142d3f90e [2023-04-12T06:13:45.047Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-12T06:13:45.047Z] ---> Using cache [2023-04-12T06:13:45.047Z] ---> ec8aa3cb75d0 [2023-04-12T06:13:45.047Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-12T06:13:45.047Z] ---> Running in 6e0afe708e90 [2023-04-12T06:13:45.047Z] ---> Running in 1376c7b609d4 [2023-04-12T06:13:45.047Z] ---> f6f8dfc61f88 [2023-04-12T06:13:45.047Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-12T06:13:45.047Z] ---> Running in 1f674834f797 [2023-04-12T06:13:45.047Z] Removing intermediate container 6e0afe708e90 [2023-04-12T06:13:45.047Z] ---> 3f35e194d639 [2023-04-12T06:13:45.047Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-12T06:13:45.309Z] Removing intermediate container 1376c7b609d4 [2023-04-12T06:13:45.309Z] ---> b4e7dda5bf6a [2023-04-12T06:13:45.309Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-12T06:13:45.309Z] ---> Running in 955eb5dc580e [2023-04-12T06:13:45.309Z] Removing intermediate container 1f674834f797 [2023-04-12T06:13:45.309Z] ---> 45cd8b2be607 [2023-04-12T06:13:45.309Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-12T06:13:45.568Z] ---> Running in 65cbdc9525a6 [2023-04-12T06:13:45.568Z] ---> 8bd4103d9dd9 [2023-04-12T06:13:45.568Z] Step 22/27 : WORKDIR / [2023-04-12T06:13:45.568Z] ---> Running in 67c970054c3a [2023-04-12T06:13:45.568Z] Removing intermediate container 955eb5dc580e [2023-04-12T06:13:45.568Z] ---> a3e23d809d4c [2023-04-12T06:13:45.568Z] Step 15/24 : WORKDIR / [2023-04-12T06:13:45.568Z] ---> Running in fd220e2b8823 [2023-04-12T06:13:45.568Z] Removing intermediate container 65cbdc9525a6 [2023-04-12T06:13:45.568Z] ---> 060a6ad018d8 [2023-04-12T06:13:45.568Z] Step 24/26 : LABEL arch=x86_64 [2023-04-12T06:13:45.568Z] ---> Running in 496c9894ed95 [2023-04-12T06:13:45.568Z] Removing intermediate container 67c970054c3a [2023-04-12T06:13:45.568Z] ---> 9d4a98d0c64e [2023-04-12T06:13:45.568Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-12T06:13:45.831Z] ---> Running in 1d761ef49a31 [2023-04-12T06:13:45.831Z] Removing intermediate container fd220e2b8823 [2023-04-12T06:13:45.831Z] ---> 0ff2c05d9ec5 [2023-04-12T06:13:45.831Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:13:45.831Z] Removing intermediate container 496c9894ed95 [2023-04-12T06:13:45.831Z] ---> c00ee399f5c8 [2023-04-12T06:13:45.831Z] Step 25/26 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:13:45.831Z] ---> Running in 474b8b0a50cc [2023-04-12T06:13:46.095Z] Removing intermediate container 1d761ef49a31 [2023-04-12T06:13:46.095Z] ---> 0f0104bb29e9 [2023-04-12T06:13:46.095Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-12T06:13:46.594Z] ---> 1e3bafca9c2a [2023-04-12T06:13:46.594Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:13:47.170Z] ---> Running in 09eb97ba0abf [2023-04-12T06:13:47.170Z] Removing intermediate container 474b8b0a50cc [2023-04-12T06:13:47.170Z] ---> 3caafc2cb6b5 [2023-04-12T06:13:47.170Z] Step 26/26 : LABEL version=3.0.0-dev.128 [2023-04-12T06:13:47.738Z] ---> Running in 888dc717339a [2023-04-12T06:13:47.738Z] ---> 92026e81b7dc [2023-04-12T06:13:47.738Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-12T06:13:47.738Z] Removing intermediate container 09eb97ba0abf [2023-04-12T06:13:47.738Z] ---> 502fc5f3b25b [2023-04-12T06:13:47.738Z] Step 25/27 : LABEL arch=x86_64 [2023-04-12T06:13:47.738Z] ---> Running in 60f955ab122c [2023-04-12T06:13:48.686Z] Removing intermediate container 888dc717339a [2023-04-12T06:13:48.686Z] ---> 351218bac70a [2023-04-12T06:13:48.686Z] [2023-04-12T06:13:48.947Z] Successfully built 351218bac70a [2023-04-12T06:13:48.947Z] Removing intermediate container 60f955ab122c [2023-04-12T06:13:48.947Z] ---> 9a8be178221e [2023-04-12T06:13:48.947Z] Step 26/27 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:13:48.947Z] ---> 027ca130e4c4 [2023-04-12T06:13:48.947Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:13:48.947Z] Successfully tagged security-spire-server:latest [2023-04-12T06:13:48.947Z] Building security-secretstore-setup [2023-04-12T06:13:48.947Z]  Building security-spire-server ... done  ---> Running in 31400426ba5c [2023-04-12T06:13:54.223Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:13:54.223Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:13:54.223Z] ---> 951dee3ec5e7 [2023-04-12T06:13:54.223Z] Step 3/25 : WORKDIR /edgex-go [2023-04-12T06:13:54.223Z] ---> Using cache [2023-04-12T06:13:54.223Z] ---> 8bbe0febd380 [2023-04-12T06:13:54.223Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-12T06:13:54.223Z] ---> Using cache [2023-04-12T06:13:54.223Z] ---> db753e3dcce7 [2023-04-12T06:13:54.223Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-12T06:13:54.223Z] ---> Using cache [2023-04-12T06:13:54.223Z] ---> 2c8036950300 [2023-04-12T06:13:54.223Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:13:54.223Z] ---> Using cache [2023-04-12T06:13:54.223Z] ---> 8e7e8b195860 [2023-04-12T06:13:54.223Z] Step 7/25 : COPY . . [2023-04-12T06:13:54.223Z] ---> Using cache [2023-04-12T06:13:54.223Z] ---> be436582a4b5 [2023-04-12T06:13:54.223Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-12T06:13:57.171Z] Removing intermediate container 068319bef127 [2023-04-12T06:13:57.171Z] ---> dca9f43dd1e2 [2023-04-12T06:13:57.171Z] Step 8/25 : COPY . . [2023-04-12T06:13:57.171Z] Removing intermediate container 13da5d4e0006 [2023-04-12T06:13:57.171Z] ---> 8282736ed195 [2023-04-12T06:13:57.171Z] Step 8/23 : COPY . . [2023-04-12T06:13:57.171Z] Removing intermediate container d94a22fd7629 [2023-04-12T06:13:57.171Z] ---> 1fdcaed6b7a0 [2023-04-12T06:13:57.171Z] Step 8/23 : COPY . . [2023-04-12T06:13:57.171Z] Removing intermediate container 36e0d3c625ad [2023-04-12T06:13:57.171Z] ---> 89b188b5e2d6 [2023-04-12T06:13:57.171Z] Step 8/23 : COPY . . [2023-04-12T06:13:57.171Z] Removing intermediate container 9c2dd702273e [2023-04-12T06:13:57.171Z] ---> 67f341fc13a2 [2023-04-12T06:13:57.171Z] Step 7/33 : COPY . . [2023-04-12T06:13:59.506Z] Removing intermediate container 31400426ba5c [2023-04-12T06:13:59.506Z] ---> be89e7bced61 [2023-04-12T06:13:59.506Z] Step 27/27 : LABEL version=3.0.0-dev.128 [2023-04-12T06:13:59.763Z] ---> 49003b517a08 [2023-04-12T06:13:59.763Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-12T06:13:59.763Z] ---> 0225431df451 [2023-04-12T06:13:59.763Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-12T06:13:59.763Z] ---> 0101d311360c [2023-04-12T06:13:59.763Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-12T06:13:59.763Z] ---> 59d87feaf1db [2023-04-12T06:13:59.763Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-12T06:13:59.763Z] ---> 121c67ef6725 [2023-04-12T06:13:59.763Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-12T06:14:00.030Z] ---> Running in d2abc30e7857 [2023-04-12T06:14:00.030Z] ---> Running in 7061ae19267d [2023-04-12T06:14:00.030Z] ---> Running in ad15f31cffe0 [2023-04-12T06:14:00.030Z] ---> Running in 88820748c142 [2023-04-12T06:14:00.030Z] ---> Running in eab96fa2771a [2023-04-12T06:14:00.892Z] ---> 61edf6111f54 [2023-04-12T06:14:00.892Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-12T06:14:00.892Z] ---> Running in 6401abc4644d [2023-04-12T06:14:00.892Z] ---> Running in 9d563038dea8 [2023-04-12T06:14:00.892Z] ---> Running in fe699436b805 [2023-04-12T06:14:00.892Z] Removing intermediate container 9d563038dea8 [2023-04-12T06:14:00.892Z] ---> 757438f503a9 [2023-04-12T06:14:00.892Z] [2023-04-12T06:14:01.153Z] Successfully built 757438f503a9 [2023-04-12T06:14:01.153Z] Successfully tagged security-spire-config:latest [2023-04-12T06:14:01.153Z] Building security-spire-agent [2023-04-12T06:14:01.414Z]  Building security-spire-config ... done Removing intermediate container fe699436b805 [2023-04-12T06:14:01.414Z] ---> 0b0f4d1911fd [2023-04-12T06:14:01.414Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-12T06:14:02.625Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-12T06:14:03.210Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-12T06:14:03.210Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-12T06:14:03.482Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-12T06:14:03.482Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-12T06:14:06.731Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:14:06.731Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:14:06.731Z] ---> 951dee3ec5e7 [2023-04-12T06:14:06.731Z] Step 3/27 : WORKDIR /edgex-go [2023-04-12T06:14:06.731Z] ---> Using cache [2023-04-12T06:14:06.731Z] ---> 8bbe0febd380 [2023-04-12T06:14:06.731Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-12T06:14:06.731Z] ---> Using cache [2023-04-12T06:14:06.731Z] ---> ef1170ed06bf [2023-04-12T06:14:06.731Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-12T06:14:06.731Z] ---> Using cache [2023-04-12T06:14:06.731Z] ---> d1e5aa9567de [2023-04-12T06:14:06.731Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:14:06.731Z] ---> Using cache [2023-04-12T06:14:06.731Z] ---> aee5b8cdca3e [2023-04-12T06:14:06.731Z] Step 7/27 : COPY . . [2023-04-12T06:14:06.731Z] ---> Using cache [2023-04-12T06:14:06.731Z] ---> bf772162be38 [2023-04-12T06:14:06.731Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-12T06:14:06.731Z] ---> Using cache [2023-04-12T06:14:06.731Z] ---> 0800eb8d968d [2023-04-12T06:14:06.731Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-12T06:14:06.731Z] ---> Using cache [2023-04-12T06:14:06.731Z] ---> c2fcb9adbf7a [2023-04-12T06:14:06.731Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-12T06:14:06.731Z] ---> Using cache [2023-04-12T06:14:06.731Z] ---> ecfc0cbf425d [2023-04-12T06:14:06.731Z] 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-12T06:14:10.034Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-12T06:14:12.611Z] ---> Running in db4201d3b0c7 [2023-04-12T06:14:12.611Z] ---> Running in 3f89802399d8 [2023-04-12T06:14:12.870Z] Removing intermediate container 55c4e1a5226d [2023-04-12T06:14:12.870Z] ---> dec4692173bc [2023-04-12T06:14:12.870Z] [2023-04-12T06:14:12.870Z] Step 10/23 : FROM alpine:3.17 [2023-04-12T06:14:12.870Z] ---> 9ed4aefc74f6 [2023-04-12T06:14:12.870Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-12T06:14:12.870Z] Removing intermediate container db4201d3b0c7 [2023-04-12T06:14:12.870Z] ---> 97d413893889 [2023-04-12T06:14:12.870Z] Step 22/24 : LABEL arch=x86_64 [2023-04-12T06:14:12.870Z] ---> Running in 4fc9c7d1468b [2023-04-12T06:14:12.870Z] Removing intermediate container 656ce417e031 [2023-04-12T06:14:12.870Z] ---> 846d37844bca [2023-04-12T06:14:12.870Z] [2023-04-12T06:14:12.870Z] Step 10/25 : FROM alpine:3.17 [2023-04-12T06:14:12.870Z] ---> 9ed4aefc74f6 [2023-04-12T06:14:12.870Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-12T06:14:12.870Z] ---> Using cache [2023-04-12T06:14:12.870Z] ---> 4b0142d3f90e [2023-04-12T06:14:12.870Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-12T06:14:12.870Z] ---> Using cache [2023-04-12T06:14:12.870Z] ---> ec8aa3cb75d0 [2023-04-12T06:14:12.870Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-12T06:14:13.212Z] ---> Running in 6c6fa8086f34 [2023-04-12T06:14:13.212Z] ---> Running in 3e24ffacab42 [2023-04-12T06:14:13.212Z] Removing intermediate container 4fc9c7d1468b [2023-04-12T06:14:13.212Z] ---> f2411dfef025 [2023-04-12T06:14:13.212Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-12T06:14:13.212Z] ---> Running in a8144343d778 [2023-04-12T06:14:13.212Z] Removing intermediate container 6c6fa8086f34 [2023-04-12T06:14:13.212Z] ---> 149bffc86fa7 [2023-04-12T06:14:13.212Z] Step 23/24 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:13.212Z] Removing intermediate container 3e24ffacab42 [2023-04-12T06:14:13.212Z] ---> 893a804fa4ad [2023-04-12T06:14:13.212Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-12T06:14:13.212Z] ---> Running in 4588239ddac9 [2023-04-12T06:14:13.212Z] ---> Running in f2f8e333cdd7 [2023-04-12T06:14:13.473Z] Removing intermediate container a8144343d778 [2023-04-12T06:14:13.473Z] ---> 3c95c06189cd [2023-04-12T06:14:13.473Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-12T06:14:13.473Z] ---> Running in 420b68bfde65 [2023-04-12T06:14:13.473Z] Removing intermediate container 4588239ddac9 [2023-04-12T06:14:13.473Z] ---> c76795f9a597 [2023-04-12T06:14:13.473Z] Step 24/24 : LABEL version=3.0.0-dev.128 [2023-04-12T06:14:13.473Z] ---> Running in 9a0db9fe9d2a [2023-04-12T06:14:13.473Z] Removing intermediate container f2f8e333cdd7 [2023-04-12T06:14:13.473Z] ---> f019c11fe7e7 [2023-04-12T06:14:13.473Z] Step 15/25 : WORKDIR / [2023-04-12T06:14:13.735Z] ---> Running in 01eb8424ab10 [2023-04-12T06:14:13.735Z] Removing intermediate container 3f89802399d8 [2023-04-12T06:14:13.735Z] ---> aa42126f407a [2023-04-12T06:14:13.735Z] Step 12/27 : WORKDIR /edgex-go [2023-04-12T06:14:13.735Z] Removing intermediate container 420b68bfde65 [2023-04-12T06:14:13.735Z] ---> 7377d3c0c4ad [2023-04-12T06:14:13.735Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-12T06:14:13.735Z] ---> Running in 1c27997412ac [2023-04-12T06:14:13.996Z] Removing intermediate container 9a0db9fe9d2a [2023-04-12T06:14:13.996Z] ---> 22838b09056d [2023-04-12T06:14:13.996Z] [2023-04-12T06:14:13.996Z] Successfully built 22838b09056d [2023-04-12T06:14:13.996Z] ---> Running in c62ba4a60a52 [2023-04-12T06:14:14.300Z] Successfully tagged core-command:latest [2023-04-12T06:14:14.300Z]  Building core-command ... done Removing intermediate container 01eb8424ab10 [2023-04-12T06:14:14.300Z] ---> 8b3d7955baab [2023-04-12T06:14:14.300Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:14:14.300Z] Removing intermediate container 1c27997412ac [2023-04-12T06:14:14.300Z] ---> 781db795f910 [2023-04-12T06:14:14.300Z] [2023-04-12T06:14:14.300Z] Step 13/27 : FROM alpine:3.17 [2023-04-12T06:14:14.300Z] ---> 9ed4aefc74f6 [2023-04-12T06:14:14.300Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-12T06:14:14.300Z] ---> Using cache [2023-04-12T06:14:14.300Z] ---> a851f5b14634 [2023-04-12T06:14:14.300Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-12T06:14:14.300Z] ---> Using cache [2023-04-12T06:14:14.300Z] ---> fef6c2c34f4c [2023-04-12T06:14:14.300Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:14:14.300Z] ---> Using cache [2023-04-12T06:14:14.300Z] ---> a3fdfe288e0c [2023-04-12T06:14:14.300Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:14:14.300Z] ---> Using cache [2023-04-12T06:14:14.300Z] ---> 86b9c18c6a20 [2023-04-12T06:14:14.301Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-12T06:14:14.560Z] ---> 3d8136793467 [2023-04-12T06:14:14.560Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:14:14.821Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:14:14.821Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:14:15.080Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-12T06:14:15.080Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:14:15.080Z] OK: 7 MiB in 16 packages [2023-04-12T06:14:17.655Z] ---> e33a95ca8521 [2023-04-12T06:14:17.655Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-12T06:14:20.185Z] ---> 1545c496d07f [2023-04-12T06:14:20.185Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-12T06:14:20.185Z] ---> 0af21809abef [2023-04-12T06:14:20.185Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:14:20.185Z] Removing intermediate container c62ba4a60a52 [2023-04-12T06:14:20.185Z] ---> 7474f4833c05 [2023-04-12T06:14:20.185Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:14:20.443Z] ---> 2acef352a6c5 [2023-04-12T06:14:20.443Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-12T06:14:20.443Z] ---> 67208f7624cb [2023-04-12T06:14:20.443Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:14:22.538Z] ---> a301e6e41cb5 [2023-04-12T06:14:22.538Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-12T06:14:22.538Z] ---> 2a5e3e5baa3f [2023-04-12T06:14:22.538Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-12T06:14:22.538Z] ---> 55788d55fe8d [2023-04-12T06:14:22.538Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-12T06:14:22.538Z] ---> Running in 5ef769705e72 [2023-04-12T06:14:22.538Z] Removing intermediate container 5ef769705e72 [2023-04-12T06:14:22.538Z] ---> bce25484176c [2023-04-12T06:14:22.538Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-12T06:14:22.800Z] ---> Running in 4491df50c3be [2023-04-12T06:14:22.800Z] ---> d69c2dfaa6e6 [2023-04-12T06:14:22.800Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-12T06:14:22.800Z] ---> dc7523b5a370 [2023-04-12T06:14:22.800Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:14:22.800Z] Removing intermediate container 4491df50c3be [2023-04-12T06:14:22.800Z] ---> cd5275406716 [2023-04-12T06:14:22.800Z] Step 23/25 : LABEL arch=x86_64 [2023-04-12T06:14:22.800Z] ---> Running in ea8d78649cbb [2023-04-12T06:14:22.800Z] ---> b396bd322285 [2023-04-12T06:14:22.800Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-12T06:14:23.059Z] ---> b6a2ad940317 [2023-04-12T06:14:23.059Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-12T06:14:23.059Z] ---> Running in 560e383039cb [2023-04-12T06:14:23.059Z] Removing intermediate container ea8d78649cbb [2023-04-12T06:14:23.059Z] ---> 76531771a208 [2023-04-12T06:14:23.059Z] Step 24/25 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:23.059Z] ---> Running in ab1e3eaa8665 [2023-04-12T06:14:23.059Z] ---> df558c91653e [2023-04-12T06:14:23.059Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-12T06:14:23.059Z] ---> Running in 4ffc641999b8 [2023-04-12T06:14:23.059Z] Removing intermediate container 560e383039cb [2023-04-12T06:14:23.059Z] ---> 8cab17170246 [2023-04-12T06:14:23.059Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-12T06:14:23.059Z] Removing intermediate container ab1e3eaa8665 [2023-04-12T06:14:23.059Z] ---> fca2eaa07107 [2023-04-12T06:14:23.059Z] Step 25/25 : LABEL version=3.0.0-dev.128 [2023-04-12T06:14:23.418Z] ---> Running in 5fbe44a9a35a [2023-04-12T06:14:23.418Z] ---> Running in 7c42e54d4e9c [2023-04-12T06:14:23.418Z] Removing intermediate container 4ffc641999b8 [2023-04-12T06:14:23.418Z] ---> e8ed96e4ecdf [2023-04-12T06:14:23.418Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-12T06:14:23.418Z] ---> Running in 7aa0faf78373 [2023-04-12T06:14:23.418Z] Removing intermediate container 5fbe44a9a35a [2023-04-12T06:14:23.418Z] ---> cf1bb734454d [2023-04-12T06:14:23.418Z] Step 21/23 : LABEL arch=x86_64 [2023-04-12T06:14:23.418Z] ---> Running in 13e1875c7a62 [2023-04-12T06:14:23.418Z] Removing intermediate container 7c42e54d4e9c [2023-04-12T06:14:23.418Z] ---> 070a60b35a88 [2023-04-12T06:14:23.418Z] [2023-04-12T06:14:23.418Z] Successfully built 070a60b35a88 [2023-04-12T06:14:23.418Z] Successfully tagged core-metadata:latest [2023-04-12T06:14:23.418Z]  Building core-metadata ... done Removing intermediate container 7aa0faf78373 [2023-04-12T06:14:23.418Z] ---> f36330c33a6e [2023-04-12T06:14:23.418Z] Step 25/27 : LABEL arch=x86_64 [2023-04-12T06:14:23.418Z] Removing intermediate container 13e1875c7a62 [2023-04-12T06:14:23.418Z] ---> 057a5711382f [2023-04-12T06:14:23.418Z] Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:23.418Z] ---> Running in 56df0aa33b41 [2023-04-12T06:14:23.750Z] ---> Running in 96f9adc46440 [2023-04-12T06:14:23.750Z] Removing intermediate container 56df0aa33b41 [2023-04-12T06:14:23.750Z] ---> ba27191c7c7a [2023-04-12T06:14:23.750Z] Step 26/27 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:23.750Z] ---> Running in 68c108da6d9f [2023-04-12T06:14:23.750Z] Removing intermediate container 96f9adc46440 [2023-04-12T06:14:23.750Z] ---> c72e544adf47 [2023-04-12T06:14:23.750Z] Step 23/23 : LABEL version=3.0.0-dev.128 [2023-04-12T06:14:23.750Z] ---> Running in 8e3058281920 [2023-04-12T06:14:23.750Z] Removing intermediate container 68c108da6d9f [2023-04-12T06:14:23.750Z] ---> c83748a4279e [2023-04-12T06:14:23.750Z] Step 27/27 : LABEL version=3.0.0-dev.128 [2023-04-12T06:14:24.031Z] ---> Running in 8d171ca3cce1 [2023-04-12T06:14:24.031Z] Removing intermediate container 8e3058281920 [2023-04-12T06:14:24.031Z] ---> 209d9a9405c2 [2023-04-12T06:14:24.031Z] [2023-04-12T06:14:24.311Z] Removing intermediate container 8d171ca3cce1 [2023-04-12T06:14:24.311Z] ---> 4937082f4972 [2023-04-12T06:14:24.311Z] [2023-04-12T06:14:24.311Z] Successfully built 209d9a9405c2 [2023-04-12T06:14:24.311Z] Successfully tagged core-data:latest [2023-04-12T06:14:24.311Z]  Building core-data ... done Successfully built 4937082f4972 [2023-04-12T06:14:24.311Z] Successfully tagged security-spire-agent:latest [2023-04-12T06:14:29.747Z]  Building security-spire-agent ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-12T06:14:36.321Z] Removing intermediate container 6401abc4644d [2023-04-12T06:14:36.321Z] ---> b67560ef394e [2023-04-12T06:14:36.321Z] [2023-04-12T06:14:36.321Z] Step 9/25 : FROM alpine:3.17 [2023-04-12T06:14:36.321Z] ---> 9ed4aefc74f6 [2023-04-12T06:14:36.321Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-12T06:14:36.321Z] ---> Running in 9072e9e64234 [2023-04-12T06:14:36.321Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-12T06:14:36.321Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-12T06:14:36.580Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-12T06:14:36.580Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-12T06:14:36.580Z] (3/3) Installing su-exec (0.2-r2) [2023-04-12T06:14:36.580Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:14:36.580Z] Executing ca-certificates-20220614-r4.trigger [2023-04-12T06:14:36.580Z] OK: 8 MiB in 18 packages [2023-04-12T06:14:37.147Z] Removing intermediate container 9072e9e64234 [2023-04-12T06:14:37.147Z] ---> 634f427af9c8 [2023-04-12T06:14:37.147Z] 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-12T06:14:37.147Z] ---> Running in bf19472a2874 [2023-04-12T06:14:37.147Z] Removing intermediate container bf19472a2874 [2023-04-12T06:14:37.147Z] ---> 273bd34d0a6c [2023-04-12T06:14:37.147Z] Step 12/25 : WORKDIR / [2023-04-12T06:14:37.405Z] ---> Running in d8c95d9c0a78 [2023-04-12T06:14:37.405Z] Removing intermediate container d8c95d9c0a78 [2023-04-12T06:14:37.405Z] ---> 7532401a65f5 [2023-04-12T06:14:37.405Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:14:37.405Z] ---> 747df495cbcf [2023-04-12T06:14:37.405Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:14:37.663Z] ---> 603c725943b6 [2023-04-12T06:14:37.663Z] 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-12T06:14:37.663Z] ---> ec95a374b4a0 [2023-04-12T06:14:37.663Z] 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-12T06:14:37.921Z] ---> 9290a1172682 [2023-04-12T06:14:37.921Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:14:37.921Z] ---> c5d8c63a09b3 [2023-04-12T06:14:37.921Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-12T06:14:38.486Z] ---> 65bcb35ec2dc [2023-04-12T06:14:38.486Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-12T06:14:39.420Z] ---> 2271302fb729 [2023-04-12T06:14:39.420Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-12T06:14:39.420Z] ---> 10c5ac91fa9a [2023-04-12T06:14:39.420Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-12T06:14:39.420Z] ---> Running in 62da54e224ac [2023-04-12T06:14:39.987Z] Removing intermediate container 62da54e224ac [2023-04-12T06:14:39.987Z] ---> 6f8ffb452d70 [2023-04-12T06:14:39.987Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-12T06:14:39.987Z] ---> Running in d7bb21ab4d33 [2023-04-12T06:14:39.987Z] Removing intermediate container d7bb21ab4d33 [2023-04-12T06:14:39.987Z] ---> 22f0f0acd709 [2023-04-12T06:14:39.987Z] Step 23/25 : LABEL arch=x86_64 [2023-04-12T06:14:39.987Z] ---> Running in d2e8785c3ac9 [2023-04-12T06:14:39.987Z] Removing intermediate container d2e8785c3ac9 [2023-04-12T06:14:39.987Z] ---> c42902372cdf [2023-04-12T06:14:39.987Z] Step 24/25 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:40.245Z] ---> Running in a5a51f42dcfd [2023-04-12T06:14:40.245Z] Removing intermediate container a5a51f42dcfd [2023-04-12T06:14:40.245Z] ---> 286af532d467 [2023-04-12T06:14:40.245Z] Step 25/25 : LABEL version=3.0.0-dev.128 [2023-04-12T06:14:40.245Z] ---> Running in b88fc538b089 [2023-04-12T06:14:40.245Z] Removing intermediate container b88fc538b089 [2023-04-12T06:14:40.245Z] ---> 158caaf91d18 [2023-04-12T06:14:40.245Z] [2023-04-12T06:14:40.245Z] Successfully built 158caaf91d18 [2023-04-12T06:14:40.245Z] Successfully tagged security-secretstore-setup:latest [2023-04-12T06:14:40.509Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-04-12T06:14:40.517Z] $ docker stop --time=1 e3617004447fe5ebd72627840d6bac144d65f7870b7bdcf56a548b737d7323db [2023-04-12T06:14:41.807Z] $ docker rm -f --volumes e3617004447fe5ebd72627840d6bac144d65f7870b7bdcf56a548b737d7323db [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-12T06:14:42.149Z] + docker images [2023-04-12T06:14:42.149Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-12T06:14:42.149Z] security-secretstore-setup latest 158caaf91d18 1 second ago 32.8MB [2023-04-12T06:14:42.149Z] b67560ef394e 9 seconds ago 1.68GB [2023-04-12T06:14:42.149Z] security-spire-agent latest 4937082f4972 17 seconds ago 129MB [2023-04-12T06:14:42.149Z] core-data latest 209d9a9405c2 18 seconds ago 20MB [2023-04-12T06:14:42.149Z] core-metadata latest 070a60b35a88 18 seconds ago 20.4MB [2023-04-12T06:14:42.149Z] 781db795f910 27 seconds ago 1.54GB [2023-04-12T06:14:42.149Z] core-command latest 22838b09056d 28 seconds ago 19.8MB [2023-04-12T06:14:42.149Z] dec4692173bc 29 seconds ago 1.69GB [2023-04-12T06:14:42.149Z] 846d37844bca 30 seconds ago 1.69GB [2023-04-12T06:14:42.149Z] security-spire-config latest 757438f503a9 41 seconds ago 88.9MB [2023-04-12T06:14:42.149Z] security-spire-server latest 351218bac70a 54 seconds ago 89.8MB [2023-04-12T06:14:42.149Z] 99df6454f146 58 seconds ago 1.69GB [2023-04-12T06:14:42.149Z] core-common-config-bootstrapper latest a1e4fe1e6e3d About a minute ago 17.2MB [2023-04-12T06:14:42.149Z] security-proxy-auth latest 419ccb56a8c2 About a minute ago 18.3MB [2023-04-12T06:14:42.149Z] 7fd48cb0212b About a minute ago 1.54GB [2023-04-12T06:14:42.149Z] 8fc0a5f22de0 About a minute ago 1.54GB [2023-04-12T06:14:42.149Z] security-bootstrapper latest ee1488b44881 About a minute ago 22.2MB [2023-04-12T06:14:42.149Z] 53f5d0a319de 2 minutes ago 1.68GB [2023-04-12T06:14:42.149Z] 6ea4d8fab25f 2 minutes ago 1.66GB [2023-04-12T06:14:42.149Z] support-notifications latest 3dd68fa7db61 3 minutes ago 32.7MB [2023-04-12T06:14:42.150Z] security-proxy-setup latest 880870249d93 3 minutes ago 18.7MB [2023-04-12T06:14:42.150Z] support-scheduler latest 91b64b24b70d 3 minutes ago 32.1MB [2023-04-12T06:14:42.150Z] security-spiffe-token-provider latest d5e30fbafa75 3 minutes ago 32.8MB [2023-04-12T06:14:42.150Z] 9545ab1be680 3 minutes ago 1.75GB [2023-04-12T06:14:42.150Z] 41d35d653740 3 minutes ago 1.75GB [2023-04-12T06:14:42.150Z] fcdd500eafc9 3 minutes ago 1.66GB [2023-04-12T06:14:42.150Z] 5f073c8947c3 3 minutes ago 1.67GB [2023-04-12T06:14:42.150Z] 90af4cf5b2f8 3 minutes ago 1.72GB [2023-04-12T06:14:42.150Z] ci-base-image-x86_64 latest 951dee3ec5e7 8 minutes ago 881MB [2023-04-12T06:14:42.150Z] alpine 3.17 9ed4aefc74f6 13 days ago 7.05MB [2023-04-12T06:14:42.150Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 4 weeks ago 664MB [2023-04-12T06:14:42.150Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-04-12T06:14:42.150Z] 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-12T06:14:42.266Z] provisioning config files... [2023-04-12T06:14:42.274Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/490@tmp/config7921429969547033284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:14:42.567Z] ---> docker-login.sh [2023-04-12T06:14:42.567Z] nexus3.edgexfoundry.org:10001 [2023-04-12T06:14:42.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:14:42.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:14:42.567Z] Configure a credential helper to remove this warning. See [2023-04-12T06:14:42.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:14:42.568Z] [2023-04-12T06:14:42.568Z] Login Succeeded [2023-04-12T06:14:42.568Z] nexus3.edgexfoundry.org:10002 [2023-04-12T06:14:42.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:14:42.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:14:42.825Z] Configure a credential helper to remove this warning. See [2023-04-12T06:14:42.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:14:42.825Z] [2023-04-12T06:14:42.825Z] Login Succeeded [2023-04-12T06:14:42.825Z] nexus3.edgexfoundry.org:10003 [2023-04-12T06:14:42.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:14:42.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:14:42.825Z] Configure a credential helper to remove this warning. See [2023-04-12T06:14:42.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:14:42.825Z] [2023-04-12T06:14:42.825Z] Login Succeeded [2023-04-12T06:14:42.825Z] nexus3.edgexfoundry.org:10004 [2023-04-12T06:14:42.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:14:43.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:14:43.084Z] Configure a credential helper to remove this warning. See [2023-04-12T06:14:43.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:14:43.084Z] [2023-04-12T06:14:43.084Z] Login Succeeded [2023-04-12T06:14:43.084Z] docker.io [2023-04-12T06:14:43.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:14:43.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:14:43.343Z] Configure a credential helper to remove this warning. See [2023-04-12T06:14:43.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:14:43.343Z] [2023-04-12T06:14:43.343Z] Login Succeeded [2023-04-12T06:14:43.343Z] ---> docker-login.sh ends [Pipeline] } [2023-04-12T06:14:43.350Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:14:43.381Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-12T06:14:43.408Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-04-12T06:14:43.408Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:43.408Z] latest [2023-04-12T06:14:43.408Z] 3.0.0-dev.128 [2023-04-12T06:14:43.408Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:14:43.408Z] main [2023-04-12T06:14:43.408Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:43.732Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:44.033Z] + docker push nexus3.edgexfoundry.org:10004/core-command:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:44.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-12T06:14:44.033Z] 99a66e87f511: Preparing [2023-04-12T06:14:44.033Z] 5b6d792ffb3a: Preparing [2023-04-12T06:14:44.033Z] a817d467a782: Preparing [2023-04-12T06:14:44.033Z] 672acfe92ea5: Preparing [2023-04-12T06:14:44.033Z] ad9112d3c907: Preparing [2023-04-12T06:14:44.033Z] f1417ff83b31: Preparing [2023-04-12T06:14:44.033Z] f1417ff83b31: Waiting [2023-04-12T06:14:44.033Z] a817d467a782: Pushed [2023-04-12T06:14:44.033Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:44.033Z] 672acfe92ea5: Pushed [2023-04-12T06:14:44.033Z] 99a66e87f511: Pushed [2023-04-12T06:14:44.033Z] ad9112d3c907: Pushed [2023-04-12T06:14:45.409Z] 5b6d792ffb3a: Pushed [2023-04-12T06:14:45.409Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:55a026d2b93d9759676053d7ee20c0dae3753e1321ec6ec4075410bfed7311ce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:45.714Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:46.018Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-04-12T06:14:46.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-12T06:14:46.018Z] 99a66e87f511: Preparing [2023-04-12T06:14:46.018Z] 5b6d792ffb3a: Preparing [2023-04-12T06:14:46.018Z] a817d467a782: Preparing [2023-04-12T06:14:46.018Z] 672acfe92ea5: Preparing [2023-04-12T06:14:46.018Z] ad9112d3c907: Preparing [2023-04-12T06:14:46.018Z] f1417ff83b31: Preparing [2023-04-12T06:14:46.018Z] f1417ff83b31: Waiting [2023-04-12T06:14:46.018Z] 99a66e87f511: Layer already exists [2023-04-12T06:14:46.018Z] a817d467a782: Layer already exists [2023-04-12T06:14:46.018Z] ad9112d3c907: Layer already exists [2023-04-12T06:14:46.018Z] 5b6d792ffb3a: Layer already exists [2023-04-12T06:14:46.018Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:46.018Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:46.018Z] latest: digest: sha256:55a026d2b93d9759676053d7ee20c0dae3753e1321ec6ec4075410bfed7311ce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:46.328Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:46.636Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.128 [2023-04-12T06:14:46.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-12T06:14:46.637Z] 99a66e87f511: Preparing [2023-04-12T06:14:46.637Z] 5b6d792ffb3a: Preparing [2023-04-12T06:14:46.637Z] a817d467a782: Preparing [2023-04-12T06:14:46.637Z] 672acfe92ea5: Preparing [2023-04-12T06:14:46.637Z] ad9112d3c907: Preparing [2023-04-12T06:14:46.637Z] f1417ff83b31: Preparing [2023-04-12T06:14:46.637Z] f1417ff83b31: Waiting [2023-04-12T06:14:46.637Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:46.637Z] 5b6d792ffb3a: Layer already exists [2023-04-12T06:14:46.637Z] a817d467a782: Layer already exists [2023-04-12T06:14:46.637Z] 99a66e87f511: Layer already exists [2023-04-12T06:14:46.637Z] ad9112d3c907: Layer already exists [2023-04-12T06:14:46.637Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:46.637Z] 3.0.0-dev.128: digest: sha256:55a026d2b93d9759676053d7ee20c0dae3753e1321ec6ec4075410bfed7311ce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:46.945Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:47.249Z] + docker push nexus3.edgexfoundry.org:10004/core-command:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:14:47.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-12T06:14:47.250Z] 99a66e87f511: Preparing [2023-04-12T06:14:47.250Z] 5b6d792ffb3a: Preparing [2023-04-12T06:14:47.250Z] a817d467a782: Preparing [2023-04-12T06:14:47.250Z] 672acfe92ea5: Preparing [2023-04-12T06:14:47.250Z] ad9112d3c907: Preparing [2023-04-12T06:14:47.250Z] f1417ff83b31: Preparing [2023-04-12T06:14:47.250Z] f1417ff83b31: Waiting [2023-04-12T06:14:47.250Z] 5b6d792ffb3a: Layer already exists [2023-04-12T06:14:47.250Z] a817d467a782: Layer already exists [2023-04-12T06:14:47.250Z] 99a66e87f511: Layer already exists [2023-04-12T06:14:47.250Z] ad9112d3c907: Layer already exists [2023-04-12T06:14:47.250Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:47.250Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:47.250Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:55a026d2b93d9759676053d7ee20c0dae3753e1321ec6ec4075410bfed7311ce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:47.558Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:47.868Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-04-12T06:14:47.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-12T06:14:47.869Z] 99a66e87f511: Preparing [2023-04-12T06:14:47.869Z] 5b6d792ffb3a: Preparing [2023-04-12T06:14:47.869Z] a817d467a782: Preparing [2023-04-12T06:14:47.869Z] 672acfe92ea5: Preparing [2023-04-12T06:14:47.869Z] ad9112d3c907: Preparing [2023-04-12T06:14:47.869Z] f1417ff83b31: Preparing [2023-04-12T06:14:47.869Z] f1417ff83b31: Waiting [2023-04-12T06:14:47.869Z] 99a66e87f511: Layer already exists [2023-04-12T06:14:47.869Z] ad9112d3c907: Layer already exists [2023-04-12T06:14:47.869Z] 5b6d792ffb3a: Layer already exists [2023-04-12T06:14:47.869Z] a817d467a782: Layer already exists [2023-04-12T06:14:47.869Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:47.869Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:47.869Z] main: digest: sha256:55a026d2b93d9759676053d7ee20c0dae3753e1321ec6ec4075410bfed7311ce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:14:47.903Z] ===================================================== [Pipeline] echo [2023-04-12T06:14:47.908Z] taggedImages: [2023-04-12T06:14:47.908Z] - nexus3.edgexfoundry.org:10004/core-command:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:47.908Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-04-12T06:14:47.908Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.128 [2023-04-12T06:14:47.908Z] - nexus3.edgexfoundry.org:10004/core-command:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:14:47.908Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-04-12T06:14:47.922Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-04-12T06:14:47.922Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:47.922Z] latest [2023-04-12T06:14:47.922Z] 3.0.0-dev.128 [2023-04-12T06:14:47.922Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:14:47.922Z] main [2023-04-12T06:14:47.922Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:48.225Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:48.537Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:48.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-12T06:14:48.537Z] 724f30329920: Preparing [2023-04-12T06:14:48.537Z] a77bbf101cb4: Preparing [2023-04-12T06:14:48.537Z] e2cc21001f86: Preparing [2023-04-12T06:14:48.537Z] fdfed31a8cb5: Preparing [2023-04-12T06:14:48.537Z] a817d467a782: Preparing [2023-04-12T06:14:48.537Z] 672acfe92ea5: Preparing [2023-04-12T06:14:48.537Z] 59a635db5918: Preparing [2023-04-12T06:14:48.537Z] f1417ff83b31: Preparing [2023-04-12T06:14:48.537Z] f1417ff83b31: Waiting [2023-04-12T06:14:48.537Z] 59a635db5918: Waiting [2023-04-12T06:14:48.537Z] a817d467a782: Layer already exists [2023-04-12T06:14:48.537Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:48.537Z] e2cc21001f86: Pushed [2023-04-12T06:14:48.537Z] a77bbf101cb4: Pushed [2023-04-12T06:14:48.537Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:48.537Z] 724f30329920: Pushed [2023-04-12T06:14:48.537Z] 59a635db5918: Pushed [2023-04-12T06:14:49.915Z] fdfed31a8cb5: Pushed [2023-04-12T06:14:49.915Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:60b6c2cbb872db83b80ce22344d8b0568442baf1a48a92594276babe3f48e3aa size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:50.229Z] + 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-12T06:14:50.545Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-04-12T06:14:50.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-12T06:14:50.545Z] 724f30329920: Preparing [2023-04-12T06:14:50.545Z] a77bbf101cb4: Preparing [2023-04-12T06:14:50.545Z] e2cc21001f86: Preparing [2023-04-12T06:14:50.545Z] fdfed31a8cb5: Preparing [2023-04-12T06:14:50.545Z] a817d467a782: Preparing [2023-04-12T06:14:50.545Z] 672acfe92ea5: Preparing [2023-04-12T06:14:50.545Z] 59a635db5918: Preparing [2023-04-12T06:14:50.545Z] f1417ff83b31: Preparing [2023-04-12T06:14:50.545Z] 672acfe92ea5: Waiting [2023-04-12T06:14:50.545Z] f1417ff83b31: Waiting [2023-04-12T06:14:50.545Z] a77bbf101cb4: Layer already exists [2023-04-12T06:14:50.545Z] a817d467a782: Layer already exists [2023-04-12T06:14:50.545Z] 724f30329920: Layer already exists [2023-04-12T06:14:50.545Z] fdfed31a8cb5: Layer already exists [2023-04-12T06:14:50.545Z] e2cc21001f86: Layer already exists [2023-04-12T06:14:50.545Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:50.545Z] 59a635db5918: Layer already exists [2023-04-12T06:14:50.545Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:50.545Z] latest: digest: sha256:60b6c2cbb872db83b80ce22344d8b0568442baf1a48a92594276babe3f48e3aa size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:50.852Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:51.156Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.128 [2023-04-12T06:14:51.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-12T06:14:51.156Z] 724f30329920: Preparing [2023-04-12T06:14:51.156Z] a77bbf101cb4: Preparing [2023-04-12T06:14:51.156Z] e2cc21001f86: Preparing [2023-04-12T06:14:51.156Z] fdfed31a8cb5: Preparing [2023-04-12T06:14:51.156Z] a817d467a782: Preparing [2023-04-12T06:14:51.156Z] 672acfe92ea5: Preparing [2023-04-12T06:14:51.156Z] 59a635db5918: Preparing [2023-04-12T06:14:51.156Z] f1417ff83b31: Preparing [2023-04-12T06:14:51.156Z] 672acfe92ea5: Waiting [2023-04-12T06:14:51.156Z] 59a635db5918: Waiting [2023-04-12T06:14:51.156Z] f1417ff83b31: Waiting [2023-04-12T06:14:51.156Z] fdfed31a8cb5: Layer already exists [2023-04-12T06:14:51.156Z] a817d467a782: Layer already exists [2023-04-12T06:14:51.156Z] e2cc21001f86: Layer already exists [2023-04-12T06:14:51.156Z] 724f30329920: Layer already exists [2023-04-12T06:14:51.156Z] a77bbf101cb4: Layer already exists [2023-04-12T06:14:51.156Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:51.156Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:51.156Z] 59a635db5918: Layer already exists [2023-04-12T06:14:51.156Z] 3.0.0-dev.128: digest: sha256:60b6c2cbb872db83b80ce22344d8b0568442baf1a48a92594276babe3f48e3aa size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:51.464Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:51.772Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:14:51.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-12T06:14:51.772Z] 724f30329920: Preparing [2023-04-12T06:14:51.772Z] a77bbf101cb4: Preparing [2023-04-12T06:14:51.772Z] e2cc21001f86: Preparing [2023-04-12T06:14:51.772Z] fdfed31a8cb5: Preparing [2023-04-12T06:14:51.772Z] a817d467a782: Preparing [2023-04-12T06:14:51.772Z] 672acfe92ea5: Preparing [2023-04-12T06:14:51.772Z] 59a635db5918: Preparing [2023-04-12T06:14:51.772Z] f1417ff83b31: Preparing [2023-04-12T06:14:51.772Z] 672acfe92ea5: Waiting [2023-04-12T06:14:51.772Z] 59a635db5918: Waiting [2023-04-12T06:14:51.772Z] f1417ff83b31: Waiting [2023-04-12T06:14:51.772Z] fdfed31a8cb5: Layer already exists [2023-04-12T06:14:51.772Z] 724f30329920: Layer already exists [2023-04-12T06:14:51.772Z] a77bbf101cb4: Layer already exists [2023-04-12T06:14:51.772Z] a817d467a782: Layer already exists [2023-04-12T06:14:51.772Z] e2cc21001f86: Layer already exists [2023-04-12T06:14:51.772Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:51.772Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:51.772Z] 59a635db5918: Layer already exists [2023-04-12T06:14:51.772Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:60b6c2cbb872db83b80ce22344d8b0568442baf1a48a92594276babe3f48e3aa size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:52.077Z] + 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-12T06:14:52.382Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-04-12T06:14:52.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-12T06:14:52.382Z] 724f30329920: Preparing [2023-04-12T06:14:52.382Z] a77bbf101cb4: Preparing [2023-04-12T06:14:52.382Z] e2cc21001f86: Preparing [2023-04-12T06:14:52.382Z] fdfed31a8cb5: Preparing [2023-04-12T06:14:52.382Z] a817d467a782: Preparing [2023-04-12T06:14:52.382Z] 672acfe92ea5: Preparing [2023-04-12T06:14:52.382Z] 59a635db5918: Preparing [2023-04-12T06:14:52.382Z] f1417ff83b31: Preparing [2023-04-12T06:14:52.382Z] 672acfe92ea5: Waiting [2023-04-12T06:14:52.382Z] 59a635db5918: Waiting [2023-04-12T06:14:52.382Z] f1417ff83b31: Waiting [2023-04-12T06:14:52.382Z] e2cc21001f86: Layer already exists [2023-04-12T06:14:52.382Z] a817d467a782: Layer already exists [2023-04-12T06:14:52.382Z] fdfed31a8cb5: Layer already exists [2023-04-12T06:14:52.382Z] a77bbf101cb4: Layer already exists [2023-04-12T06:14:52.382Z] 724f30329920: Layer already exists [2023-04-12T06:14:52.382Z] 59a635db5918: Layer already exists [2023-04-12T06:14:52.382Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:52.382Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:52.382Z] main: digest: sha256:60b6c2cbb872db83b80ce22344d8b0568442baf1a48a92594276babe3f48e3aa size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:14:52.420Z] ===================================================== [Pipeline] echo [2023-04-12T06:14:52.428Z] taggedImages: [2023-04-12T06:14:52.428Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:52.428Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-04-12T06:14:52.428Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.128 [2023-04-12T06:14:52.428Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:14:52.428Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-04-12T06:14:52.448Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-04-12T06:14:52.448Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:52.448Z] latest [2023-04-12T06:14:52.448Z] 3.0.0-dev.128 [2023-04-12T06:14:52.448Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:14:52.448Z] main [2023-04-12T06:14:52.448Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:52.772Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:53.087Z] + docker push nexus3.edgexfoundry.org:10004/core-data:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:53.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-12T06:14:53.087Z] 1e788941984a: Preparing [2023-04-12T06:14:53.087Z] 3f6ad73b6a11: Preparing [2023-04-12T06:14:53.087Z] a817d467a782: Preparing [2023-04-12T06:14:53.087Z] 672acfe92ea5: Preparing [2023-04-12T06:14:53.087Z] d2a3369409e7: Preparing [2023-04-12T06:14:53.087Z] f1417ff83b31: Preparing [2023-04-12T06:14:53.087Z] f1417ff83b31: Waiting [2023-04-12T06:14:53.087Z] a817d467a782: Layer already exists [2023-04-12T06:14:53.087Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:53.087Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:53.087Z] 1e788941984a: Pushed [2023-04-12T06:14:53.087Z] d2a3369409e7: Pushed [2023-04-12T06:14:54.992Z] 3f6ad73b6a11: Pushed [2023-04-12T06:14:54.992Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:0b393b20ad52f59f37e79ff1deecb98384de47ae6553ac59bdbcd97f6d80fd2e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:55.303Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:55.610Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-04-12T06:14:55.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-12T06:14:55.610Z] 1e788941984a: Preparing [2023-04-12T06:14:55.610Z] 3f6ad73b6a11: Preparing [2023-04-12T06:14:55.610Z] a817d467a782: Preparing [2023-04-12T06:14:55.610Z] 672acfe92ea5: Preparing [2023-04-12T06:14:55.610Z] d2a3369409e7: Preparing [2023-04-12T06:14:55.610Z] f1417ff83b31: Preparing [2023-04-12T06:14:55.610Z] f1417ff83b31: Waiting [2023-04-12T06:14:55.610Z] a817d467a782: Layer already exists [2023-04-12T06:14:55.610Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:55.610Z] 3f6ad73b6a11: Layer already exists [2023-04-12T06:14:55.610Z] 1e788941984a: Layer already exists [2023-04-12T06:14:55.610Z] d2a3369409e7: Layer already exists [2023-04-12T06:14:55.610Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:55.610Z] latest: digest: sha256:0b393b20ad52f59f37e79ff1deecb98384de47ae6553ac59bdbcd97f6d80fd2e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:55.926Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:56.235Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.128 [2023-04-12T06:14:56.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-12T06:14:56.235Z] 1e788941984a: Preparing [2023-04-12T06:14:56.235Z] 3f6ad73b6a11: Preparing [2023-04-12T06:14:56.235Z] a817d467a782: Preparing [2023-04-12T06:14:56.235Z] 672acfe92ea5: Preparing [2023-04-12T06:14:56.235Z] d2a3369409e7: Preparing [2023-04-12T06:14:56.235Z] f1417ff83b31: Preparing [2023-04-12T06:14:56.235Z] f1417ff83b31: Waiting [2023-04-12T06:14:56.235Z] d2a3369409e7: Layer already exists [2023-04-12T06:14:56.235Z] 1e788941984a: Layer already exists [2023-04-12T06:14:56.235Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:56.235Z] a817d467a782: Layer already exists [2023-04-12T06:14:56.235Z] 3f6ad73b6a11: Layer already exists [2023-04-12T06:14:56.235Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:56.235Z] 3.0.0-dev.128: digest: sha256:0b393b20ad52f59f37e79ff1deecb98384de47ae6553ac59bdbcd97f6d80fd2e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:56.556Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:56.860Z] + docker push nexus3.edgexfoundry.org:10004/core-data:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:14:56.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-12T06:14:56.860Z] 1e788941984a: Preparing [2023-04-12T06:14:56.860Z] 3f6ad73b6a11: Preparing [2023-04-12T06:14:56.860Z] a817d467a782: Preparing [2023-04-12T06:14:56.860Z] 672acfe92ea5: Preparing [2023-04-12T06:14:56.860Z] d2a3369409e7: Preparing [2023-04-12T06:14:56.860Z] f1417ff83b31: Preparing [2023-04-12T06:14:56.860Z] f1417ff83b31: Waiting [2023-04-12T06:14:56.860Z] 3f6ad73b6a11: Layer already exists [2023-04-12T06:14:56.860Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:56.860Z] 1e788941984a: Layer already exists [2023-04-12T06:14:56.860Z] a817d467a782: Layer already exists [2023-04-12T06:14:56.860Z] d2a3369409e7: Layer already exists [2023-04-12T06:14:56.860Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:56.860Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:0b393b20ad52f59f37e79ff1deecb98384de47ae6553ac59bdbcd97f6d80fd2e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:57.169Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:57.471Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-04-12T06:14:57.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-12T06:14:57.471Z] 1e788941984a: Preparing [2023-04-12T06:14:57.471Z] 3f6ad73b6a11: Preparing [2023-04-12T06:14:57.471Z] a817d467a782: Preparing [2023-04-12T06:14:57.471Z] 672acfe92ea5: Preparing [2023-04-12T06:14:57.471Z] d2a3369409e7: Preparing [2023-04-12T06:14:57.471Z] f1417ff83b31: Preparing [2023-04-12T06:14:57.471Z] f1417ff83b31: Waiting [2023-04-12T06:14:57.471Z] 1e788941984a: Layer already exists [2023-04-12T06:14:57.471Z] d2a3369409e7: Layer already exists [2023-04-12T06:14:57.471Z] 3f6ad73b6a11: Layer already exists [2023-04-12T06:14:57.471Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:57.471Z] a817d467a782: Layer already exists [2023-04-12T06:14:57.471Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:57.471Z] main: digest: sha256:0b393b20ad52f59f37e79ff1deecb98384de47ae6553ac59bdbcd97f6d80fd2e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:14:57.505Z] ===================================================== [Pipeline] echo [2023-04-12T06:14:57.510Z] taggedImages: [2023-04-12T06:14:57.510Z] - nexus3.edgexfoundry.org:10004/core-data:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:57.510Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-04-12T06:14:57.510Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.128 [2023-04-12T06:14:57.510Z] - nexus3.edgexfoundry.org:10004/core-data:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:14:57.510Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-04-12T06:14:57.524Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-04-12T06:14:57.524Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:57.524Z] latest [2023-04-12T06:14:57.524Z] 3.0.0-dev.128 [2023-04-12T06:14:57.524Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:14:57.524Z] main [2023-04-12T06:14:57.524Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:57.826Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:14:58.133Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:14:58.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-12T06:14:58.134Z] 69355bcf4a7f: Preparing [2023-04-12T06:14:58.134Z] 142321d4ef6a: Preparing [2023-04-12T06:14:58.134Z] c4264b311309: Preparing [2023-04-12T06:14:58.134Z] a817d467a782: Preparing [2023-04-12T06:14:58.134Z] 672acfe92ea5: Preparing [2023-04-12T06:14:58.134Z] ad9112d3c907: Preparing [2023-04-12T06:14:58.134Z] f1417ff83b31: Preparing [2023-04-12T06:14:58.134Z] f1417ff83b31: Waiting [2023-04-12T06:14:58.134Z] ad9112d3c907: Waiting [2023-04-12T06:14:58.134Z] 672acfe92ea5: Layer already exists [2023-04-12T06:14:58.134Z] a817d467a782: Layer already exists [2023-04-12T06:14:58.134Z] ad9112d3c907: Layer already exists [2023-04-12T06:14:58.134Z] f1417ff83b31: Layer already exists [2023-04-12T06:14:58.134Z] 69355bcf4a7f: Pushed [2023-04-12T06:14:58.134Z] 142321d4ef6a: Pushed [2023-04-12T06:15:00.034Z] c4264b311309: Pushed [2023-04-12T06:15:00.034Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:b56c67b36a6ff8c75889f55d4e8f8a74249757852ccc926ea8cafb66966797d9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:00.341Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:00.640Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-04-12T06:15:00.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-12T06:15:00.640Z] 69355bcf4a7f: Preparing [2023-04-12T06:15:00.640Z] 142321d4ef6a: Preparing [2023-04-12T06:15:00.640Z] c4264b311309: Preparing [2023-04-12T06:15:00.640Z] a817d467a782: Preparing [2023-04-12T06:15:00.640Z] 672acfe92ea5: Preparing [2023-04-12T06:15:00.640Z] ad9112d3c907: Preparing [2023-04-12T06:15:00.640Z] f1417ff83b31: Preparing [2023-04-12T06:15:00.640Z] f1417ff83b31: Waiting [2023-04-12T06:15:00.640Z] ad9112d3c907: Waiting [2023-04-12T06:15:00.640Z] 142321d4ef6a: Layer already exists [2023-04-12T06:15:00.640Z] 69355bcf4a7f: Layer already exists [2023-04-12T06:15:00.640Z] a817d467a782: Layer already exists [2023-04-12T06:15:00.640Z] c4264b311309: Layer already exists [2023-04-12T06:15:00.640Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:00.640Z] ad9112d3c907: Layer already exists [2023-04-12T06:15:00.640Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:00.640Z] latest: digest: sha256:b56c67b36a6ff8c75889f55d4e8f8a74249757852ccc926ea8cafb66966797d9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:00.949Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:01.247Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.128 [2023-04-12T06:15:01.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-12T06:15:01.247Z] 69355bcf4a7f: Preparing [2023-04-12T06:15:01.247Z] 142321d4ef6a: Preparing [2023-04-12T06:15:01.247Z] c4264b311309: Preparing [2023-04-12T06:15:01.247Z] a817d467a782: Preparing [2023-04-12T06:15:01.247Z] 672acfe92ea5: Preparing [2023-04-12T06:15:01.247Z] ad9112d3c907: Preparing [2023-04-12T06:15:01.247Z] f1417ff83b31: Preparing [2023-04-12T06:15:01.247Z] ad9112d3c907: Waiting [2023-04-12T06:15:01.247Z] f1417ff83b31: Waiting [2023-04-12T06:15:01.247Z] 142321d4ef6a: Layer already exists [2023-04-12T06:15:01.247Z] a817d467a782: Layer already exists [2023-04-12T06:15:01.247Z] c4264b311309: Layer already exists [2023-04-12T06:15:01.247Z] 69355bcf4a7f: Layer already exists [2023-04-12T06:15:01.247Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:01.247Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:01.247Z] ad9112d3c907: Layer already exists [2023-04-12T06:15:01.247Z] 3.0.0-dev.128: digest: sha256:b56c67b36a6ff8c75889f55d4e8f8a74249757852ccc926ea8cafb66966797d9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:01.551Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:01.854Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:01.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-12T06:15:01.854Z] 69355bcf4a7f: Preparing [2023-04-12T06:15:01.854Z] 142321d4ef6a: Preparing [2023-04-12T06:15:01.854Z] c4264b311309: Preparing [2023-04-12T06:15:01.854Z] a817d467a782: Preparing [2023-04-12T06:15:01.854Z] 672acfe92ea5: Preparing [2023-04-12T06:15:01.854Z] ad9112d3c907: Preparing [2023-04-12T06:15:01.854Z] f1417ff83b31: Preparing [2023-04-12T06:15:01.854Z] ad9112d3c907: Waiting [2023-04-12T06:15:01.854Z] f1417ff83b31: Waiting [2023-04-12T06:15:01.854Z] 142321d4ef6a: Layer already exists [2023-04-12T06:15:01.854Z] a817d467a782: Layer already exists [2023-04-12T06:15:01.854Z] 69355bcf4a7f: Layer already exists [2023-04-12T06:15:01.854Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:01.854Z] c4264b311309: Layer already exists [2023-04-12T06:15:01.854Z] ad9112d3c907: Layer already exists [2023-04-12T06:15:01.854Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:02.112Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:b56c67b36a6ff8c75889f55d4e8f8a74249757852ccc926ea8cafb66966797d9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:02.426Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:02.732Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-04-12T06:15:02.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-12T06:15:02.732Z] 69355bcf4a7f: Preparing [2023-04-12T06:15:02.732Z] 142321d4ef6a: Preparing [2023-04-12T06:15:02.732Z] c4264b311309: Preparing [2023-04-12T06:15:02.732Z] a817d467a782: Preparing [2023-04-12T06:15:02.732Z] 672acfe92ea5: Preparing [2023-04-12T06:15:02.732Z] ad9112d3c907: Preparing [2023-04-12T06:15:02.732Z] f1417ff83b31: Preparing [2023-04-12T06:15:02.732Z] f1417ff83b31: Waiting [2023-04-12T06:15:02.732Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:02.732Z] a817d467a782: Layer already exists [2023-04-12T06:15:02.732Z] c4264b311309: Layer already exists [2023-04-12T06:15:02.732Z] 69355bcf4a7f: Layer already exists [2023-04-12T06:15:02.732Z] 142321d4ef6a: Layer already exists [2023-04-12T06:15:02.732Z] ad9112d3c907: Layer already exists [2023-04-12T06:15:02.732Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:02.732Z] main: digest: sha256:b56c67b36a6ff8c75889f55d4e8f8a74249757852ccc926ea8cafb66966797d9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:15:02.777Z] ===================================================== [Pipeline] echo [2023-04-12T06:15:02.787Z] taggedImages: [2023-04-12T06:15:02.787Z] - nexus3.edgexfoundry.org:10004/core-metadata:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:02.787Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-04-12T06:15:02.787Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.128 [2023-04-12T06:15:02.787Z] - nexus3.edgexfoundry.org:10004/core-metadata:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:02.787Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-04-12T06:15:02.804Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-04-12T06:15:02.804Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:02.804Z] latest [2023-04-12T06:15:02.804Z] 3.0.0-dev.128 [2023-04-12T06:15:02.804Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:02.804Z] main [2023-04-12T06:15:02.804Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:03.127Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:03.434Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:03.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-12T06:15:03.434Z] da0c0eb1bcc7: Preparing [2023-04-12T06:15:03.434Z] da0c0eb1bcc7: Preparing [2023-04-12T06:15:03.434Z] 26e6ae3cf85e: Preparing [2023-04-12T06:15:03.434Z] fb0b69ee607d: Preparing [2023-04-12T06:15:03.434Z] e4bd78c96c51: Preparing [2023-04-12T06:15:03.434Z] 4a2af999432c: Preparing [2023-04-12T06:15:03.434Z] b9ef615e04c8: Preparing [2023-04-12T06:15:03.434Z] a817d467a782: Preparing [2023-04-12T06:15:03.434Z] 672acfe92ea5: Preparing [2023-04-12T06:15:03.434Z] 8b7437435731: Preparing [2023-04-12T06:15:03.434Z] eb064d28708b: Preparing [2023-04-12T06:15:03.434Z] 4dbc179dba55: Preparing [2023-04-12T06:15:03.434Z] 7d0aaa0cb313: Preparing [2023-04-12T06:15:03.434Z] f1417ff83b31: Preparing [2023-04-12T06:15:03.434Z] a817d467a782: Waiting [2023-04-12T06:15:03.434Z] 672acfe92ea5: Waiting [2023-04-12T06:15:03.434Z] 8b7437435731: Waiting [2023-04-12T06:15:03.434Z] 7d0aaa0cb313: Waiting [2023-04-12T06:15:03.434Z] f1417ff83b31: Waiting [2023-04-12T06:15:03.434Z] eb064d28708b: Waiting [2023-04-12T06:15:03.434Z] b9ef615e04c8: Waiting [2023-04-12T06:15:03.434Z] 26e6ae3cf85e: Pushed [2023-04-12T06:15:03.434Z] e4bd78c96c51: Pushed [2023-04-12T06:15:03.434Z] fb0b69ee607d: Pushed [2023-04-12T06:15:03.434Z] 4a2af999432c: Pushed [2023-04-12T06:15:03.434Z] a817d467a782: Layer already exists [2023-04-12T06:15:03.434Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:03.434Z] da0c0eb1bcc7: Pushed [2023-04-12T06:15:03.692Z] 4dbc179dba55: Pushed [2023-04-12T06:15:03.692Z] 7d0aaa0cb313: Pushed [2023-04-12T06:15:03.692Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:03.692Z] 8b7437435731: Pushed [2023-04-12T06:15:03.692Z] eb064d28708b: Pushed [2023-04-12T06:15:05.070Z] b9ef615e04c8: Pushed [2023-04-12T06:15:05.070Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:d4fa5fe322bd7dbc8e81aaf65bf8fbabfd801eee6076332eaf25a34213452965 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:05.378Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:05.685Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-04-12T06:15:05.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-12T06:15:05.686Z] da0c0eb1bcc7: Preparing [2023-04-12T06:15:05.686Z] da0c0eb1bcc7: Preparing [2023-04-12T06:15:05.686Z] 26e6ae3cf85e: Preparing [2023-04-12T06:15:05.686Z] fb0b69ee607d: Preparing [2023-04-12T06:15:05.686Z] e4bd78c96c51: Preparing [2023-04-12T06:15:05.686Z] 4a2af999432c: Preparing [2023-04-12T06:15:05.686Z] b9ef615e04c8: Preparing [2023-04-12T06:15:05.686Z] a817d467a782: Preparing [2023-04-12T06:15:05.686Z] 672acfe92ea5: Preparing [2023-04-12T06:15:05.686Z] 8b7437435731: Preparing [2023-04-12T06:15:05.686Z] eb064d28708b: Preparing [2023-04-12T06:15:05.686Z] 4dbc179dba55: Preparing [2023-04-12T06:15:05.686Z] 7d0aaa0cb313: Preparing [2023-04-12T06:15:05.686Z] f1417ff83b31: Preparing [2023-04-12T06:15:05.686Z] a817d467a782: Waiting [2023-04-12T06:15:05.686Z] 672acfe92ea5: Waiting [2023-04-12T06:15:05.686Z] b9ef615e04c8: Waiting [2023-04-12T06:15:05.686Z] 7d0aaa0cb313: Waiting [2023-04-12T06:15:05.686Z] 8b7437435731: Waiting [2023-04-12T06:15:05.686Z] f1417ff83b31: Waiting [2023-04-12T06:15:05.686Z] 4dbc179dba55: Waiting [2023-04-12T06:15:05.686Z] eb064d28708b: Waiting [2023-04-12T06:15:05.686Z] 26e6ae3cf85e: Layer already exists [2023-04-12T06:15:05.686Z] 4a2af999432c: Layer already exists [2023-04-12T06:15:05.686Z] fb0b69ee607d: Layer already exists [2023-04-12T06:15:05.686Z] e4bd78c96c51: Layer already exists [2023-04-12T06:15:05.686Z] da0c0eb1bcc7: Layer already exists [2023-04-12T06:15:05.686Z] 8b7437435731: Layer already exists [2023-04-12T06:15:05.686Z] b9ef615e04c8: Layer already exists [2023-04-12T06:15:05.686Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:05.686Z] eb064d28708b: Layer already exists [2023-04-12T06:15:05.686Z] a817d467a782: Layer already exists [2023-04-12T06:15:05.686Z] 7d0aaa0cb313: Layer already exists [2023-04-12T06:15:05.686Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:05.686Z] 4dbc179dba55: Layer already exists [2023-04-12T06:15:05.686Z] latest: digest: sha256:d4fa5fe322bd7dbc8e81aaf65bf8fbabfd801eee6076332eaf25a34213452965 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:05.999Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:06.305Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.128 [2023-04-12T06:15:06.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-12T06:15:06.305Z] da0c0eb1bcc7: Preparing [2023-04-12T06:15:06.305Z] da0c0eb1bcc7: Preparing [2023-04-12T06:15:06.305Z] 26e6ae3cf85e: Preparing [2023-04-12T06:15:06.305Z] fb0b69ee607d: Preparing [2023-04-12T06:15:06.305Z] e4bd78c96c51: Preparing [2023-04-12T06:15:06.305Z] 4a2af999432c: Preparing [2023-04-12T06:15:06.305Z] b9ef615e04c8: Preparing [2023-04-12T06:15:06.305Z] a817d467a782: Preparing [2023-04-12T06:15:06.305Z] 672acfe92ea5: Preparing [2023-04-12T06:15:06.305Z] 8b7437435731: Preparing [2023-04-12T06:15:06.305Z] eb064d28708b: Preparing [2023-04-12T06:15:06.305Z] 4dbc179dba55: Preparing [2023-04-12T06:15:06.305Z] 7d0aaa0cb313: Preparing [2023-04-12T06:15:06.305Z] f1417ff83b31: Preparing [2023-04-12T06:15:06.305Z] eb064d28708b: Waiting [2023-04-12T06:15:06.305Z] b9ef615e04c8: Waiting [2023-04-12T06:15:06.305Z] 672acfe92ea5: Waiting [2023-04-12T06:15:06.305Z] 8b7437435731: Waiting [2023-04-12T06:15:06.305Z] a817d467a782: Waiting [2023-04-12T06:15:06.305Z] 7d0aaa0cb313: Waiting [2023-04-12T06:15:06.305Z] 4dbc179dba55: Waiting [2023-04-12T06:15:06.305Z] f1417ff83b31: Waiting [2023-04-12T06:15:06.305Z] 26e6ae3cf85e: Layer already exists [2023-04-12T06:15:06.305Z] fb0b69ee607d: Layer already exists [2023-04-12T06:15:06.305Z] da0c0eb1bcc7: Layer already exists [2023-04-12T06:15:06.305Z] e4bd78c96c51: Layer already exists [2023-04-12T06:15:06.305Z] 4a2af999432c: Layer already exists [2023-04-12T06:15:06.305Z] b9ef615e04c8: Layer already exists [2023-04-12T06:15:06.305Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:06.305Z] a817d467a782: Layer already exists [2023-04-12T06:15:06.305Z] 8b7437435731: Layer already exists [2023-04-12T06:15:06.305Z] eb064d28708b: Layer already exists [2023-04-12T06:15:06.305Z] 4dbc179dba55: Layer already exists [2023-04-12T06:15:06.305Z] 7d0aaa0cb313: Layer already exists [2023-04-12T06:15:06.305Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:06.305Z] 3.0.0-dev.128: digest: sha256:d4fa5fe322bd7dbc8e81aaf65bf8fbabfd801eee6076332eaf25a34213452965 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:06.616Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:06.923Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:06.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-12T06:15:06.923Z] da0c0eb1bcc7: Preparing [2023-04-12T06:15:06.923Z] da0c0eb1bcc7: Preparing [2023-04-12T06:15:06.923Z] 26e6ae3cf85e: Preparing [2023-04-12T06:15:06.923Z] fb0b69ee607d: Preparing [2023-04-12T06:15:06.923Z] e4bd78c96c51: Preparing [2023-04-12T06:15:06.923Z] 4a2af999432c: Preparing [2023-04-12T06:15:06.923Z] b9ef615e04c8: Preparing [2023-04-12T06:15:06.923Z] a817d467a782: Preparing [2023-04-12T06:15:06.923Z] 672acfe92ea5: Preparing [2023-04-12T06:15:06.923Z] 8b7437435731: Preparing [2023-04-12T06:15:06.923Z] a817d467a782: Waiting [2023-04-12T06:15:06.923Z] b9ef615e04c8: Waiting [2023-04-12T06:15:06.923Z] 8b7437435731: Waiting [2023-04-12T06:15:06.923Z] 672acfe92ea5: Waiting [2023-04-12T06:15:06.923Z] eb064d28708b: Preparing [2023-04-12T06:15:06.923Z] 4dbc179dba55: Preparing [2023-04-12T06:15:06.923Z] 7d0aaa0cb313: Preparing [2023-04-12T06:15:06.923Z] f1417ff83b31: Preparing [2023-04-12T06:15:06.923Z] eb064d28708b: Waiting [2023-04-12T06:15:06.923Z] 4dbc179dba55: Waiting [2023-04-12T06:15:06.923Z] 7d0aaa0cb313: Waiting [2023-04-12T06:15:06.923Z] da0c0eb1bcc7: Layer already exists [2023-04-12T06:15:06.923Z] e4bd78c96c51: Layer already exists [2023-04-12T06:15:06.923Z] fb0b69ee607d: Layer already exists [2023-04-12T06:15:06.923Z] 4a2af999432c: Layer already exists [2023-04-12T06:15:06.923Z] 26e6ae3cf85e: Layer already exists [2023-04-12T06:15:06.923Z] b9ef615e04c8: Layer already exists [2023-04-12T06:15:06.923Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:06.923Z] a817d467a782: Layer already exists [2023-04-12T06:15:06.923Z] 8b7437435731: Layer already exists [2023-04-12T06:15:06.923Z] eb064d28708b: Layer already exists [2023-04-12T06:15:06.923Z] 4dbc179dba55: Layer already exists [2023-04-12T06:15:06.923Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:06.923Z] 7d0aaa0cb313: Layer already exists [2023-04-12T06:15:06.923Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:d4fa5fe322bd7dbc8e81aaf65bf8fbabfd801eee6076332eaf25a34213452965 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:07.229Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:07.535Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-04-12T06:15:07.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-12T06:15:07.535Z] da0c0eb1bcc7: Preparing [2023-04-12T06:15:07.535Z] da0c0eb1bcc7: Preparing [2023-04-12T06:15:07.535Z] 26e6ae3cf85e: Preparing [2023-04-12T06:15:07.535Z] fb0b69ee607d: Preparing [2023-04-12T06:15:07.535Z] e4bd78c96c51: Preparing [2023-04-12T06:15:07.535Z] 4a2af999432c: Preparing [2023-04-12T06:15:07.535Z] b9ef615e04c8: Preparing [2023-04-12T06:15:07.535Z] a817d467a782: Preparing [2023-04-12T06:15:07.535Z] 672acfe92ea5: Preparing [2023-04-12T06:15:07.535Z] 8b7437435731: Preparing [2023-04-12T06:15:07.535Z] eb064d28708b: Preparing [2023-04-12T06:15:07.535Z] 4dbc179dba55: Preparing [2023-04-12T06:15:07.535Z] 7d0aaa0cb313: Preparing [2023-04-12T06:15:07.535Z] f1417ff83b31: Preparing [2023-04-12T06:15:07.535Z] b9ef615e04c8: Waiting [2023-04-12T06:15:07.535Z] a817d467a782: Waiting [2023-04-12T06:15:07.535Z] 8b7437435731: Waiting [2023-04-12T06:15:07.535Z] 672acfe92ea5: Waiting [2023-04-12T06:15:07.535Z] 7d0aaa0cb313: Waiting [2023-04-12T06:15:07.535Z] eb064d28708b: Waiting [2023-04-12T06:15:07.535Z] f1417ff83b31: Waiting [2023-04-12T06:15:07.535Z] 4dbc179dba55: Waiting [2023-04-12T06:15:07.535Z] da0c0eb1bcc7: Layer already exists [2023-04-12T06:15:07.535Z] 4a2af999432c: Layer already exists [2023-04-12T06:15:07.535Z] 26e6ae3cf85e: Layer already exists [2023-04-12T06:15:07.535Z] e4bd78c96c51: Layer already exists [2023-04-12T06:15:07.535Z] fb0b69ee607d: Layer already exists [2023-04-12T06:15:07.535Z] a817d467a782: Layer already exists [2023-04-12T06:15:07.535Z] b9ef615e04c8: Layer already exists [2023-04-12T06:15:07.535Z] 8b7437435731: Layer already exists [2023-04-12T06:15:07.535Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:07.535Z] eb064d28708b: Layer already exists [2023-04-12T06:15:07.535Z] 4dbc179dba55: Layer already exists [2023-04-12T06:15:07.535Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:07.535Z] 7d0aaa0cb313: Layer already exists [2023-04-12T06:15:07.535Z] main: digest: sha256:d4fa5fe322bd7dbc8e81aaf65bf8fbabfd801eee6076332eaf25a34213452965 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:15:07.579Z] ===================================================== [Pipeline] echo [2023-04-12T06:15:07.586Z] taggedImages: [2023-04-12T06:15:07.586Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:07.586Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-04-12T06:15:07.586Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.128 [2023-04-12T06:15:07.586Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:07.586Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-04-12T06:15:07.604Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-04-12T06:15:07.604Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:07.604Z] latest [2023-04-12T06:15:07.604Z] 3.0.0-dev.128 [2023-04-12T06:15:07.604Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:07.604Z] main [2023-04-12T06:15:07.604Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:07.906Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:08.209Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:08.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-12T06:15:08.209Z] 498516ed7882: Preparing [2023-04-12T06:15:08.209Z] a77bbf101cb4: Preparing [2023-04-12T06:15:08.209Z] e35f8e6086ca: Preparing [2023-04-12T06:15:08.209Z] 9c3d22b7bf36: Preparing [2023-04-12T06:15:08.209Z] a817d467a782: Preparing [2023-04-12T06:15:08.209Z] 672acfe92ea5: Preparing [2023-04-12T06:15:08.209Z] 3bd008e20ae1: Preparing [2023-04-12T06:15:08.209Z] f1417ff83b31: Preparing [2023-04-12T06:15:08.209Z] 672acfe92ea5: Waiting [2023-04-12T06:15:08.209Z] 3bd008e20ae1: Waiting [2023-04-12T06:15:08.209Z] f1417ff83b31: Waiting [2023-04-12T06:15:08.209Z] a77bbf101cb4: Layer already exists [2023-04-12T06:15:08.209Z] a817d467a782: Layer already exists [2023-04-12T06:15:08.209Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:08.209Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:08.209Z] e35f8e6086ca: Pushed [2023-04-12T06:15:08.209Z] 498516ed7882: Pushed [2023-04-12T06:15:08.209Z] 3bd008e20ae1: Pushed [2023-04-12T06:15:09.583Z] 9c3d22b7bf36: Pushed [2023-04-12T06:15:09.583Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:47114f1b0f058c3e1fc98ffc78cf887837e44d98c7f1f4c1d5373b2a42964f13 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:09.886Z] + 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-12T06:15:10.197Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-04-12T06:15:10.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-12T06:15:10.197Z] 498516ed7882: Preparing [2023-04-12T06:15:10.197Z] a77bbf101cb4: Preparing [2023-04-12T06:15:10.197Z] e35f8e6086ca: Preparing [2023-04-12T06:15:10.197Z] 9c3d22b7bf36: Preparing [2023-04-12T06:15:10.197Z] a817d467a782: Preparing [2023-04-12T06:15:10.197Z] 672acfe92ea5: Preparing [2023-04-12T06:15:10.197Z] 3bd008e20ae1: Preparing [2023-04-12T06:15:10.197Z] f1417ff83b31: Preparing [2023-04-12T06:15:10.197Z] 672acfe92ea5: Waiting [2023-04-12T06:15:10.197Z] f1417ff83b31: Waiting [2023-04-12T06:15:10.197Z] 3bd008e20ae1: Waiting [2023-04-12T06:15:10.197Z] 498516ed7882: Layer already exists [2023-04-12T06:15:10.197Z] a817d467a782: Layer already exists [2023-04-12T06:15:10.197Z] e35f8e6086ca: Layer already exists [2023-04-12T06:15:10.197Z] 9c3d22b7bf36: Layer already exists [2023-04-12T06:15:10.197Z] a77bbf101cb4: Layer already exists [2023-04-12T06:15:10.197Z] 3bd008e20ae1: Layer already exists [2023-04-12T06:15:10.197Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:10.197Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:10.197Z] latest: digest: sha256:47114f1b0f058c3e1fc98ffc78cf887837e44d98c7f1f4c1d5373b2a42964f13 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:10.516Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:10.817Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.128 [2023-04-12T06:15:10.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-12T06:15:10.817Z] 498516ed7882: Preparing [2023-04-12T06:15:10.817Z] a77bbf101cb4: Preparing [2023-04-12T06:15:10.817Z] e35f8e6086ca: Preparing [2023-04-12T06:15:10.817Z] 9c3d22b7bf36: Preparing [2023-04-12T06:15:10.817Z] a817d467a782: Preparing [2023-04-12T06:15:10.817Z] 672acfe92ea5: Preparing [2023-04-12T06:15:10.817Z] 3bd008e20ae1: Preparing [2023-04-12T06:15:10.817Z] f1417ff83b31: Preparing [2023-04-12T06:15:10.817Z] 672acfe92ea5: Waiting [2023-04-12T06:15:10.817Z] 3bd008e20ae1: Waiting [2023-04-12T06:15:10.817Z] f1417ff83b31: Waiting [2023-04-12T06:15:10.817Z] e35f8e6086ca: Layer already exists [2023-04-12T06:15:10.817Z] a817d467a782: Layer already exists [2023-04-12T06:15:10.817Z] a77bbf101cb4: Layer already exists [2023-04-12T06:15:10.817Z] 9c3d22b7bf36: Layer already exists [2023-04-12T06:15:10.817Z] 498516ed7882: Layer already exists [2023-04-12T06:15:10.817Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:10.817Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:10.817Z] 3bd008e20ae1: Layer already exists [2023-04-12T06:15:10.817Z] 3.0.0-dev.128: digest: sha256:47114f1b0f058c3e1fc98ffc78cf887837e44d98c7f1f4c1d5373b2a42964f13 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:11.128Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:11.435Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:11.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-12T06:15:11.435Z] 498516ed7882: Preparing [2023-04-12T06:15:11.435Z] a77bbf101cb4: Preparing [2023-04-12T06:15:11.435Z] e35f8e6086ca: Preparing [2023-04-12T06:15:11.435Z] 9c3d22b7bf36: Preparing [2023-04-12T06:15:11.435Z] a817d467a782: Preparing [2023-04-12T06:15:11.435Z] 672acfe92ea5: Preparing [2023-04-12T06:15:11.435Z] 3bd008e20ae1: Preparing [2023-04-12T06:15:11.435Z] f1417ff83b31: Preparing [2023-04-12T06:15:11.435Z] 672acfe92ea5: Waiting [2023-04-12T06:15:11.435Z] 3bd008e20ae1: Waiting [2023-04-12T06:15:11.435Z] f1417ff83b31: Waiting [2023-04-12T06:15:11.435Z] e35f8e6086ca: Layer already exists [2023-04-12T06:15:11.435Z] 9c3d22b7bf36: Layer already exists [2023-04-12T06:15:11.435Z] a77bbf101cb4: Layer already exists [2023-04-12T06:15:11.435Z] a817d467a782: Layer already exists [2023-04-12T06:15:11.435Z] 498516ed7882: Layer already exists [2023-04-12T06:15:11.435Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:11.435Z] 3bd008e20ae1: Layer already exists [2023-04-12T06:15:11.435Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:11.435Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:47114f1b0f058c3e1fc98ffc78cf887837e44d98c7f1f4c1d5373b2a42964f13 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:11.738Z] + 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-12T06:15:12.043Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-04-12T06:15:12.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-12T06:15:12.043Z] 498516ed7882: Preparing [2023-04-12T06:15:12.043Z] a77bbf101cb4: Preparing [2023-04-12T06:15:12.043Z] e35f8e6086ca: Preparing [2023-04-12T06:15:12.043Z] 9c3d22b7bf36: Preparing [2023-04-12T06:15:12.043Z] a817d467a782: Preparing [2023-04-12T06:15:12.043Z] 672acfe92ea5: Preparing [2023-04-12T06:15:12.043Z] 3bd008e20ae1: Preparing [2023-04-12T06:15:12.043Z] f1417ff83b31: Preparing [2023-04-12T06:15:12.043Z] 672acfe92ea5: Waiting [2023-04-12T06:15:12.043Z] 3bd008e20ae1: Waiting [2023-04-12T06:15:12.043Z] f1417ff83b31: Waiting [2023-04-12T06:15:12.043Z] e35f8e6086ca: Layer already exists [2023-04-12T06:15:12.043Z] 498516ed7882: Layer already exists [2023-04-12T06:15:12.043Z] a77bbf101cb4: Layer already exists [2023-04-12T06:15:12.043Z] a817d467a782: Layer already exists [2023-04-12T06:15:12.043Z] 9c3d22b7bf36: Layer already exists [2023-04-12T06:15:12.043Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:12.043Z] 3bd008e20ae1: Layer already exists [2023-04-12T06:15:12.043Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:12.043Z] main: digest: sha256:47114f1b0f058c3e1fc98ffc78cf887837e44d98c7f1f4c1d5373b2a42964f13 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:15:12.085Z] ===================================================== [Pipeline] echo [2023-04-12T06:15:12.091Z] taggedImages: [2023-04-12T06:15:12.091Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:12.091Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-04-12T06:15:12.091Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.128 [2023-04-12T06:15:12.091Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:12.091Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-04-12T06:15:12.105Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-04-12T06:15:12.105Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:12.105Z] latest [2023-04-12T06:15:12.105Z] 3.0.0-dev.128 [2023-04-12T06:15:12.105Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:12.105Z] main [2023-04-12T06:15:12.105Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:12.407Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:12.713Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:12.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-12T06:15:12.713Z] 65399e0f1aa0: Preparing [2023-04-12T06:15:12.713Z] 576eafa536a9: Preparing [2023-04-12T06:15:12.713Z] 9f11a3cf0b0c: Preparing [2023-04-12T06:15:12.713Z] 1a07cae1a8a5: Preparing [2023-04-12T06:15:12.713Z] a817d467a782: Preparing [2023-04-12T06:15:12.713Z] 672acfe92ea5: Preparing [2023-04-12T06:15:12.713Z] 5dc8514a2754: Preparing [2023-04-12T06:15:12.713Z] 4ab8a4ed7df5: Preparing [2023-04-12T06:15:12.713Z] f1417ff83b31: Preparing [2023-04-12T06:15:12.713Z] 672acfe92ea5: Waiting [2023-04-12T06:15:12.713Z] 4ab8a4ed7df5: Waiting [2023-04-12T06:15:12.713Z] 5dc8514a2754: Waiting [2023-04-12T06:15:12.713Z] a817d467a782: Layer already exists [2023-04-12T06:15:12.713Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:12.713Z] 65399e0f1aa0: Pushed [2023-04-12T06:15:12.713Z] 5dc8514a2754: Pushed [2023-04-12T06:15:12.713Z] 1a07cae1a8a5: Pushed [2023-04-12T06:15:12.713Z] 576eafa536a9: Pushed [2023-04-12T06:15:12.713Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:12.971Z] 4ab8a4ed7df5: Pushed [2023-04-12T06:15:13.905Z] 9f11a3cf0b0c: Pushed [2023-04-12T06:15:14.165Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:bf30b6e9f925282913be994c7c1b4297dddc44ec87c0aa14d3d626746aeb5398 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:14.475Z] + 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-12T06:15:14.783Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-04-12T06:15:14.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-12T06:15:14.783Z] 65399e0f1aa0: Preparing [2023-04-12T06:15:14.783Z] 576eafa536a9: Preparing [2023-04-12T06:15:14.783Z] 9f11a3cf0b0c: Preparing [2023-04-12T06:15:14.783Z] 1a07cae1a8a5: Preparing [2023-04-12T06:15:14.783Z] a817d467a782: Preparing [2023-04-12T06:15:14.783Z] 672acfe92ea5: Preparing [2023-04-12T06:15:14.783Z] 5dc8514a2754: Preparing [2023-04-12T06:15:14.783Z] 4ab8a4ed7df5: Preparing [2023-04-12T06:15:14.783Z] f1417ff83b31: Preparing [2023-04-12T06:15:14.783Z] 5dc8514a2754: Waiting [2023-04-12T06:15:14.783Z] 4ab8a4ed7df5: Waiting [2023-04-12T06:15:14.783Z] 672acfe92ea5: Waiting [2023-04-12T06:15:14.783Z] f1417ff83b31: Waiting [2023-04-12T06:15:14.783Z] 576eafa536a9: Layer already exists [2023-04-12T06:15:14.783Z] a817d467a782: Layer already exists [2023-04-12T06:15:14.783Z] 9f11a3cf0b0c: Layer already exists [2023-04-12T06:15:14.783Z] 65399e0f1aa0: Layer already exists [2023-04-12T06:15:14.783Z] 1a07cae1a8a5: Layer already exists [2023-04-12T06:15:14.783Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:14.783Z] 5dc8514a2754: Layer already exists [2023-04-12T06:15:14.783Z] 4ab8a4ed7df5: Layer already exists [2023-04-12T06:15:14.783Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:14.783Z] latest: digest: sha256:bf30b6e9f925282913be994c7c1b4297dddc44ec87c0aa14d3d626746aeb5398 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:15.098Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:15.404Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.128 [2023-04-12T06:15:15.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-12T06:15:15.405Z] 65399e0f1aa0: Preparing [2023-04-12T06:15:15.405Z] 576eafa536a9: Preparing [2023-04-12T06:15:15.405Z] 9f11a3cf0b0c: Preparing [2023-04-12T06:15:15.405Z] 1a07cae1a8a5: Preparing [2023-04-12T06:15:15.405Z] a817d467a782: Preparing [2023-04-12T06:15:15.405Z] 672acfe92ea5: Preparing [2023-04-12T06:15:15.405Z] 5dc8514a2754: Preparing [2023-04-12T06:15:15.405Z] 4ab8a4ed7df5: Preparing [2023-04-12T06:15:15.405Z] f1417ff83b31: Preparing [2023-04-12T06:15:15.405Z] 672acfe92ea5: Waiting [2023-04-12T06:15:15.405Z] 4ab8a4ed7df5: Waiting [2023-04-12T06:15:15.405Z] f1417ff83b31: Waiting [2023-04-12T06:15:15.405Z] a817d467a782: Layer already exists [2023-04-12T06:15:15.405Z] 65399e0f1aa0: Layer already exists [2023-04-12T06:15:15.405Z] 1a07cae1a8a5: Layer already exists [2023-04-12T06:15:15.405Z] 9f11a3cf0b0c: Layer already exists [2023-04-12T06:15:15.405Z] 576eafa536a9: Layer already exists [2023-04-12T06:15:15.405Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:15.405Z] 5dc8514a2754: Layer already exists [2023-04-12T06:15:15.405Z] 4ab8a4ed7df5: Layer already exists [2023-04-12T06:15:15.405Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:15.405Z] 3.0.0-dev.128: digest: sha256:bf30b6e9f925282913be994c7c1b4297dddc44ec87c0aa14d3d626746aeb5398 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:15.705Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:16.006Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:16.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-12T06:15:16.006Z] 65399e0f1aa0: Preparing [2023-04-12T06:15:16.006Z] 576eafa536a9: Preparing [2023-04-12T06:15:16.006Z] 9f11a3cf0b0c: Preparing [2023-04-12T06:15:16.006Z] 1a07cae1a8a5: Preparing [2023-04-12T06:15:16.006Z] a817d467a782: Preparing [2023-04-12T06:15:16.006Z] 672acfe92ea5: Preparing [2023-04-12T06:15:16.006Z] 5dc8514a2754: Preparing [2023-04-12T06:15:16.006Z] 4ab8a4ed7df5: Preparing [2023-04-12T06:15:16.006Z] f1417ff83b31: Preparing [2023-04-12T06:15:16.006Z] 672acfe92ea5: Waiting [2023-04-12T06:15:16.006Z] 4ab8a4ed7df5: Waiting [2023-04-12T06:15:16.006Z] f1417ff83b31: Waiting [2023-04-12T06:15:16.006Z] 5dc8514a2754: Waiting [2023-04-12T06:15:16.006Z] a817d467a782: Layer already exists [2023-04-12T06:15:16.006Z] 65399e0f1aa0: Layer already exists [2023-04-12T06:15:16.006Z] 9f11a3cf0b0c: Layer already exists [2023-04-12T06:15:16.006Z] 576eafa536a9: Layer already exists [2023-04-12T06:15:16.006Z] 1a07cae1a8a5: Layer already exists [2023-04-12T06:15:16.006Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:16.006Z] 5dc8514a2754: Layer already exists [2023-04-12T06:15:16.006Z] 4ab8a4ed7df5: Layer already exists [2023-04-12T06:15:16.006Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:16.006Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:bf30b6e9f925282913be994c7c1b4297dddc44ec87c0aa14d3d626746aeb5398 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:16.311Z] + 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-12T06:15:16.616Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-04-12T06:15:16.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-12T06:15:16.616Z] 65399e0f1aa0: Preparing [2023-04-12T06:15:16.616Z] 576eafa536a9: Preparing [2023-04-12T06:15:16.616Z] 9f11a3cf0b0c: Preparing [2023-04-12T06:15:16.616Z] 1a07cae1a8a5: Preparing [2023-04-12T06:15:16.616Z] a817d467a782: Preparing [2023-04-12T06:15:16.616Z] 672acfe92ea5: Preparing [2023-04-12T06:15:16.616Z] 5dc8514a2754: Preparing [2023-04-12T06:15:16.616Z] 4ab8a4ed7df5: Preparing [2023-04-12T06:15:16.616Z] f1417ff83b31: Preparing [2023-04-12T06:15:16.616Z] 672acfe92ea5: Waiting [2023-04-12T06:15:16.616Z] 5dc8514a2754: Waiting [2023-04-12T06:15:16.616Z] 4ab8a4ed7df5: Waiting [2023-04-12T06:15:16.616Z] f1417ff83b31: Waiting [2023-04-12T06:15:16.616Z] 576eafa536a9: Layer already exists [2023-04-12T06:15:16.616Z] 1a07cae1a8a5: Layer already exists [2023-04-12T06:15:16.616Z] a817d467a782: Layer already exists [2023-04-12T06:15:16.616Z] 65399e0f1aa0: Layer already exists [2023-04-12T06:15:16.616Z] 9f11a3cf0b0c: Layer already exists [2023-04-12T06:15:16.616Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:16.616Z] 4ab8a4ed7df5: Layer already exists [2023-04-12T06:15:16.616Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:16.616Z] 5dc8514a2754: Layer already exists [2023-04-12T06:15:16.616Z] main: digest: sha256:bf30b6e9f925282913be994c7c1b4297dddc44ec87c0aa14d3d626746aeb5398 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:15:16.655Z] ===================================================== [Pipeline] echo [2023-04-12T06:15:16.664Z] taggedImages: [2023-04-12T06:15:16.664Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:16.664Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-04-12T06:15:16.664Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.128 [2023-04-12T06:15:16.664Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:16.664Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-04-12T06:15:16.685Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-04-12T06:15:16.685Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:16.685Z] latest [2023-04-12T06:15:16.685Z] 3.0.0-dev.128 [2023-04-12T06:15:16.685Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:16.685Z] main [2023-04-12T06:15:16.685Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:17.000Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:17.313Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:17.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-12T06:15:17.313Z] 807c7c676092: Preparing [2023-04-12T06:15:17.313Z] e1fb57a409ee: Preparing [2023-04-12T06:15:17.313Z] e4345c6bfd19: Preparing [2023-04-12T06:15:17.313Z] edecc219899e: Preparing [2023-04-12T06:15:17.313Z] d131cc7a0fda: Preparing [2023-04-12T06:15:17.313Z] 2e7f66248da8: Preparing [2023-04-12T06:15:17.313Z] e574a6026dfd: Preparing [2023-04-12T06:15:17.313Z] a817d467a782: Preparing [2023-04-12T06:15:17.313Z] 672acfe92ea5: Preparing [2023-04-12T06:15:17.313Z] 2e7f66248da8: Waiting [2023-04-12T06:15:17.313Z] e574a6026dfd: Waiting [2023-04-12T06:15:17.313Z] a817d467a782: Waiting [2023-04-12T06:15:17.313Z] b734eafc007d: Preparing [2023-04-12T06:15:17.313Z] f1417ff83b31: Preparing [2023-04-12T06:15:17.313Z] f1417ff83b31: Waiting [2023-04-12T06:15:17.313Z] 672acfe92ea5: Waiting [2023-04-12T06:15:17.313Z] 807c7c676092: Pushed [2023-04-12T06:15:17.313Z] d131cc7a0fda: Pushed [2023-04-12T06:15:17.313Z] e1fb57a409ee: Pushed [2023-04-12T06:15:17.313Z] a817d467a782: Layer already exists [2023-04-12T06:15:17.313Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:17.313Z] 2e7f66248da8: Pushed [2023-04-12T06:15:17.572Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:17.572Z] e574a6026dfd: Pushed [2023-04-12T06:15:17.572Z] b734eafc007d: Pushed [2023-04-12T06:15:18.510Z] edecc219899e: Pushed [2023-04-12T06:15:18.768Z] e4345c6bfd19: Pushed [2023-04-12T06:15:19.027Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:a69be0c513e82a404432f118e22afe8bfcd58fcdbe4f51498202243c5bd08efb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:19.346Z] + 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-12T06:15:19.652Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-04-12T06:15:19.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-12T06:15:19.652Z] 807c7c676092: Preparing [2023-04-12T06:15:19.652Z] e1fb57a409ee: Preparing [2023-04-12T06:15:19.652Z] e4345c6bfd19: Preparing [2023-04-12T06:15:19.652Z] edecc219899e: Preparing [2023-04-12T06:15:19.652Z] d131cc7a0fda: Preparing [2023-04-12T06:15:19.652Z] 2e7f66248da8: Preparing [2023-04-12T06:15:19.652Z] e574a6026dfd: Preparing [2023-04-12T06:15:19.652Z] a817d467a782: Preparing [2023-04-12T06:15:19.652Z] 672acfe92ea5: Preparing [2023-04-12T06:15:19.652Z] b734eafc007d: Preparing [2023-04-12T06:15:19.652Z] f1417ff83b31: Preparing [2023-04-12T06:15:19.652Z] a817d467a782: Waiting [2023-04-12T06:15:19.652Z] 672acfe92ea5: Waiting [2023-04-12T06:15:19.652Z] f1417ff83b31: Waiting [2023-04-12T06:15:19.652Z] b734eafc007d: Waiting [2023-04-12T06:15:19.652Z] e574a6026dfd: Waiting [2023-04-12T06:15:19.652Z] e1fb57a409ee: Layer already exists [2023-04-12T06:15:19.652Z] e4345c6bfd19: Layer already exists [2023-04-12T06:15:19.652Z] 807c7c676092: Layer already exists [2023-04-12T06:15:19.652Z] d131cc7a0fda: Layer already exists [2023-04-12T06:15:19.652Z] edecc219899e: Layer already exists [2023-04-12T06:15:19.652Z] e574a6026dfd: Layer already exists [2023-04-12T06:15:19.652Z] a817d467a782: Layer already exists [2023-04-12T06:15:19.652Z] b734eafc007d: Layer already exists [2023-04-12T06:15:19.652Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:19.652Z] 2e7f66248da8: Layer already exists [2023-04-12T06:15:19.652Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:19.652Z] latest: digest: sha256:a69be0c513e82a404432f118e22afe8bfcd58fcdbe4f51498202243c5bd08efb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:19.954Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:20.260Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.128 [2023-04-12T06:15:20.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-12T06:15:20.260Z] 807c7c676092: Preparing [2023-04-12T06:15:20.260Z] e1fb57a409ee: Preparing [2023-04-12T06:15:20.260Z] e4345c6bfd19: Preparing [2023-04-12T06:15:20.260Z] edecc219899e: Preparing [2023-04-12T06:15:20.260Z] d131cc7a0fda: Preparing [2023-04-12T06:15:20.260Z] 2e7f66248da8: Preparing [2023-04-12T06:15:20.260Z] e574a6026dfd: Preparing [2023-04-12T06:15:20.260Z] a817d467a782: Preparing [2023-04-12T06:15:20.260Z] 672acfe92ea5: Preparing [2023-04-12T06:15:20.260Z] b734eafc007d: Preparing [2023-04-12T06:15:20.260Z] f1417ff83b31: Preparing [2023-04-12T06:15:20.260Z] 2e7f66248da8: Waiting [2023-04-12T06:15:20.260Z] b734eafc007d: Waiting [2023-04-12T06:15:20.260Z] e574a6026dfd: Waiting [2023-04-12T06:15:20.260Z] f1417ff83b31: Waiting [2023-04-12T06:15:20.260Z] a817d467a782: Waiting [2023-04-12T06:15:20.260Z] 672acfe92ea5: Waiting [2023-04-12T06:15:20.260Z] d131cc7a0fda: Layer already exists [2023-04-12T06:15:20.260Z] e4345c6bfd19: Layer already exists [2023-04-12T06:15:20.260Z] edecc219899e: Layer already exists [2023-04-12T06:15:20.260Z] e1fb57a409ee: Layer already exists [2023-04-12T06:15:20.260Z] 807c7c676092: Layer already exists [2023-04-12T06:15:20.260Z] e574a6026dfd: Layer already exists [2023-04-12T06:15:20.260Z] a817d467a782: Layer already exists [2023-04-12T06:15:20.260Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:20.260Z] 2e7f66248da8: Layer already exists [2023-04-12T06:15:20.260Z] b734eafc007d: Layer already exists [2023-04-12T06:15:20.260Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:20.260Z] 3.0.0-dev.128: digest: sha256:a69be0c513e82a404432f118e22afe8bfcd58fcdbe4f51498202243c5bd08efb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:20.560Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:20.868Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:20.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-12T06:15:20.868Z] 807c7c676092: Preparing [2023-04-12T06:15:20.868Z] e1fb57a409ee: Preparing [2023-04-12T06:15:20.868Z] e4345c6bfd19: Preparing [2023-04-12T06:15:20.868Z] edecc219899e: Preparing [2023-04-12T06:15:20.868Z] d131cc7a0fda: Preparing [2023-04-12T06:15:20.868Z] 2e7f66248da8: Preparing [2023-04-12T06:15:20.868Z] e574a6026dfd: Preparing [2023-04-12T06:15:20.868Z] a817d467a782: Preparing [2023-04-12T06:15:20.868Z] 672acfe92ea5: Preparing [2023-04-12T06:15:20.868Z] b734eafc007d: Preparing [2023-04-12T06:15:20.868Z] f1417ff83b31: Preparing [2023-04-12T06:15:20.868Z] a817d467a782: Waiting [2023-04-12T06:15:20.868Z] e574a6026dfd: Waiting [2023-04-12T06:15:20.868Z] f1417ff83b31: Waiting [2023-04-12T06:15:20.868Z] b734eafc007d: Waiting [2023-04-12T06:15:20.868Z] 672acfe92ea5: Waiting [2023-04-12T06:15:20.868Z] 2e7f66248da8: Waiting [2023-04-12T06:15:20.868Z] edecc219899e: Layer already exists [2023-04-12T06:15:20.868Z] e1fb57a409ee: Layer already exists [2023-04-12T06:15:20.868Z] 807c7c676092: Layer already exists [2023-04-12T06:15:20.868Z] e4345c6bfd19: Layer already exists [2023-04-12T06:15:20.868Z] d131cc7a0fda: Layer already exists [2023-04-12T06:15:20.868Z] e574a6026dfd: Layer already exists [2023-04-12T06:15:20.868Z] 2e7f66248da8: Layer already exists [2023-04-12T06:15:20.868Z] b734eafc007d: Layer already exists [2023-04-12T06:15:20.868Z] a817d467a782: Layer already exists [2023-04-12T06:15:20.868Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:20.868Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:20.868Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:a69be0c513e82a404432f118e22afe8bfcd58fcdbe4f51498202243c5bd08efb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:21.183Z] + 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-12T06:15:21.493Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-04-12T06:15:21.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-12T06:15:21.493Z] 807c7c676092: Preparing [2023-04-12T06:15:21.493Z] e1fb57a409ee: Preparing [2023-04-12T06:15:21.493Z] e4345c6bfd19: Preparing [2023-04-12T06:15:21.493Z] edecc219899e: Preparing [2023-04-12T06:15:21.493Z] d131cc7a0fda: Preparing [2023-04-12T06:15:21.493Z] 2e7f66248da8: Preparing [2023-04-12T06:15:21.493Z] e574a6026dfd: Preparing [2023-04-12T06:15:21.493Z] a817d467a782: Preparing [2023-04-12T06:15:21.493Z] 672acfe92ea5: Preparing [2023-04-12T06:15:21.493Z] b734eafc007d: Preparing [2023-04-12T06:15:21.494Z] f1417ff83b31: Preparing [2023-04-12T06:15:21.494Z] 2e7f66248da8: Waiting [2023-04-12T06:15:21.494Z] e574a6026dfd: Waiting [2023-04-12T06:15:21.494Z] a817d467a782: Waiting [2023-04-12T06:15:21.494Z] f1417ff83b31: Waiting [2023-04-12T06:15:21.494Z] 672acfe92ea5: Waiting [2023-04-12T06:15:21.494Z] b734eafc007d: Waiting [2023-04-12T06:15:21.494Z] d131cc7a0fda: Layer already exists [2023-04-12T06:15:21.494Z] e4345c6bfd19: Layer already exists [2023-04-12T06:15:21.494Z] 807c7c676092: Layer already exists [2023-04-12T06:15:21.494Z] e1fb57a409ee: Layer already exists [2023-04-12T06:15:21.494Z] edecc219899e: Layer already exists [2023-04-12T06:15:21.494Z] 2e7f66248da8: Layer already exists [2023-04-12T06:15:21.494Z] e574a6026dfd: Layer already exists [2023-04-12T06:15:21.494Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:21.494Z] b734eafc007d: Layer already exists [2023-04-12T06:15:21.494Z] a817d467a782: Layer already exists [2023-04-12T06:15:21.494Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:21.494Z] main: digest: sha256:a69be0c513e82a404432f118e22afe8bfcd58fcdbe4f51498202243c5bd08efb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:15:21.529Z] ===================================================== [Pipeline] echo [2023-04-12T06:15:21.534Z] taggedImages: [2023-04-12T06:15:21.534Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:21.534Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-04-12T06:15:21.534Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.128 [2023-04-12T06:15:21.534Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:21.534Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-04-12T06:15:21.551Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-04-12T06:15:21.551Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:21.551Z] latest [2023-04-12T06:15:21.551Z] 3.0.0-dev.128 [2023-04-12T06:15:21.551Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:21.551Z] main [2023-04-12T06:15:21.551Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:21.855Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:22.160Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:22.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-12T06:15:22.160Z] e7bfe080227a: Preparing [2023-04-12T06:15:22.160Z] 2cf0dac13f03: Preparing [2023-04-12T06:15:22.160Z] a817d467a782: Preparing [2023-04-12T06:15:22.160Z] 672acfe92ea5: Preparing [2023-04-12T06:15:22.160Z] 35d7c79bd1f2: Preparing [2023-04-12T06:15:22.160Z] f1417ff83b31: Preparing [2023-04-12T06:15:22.160Z] f1417ff83b31: Waiting [2023-04-12T06:15:22.160Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:22.160Z] a817d467a782: Layer already exists [2023-04-12T06:15:22.160Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:22.160Z] e7bfe080227a: Pushed [2023-04-12T06:15:22.725Z] 35d7c79bd1f2: Pushed [2023-04-12T06:15:24.102Z] 2cf0dac13f03: Pushed [2023-04-12T06:15:24.362Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:e2416b006f7199d736732ebb0506a2b247a4536086e9e5a4ef54074ae3c8277f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:24.666Z] + 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-12T06:15:24.967Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-04-12T06:15:24.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-12T06:15:24.967Z] e7bfe080227a: Preparing [2023-04-12T06:15:24.967Z] 2cf0dac13f03: Preparing [2023-04-12T06:15:24.967Z] a817d467a782: Preparing [2023-04-12T06:15:24.967Z] 672acfe92ea5: Preparing [2023-04-12T06:15:24.967Z] 35d7c79bd1f2: Preparing [2023-04-12T06:15:24.967Z] f1417ff83b31: Preparing [2023-04-12T06:15:24.967Z] f1417ff83b31: Waiting [2023-04-12T06:15:24.967Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:24.967Z] 2cf0dac13f03: Layer already exists [2023-04-12T06:15:24.967Z] a817d467a782: Layer already exists [2023-04-12T06:15:24.967Z] e7bfe080227a: Layer already exists [2023-04-12T06:15:24.967Z] 35d7c79bd1f2: Layer already exists [2023-04-12T06:15:24.967Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:24.967Z] latest: digest: sha256:e2416b006f7199d736732ebb0506a2b247a4536086e9e5a4ef54074ae3c8277f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:25.268Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:25.571Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.128 [2023-04-12T06:15:25.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-12T06:15:25.571Z] e7bfe080227a: Preparing [2023-04-12T06:15:25.571Z] 2cf0dac13f03: Preparing [2023-04-12T06:15:25.571Z] a817d467a782: Preparing [2023-04-12T06:15:25.571Z] 672acfe92ea5: Preparing [2023-04-12T06:15:25.571Z] 35d7c79bd1f2: Preparing [2023-04-12T06:15:25.571Z] f1417ff83b31: Preparing [2023-04-12T06:15:25.571Z] f1417ff83b31: Waiting [2023-04-12T06:15:25.571Z] a817d467a782: Layer already exists [2023-04-12T06:15:25.571Z] 2cf0dac13f03: Layer already exists [2023-04-12T06:15:25.571Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:25.571Z] e7bfe080227a: Layer already exists [2023-04-12T06:15:25.571Z] 35d7c79bd1f2: Layer already exists [2023-04-12T06:15:25.571Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:25.571Z] 3.0.0-dev.128: digest: sha256:e2416b006f7199d736732ebb0506a2b247a4536086e9e5a4ef54074ae3c8277f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:25.875Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:26.179Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:26.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-12T06:15:26.179Z] e7bfe080227a: Preparing [2023-04-12T06:15:26.179Z] 2cf0dac13f03: Preparing [2023-04-12T06:15:26.179Z] a817d467a782: Preparing [2023-04-12T06:15:26.179Z] 672acfe92ea5: Preparing [2023-04-12T06:15:26.179Z] 35d7c79bd1f2: Preparing [2023-04-12T06:15:26.179Z] f1417ff83b31: Preparing [2023-04-12T06:15:26.179Z] f1417ff83b31: Waiting [2023-04-12T06:15:26.179Z] a817d467a782: Layer already exists [2023-04-12T06:15:26.179Z] 35d7c79bd1f2: Layer already exists [2023-04-12T06:15:26.179Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:26.179Z] e7bfe080227a: Layer already exists [2023-04-12T06:15:26.179Z] 2cf0dac13f03: Layer already exists [2023-04-12T06:15:26.179Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:26.179Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:e2416b006f7199d736732ebb0506a2b247a4536086e9e5a4ef54074ae3c8277f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:26.486Z] + 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-12T06:15:26.789Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-04-12T06:15:26.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-12T06:15:26.789Z] e7bfe080227a: Preparing [2023-04-12T06:15:26.789Z] 2cf0dac13f03: Preparing [2023-04-12T06:15:26.789Z] a817d467a782: Preparing [2023-04-12T06:15:26.789Z] 672acfe92ea5: Preparing [2023-04-12T06:15:26.789Z] 35d7c79bd1f2: Preparing [2023-04-12T06:15:26.789Z] f1417ff83b31: Preparing [2023-04-12T06:15:26.789Z] f1417ff83b31: Waiting [2023-04-12T06:15:26.789Z] 35d7c79bd1f2: Layer already exists [2023-04-12T06:15:26.789Z] 2cf0dac13f03: Layer already exists [2023-04-12T06:15:26.789Z] e7bfe080227a: Layer already exists [2023-04-12T06:15:26.789Z] a817d467a782: Layer already exists [2023-04-12T06:15:26.789Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:26.789Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:26.789Z] main: digest: sha256:e2416b006f7199d736732ebb0506a2b247a4536086e9e5a4ef54074ae3c8277f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:15:26.827Z] ===================================================== [Pipeline] echo [2023-04-12T06:15:26.833Z] taggedImages: [2023-04-12T06:15:26.833Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:26.833Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-04-12T06:15:26.833Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.128 [2023-04-12T06:15:26.833Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:26.833Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-04-12T06:15:26.848Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-04-12T06:15:26.848Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:26.848Z] latest [2023-04-12T06:15:26.848Z] 3.0.0-dev.128 [2023-04-12T06:15:26.848Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:26.848Z] main [2023-04-12T06:15:26.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:27.154Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:27.464Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:27.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-12T06:15:27.464Z] d8b74e08ab5e: Preparing [2023-04-12T06:15:27.464Z] 8e6f3843414c: Preparing [2023-04-12T06:15:27.464Z] 9c1734eb66c1: Preparing [2023-04-12T06:15:27.464Z] 7fae1f808c6d: Preparing [2023-04-12T06:15:27.464Z] e3e8407f8a83: Preparing [2023-04-12T06:15:27.464Z] a817d467a782: Preparing [2023-04-12T06:15:27.464Z] 672acfe92ea5: Preparing [2023-04-12T06:15:27.464Z] f2d91a7eef20: Preparing [2023-04-12T06:15:27.464Z] f1417ff83b31: Preparing [2023-04-12T06:15:27.464Z] a817d467a782: Waiting [2023-04-12T06:15:27.465Z] f1417ff83b31: Waiting [2023-04-12T06:15:27.465Z] f2d91a7eef20: Waiting [2023-04-12T06:15:27.465Z] 9c1734eb66c1: Pushed [2023-04-12T06:15:27.465Z] 8e6f3843414c: Pushed [2023-04-12T06:15:27.465Z] d8b74e08ab5e: Pushed [2023-04-12T06:15:27.465Z] a817d467a782: Layer already exists [2023-04-12T06:15:27.465Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:27.465Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:28.030Z] f2d91a7eef20: Pushed [2023-04-12T06:15:31.382Z] e3e8407f8a83: Pushed [2023-04-12T06:15:34.168Z] 7fae1f808c6d: Pushed [2023-04-12T06:15:34.168Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:e65c313fcb7679654039680d378f00cc319b0a84b9957a827b78d83f6eadb3a7 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:34.487Z] + 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-12T06:15:34.795Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-04-12T06:15:34.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-12T06:15:34.796Z] d8b74e08ab5e: Preparing [2023-04-12T06:15:34.796Z] 8e6f3843414c: Preparing [2023-04-12T06:15:34.796Z] 9c1734eb66c1: Preparing [2023-04-12T06:15:34.796Z] 7fae1f808c6d: Preparing [2023-04-12T06:15:34.796Z] e3e8407f8a83: Preparing [2023-04-12T06:15:34.796Z] a817d467a782: Preparing [2023-04-12T06:15:34.796Z] 672acfe92ea5: Preparing [2023-04-12T06:15:34.796Z] f2d91a7eef20: Preparing [2023-04-12T06:15:34.796Z] f1417ff83b31: Preparing [2023-04-12T06:15:34.796Z] a817d467a782: Waiting [2023-04-12T06:15:34.796Z] 672acfe92ea5: Waiting [2023-04-12T06:15:34.796Z] f2d91a7eef20: Waiting [2023-04-12T06:15:34.796Z] f1417ff83b31: Waiting [2023-04-12T06:15:34.796Z] e3e8407f8a83: Layer already exists [2023-04-12T06:15:34.796Z] 9c1734eb66c1: Layer already exists [2023-04-12T06:15:34.796Z] 7fae1f808c6d: Layer already exists [2023-04-12T06:15:34.796Z] 8e6f3843414c: Layer already exists [2023-04-12T06:15:34.796Z] d8b74e08ab5e: Layer already exists [2023-04-12T06:15:34.796Z] a817d467a782: Layer already exists [2023-04-12T06:15:34.796Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:34.796Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:34.796Z] f2d91a7eef20: Layer already exists [2023-04-12T06:15:34.796Z] latest: digest: sha256:e65c313fcb7679654039680d378f00cc319b0a84b9957a827b78d83f6eadb3a7 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:35.103Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:35.405Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.128 [2023-04-12T06:15:35.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-12T06:15:35.405Z] d8b74e08ab5e: Preparing [2023-04-12T06:15:35.405Z] 8e6f3843414c: Preparing [2023-04-12T06:15:35.405Z] 9c1734eb66c1: Preparing [2023-04-12T06:15:35.405Z] 7fae1f808c6d: Preparing [2023-04-12T06:15:35.405Z] e3e8407f8a83: Preparing [2023-04-12T06:15:35.405Z] a817d467a782: Preparing [2023-04-12T06:15:35.405Z] 672acfe92ea5: Preparing [2023-04-12T06:15:35.405Z] f2d91a7eef20: Preparing [2023-04-12T06:15:35.405Z] f1417ff83b31: Preparing [2023-04-12T06:15:35.405Z] 672acfe92ea5: Waiting [2023-04-12T06:15:35.405Z] f2d91a7eef20: Waiting [2023-04-12T06:15:35.405Z] f1417ff83b31: Waiting [2023-04-12T06:15:35.405Z] a817d467a782: Waiting [2023-04-12T06:15:35.405Z] e3e8407f8a83: Layer already exists [2023-04-12T06:15:35.405Z] 7fae1f808c6d: Layer already exists [2023-04-12T06:15:35.405Z] 9c1734eb66c1: Layer already exists [2023-04-12T06:15:35.405Z] 8e6f3843414c: Layer already exists [2023-04-12T06:15:35.405Z] d8b74e08ab5e: Layer already exists [2023-04-12T06:15:35.405Z] a817d467a782: Layer already exists [2023-04-12T06:15:35.405Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:35.405Z] f2d91a7eef20: Layer already exists [2023-04-12T06:15:35.405Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:35.405Z] 3.0.0-dev.128: digest: sha256:e65c313fcb7679654039680d378f00cc319b0a84b9957a827b78d83f6eadb3a7 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:35.709Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:36.010Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:36.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-12T06:15:36.010Z] d8b74e08ab5e: Preparing [2023-04-12T06:15:36.010Z] 8e6f3843414c: Preparing [2023-04-12T06:15:36.010Z] 9c1734eb66c1: Preparing [2023-04-12T06:15:36.010Z] 7fae1f808c6d: Preparing [2023-04-12T06:15:36.010Z] e3e8407f8a83: Preparing [2023-04-12T06:15:36.010Z] a817d467a782: Preparing [2023-04-12T06:15:36.010Z] 672acfe92ea5: Preparing [2023-04-12T06:15:36.010Z] f2d91a7eef20: Preparing [2023-04-12T06:15:36.010Z] f1417ff83b31: Preparing [2023-04-12T06:15:36.010Z] 672acfe92ea5: Waiting [2023-04-12T06:15:36.010Z] f2d91a7eef20: Waiting [2023-04-12T06:15:36.010Z] f1417ff83b31: Waiting [2023-04-12T06:15:36.010Z] 7fae1f808c6d: Layer already exists [2023-04-12T06:15:36.010Z] 8e6f3843414c: Layer already exists [2023-04-12T06:15:36.010Z] e3e8407f8a83: Layer already exists [2023-04-12T06:15:36.010Z] 9c1734eb66c1: Layer already exists [2023-04-12T06:15:36.010Z] d8b74e08ab5e: Layer already exists [2023-04-12T06:15:36.010Z] a817d467a782: Layer already exists [2023-04-12T06:15:36.010Z] f2d91a7eef20: Layer already exists [2023-04-12T06:15:36.010Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:36.010Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:36.010Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:e65c313fcb7679654039680d378f00cc319b0a84b9957a827b78d83f6eadb3a7 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:36.314Z] + 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-12T06:15:36.615Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-04-12T06:15:36.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-12T06:15:36.615Z] d8b74e08ab5e: Preparing [2023-04-12T06:15:36.615Z] 8e6f3843414c: Preparing [2023-04-12T06:15:36.615Z] 9c1734eb66c1: Preparing [2023-04-12T06:15:36.615Z] 7fae1f808c6d: Preparing [2023-04-12T06:15:36.615Z] e3e8407f8a83: Preparing [2023-04-12T06:15:36.615Z] a817d467a782: Preparing [2023-04-12T06:15:36.615Z] 672acfe92ea5: Preparing [2023-04-12T06:15:36.615Z] f2d91a7eef20: Preparing [2023-04-12T06:15:36.615Z] f1417ff83b31: Preparing [2023-04-12T06:15:36.615Z] 672acfe92ea5: Waiting [2023-04-12T06:15:36.615Z] f2d91a7eef20: Waiting [2023-04-12T06:15:36.615Z] f1417ff83b31: Waiting [2023-04-12T06:15:36.615Z] a817d467a782: Waiting [2023-04-12T06:15:36.615Z] 9c1734eb66c1: Layer already exists [2023-04-12T06:15:36.615Z] d8b74e08ab5e: Layer already exists [2023-04-12T06:15:36.615Z] e3e8407f8a83: Layer already exists [2023-04-12T06:15:36.615Z] 8e6f3843414c: Layer already exists [2023-04-12T06:15:36.615Z] 7fae1f808c6d: Layer already exists [2023-04-12T06:15:36.615Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:36.615Z] a817d467a782: Layer already exists [2023-04-12T06:15:36.615Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:36.615Z] f2d91a7eef20: Layer already exists [2023-04-12T06:15:36.615Z] main: digest: sha256:e65c313fcb7679654039680d378f00cc319b0a84b9957a827b78d83f6eadb3a7 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:15:36.651Z] ===================================================== [Pipeline] echo [2023-04-12T06:15:36.656Z] taggedImages: [2023-04-12T06:15:36.657Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:36.657Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-04-12T06:15:36.657Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.128 [2023-04-12T06:15:36.657Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:36.657Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-04-12T06:15:36.670Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-04-12T06:15:36.670Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:36.670Z] latest [2023-04-12T06:15:36.670Z] 3.0.0-dev.128 [2023-04-12T06:15:36.670Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:36.670Z] main [2023-04-12T06:15:36.670Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:36.973Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:37.289Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:37.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-12T06:15:37.289Z] 28e7fe5180b8: Preparing [2023-04-12T06:15:37.289Z] 430d5eb9e9ea: Preparing [2023-04-12T06:15:37.289Z] df8cfdce9ab0: Preparing [2023-04-12T06:15:37.289Z] 9eef6031e01c: Preparing [2023-04-12T06:15:37.289Z] a817d467a782: Preparing [2023-04-12T06:15:37.289Z] 672acfe92ea5: Preparing [2023-04-12T06:15:37.289Z] 21bba32f9082: Preparing [2023-04-12T06:15:37.289Z] f1417ff83b31: Preparing [2023-04-12T06:15:37.289Z] 672acfe92ea5: Waiting [2023-04-12T06:15:37.289Z] 21bba32f9082: Waiting [2023-04-12T06:15:37.289Z] f1417ff83b31: Waiting [2023-04-12T06:15:37.289Z] a817d467a782: Layer already exists [2023-04-12T06:15:37.289Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:37.289Z] 430d5eb9e9ea: Pushed [2023-04-12T06:15:37.289Z] 28e7fe5180b8: Pushed [2023-04-12T06:15:37.289Z] df8cfdce9ab0: Pushed [2023-04-12T06:15:37.289Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:37.548Z] 21bba32f9082: Pushed [2023-04-12T06:15:44.111Z] 9eef6031e01c: Pushed [2023-04-12T06:15:44.111Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:1df00e5d9fd6bda9d2d779556bb7f6de6946bb9ae8a34543978a622455c08ebc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:44.426Z] + 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-12T06:15:44.742Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-04-12T06:15:44.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-12T06:15:44.742Z] 28e7fe5180b8: Preparing [2023-04-12T06:15:44.742Z] 430d5eb9e9ea: Preparing [2023-04-12T06:15:44.742Z] df8cfdce9ab0: Preparing [2023-04-12T06:15:44.742Z] 9eef6031e01c: Preparing [2023-04-12T06:15:44.742Z] a817d467a782: Preparing [2023-04-12T06:15:44.742Z] 672acfe92ea5: Preparing [2023-04-12T06:15:44.742Z] 21bba32f9082: Preparing [2023-04-12T06:15:44.742Z] f1417ff83b31: Preparing [2023-04-12T06:15:44.742Z] 672acfe92ea5: Waiting [2023-04-12T06:15:44.742Z] f1417ff83b31: Waiting [2023-04-12T06:15:44.742Z] 21bba32f9082: Waiting [2023-04-12T06:15:44.742Z] a817d467a782: Layer already exists [2023-04-12T06:15:44.742Z] 430d5eb9e9ea: Layer already exists [2023-04-12T06:15:44.742Z] 9eef6031e01c: Layer already exists [2023-04-12T06:15:44.742Z] 28e7fe5180b8: Layer already exists [2023-04-12T06:15:44.742Z] df8cfdce9ab0: Layer already exists [2023-04-12T06:15:44.742Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:44.742Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:44.742Z] 21bba32f9082: Layer already exists [2023-04-12T06:15:44.742Z] latest: digest: sha256:1df00e5d9fd6bda9d2d779556bb7f6de6946bb9ae8a34543978a622455c08ebc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:45.044Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:45.348Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.128 [2023-04-12T06:15:45.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-12T06:15:45.348Z] 28e7fe5180b8: Preparing [2023-04-12T06:15:45.348Z] 430d5eb9e9ea: Preparing [2023-04-12T06:15:45.348Z] df8cfdce9ab0: Preparing [2023-04-12T06:15:45.348Z] 9eef6031e01c: Preparing [2023-04-12T06:15:45.348Z] a817d467a782: Preparing [2023-04-12T06:15:45.348Z] 672acfe92ea5: Preparing [2023-04-12T06:15:45.348Z] 21bba32f9082: Preparing [2023-04-12T06:15:45.348Z] f1417ff83b31: Preparing [2023-04-12T06:15:45.348Z] 21bba32f9082: Waiting [2023-04-12T06:15:45.348Z] f1417ff83b31: Waiting [2023-04-12T06:15:45.348Z] 672acfe92ea5: Waiting [2023-04-12T06:15:45.348Z] 9eef6031e01c: Layer already exists [2023-04-12T06:15:45.348Z] 28e7fe5180b8: Layer already exists [2023-04-12T06:15:45.348Z] a817d467a782: Layer already exists [2023-04-12T06:15:45.348Z] df8cfdce9ab0: Layer already exists [2023-04-12T06:15:45.348Z] 430d5eb9e9ea: Layer already exists [2023-04-12T06:15:45.348Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:45.348Z] 21bba32f9082: Layer already exists [2023-04-12T06:15:45.348Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:45.348Z] 3.0.0-dev.128: digest: sha256:1df00e5d9fd6bda9d2d779556bb7f6de6946bb9ae8a34543978a622455c08ebc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:45.650Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:45.950Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:45.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-12T06:15:45.951Z] 28e7fe5180b8: Preparing [2023-04-12T06:15:45.951Z] 430d5eb9e9ea: Preparing [2023-04-12T06:15:45.951Z] df8cfdce9ab0: Preparing [2023-04-12T06:15:45.951Z] 9eef6031e01c: Preparing [2023-04-12T06:15:45.951Z] a817d467a782: Preparing [2023-04-12T06:15:45.951Z] 672acfe92ea5: Preparing [2023-04-12T06:15:45.951Z] 21bba32f9082: Preparing [2023-04-12T06:15:45.951Z] f1417ff83b31: Preparing [2023-04-12T06:15:45.951Z] 21bba32f9082: Waiting [2023-04-12T06:15:45.951Z] f1417ff83b31: Waiting [2023-04-12T06:15:45.951Z] 672acfe92ea5: Waiting [2023-04-12T06:15:45.951Z] df8cfdce9ab0: Layer already exists [2023-04-12T06:15:45.951Z] a817d467a782: Layer already exists [2023-04-12T06:15:45.951Z] 28e7fe5180b8: Layer already exists [2023-04-12T06:15:45.951Z] 430d5eb9e9ea: Layer already exists [2023-04-12T06:15:45.951Z] 9eef6031e01c: Layer already exists [2023-04-12T06:15:45.951Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:45.951Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:45.951Z] 21bba32f9082: Layer already exists [2023-04-12T06:15:45.951Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:1df00e5d9fd6bda9d2d779556bb7f6de6946bb9ae8a34543978a622455c08ebc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:46.255Z] + 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-12T06:15:46.559Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-04-12T06:15:46.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-12T06:15:46.559Z] 28e7fe5180b8: Preparing [2023-04-12T06:15:46.559Z] 430d5eb9e9ea: Preparing [2023-04-12T06:15:46.559Z] df8cfdce9ab0: Preparing [2023-04-12T06:15:46.559Z] 9eef6031e01c: Preparing [2023-04-12T06:15:46.559Z] a817d467a782: Preparing [2023-04-12T06:15:46.559Z] 672acfe92ea5: Preparing [2023-04-12T06:15:46.559Z] 21bba32f9082: Preparing [2023-04-12T06:15:46.559Z] f1417ff83b31: Preparing [2023-04-12T06:15:46.559Z] f1417ff83b31: Waiting [2023-04-12T06:15:46.559Z] 21bba32f9082: Waiting [2023-04-12T06:15:46.559Z] 672acfe92ea5: Waiting [2023-04-12T06:15:46.559Z] 9eef6031e01c: Layer already exists [2023-04-12T06:15:46.559Z] 28e7fe5180b8: Layer already exists [2023-04-12T06:15:46.559Z] 430d5eb9e9ea: Layer already exists [2023-04-12T06:15:46.559Z] df8cfdce9ab0: Layer already exists [2023-04-12T06:15:46.559Z] a817d467a782: Layer already exists [2023-04-12T06:15:46.559Z] 21bba32f9082: Layer already exists [2023-04-12T06:15:46.559Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:46.559Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:46.559Z] main: digest: sha256:1df00e5d9fd6bda9d2d779556bb7f6de6946bb9ae8a34543978a622455c08ebc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:15:46.603Z] ===================================================== [Pipeline] echo [2023-04-12T06:15:46.612Z] taggedImages: [2023-04-12T06:15:46.612Z] - nexus3.edgexfoundry.org:10004/security-spire-config:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:46.612Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-04-12T06:15:46.612Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.128 [2023-04-12T06:15:46.612Z] - nexus3.edgexfoundry.org:10004/security-spire-config:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:46.612Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-04-12T06:15:46.632Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-04-12T06:15:46.632Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:46.632Z] latest [2023-04-12T06:15:46.632Z] 3.0.0-dev.128 [2023-04-12T06:15:46.632Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:46.632Z] main [2023-04-12T06:15:46.632Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:46.942Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:47.248Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:47.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-12T06:15:47.248Z] ffa9e136cd26: Preparing [2023-04-12T06:15:47.248Z] 49bee0e50ac3: Preparing [2023-04-12T06:15:47.248Z] 4343724e8bb5: Preparing [2023-04-12T06:15:47.248Z] 9eef6031e01c: Preparing [2023-04-12T06:15:47.248Z] a817d467a782: Preparing [2023-04-12T06:15:47.248Z] 672acfe92ea5: Preparing [2023-04-12T06:15:47.248Z] f2d91a7eef20: Preparing [2023-04-12T06:15:47.248Z] f1417ff83b31: Preparing [2023-04-12T06:15:47.248Z] 672acfe92ea5: Waiting [2023-04-12T06:15:47.248Z] f2d91a7eef20: Waiting [2023-04-12T06:15:47.248Z] f1417ff83b31: Waiting [2023-04-12T06:15:47.248Z] a817d467a782: Layer already exists [2023-04-12T06:15:47.248Z] 9eef6031e01c: Layer already exists [2023-04-12T06:15:47.248Z] f2d91a7eef20: Layer already exists [2023-04-12T06:15:47.248Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:47.248Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:47.248Z] ffa9e136cd26: Pushed [2023-04-12T06:15:47.248Z] 49bee0e50ac3: Pushed [2023-04-12T06:15:47.248Z] 4343724e8bb5: Pushed [2023-04-12T06:15:47.511Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:36c00842f847d721bf62c28e0ff5c335e9dfa444c30aea5cba768faac74f3187 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:47.819Z] + 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-12T06:15:48.123Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-04-12T06:15:48.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-12T06:15:48.123Z] ffa9e136cd26: Preparing [2023-04-12T06:15:48.123Z] 49bee0e50ac3: Preparing [2023-04-12T06:15:48.123Z] 4343724e8bb5: Preparing [2023-04-12T06:15:48.123Z] 9eef6031e01c: Preparing [2023-04-12T06:15:48.123Z] a817d467a782: Preparing [2023-04-12T06:15:48.123Z] 672acfe92ea5: Preparing [2023-04-12T06:15:48.123Z] f2d91a7eef20: Preparing [2023-04-12T06:15:48.123Z] f1417ff83b31: Preparing [2023-04-12T06:15:48.123Z] f2d91a7eef20: Waiting [2023-04-12T06:15:48.123Z] f1417ff83b31: Waiting [2023-04-12T06:15:48.123Z] 9eef6031e01c: Layer already exists [2023-04-12T06:15:48.123Z] 4343724e8bb5: Layer already exists [2023-04-12T06:15:48.123Z] ffa9e136cd26: Layer already exists [2023-04-12T06:15:48.123Z] a817d467a782: Layer already exists [2023-04-12T06:15:48.123Z] 49bee0e50ac3: Layer already exists [2023-04-12T06:15:48.123Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:48.123Z] f2d91a7eef20: Layer already exists [2023-04-12T06:15:48.123Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:48.123Z] latest: digest: sha256:36c00842f847d721bf62c28e0ff5c335e9dfa444c30aea5cba768faac74f3187 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:48.431Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:48.743Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.128 [2023-04-12T06:15:48.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-12T06:15:48.743Z] ffa9e136cd26: Preparing [2023-04-12T06:15:48.743Z] 49bee0e50ac3: Preparing [2023-04-12T06:15:48.743Z] 4343724e8bb5: Preparing [2023-04-12T06:15:48.743Z] 9eef6031e01c: Preparing [2023-04-12T06:15:48.743Z] a817d467a782: Preparing [2023-04-12T06:15:48.743Z] 672acfe92ea5: Preparing [2023-04-12T06:15:48.743Z] f2d91a7eef20: Preparing [2023-04-12T06:15:48.743Z] f1417ff83b31: Preparing [2023-04-12T06:15:48.743Z] f1417ff83b31: Waiting [2023-04-12T06:15:48.743Z] 672acfe92ea5: Waiting [2023-04-12T06:15:48.743Z] f2d91a7eef20: Waiting [2023-04-12T06:15:48.743Z] 4343724e8bb5: Layer already exists [2023-04-12T06:15:48.743Z] a817d467a782: Layer already exists [2023-04-12T06:15:48.743Z] 9eef6031e01c: Layer already exists [2023-04-12T06:15:48.743Z] 49bee0e50ac3: Layer already exists [2023-04-12T06:15:48.743Z] ffa9e136cd26: Layer already exists [2023-04-12T06:15:48.743Z] f2d91a7eef20: Layer already exists [2023-04-12T06:15:48.743Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:48.743Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:48.743Z] 3.0.0-dev.128: digest: sha256:36c00842f847d721bf62c28e0ff5c335e9dfa444c30aea5cba768faac74f3187 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:49.053Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:49.352Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:49.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-12T06:15:49.352Z] ffa9e136cd26: Preparing [2023-04-12T06:15:49.352Z] 49bee0e50ac3: Preparing [2023-04-12T06:15:49.352Z] 4343724e8bb5: Preparing [2023-04-12T06:15:49.352Z] 9eef6031e01c: Preparing [2023-04-12T06:15:49.352Z] a817d467a782: Preparing [2023-04-12T06:15:49.352Z] 672acfe92ea5: Preparing [2023-04-12T06:15:49.352Z] f2d91a7eef20: Preparing [2023-04-12T06:15:49.352Z] f1417ff83b31: Preparing [2023-04-12T06:15:49.352Z] f1417ff83b31: Waiting [2023-04-12T06:15:49.352Z] 672acfe92ea5: Waiting [2023-04-12T06:15:49.352Z] f2d91a7eef20: Waiting [2023-04-12T06:15:49.352Z] 4343724e8bb5: Layer already exists [2023-04-12T06:15:49.352Z] ffa9e136cd26: Layer already exists [2023-04-12T06:15:49.352Z] a817d467a782: Layer already exists [2023-04-12T06:15:49.352Z] 49bee0e50ac3: Layer already exists [2023-04-12T06:15:49.352Z] 9eef6031e01c: Layer already exists [2023-04-12T06:15:49.352Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:49.352Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:49.352Z] f2d91a7eef20: Layer already exists [2023-04-12T06:15:49.352Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:36c00842f847d721bf62c28e0ff5c335e9dfa444c30aea5cba768faac74f3187 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:49.658Z] + 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-12T06:15:49.968Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-04-12T06:15:49.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-12T06:15:49.968Z] ffa9e136cd26: Preparing [2023-04-12T06:15:49.968Z] 49bee0e50ac3: Preparing [2023-04-12T06:15:49.968Z] 4343724e8bb5: Preparing [2023-04-12T06:15:49.968Z] 9eef6031e01c: Preparing [2023-04-12T06:15:49.968Z] a817d467a782: Preparing [2023-04-12T06:15:49.968Z] 672acfe92ea5: Preparing [2023-04-12T06:15:49.968Z] f2d91a7eef20: Preparing [2023-04-12T06:15:49.968Z] f1417ff83b31: Preparing [2023-04-12T06:15:49.968Z] 672acfe92ea5: Waiting [2023-04-12T06:15:49.968Z] f2d91a7eef20: Waiting [2023-04-12T06:15:49.968Z] f1417ff83b31: Waiting [2023-04-12T06:15:49.968Z] a817d467a782: Layer already exists [2023-04-12T06:15:49.968Z] 9eef6031e01c: Layer already exists [2023-04-12T06:15:49.968Z] 49bee0e50ac3: Layer already exists [2023-04-12T06:15:49.968Z] ffa9e136cd26: Layer already exists [2023-04-12T06:15:49.968Z] 4343724e8bb5: Layer already exists [2023-04-12T06:15:49.968Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:49.968Z] f2d91a7eef20: Layer already exists [2023-04-12T06:15:49.968Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:49.968Z] main: digest: sha256:36c00842f847d721bf62c28e0ff5c335e9dfa444c30aea5cba768faac74f3187 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:15:50.009Z] ===================================================== [Pipeline] echo [2023-04-12T06:15:50.018Z] taggedImages: [2023-04-12T06:15:50.018Z] - nexus3.edgexfoundry.org:10004/security-spire-server:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:50.018Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-04-12T06:15:50.018Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.128 [2023-04-12T06:15:50.019Z] - nexus3.edgexfoundry.org:10004/security-spire-server:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:50.019Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-04-12T06:15:50.041Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-04-12T06:15:50.041Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:50.041Z] latest [2023-04-12T06:15:50.041Z] 3.0.0-dev.128 [2023-04-12T06:15:50.041Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:50.041Z] main [2023-04-12T06:15:50.041Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:50.371Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:50.681Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:50.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-12T06:15:50.681Z] f8dd0615b710: Preparing [2023-04-12T06:15:50.681Z] 295cc2cf65e6: Preparing [2023-04-12T06:15:50.681Z] a817d467a782: Preparing [2023-04-12T06:15:50.681Z] 672acfe92ea5: Preparing [2023-04-12T06:15:50.681Z] 2bb36186c4d9: Preparing [2023-04-12T06:15:50.681Z] f1417ff83b31: Preparing [2023-04-12T06:15:50.681Z] f1417ff83b31: Waiting [2023-04-12T06:15:50.681Z] a817d467a782: Layer already exists [2023-04-12T06:15:50.681Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:50.681Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:50.681Z] f8dd0615b710: Pushed [2023-04-12T06:15:50.681Z] 2bb36186c4d9: Pushed [2023-04-12T06:15:53.215Z] 295cc2cf65e6: Pushed [2023-04-12T06:15:53.215Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:72d2a836f44a83a11cadf52f9bdbcf4e1a17c07647db40f78e97bf11f69a8cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:53.535Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:53.843Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-04-12T06:15:53.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-12T06:15:53.843Z] f8dd0615b710: Preparing [2023-04-12T06:15:53.843Z] 295cc2cf65e6: Preparing [2023-04-12T06:15:53.843Z] a817d467a782: Preparing [2023-04-12T06:15:53.843Z] 672acfe92ea5: Preparing [2023-04-12T06:15:53.843Z] 2bb36186c4d9: Preparing [2023-04-12T06:15:53.843Z] f1417ff83b31: Preparing [2023-04-12T06:15:53.843Z] f1417ff83b31: Waiting [2023-04-12T06:15:53.843Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:53.843Z] a817d467a782: Layer already exists [2023-04-12T06:15:53.843Z] f8dd0615b710: Layer already exists [2023-04-12T06:15:53.843Z] 295cc2cf65e6: Layer already exists [2023-04-12T06:15:53.843Z] 2bb36186c4d9: Layer already exists [2023-04-12T06:15:53.843Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:53.843Z] latest: digest: sha256:72d2a836f44a83a11cadf52f9bdbcf4e1a17c07647db40f78e97bf11f69a8cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:54.148Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:54.451Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.128 [2023-04-12T06:15:54.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-12T06:15:54.451Z] f8dd0615b710: Preparing [2023-04-12T06:15:54.451Z] 295cc2cf65e6: Preparing [2023-04-12T06:15:54.451Z] a817d467a782: Preparing [2023-04-12T06:15:54.451Z] 672acfe92ea5: Preparing [2023-04-12T06:15:54.451Z] 2bb36186c4d9: Preparing [2023-04-12T06:15:54.451Z] f1417ff83b31: Preparing [2023-04-12T06:15:54.451Z] f1417ff83b31: Waiting [2023-04-12T06:15:54.451Z] 2bb36186c4d9: Layer already exists [2023-04-12T06:15:54.451Z] f8dd0615b710: Layer already exists [2023-04-12T06:15:54.451Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:54.451Z] a817d467a782: Layer already exists [2023-04-12T06:15:54.451Z] 295cc2cf65e6: Layer already exists [2023-04-12T06:15:54.451Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:54.451Z] 3.0.0-dev.128: digest: sha256:72d2a836f44a83a11cadf52f9bdbcf4e1a17c07647db40f78e97bf11f69a8cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:54.754Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:55.070Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:55.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-12T06:15:55.070Z] f8dd0615b710: Preparing [2023-04-12T06:15:55.070Z] 295cc2cf65e6: Preparing [2023-04-12T06:15:55.070Z] a817d467a782: Preparing [2023-04-12T06:15:55.070Z] 672acfe92ea5: Preparing [2023-04-12T06:15:55.070Z] 2bb36186c4d9: Preparing [2023-04-12T06:15:55.070Z] f1417ff83b31: Preparing [2023-04-12T06:15:55.070Z] f1417ff83b31: Waiting [2023-04-12T06:15:55.070Z] a817d467a782: Layer already exists [2023-04-12T06:15:55.070Z] 2bb36186c4d9: Layer already exists [2023-04-12T06:15:55.070Z] f8dd0615b710: Layer already exists [2023-04-12T06:15:55.070Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:55.070Z] 295cc2cf65e6: Layer already exists [2023-04-12T06:15:55.070Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:55.070Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:72d2a836f44a83a11cadf52f9bdbcf4e1a17c07647db40f78e97bf11f69a8cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:55.378Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:55.679Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-04-12T06:15:55.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-12T06:15:55.679Z] f8dd0615b710: Preparing [2023-04-12T06:15:55.679Z] 295cc2cf65e6: Preparing [2023-04-12T06:15:55.679Z] a817d467a782: Preparing [2023-04-12T06:15:55.679Z] 672acfe92ea5: Preparing [2023-04-12T06:15:55.679Z] 2bb36186c4d9: Preparing [2023-04-12T06:15:55.679Z] f1417ff83b31: Preparing [2023-04-12T06:15:55.679Z] f1417ff83b31: Waiting [2023-04-12T06:15:55.679Z] a817d467a782: Layer already exists [2023-04-12T06:15:55.679Z] 2bb36186c4d9: Layer already exists [2023-04-12T06:15:55.679Z] 295cc2cf65e6: Layer already exists [2023-04-12T06:15:55.679Z] f8dd0615b710: Layer already exists [2023-04-12T06:15:55.679Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:55.679Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:55.679Z] main: digest: sha256:72d2a836f44a83a11cadf52f9bdbcf4e1a17c07647db40f78e97bf11f69a8cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:15:55.719Z] ===================================================== [Pipeline] echo [2023-04-12T06:15:55.724Z] taggedImages: [2023-04-12T06:15:55.724Z] - nexus3.edgexfoundry.org:10004/support-notifications:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:55.724Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-04-12T06:15:55.724Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.128 [2023-04-12T06:15:55.724Z] - nexus3.edgexfoundry.org:10004/support-notifications:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:55.724Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-04-12T06:15:55.737Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-04-12T06:15:55.738Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:55.738Z] latest [2023-04-12T06:15:55.738Z] 3.0.0-dev.128 [2023-04-12T06:15:55.738Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:15:55.738Z] main [2023-04-12T06:15:55.738Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:56.039Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:56.353Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:15:56.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-12T06:15:56.353Z] 410f12462892: Preparing [2023-04-12T06:15:56.353Z] 69878670c771: Preparing [2023-04-12T06:15:56.353Z] a817d467a782: Preparing [2023-04-12T06:15:56.353Z] 672acfe92ea5: Preparing [2023-04-12T06:15:56.353Z] ad9112d3c907: Preparing [2023-04-12T06:15:56.353Z] f1417ff83b31: Preparing [2023-04-12T06:15:56.353Z] f1417ff83b31: Waiting [2023-04-12T06:15:56.353Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:56.353Z] ad9112d3c907: Layer already exists [2023-04-12T06:15:56.353Z] a817d467a782: Layer already exists [2023-04-12T06:15:56.353Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:56.353Z] 410f12462892: Pushed [2023-04-12T06:15:58.886Z] 69878670c771: Pushed [2023-04-12T06:15:59.145Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:b278c5908a3ac3400562d1e9f8a56b27c562186520730a9b696ea8d5dfd94eab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:59.452Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:15:59.753Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-04-12T06:15:59.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-12T06:15:59.753Z] 410f12462892: Preparing [2023-04-12T06:15:59.753Z] 69878670c771: Preparing [2023-04-12T06:15:59.753Z] a817d467a782: Preparing [2023-04-12T06:15:59.753Z] 672acfe92ea5: Preparing [2023-04-12T06:15:59.753Z] ad9112d3c907: Preparing [2023-04-12T06:15:59.753Z] f1417ff83b31: Preparing [2023-04-12T06:15:59.753Z] a817d467a782: Layer already exists [2023-04-12T06:15:59.753Z] 672acfe92ea5: Layer already exists [2023-04-12T06:15:59.753Z] 69878670c771: Layer already exists [2023-04-12T06:15:59.753Z] 410f12462892: Layer already exists [2023-04-12T06:15:59.753Z] ad9112d3c907: Layer already exists [2023-04-12T06:15:59.753Z] f1417ff83b31: Layer already exists [2023-04-12T06:15:59.753Z] latest: digest: sha256:b278c5908a3ac3400562d1e9f8a56b27c562186520730a9b696ea8d5dfd94eab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:16:00.064Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:16:00.366Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.128 [2023-04-12T06:16:00.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-12T06:16:00.367Z] 410f12462892: Preparing [2023-04-12T06:16:00.367Z] 69878670c771: Preparing [2023-04-12T06:16:00.367Z] a817d467a782: Preparing [2023-04-12T06:16:00.367Z] 672acfe92ea5: Preparing [2023-04-12T06:16:00.367Z] ad9112d3c907: Preparing [2023-04-12T06:16:00.367Z] f1417ff83b31: Preparing [2023-04-12T06:16:00.367Z] f1417ff83b31: Waiting [2023-04-12T06:16:00.367Z] ad9112d3c907: Layer already exists [2023-04-12T06:16:00.367Z] 410f12462892: Layer already exists [2023-04-12T06:16:00.367Z] 69878670c771: Layer already exists [2023-04-12T06:16:00.367Z] 672acfe92ea5: Layer already exists [2023-04-12T06:16:00.367Z] a817d467a782: Layer already exists [2023-04-12T06:16:00.367Z] f1417ff83b31: Layer already exists [2023-04-12T06:16:00.367Z] 3.0.0-dev.128: digest: sha256:b278c5908a3ac3400562d1e9f8a56b27c562186520730a9b696ea8d5dfd94eab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:16:00.671Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:16:00.975Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:16:00.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-12T06:16:00.975Z] 410f12462892: Preparing [2023-04-12T06:16:00.975Z] 69878670c771: Preparing [2023-04-12T06:16:00.975Z] a817d467a782: Preparing [2023-04-12T06:16:00.975Z] 672acfe92ea5: Preparing [2023-04-12T06:16:00.975Z] ad9112d3c907: Preparing [2023-04-12T06:16:00.975Z] f1417ff83b31: Preparing [2023-04-12T06:16:00.975Z] f1417ff83b31: Waiting [2023-04-12T06:16:00.975Z] 410f12462892: Layer already exists [2023-04-12T06:16:00.975Z] 69878670c771: Layer already exists [2023-04-12T06:16:00.975Z] ad9112d3c907: Layer already exists [2023-04-12T06:16:00.975Z] a817d467a782: Layer already exists [2023-04-12T06:16:00.975Z] 672acfe92ea5: Layer already exists [2023-04-12T06:16:00.975Z] f1417ff83b31: Layer already exists [2023-04-12T06:16:00.975Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:b278c5908a3ac3400562d1e9f8a56b27c562186520730a9b696ea8d5dfd94eab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:16:01.279Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:16:01.582Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-04-12T06:16:01.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-12T06:16:01.582Z] 410f12462892: Preparing [2023-04-12T06:16:01.582Z] 69878670c771: Preparing [2023-04-12T06:16:01.582Z] a817d467a782: Preparing [2023-04-12T06:16:01.582Z] 672acfe92ea5: Preparing [2023-04-12T06:16:01.582Z] ad9112d3c907: Preparing [2023-04-12T06:16:01.582Z] f1417ff83b31: Preparing [2023-04-12T06:16:01.582Z] f1417ff83b31: Waiting [2023-04-12T06:16:01.582Z] a817d467a782: Layer already exists [2023-04-12T06:16:01.582Z] 410f12462892: Layer already exists [2023-04-12T06:16:01.582Z] ad9112d3c907: Layer already exists [2023-04-12T06:16:01.582Z] 69878670c771: Layer already exists [2023-04-12T06:16:01.582Z] 672acfe92ea5: Layer already exists [2023-04-12T06:16:01.582Z] f1417ff83b31: Layer already exists [2023-04-12T06:16:01.582Z] main: digest: sha256:b278c5908a3ac3400562d1e9f8a56b27c562186520730a9b696ea8d5dfd94eab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:16:01.616Z] ===================================================== [Pipeline] echo [2023-04-12T06:16:01.621Z] taggedImages: [2023-04-12T06:16:01.621Z] - nexus3.edgexfoundry.org:10004/support-scheduler:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:16:01.621Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-04-12T06:16:01.621Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.128 [2023-04-12T06:16:01.621Z] - nexus3.edgexfoundry.org:10004/support-scheduler:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:16:01.621Z] - 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-12T06:20:25.488Z] Removing intermediate container 88820748c142 [2023-04-12T06:20:25.488Z] ---> fd9ce1bc11d7 [2023-04-12T06:20:25.488Z] [2023-04-12T06:20:25.488Z] Step 9/33 : FROM alpine:3.17 [2023-04-12T06:20:25.488Z] 3.17: Pulling from library/alpine [2023-04-12T06:20:25.488Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-12T06:20:25.488Z] Status: Downloaded newer image for alpine:3.17 [2023-04-12T06:20:25.488Z] ---> 51e60588ff2c [2023-04-12T06:20:25.488Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-12T06:20:25.488Z] ---> Running in ae2c55943dbc [2023-04-12T06:20:25.488Z] Removing intermediate container ae2c55943dbc [2023-04-12T06:20:25.488Z] ---> 2e5bf75ee540 [2023-04-12T06:20:25.488Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-12T06:20:25.488Z] ---> Running in ff204d1e925c [2023-04-12T06:20:25.488Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:20:25.488Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:20:25.488Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-12T06:20:25.488Z] (2/2) Installing su-exec (0.2-r2) [2023-04-12T06:20:25.488Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:20:25.488Z] OK: 8 MiB in 17 packages [2023-04-12T06:20:25.753Z] Removing intermediate container ff204d1e925c [2023-04-12T06:20:25.753Z] ---> 9af7010781bb [2023-04-12T06:20:25.753Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-12T06:20:25.753Z] ---> Running in 73fd036170d3 [2023-04-12T06:20:26.343Z] Removing intermediate container 73fd036170d3 [2023-04-12T06:20:26.343Z] ---> f4958b818f68 [2023-04-12T06:20:26.343Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-12T06:20:26.343Z] ---> Running in 4d05e715c738 [2023-04-12T06:20:26.926Z] Removing intermediate container 4d05e715c738 [2023-04-12T06:20:26.926Z] ---> 456f70f09694 [2023-04-12T06:20:26.926Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-12T06:20:26.926Z] ---> Running in 88617d7b2d86 [2023-04-12T06:20:27.507Z] Removing intermediate container 88617d7b2d86 [2023-04-12T06:20:27.507Z] ---> d632ee465866 [2023-04-12T06:20:27.507Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-12T06:20:27.507Z] ---> Running in fba45e20503e [2023-04-12T06:20:28.089Z] Removing intermediate container fba45e20503e [2023-04-12T06:20:28.089Z] ---> 5af0b3e5d728 [2023-04-12T06:20:28.089Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-12T06:20:28.354Z] ---> Running in b63fe9d1a755 [2023-04-12T06:20:31.688Z] Removing intermediate container b63fe9d1a755 [2023-04-12T06:20:31.688Z] ---> 841dfeb47ebe [2023-04-12T06:20:31.688Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-12T06:20:31.688Z] ---> Running in a3ea6f0574e4 [2023-04-12T06:20:32.273Z] Removing intermediate container a3ea6f0574e4 [2023-04-12T06:20:32.273Z] ---> ca3d025eec4f [2023-04-12T06:20:32.273Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-12T06:20:33.846Z] ---> c3e8524f6208 [2023-04-12T06:20:33.846Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-12T06:20:33.846Z] ---> Running in e3f8b8157206 [2023-04-12T06:20:39.242Z] Removing intermediate container e3f8b8157206 [2023-04-12T06:20:39.242Z] ---> ea601b96b82c [2023-04-12T06:20:39.242Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:20:40.196Z] ---> 339864039051 [2023-04-12T06:20:40.196Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:20:42.131Z] ---> c5c42351f55b [2023-04-12T06:20:42.131Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-12T06:20:43.084Z] Removing intermediate container 7061ae19267d [2023-04-12T06:20:43.084Z] ---> aa4f38c0d242 [2023-04-12T06:20:43.084Z] [2023-04-12T06:20:43.084Z] Step 10/23 : FROM alpine:3.17 [2023-04-12T06:20:43.084Z] ---> 51e60588ff2c [2023-04-12T06:20:43.084Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-12T06:20:43.084Z] ---> Running in 8941474f2e23 [2023-04-12T06:20:43.667Z] Removing intermediate container 8941474f2e23 [2023-04-12T06:20:43.667Z] ---> 77ee8469f6b0 [2023-04-12T06:20:43.667Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-12T06:20:43.667Z] ---> Running in 81c9b3343025 [2023-04-12T06:20:44.630Z] ---> 553d2a9d1930 [2023-04-12T06:20:44.630Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-12T06:20:46.043Z] ---> 0c599e06d02d [2023-04-12T06:20:46.043Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-12T06:20:46.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:20:46.999Z] ---> fdfdfe3f277f [2023-04-12T06:20:46.999Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-12T06:20:46.999Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:20:47.591Z] ---> 17d86a4a87c9 [2023-04-12T06:20:47.591Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-12T06:20:48.171Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-12T06:20:48.171Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:20:48.171Z] OK: 8 MiB in 16 packages [2023-04-12T06:20:50.743Z] ---> 47e3af22bdfe [2023-04-12T06:20:50.743Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-12T06:20:51.710Z] Removing intermediate container 81c9b3343025 [2023-04-12T06:20:51.710Z] ---> b4d6225d4882 [2023-04-12T06:20:51.710Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:20:51.710Z] ---> 0667e9bba6c4 [2023-04-12T06:20:51.976Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-12T06:20:51.976Z] ---> Running in 6a57a70959e1 [2023-04-12T06:20:53.376Z] ---> 01c9a288ef3d [2023-04-12T06:20:53.376Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:20:54.333Z] ---> 40dfa4119d32 [2023-04-12T06:20:54.333Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-12T06:20:55.746Z] Removing intermediate container 6a57a70959e1 [2023-04-12T06:20:55.746Z] ---> 9b8ef6c83555 [2023-04-12T06:20:55.746Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-12T06:20:56.014Z] ---> Running in 3a9c63b9d5f4 [2023-04-12T06:20:57.427Z] Removing intermediate container 3a9c63b9d5f4 [2023-04-12T06:20:57.427Z] ---> 73fad2f45091 [2023-04-12T06:20:57.427Z] Step 30/33 : CMD ["gate"] [2023-04-12T06:20:57.692Z] ---> Running in 716d429ea4cf [2023-04-12T06:20:58.661Z] ---> 8c54526c695e [2023-04-12T06:20:58.661Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:20:58.661Z] Removing intermediate container 716d429ea4cf [2023-04-12T06:20:58.661Z] ---> 80028b4cc487 [2023-04-12T06:20:58.661Z] Step 31/33 : LABEL arch=arm64 [2023-04-12T06:20:58.945Z] ---> Running in 1c1e1c022475 [2023-04-12T06:20:59.903Z] ---> 5b7533073d25 [2023-04-12T06:20:59.903Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-12T06:21:00.483Z] Removing intermediate container 1c1e1c022475 [2023-04-12T06:21:00.483Z] ---> b3ab26a28d19 [2023-04-12T06:21:00.483Z] Step 32/33 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:21:01.064Z] ---> Running in 2dd293881650 [2023-04-12T06:21:03.655Z] Removing intermediate container 2dd293881650 [2023-04-12T06:21:03.655Z] ---> d5be4ac0498f [2023-04-12T06:21:03.655Z] Step 33/33 : LABEL version=3.0.0-dev.128 [2023-04-12T06:21:03.921Z] ---> 9fd1e67e8488 [2023-04-12T06:21:03.921Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-12T06:21:03.921Z] ---> Running in 0c235d60b5dc [2023-04-12T06:21:04.186Z] ---> Running in 80bb328e5dc3 [2023-04-12T06:21:05.589Z] Removing intermediate container 0c235d60b5dc [2023-04-12T06:21:05.589Z] ---> 8fb246ad4edb [2023-04-12T06:21:05.589Z] [2023-04-12T06:21:06.169Z] Successfully built 8fb246ad4edb [2023-04-12T06:21:06.169Z] Successfully tagged security-bootstrapper-arm64:latest [2023-04-12T06:21:06.169Z] Building security-spire-config [2023-04-12T06:21:09.010Z]  Building security-bootstrapper ... done Removing intermediate container 80bb328e5dc3 [2023-04-12T06:21:09.010Z] ---> 508ebf2510e6 [2023-04-12T06:21:09.010Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-12T06:21:09.010Z] ---> Running in 71208baae284 [2023-04-12T06:21:10.416Z] Removing intermediate container 71208baae284 [2023-04-12T06:21:10.416Z] ---> 0a2278075ef8 [2023-04-12T06:21:10.416Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-12T06:21:10.687Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 ---> Running in 449a2f642d8f [2023-04-12T06:21:10.687Z] [2023-04-12T06:21:10.687Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:21:10.687Z] ---> 6cc3a2addbc6 [2023-04-12T06:21:10.687Z] Step 3/27 : WORKDIR /edgex-go [2023-04-12T06:21:10.687Z] ---> Using cache [2023-04-12T06:21:10.687Z] ---> 22bcd0e0ede6 [2023-04-12T06:21:10.687Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-12T06:21:11.267Z] ---> Running in 507426fc168f [2023-04-12T06:21:11.848Z] Removing intermediate container 449a2f642d8f [2023-04-12T06:21:11.848Z] ---> 63f5072f2bb0 [2023-04-12T06:21:11.848Z] Step 21/23 : LABEL arch=arm64 [2023-04-12T06:21:12.113Z] ---> Running in 0f652a61e124 [2023-04-12T06:21:13.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:21:13.780Z] Removing intermediate container 0f652a61e124 [2023-04-12T06:21:13.780Z] ---> e366e808be60 [2023-04-12T06:21:13.780Z] Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:21:14.048Z] ---> Running in c77e72071904 [2023-04-12T06:21:14.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:21:15.724Z] OK: 263 MiB in 53 packages [2023-04-12T06:21:16.307Z] Removing intermediate container c77e72071904 [2023-04-12T06:21:16.307Z] ---> ca11cb8543c8 [2023-04-12T06:21:16.307Z] Step 23/23 : LABEL version=3.0.0-dev.128 [2023-04-12T06:21:16.573Z] ---> Running in 4a682697769b [2023-04-12T06:21:17.531Z] Removing intermediate container 4a682697769b [2023-04-12T06:21:17.531Z] ---> 6f51dd39ff2c [2023-04-12T06:21:17.531Z] [2023-04-12T06:21:17.531Z] Removing intermediate container 507426fc168f [2023-04-12T06:21:17.531Z] ---> cda45c57a60c [2023-04-12T06:21:17.531Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-12T06:21:17.799Z] Successfully built 6f51dd39ff2c [2023-04-12T06:21:17.799Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-04-12T06:21:17.799Z] Building security-proxy-auth [2023-04-12T06:21:18.065Z]  Building core-common-config-bootstrapper ... done Removing intermediate container eab96fa2771a [2023-04-12T06:21:18.065Z] ---> f4092e1bbcc8 [2023-04-12T06:21:18.065Z] [2023-04-12T06:21:18.065Z] Step 10/25 : FROM alpine:3.17 [2023-04-12T06:21:18.065Z] ---> 51e60588ff2c [2023-04-12T06:21:18.065Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-12T06:21:18.065Z] Removing intermediate container ad15f31cffe0 [2023-04-12T06:21:18.065Z] ---> 7786ab81e808 [2023-04-12T06:21:18.065Z] [2023-04-12T06:21:18.065Z] Step 10/23 : FROM alpine:3.17 [2023-04-12T06:21:18.065Z] ---> 51e60588ff2c [2023-04-12T06:21:18.065Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-12T06:21:18.065Z] ---> Running in a7985ce5ee19 [2023-04-12T06:21:18.065Z] ---> Running in 6169af3d7b36 [2023-04-12T06:21:19.035Z] ---> 5d590301c7e6 [2023-04-12T06:21:19.035Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:21:19.035Z] Removing intermediate container a7985ce5ee19 [2023-04-12T06:21:19.035Z] ---> 46ec5d0cfd58 [2023-04-12T06:21:19.035Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-12T06:21:19.301Z] ---> Running in f6c7a49c722b [2023-04-12T06:21:19.301Z] ---> Running in d528ba415ed6 [2023-04-12T06:21:20.287Z] Removing intermediate container d528ba415ed6 [2023-04-12T06:21:20.287Z] ---> 545829ceae52 [2023-04-12T06:21:20.287Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-12T06:21:20.563Z] ---> Running in 54f42a7f9abc [2023-04-12T06:21:20.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:21:21.416Z] Removing intermediate container 54f42a7f9abc [2023-04-12T06:21:21.416Z] ---> e10443eb914a [2023-04-12T06:21:21.416Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-12T06:21:21.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:21:21.684Z] ---> Running in 423888f9a781 [2023-04-12T06:21:22.641Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:21:22.641Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:21:22.641Z] ---> 6cc3a2addbc6 [2023-04-12T06:21:22.641Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:21:22.641Z] ---> Using cache [2023-04-12T06:21:22.641Z] ---> 33a839438c4e [2023-04-12T06:21:22.641Z] Step 4/23 : WORKDIR /edgex-go [2023-04-12T06:21:22.641Z] ---> Using cache [2023-04-12T06:21:22.641Z] ---> 37b1ba545518 [2023-04-12T06:21:22.641Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-12T06:21:22.641Z] ---> Using cache [2023-04-12T06:21:22.641Z] ---> 0320b22bfe84 [2023-04-12T06:21:22.641Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-12T06:21:22.641Z] ---> Using cache [2023-04-12T06:21:22.641Z] ---> 51d374623096 [2023-04-12T06:21:22.641Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:21:22.641Z] ---> Using cache [2023-04-12T06:21:22.641Z] ---> 1fdcaed6b7a0 [2023-04-12T06:21:22.641Z] Step 8/23 : COPY . . [2023-04-12T06:21:22.641Z] ---> Using cache [2023-04-12T06:21:22.641Z] ---> 0101d311360c [2023-04-12T06:21:22.641Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-12T06:21:22.641Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-12T06:21:22.641Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:21:22.905Z] ---> Running in 6b6854a4a479 [2023-04-12T06:21:22.905Z] OK: 8 MiB in 16 packages [2023-04-12T06:21:24.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:21:24.885Z] Removing intermediate container 6169af3d7b36 [2023-04-12T06:21:24.885Z] ---> 01ec4f6def1d [2023-04-12T06:21:24.885Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-12T06:21:24.885Z] ---> Running in f2e322c9c94f [2023-04-12T06:21:25.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:21:25.420Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-12T06:21:25.420Z] Removing intermediate container f2e322c9c94f [2023-04-12T06:21:25.420Z] ---> 537075c03a60 [2023-04-12T06:21:25.420Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-12T06:21:25.687Z] ---> Running in 784ac00c359b [2023-04-12T06:21:25.958Z] Removing intermediate container 784ac00c359b [2023-04-12T06:21:25.958Z] ---> 5d7b85db6f77 [2023-04-12T06:21:25.958Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-12T06:21:26.225Z] ---> Running in 5c23902fa273 [2023-04-12T06:21:26.805Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-12T06:21:26.805Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:21:26.805Z] Removing intermediate container 5c23902fa273 [2023-04-12T06:21:26.805Z] ---> 85a60e2ffc88 [2023-04-12T06:21:26.805Z] Step 15/25 : WORKDIR / [2023-04-12T06:21:26.805Z] OK: 8 MiB in 16 packages [2023-04-12T06:21:26.805Z] ---> Running in 86a64d07b665 [2023-04-12T06:21:27.384Z] Removing intermediate container 86a64d07b665 [2023-04-12T06:21:27.384Z] ---> a645a3451447 [2023-04-12T06:21:27.384Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:21:28.792Z] Removing intermediate container 423888f9a781 [2023-04-12T06:21:28.792Z] ---> 7e0d85cd6db3 [2023-04-12T06:21:28.792Z] ---> 849819519274 [2023-04-12T06:21:28.792Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt /Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:21:28.792Z] [2023-04-12T06:21:29.746Z] ---> c669701ef031 [2023-04-12T06:21:29.746Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-12T06:21:29.746Z] ---> f7637a951721 [2023-04-12T06:21:29.746Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:21:31.155Z] ---> 0638221988b5 [2023-04-12T06:21:31.155Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-12T06:21:32.111Z] ---> 21a66b9bbf7d [2023-04-12T06:21:32.111Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:21:33.535Z] ---> a77776966da7 [2023-04-12T06:21:33.535Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-12T06:21:33.535Z] ---> d3cd14fe55eb [2023-04-12T06:21:33.535Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:21:34.936Z] ---> 540e56f18577 [2023-04-12T06:21:34.936Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-12T06:21:34.936Z] ---> 5c7d76292a1a [2023-04-12T06:21:34.936Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-12T06:21:34.936Z] ---> Running in d24cdd12a49d [2023-04-12T06:21:34.936Z] ---> Running in 8eaf4e124de6 [2023-04-12T06:21:35.903Z] Removing intermediate container d24cdd12a49d [2023-04-12T06:21:35.903Z] ---> e3f14770f520 [2023-04-12T06:21:35.903Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-12T06:21:35.903Z] Removing intermediate container 8eaf4e124de6 [2023-04-12T06:21:35.903Z] ---> 9c164601368c [2023-04-12T06:21:35.903Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-12T06:21:35.903Z] ---> Running in 8152659debf4 [2023-04-12T06:21:35.903Z] ---> Running in 33d34fdb6f6f [2023-04-12T06:21:36.860Z] Removing intermediate container 33d34fdb6f6f [2023-04-12T06:21:36.860Z] ---> dcc0ee0bb72a [2023-04-12T06:21:36.860Z] Step 21/23 : LABEL arch=arm64 [2023-04-12T06:21:36.860Z] Removing intermediate container 8152659debf4 [2023-04-12T06:21:36.860Z] ---> a6143ec578e1 [2023-04-12T06:21:36.860Z] Step 23/25 : LABEL arch=arm64 [2023-04-12T06:21:36.860Z] ---> Running in a72af8d3f915 [2023-04-12T06:21:36.860Z] ---> Running in 902de56b1eb4 [2023-04-12T06:21:37.441Z] Removing intermediate container a72af8d3f915 [2023-04-12T06:21:37.441Z] ---> ba1f8235ed13 [2023-04-12T06:21:37.441Z] Step 24/25 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:21:37.441Z] Removing intermediate container 902de56b1eb4 [2023-04-12T06:21:37.441Z] ---> ae49a37a1b9d [2023-04-12T06:21:37.441Z] Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:21:37.706Z] ---> Running in 70d55eda51da [2023-04-12T06:21:37.706Z] ---> Running in 08e364a9116c [2023-04-12T06:21:38.288Z] Removing intermediate container 70d55eda51da [2023-04-12T06:21:38.288Z] ---> a4f533ab6bca [2023-04-12T06:21:38.288Z] Step 25/25 : LABEL version=3.0.0-dev.128 [2023-04-12T06:21:38.288Z] Removing intermediate container 08e364a9116c [2023-04-12T06:21:38.288Z] ---> 1e437c35ca28 [2023-04-12T06:21:38.288Z] Step 23/23 : LABEL version=3.0.0-dev.128 [2023-04-12T06:21:38.553Z] ---> Running in 41844346a7b0 [2023-04-12T06:21:38.553Z] ---> Running in 95057021c71f [2023-04-12T06:21:39.510Z] Removing intermediate container 95057021c71f [2023-04-12T06:21:39.510Z] ---> b2447f4be8e4 [2023-04-12T06:21:39.510Z] [2023-04-12T06:21:39.510Z] Removing intermediate container 41844346a7b0 [2023-04-12T06:21:39.510Z] ---> 561dbc5ec841 [2023-04-12T06:21:39.510Z] [2023-04-12T06:21:39.510Z] Successfully built b2447f4be8e4 [2023-04-12T06:21:39.510Z] Successfully tagged core-metadata-arm64:latest [2023-04-12T06:21:39.510Z]  Building core-metadata ... done Building security-proxy-setup [2023-04-12T06:21:39.510Z] Successfully built 561dbc5ec841 [2023-04-12T06:21:39.510Z] Successfully tagged core-data-arm64:latest [2023-04-12T06:21:39.510Z] Building core-command [2023-04-12T06:21:44.833Z]  Building core-data ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:21:44.833Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:21:44.833Z] ---> 6cc3a2addbc6 [2023-04-12T06:21:44.833Z] Step 3/22 : WORKDIR /edgex-go [2023-04-12T06:21:44.833Z] ---> Using cache [2023-04-12T06:21:44.833Z] ---> 22bcd0e0ede6 [2023-04-12T06:21:44.833Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-12T06:21:44.833Z] ---> Using cache [2023-04-12T06:21:44.833Z] ---> b2c0721fb4e8 [2023-04-12T06:21:44.833Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-12T06:21:44.833Z] ---> Using cache [2023-04-12T06:21:44.833Z] ---> c77c1fad3221 [2023-04-12T06:21:44.833Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:21:44.833Z] ---> Using cache [2023-04-12T06:21:44.833Z] ---> 67f341fc13a2 [2023-04-12T06:21:44.833Z] Step 7/22 : COPY . . [2023-04-12T06:21:44.833Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:21:44.833Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:21:44.833Z] ---> 6cc3a2addbc6 [2023-04-12T06:21:44.833Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:21:44.833Z] ---> Using cache [2023-04-12T06:21:44.833Z] ---> 33a839438c4e [2023-04-12T06:21:44.833Z] Step 4/24 : WORKDIR /edgex-go [2023-04-12T06:21:44.833Z] ---> Using cache [2023-04-12T06:21:44.833Z] ---> 37b1ba545518 [2023-04-12T06:21:44.833Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-12T06:21:44.833Z] ---> Using cache [2023-04-12T06:21:44.833Z] ---> 0320b22bfe84 [2023-04-12T06:21:44.833Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-12T06:21:44.833Z] ---> Using cache [2023-04-12T06:21:44.833Z] ---> 51d374623096 [2023-04-12T06:21:44.833Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:21:44.833Z] ---> Using cache [2023-04-12T06:21:44.833Z] ---> 1fdcaed6b7a0 [2023-04-12T06:21:44.833Z] Step 8/24 : COPY . . [2023-04-12T06:21:44.833Z] ---> Using cache [2023-04-12T06:21:44.833Z] ---> 121c67ef6725 [2023-04-12T06:21:44.833Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-12T06:21:44.833Z] ---> Using cache [2023-04-12T06:21:44.833Z] ---> 0101d311360c [2023-04-12T06:21:44.833Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-12T06:21:45.411Z] ---> Running in 22a39b67eae5 [2023-04-12T06:21:45.411Z] ---> Running in 7ac460fab6da [2023-04-12T06:21:47.984Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-12T06:21:47.984Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-12T06:22:55.840Z] Removing intermediate container f6c7a49c722b [2023-04-12T06:22:55.840Z] ---> 471b46c205a4 [2023-04-12T06:22:55.840Z] Step 7/27 : COPY . . [2023-04-12T06:22:55.840Z] ---> 5339eae57c49 [2023-04-12T06:22:55.840Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-12T06:22:55.840Z] ---> Running in ee3d1908a8dd [2023-04-12T06:22:55.840Z] Removing intermediate container ee3d1908a8dd [2023-04-12T06:22:55.840Z] ---> 1e5662b56557 [2023-04-12T06:22:55.840Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-12T06:22:55.840Z] ---> Running in 2d42c4580ba0 [2023-04-12T06:22:55.840Z] Removing intermediate container 2d42c4580ba0 [2023-04-12T06:22:55.840Z] ---> dfeed78a0b87 [2023-04-12T06:22:55.840Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-12T06:22:55.840Z] ---> Running in b1ed54fd0539 [2023-04-12T06:22:55.840Z] Removing intermediate container d2abc30e7857 [2023-04-12T06:22:55.840Z] ---> 7ae87212ac99 [2023-04-12T06:22:55.840Z] [2023-04-12T06:22:55.840Z] Step 10/23 : FROM alpine:3.17 [2023-04-12T06:22:55.840Z] ---> 51e60588ff2c [2023-04-12T06:22:55.840Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-12T06:22:55.840Z] ---> Using cache [2023-04-12T06:22:55.840Z] ---> 01ec4f6def1d [2023-04-12T06:22:55.840Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-12T06:22:55.840Z] ---> Using cache [2023-04-12T06:22:55.840Z] ---> 537075c03a60 [2023-04-12T06:22:55.840Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-12T06:22:55.840Z] ---> Running in bf9503871cb3 [2023-04-12T06:22:55.840Z] Removing intermediate container b1ed54fd0539 [2023-04-12T06:22:55.840Z] ---> c20c2d8c0273 [2023-04-12T06:22:55.841Z] 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-12T06:22:55.841Z] ---> Running in 45d61bb7b468 [2023-04-12T06:22:55.841Z] Removing intermediate container bf9503871cb3 [2023-04-12T06:22:55.841Z] ---> e8bb5ab69e7e [2023-04-12T06:22:55.841Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-12T06:22:55.841Z] ---> Running in 5a12bc78008c [2023-04-12T06:22:55.841Z] Removing intermediate container 5a12bc78008c [2023-04-12T06:22:55.841Z] ---> af69fb567871 [2023-04-12T06:22:55.841Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:22:56.795Z] ---> 69515ece19ec [2023-04-12T06:22:56.795Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:22:58.194Z] ---> 139ced442146 [2023-04-12T06:22:58.194Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-12T06:22:58.194Z] Removing intermediate container 45d61bb7b468 [2023-04-12T06:22:58.195Z] ---> 164dc51d87dc [2023-04-12T06:22:58.195Z] Step 12/27 : WORKDIR /edgex-go [2023-04-12T06:22:58.481Z] ---> Running in ab85654efb7f [2023-04-12T06:22:59.445Z] Removing intermediate container ab85654efb7f [2023-04-12T06:22:59.445Z] ---> daff5d50aede [2023-04-12T06:22:59.445Z] [2023-04-12T06:22:59.445Z] Step 13/27 : FROM alpine:3.17 [2023-04-12T06:22:59.445Z] ---> 51e60588ff2c [2023-04-12T06:22:59.445Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-12T06:22:59.445Z] ---> Running in 5f6c1de0baab [2023-04-12T06:23:03.175Z] Removing intermediate container 5f6c1de0baab [2023-04-12T06:23:03.175Z] ---> 25dfeb523ffa [2023-04-12T06:23:03.175Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-12T06:23:03.175Z] ---> Running in 463ed04401c7 [2023-04-12T06:23:03.175Z] ---> 14eb06f9f1b8 [2023-04-12T06:23:03.175Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:23:04.577Z] ---> dca8f95fdf2a [2023-04-12T06:23:04.577Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-12T06:23:04.846Z] ---> Running in 3298a36826d4 [2023-04-12T06:23:05.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:23:05.431Z] Removing intermediate container 3298a36826d4 [2023-04-12T06:23:05.431Z] ---> 13eb6e796184 [2023-04-12T06:23:05.431Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-12T06:23:05.431Z] ---> Running in d565e0cc1d7b [2023-04-12T06:23:06.013Z] Removing intermediate container d565e0cc1d7b [2023-04-12T06:23:06.013Z] ---> b542172b8e7e [2023-04-12T06:23:06.013Z] Step 21/23 : LABEL arch=arm64 [2023-04-12T06:23:06.278Z] ---> Running in 0fa98b612da2 [2023-04-12T06:23:06.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:23:06.859Z] Removing intermediate container 0fa98b612da2 [2023-04-12T06:23:06.859Z] ---> e13843074583 [2023-04-12T06:23:06.859Z] Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:23:06.859Z] ---> Running in d2ebfedc5f90 [2023-04-12T06:23:07.439Z] Removing intermediate container d2ebfedc5f90 [2023-04-12T06:23:07.439Z] ---> 236e9989aec7 [2023-04-12T06:23:07.439Z] Step 23/23 : LABEL version=3.0.0-dev.128 [2023-04-12T06:23:07.714Z] ---> Running in 165419062af9 [2023-04-12T06:23:07.714Z] v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-12T06:23:07.980Z] v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-12T06:23:07.980Z] OK: 17689 distinct packages available [2023-04-12T06:23:08.244Z] Removing intermediate container 165419062af9 [2023-04-12T06:23:08.244Z] ---> 91f733b3228e [2023-04-12T06:23:08.244Z] [2023-04-12T06:23:08.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:23:08.244Z] Successfully built 91f733b3228e [2023-04-12T06:23:08.244Z] Successfully tagged support-scheduler-arm64:latest [2023-04-12T06:23:08.244Z]  Building support-scheduler ... done Building security-secretstore-setup [2023-04-12T06:23:08.823Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:23:10.225Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-12T06:23:10.225Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-12T06:23:10.225Z] (3/4) Installing libucontext (1.2-r0) [2023-04-12T06:23:10.225Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-12T06:23:10.225Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:23:10.225Z] OK: 8 MiB in 19 packages [2023-04-12T06:23:12.162Z] Removing intermediate container 463ed04401c7 [2023-04-12T06:23:12.162Z] ---> d7f9667f27ed [2023-04-12T06:23:12.162Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:23:12.162Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:23:12.162Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:23:12.162Z] ---> 6cc3a2addbc6 [2023-04-12T06:23:12.162Z] Step 3/25 : WORKDIR /edgex-go [2023-04-12T06:23:12.162Z] ---> Using cache [2023-04-12T06:23:12.162Z] ---> 22bcd0e0ede6 [2023-04-12T06:23:12.162Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-12T06:23:12.162Z] ---> Using cache [2023-04-12T06:23:12.162Z] ---> b2c0721fb4e8 [2023-04-12T06:23:12.162Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-12T06:23:12.428Z] ---> Using cache [2023-04-12T06:23:12.428Z] ---> c77c1fad3221 [2023-04-12T06:23:12.428Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:23:12.428Z] ---> Using cache [2023-04-12T06:23:12.428Z] ---> 67f341fc13a2 [2023-04-12T06:23:12.428Z] Step 7/25 : COPY . . [2023-04-12T06:23:12.713Z] ---> Using cache [2023-04-12T06:23:12.713Z] ---> 121c67ef6725 [2023-04-12T06:23:12.713Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-12T06:23:12.981Z] ---> 00fdeeb6f7cb [2023-04-12T06:23:12.981Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:23:12.981Z] ---> Running in 561ef7a8a34b [2023-04-12T06:23:14.424Z] ---> 954d086c035a [2023-04-12T06:23:14.424Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-12T06:23:15.004Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-12T06:23:20.334Z] ---> 1b50e729c62a [2023-04-12T06:23:20.334Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-12T06:23:20.334Z] ---> 563bba22d1e9 [2023-04-12T06:23:20.334Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-12T06:23:20.600Z] ---> Running in 8b5aeee13f69 [2023-04-12T06:23:21.180Z] Removing intermediate container 8b5aeee13f69 [2023-04-12T06:23:21.180Z] ---> 985aec90edb4 [2023-04-12T06:23:21.180Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-12T06:23:22.138Z] ---> 014a80ad369e [2023-04-12T06:23:22.138Z] Step 22/27 : WORKDIR / [2023-04-12T06:23:22.138Z] ---> Running in 3f7ac2cfff82 [2023-04-12T06:23:22.404Z] Removing intermediate container 3f7ac2cfff82 [2023-04-12T06:23:22.404Z] ---> 6feae2084ee3 [2023-04-12T06:23:22.404Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-12T06:23:22.670Z] ---> Running in a56a084cc1f7 [2023-04-12T06:23:22.937Z] Removing intermediate container a56a084cc1f7 [2023-04-12T06:23:22.937Z] ---> b86689d41477 [2023-04-12T06:23:22.937Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-12T06:23:23.202Z] ---> Running in 1803a4409daa [2023-04-12T06:23:23.790Z] Removing intermediate container 1803a4409daa [2023-04-12T06:23:23.790Z] ---> e77ee5de0cbd [2023-04-12T06:23:23.790Z] Step 25/27 : LABEL arch=arm64 [2023-04-12T06:23:23.790Z] ---> Running in c242ccecc4b4 [2023-04-12T06:23:24.378Z] Removing intermediate container c242ccecc4b4 [2023-04-12T06:23:24.378Z] ---> c1aea9c8cb73 [2023-04-12T06:23:24.378Z] Step 26/27 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:23:24.378Z] ---> Running in aea36a09026b [2023-04-12T06:23:24.962Z] Removing intermediate container aea36a09026b [2023-04-12T06:23:24.962Z] ---> 302287e9c58f [2023-04-12T06:23:24.962Z] Step 27/27 : LABEL version=3.0.0-dev.128 [2023-04-12T06:23:25.232Z] ---> Running in e8c371a33b19 [2023-04-12T06:23:25.497Z] Removing intermediate container e8c371a33b19 [2023-04-12T06:23:25.497Z] ---> 3eef2cbec886 [2023-04-12T06:23:25.497Z] [2023-04-12T06:23:25.762Z] Successfully built 3eef2cbec886 [2023-04-12T06:23:25.762Z] Successfully tagged security-spire-config-arm64:latest [2023-04-12T06:23:25.762Z] Building support-notifications [2023-04-12T06:23:29.105Z]  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:23:29.105Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:23:29.105Z] ---> 6cc3a2addbc6 [2023-04-12T06:23:29.105Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-12T06:23:29.105Z] ---> Using cache [2023-04-12T06:23:29.105Z] ---> 33a839438c4e [2023-04-12T06:23:29.105Z] Step 4/23 : WORKDIR /edgex-go [2023-04-12T06:23:29.105Z] ---> Using cache [2023-04-12T06:23:29.105Z] ---> 37b1ba545518 [2023-04-12T06:23:29.105Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-12T06:23:29.371Z] ---> Running in 596f10700377 [2023-04-12T06:23:31.511Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:23:32.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:23:33.901Z] OK: 263 MiB in 53 packages [2023-04-12T06:23:35.344Z] Removing intermediate container 596f10700377 [2023-04-12T06:23:35.344Z] ---> 0c4f6d79eeed [2023-04-12T06:23:35.344Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-12T06:23:36.299Z] ---> 766487a999cf [2023-04-12T06:23:36.299Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:23:36.566Z] ---> Running in c6318ac108e8 [2023-04-12T06:25:13.164Z] Removing intermediate container c6318ac108e8 [2023-04-12T06:25:13.164Z] ---> 3fcddd87270a [2023-04-12T06:25:13.164Z] Step 8/23 : COPY . . [2023-04-12T06:25:13.164Z] ---> 515010f38789 [2023-04-12T06:25:13.164Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-12T06:25:13.164Z] ---> Running in 5936391c0a3d [2023-04-12T06:25:13.164Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-12T06:27:34.810Z] Removing intermediate container 6b6854a4a479 [2023-04-12T06:27:34.810Z] ---> cfc9ceeb15e4 [2023-04-12T06:27:34.810Z] [2023-04-12T06:27:34.810Z] Step 10/23 : FROM alpine:3.17 [2023-04-12T06:27:34.810Z] ---> 51e60588ff2c [2023-04-12T06:27:34.810Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-12T06:27:34.810Z] ---> Using cache [2023-04-12T06:27:34.810Z] ---> 77ee8469f6b0 [2023-04-12T06:27:34.810Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-12T06:27:34.810Z] ---> Using cache [2023-04-12T06:27:34.810Z] ---> b4d6225d4882 [2023-04-12T06:27:34.810Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:27:34.810Z] ---> Using cache [2023-04-12T06:27:34.810Z] ---> 01c9a288ef3d [2023-04-12T06:27:34.810Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:27:34.810Z] ---> Using cache [2023-04-12T06:27:34.810Z] ---> 40dfa4119d32 [2023-04-12T06:27:34.810Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-12T06:27:34.810Z] ---> ff93110b7fc6 [2023-04-12T06:27:34.810Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:27:34.810Z] ---> 3e9002b32360 [2023-04-12T06:27:34.810Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-12T06:27:34.810Z] ---> 10e6add17996 [2023-04-12T06:27:34.810Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-12T06:27:34.810Z] ---> Running in a1fe495a6f81 [2023-04-12T06:27:34.810Z] Removing intermediate container a1fe495a6f81 [2023-04-12T06:27:34.810Z] ---> 8e7913547933 [2023-04-12T06:27:34.810Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-12T06:27:34.810Z] ---> Running in 2c59f028d536 [2023-04-12T06:27:34.810Z] Removing intermediate container 2c59f028d536 [2023-04-12T06:27:34.810Z] ---> a81237c16949 [2023-04-12T06:27:34.810Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-12T06:27:34.810Z] ---> Running in 855de3e5e88c [2023-04-12T06:27:34.810Z] Removing intermediate container 855de3e5e88c [2023-04-12T06:27:34.810Z] ---> 98c1bef3c0e1 [2023-04-12T06:27:34.810Z] Step 21/23 : LABEL arch=arm64 [2023-04-12T06:27:34.810Z] ---> Running in 6d09cf204110 [2023-04-12T06:27:34.810Z] Removing intermediate container 6d09cf204110 [2023-04-12T06:27:34.810Z] ---> 1311b3d5625b [2023-04-12T06:27:34.810Z] Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:27:34.810Z] ---> Running in 4410e2e8adce [2023-04-12T06:27:34.810Z] Removing intermediate container 4410e2e8adce [2023-04-12T06:27:34.810Z] ---> f61dcfd2051e [2023-04-12T06:27:34.810Z] Step 23/23 : LABEL version=3.0.0-dev.128 [2023-04-12T06:27:34.810Z] ---> Running in 86ee35a49415 [2023-04-12T06:27:34.810Z] Removing intermediate container 86ee35a49415 [2023-04-12T06:27:34.810Z] ---> a728537bd25e [2023-04-12T06:27:34.810Z] [2023-04-12T06:27:34.810Z] Successfully built a728537bd25e [2023-04-12T06:27:34.810Z] Successfully tagged security-proxy-auth-arm64:latest [2023-04-12T06:27:34.810Z]  Building security-proxy-auth ... done Building security-spire-agent [2023-04-12T06:27:37.417Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:27:37.417Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:27:37.417Z] ---> 6cc3a2addbc6 [2023-04-12T06:27:37.417Z] Step 3/27 : WORKDIR /edgex-go [2023-04-12T06:27:37.417Z] ---> Using cache [2023-04-12T06:27:37.417Z] ---> 22bcd0e0ede6 [2023-04-12T06:27:37.417Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-12T06:27:37.417Z] ---> Using cache [2023-04-12T06:27:37.417Z] ---> cda45c57a60c [2023-04-12T06:27:37.417Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-12T06:27:37.417Z] ---> Using cache [2023-04-12T06:27:37.417Z] ---> 5d590301c7e6 [2023-04-12T06:27:37.417Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:27:37.417Z] ---> Using cache [2023-04-12T06:27:37.417Z] ---> 471b46c205a4 [2023-04-12T06:27:37.417Z] Step 7/27 : COPY . . [2023-04-12T06:27:37.417Z] ---> Using cache [2023-04-12T06:27:37.417Z] ---> 5339eae57c49 [2023-04-12T06:27:37.417Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-12T06:27:37.417Z] ---> Using cache [2023-04-12T06:27:37.417Z] ---> 1e5662b56557 [2023-04-12T06:27:37.417Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-12T06:27:37.417Z] ---> Using cache [2023-04-12T06:27:37.417Z] ---> dfeed78a0b87 [2023-04-12T06:27:37.417Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-12T06:27:37.417Z] ---> Using cache [2023-04-12T06:27:37.417Z] ---> c20c2d8c0273 [2023-04-12T06:27:37.417Z] 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-12T06:27:37.417Z] ---> Using cache [2023-04-12T06:27:37.417Z] ---> 164dc51d87dc [2023-04-12T06:27:37.417Z] Step 12/27 : WORKDIR /edgex-go [2023-04-12T06:27:37.417Z] ---> Using cache [2023-04-12T06:27:37.417Z] ---> daff5d50aede [2023-04-12T06:27:37.417Z] [2023-04-12T06:27:37.417Z] Step 13/27 : FROM alpine:3.17 [2023-04-12T06:27:37.417Z] ---> 51e60588ff2c [2023-04-12T06:27:37.417Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-12T06:27:37.417Z] ---> Using cache [2023-04-12T06:27:37.417Z] ---> 25dfeb523ffa [2023-04-12T06:27:37.417Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-12T06:27:37.417Z] ---> Running in 6e6440e6b0fb [2023-04-12T06:27:39.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:27:40.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:27:41.710Z] v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-12T06:27:41.710Z] v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-12T06:27:41.710Z] OK: 17689 distinct packages available [2023-04-12T06:27:41.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:27:42.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:27:43.620Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-12T06:27:43.620Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-12T06:27:43.620Z] (3/5) Installing libucontext (1.2-r0) [2023-04-12T06:27:43.620Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-12T06:27:43.620Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-12T06:27:43.885Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:27:43.885Z] OK: 9 MiB in 20 packages [2023-04-12T06:27:45.818Z] Removing intermediate container 6e6440e6b0fb [2023-04-12T06:27:45.818Z] ---> 36b15c8b310d [2023-04-12T06:27:45.818Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:27:46.772Z] ---> 3587c1e24478 [2023-04-12T06:27:46.772Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:27:47.727Z] ---> 76c7f12ba863 [2023-04-12T06:27:47.727Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-12T06:27:54.351Z] ---> 0f39d953215d [2023-04-12T06:27:54.351Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-12T06:27:57.676Z] Removing intermediate container 22a39b67eae5 [2023-04-12T06:27:57.676Z] ---> e7e806ba2096 [2023-04-12T06:27:57.676Z] [2023-04-12T06:27:57.676Z] Step 9/22 : FROM alpine:3.17 [2023-04-12T06:27:57.676Z] ---> 51e60588ff2c [2023-04-12T06:27:57.676Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-12T06:27:57.676Z] ---> Running in 6a3e2f9dc669 [2023-04-12T06:27:59.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:28:00.559Z] ---> 6dc580d5fa58 [2023-04-12T06:28:00.559Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-12T06:28:00.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:28:01.139Z] ---> 0234e362b5f5 [2023-04-12T06:28:01.139Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-12T06:28:02.091Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-12T06:28:02.091Z] (2/2) Installing openssl (3.0.8-r3) [2023-04-12T06:28:02.091Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:28:02.091Z] ---> a0e581288009 [2023-04-12T06:28:02.091Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-12T06:28:02.357Z] OK: 8 MiB in 17 packages [2023-04-12T06:28:03.765Z] ---> 6130de49a848 [2023-04-12T06:28:03.765Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-12T06:28:03.765Z] ---> Running in 0e1566726d71 [2023-04-12T06:28:04.030Z] Removing intermediate container 6a3e2f9dc669 [2023-04-12T06:28:04.030Z] ---> 439c42ecb401 [2023-04-12T06:28:04.030Z] 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-12T06:28:04.030Z] ---> Running in b0ef3e514b1d [2023-04-12T06:28:04.619Z] Removing intermediate container 0e1566726d71 [2023-04-12T06:28:04.619Z] ---> aaa8571cdabc [2023-04-12T06:28:04.619Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-12T06:28:04.619Z] ---> Running in 822f3b4f214a [2023-04-12T06:28:06.550Z] Removing intermediate container b0ef3e514b1d [2023-04-12T06:28:06.550Z] ---> 6b86763ba201 [2023-04-12T06:28:06.550Z] Step 12/22 : WORKDIR /edgex [2023-04-12T06:28:06.550Z] Removing intermediate container 822f3b4f214a [2023-04-12T06:28:06.550Z] ---> a9ef8676e7f1 [2023-04-12T06:28:06.550Z] Step 25/27 : LABEL arch=arm64 [2023-04-12T06:28:06.821Z] ---> Running in eff9c297bcb1 [2023-04-12T06:28:06.821Z] ---> Running in c9510f21f9d3 [2023-04-12T06:28:07.403Z] Removing intermediate container eff9c297bcb1 [2023-04-12T06:28:07.403Z] ---> 11057f61ce4e [2023-04-12T06:28:07.403Z] Step 26/27 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:28:07.403Z] Removing intermediate container c9510f21f9d3 [2023-04-12T06:28:07.403Z] ---> 55e0c7946635 [2023-04-12T06:28:07.403Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:28:07.668Z] ---> Running in d22f880fb7c3 [2023-04-12T06:28:08.283Z] Removing intermediate container d22f880fb7c3 [2023-04-12T06:28:08.283Z] ---> d71b0354f80b [2023-04-12T06:28:08.283Z] Step 27/27 : LABEL version=3.0.0-dev.128 [2023-04-12T06:28:08.549Z] ---> Running in f6a4bc9ff6a0 [2023-04-12T06:28:08.813Z] ---> 0d55ae5e2d4f [2023-04-12T06:28:08.813Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:28:09.078Z] Removing intermediate container f6a4bc9ff6a0 [2023-04-12T06:28:09.078Z] ---> 764440b01f36 [2023-04-12T06:28:09.078Z] [2023-04-12T06:28:09.078Z] Successfully built 764440b01f36 [2023-04-12T06:28:09.078Z] Successfully tagged security-spire-agent-arm64:latest [2023-04-12T06:28:09.078Z]  Building security-spire-agent ... done Building security-spire-server [2023-04-12T06:28:10.034Z] ---> 29c609384498 [2023-04-12T06:28:10.034Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-12T06:28:10.614Z] ---> fae5846d25de [2023-04-12T06:28:10.614Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-12T06:28:12.548Z] ---> 8603b478841c [2023-04-12T06:28:12.548Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-12T06:28:13.504Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:28:13.504Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:28:13.504Z] ---> 6cc3a2addbc6 [2023-04-12T06:28:13.504Z] Step 3/26 : WORKDIR /edgex-go [2023-04-12T06:28:13.504Z] ---> Using cache [2023-04-12T06:28:13.504Z] ---> 22bcd0e0ede6 [2023-04-12T06:28:13.504Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-12T06:28:13.504Z] ---> Using cache [2023-04-12T06:28:13.504Z] ---> cda45c57a60c [2023-04-12T06:28:13.504Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-12T06:28:13.504Z] ---> ffd526deada5 [2023-04-12T06:28:13.504Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-12T06:28:13.504Z] ---> Using cache [2023-04-12T06:28:13.504Z] ---> 5d590301c7e6 [2023-04-12T06:28:13.504Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:28:13.504Z] ---> Using cache [2023-04-12T06:28:13.504Z] ---> 471b46c205a4 [2023-04-12T06:28:13.504Z] Step 7/26 : COPY . . [2023-04-12T06:28:13.774Z] ---> Running in 0003b42cef58 [2023-04-12T06:28:13.774Z] ---> Using cache [2023-04-12T06:28:13.774Z] ---> 5339eae57c49 [2023-04-12T06:28:13.774Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-12T06:28:13.774Z] ---> Using cache [2023-04-12T06:28:13.774Z] ---> 1e5662b56557 [2023-04-12T06:28:13.774Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-12T06:28:13.774Z] ---> Using cache [2023-04-12T06:28:13.774Z] ---> dfeed78a0b87 [2023-04-12T06:28:13.774Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-12T06:28:13.774Z] ---> Using cache [2023-04-12T06:28:13.774Z] ---> c20c2d8c0273 [2023-04-12T06:28:13.774Z] 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-12T06:28:14.046Z] ---> Running in 0b38e82f27ae [2023-04-12T06:28:18.300Z] Removing intermediate container 0003b42cef58 [2023-04-12T06:28:18.300Z] ---> 40ea156944d0 [2023-04-12T06:28:18.300Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-12T06:28:18.300Z] ---> Running in 8117c35027fd [2023-04-12T06:28:18.300Z] Removing intermediate container 0b38e82f27ae [2023-04-12T06:28:18.300Z] ---> 0d98a3087f87 [2023-04-12T06:28:18.300Z] Step 12/26 : WORKDIR /edgex-go [2023-04-12T06:28:18.300Z] ---> Running in 6fcc7f2c4271 [2023-04-12T06:28:18.300Z] Removing intermediate container 8117c35027fd [2023-04-12T06:28:18.300Z] ---> 2a0a76cf9411 [2023-04-12T06:28:18.300Z] Step 20/22 : LABEL arch=arm64 [2023-04-12T06:28:18.572Z] ---> Running in a1140b73c729 [2023-04-12T06:28:18.572Z] Removing intermediate container 6fcc7f2c4271 [2023-04-12T06:28:18.572Z] ---> c7ad092d4cf2 [2023-04-12T06:28:18.572Z] [2023-04-12T06:28:18.572Z] Step 13/26 : FROM alpine:3.17 [2023-04-12T06:28:18.572Z] ---> 51e60588ff2c [2023-04-12T06:28:18.573Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-12T06:28:18.846Z] ---> Using cache [2023-04-12T06:28:18.846Z] ---> 25dfeb523ffa [2023-04-12T06:28:18.846Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-12T06:28:18.846Z] ---> Using cache [2023-04-12T06:28:18.846Z] ---> 36b15c8b310d [2023-04-12T06:28:18.846Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:28:18.846Z] ---> Using cache [2023-04-12T06:28:18.846Z] ---> 3587c1e24478 [2023-04-12T06:28:18.846Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:28:18.846Z] ---> Using cache [2023-04-12T06:28:18.846Z] ---> 76c7f12ba863 [2023-04-12T06:28:18.846Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-12T06:28:19.134Z] Removing intermediate container a1140b73c729 [2023-04-12T06:28:19.134Z] ---> 8038b46f8f34 [2023-04-12T06:28:19.134Z] Step 21/22 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:28:19.402Z] ---> Running in 55082f297f3c [2023-04-12T06:28:19.987Z] Removing intermediate container 55082f297f3c [2023-04-12T06:28:19.987Z] ---> 1b6f638ef4fa [2023-04-12T06:28:19.987Z] Step 22/22 : LABEL version=3.0.0-dev.128 [2023-04-12T06:28:20.253Z] ---> Running in e004633093b2 [2023-04-12T06:28:20.836Z] Removing intermediate container e004633093b2 [2023-04-12T06:28:20.836Z] ---> 56e4132d09e2 [2023-04-12T06:28:20.836Z] [2023-04-12T06:28:21.104Z] Successfully built 56e4132d09e2 [2023-04-12T06:28:21.104Z] Successfully tagged security-proxy-setup-arm64:latest [2023-04-12T06:28:21.104Z]  Building security-proxy-setup ... done Building security-spiffe-token-provider [2023-04-12T06:28:26.432Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-12T06:28:26.433Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-12T06:28:26.433Z] ---> 6cc3a2addbc6 [2023-04-12T06:28:26.433Z] Step 3/20 : WORKDIR /edgex-go [2023-04-12T06:28:26.433Z] ---> Using cache [2023-04-12T06:28:26.433Z] ---> 22bcd0e0ede6 [2023-04-12T06:28:26.433Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-12T06:28:26.433Z] ---> Running in 993a70dd7e2a [2023-04-12T06:28:27.018Z] ---> 808f69edd3fc [2023-04-12T06:28:27.018Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-12T06:28:28.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:28:29.214Z] ---> 18817b909124 [2023-04-12T06:28:29.214Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-12T06:28:29.794Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:28:30.747Z] ---> 23f6f94d76cb [2023-04-12T06:28:30.747Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-12T06:28:31.014Z] v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-12T06:28:31.014Z] v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-12T06:28:31.014Z] OK: 17695 distinct packages available [2023-04-12T06:28:31.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:28:32.235Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:28:32.235Z] ---> f75d7712b423 [2023-04-12T06:28:32.235Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-12T06:28:32.235Z] ---> Running in dba71851a286 [2023-04-12T06:28:33.189Z] Removing intermediate container dba71851a286 [2023-04-12T06:28:33.189Z] ---> 331599759d99 [2023-04-12T06:28:33.189Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-12T06:28:33.455Z] ---> Running in 2ba018b44bad [2023-04-12T06:28:33.455Z] OK: 263 MiB in 53 packages [2023-04-12T06:28:34.415Z] Removing intermediate container 2ba018b44bad [2023-04-12T06:28:34.415Z] ---> 932688755c7e [2023-04-12T06:28:34.415Z] Step 24/26 : LABEL arch=arm64 [2023-04-12T06:28:34.682Z] ---> Running in e4cb82e38e95 [2023-04-12T06:28:36.092Z] Removing intermediate container e4cb82e38e95 [2023-04-12T06:28:36.092Z] ---> 446dc360751a [2023-04-12T06:28:36.092Z] Step 25/26 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:28:36.092Z] Removing intermediate container 993a70dd7e2a [2023-04-12T06:28:36.092Z] ---> 9ea3c12b8fe8 [2023-04-12T06:28:36.092Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-12T06:28:36.356Z] ---> Running in 0c1ab45dbe70 [2023-04-12T06:28:37.314Z] Removing intermediate container 0c1ab45dbe70 [2023-04-12T06:28:37.314Z] ---> 5cfc950e2b9a [2023-04-12T06:28:37.314Z] Step 26/26 : LABEL version=3.0.0-dev.128 [2023-04-12T06:28:37.314Z] ---> Running in 203a68e09513 [2023-04-12T06:28:37.581Z] ---> b4beb24c4706 [2023-04-12T06:28:37.581Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-12T06:28:37.849Z] ---> Running in 7846f2a42c22 [2023-04-12T06:28:38.121Z] Removing intermediate container 203a68e09513 [2023-04-12T06:28:38.121Z] ---> 9fea79a84ca1 [2023-04-12T06:28:38.121Z] [2023-04-12T06:28:38.706Z] Successfully built 9fea79a84ca1 [2023-04-12T06:28:38.706Z] Successfully tagged security-spire-server-arm64:latest [2023-04-12T06:28:38.706Z]  Building security-spire-server ... done Removing intermediate container 7ac460fab6da [2023-04-12T06:28:38.706Z] ---> 5952b7af7fe2 [2023-04-12T06:28:38.706Z] [2023-04-12T06:28:38.706Z] Step 10/24 : FROM alpine:3.17 [2023-04-12T06:28:38.706Z] ---> 51e60588ff2c [2023-04-12T06:28:38.706Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-12T06:28:38.706Z] ---> Using cache [2023-04-12T06:28:38.706Z] ---> 01ec4f6def1d [2023-04-12T06:28:38.706Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-12T06:28:38.706Z] ---> Using cache [2023-04-12T06:28:38.706Z] ---> 537075c03a60 [2023-04-12T06:28:38.706Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-12T06:28:38.990Z] ---> Running in 32192e2e7bc4 [2023-04-12T06:28:39.588Z] Removing intermediate container 32192e2e7bc4 [2023-04-12T06:28:39.588Z] ---> 6df1186b0199 [2023-04-12T06:28:39.588Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-12T06:28:39.857Z] ---> Running in 7125b53c6415 [2023-04-12T06:28:40.442Z] Removing intermediate container 7125b53c6415 [2023-04-12T06:28:40.442Z] ---> 128350691290 [2023-04-12T06:28:40.442Z] Step 15/24 : WORKDIR / [2023-04-12T06:28:40.442Z] ---> Running in 038e15484a74 [2023-04-12T06:28:41.024Z] Removing intermediate container 038e15484a74 [2023-04-12T06:28:41.024Z] ---> 1de8654cb20b [2023-04-12T06:28:41.024Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:28:41.982Z] ---> d0fdbe2cc09f [2023-04-12T06:28:41.982Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:28:42.939Z] ---> 8325b3b5ff7a [2023-04-12T06:28:42.939Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-12T06:28:44.343Z] ---> ae0baf48a67a [2023-04-12T06:28:44.343Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:28:45.299Z] ---> 6c57a45d4231 [2023-04-12T06:28:45.299Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-12T06:28:45.299Z] ---> Running in 9e3bf1d59f95 [2023-04-12T06:28:45.879Z] Removing intermediate container 9e3bf1d59f95 [2023-04-12T06:28:45.879Z] ---> bfee110eb094 [2023-04-12T06:28:45.879Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-12T06:28:45.879Z] ---> Running in 3a7b78cc8777 [2023-04-12T06:28:46.459Z] Removing intermediate container 3a7b78cc8777 [2023-04-12T06:28:46.459Z] ---> 869618f99c11 [2023-04-12T06:28:46.459Z] Step 22/24 : LABEL arch=arm64 [2023-04-12T06:28:46.459Z] ---> Running in 480754a79514 [2023-04-12T06:28:47.038Z] Removing intermediate container 480754a79514 [2023-04-12T06:28:47.038Z] ---> e64089b1c8a4 [2023-04-12T06:28:47.038Z] Step 23/24 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:28:47.038Z] ---> Running in d42f2aa6d4b6 [2023-04-12T06:28:47.618Z] Removing intermediate container d42f2aa6d4b6 [2023-04-12T06:28:47.618Z] ---> 83fac3b8c23b [2023-04-12T06:28:47.618Z] Step 24/24 : LABEL version=3.0.0-dev.128 [2023-04-12T06:28:47.884Z] ---> Running in 8543eb0cc51c [2023-04-12T06:28:48.464Z] Removing intermediate container 8543eb0cc51c [2023-04-12T06:28:48.464Z] ---> 5e7f73efac51 [2023-04-12T06:28:48.464Z] [2023-04-12T06:28:48.464Z] Successfully built 5e7f73efac51 [2023-04-12T06:28:48.464Z] Successfully tagged core-command-arm64:latest [2023-04-12T06:29:00.768Z]  Building core-command ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-12T06:29:18.955Z] Removing intermediate container 561ef7a8a34b [2023-04-12T06:29:18.955Z] ---> 53e541110287 [2023-04-12T06:29:18.955Z] [2023-04-12T06:29:18.955Z] Step 9/25 : FROM alpine:3.17 [2023-04-12T06:29:18.955Z] ---> 51e60588ff2c [2023-04-12T06:29:18.955Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-12T06:29:18.955Z] ---> Running in 589b9369b33b [2023-04-12T06:29:20.891Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:29:21.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:29:23.246Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-12T06:29:23.246Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-12T06:29:23.246Z] (3/3) Installing su-exec (0.2-r2) [2023-04-12T06:29:23.246Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:29:23.246Z] Executing ca-certificates-20220614-r4.trigger [2023-04-12T06:29:23.510Z] OK: 8 MiB in 18 packages [2023-04-12T06:29:27.123Z] Removing intermediate container 589b9369b33b [2023-04-12T06:29:27.123Z] ---> 3e8eaec69e25 [2023-04-12T06:29:27.123Z] 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-12T06:29:27.123Z] ---> Running in ae01f8123173 [2023-04-12T06:29:27.413Z] Removing intermediate container ae01f8123173 [2023-04-12T06:29:27.413Z] ---> 7d76b3a1bff5 [2023-04-12T06:29:27.413Z] Step 12/25 : WORKDIR / [2023-04-12T06:29:27.697Z] ---> Running in d00174e8f1f9 [2023-04-12T06:29:28.286Z] Removing intermediate container d00174e8f1f9 [2023-04-12T06:29:28.286Z] ---> 9555398f650a [2023-04-12T06:29:28.286Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:29:29.731Z] ---> f7317d13a057 [2023-04-12T06:29:29.731Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:29:31.132Z] ---> 24d4bf8ffec6 [2023-04-12T06:29:31.132Z] 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-12T06:29:32.531Z] ---> 61551e2ab5b1 [2023-04-12T06:29:32.531Z] 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-12T06:29:33.485Z] ---> f4e77a08593d [2023-04-12T06:29:33.485Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:29:37.723Z] ---> 803a16357e8b [2023-04-12T06:29:37.723Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-12T06:29:40.302Z] ---> 90a8afb1c128 [2023-04-12T06:29:40.302Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-12T06:29:43.637Z] ---> 15285e2daefa [2023-04-12T06:29:43.637Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-12T06:29:45.047Z] ---> f39b50151f41 [2023-04-12T06:29:45.047Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-12T06:29:45.313Z] ---> Running in 2782ce012cb6 [2023-04-12T06:29:48.655Z] Removing intermediate container 2782ce012cb6 [2023-04-12T06:29:48.655Z] ---> 0c570e0b891c [2023-04-12T06:29:48.655Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-12T06:29:48.655Z] ---> Running in 23ded148b519 [2023-04-12T06:29:51.240Z] Removing intermediate container 23ded148b519 [2023-04-12T06:29:51.240Z] ---> 70b0a12d88ef [2023-04-12T06:29:51.240Z] Step 23/25 : LABEL arch=arm64 [2023-04-12T06:29:51.513Z] ---> Running in d0f33d278423 [2023-04-12T06:29:52.475Z] Removing intermediate container d0f33d278423 [2023-04-12T06:29:52.475Z] ---> 828e464bdcd6 [2023-04-12T06:29:52.475Z] Step 24/25 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:29:52.748Z] ---> Running in d24e97d2fdb2 [2023-04-12T06:29:53.332Z] Removing intermediate container d24e97d2fdb2 [2023-04-12T06:29:53.332Z] ---> 5570b6237638 [2023-04-12T06:29:53.332Z] Step 25/25 : LABEL version=3.0.0-dev.128 [2023-04-12T06:29:53.596Z] ---> Running in fea07ecf8928 [2023-04-12T06:29:54.175Z] Removing intermediate container fea07ecf8928 [2023-04-12T06:29:54.176Z] ---> 896f8119f5b6 [2023-04-12T06:29:54.176Z] [2023-04-12T06:29:54.176Z] Successfully built 896f8119f5b6 [2023-04-12T06:29:54.176Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-04-12T06:29:56.742Z]  Building security-secretstore-setup ... done Removing intermediate container 7846f2a42c22 [2023-04-12T06:29:56.742Z] ---> 946d68e8c213 [2023-04-12T06:29:56.742Z] Step 7/20 : COPY . . [2023-04-12T06:29:59.311Z] ---> 5a35932923db [2023-04-12T06:29:59.311Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-12T06:29:59.311Z] ---> Running in 6a835bf36648 [2023-04-12T06:30:01.246Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-04-12T06:30:57.616Z] Removing intermediate container 5936391c0a3d [2023-04-12T06:30:57.616Z] ---> 6be717864071 [2023-04-12T06:30:57.616Z] [2023-04-12T06:30:57.616Z] Step 10/23 : FROM alpine:3.17 [2023-04-12T06:30:57.616Z] ---> 51e60588ff2c [2023-04-12T06:30:57.616Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-12T06:30:57.616Z] ---> Running in 527f7f82e03a [2023-04-12T06:30:57.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:30:57.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:30:57.616Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-12T06:30:57.616Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-12T06:30:57.616Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:30:57.616Z] Executing ca-certificates-20220614-r4.trigger [2023-04-12T06:30:57.616Z] OK: 8 MiB in 17 packages [2023-04-12T06:30:57.616Z] Removing intermediate container 527f7f82e03a [2023-04-12T06:30:57.616Z] ---> 66dd7fe0a243 [2023-04-12T06:30:57.616Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-12T06:30:57.616Z] ---> Running in c38aa0133457 [2023-04-12T06:30:58.195Z] Removing intermediate container c38aa0133457 [2023-04-12T06:30:58.195Z] ---> e93fb794ce02 [2023-04-12T06:30:58.195Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-12T06:30:58.195Z] ---> Running in 20612ce8f5b1 [2023-04-12T06:30:58.780Z] Removing intermediate container 20612ce8f5b1 [2023-04-12T06:30:58.780Z] ---> b6f377bb0e30 [2023-04-12T06:30:58.780Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-12T06:30:58.780Z] ---> Running in b4c6e060e789 [2023-04-12T06:30:59.360Z] Removing intermediate container b4c6e060e789 [2023-04-12T06:30:59.360Z] ---> 74edc591c232 [2023-04-12T06:30:59.360Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:30:59.940Z] ---> a60c4aaa5751 [2023-04-12T06:30:59.940Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:31:00.894Z] ---> 639e231175db [2023-04-12T06:31:00.894Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-12T06:31:03.465Z] ---> 0c681986b776 [2023-04-12T06:31:03.465Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:31:04.045Z] ---> 99e825e56f87 [2023-04-12T06:31:04.045Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-12T06:31:04.309Z] ---> Running in 723a4bfce2d8 [2023-04-12T06:31:04.887Z] Removing intermediate container 723a4bfce2d8 [2023-04-12T06:31:04.887Z] ---> c9da4fd547c4 [2023-04-12T06:31:04.887Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-12T06:31:04.887Z] ---> Running in 5243b444c894 [2023-04-12T06:31:05.152Z] Removing intermediate container 5243b444c894 [2023-04-12T06:31:05.152Z] ---> fbc5441648f3 [2023-04-12T06:31:05.152Z] Step 21/23 : LABEL arch=arm64 [2023-04-12T06:31:05.416Z] ---> Running in cdb60b75a796 [2023-04-12T06:31:06.000Z] Removing intermediate container cdb60b75a796 [2023-04-12T06:31:06.000Z] ---> 3030d9da5d68 [2023-04-12T06:31:06.000Z] Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:31:06.000Z] ---> Running in d2f107f6a01d [2023-04-12T06:31:06.265Z] Removing intermediate container d2f107f6a01d [2023-04-12T06:31:06.265Z] ---> 3d2654f597d5 [2023-04-12T06:31:06.265Z] Step 23/23 : LABEL version=3.0.0-dev.128 [2023-04-12T06:31:06.530Z] ---> Running in 4b23c2f3cac7 [2023-04-12T06:31:09.853Z] Removing intermediate container 4b23c2f3cac7 [2023-04-12T06:31:09.853Z] ---> 692a10d1efe0 [2023-04-12T06:31:09.853Z] [2023-04-12T06:31:09.853Z] Successfully built 692a10d1efe0 [2023-04-12T06:31:09.853Z] Successfully tagged support-notifications-arm64:latest [2023-04-12T06:32:17.662Z]  Building support-notifications ... done Removing intermediate container 6a835bf36648 [2023-04-12T06:32:17.662Z] ---> fde58309444d [2023-04-12T06:32:17.662Z] [2023-04-12T06:32:17.662Z] Step 9/20 : FROM alpine:3.17 [2023-04-12T06:32:17.662Z] ---> 51e60588ff2c [2023-04-12T06:32:17.662Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-12T06:32:17.662Z] ---> Using cache [2023-04-12T06:32:17.662Z] ---> 2e5bf75ee540 [2023-04-12T06:32:17.662Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-12T06:32:17.662Z] ---> Running in 1047d95ab7c8 [2023-04-12T06:32:17.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:32:17.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:32:17.662Z] v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-12T06:32:17.662Z] v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-12T06:32:17.662Z] OK: 17689 distinct packages available [2023-04-12T06:32:17.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-12T06:32:17.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-12T06:32:17.926Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-12T06:32:17.926Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-12T06:32:17.926Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-12T06:32:18.192Z] (4/9) Installing libcurl (7.88.1-r1) [2023-04-12T06:32:18.192Z] (5/9) Installing curl (7.88.1-r1) [2023-04-12T06:32:18.192Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-12T06:32:18.192Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-12T06:32:18.192Z] (8/9) Installing libucontext (1.2-r0) [2023-04-12T06:32:18.192Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-12T06:32:18.192Z] Executing busybox-1.35.0-r29.trigger [2023-04-12T06:32:18.192Z] Executing ca-certificates-20220614-r4.trigger [2023-04-12T06:32:18.457Z] OK: 11 MiB in 24 packages [2023-04-12T06:32:19.873Z] Removing intermediate container 1047d95ab7c8 [2023-04-12T06:32:19.873Z] ---> f2d661598b96 [2023-04-12T06:32:19.873Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-12T06:32:20.145Z] ---> 0c88ed2c4444 [2023-04-12T06:32:20.145Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-12T06:32:20.728Z] ---> 4f58b17a06c2 [2023-04-12T06:32:20.728Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-12T06:32:22.128Z] ---> 29c40d4310fe [2023-04-12T06:32:22.128Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-12T06:32:22.392Z] ---> 8be5419476e1 [2023-04-12T06:32:22.392Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-12T06:32:22.392Z] ---> Running in 041e6c75f201 [2023-04-12T06:32:22.657Z] Removing intermediate container 041e6c75f201 [2023-04-12T06:32:22.657Z] ---> e5b347261352 [2023-04-12T06:32:22.657Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-12T06:32:22.657Z] ---> Running in 612836a5c293 [2023-04-12T06:32:22.923Z] Removing intermediate container 612836a5c293 [2023-04-12T06:32:22.923Z] ---> 8ce93e100bb8 [2023-04-12T06:32:22.923Z] Step 18/20 : LABEL arch=arm64 [2023-04-12T06:32:23.202Z] ---> Running in ee77145f8de9 [2023-04-12T06:32:23.203Z] Removing intermediate container ee77145f8de9 [2023-04-12T06:32:23.203Z] ---> 0f18b6961aea [2023-04-12T06:32:23.203Z] Step 19/20 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:23.467Z] ---> Running in f58b9907329b [2023-04-12T06:32:23.732Z] Removing intermediate container f58b9907329b [2023-04-12T06:32:23.732Z] ---> cf635752bb83 [2023-04-12T06:32:23.732Z] Step 20/20 : LABEL version=3.0.0-dev.128 [2023-04-12T06:32:23.732Z] ---> Running in 50ab8398ed31 [2023-04-12T06:32:23.996Z] Removing intermediate container 50ab8398ed31 [2023-04-12T06:32:23.997Z] ---> de144c5d93b9 [2023-04-12T06:32:23.997Z] [2023-04-12T06:32:23.997Z] Successfully built de144c5d93b9 [2023-04-12T06:32:23.997Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-04-12T06:32:24.269Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-04-12T06:32:24.273Z] $ docker stop --time=1 fe7af1748dc0d60f17177468be4b525a6dcf9905100d149a0af81f38c57b0d17 [2023-04-12T06:32:25.891Z] $ docker rm -f --volumes fe7af1748dc0d60f17177468be4b525a6dcf9905100d149a0af81f38c57b0d17 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-12T06:32:26.340Z] + docker images [2023-04-12T06:32:26.605Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-12T06:32:26.605Z] security-spiffe-token-provider-arm64 latest de144c5d93b9 3 seconds ago 32.7MB [2023-04-12T06:32:26.605Z] fde58309444d 15 seconds ago 1.36GB [2023-04-12T06:32:26.605Z] support-notifications-arm64 latest 692a10d1efe0 About a minute ago 32.2MB [2023-04-12T06:32:26.605Z] 6be717864071 About a minute ago 1.39GB [2023-04-12T06:32:26.605Z] security-secretstore-setup-arm64 latest 896f8119f5b6 2 minutes ago 32.2MB [2023-04-12T06:32:26.605Z] 53e541110287 3 minutes ago 1.31GB [2023-04-12T06:32:26.605Z] core-command-arm64 latest 5e7f73efac51 3 minutes ago 19.7MB [2023-04-12T06:32:26.605Z] security-spire-server-arm64 latest 9fea79a84ca1 3 minutes ago 87.1MB [2023-04-12T06:32:26.605Z] 5952b7af7fe2 3 minutes ago 1.32GB [2023-04-12T06:32:26.605Z] security-proxy-setup-arm64 latest 56e4132d09e2 4 minutes ago 18.7MB [2023-04-12T06:32:26.605Z] c7ad092d4cf2 4 minutes ago 1.18GB [2023-04-12T06:32:26.605Z] security-spire-agent-arm64 latest 764440b01f36 4 minutes ago 125MB [2023-04-12T06:32:26.605Z] e7e806ba2096 4 minutes ago 1.3GB [2023-04-12T06:32:26.605Z] security-proxy-auth-arm64 latest a728537bd25e 4 minutes ago 18.3MB [2023-04-12T06:32:26.605Z] cfc9ceeb15e4 5 minutes ago 1.3GB [2023-04-12T06:32:26.605Z] security-spire-config-arm64 latest 3eef2cbec886 9 minutes ago 86.2MB [2023-04-12T06:32:26.605Z] support-scheduler-arm64 latest 91f733b3228e 9 minutes ago 31.5MB [2023-04-12T06:32:26.605Z] daff5d50aede 9 minutes ago 1.18GB [2023-04-12T06:32:26.605Z] 7ae87212ac99 9 minutes ago 1.39GB [2023-04-12T06:32:26.605Z] core-data-arm64 latest 561dbc5ec841 10 minutes ago 19.9MB [2023-04-12T06:32:26.605Z] core-metadata-arm64 latest b2447f4be8e4 10 minutes ago 20.2MB [2023-04-12T06:32:26.605Z] core-common-config-bootstrapper-arm64 latest 6f51dd39ff2c 11 minutes ago 17.2MB [2023-04-12T06:32:26.605Z] 7786ab81e808 11 minutes ago 1.32GB [2023-04-12T06:32:26.605Z] f4092e1bbcc8 11 minutes ago 1.32GB [2023-04-12T06:32:26.605Z] security-bootstrapper-arm64 latest 8fb246ad4edb 11 minutes ago 21.9MB [2023-04-12T06:32:26.605Z] aa4f38c0d242 11 minutes ago 1.31GB [2023-04-12T06:32:26.605Z] fd9ce1bc11d7 12 minutes ago 1.3GB [2023-04-12T06:32:26.605Z] ci-base-image-arm64 latest 6cc3a2addbc6 21 minutes ago 866MB [2023-04-12T06:32:26.605Z] alpine 3.17 51e60588ff2c 13 days ago 7.46MB [2023-04-12T06:32:26.605Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 4 weeks ago 648MB [2023-04-12T06:32:26.605Z] 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-12T06:32:26.704Z] provisioning config files... [2023-04-12T06:32:26.716Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/490@tmp/config4534193911296567335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:32:27.039Z] ---> docker-login.sh [2023-04-12T06:32:27.039Z] nexus3.edgexfoundry.org:10001 [2023-04-12T06:32:27.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:32:27.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:32:27.303Z] Configure a credential helper to remove this warning. See [2023-04-12T06:32:27.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:32:27.303Z] [2023-04-12T06:32:27.303Z] Login Succeeded [2023-04-12T06:32:27.303Z] nexus3.edgexfoundry.org:10002 [2023-04-12T06:32:27.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:32:27.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:32:27.567Z] Configure a credential helper to remove this warning. See [2023-04-12T06:32:27.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:32:27.567Z] [2023-04-12T06:32:27.567Z] Login Succeeded [2023-04-12T06:32:27.567Z] nexus3.edgexfoundry.org:10003 [2023-04-12T06:32:27.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:32:28.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:32:28.097Z] Configure a credential helper to remove this warning. See [2023-04-12T06:32:28.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:32:28.097Z] [2023-04-12T06:32:28.097Z] Login Succeeded [2023-04-12T06:32:28.097Z] nexus3.edgexfoundry.org:10004 [2023-04-12T06:32:28.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:32:28.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:32:28.362Z] Configure a credential helper to remove this warning. See [2023-04-12T06:32:28.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:32:28.362Z] [2023-04-12T06:32:28.362Z] Login Succeeded [2023-04-12T06:32:28.362Z] docker.io [2023-04-12T06:32:28.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-12T06:32:28.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-12T06:32:28.890Z] Configure a credential helper to remove this warning. See [2023-04-12T06:32:28.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-12T06:32:28.890Z] [2023-04-12T06:32:28.890Z] Login Succeeded [2023-04-12T06:32:28.890Z] ---> docker-login.sh ends [Pipeline] } [2023-04-12T06:32:28.902Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:32:28.931Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-12T06:32:28.956Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-04-12T06:32:28.956Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:28.956Z] latest [2023-04-12T06:32:28.956Z] 3.0.0-dev.128 [2023-04-12T06:32:28.956Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:28.956Z] main [2023-04-12T06:32:28.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:29.301Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:29.638Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:29.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-12T06:32:29.638Z] 36d615ab190c: Preparing [2023-04-12T06:32:29.638Z] 1ea0fd0aef7b: Preparing [2023-04-12T06:32:29.638Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:29.638Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:29.638Z] 558ff4c52c36: Preparing [2023-04-12T06:32:29.638Z] 26cbea5cba74: Preparing [2023-04-12T06:32:29.638Z] 26cbea5cba74: Waiting [2023-04-12T06:32:29.902Z] 36d615ab190c: Pushed [2023-04-12T06:32:29.902Z] 558ff4c52c36: Pushed [2023-04-12T06:32:29.902Z] 5ea15e0a5445: Pushed [2023-04-12T06:32:29.902Z] 0ffa42b37ff8: Pushed [2023-04-12T06:32:29.902Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:32.464Z] 1ea0fd0aef7b: Pushed [2023-04-12T06:32:32.464Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:edf19d81c287675c8c05651bf9f5514c8872752b0a03789d9a27e1708afa8bac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:32.803Z] + 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-12T06:32:33.132Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-04-12T06:32:33.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-12T06:32:33.132Z] 36d615ab190c: Preparing [2023-04-12T06:32:33.132Z] 1ea0fd0aef7b: Preparing [2023-04-12T06:32:33.132Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:33.132Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:33.132Z] 558ff4c52c36: Preparing [2023-04-12T06:32:33.132Z] 26cbea5cba74: Preparing [2023-04-12T06:32:33.132Z] 26cbea5cba74: Waiting [2023-04-12T06:32:33.132Z] 36d615ab190c: Layer already exists [2023-04-12T06:32:33.132Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:33.132Z] 1ea0fd0aef7b: Layer already exists [2023-04-12T06:32:33.132Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:33.132Z] 558ff4c52c36: Layer already exists [2023-04-12T06:32:33.132Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:33.132Z] latest: digest: sha256:edf19d81c287675c8c05651bf9f5514c8872752b0a03789d9a27e1708afa8bac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:33.470Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:33.798Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.128 [2023-04-12T06:32:33.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-12T06:32:33.798Z] 36d615ab190c: Preparing [2023-04-12T06:32:33.798Z] 1ea0fd0aef7b: Preparing [2023-04-12T06:32:33.798Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:33.798Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:33.798Z] 558ff4c52c36: Preparing [2023-04-12T06:32:33.798Z] 26cbea5cba74: Preparing [2023-04-12T06:32:33.798Z] 26cbea5cba74: Waiting [2023-04-12T06:32:33.798Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:33.798Z] 36d615ab190c: Layer already exists [2023-04-12T06:32:33.798Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:33.798Z] 1ea0fd0aef7b: Layer already exists [2023-04-12T06:32:33.798Z] 558ff4c52c36: Layer already exists [2023-04-12T06:32:33.798Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:33.798Z] 3.0.0-dev.128: digest: sha256:edf19d81c287675c8c05651bf9f5514c8872752b0a03789d9a27e1708afa8bac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:34.138Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:34.465Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:34.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-12T06:32:34.465Z] 36d615ab190c: Preparing [2023-04-12T06:32:34.465Z] 1ea0fd0aef7b: Preparing [2023-04-12T06:32:34.465Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:34.465Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:34.465Z] 558ff4c52c36: Preparing [2023-04-12T06:32:34.465Z] 26cbea5cba74: Preparing [2023-04-12T06:32:34.465Z] 26cbea5cba74: Waiting [2023-04-12T06:32:34.465Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:34.465Z] 558ff4c52c36: Layer already exists [2023-04-12T06:32:34.465Z] 1ea0fd0aef7b: Layer already exists [2023-04-12T06:32:34.465Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:34.465Z] 36d615ab190c: Layer already exists [2023-04-12T06:32:34.465Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:34.465Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:edf19d81c287675c8c05651bf9f5514c8872752b0a03789d9a27e1708afa8bac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:34.796Z] + 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-12T06:32:35.121Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-04-12T06:32:35.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-12T06:32:35.121Z] 36d615ab190c: Preparing [2023-04-12T06:32:35.121Z] 1ea0fd0aef7b: Preparing [2023-04-12T06:32:35.121Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:35.121Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:35.121Z] 558ff4c52c36: Preparing [2023-04-12T06:32:35.121Z] 26cbea5cba74: Preparing [2023-04-12T06:32:35.121Z] 26cbea5cba74: Waiting [2023-04-12T06:32:35.121Z] 558ff4c52c36: Layer already exists [2023-04-12T06:32:35.121Z] 36d615ab190c: Layer already exists [2023-04-12T06:32:35.121Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:35.121Z] 1ea0fd0aef7b: Layer already exists [2023-04-12T06:32:35.121Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:35.121Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:35.121Z] main: digest: sha256:edf19d81c287675c8c05651bf9f5514c8872752b0a03789d9a27e1708afa8bac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:32:35.158Z] ===================================================== [Pipeline] echo [2023-04-12T06:32:35.163Z] taggedImages: [2023-04-12T06:32:35.163Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:35.163Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-04-12T06:32:35.163Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.128 [2023-04-12T06:32:35.163Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:35.163Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-04-12T06:32:35.178Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-04-12T06:32:35.178Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:35.178Z] latest [2023-04-12T06:32:35.178Z] 3.0.0-dev.128 [2023-04-12T06:32:35.178Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:35.178Z] main [2023-04-12T06:32:35.178Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:35.506Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:35.835Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:35.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-12T06:32:35.836Z] 503633ff68ff: Preparing [2023-04-12T06:32:35.836Z] f9dfcbc8e3ea: Preparing [2023-04-12T06:32:35.836Z] de9b15fb4071: Preparing [2023-04-12T06:32:35.836Z] bec1edbd5e4e: Preparing [2023-04-12T06:32:35.836Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:35.836Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:35.836Z] e108886505a0: Preparing [2023-04-12T06:32:35.836Z] 26cbea5cba74: Preparing [2023-04-12T06:32:35.836Z] e108886505a0: Waiting [2023-04-12T06:32:35.836Z] 26cbea5cba74: Waiting [2023-04-12T06:32:35.836Z] 0ffa42b37ff8: Waiting [2023-04-12T06:32:35.836Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:36.100Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:36.100Z] de9b15fb4071: Pushed [2023-04-12T06:32:36.100Z] 503633ff68ff: Pushed [2023-04-12T06:32:36.100Z] f9dfcbc8e3ea: Pushed [2023-04-12T06:32:36.100Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:36.100Z] e108886505a0: Pushed [2023-04-12T06:32:38.029Z] bec1edbd5e4e: Pushed [2023-04-12T06:32:38.293Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:546623cc94981780ac62ff1a5d2d711701b412e3ad14b44dccce58b9fba7e625 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:38.619Z] + 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-12T06:32:38.946Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-04-12T06:32:38.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-12T06:32:38.946Z] 503633ff68ff: Preparing [2023-04-12T06:32:38.946Z] f9dfcbc8e3ea: Preparing [2023-04-12T06:32:38.946Z] de9b15fb4071: Preparing [2023-04-12T06:32:38.946Z] bec1edbd5e4e: Preparing [2023-04-12T06:32:38.946Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:38.946Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:38.946Z] e108886505a0: Preparing [2023-04-12T06:32:38.946Z] 26cbea5cba74: Preparing [2023-04-12T06:32:38.946Z] e108886505a0: Waiting [2023-04-12T06:32:38.946Z] 26cbea5cba74: Waiting [2023-04-12T06:32:38.946Z] 0ffa42b37ff8: Waiting [2023-04-12T06:32:38.946Z] f9dfcbc8e3ea: Layer already exists [2023-04-12T06:32:38.946Z] de9b15fb4071: Layer already exists [2023-04-12T06:32:38.946Z] bec1edbd5e4e: Layer already exists [2023-04-12T06:32:38.946Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:38.946Z] 503633ff68ff: Layer already exists [2023-04-12T06:32:38.946Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:38.946Z] e108886505a0: Layer already exists [2023-04-12T06:32:38.946Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:38.946Z] latest: digest: sha256:546623cc94981780ac62ff1a5d2d711701b412e3ad14b44dccce58b9fba7e625 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:39.573Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:39.923Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.128 [2023-04-12T06:32:39.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-12T06:32:39.924Z] 503633ff68ff: Preparing [2023-04-12T06:32:39.924Z] f9dfcbc8e3ea: Preparing [2023-04-12T06:32:39.924Z] de9b15fb4071: Preparing [2023-04-12T06:32:39.924Z] bec1edbd5e4e: Preparing [2023-04-12T06:32:39.924Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:39.924Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:39.924Z] e108886505a0: Preparing [2023-04-12T06:32:39.924Z] 26cbea5cba74: Preparing [2023-04-12T06:32:39.924Z] 0ffa42b37ff8: Waiting [2023-04-12T06:32:39.924Z] e108886505a0: Waiting [2023-04-12T06:32:39.924Z] 26cbea5cba74: Waiting [2023-04-12T06:32:39.924Z] f9dfcbc8e3ea: Layer already exists [2023-04-12T06:32:39.924Z] de9b15fb4071: Layer already exists [2023-04-12T06:32:39.924Z] 503633ff68ff: Layer already exists [2023-04-12T06:32:39.924Z] bec1edbd5e4e: Layer already exists [2023-04-12T06:32:39.924Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:39.924Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:39.924Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:39.924Z] e108886505a0: Layer already exists [2023-04-12T06:32:40.192Z] 3.0.0-dev.128: digest: sha256:546623cc94981780ac62ff1a5d2d711701b412e3ad14b44dccce58b9fba7e625 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:40.534Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:40.895Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:40.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-12T06:32:40.896Z] 503633ff68ff: Preparing [2023-04-12T06:32:40.896Z] f9dfcbc8e3ea: Preparing [2023-04-12T06:32:40.896Z] de9b15fb4071: Preparing [2023-04-12T06:32:40.896Z] bec1edbd5e4e: Preparing [2023-04-12T06:32:40.896Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:40.896Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:40.896Z] e108886505a0: Preparing [2023-04-12T06:32:40.896Z] 26cbea5cba74: Preparing [2023-04-12T06:32:40.896Z] 0ffa42b37ff8: Waiting [2023-04-12T06:32:40.896Z] e108886505a0: Waiting [2023-04-12T06:32:40.896Z] 26cbea5cba74: Waiting [2023-04-12T06:32:40.896Z] 503633ff68ff: Layer already exists [2023-04-12T06:32:40.896Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:40.896Z] bec1edbd5e4e: Layer already exists [2023-04-12T06:32:40.896Z] f9dfcbc8e3ea: Layer already exists [2023-04-12T06:32:40.896Z] de9b15fb4071: Layer already exists [2023-04-12T06:32:40.896Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:40.896Z] e108886505a0: Layer already exists [2023-04-12T06:32:40.896Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:40.896Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:546623cc94981780ac62ff1a5d2d711701b412e3ad14b44dccce58b9fba7e625 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:41.510Z] + 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-12T06:32:41.840Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-04-12T06:32:41.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-12T06:32:41.840Z] 503633ff68ff: Preparing [2023-04-12T06:32:41.840Z] f9dfcbc8e3ea: Preparing [2023-04-12T06:32:41.840Z] de9b15fb4071: Preparing [2023-04-12T06:32:41.840Z] bec1edbd5e4e: Preparing [2023-04-12T06:32:41.840Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:41.840Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:41.840Z] e108886505a0: Preparing [2023-04-12T06:32:41.840Z] 26cbea5cba74: Preparing [2023-04-12T06:32:41.840Z] 0ffa42b37ff8: Waiting [2023-04-12T06:32:41.840Z] e108886505a0: Waiting [2023-04-12T06:32:41.840Z] 26cbea5cba74: Waiting [2023-04-12T06:32:41.840Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:41.840Z] bec1edbd5e4e: Layer already exists [2023-04-12T06:32:41.840Z] f9dfcbc8e3ea: Layer already exists [2023-04-12T06:32:41.840Z] de9b15fb4071: Layer already exists [2023-04-12T06:32:41.840Z] 503633ff68ff: Layer already exists [2023-04-12T06:32:41.840Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:41.840Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:41.840Z] e108886505a0: Layer already exists [2023-04-12T06:32:41.840Z] main: digest: sha256:546623cc94981780ac62ff1a5d2d711701b412e3ad14b44dccce58b9fba7e625 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:32:42.147Z] ===================================================== [Pipeline] echo [2023-04-12T06:32:42.152Z] taggedImages: [2023-04-12T06:32:42.152Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:42.152Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-04-12T06:32:42.152Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.128 [2023-04-12T06:32:42.152Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:42.152Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-04-12T06:32:42.166Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-04-12T06:32:42.166Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:42.166Z] latest [2023-04-12T06:32:42.166Z] 3.0.0-dev.128 [2023-04-12T06:32:42.166Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:42.166Z] main [2023-04-12T06:32:42.166Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:42.497Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:42.834Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:42.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-12T06:32:42.834Z] 21cba4aaef21: Preparing [2023-04-12T06:32:42.834Z] eadd22e45735: Preparing [2023-04-12T06:32:42.834Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:42.834Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:42.834Z] a209515a2a9a: Preparing [2023-04-12T06:32:42.834Z] 26cbea5cba74: Preparing [2023-04-12T06:32:42.834Z] 26cbea5cba74: Waiting [2023-04-12T06:32:42.834Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:42.834Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:42.834Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:43.100Z] a209515a2a9a: Pushed [2023-04-12T06:32:43.100Z] 21cba4aaef21: Pushed [2023-04-12T06:32:46.434Z] eadd22e45735: Pushed [2023-04-12T06:32:46.434Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:fe7fb526e6ca8b780ce975f26f7199c753a334c681c1ae191048da51ec335990 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:46.778Z] + 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-12T06:32:47.122Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-04-12T06:32:47.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-12T06:32:47.122Z] 21cba4aaef21: Preparing [2023-04-12T06:32:47.122Z] eadd22e45735: Preparing [2023-04-12T06:32:47.122Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:47.122Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:47.122Z] a209515a2a9a: Preparing [2023-04-12T06:32:47.122Z] 26cbea5cba74: Preparing [2023-04-12T06:32:47.122Z] 26cbea5cba74: Waiting [2023-04-12T06:32:47.122Z] eadd22e45735: Layer already exists [2023-04-12T06:32:47.122Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:47.122Z] a209515a2a9a: Layer already exists [2023-04-12T06:32:47.122Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:47.122Z] 21cba4aaef21: Layer already exists [2023-04-12T06:32:47.122Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:47.387Z] latest: digest: sha256:fe7fb526e6ca8b780ce975f26f7199c753a334c681c1ae191048da51ec335990 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:47.726Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:48.058Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.128 [2023-04-12T06:32:48.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-12T06:32:48.058Z] 21cba4aaef21: Preparing [2023-04-12T06:32:48.058Z] eadd22e45735: Preparing [2023-04-12T06:32:48.058Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:48.058Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:48.058Z] a209515a2a9a: Preparing [2023-04-12T06:32:48.058Z] 26cbea5cba74: Preparing [2023-04-12T06:32:48.058Z] 26cbea5cba74: Waiting [2023-04-12T06:32:48.058Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:48.058Z] eadd22e45735: Layer already exists [2023-04-12T06:32:48.058Z] a209515a2a9a: Layer already exists [2023-04-12T06:32:48.058Z] 21cba4aaef21: Layer already exists [2023-04-12T06:32:48.058Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:48.058Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:48.058Z] 3.0.0-dev.128: digest: sha256:fe7fb526e6ca8b780ce975f26f7199c753a334c681c1ae191048da51ec335990 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:48.398Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:48.729Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:48.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-12T06:32:48.729Z] 21cba4aaef21: Preparing [2023-04-12T06:32:48.729Z] eadd22e45735: Preparing [2023-04-12T06:32:48.729Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:48.729Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:48.729Z] a209515a2a9a: Preparing [2023-04-12T06:32:48.729Z] 26cbea5cba74: Preparing [2023-04-12T06:32:48.729Z] 26cbea5cba74: Waiting [2023-04-12T06:32:48.729Z] 21cba4aaef21: Layer already exists [2023-04-12T06:32:48.729Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:48.729Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:48.729Z] eadd22e45735: Layer already exists [2023-04-12T06:32:48.729Z] a209515a2a9a: Layer already exists [2023-04-12T06:32:48.729Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:48.729Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:fe7fb526e6ca8b780ce975f26f7199c753a334c681c1ae191048da51ec335990 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:49.060Z] + 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-12T06:32:49.397Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-04-12T06:32:49.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-12T06:32:49.397Z] 21cba4aaef21: Preparing [2023-04-12T06:32:49.397Z] eadd22e45735: Preparing [2023-04-12T06:32:49.397Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:49.397Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:49.397Z] a209515a2a9a: Preparing [2023-04-12T06:32:49.397Z] 26cbea5cba74: Preparing [2023-04-12T06:32:49.397Z] 26cbea5cba74: Waiting [2023-04-12T06:32:49.397Z] a209515a2a9a: Layer already exists [2023-04-12T06:32:49.397Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:49.397Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:49.397Z] 21cba4aaef21: Layer already exists [2023-04-12T06:32:49.397Z] eadd22e45735: Layer already exists [2023-04-12T06:32:49.397Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:49.661Z] main: digest: sha256:fe7fb526e6ca8b780ce975f26f7199c753a334c681c1ae191048da51ec335990 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:32:49.699Z] ===================================================== [Pipeline] echo [2023-04-12T06:32:49.704Z] taggedImages: [2023-04-12T06:32:49.704Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:49.704Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-04-12T06:32:49.704Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.128 [2023-04-12T06:32:49.704Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:49.704Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-04-12T06:32:49.717Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-04-12T06:32:49.717Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:49.717Z] latest [2023-04-12T06:32:49.717Z] 3.0.0-dev.128 [2023-04-12T06:32:49.717Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:49.717Z] main [2023-04-12T06:32:49.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:50.041Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:50.371Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:50.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-12T06:32:50.371Z] 6d3d79bfd542: Preparing [2023-04-12T06:32:50.371Z] 9afc30b039d0: Preparing [2023-04-12T06:32:50.371Z] 5a2c59678437: Preparing [2023-04-12T06:32:50.371Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:50.371Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:50.371Z] 558ff4c52c36: Preparing [2023-04-12T06:32:50.371Z] 26cbea5cba74: Preparing [2023-04-12T06:32:50.371Z] 558ff4c52c36: Waiting [2023-04-12T06:32:50.371Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:50.371Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:50.371Z] 558ff4c52c36: Layer already exists [2023-04-12T06:32:50.635Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:50.635Z] 6d3d79bfd542: Pushed [2023-04-12T06:32:50.635Z] 9afc30b039d0: Pushed [2023-04-12T06:32:53.970Z] 5a2c59678437: Pushed [2023-04-12T06:32:53.970Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:35232949081ff91e7a2cb3c977b33f755c2ee661e9b4e7f358db4f90049aecb1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:54.300Z] + 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-12T06:32:54.631Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-04-12T06:32:54.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-12T06:32:54.631Z] 6d3d79bfd542: Preparing [2023-04-12T06:32:54.631Z] 9afc30b039d0: Preparing [2023-04-12T06:32:54.631Z] 5a2c59678437: Preparing [2023-04-12T06:32:54.631Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:54.631Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:54.631Z] 558ff4c52c36: Preparing [2023-04-12T06:32:54.631Z] 26cbea5cba74: Preparing [2023-04-12T06:32:54.631Z] 558ff4c52c36: Waiting [2023-04-12T06:32:54.631Z] 26cbea5cba74: Waiting [2023-04-12T06:32:54.631Z] 6d3d79bfd542: Layer already exists [2023-04-12T06:32:54.631Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:54.631Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:54.631Z] 5a2c59678437: Layer already exists [2023-04-12T06:32:54.631Z] 9afc30b039d0: Layer already exists [2023-04-12T06:32:54.631Z] 558ff4c52c36: Layer already exists [2023-04-12T06:32:54.631Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:54.897Z] latest: digest: sha256:35232949081ff91e7a2cb3c977b33f755c2ee661e9b4e7f358db4f90049aecb1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:55.234Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:55.566Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.128 [2023-04-12T06:32:55.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-12T06:32:55.566Z] 6d3d79bfd542: Preparing [2023-04-12T06:32:55.566Z] 9afc30b039d0: Preparing [2023-04-12T06:32:55.566Z] 5a2c59678437: Preparing [2023-04-12T06:32:55.566Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:55.566Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:55.566Z] 558ff4c52c36: Preparing [2023-04-12T06:32:55.566Z] 26cbea5cba74: Preparing [2023-04-12T06:32:55.566Z] 558ff4c52c36: Waiting [2023-04-12T06:32:55.566Z] 26cbea5cba74: Waiting [2023-04-12T06:32:55.566Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:55.566Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:55.566Z] 9afc30b039d0: Layer already exists [2023-04-12T06:32:55.566Z] 5a2c59678437: Layer already exists [2023-04-12T06:32:55.566Z] 6d3d79bfd542: Layer already exists [2023-04-12T06:32:55.566Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:55.566Z] 558ff4c52c36: Layer already exists [2023-04-12T06:32:55.831Z] 3.0.0-dev.128: digest: sha256:35232949081ff91e7a2cb3c977b33f755c2ee661e9b4e7f358db4f90049aecb1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:56.164Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:56.502Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:56.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-12T06:32:56.503Z] 6d3d79bfd542: Preparing [2023-04-12T06:32:56.503Z] 9afc30b039d0: Preparing [2023-04-12T06:32:56.503Z] 5a2c59678437: Preparing [2023-04-12T06:32:56.503Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:56.503Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:56.503Z] 558ff4c52c36: Preparing [2023-04-12T06:32:56.503Z] 26cbea5cba74: Preparing [2023-04-12T06:32:56.503Z] 558ff4c52c36: Waiting [2023-04-12T06:32:56.503Z] 26cbea5cba74: Waiting [2023-04-12T06:32:56.503Z] 5a2c59678437: Layer already exists [2023-04-12T06:32:56.503Z] 6d3d79bfd542: Layer already exists [2023-04-12T06:32:56.503Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:56.503Z] 9afc30b039d0: Layer already exists [2023-04-12T06:32:56.503Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:56.503Z] 558ff4c52c36: Layer already exists [2023-04-12T06:32:56.503Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:56.767Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:35232949081ff91e7a2cb3c977b33f755c2ee661e9b4e7f358db4f90049aecb1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:57.100Z] + 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-12T06:32:57.432Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-04-12T06:32:57.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-12T06:32:57.432Z] 6d3d79bfd542: Preparing [2023-04-12T06:32:57.432Z] 9afc30b039d0: Preparing [2023-04-12T06:32:57.432Z] 5a2c59678437: Preparing [2023-04-12T06:32:57.432Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:57.432Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:57.432Z] 558ff4c52c36: Preparing [2023-04-12T06:32:57.432Z] 26cbea5cba74: Preparing [2023-04-12T06:32:57.432Z] 558ff4c52c36: Waiting [2023-04-12T06:32:57.432Z] 26cbea5cba74: Waiting [2023-04-12T06:32:57.432Z] 9afc30b039d0: Layer already exists [2023-04-12T06:32:57.432Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:57.432Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:57.432Z] 6d3d79bfd542: Layer already exists [2023-04-12T06:32:57.432Z] 5a2c59678437: Layer already exists [2023-04-12T06:32:57.432Z] 26cbea5cba74: Layer already exists [2023-04-12T06:32:57.432Z] 558ff4c52c36: Layer already exists [2023-04-12T06:32:57.697Z] main: digest: sha256:35232949081ff91e7a2cb3c977b33f755c2ee661e9b4e7f358db4f90049aecb1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:32:57.735Z] ===================================================== [Pipeline] echo [2023-04-12T06:32:57.741Z] taggedImages: [2023-04-12T06:32:57.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:57.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-04-12T06:32:57.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.128 [2023-04-12T06:32:57.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:57.741Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-04-12T06:32:57.760Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-04-12T06:32:57.760Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:57.760Z] latest [2023-04-12T06:32:57.760Z] 3.0.0-dev.128 [2023-04-12T06:32:57.760Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:32:57.760Z] main [2023-04-12T06:32:57.760Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:58.092Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:32:58.420Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:32:58.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-12T06:32:58.420Z] 307e75e933bd: Preparing [2023-04-12T06:32:58.420Z] 307e75e933bd: Preparing [2023-04-12T06:32:58.420Z] 4337543da8c5: Preparing [2023-04-12T06:32:58.420Z] 50b83acbb68b: Preparing [2023-04-12T06:32:58.420Z] ff94629cf673: Preparing [2023-04-12T06:32:58.420Z] 5be802e9684e: Preparing [2023-04-12T06:32:58.420Z] 8b6bc8520012: Preparing [2023-04-12T06:32:58.420Z] 5ea15e0a5445: Preparing [2023-04-12T06:32:58.420Z] 0ffa42b37ff8: Preparing [2023-04-12T06:32:58.420Z] 60a6044198a4: Preparing [2023-04-12T06:32:58.420Z] 025f1d8148dc: Preparing [2023-04-12T06:32:58.420Z] 5711386f79b4: Preparing [2023-04-12T06:32:58.420Z] 03430f20892c: Preparing [2023-04-12T06:32:58.420Z] 26cbea5cba74: Preparing [2023-04-12T06:32:58.420Z] 60a6044198a4: Waiting [2023-04-12T06:32:58.420Z] 025f1d8148dc: Waiting [2023-04-12T06:32:58.420Z] 8b6bc8520012: Waiting [2023-04-12T06:32:58.420Z] 5711386f79b4: Waiting [2023-04-12T06:32:58.420Z] 03430f20892c: Waiting [2023-04-12T06:32:58.420Z] 26cbea5cba74: Waiting [2023-04-12T06:32:58.420Z] 5ea15e0a5445: Waiting [2023-04-12T06:32:58.420Z] 0ffa42b37ff8: Waiting [2023-04-12T06:32:58.686Z] 307e75e933bd: Pushed [2023-04-12T06:32:58.686Z] 50b83acbb68b: Pushed [2023-04-12T06:32:58.686Z] 5be802e9684e: Pushed [2023-04-12T06:32:58.686Z] 4337543da8c5: Pushed [2023-04-12T06:32:58.686Z] ff94629cf673: Pushed [2023-04-12T06:32:58.686Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:32:58.686Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:32:58.951Z] 60a6044198a4: Pushed [2023-04-12T06:32:58.951Z] 5711386f79b4: Pushed [2023-04-12T06:32:58.951Z] 025f1d8148dc: Pushed [2023-04-12T06:32:58.951Z] 03430f20892c: Pushed [2023-04-12T06:32:58.951Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:02.277Z] 8b6bc8520012: Pushed [2023-04-12T06:33:02.541Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:5ea61d81299e3e9a60f37548a6bffdd9d17aa0ce11c5494c878bc3288e65e84a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:02.867Z] + 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-12T06:33:03.197Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-04-12T06:33:03.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-12T06:33:03.197Z] 307e75e933bd: Preparing [2023-04-12T06:33:03.197Z] 307e75e933bd: Preparing [2023-04-12T06:33:03.197Z] 4337543da8c5: Preparing [2023-04-12T06:33:03.197Z] 50b83acbb68b: Preparing [2023-04-12T06:33:03.197Z] ff94629cf673: Preparing [2023-04-12T06:33:03.197Z] 5be802e9684e: Preparing [2023-04-12T06:33:03.197Z] 8b6bc8520012: Preparing [2023-04-12T06:33:03.197Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:03.197Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:03.197Z] 60a6044198a4: Preparing [2023-04-12T06:33:03.197Z] 025f1d8148dc: Preparing [2023-04-12T06:33:03.197Z] 5711386f79b4: Preparing [2023-04-12T06:33:03.197Z] 03430f20892c: Preparing [2023-04-12T06:33:03.197Z] 26cbea5cba74: Preparing [2023-04-12T06:33:03.197Z] 60a6044198a4: Waiting [2023-04-12T06:33:03.197Z] 025f1d8148dc: Waiting [2023-04-12T06:33:03.197Z] 8b6bc8520012: Waiting [2023-04-12T06:33:03.197Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:03.197Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:03.197Z] 5711386f79b4: Waiting [2023-04-12T06:33:03.197Z] 03430f20892c: Waiting [2023-04-12T06:33:03.197Z] 26cbea5cba74: Waiting [2023-04-12T06:33:03.197Z] 50b83acbb68b: Layer already exists [2023-04-12T06:33:03.197Z] 4337543da8c5: Layer already exists [2023-04-12T06:33:03.197Z] ff94629cf673: Layer already exists [2023-04-12T06:33:03.197Z] 5be802e9684e: Layer already exists [2023-04-12T06:33:03.197Z] 307e75e933bd: Layer already exists [2023-04-12T06:33:03.197Z] 8b6bc8520012: Layer already exists [2023-04-12T06:33:03.197Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:03.197Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:03.197Z] 60a6044198a4: Layer already exists [2023-04-12T06:33:03.197Z] 025f1d8148dc: Layer already exists [2023-04-12T06:33:03.197Z] 03430f20892c: Layer already exists [2023-04-12T06:33:03.197Z] 5711386f79b4: Layer already exists [2023-04-12T06:33:03.197Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:03.461Z] latest: digest: sha256:5ea61d81299e3e9a60f37548a6bffdd9d17aa0ce11c5494c878bc3288e65e84a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:03.788Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:04.119Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.128 [2023-04-12T06:33:04.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-12T06:33:04.119Z] 307e75e933bd: Preparing [2023-04-12T06:33:04.119Z] 307e75e933bd: Preparing [2023-04-12T06:33:04.119Z] 4337543da8c5: Preparing [2023-04-12T06:33:04.119Z] 50b83acbb68b: Preparing [2023-04-12T06:33:04.119Z] ff94629cf673: Preparing [2023-04-12T06:33:04.120Z] 5be802e9684e: Preparing [2023-04-12T06:33:04.120Z] 8b6bc8520012: Preparing [2023-04-12T06:33:04.120Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:04.120Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:04.120Z] 60a6044198a4: Preparing [2023-04-12T06:33:04.120Z] 025f1d8148dc: Preparing [2023-04-12T06:33:04.120Z] 5711386f79b4: Preparing [2023-04-12T06:33:04.120Z] 03430f20892c: Preparing [2023-04-12T06:33:04.120Z] 26cbea5cba74: Preparing [2023-04-12T06:33:04.120Z] 8b6bc8520012: Waiting [2023-04-12T06:33:04.120Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:04.120Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:04.120Z] 60a6044198a4: Waiting [2023-04-12T06:33:04.120Z] 025f1d8148dc: Waiting [2023-04-12T06:33:04.120Z] 5711386f79b4: Waiting [2023-04-12T06:33:04.120Z] 03430f20892c: Waiting [2023-04-12T06:33:04.120Z] 26cbea5cba74: Waiting [2023-04-12T06:33:04.120Z] 307e75e933bd: Layer already exists [2023-04-12T06:33:04.120Z] 4337543da8c5: Layer already exists [2023-04-12T06:33:04.120Z] ff94629cf673: Layer already exists [2023-04-12T06:33:04.120Z] 5be802e9684e: Layer already exists [2023-04-12T06:33:04.120Z] 50b83acbb68b: Layer already exists [2023-04-12T06:33:04.120Z] 8b6bc8520012: Layer already exists [2023-04-12T06:33:04.120Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:04.120Z] 025f1d8148dc: Layer already exists [2023-04-12T06:33:04.120Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:04.120Z] 60a6044198a4: Layer already exists [2023-04-12T06:33:04.120Z] 03430f20892c: Layer already exists [2023-04-12T06:33:04.120Z] 5711386f79b4: Layer already exists [2023-04-12T06:33:04.120Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:04.385Z] 3.0.0-dev.128: digest: sha256:5ea61d81299e3e9a60f37548a6bffdd9d17aa0ce11c5494c878bc3288e65e84a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:04.717Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:05.044Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:05.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-12T06:33:05.044Z] 307e75e933bd: Preparing [2023-04-12T06:33:05.044Z] 307e75e933bd: Preparing [2023-04-12T06:33:05.044Z] 4337543da8c5: Preparing [2023-04-12T06:33:05.044Z] 50b83acbb68b: Preparing [2023-04-12T06:33:05.044Z] ff94629cf673: Preparing [2023-04-12T06:33:05.044Z] 5be802e9684e: Preparing [2023-04-12T06:33:05.044Z] 8b6bc8520012: Preparing [2023-04-12T06:33:05.044Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:05.044Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:05.044Z] 60a6044198a4: Preparing [2023-04-12T06:33:05.044Z] 025f1d8148dc: Preparing [2023-04-12T06:33:05.044Z] 5711386f79b4: Preparing [2023-04-12T06:33:05.044Z] 03430f20892c: Preparing [2023-04-12T06:33:05.044Z] 26cbea5cba74: Preparing [2023-04-12T06:33:05.044Z] 8b6bc8520012: Waiting [2023-04-12T06:33:05.044Z] 025f1d8148dc: Waiting [2023-04-12T06:33:05.044Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:05.044Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:05.044Z] 60a6044198a4: Waiting [2023-04-12T06:33:05.044Z] 5711386f79b4: Waiting [2023-04-12T06:33:05.044Z] 03430f20892c: Waiting [2023-04-12T06:33:05.044Z] 26cbea5cba74: Waiting [2023-04-12T06:33:05.044Z] 307e75e933bd: Layer already exists [2023-04-12T06:33:05.044Z] 4337543da8c5: Layer already exists [2023-04-12T06:33:05.044Z] ff94629cf673: Layer already exists [2023-04-12T06:33:05.044Z] 5be802e9684e: Layer already exists [2023-04-12T06:33:05.044Z] 50b83acbb68b: Layer already exists [2023-04-12T06:33:05.044Z] 8b6bc8520012: Layer already exists [2023-04-12T06:33:05.044Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:05.044Z] 60a6044198a4: Layer already exists [2023-04-12T06:33:05.044Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:05.044Z] 025f1d8148dc: Layer already exists [2023-04-12T06:33:05.044Z] 5711386f79b4: Layer already exists [2023-04-12T06:33:05.044Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:05.044Z] 03430f20892c: Layer already exists [2023-04-12T06:33:05.309Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:5ea61d81299e3e9a60f37548a6bffdd9d17aa0ce11c5494c878bc3288e65e84a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:05.638Z] + 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-12T06:33:05.967Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-04-12T06:33:05.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-12T06:33:05.967Z] 307e75e933bd: Preparing [2023-04-12T06:33:05.967Z] 307e75e933bd: Preparing [2023-04-12T06:33:05.967Z] 4337543da8c5: Preparing [2023-04-12T06:33:05.967Z] 50b83acbb68b: Preparing [2023-04-12T06:33:05.967Z] ff94629cf673: Preparing [2023-04-12T06:33:05.967Z] 5be802e9684e: Preparing [2023-04-12T06:33:05.967Z] 8b6bc8520012: Preparing [2023-04-12T06:33:05.967Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:05.967Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:05.967Z] 60a6044198a4: Preparing [2023-04-12T06:33:05.967Z] 025f1d8148dc: Preparing [2023-04-12T06:33:05.967Z] 5711386f79b4: Preparing [2023-04-12T06:33:05.967Z] 03430f20892c: Preparing [2023-04-12T06:33:05.967Z] 26cbea5cba74: Preparing [2023-04-12T06:33:05.967Z] 8b6bc8520012: Waiting [2023-04-12T06:33:05.967Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:05.967Z] 025f1d8148dc: Waiting [2023-04-12T06:33:05.967Z] 5711386f79b4: Waiting [2023-04-12T06:33:05.967Z] 03430f20892c: Waiting [2023-04-12T06:33:05.967Z] 26cbea5cba74: Waiting [2023-04-12T06:33:05.967Z] 60a6044198a4: Waiting [2023-04-12T06:33:05.967Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:05.967Z] 50b83acbb68b: Layer already exists [2023-04-12T06:33:05.967Z] 307e75e933bd: Layer already exists [2023-04-12T06:33:05.967Z] ff94629cf673: Layer already exists [2023-04-12T06:33:05.967Z] 4337543da8c5: Layer already exists [2023-04-12T06:33:05.967Z] 5be802e9684e: Layer already exists [2023-04-12T06:33:05.967Z] 025f1d8148dc: Layer already exists [2023-04-12T06:33:05.967Z] 60a6044198a4: Layer already exists [2023-04-12T06:33:05.967Z] 8b6bc8520012: Layer already exists [2023-04-12T06:33:05.967Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:05.967Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:05.967Z] 03430f20892c: Layer already exists [2023-04-12T06:33:05.967Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:05.967Z] 5711386f79b4: Layer already exists [2023-04-12T06:33:06.233Z] main: digest: sha256:5ea61d81299e3e9a60f37548a6bffdd9d17aa0ce11c5494c878bc3288e65e84a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:33:06.276Z] ===================================================== [Pipeline] echo [2023-04-12T06:33:06.284Z] taggedImages: [2023-04-12T06:33:06.284Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:06.284Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-04-12T06:33:06.284Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.128 [2023-04-12T06:33:06.284Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:06.284Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-04-12T06:33:06.303Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-04-12T06:33:06.303Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:06.303Z] latest [2023-04-12T06:33:06.303Z] 3.0.0-dev.128 [2023-04-12T06:33:06.303Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:06.303Z] main [2023-04-12T06:33:06.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:06.640Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:06.967Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:06.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-12T06:33:06.968Z] bbd14e02f797: Preparing [2023-04-12T06:33:06.968Z] d6ac5210cd65: Preparing [2023-04-12T06:33:06.968Z] 38afbcfcd3b3: Preparing [2023-04-12T06:33:06.968Z] 90d396fbd051: Preparing [2023-04-12T06:33:06.968Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:06.968Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:06.968Z] e108886505a0: Preparing [2023-04-12T06:33:06.968Z] 26cbea5cba74: Preparing [2023-04-12T06:33:06.968Z] 26cbea5cba74: Waiting [2023-04-12T06:33:06.968Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:06.968Z] e108886505a0: Waiting [2023-04-12T06:33:06.968Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:07.233Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:07.233Z] e108886505a0: Layer already exists [2023-04-12T06:33:07.233Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:07.233Z] 38afbcfcd3b3: Pushed [2023-04-12T06:33:07.233Z] d6ac5210cd65: Pushed [2023-04-12T06:33:07.233Z] bbd14e02f797: Pushed [2023-04-12T06:33:09.802Z] 90d396fbd051: Pushed [2023-04-12T06:33:09.802Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:07fb25b5018496ab079dffb385deb7e7de70805382cd7927db51ca7bb9f71092 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:10.137Z] + 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-12T06:33:10.473Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-04-12T06:33:10.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-12T06:33:10.473Z] bbd14e02f797: Preparing [2023-04-12T06:33:10.473Z] d6ac5210cd65: Preparing [2023-04-12T06:33:10.473Z] 38afbcfcd3b3: Preparing [2023-04-12T06:33:10.473Z] 90d396fbd051: Preparing [2023-04-12T06:33:10.473Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:10.473Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:10.473Z] e108886505a0: Preparing [2023-04-12T06:33:10.473Z] 26cbea5cba74: Preparing [2023-04-12T06:33:10.473Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:10.473Z] 26cbea5cba74: Waiting [2023-04-12T06:33:10.473Z] e108886505a0: Waiting [2023-04-12T06:33:10.473Z] d6ac5210cd65: Layer already exists [2023-04-12T06:33:10.473Z] 90d396fbd051: Layer already exists [2023-04-12T06:33:10.473Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:10.473Z] 38afbcfcd3b3: Layer already exists [2023-04-12T06:33:10.473Z] bbd14e02f797: Layer already exists [2023-04-12T06:33:10.473Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:10.473Z] e108886505a0: Layer already exists [2023-04-12T06:33:10.473Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:10.737Z] latest: digest: sha256:07fb25b5018496ab079dffb385deb7e7de70805382cd7927db51ca7bb9f71092 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:11.079Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:11.407Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.128 [2023-04-12T06:33:11.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-12T06:33:11.407Z] bbd14e02f797: Preparing [2023-04-12T06:33:11.407Z] d6ac5210cd65: Preparing [2023-04-12T06:33:11.407Z] 38afbcfcd3b3: Preparing [2023-04-12T06:33:11.407Z] 90d396fbd051: Preparing [2023-04-12T06:33:11.407Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:11.407Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:11.407Z] e108886505a0: Preparing [2023-04-12T06:33:11.407Z] 26cbea5cba74: Preparing [2023-04-12T06:33:11.407Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:11.407Z] e108886505a0: Waiting [2023-04-12T06:33:11.407Z] 26cbea5cba74: Waiting [2023-04-12T06:33:11.407Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:11.407Z] 38afbcfcd3b3: Layer already exists [2023-04-12T06:33:11.407Z] bbd14e02f797: Layer already exists [2023-04-12T06:33:11.407Z] 90d396fbd051: Layer already exists [2023-04-12T06:33:11.407Z] d6ac5210cd65: Layer already exists [2023-04-12T06:33:11.407Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:11.407Z] e108886505a0: Layer already exists [2023-04-12T06:33:11.407Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:11.672Z] 3.0.0-dev.128: digest: sha256:07fb25b5018496ab079dffb385deb7e7de70805382cd7927db51ca7bb9f71092 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:12.008Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:12.338Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:12.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-12T06:33:12.338Z] bbd14e02f797: Preparing [2023-04-12T06:33:12.338Z] d6ac5210cd65: Preparing [2023-04-12T06:33:12.338Z] 38afbcfcd3b3: Preparing [2023-04-12T06:33:12.338Z] 90d396fbd051: Preparing [2023-04-12T06:33:12.338Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:12.338Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:12.338Z] e108886505a0: Preparing [2023-04-12T06:33:12.338Z] 26cbea5cba74: Preparing [2023-04-12T06:33:12.338Z] e108886505a0: Waiting [2023-04-12T06:33:12.338Z] 26cbea5cba74: Waiting [2023-04-12T06:33:12.338Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:12.338Z] bbd14e02f797: Layer already exists [2023-04-12T06:33:12.338Z] d6ac5210cd65: Layer already exists [2023-04-12T06:33:12.338Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:12.338Z] 38afbcfcd3b3: Layer already exists [2023-04-12T06:33:12.338Z] 90d396fbd051: Layer already exists [2023-04-12T06:33:12.338Z] e108886505a0: Layer already exists [2023-04-12T06:33:12.338Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:12.338Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:12.338Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:07fb25b5018496ab079dffb385deb7e7de70805382cd7927db51ca7bb9f71092 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:12.933Z] + 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-12T06:33:13.269Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-04-12T06:33:13.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-12T06:33:13.269Z] bbd14e02f797: Preparing [2023-04-12T06:33:13.269Z] d6ac5210cd65: Preparing [2023-04-12T06:33:13.269Z] 38afbcfcd3b3: Preparing [2023-04-12T06:33:13.269Z] 90d396fbd051: Preparing [2023-04-12T06:33:13.269Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:13.269Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:13.269Z] e108886505a0: Preparing [2023-04-12T06:33:13.269Z] 26cbea5cba74: Preparing [2023-04-12T06:33:13.269Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:13.269Z] e108886505a0: Waiting [2023-04-12T06:33:13.269Z] 26cbea5cba74: Waiting [2023-04-12T06:33:13.269Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:13.269Z] bbd14e02f797: Layer already exists [2023-04-12T06:33:13.269Z] 90d396fbd051: Layer already exists [2023-04-12T06:33:13.269Z] 38afbcfcd3b3: Layer already exists [2023-04-12T06:33:13.269Z] d6ac5210cd65: Layer already exists [2023-04-12T06:33:13.269Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:13.269Z] e108886505a0: Layer already exists [2023-04-12T06:33:13.269Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:13.534Z] main: digest: sha256:07fb25b5018496ab079dffb385deb7e7de70805382cd7927db51ca7bb9f71092 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:33:13.591Z] ===================================================== [Pipeline] echo [2023-04-12T06:33:13.600Z] taggedImages: [2023-04-12T06:33:13.600Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:13.600Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-04-12T06:33:13.600Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.128 [2023-04-12T06:33:13.600Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:13.600Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-04-12T06:33:13.628Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-04-12T06:33:13.628Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:13.628Z] latest [2023-04-12T06:33:13.628Z] 3.0.0-dev.128 [2023-04-12T06:33:13.628Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:13.628Z] main [2023-04-12T06:33:13.628Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:13.977Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:14.305Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:14.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-12T06:33:14.305Z] 5b06445d390c: Preparing [2023-04-12T06:33:14.305Z] 62aa81d3d99c: Preparing [2023-04-12T06:33:14.305Z] 3d1e11e14578: Preparing [2023-04-12T06:33:14.305Z] abd54613ed47: Preparing [2023-04-12T06:33:14.305Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:14.305Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:14.305Z] 4687debd1119: Preparing [2023-04-12T06:33:14.305Z] 4f87d36adb80: Preparing [2023-04-12T06:33:14.305Z] 26cbea5cba74: Preparing [2023-04-12T06:33:14.305Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:14.305Z] 4687debd1119: Waiting [2023-04-12T06:33:14.305Z] 4f87d36adb80: Waiting [2023-04-12T06:33:14.305Z] 26cbea5cba74: Waiting [2023-04-12T06:33:14.305Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:14.570Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:14.570Z] 5b06445d390c: Pushed [2023-04-12T06:33:14.570Z] 62aa81d3d99c: Pushed [2023-04-12T06:33:14.570Z] abd54613ed47: Pushed [2023-04-12T06:33:14.570Z] 4687debd1119: Pushed [2023-04-12T06:33:14.570Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:14.834Z] 4f87d36adb80: Pushed [2023-04-12T06:33:16.770Z] 3d1e11e14578: Pushed [2023-04-12T06:33:16.770Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:b537ee252c18bf13820f0d6ee7e952dbe8eee00a9c075b78eea21d075b36454d size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:17.105Z] + 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-12T06:33:17.491Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-04-12T06:33:17.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-12T06:33:17.491Z] 5b06445d390c: Preparing [2023-04-12T06:33:17.491Z] 62aa81d3d99c: Preparing [2023-04-12T06:33:17.491Z] 3d1e11e14578: Preparing [2023-04-12T06:33:17.491Z] abd54613ed47: Preparing [2023-04-12T06:33:17.491Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:17.491Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:17.491Z] 4687debd1119: Preparing [2023-04-12T06:33:17.491Z] 4f87d36adb80: Preparing [2023-04-12T06:33:17.491Z] 26cbea5cba74: Preparing [2023-04-12T06:33:17.491Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:17.491Z] 4687debd1119: Waiting [2023-04-12T06:33:17.491Z] 4f87d36adb80: Waiting [2023-04-12T06:33:17.491Z] 26cbea5cba74: Waiting [2023-04-12T06:33:17.491Z] 5b06445d390c: Layer already exists [2023-04-12T06:33:17.491Z] 62aa81d3d99c: Layer already exists [2023-04-12T06:33:17.491Z] 3d1e11e14578: Layer already exists [2023-04-12T06:33:17.491Z] abd54613ed47: Layer already exists [2023-04-12T06:33:17.491Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:17.491Z] 4f87d36adb80: Layer already exists [2023-04-12T06:33:17.491Z] 4687debd1119: Layer already exists [2023-04-12T06:33:17.491Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:17.491Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:17.764Z] latest: digest: sha256:b537ee252c18bf13820f0d6ee7e952dbe8eee00a9c075b78eea21d075b36454d size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:18.121Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:18.462Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.128 [2023-04-12T06:33:18.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-12T06:33:18.462Z] 5b06445d390c: Preparing [2023-04-12T06:33:18.462Z] 62aa81d3d99c: Preparing [2023-04-12T06:33:18.462Z] 3d1e11e14578: Preparing [2023-04-12T06:33:18.462Z] abd54613ed47: Preparing [2023-04-12T06:33:18.462Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:18.462Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:18.462Z] 4687debd1119: Preparing [2023-04-12T06:33:18.462Z] 4f87d36adb80: Preparing [2023-04-12T06:33:18.462Z] 26cbea5cba74: Preparing [2023-04-12T06:33:18.462Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:18.462Z] 4687debd1119: Waiting [2023-04-12T06:33:18.462Z] 4f87d36adb80: Waiting [2023-04-12T06:33:18.462Z] 26cbea5cba74: Waiting [2023-04-12T06:33:18.462Z] 62aa81d3d99c: Layer already exists [2023-04-12T06:33:18.462Z] abd54613ed47: Layer already exists [2023-04-12T06:33:18.462Z] 5b06445d390c: Layer already exists [2023-04-12T06:33:18.462Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:18.462Z] 3d1e11e14578: Layer already exists [2023-04-12T06:33:18.462Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:18.462Z] 4687debd1119: Layer already exists [2023-04-12T06:33:18.462Z] 4f87d36adb80: Layer already exists [2023-04-12T06:33:18.462Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:18.730Z] 3.0.0-dev.128: digest: sha256:b537ee252c18bf13820f0d6ee7e952dbe8eee00a9c075b78eea21d075b36454d size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:19.067Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:19.400Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:19.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-12T06:33:19.400Z] 5b06445d390c: Preparing [2023-04-12T06:33:19.400Z] 62aa81d3d99c: Preparing [2023-04-12T06:33:19.400Z] 3d1e11e14578: Preparing [2023-04-12T06:33:19.400Z] abd54613ed47: Preparing [2023-04-12T06:33:19.400Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:19.400Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:19.400Z] 4687debd1119: Preparing [2023-04-12T06:33:19.400Z] 4f87d36adb80: Preparing [2023-04-12T06:33:19.400Z] 26cbea5cba74: Preparing [2023-04-12T06:33:19.400Z] 4687debd1119: Waiting [2023-04-12T06:33:19.400Z] 4f87d36adb80: Waiting [2023-04-12T06:33:19.400Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:19.400Z] 26cbea5cba74: Waiting [2023-04-12T06:33:19.400Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:19.400Z] 3d1e11e14578: Layer already exists [2023-04-12T06:33:19.400Z] abd54613ed47: Layer already exists [2023-04-12T06:33:19.400Z] 5b06445d390c: Layer already exists [2023-04-12T06:33:19.400Z] 62aa81d3d99c: Layer already exists [2023-04-12T06:33:19.400Z] 4687debd1119: Layer already exists [2023-04-12T06:33:19.400Z] 4f87d36adb80: Layer already exists [2023-04-12T06:33:19.400Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:19.400Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:19.400Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:b537ee252c18bf13820f0d6ee7e952dbe8eee00a9c075b78eea21d075b36454d size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:19.998Z] + 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-12T06:33:20.337Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-04-12T06:33:20.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-12T06:33:20.337Z] 5b06445d390c: Preparing [2023-04-12T06:33:20.337Z] 62aa81d3d99c: Preparing [2023-04-12T06:33:20.337Z] 3d1e11e14578: Preparing [2023-04-12T06:33:20.337Z] abd54613ed47: Preparing [2023-04-12T06:33:20.337Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:20.337Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:20.337Z] 4687debd1119: Preparing [2023-04-12T06:33:20.337Z] 4f87d36adb80: Preparing [2023-04-12T06:33:20.337Z] 26cbea5cba74: Preparing [2023-04-12T06:33:20.337Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:20.337Z] 4687debd1119: Waiting [2023-04-12T06:33:20.337Z] 4f87d36adb80: Waiting [2023-04-12T06:33:20.337Z] 26cbea5cba74: Waiting [2023-04-12T06:33:20.337Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:20.337Z] 3d1e11e14578: Layer already exists [2023-04-12T06:33:20.337Z] abd54613ed47: Layer already exists [2023-04-12T06:33:20.337Z] 62aa81d3d99c: Layer already exists [2023-04-12T06:33:20.337Z] 5b06445d390c: Layer already exists [2023-04-12T06:33:20.337Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:20.337Z] 4687debd1119: Layer already exists [2023-04-12T06:33:20.337Z] 4f87d36adb80: Layer already exists [2023-04-12T06:33:20.337Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:20.337Z] main: digest: sha256:b537ee252c18bf13820f0d6ee7e952dbe8eee00a9c075b78eea21d075b36454d size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:33:20.658Z] ===================================================== [Pipeline] echo [2023-04-12T06:33:20.666Z] taggedImages: [2023-04-12T06:33:20.666Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:20.666Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-04-12T06:33:20.666Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.128 [2023-04-12T06:33:20.666Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:20.666Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-04-12T06:33:20.693Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-04-12T06:33:20.693Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:20.693Z] latest [2023-04-12T06:33:20.693Z] 3.0.0-dev.128 [2023-04-12T06:33:20.693Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:20.693Z] main [2023-04-12T06:33:20.693Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:21.041Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:21.379Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:21.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-12T06:33:21.379Z] 114c3c58a030: Preparing [2023-04-12T06:33:21.379Z] cd5423fe2ddb: Preparing [2023-04-12T06:33:21.379Z] 4fa73835659e: Preparing [2023-04-12T06:33:21.379Z] 2fe7385e6359: Preparing [2023-04-12T06:33:21.379Z] f8df5c4fe818: Preparing [2023-04-12T06:33:21.379Z] 0947343f031d: Preparing [2023-04-12T06:33:21.379Z] 7433a4882340: Preparing [2023-04-12T06:33:21.379Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:21.379Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:21.379Z] 5bbd8671852b: Preparing [2023-04-12T06:33:21.379Z] 26cbea5cba74: Preparing [2023-04-12T06:33:21.379Z] 0947343f031d: Waiting [2023-04-12T06:33:21.379Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:21.379Z] 7433a4882340: Waiting [2023-04-12T06:33:21.379Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:21.379Z] 5bbd8671852b: Waiting [2023-04-12T06:33:21.379Z] 26cbea5cba74: Waiting [2023-04-12T06:33:21.646Z] f8df5c4fe818: Pushed [2023-04-12T06:33:21.646Z] cd5423fe2ddb: Pushed [2023-04-12T06:33:21.646Z] 114c3c58a030: Pushed [2023-04-12T06:33:21.646Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:21.646Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:21.912Z] 0947343f031d: Pushed [2023-04-12T06:33:21.912Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:21.912Z] 7433a4882340: Pushed [2023-04-12T06:33:22.177Z] 5bbd8671852b: Pushed [2023-04-12T06:33:24.114Z] 2fe7385e6359: Pushed [2023-04-12T06:33:25.069Z] 4fa73835659e: Pushed [2023-04-12T06:33:25.069Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:e3ba68144b0018082255c84d307c1382975cf49129afbe65600e753c7cbd8b80 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:25.414Z] + 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-12T06:33:25.749Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-04-12T06:33:25.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-12T06:33:25.750Z] 114c3c58a030: Preparing [2023-04-12T06:33:25.750Z] cd5423fe2ddb: Preparing [2023-04-12T06:33:25.750Z] 4fa73835659e: Preparing [2023-04-12T06:33:25.750Z] 2fe7385e6359: Preparing [2023-04-12T06:33:25.750Z] f8df5c4fe818: Preparing [2023-04-12T06:33:25.750Z] 0947343f031d: Preparing [2023-04-12T06:33:25.750Z] 7433a4882340: Preparing [2023-04-12T06:33:25.750Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:25.750Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:25.750Z] 5bbd8671852b: Preparing [2023-04-12T06:33:25.750Z] 26cbea5cba74: Preparing [2023-04-12T06:33:25.750Z] 0947343f031d: Waiting [2023-04-12T06:33:25.750Z] 7433a4882340: Waiting [2023-04-12T06:33:25.750Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:25.750Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:25.750Z] 5bbd8671852b: Waiting [2023-04-12T06:33:25.750Z] 26cbea5cba74: Waiting [2023-04-12T06:33:25.750Z] 114c3c58a030: Layer already exists [2023-04-12T06:33:25.750Z] f8df5c4fe818: Layer already exists [2023-04-12T06:33:25.750Z] cd5423fe2ddb: Layer already exists [2023-04-12T06:33:25.750Z] 2fe7385e6359: Layer already exists [2023-04-12T06:33:25.750Z] 4fa73835659e: Layer already exists [2023-04-12T06:33:25.750Z] 7433a4882340: Layer already exists [2023-04-12T06:33:25.750Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:25.750Z] 5bbd8671852b: Layer already exists [2023-04-12T06:33:25.750Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:25.750Z] 0947343f031d: Layer already exists [2023-04-12T06:33:25.750Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:26.014Z] latest: digest: sha256:e3ba68144b0018082255c84d307c1382975cf49129afbe65600e753c7cbd8b80 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:26.365Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:26.699Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.128 [2023-04-12T06:33:26.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-12T06:33:26.699Z] 114c3c58a030: Preparing [2023-04-12T06:33:26.699Z] cd5423fe2ddb: Preparing [2023-04-12T06:33:26.699Z] 4fa73835659e: Preparing [2023-04-12T06:33:26.699Z] 2fe7385e6359: Preparing [2023-04-12T06:33:26.699Z] f8df5c4fe818: Preparing [2023-04-12T06:33:26.699Z] 0947343f031d: Preparing [2023-04-12T06:33:26.699Z] 7433a4882340: Preparing [2023-04-12T06:33:26.699Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:26.699Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:26.699Z] 5bbd8671852b: Preparing [2023-04-12T06:33:26.699Z] 26cbea5cba74: Preparing [2023-04-12T06:33:26.699Z] 0947343f031d: Waiting [2023-04-12T06:33:26.699Z] 7433a4882340: Waiting [2023-04-12T06:33:26.699Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:26.699Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:26.699Z] 5bbd8671852b: Waiting [2023-04-12T06:33:26.699Z] 26cbea5cba74: Waiting [2023-04-12T06:33:26.699Z] 4fa73835659e: Layer already exists [2023-04-12T06:33:26.699Z] f8df5c4fe818: Layer already exists [2023-04-12T06:33:26.699Z] 114c3c58a030: Layer already exists [2023-04-12T06:33:26.699Z] 2fe7385e6359: Layer already exists [2023-04-12T06:33:26.699Z] cd5423fe2ddb: Layer already exists [2023-04-12T06:33:26.699Z] 0947343f031d: Layer already exists [2023-04-12T06:33:26.699Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:26.699Z] 7433a4882340: Layer already exists [2023-04-12T06:33:26.699Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:26.699Z] 5bbd8671852b: Layer already exists [2023-04-12T06:33:26.699Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:26.965Z] 3.0.0-dev.128: digest: sha256:e3ba68144b0018082255c84d307c1382975cf49129afbe65600e753c7cbd8b80 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:27.295Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:27.621Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:27.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-12T06:33:27.621Z] 114c3c58a030: Preparing [2023-04-12T06:33:27.621Z] cd5423fe2ddb: Preparing [2023-04-12T06:33:27.621Z] 4fa73835659e: Preparing [2023-04-12T06:33:27.621Z] 2fe7385e6359: Preparing [2023-04-12T06:33:27.621Z] f8df5c4fe818: Preparing [2023-04-12T06:33:27.621Z] 0947343f031d: Preparing [2023-04-12T06:33:27.621Z] 7433a4882340: Preparing [2023-04-12T06:33:27.621Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:27.621Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:27.621Z] 5bbd8671852b: Preparing [2023-04-12T06:33:27.621Z] 26cbea5cba74: Preparing [2023-04-12T06:33:27.621Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:27.621Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:27.621Z] 5bbd8671852b: Waiting [2023-04-12T06:33:27.621Z] 26cbea5cba74: Waiting [2023-04-12T06:33:27.621Z] 0947343f031d: Waiting [2023-04-12T06:33:27.621Z] 7433a4882340: Waiting [2023-04-12T06:33:27.621Z] 4fa73835659e: Layer already exists [2023-04-12T06:33:27.621Z] cd5423fe2ddb: Layer already exists [2023-04-12T06:33:27.621Z] 2fe7385e6359: Layer already exists [2023-04-12T06:33:27.621Z] 114c3c58a030: Layer already exists [2023-04-12T06:33:27.621Z] f8df5c4fe818: Layer already exists [2023-04-12T06:33:27.621Z] 7433a4882340: Layer already exists [2023-04-12T06:33:27.621Z] 0947343f031d: Layer already exists [2023-04-12T06:33:27.621Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:27.621Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:27.621Z] 5bbd8671852b: Layer already exists [2023-04-12T06:33:27.621Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:27.885Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:e3ba68144b0018082255c84d307c1382975cf49129afbe65600e753c7cbd8b80 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:28.228Z] + 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-12T06:33:28.556Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-04-12T06:33:28.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-12T06:33:28.556Z] 114c3c58a030: Preparing [2023-04-12T06:33:28.556Z] cd5423fe2ddb: Preparing [2023-04-12T06:33:28.556Z] 4fa73835659e: Preparing [2023-04-12T06:33:28.556Z] 2fe7385e6359: Preparing [2023-04-12T06:33:28.556Z] f8df5c4fe818: Preparing [2023-04-12T06:33:28.556Z] 0947343f031d: Preparing [2023-04-12T06:33:28.556Z] 7433a4882340: Preparing [2023-04-12T06:33:28.556Z] 0947343f031d: Waiting [2023-04-12T06:33:28.556Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:28.556Z] 7433a4882340: Waiting [2023-04-12T06:33:28.556Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:28.556Z] 5bbd8671852b: Preparing [2023-04-12T06:33:28.556Z] 26cbea5cba74: Preparing [2023-04-12T06:33:28.556Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:28.556Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:28.556Z] 5bbd8671852b: Waiting [2023-04-12T06:33:28.556Z] 26cbea5cba74: Waiting [2023-04-12T06:33:28.556Z] f8df5c4fe818: Layer already exists [2023-04-12T06:33:28.556Z] cd5423fe2ddb: Layer already exists [2023-04-12T06:33:28.556Z] 2fe7385e6359: Layer already exists [2023-04-12T06:33:28.556Z] 4fa73835659e: Layer already exists [2023-04-12T06:33:28.556Z] 114c3c58a030: Layer already exists [2023-04-12T06:33:28.556Z] 7433a4882340: Layer already exists [2023-04-12T06:33:28.556Z] 0947343f031d: Layer already exists [2023-04-12T06:33:28.556Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:28.556Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:28.556Z] 5bbd8671852b: Layer already exists [2023-04-12T06:33:28.556Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:28.820Z] main: digest: sha256:e3ba68144b0018082255c84d307c1382975cf49129afbe65600e753c7cbd8b80 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:33:28.859Z] ===================================================== [Pipeline] echo [2023-04-12T06:33:28.864Z] taggedImages: [2023-04-12T06:33:28.864Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:28.864Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-04-12T06:33:28.864Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.128 [2023-04-12T06:33:28.864Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:28.864Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-04-12T06:33:28.878Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-04-12T06:33:28.878Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:28.878Z] latest [2023-04-12T06:33:28.878Z] 3.0.0-dev.128 [2023-04-12T06:33:28.878Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:28.878Z] main [2023-04-12T06:33:28.878Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:29.202Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:29.528Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:29.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-12T06:33:29.528Z] aeece4583cc9: Preparing [2023-04-12T06:33:29.528Z] 68d9f6852d9c: Preparing [2023-04-12T06:33:29.528Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:29.528Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:29.528Z] 7df4508584e8: Preparing [2023-04-12T06:33:29.528Z] 26cbea5cba74: Preparing [2023-04-12T06:33:29.528Z] 26cbea5cba74: Waiting [2023-04-12T06:33:29.528Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:29.528Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:29.793Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:29.793Z] aeece4583cc9: Pushed [2023-04-12T06:33:31.197Z] 7df4508584e8: Pushed [2023-04-12T06:33:34.525Z] 68d9f6852d9c: Pushed [2023-04-12T06:33:34.525Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:b0288a0fcc7558fb45faa83d1391efacf710439859e4b11eb1a98e6b2d3b0a69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:34.857Z] + 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-12T06:33:35.185Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-04-12T06:33:35.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-12T06:33:35.185Z] aeece4583cc9: Preparing [2023-04-12T06:33:35.185Z] 68d9f6852d9c: Preparing [2023-04-12T06:33:35.185Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:35.185Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:35.185Z] 7df4508584e8: Preparing [2023-04-12T06:33:35.185Z] 26cbea5cba74: Preparing [2023-04-12T06:33:35.185Z] 26cbea5cba74: Waiting [2023-04-12T06:33:35.185Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:35.185Z] 68d9f6852d9c: Layer already exists [2023-04-12T06:33:35.185Z] aeece4583cc9: Layer already exists [2023-04-12T06:33:35.185Z] 7df4508584e8: Layer already exists [2023-04-12T06:33:35.185Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:35.185Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:35.450Z] latest: digest: sha256:b0288a0fcc7558fb45faa83d1391efacf710439859e4b11eb1a98e6b2d3b0a69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:35.786Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:36.123Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.128 [2023-04-12T06:33:36.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-12T06:33:36.124Z] aeece4583cc9: Preparing [2023-04-12T06:33:36.124Z] 68d9f6852d9c: Preparing [2023-04-12T06:33:36.124Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:36.124Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:36.124Z] 7df4508584e8: Preparing [2023-04-12T06:33:36.124Z] 26cbea5cba74: Preparing [2023-04-12T06:33:36.124Z] 26cbea5cba74: Waiting [2023-04-12T06:33:36.124Z] 68d9f6852d9c: Layer already exists [2023-04-12T06:33:36.124Z] 7df4508584e8: Layer already exists [2023-04-12T06:33:36.124Z] aeece4583cc9: Layer already exists [2023-04-12T06:33:36.124Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:36.124Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:36.124Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:36.389Z] 3.0.0-dev.128: digest: sha256:b0288a0fcc7558fb45faa83d1391efacf710439859e4b11eb1a98e6b2d3b0a69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:36.724Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:37.056Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:37.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-12T06:33:37.056Z] aeece4583cc9: Preparing [2023-04-12T06:33:37.056Z] 68d9f6852d9c: Preparing [2023-04-12T06:33:37.056Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:37.056Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:37.056Z] 7df4508584e8: Preparing [2023-04-12T06:33:37.056Z] 26cbea5cba74: Preparing [2023-04-12T06:33:37.056Z] 26cbea5cba74: Waiting [2023-04-12T06:33:37.056Z] aeece4583cc9: Layer already exists [2023-04-12T06:33:37.056Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:37.056Z] 68d9f6852d9c: Layer already exists [2023-04-12T06:33:37.056Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:37.056Z] 7df4508584e8: Layer already exists [2023-04-12T06:33:37.056Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:37.056Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:b0288a0fcc7558fb45faa83d1391efacf710439859e4b11eb1a98e6b2d3b0a69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:37.663Z] + 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-12T06:33:37.995Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-04-12T06:33:37.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-12T06:33:37.995Z] aeece4583cc9: Preparing [2023-04-12T06:33:37.995Z] 68d9f6852d9c: Preparing [2023-04-12T06:33:37.995Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:37.995Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:37.995Z] 7df4508584e8: Preparing [2023-04-12T06:33:37.995Z] 26cbea5cba74: Preparing [2023-04-12T06:33:37.995Z] 26cbea5cba74: Waiting [2023-04-12T06:33:37.995Z] aeece4583cc9: Layer already exists [2023-04-12T06:33:37.995Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:37.995Z] 7df4508584e8: Layer already exists [2023-04-12T06:33:37.995Z] 68d9f6852d9c: Layer already exists [2023-04-12T06:33:37.995Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:37.995Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:38.259Z] main: digest: sha256:b0288a0fcc7558fb45faa83d1391efacf710439859e4b11eb1a98e6b2d3b0a69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:33:38.299Z] ===================================================== [Pipeline] echo [2023-04-12T06:33:38.304Z] taggedImages: [2023-04-12T06:33:38.304Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:38.304Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-04-12T06:33:38.304Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.128 [2023-04-12T06:33:38.304Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:38.305Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-04-12T06:33:38.318Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-04-12T06:33:38.318Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:38.318Z] latest [2023-04-12T06:33:38.318Z] 3.0.0-dev.128 [2023-04-12T06:33:38.318Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:38.318Z] main [2023-04-12T06:33:38.318Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:38.650Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:38.994Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:38.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-12T06:33:38.994Z] 652cef35647a: Preparing [2023-04-12T06:33:38.994Z] b89bc5f23a75: Preparing [2023-04-12T06:33:38.994Z] df1ef3165066: Preparing [2023-04-12T06:33:38.994Z] 57302882ee42: Preparing [2023-04-12T06:33:38.994Z] 22b13a5ae4e8: Preparing [2023-04-12T06:33:38.994Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:38.994Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:38.994Z] 601aeea23078: Preparing [2023-04-12T06:33:38.994Z] 26cbea5cba74: Preparing [2023-04-12T06:33:38.994Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:38.994Z] 601aeea23078: Waiting [2023-04-12T06:33:38.994Z] 26cbea5cba74: Waiting [2023-04-12T06:33:38.994Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:39.259Z] df1ef3165066: Pushed [2023-04-12T06:33:39.259Z] b89bc5f23a75: Pushed [2023-04-12T06:33:39.259Z] 652cef35647a: Pushed [2023-04-12T06:33:39.259Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:39.259Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:39.259Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:40.214Z] 601aeea23078: Pushed [2023-04-12T06:33:48.402Z] 22b13a5ae4e8: Pushed [2023-04-12T06:33:55.029Z] 57302882ee42: Pushed [2023-04-12T06:33:55.295Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:b6424321fa25472753e0dabe5cfc9126ba8cbbaf74360be706112040bff20239 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:55.645Z] + 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-12T06:33:55.986Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-04-12T06:33:55.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-12T06:33:55.986Z] 652cef35647a: Preparing [2023-04-12T06:33:55.986Z] b89bc5f23a75: Preparing [2023-04-12T06:33:55.986Z] df1ef3165066: Preparing [2023-04-12T06:33:55.986Z] 57302882ee42: Preparing [2023-04-12T06:33:55.986Z] 22b13a5ae4e8: Preparing [2023-04-12T06:33:55.986Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:55.986Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:55.986Z] 601aeea23078: Preparing [2023-04-12T06:33:55.986Z] 26cbea5cba74: Preparing [2023-04-12T06:33:55.986Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:55.986Z] 26cbea5cba74: Waiting [2023-04-12T06:33:55.986Z] 601aeea23078: Waiting [2023-04-12T06:33:55.986Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:55.986Z] 22b13a5ae4e8: Layer already exists [2023-04-12T06:33:55.986Z] 57302882ee42: Layer already exists [2023-04-12T06:33:55.986Z] b89bc5f23a75: Layer already exists [2023-04-12T06:33:55.986Z] df1ef3165066: Layer already exists [2023-04-12T06:33:55.986Z] 652cef35647a: Layer already exists [2023-04-12T06:33:55.986Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:55.986Z] 601aeea23078: Layer already exists [2023-04-12T06:33:55.986Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:55.986Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:56.251Z] latest: digest: sha256:b6424321fa25472753e0dabe5cfc9126ba8cbbaf74360be706112040bff20239 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:56.584Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:56.916Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.128 [2023-04-12T06:33:56.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-12T06:33:56.916Z] 652cef35647a: Preparing [2023-04-12T06:33:56.916Z] b89bc5f23a75: Preparing [2023-04-12T06:33:56.916Z] df1ef3165066: Preparing [2023-04-12T06:33:56.916Z] 57302882ee42: Preparing [2023-04-12T06:33:56.916Z] 22b13a5ae4e8: Preparing [2023-04-12T06:33:56.916Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:56.916Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:56.916Z] 601aeea23078: Preparing [2023-04-12T06:33:56.916Z] 26cbea5cba74: Preparing [2023-04-12T06:33:56.916Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:56.916Z] 26cbea5cba74: Waiting [2023-04-12T06:33:56.916Z] 601aeea23078: Waiting [2023-04-12T06:33:56.916Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:56.916Z] 22b13a5ae4e8: Layer already exists [2023-04-12T06:33:56.916Z] df1ef3165066: Layer already exists [2023-04-12T06:33:56.916Z] 57302882ee42: Layer already exists [2023-04-12T06:33:56.916Z] 652cef35647a: Layer already exists [2023-04-12T06:33:56.916Z] b89bc5f23a75: Layer already exists [2023-04-12T06:33:56.916Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:56.916Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:56.916Z] 601aeea23078: Layer already exists [2023-04-12T06:33:56.916Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:57.181Z] 3.0.0-dev.128: digest: sha256:b6424321fa25472753e0dabe5cfc9126ba8cbbaf74360be706112040bff20239 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:57.509Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:57.834Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:57.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-12T06:33:57.834Z] 652cef35647a: Preparing [2023-04-12T06:33:57.834Z] b89bc5f23a75: Preparing [2023-04-12T06:33:57.834Z] df1ef3165066: Preparing [2023-04-12T06:33:57.834Z] 57302882ee42: Preparing [2023-04-12T06:33:57.834Z] 22b13a5ae4e8: Preparing [2023-04-12T06:33:57.834Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:57.834Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:57.834Z] 601aeea23078: Preparing [2023-04-12T06:33:57.834Z] 26cbea5cba74: Preparing [2023-04-12T06:33:57.834Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:57.834Z] 601aeea23078: Waiting [2023-04-12T06:33:57.834Z] 26cbea5cba74: Waiting [2023-04-12T06:33:57.834Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:57.834Z] b89bc5f23a75: Layer already exists [2023-04-12T06:33:57.834Z] 22b13a5ae4e8: Layer already exists [2023-04-12T06:33:57.834Z] 652cef35647a: Layer already exists [2023-04-12T06:33:57.834Z] df1ef3165066: Layer already exists [2023-04-12T06:33:57.834Z] 57302882ee42: Layer already exists [2023-04-12T06:33:57.834Z] 601aeea23078: Layer already exists [2023-04-12T06:33:57.834Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:57.834Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:57.834Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:58.099Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:b6424321fa25472753e0dabe5cfc9126ba8cbbaf74360be706112040bff20239 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:58.428Z] + 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-12T06:33:58.754Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-04-12T06:33:58.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-12T06:33:58.754Z] 652cef35647a: Preparing [2023-04-12T06:33:58.754Z] b89bc5f23a75: Preparing [2023-04-12T06:33:58.754Z] df1ef3165066: Preparing [2023-04-12T06:33:58.754Z] 57302882ee42: Preparing [2023-04-12T06:33:58.754Z] 22b13a5ae4e8: Preparing [2023-04-12T06:33:58.754Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:58.754Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:58.754Z] 601aeea23078: Preparing [2023-04-12T06:33:58.754Z] 26cbea5cba74: Preparing [2023-04-12T06:33:58.754Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:58.754Z] 5ea15e0a5445: Waiting [2023-04-12T06:33:58.754Z] 601aeea23078: Waiting [2023-04-12T06:33:58.754Z] 26cbea5cba74: Waiting [2023-04-12T06:33:58.754Z] b89bc5f23a75: Layer already exists [2023-04-12T06:33:58.754Z] 57302882ee42: Layer already exists [2023-04-12T06:33:58.754Z] df1ef3165066: Layer already exists [2023-04-12T06:33:58.754Z] 652cef35647a: Layer already exists [2023-04-12T06:33:58.754Z] 22b13a5ae4e8: Layer already exists [2023-04-12T06:33:58.754Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:33:58.754Z] 601aeea23078: Layer already exists [2023-04-12T06:33:58.754Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:33:58.754Z] 26cbea5cba74: Layer already exists [2023-04-12T06:33:59.019Z] main: digest: sha256:b6424321fa25472753e0dabe5cfc9126ba8cbbaf74360be706112040bff20239 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:33:59.058Z] ===================================================== [Pipeline] echo [2023-04-12T06:33:59.063Z] taggedImages: [2023-04-12T06:33:59.063Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:59.063Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-04-12T06:33:59.063Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.128 [2023-04-12T06:33:59.063Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:59.063Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-04-12T06:33:59.078Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-04-12T06:33:59.078Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:59.078Z] latest [2023-04-12T06:33:59.078Z] 3.0.0-dev.128 [2023-04-12T06:33:59.078Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:33:59.078Z] main [2023-04-12T06:33:59.078Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:59.409Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:33:59.745Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:33:59.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-12T06:33:59.746Z] 4fb4b098d28b: Preparing [2023-04-12T06:33:59.746Z] 8e50c7d0b530: Preparing [2023-04-12T06:33:59.746Z] 46bcaaccdab7: Preparing [2023-04-12T06:33:59.746Z] 1176be82e52c: Preparing [2023-04-12T06:33:59.746Z] 5ea15e0a5445: Preparing [2023-04-12T06:33:59.746Z] 0ffa42b37ff8: Preparing [2023-04-12T06:33:59.746Z] 629942d765e1: Preparing [2023-04-12T06:33:59.746Z] 26cbea5cba74: Preparing [2023-04-12T06:33:59.746Z] 629942d765e1: Waiting [2023-04-12T06:33:59.746Z] 26cbea5cba74: Waiting [2023-04-12T06:33:59.746Z] 0ffa42b37ff8: Waiting [2023-04-12T06:33:59.746Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:00.011Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:00.011Z] 46bcaaccdab7: Pushed [2023-04-12T06:34:00.011Z] 4fb4b098d28b: Pushed [2023-04-12T06:34:00.011Z] 8e50c7d0b530: Pushed [2023-04-12T06:34:00.011Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:00.591Z] 629942d765e1: Pushed [2023-04-12T06:34:15.562Z] 1176be82e52c: Pushed [2023-04-12T06:34:15.826Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:e7b91aa00da1d33f66c3981943e89db5655912853c38734d172b9e053802a69a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:16.156Z] + 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-12T06:34:16.484Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-04-12T06:34:16.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-12T06:34:16.484Z] 4fb4b098d28b: Preparing [2023-04-12T06:34:16.484Z] 8e50c7d0b530: Preparing [2023-04-12T06:34:16.484Z] 46bcaaccdab7: Preparing [2023-04-12T06:34:16.484Z] 1176be82e52c: Preparing [2023-04-12T06:34:16.484Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:16.484Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:16.484Z] 629942d765e1: Preparing [2023-04-12T06:34:16.484Z] 26cbea5cba74: Preparing [2023-04-12T06:34:16.484Z] 0ffa42b37ff8: Waiting [2023-04-12T06:34:16.484Z] 629942d765e1: Waiting [2023-04-12T06:34:16.484Z] 26cbea5cba74: Waiting [2023-04-12T06:34:16.484Z] 8e50c7d0b530: Layer already exists [2023-04-12T06:34:16.484Z] 46bcaaccdab7: Layer already exists [2023-04-12T06:34:16.484Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:16.484Z] 1176be82e52c: Layer already exists [2023-04-12T06:34:16.484Z] 4fb4b098d28b: Layer already exists [2023-04-12T06:34:16.484Z] 629942d765e1: Layer already exists [2023-04-12T06:34:16.484Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:16.484Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:16.748Z] latest: digest: sha256:e7b91aa00da1d33f66c3981943e89db5655912853c38734d172b9e053802a69a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:17.080Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:17.410Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.128 [2023-04-12T06:34:17.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-12T06:34:17.410Z] 4fb4b098d28b: Preparing [2023-04-12T06:34:17.410Z] 8e50c7d0b530: Preparing [2023-04-12T06:34:17.410Z] 46bcaaccdab7: Preparing [2023-04-12T06:34:17.410Z] 1176be82e52c: Preparing [2023-04-12T06:34:17.410Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:17.410Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:17.410Z] 629942d765e1: Preparing [2023-04-12T06:34:17.410Z] 26cbea5cba74: Preparing [2023-04-12T06:34:17.410Z] 629942d765e1: Waiting [2023-04-12T06:34:17.410Z] 26cbea5cba74: Waiting [2023-04-12T06:34:17.410Z] 0ffa42b37ff8: Waiting [2023-04-12T06:34:17.410Z] 8e50c7d0b530: Layer already exists [2023-04-12T06:34:17.410Z] 4fb4b098d28b: Layer already exists [2023-04-12T06:34:17.410Z] 1176be82e52c: Layer already exists [2023-04-12T06:34:17.410Z] 46bcaaccdab7: Layer already exists [2023-04-12T06:34:17.410Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:17.410Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:17.410Z] 629942d765e1: Layer already exists [2023-04-12T06:34:17.410Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:17.410Z] 3.0.0-dev.128: digest: sha256:e7b91aa00da1d33f66c3981943e89db5655912853c38734d172b9e053802a69a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:18.004Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:18.330Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:34:18.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-12T06:34:18.330Z] 4fb4b098d28b: Preparing [2023-04-12T06:34:18.330Z] 8e50c7d0b530: Preparing [2023-04-12T06:34:18.330Z] 46bcaaccdab7: Preparing [2023-04-12T06:34:18.330Z] 1176be82e52c: Preparing [2023-04-12T06:34:18.330Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:18.330Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:18.330Z] 629942d765e1: Preparing [2023-04-12T06:34:18.330Z] 26cbea5cba74: Preparing [2023-04-12T06:34:18.330Z] 629942d765e1: Waiting [2023-04-12T06:34:18.330Z] 26cbea5cba74: Waiting [2023-04-12T06:34:18.330Z] 0ffa42b37ff8: Waiting [2023-04-12T06:34:18.330Z] 46bcaaccdab7: Layer already exists [2023-04-12T06:34:18.330Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:18.330Z] 1176be82e52c: Layer already exists [2023-04-12T06:34:18.330Z] 8e50c7d0b530: Layer already exists [2023-04-12T06:34:18.330Z] 4fb4b098d28b: Layer already exists [2023-04-12T06:34:18.330Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:18.330Z] 629942d765e1: Layer already exists [2023-04-12T06:34:18.330Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:18.594Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:e7b91aa00da1d33f66c3981943e89db5655912853c38734d172b9e053802a69a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:18.994Z] + 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-12T06:34:19.340Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-04-12T06:34:19.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-12T06:34:19.340Z] 4fb4b098d28b: Preparing [2023-04-12T06:34:19.340Z] 8e50c7d0b530: Preparing [2023-04-12T06:34:19.340Z] 46bcaaccdab7: Preparing [2023-04-12T06:34:19.340Z] 1176be82e52c: Preparing [2023-04-12T06:34:19.340Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:19.340Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:19.340Z] 629942d765e1: Preparing [2023-04-12T06:34:19.340Z] 26cbea5cba74: Preparing [2023-04-12T06:34:19.340Z] 0ffa42b37ff8: Waiting [2023-04-12T06:34:19.340Z] 26cbea5cba74: Waiting [2023-04-12T06:34:19.340Z] 629942d765e1: Waiting [2023-04-12T06:34:19.340Z] 8e50c7d0b530: Layer already exists [2023-04-12T06:34:19.340Z] 4fb4b098d28b: Layer already exists [2023-04-12T06:34:19.340Z] 46bcaaccdab7: Layer already exists [2023-04-12T06:34:19.340Z] 1176be82e52c: Layer already exists [2023-04-12T06:34:19.340Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:19.340Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:19.340Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:19.340Z] 629942d765e1: Layer already exists [2023-04-12T06:34:19.607Z] main: digest: sha256:e7b91aa00da1d33f66c3981943e89db5655912853c38734d172b9e053802a69a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:34:19.660Z] ===================================================== [Pipeline] echo [2023-04-12T06:34:19.670Z] taggedImages: [2023-04-12T06:34:19.670Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:34:19.670Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-04-12T06:34:19.670Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.128 [2023-04-12T06:34:19.670Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:34:19.670Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-04-12T06:34:19.691Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-04-12T06:34:19.691Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:34:19.691Z] latest [2023-04-12T06:34:19.691Z] 3.0.0-dev.128 [2023-04-12T06:34:19.691Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:34:19.691Z] main [2023-04-12T06:34:19.691Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:20.059Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:20.409Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:34:20.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-12T06:34:20.410Z] 85cfb6c351ba: Preparing [2023-04-12T06:34:20.410Z] f9894c307d72: Preparing [2023-04-12T06:34:20.410Z] 58eea2f83f52: Preparing [2023-04-12T06:34:20.410Z] 72c0b0491772: Preparing [2023-04-12T06:34:20.410Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:20.410Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:20.410Z] 601aeea23078: Preparing [2023-04-12T06:34:20.410Z] 26cbea5cba74: Preparing [2023-04-12T06:34:20.410Z] 0ffa42b37ff8: Waiting [2023-04-12T06:34:20.410Z] 601aeea23078: Waiting [2023-04-12T06:34:20.410Z] 26cbea5cba74: Waiting [2023-04-12T06:34:20.410Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:20.410Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:20.676Z] 601aeea23078: Layer already exists [2023-04-12T06:34:20.676Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:20.676Z] 58eea2f83f52: Pushed [2023-04-12T06:34:20.676Z] f9894c307d72: Pushed [2023-04-12T06:34:20.676Z] 85cfb6c351ba: Pushed [2023-04-12T06:34:38.862Z] 72c0b0491772: Pushed [2023-04-12T06:34:38.862Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:275e51d04aa7f1b8a937aa5a2a8b2c1694fabcdba2df3f4a3c96f8f6955eb256 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:39.201Z] + 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-12T06:34:39.527Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-04-12T06:34:39.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-12T06:34:39.527Z] 85cfb6c351ba: Preparing [2023-04-12T06:34:39.527Z] f9894c307d72: Preparing [2023-04-12T06:34:39.527Z] 58eea2f83f52: Preparing [2023-04-12T06:34:39.527Z] 72c0b0491772: Preparing [2023-04-12T06:34:39.527Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:39.527Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:39.527Z] 601aeea23078: Preparing [2023-04-12T06:34:39.527Z] 26cbea5cba74: Preparing [2023-04-12T06:34:39.527Z] 0ffa42b37ff8: Waiting [2023-04-12T06:34:39.527Z] 601aeea23078: Waiting [2023-04-12T06:34:39.527Z] 26cbea5cba74: Waiting [2023-04-12T06:34:39.527Z] f9894c307d72: Layer already exists [2023-04-12T06:34:39.527Z] 58eea2f83f52: Layer already exists [2023-04-12T06:34:39.527Z] 85cfb6c351ba: Layer already exists [2023-04-12T06:34:39.527Z] 72c0b0491772: Layer already exists [2023-04-12T06:34:39.527Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:39.527Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:39.527Z] 601aeea23078: Layer already exists [2023-04-12T06:34:39.527Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:39.793Z] latest: digest: sha256:275e51d04aa7f1b8a937aa5a2a8b2c1694fabcdba2df3f4a3c96f8f6955eb256 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:40.123Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:40.448Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.128 [2023-04-12T06:34:40.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-12T06:34:40.448Z] 85cfb6c351ba: Preparing [2023-04-12T06:34:40.448Z] f9894c307d72: Preparing [2023-04-12T06:34:40.448Z] 58eea2f83f52: Preparing [2023-04-12T06:34:40.448Z] 72c0b0491772: Preparing [2023-04-12T06:34:40.448Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:40.448Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:40.448Z] 601aeea23078: Preparing [2023-04-12T06:34:40.448Z] 26cbea5cba74: Preparing [2023-04-12T06:34:40.448Z] 601aeea23078: Waiting [2023-04-12T06:34:40.448Z] 26cbea5cba74: Waiting [2023-04-12T06:34:40.448Z] 0ffa42b37ff8: Waiting [2023-04-12T06:34:40.448Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:40.448Z] 85cfb6c351ba: Layer already exists [2023-04-12T06:34:40.448Z] f9894c307d72: Layer already exists [2023-04-12T06:34:40.448Z] 58eea2f83f52: Layer already exists [2023-04-12T06:34:40.448Z] 72c0b0491772: Layer already exists [2023-04-12T06:34:40.448Z] 601aeea23078: Layer already exists [2023-04-12T06:34:40.448Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:40.448Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:40.712Z] 3.0.0-dev.128: digest: sha256:275e51d04aa7f1b8a937aa5a2a8b2c1694fabcdba2df3f4a3c96f8f6955eb256 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:41.046Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:41.382Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:34:41.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-12T06:34:41.383Z] 85cfb6c351ba: Preparing [2023-04-12T06:34:41.383Z] f9894c307d72: Preparing [2023-04-12T06:34:41.383Z] 58eea2f83f52: Preparing [2023-04-12T06:34:41.383Z] 72c0b0491772: Preparing [2023-04-12T06:34:41.383Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:41.383Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:41.383Z] 601aeea23078: Preparing [2023-04-12T06:34:41.383Z] 26cbea5cba74: Preparing [2023-04-12T06:34:41.383Z] 0ffa42b37ff8: Waiting [2023-04-12T06:34:41.383Z] 601aeea23078: Waiting [2023-04-12T06:34:41.383Z] 26cbea5cba74: Waiting [2023-04-12T06:34:41.383Z] 72c0b0491772: Layer already exists [2023-04-12T06:34:41.383Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:41.383Z] f9894c307d72: Layer already exists [2023-04-12T06:34:41.383Z] 58eea2f83f52: Layer already exists [2023-04-12T06:34:41.383Z] 85cfb6c351ba: Layer already exists [2023-04-12T06:34:41.383Z] 601aeea23078: Layer already exists [2023-04-12T06:34:41.383Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:41.383Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:41.647Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:275e51d04aa7f1b8a937aa5a2a8b2c1694fabcdba2df3f4a3c96f8f6955eb256 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:41.985Z] + 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-12T06:34:42.311Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-04-12T06:34:42.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-12T06:34:42.311Z] 85cfb6c351ba: Preparing [2023-04-12T06:34:42.311Z] f9894c307d72: Preparing [2023-04-12T06:34:42.311Z] 58eea2f83f52: Preparing [2023-04-12T06:34:42.311Z] 72c0b0491772: Preparing [2023-04-12T06:34:42.311Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:42.311Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:42.311Z] 601aeea23078: Preparing [2023-04-12T06:34:42.311Z] 26cbea5cba74: Preparing [2023-04-12T06:34:42.311Z] 0ffa42b37ff8: Waiting [2023-04-12T06:34:42.311Z] 601aeea23078: Waiting [2023-04-12T06:34:42.311Z] 26cbea5cba74: Waiting [2023-04-12T06:34:42.311Z] 85cfb6c351ba: Layer already exists [2023-04-12T06:34:42.311Z] 72c0b0491772: Layer already exists [2023-04-12T06:34:42.311Z] 58eea2f83f52: Layer already exists [2023-04-12T06:34:42.311Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:42.311Z] f9894c307d72: Layer already exists [2023-04-12T06:34:42.311Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:42.311Z] 601aeea23078: Layer already exists [2023-04-12T06:34:42.311Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:42.575Z] main: digest: sha256:275e51d04aa7f1b8a937aa5a2a8b2c1694fabcdba2df3f4a3c96f8f6955eb256 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:34:42.629Z] ===================================================== [Pipeline] echo [2023-04-12T06:34:42.638Z] taggedImages: [2023-04-12T06:34:42.638Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:34:42.638Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-04-12T06:34:42.638Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.128 [2023-04-12T06:34:42.638Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:34:42.638Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-04-12T06:34:42.659Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-04-12T06:34:42.659Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:34:42.659Z] latest [2023-04-12T06:34:42.659Z] 3.0.0-dev.128 [2023-04-12T06:34:42.659Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:34:42.659Z] main [2023-04-12T06:34:42.659Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:43.001Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:43.332Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:34:43.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-12T06:34:43.332Z] 6f83280940e5: Preparing [2023-04-12T06:34:43.332Z] 0322ca9c1131: Preparing [2023-04-12T06:34:43.332Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:43.332Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:43.332Z] 66d71fce4700: Preparing [2023-04-12T06:34:43.332Z] 26cbea5cba74: Preparing [2023-04-12T06:34:43.332Z] 26cbea5cba74: Waiting [2023-04-12T06:34:43.332Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:43.332Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:43.597Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:43.597Z] 6f83280940e5: Pushed [2023-04-12T06:34:43.862Z] 66d71fce4700: Pushed [2023-04-12T06:34:49.179Z] 0322ca9c1131: Pushed [2023-04-12T06:34:49.179Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:283e01e7f6dc7e004faee8942bd9fd59d64bf7c559b41cab24c6af3f16f4e1a4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:49.510Z] + 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-12T06:34:49.847Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-04-12T06:34:49.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-12T06:34:49.847Z] 6f83280940e5: Preparing [2023-04-12T06:34:49.847Z] 0322ca9c1131: Preparing [2023-04-12T06:34:49.847Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:49.847Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:49.847Z] 66d71fce4700: Preparing [2023-04-12T06:34:49.847Z] 26cbea5cba74: Preparing [2023-04-12T06:34:49.847Z] 26cbea5cba74: Waiting [2023-04-12T06:34:49.847Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:49.847Z] 66d71fce4700: Layer already exists [2023-04-12T06:34:49.847Z] 6f83280940e5: Layer already exists [2023-04-12T06:34:49.847Z] 0322ca9c1131: Layer already exists [2023-04-12T06:34:49.847Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:49.847Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:50.112Z] latest: digest: sha256:283e01e7f6dc7e004faee8942bd9fd59d64bf7c559b41cab24c6af3f16f4e1a4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:50.450Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:50.780Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.128 [2023-04-12T06:34:50.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-12T06:34:50.780Z] 6f83280940e5: Preparing [2023-04-12T06:34:50.781Z] 0322ca9c1131: Preparing [2023-04-12T06:34:50.781Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:50.781Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:50.781Z] 66d71fce4700: Preparing [2023-04-12T06:34:50.781Z] 26cbea5cba74: Preparing [2023-04-12T06:34:50.781Z] 26cbea5cba74: Waiting [2023-04-12T06:34:50.781Z] 0322ca9c1131: Layer already exists [2023-04-12T06:34:50.781Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:50.781Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:50.781Z] 6f83280940e5: Layer already exists [2023-04-12T06:34:50.781Z] 66d71fce4700: Layer already exists [2023-04-12T06:34:50.781Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:50.781Z] 3.0.0-dev.128: digest: sha256:283e01e7f6dc7e004faee8942bd9fd59d64bf7c559b41cab24c6af3f16f4e1a4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:51.372Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:51.701Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:34:51.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-12T06:34:51.701Z] 6f83280940e5: Preparing [2023-04-12T06:34:51.701Z] 0322ca9c1131: Preparing [2023-04-12T06:34:51.701Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:51.701Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:51.701Z] 66d71fce4700: Preparing [2023-04-12T06:34:51.701Z] 26cbea5cba74: Preparing [2023-04-12T06:34:51.701Z] 26cbea5cba74: Waiting [2023-04-12T06:34:51.701Z] 66d71fce4700: Layer already exists [2023-04-12T06:34:51.701Z] 0322ca9c1131: Layer already exists [2023-04-12T06:34:51.701Z] 6f83280940e5: Layer already exists [2023-04-12T06:34:51.701Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:51.701Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:51.701Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:51.965Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:283e01e7f6dc7e004faee8942bd9fd59d64bf7c559b41cab24c6af3f16f4e1a4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:52.293Z] + 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-12T06:34:52.628Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-04-12T06:34:52.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-12T06:34:52.628Z] 6f83280940e5: Preparing [2023-04-12T06:34:52.628Z] 0322ca9c1131: Preparing [2023-04-12T06:34:52.628Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:52.628Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:52.628Z] 66d71fce4700: Preparing [2023-04-12T06:34:52.628Z] 26cbea5cba74: Preparing [2023-04-12T06:34:52.628Z] 26cbea5cba74: Waiting [2023-04-12T06:34:52.628Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:52.628Z] 66d71fce4700: Layer already exists [2023-04-12T06:34:52.628Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:52.628Z] 0322ca9c1131: Layer already exists [2023-04-12T06:34:52.628Z] 6f83280940e5: Layer already exists [2023-04-12T06:34:52.628Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:52.628Z] main: digest: sha256:283e01e7f6dc7e004faee8942bd9fd59d64bf7c559b41cab24c6af3f16f4e1a4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:34:52.991Z] ===================================================== [Pipeline] echo [2023-04-12T06:34:53.002Z] taggedImages: [2023-04-12T06:34:53.002Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:34:53.002Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-04-12T06:34:53.002Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.128 [2023-04-12T06:34:53.002Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:34:53.002Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-04-12T06:34:53.022Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-04-12T06:34:53.022Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:34:53.022Z] latest [2023-04-12T06:34:53.022Z] 3.0.0-dev.128 [2023-04-12T06:34:53.022Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:34:53.022Z] main [2023-04-12T06:34:53.022Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:53.387Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:53.721Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:34:53.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-12T06:34:53.721Z] 0943d8ec6785: Preparing [2023-04-12T06:34:53.721Z] b9eee001a213: Preparing [2023-04-12T06:34:53.721Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:53.721Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:53.721Z] 558ff4c52c36: Preparing [2023-04-12T06:34:53.721Z] 26cbea5cba74: Preparing [2023-04-12T06:34:53.721Z] 26cbea5cba74: Waiting [2023-04-12T06:34:53.721Z] 558ff4c52c36: Layer already exists [2023-04-12T06:34:53.721Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:53.721Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:53.986Z] 26cbea5cba74: Layer already exists [2023-04-12T06:34:53.986Z] 0943d8ec6785: Pushed [2023-04-12T06:34:59.317Z] b9eee001a213: Pushed [2023-04-12T06:34:59.317Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:203b5acbeab1738f838a6c0f49e5b0b2f4c47fc90e3adedd8fdef7b131864036 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:34:59.647Z] + 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-12T06:34:59.973Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-04-12T06:34:59.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-12T06:34:59.973Z] 0943d8ec6785: Preparing [2023-04-12T06:34:59.973Z] b9eee001a213: Preparing [2023-04-12T06:34:59.973Z] 5ea15e0a5445: Preparing [2023-04-12T06:34:59.973Z] 0ffa42b37ff8: Preparing [2023-04-12T06:34:59.973Z] 558ff4c52c36: Preparing [2023-04-12T06:34:59.973Z] 26cbea5cba74: Preparing [2023-04-12T06:34:59.973Z] 26cbea5cba74: Waiting [2023-04-12T06:34:59.973Z] 0943d8ec6785: Layer already exists [2023-04-12T06:34:59.973Z] b9eee001a213: Layer already exists [2023-04-12T06:34:59.973Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:34:59.973Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:34:59.973Z] 558ff4c52c36: Layer already exists [2023-04-12T06:34:59.973Z] 26cbea5cba74: Layer already exists [2023-04-12T06:35:00.238Z] latest: digest: sha256:203b5acbeab1738f838a6c0f49e5b0b2f4c47fc90e3adedd8fdef7b131864036 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:35:00.564Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:35:00.894Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.128 [2023-04-12T06:35:00.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-12T06:35:00.895Z] 0943d8ec6785: Preparing [2023-04-12T06:35:00.895Z] b9eee001a213: Preparing [2023-04-12T06:35:00.895Z] 5ea15e0a5445: Preparing [2023-04-12T06:35:00.895Z] 0ffa42b37ff8: Preparing [2023-04-12T06:35:00.895Z] 558ff4c52c36: Preparing [2023-04-12T06:35:00.895Z] 26cbea5cba74: Preparing [2023-04-12T06:35:00.895Z] 26cbea5cba74: Waiting [2023-04-12T06:35:00.895Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:35:00.895Z] b9eee001a213: Layer already exists [2023-04-12T06:35:00.895Z] 0943d8ec6785: Layer already exists [2023-04-12T06:35:00.895Z] 558ff4c52c36: Layer already exists [2023-04-12T06:35:00.895Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:35:00.895Z] 26cbea5cba74: Layer already exists [2023-04-12T06:35:01.160Z] 3.0.0-dev.128: digest: sha256:203b5acbeab1738f838a6c0f49e5b0b2f4c47fc90e3adedd8fdef7b131864036 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:35:01.488Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:35:01.819Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:35:01.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-12T06:35:01.819Z] 0943d8ec6785: Preparing [2023-04-12T06:35:01.819Z] b9eee001a213: Preparing [2023-04-12T06:35:01.819Z] 5ea15e0a5445: Preparing [2023-04-12T06:35:01.819Z] 0ffa42b37ff8: Preparing [2023-04-12T06:35:01.819Z] 558ff4c52c36: Preparing [2023-04-12T06:35:01.819Z] 26cbea5cba74: Preparing [2023-04-12T06:35:01.819Z] 26cbea5cba74: Waiting [2023-04-12T06:35:01.819Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:35:01.819Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:35:01.819Z] 558ff4c52c36: Layer already exists [2023-04-12T06:35:01.819Z] b9eee001a213: Layer already exists [2023-04-12T06:35:01.819Z] 0943d8ec6785: Layer already exists [2023-04-12T06:35:01.819Z] 26cbea5cba74: Layer already exists [2023-04-12T06:35:02.084Z] 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:203b5acbeab1738f838a6c0f49e5b0b2f4c47fc90e3adedd8fdef7b131864036 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:35:02.421Z] + 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-12T06:35:02.754Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-04-12T06:35:02.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-12T06:35:02.754Z] 0943d8ec6785: Preparing [2023-04-12T06:35:02.754Z] b9eee001a213: Preparing [2023-04-12T06:35:02.754Z] 5ea15e0a5445: Preparing [2023-04-12T06:35:02.754Z] 0ffa42b37ff8: Preparing [2023-04-12T06:35:02.754Z] 558ff4c52c36: Preparing [2023-04-12T06:35:02.754Z] 26cbea5cba74: Preparing [2023-04-12T06:35:02.754Z] 26cbea5cba74: Waiting [2023-04-12T06:35:02.754Z] b9eee001a213: Layer already exists [2023-04-12T06:35:02.754Z] 5ea15e0a5445: Layer already exists [2023-04-12T06:35:02.754Z] 558ff4c52c36: Layer already exists [2023-04-12T06:35:02.754Z] 0ffa42b37ff8: Layer already exists [2023-04-12T06:35:02.754Z] 0943d8ec6785: Layer already exists [2023-04-12T06:35:02.754Z] 26cbea5cba74: Layer already exists [2023-04-12T06:35:03.018Z] main: digest: sha256:203b5acbeab1738f838a6c0f49e5b0b2f4c47fc90e3adedd8fdef7b131864036 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-12T06:35:03.078Z] ===================================================== [Pipeline] echo [2023-04-12T06:35:03.086Z] taggedImages: [2023-04-12T06:35:03.086Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [2023-04-12T06:35:03.086Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-04-12T06:35:03.086Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.128 [2023-04-12T06:35:03.086Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [2023-04-12T06:35:03.086Z] - 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-12T06:35:03.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-12T06:35:03.452Z] [2023-04-12T06:35:03.452Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:35:03.775Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-12T06:35:03.775Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-12T06:35:03.775Z] 8998bd30e6a1: Pulling fs layer [2023-04-12T06:35:03.775Z] 04944245beec: Pulling fs layer [2023-04-12T06:35:03.775Z] 699f458cf7ca: Pulling fs layer [2023-04-12T06:35:03.775Z] 765212b225bb: Pulling fs layer [2023-04-12T06:35:03.775Z] f23df028b6ca: Pulling fs layer [2023-04-12T06:35:03.775Z] d65c8cfc05b1: Pulling fs layer [2023-04-12T06:35:03.775Z] 2437ff75d9bd: Pulling fs layer [2023-04-12T06:35:03.775Z] 765212b225bb: Waiting [2023-04-12T06:35:03.775Z] f23df028b6ca: Waiting [2023-04-12T06:35:03.775Z] d65c8cfc05b1: Waiting [2023-04-12T06:35:03.775Z] 2437ff75d9bd: Waiting [2023-04-12T06:35:04.041Z] 04944245beec: Verifying Checksum [2023-04-12T06:35:04.041Z] 04944245beec: Download complete [2023-04-12T06:35:04.041Z] 765212b225bb: Verifying Checksum [2023-04-12T06:35:04.041Z] 765212b225bb: Download complete [2023-04-12T06:35:04.041Z] f23df028b6ca: Download complete [2023-04-12T06:35:04.041Z] d65c8cfc05b1: Verifying Checksum [2023-04-12T06:35:04.041Z] d65c8cfc05b1: Download complete [2023-04-12T06:35:04.041Z] 699f458cf7ca: Verifying Checksum [2023-04-12T06:35:04.041Z] 699f458cf7ca: Download complete [2023-04-12T06:35:04.626Z] 8998bd30e6a1: Verifying Checksum [2023-04-12T06:35:04.626Z] 8998bd30e6a1: Download complete [2023-04-12T06:35:06.566Z] 2437ff75d9bd: Verifying Checksum [2023-04-12T06:35:06.566Z] 2437ff75d9bd: Download complete [2023-04-12T06:35:08.503Z] 8998bd30e6a1: Pull complete [2023-04-12T06:35:09.084Z] 04944245beec: Pull complete [2023-04-12T06:35:10.487Z] 699f458cf7ca: Pull complete [2023-04-12T06:35:10.487Z] 765212b225bb: Pull complete [2023-04-12T06:35:11.445Z] f23df028b6ca: Pull complete [2023-04-12T06:35:11.445Z] d65c8cfc05b1: Pull complete [2023-04-12T06:35:26.418Z] 2437ff75d9bd: Pull complete [2023-04-12T06:35:26.418Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-12T06:35:26.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-12T06:35:26.418Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:35:26.606Z] prd-ubuntu20.04-docker-arm64-4c-16g-7542 does not seem to be running inside a container [2023-04-12T06:35:26.655Z] $ 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/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-12T06:35:29.392Z] $ docker top 38fbdbeeb3c8bfb4866f9574a7665ebb93d2d122a02de75c3551cc7aad5aeda1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:35:30.332Z] ---> job-cost.sh [2023-04-12T06:35:30.332Z] lf-activate-venv: SKIPPING [2023-04-12T06:35:30.332Z] INFO: No Stack... [2023-04-12T06:35:30.605Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-12T06:35:31.564Z] INFO: Archiving Costs [Pipeline] sh [2023-04-12T06:35:32.193Z] + cut -d, -f6 [2023-04-12T06:35:32.193Z] + cat /w/workspace/edgex-go/490/archives/cost.csv [Pipeline] lock [2023-04-12T06:35:32.266Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-490-stack-cost] [2023-04-12T06:35:32.274Z] Resource [jenkins-edgexfoundry-edgex-go-main-490-stack-cost] did not exist. Created. [2023-04-12T06:35:32.274Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-490-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-12T06:35:32.915Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-12T06:35:33.492Z] Stashed 1 file(s) [Pipeline] } [2023-04-12T06:35:33.504Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-490-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-12T06:35:33.518Z] $ docker stop --time=1 38fbdbeeb3c8bfb4866f9574a7665ebb93d2d122a02de75c3551cc7aad5aeda1 [2023-04-12T06:35:35.032Z] $ docker rm -f --volumes 38fbdbeeb3c8bfb4866f9574a7665ebb93d2d122a02de75c3551cc7aad5aeda1 [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-12T06:35:35.511Z] provisioning config files... [2023-04-12T06:35:35.519Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/490@tmp/config4556744912983845263tmp [Pipeline] { [Pipeline] sh [2023-04-12T06:35:35.806Z] + set +x [2023-04-12T06:35:35.806Z] + curl -s https://codecov.io/bash [2023-04-12T06:35:35.806Z] + bash -s -- [2023-04-12T06:35:35.806Z] [2023-04-12T06:35:35.806Z] _____ _ [2023-04-12T06:35:35.806Z] / ____| | | [2023-04-12T06:35:35.806Z] | | ___ __| | ___ ___ _____ __ [2023-04-12T06:35:35.806Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-12T06:35:35.806Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-12T06:35:35.806Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-12T06:35:35.806Z] Bash-1.0.6 [2023-04-12T06:35:35.806Z] [2023-04-12T06:35:35.806Z] [2023-04-12T06:35:35.806Z] ==> git version 2.25.1 found [2023-04-12T06:35:35.806Z] ==> 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-12T06:35:35.806Z] Release-Date: 2020-01-08 [2023-04-12T06:35:35.806Z] 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-12T06:35:35.806Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-12T06:35:35.806Z] ==> Jenkins CI detected. [2023-04-12T06:35:35.806Z] current dir:  /w/workspace/edgex-go/490 [2023-04-12T06:35:35.806Z] project root: . [2023-04-12T06:35:35.806Z] --> token set from env [2023-04-12T06:35:35.806Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-12T06:35:36.065Z] ==> Running gcov in . (disable via -X gcov) [2023-04-12T06:35:36.065Z] ==> Python coveragepy not found [2023-04-12T06:35:36.065Z] ==> Searching for coverage reports in: [2023-04-12T06:35:36.065Z] + . [2023-04-12T06:35:36.065Z] -> Found 1 reports [2023-04-12T06:35:36.065Z] ==> Detecting git/mercurial file structure [2023-04-12T06:35:36.065Z] ==> Reading reports [2023-04-12T06:35:36.065Z] + ./coverage.out bytes=448244 [2023-04-12T06:35:36.065Z] ==> Appending adjustments [2023-04-12T06:35:36.065Z] https://docs.codecov.io/docs/fixing-reports [2023-04-12T06:35:37.000Z] + Found adjustments [2023-04-12T06:35:37.000Z] ==> Gzipping contents [2023-04-12T06:35:37.000Z] 60K /tmp/codecov.VMeoiB.gz [2023-04-12T06:35:37.000Z] ==> Uploading reports [2023-04-12T06:35:37.000Z] url: https://codecov.io [2023-04-12T06:35:37.000Z] query: branch=main&commit=145341ff45959b68fb1ffbee66110f9f8e8ddab7&build=490&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F490%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-12T06:35:37.000Z] -> Pinging Codecov [2023-04-12T06:35:37.000Z] 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=145341ff45959b68fb1ffbee66110f9f8e8ddab7&build=490&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F490%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-12T06:35:37.259Z] -> Uploading to [2023-04-12T06:35:37.259Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-12/00271124DB129430A58F1EEE437C3FCB/145341ff45959b68fb1ffbee66110f9f8e8ddab7/910712f5-a68b-4fec-9c7b-d2188e1d699a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230412T063537Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=671b85f5b9d69f7c50e61a050942daf19c16f0c4551a55ad18ed63023f24c52e [2023-04-12T06:35:37.259Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-12T06:35:37.259Z] Dload Upload Total Spent Left Speed [2023-04-12T06:35:37.518Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57582 0 0 100 57582 0 179k --:--:-- --:--:-- --:--:-- 178k 100 57582 0 0 100 57582 0 179k --:--:-- --:--:-- --:--:-- 178k [2023-04-12T06:35:37.518Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [2023-04-12T06:35:37.525Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-04-12T06:35:37.715Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-04-12T06:35:37.730Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:35:38.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-12T06:35:38.024Z] [2023-04-12T06:35:38.024Z] 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-12T06:35:38.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-12T06:35:38.326Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-04-12T06:35:38.326Z] df9b9388f04a: Pulling fs layer [2023-04-12T06:35:38.326Z] 52dc419b0ee2: Pulling fs layer [2023-04-12T06:35:38.326Z] 25bc292e5bac: Pulling fs layer [2023-04-12T06:35:38.326Z] 114826534d7a: Pulling fs layer [2023-04-12T06:35:38.326Z] 4657fd5d0bcf: Pulling fs layer [2023-04-12T06:35:38.326Z] 6ad1cebc031e: Pulling fs layer [2023-04-12T06:35:38.326Z] 8a3aa393b2d8: Pulling fs layer [2023-04-12T06:35:38.326Z] 114826534d7a: Waiting [2023-04-12T06:35:38.326Z] 4657fd5d0bcf: Waiting [2023-04-12T06:35:38.326Z] 6ad1cebc031e: Waiting [2023-04-12T06:35:38.326Z] 8a3aa393b2d8: Waiting [2023-04-12T06:35:38.326Z] 25bc292e5bac: Verifying Checksum [2023-04-12T06:35:38.326Z] 25bc292e5bac: Download complete [2023-04-12T06:35:38.326Z] 52dc419b0ee2: Verifying Checksum [2023-04-12T06:35:38.326Z] 52dc419b0ee2: Download complete [2023-04-12T06:35:38.326Z] 4657fd5d0bcf: Download complete [2023-04-12T06:35:38.326Z] df9b9388f04a: Verifying Checksum [2023-04-12T06:35:38.326Z] df9b9388f04a: Download complete [2023-04-12T06:35:38.588Z] 6ad1cebc031e: Verifying Checksum [2023-04-12T06:35:38.588Z] 6ad1cebc031e: Download complete [2023-04-12T06:35:38.588Z] df9b9388f04a: Pull complete [2023-04-12T06:35:38.588Z] 52dc419b0ee2: Pull complete [2023-04-12T06:35:38.588Z] 25bc292e5bac: Pull complete [2023-04-12T06:35:39.160Z] 114826534d7a: Verifying Checksum [2023-04-12T06:35:39.160Z] 114826534d7a: Download complete [2023-04-12T06:35:39.160Z] 8a3aa393b2d8: Download complete [2023-04-12T06:35:42.443Z] 114826534d7a: Pull complete [2023-04-12T06:35:42.443Z] 4657fd5d0bcf: Pull complete [2023-04-12T06:35:42.443Z] 6ad1cebc031e: Pull complete [2023-04-12T06:35:44.980Z] 8a3aa393b2d8: Pull complete [2023-04-12T06:35:44.980Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-04-12T06:35:44.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-12T06:35:44.980Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:35:45.308Z] prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container [2023-04-12T06:35:45.338Z] $ 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/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-04-12T06:35:48.384Z] $ docker top 74f2e80255b39c79a191bdbf4f5f1fbcbbfb28a9e00b51860e7a600005ae72a6 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-12T06:35:48.447Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-04-12T06:35:48.727Z] + set -o pipefail [2023-04-12T06:35:48.727Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-04-12T06:35:54.018Z] [2023-04-12T06:35:54.018Z] Monitoring /w/workspace/edgex-go/490 (github.com/edgexfoundry/edgex-go)... [2023-04-12T06:35:54.018Z] [2023-04-12T06:35:54.018Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/0c7d1f32-7398-41a2-bbeb-1b94c696835c [2023-04-12T06:35:54.018Z] [2023-04-12T06:35:54.018Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-04-12T06:35:54.018Z] [2023-04-12T06:35:54.018Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-04-12T06:35:54.018Z] [2023-04-12T06:35:54.018Z] [2023-04-12T06:35:54.018Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-04-12T06:35:54.018Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-04-12T06:35:54.018Z] More details here: https://snyk.co/ue1NS [2023-04-12T06:35:54.018Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-04-12T06:35:54.018Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-04-12T06:35:54.029Z] $ docker stop --time=1 74f2e80255b39c79a191bdbf4f5f1fbcbbfb28a9e00b51860e7a600005ae72a6 [2023-04-12T06:35:56.046Z] $ docker rm -f --volumes 74f2e80255b39c79a191bdbf4f5f1fbcbbfb28a9e00b51860e7a600005ae72a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-04-12T06:35:56.396Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-12T06:35:56.407Z] provisioning config files... [2023-04-12T06:35:56.415Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/490@tmp/config15249364239337471942tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:35:56.711Z] --> edgex-publish-swagger.sh [2023-04-12T06:35:56.711Z] === Publish openapi/v3 API === [2023-04-12T06:35:56.711Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-04-12T06:35:56.711Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/490/openapi/v3/core-command.yaml] [2023-04-12T06:35:56.711Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-12T06:35:56.711Z] Dload Upload Total Spent Left Speed [2023-04-12T06:35:57.280Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 52686 --:--:-- --:--:-- --:--:-- 52686 [2023-04-12T06:35:57.280Z] [2023-04-12T06:35:57.280Z] [2023-04-12T06:35:57.280Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/490/openapi/v3/core-data.yaml] [2023-04-12T06:35:57.280Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-12T06:35:57.280Z] Dload Upload Total Spent Left Speed [2023-04-12T06:35:57.853Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 107k --:--:-- --:--:-- --:--:-- 107k 100 69110 0 0 100 69110 0 107k --:--:-- --:--:-- --:--:-- 107k [2023-04-12T06:35:57.853Z] [2023-04-12T06:35:57.853Z] [2023-04-12T06:35:57.853Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/490/openapi/v3/core-metadata.yaml] [2023-04-12T06:35:57.853Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-12T06:35:57.853Z] Dload Upload Total Spent Left Speed [2023-04-12T06:35:58.424Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 249k --:--:-- --:--:-- --:--:-- 249k [2023-04-12T06:35:58.424Z] [2023-04-12T06:35:58.424Z] [2023-04-12T06:35:58.424Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/490/openapi/v3/support-notifications.yaml] [2023-04-12T06:35:58.424Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-12T06:35:58.424Z] Dload Upload Total Spent Left Speed [2023-04-12T06:35:58.943Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 416k --:--:-- --:--:-- --:--:-- 416k 100 86965 0 0 100 86965 0 156k --:--:-- --:--:-- --:--:-- 156k [2023-04-12T06:35:58.943Z] [2023-04-12T06:35:58.943Z] [2023-04-12T06:35:58.943Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/490/openapi/v3/support-scheduler.yaml] [2023-04-12T06:35:58.943Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-12T06:35:58.943Z] Dload Upload Total Spent Left Speed [2023-04-12T06:35:59.511Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 70983 --:--:-- --:--:-- --:--:-- 71130 [2023-04-12T06:35:59.511Z] [2023-04-12T06:35:59.511Z] [Pipeline] } [2023-04-12T06:35:59.517Z] 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-12T06:35:59.910Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-12T06:35:59.910Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:36:00.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-12T06:36:00.217Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:36:00.284Z] prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container [2023-04-12T06:36:00.311Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-12T06:36:00.643Z] $ docker top ab49ff44260d45a36c584cee6cd0e1aa100b6c3bb7c3bba7b0c1221e4485dbf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-12T06:36:00.728Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-12T06:36:00.728Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-12T06:36:00.828Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-12T06:36:00.830Z] $ docker exec ab49ff44260d45a36c584cee6cd0e1aa100b6c3bb7c3bba7b0c1221e4485dbf2 ssh-agent [2023-04-12T06:36:00.951Z] SSH_AUTH_SOCK=/tmp/ssh-zoXrzQvK2qXU/agent.32 [2023-04-12T06:36:00.951Z] SSH_AGENT_PID=38 [2023-04-12T06:36:00.957Z] Running ssh-add (command line suppressed) [2023-04-12T06:36:01.050Z] Identity added: /w/workspace/edgex-go/490@tmp/private_key_16945585959175804501.key (/w/workspace/edgex-go/490@tmp/private_key_16945585959175804501.key) [2023-04-12T06:36:01.063Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-12T06:36:01.356Z] + git semver tag [2023-04-12T06:36:01.621Z] 2023-04-12 06:36:01,513 [run_tag] DEBUG tag force:False [2023-04-12T06:36:01.621Z] 2023-04-12 06:36:01,514 [check_head_tag] DEBUG check head tag [2023-04-12T06:36:01.621Z] 2023-04-12 06:36:01,518 [execute] INFO git cat-file --batch-check [2023-04-12T06:36:01.621Z] 2023-04-12 06:36:01,518 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/490, universal_newlines=False, shell=None, istream=) [2023-04-12T06:36:01.621Z] 2023-04-12 06:36:01,521 [execute] INFO git cat-file --batch [2023-04-12T06:36:01.621Z] 2023-04-12 06:36:01,522 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/490, universal_newlines=False, shell=None, istream=) [2023-04-12T06:36:01.621Z] 2023-04-12 06:36:01,578 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main [2023-04-12T06:36:01.621Z] 2023-04-12 06:36:01,578 [execute] INFO git tag -a v3.0.0-dev.128 -m v3.0.0-dev.128 [2023-04-12T06:36:01.622Z] 2023-04-12 06:36:01,578 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.128', '-m', 'v3.0.0-dev.128'], cwd=/w/workspace/edgex-go/490, universal_newlines=False, shell=None, istream=None) [2023-04-12T06:36:01.622Z] 2023-04-12 06:36:01,583 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main [2023-04-12T06:36:01.622Z] 3.0.0-dev.128 [Pipeline] } [2023-04-12T06:36:01.630Z] $ docker exec --env ******** --env ******** ab49ff44260d45a36c584cee6cd0e1aa100b6c3bb7c3bba7b0c1221e4485dbf2 ssh-agent -k [2023-04-12T06:36:01.721Z] unset SSH_AUTH_SOCK; [2023-04-12T06:36:01.722Z] unset SSH_AGENT_PID; [2023-04-12T06:36:01.728Z] echo Agent pid 38 killed; [2023-04-12T06:36:01.734Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-12T06:36:02.040Z] + git semver [Pipeline] } [2023-04-12T06:36:02.310Z] $ docker stop --time=1 ab49ff44260d45a36c584cee6cd0e1aa100b6c3bb7c3bba7b0c1221e4485dbf2 [2023-04-12T06:36:03.610Z] $ docker rm -f --volumes ab49ff44260d45a36c584cee6cd0e1aa100b6c3bb7c3bba7b0c1221e4485dbf2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:36:03.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-12T06:36:03.988Z] [2023-04-12T06:36:03.988Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:36:04.281Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-12T06:36:04.281Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-04-12T06:36:04.281Z] ab5ef0e58194: Pulling fs layer [2023-04-12T06:36:04.281Z] 9712f1f96733: Pulling fs layer [2023-04-12T06:36:04.281Z] 63f879dbbcfc: Pulling fs layer [2023-04-12T06:36:04.281Z] 0d9ebad4ef96: Pulling fs layer [2023-04-12T06:36:04.281Z] e9a5061849ea: Pulling fs layer [2023-04-12T06:36:04.281Z] d747dcd14b5f: Pulling fs layer [2023-04-12T06:36:04.281Z] 2de7ff778b66: Pulling fs layer [2023-04-12T06:36:04.281Z] 0d9ebad4ef96: Waiting [2023-04-12T06:36:04.281Z] e9a5061849ea: Waiting [2023-04-12T06:36:04.281Z] d747dcd14b5f: Waiting [2023-04-12T06:36:04.281Z] 2de7ff778b66: Waiting [2023-04-12T06:36:04.281Z] 9712f1f96733: Download complete [2023-04-12T06:36:04.542Z] 63f879dbbcfc: Verifying Checksum [2023-04-12T06:36:04.542Z] 63f879dbbcfc: Download complete [2023-04-12T06:36:04.801Z] e9a5061849ea: Download complete [2023-04-12T06:36:04.801Z] d747dcd14b5f: Verifying Checksum [2023-04-12T06:36:04.801Z] d747dcd14b5f: Download complete [2023-04-12T06:36:04.801Z] 0d9ebad4ef96: Verifying Checksum [2023-04-12T06:36:04.801Z] 0d9ebad4ef96: Download complete [2023-04-12T06:36:04.801Z] ab5ef0e58194: Verifying Checksum [2023-04-12T06:36:04.801Z] ab5ef0e58194: Download complete [2023-04-12T06:36:04.801Z] 2de7ff778b66: Verifying Checksum [2023-04-12T06:36:04.801Z] 2de7ff778b66: Download complete [2023-04-12T06:36:07.326Z] ab5ef0e58194: Pull complete [2023-04-12T06:36:07.326Z] 9712f1f96733: Pull complete [2023-04-12T06:36:08.258Z] 63f879dbbcfc: Pull complete [2023-04-12T06:36:11.535Z] 0d9ebad4ef96: Pull complete [2023-04-12T06:36:11.535Z] e9a5061849ea: Pull complete [2023-04-12T06:36:11.794Z] d747dcd14b5f: Pull complete [2023-04-12T06:36:12.726Z] 2de7ff778b66: Pull complete [2023-04-12T06:36:12.726Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-04-12T06:36:12.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-12T06:36:12.726Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:36:12.793Z] prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container [2023-04-12T06:36:12.815Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-04-12T06:36:15.622Z] $ docker top 7a93bacdf090605114677642dc6bdef54c416762e9dbca35fbfef3f5320f2f81 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-04-12T06:36:15.684Z] provisioning config files... [2023-04-12T06:36:15.690Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/490@tmp/config12127668893115844483tmp [2023-04-12T06:36:15.698Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/490@tmp/config1689043248755331255tmp [2023-04-12T06:36:15.706Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/490@tmp/config16041255335307110907tmp [Pipeline] { [Pipeline] echo [2023-04-12T06:36:15.720Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:36:15.998Z] ---> sigul-configuration.sh [2023-04-12T06:36:15.998Z] gpg: directory `/root/.gnupg' created [2023-04-12T06:36:15.998Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-04-12T06:36:15.998Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-04-12T06:36:15.998Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-04-12T06:36:15.998Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-04-12T06:36:15.998Z] gpg: CAST5 encrypted data [2023-04-12T06:36:15.998Z] gpg: encrypted with 1 passphrase [2023-04-12T06:36:15.998Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-04-12T06:36:16.277Z] + mkdir /home/jenkins [2023-04-12T06:36:16.277Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-04-12T06:36:16.555Z] + 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-12T06:36:16.562Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:36:16.839Z] ---> sigul-install.sh [2023-04-12T06:36:16.839Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-04-12T06:36:17.118Z] + git tag --list [2023-04-12T06:36:17.118Z] 0.6.0 [2023-04-12T06:36:17.118Z] 0.6.1 [2023-04-12T06:36:17.118Z] 0.7.0 [2023-04-12T06:36:17.118Z] 0.7.1 [2023-04-12T06:36:17.118Z] v1.0.0 [2023-04-12T06:36:17.118Z] v1.0.1 [2023-04-12T06:36:17.118Z] v1.1.0 [2023-04-12T06:36:17.118Z] v1.2.0 [2023-04-12T06:36:17.118Z] v1.2.1 [2023-04-12T06:36:17.118Z] v1.3.0 [2023-04-12T06:36:17.118Z] v1.3.1 [2023-04-12T06:36:17.118Z] v2.0.0 [2023-04-12T06:36:17.118Z] v2.1.0 [2023-04-12T06:36:17.118Z] v2.1.1 [2023-04-12T06:36:17.118Z] v2.1.1-dev.1 [2023-04-12T06:36:17.118Z] v2.1.1-dev.2 [2023-04-12T06:36:17.118Z] v2.1.1-dev.3 [2023-04-12T06:36:17.118Z] v2.1.1-dev.4 [2023-04-12T06:36:17.118Z] v2.1.1-dev.5 [2023-04-12T06:36:17.118Z] v2.1.1-dev.6 [2023-04-12T06:36:17.118Z] v2.1.1-dev.7 [2023-04-12T06:36:17.118Z] v2.1.1-dev.8 [2023-04-12T06:36:17.118Z] v2.1.2-dev.1 [2023-04-12T06:36:17.118Z] v2.2.0 [2023-04-12T06:36:17.118Z] v2.2.1-dev.1 [2023-04-12T06:36:17.118Z] v2.2.1-dev.10 [2023-04-12T06:36:17.118Z] v2.2.1-dev.11 [2023-04-12T06:36:17.118Z] v2.2.1-dev.12 [2023-04-12T06:36:17.118Z] v2.2.1-dev.13 [2023-04-12T06:36:17.118Z] v2.2.1-dev.14 [2023-04-12T06:36:17.118Z] v2.2.1-dev.15 [2023-04-12T06:36:17.118Z] v2.2.1-dev.16 [2023-04-12T06:36:17.118Z] v2.2.1-dev.17 [2023-04-12T06:36:17.118Z] v2.2.1-dev.18 [2023-04-12T06:36:17.118Z] v2.2.1-dev.19 [2023-04-12T06:36:17.118Z] v2.2.1-dev.2 [2023-04-12T06:36:17.118Z] v2.2.1-dev.20 [2023-04-12T06:36:17.118Z] v2.2.1-dev.21 [2023-04-12T06:36:17.118Z] v2.2.1-dev.22 [2023-04-12T06:36:17.118Z] v2.2.1-dev.23 [2023-04-12T06:36:17.118Z] v2.2.1-dev.24 [2023-04-12T06:36:17.118Z] v2.2.1-dev.25 [2023-04-12T06:36:17.118Z] v2.2.1-dev.26 [2023-04-12T06:36:17.118Z] v2.2.1-dev.27 [2023-04-12T06:36:17.118Z] v2.2.1-dev.28 [2023-04-12T06:36:17.118Z] v2.2.1-dev.29 [2023-04-12T06:36:17.118Z] v2.2.1-dev.3 [2023-04-12T06:36:17.118Z] v2.2.1-dev.4 [2023-04-12T06:36:17.118Z] v2.2.1-dev.5 [2023-04-12T06:36:17.118Z] v2.2.1-dev.6 [2023-04-12T06:36:17.118Z] v2.2.1-dev.7 [2023-04-12T06:36:17.118Z] v2.2.1-dev.8 [2023-04-12T06:36:17.118Z] v2.2.1-dev.9 [2023-04-12T06:36:17.118Z] v2.3.0 [2023-04-12T06:36:17.118Z] v2.3.0-dev.100 [2023-04-12T06:36:17.118Z] v2.3.0-dev.101 [2023-04-12T06:36:17.118Z] v2.3.0-dev.102 [2023-04-12T06:36:17.118Z] v2.3.0-dev.103 [2023-04-12T06:36:17.118Z] v2.3.0-dev.104 [2023-04-12T06:36:17.118Z] v2.3.0-dev.105 [2023-04-12T06:36:17.118Z] v2.3.0-dev.106 [2023-04-12T06:36:17.118Z] v2.3.0-dev.29 [2023-04-12T06:36:17.118Z] v2.3.0-dev.30 [2023-04-12T06:36:17.118Z] v2.3.0-dev.31 [2023-04-12T06:36:17.118Z] v2.3.0-dev.32 [2023-04-12T06:36:17.118Z] v2.3.0-dev.33 [2023-04-12T06:36:17.118Z] v2.3.0-dev.34 [2023-04-12T06:36:17.118Z] v2.3.0-dev.35 [2023-04-12T06:36:17.118Z] v2.3.0-dev.36 [2023-04-12T06:36:17.118Z] v2.3.0-dev.37 [2023-04-12T06:36:17.118Z] v2.3.0-dev.38 [2023-04-12T06:36:17.118Z] v2.3.0-dev.39 [2023-04-12T06:36:17.118Z] v2.3.0-dev.40 [2023-04-12T06:36:17.118Z] v2.3.0-dev.41 [2023-04-12T06:36:17.118Z] v2.3.0-dev.42 [2023-04-12T06:36:17.118Z] v2.3.0-dev.43 [2023-04-12T06:36:17.118Z] v2.3.0-dev.44 [2023-04-12T06:36:17.118Z] v2.3.0-dev.45 [2023-04-12T06:36:17.118Z] v2.3.0-dev.46 [2023-04-12T06:36:17.118Z] v2.3.0-dev.47 [2023-04-12T06:36:17.118Z] v2.3.0-dev.48 [2023-04-12T06:36:17.118Z] v2.3.0-dev.49 [2023-04-12T06:36:17.118Z] v2.3.0-dev.50 [2023-04-12T06:36:17.118Z] v2.3.0-dev.51 [2023-04-12T06:36:17.118Z] v2.3.0-dev.52 [2023-04-12T06:36:17.118Z] v2.3.0-dev.53 [2023-04-12T06:36:17.118Z] v2.3.0-dev.54 [2023-04-12T06:36:17.118Z] v2.3.0-dev.55 [2023-04-12T06:36:17.118Z] v2.3.0-dev.56 [2023-04-12T06:36:17.118Z] v2.3.0-dev.57 [2023-04-12T06:36:17.118Z] v2.3.0-dev.58 [2023-04-12T06:36:17.118Z] v2.3.0-dev.59 [2023-04-12T06:36:17.118Z] v2.3.0-dev.60 [2023-04-12T06:36:17.118Z] v2.3.0-dev.61 [2023-04-12T06:36:17.118Z] v2.3.0-dev.62 [2023-04-12T06:36:17.118Z] v2.3.0-dev.63 [2023-04-12T06:36:17.118Z] v2.3.0-dev.64 [2023-04-12T06:36:17.118Z] v2.3.0-dev.65 [2023-04-12T06:36:17.118Z] v2.3.0-dev.66 [2023-04-12T06:36:17.118Z] v2.3.0-dev.67 [2023-04-12T06:36:17.118Z] v2.3.0-dev.68 [2023-04-12T06:36:17.118Z] v2.3.0-dev.69 [2023-04-12T06:36:17.118Z] v2.3.0-dev.70 [2023-04-12T06:36:17.118Z] v2.3.0-dev.71 [2023-04-12T06:36:17.118Z] v2.3.0-dev.72 [2023-04-12T06:36:17.118Z] v2.3.0-dev.73 [2023-04-12T06:36:17.118Z] v2.3.0-dev.74 [2023-04-12T06:36:17.118Z] v2.3.0-dev.75 [2023-04-12T06:36:17.118Z] v2.3.0-dev.76 [2023-04-12T06:36:17.118Z] v2.3.0-dev.77 [2023-04-12T06:36:17.118Z] v2.3.0-dev.78 [2023-04-12T06:36:17.118Z] v2.3.0-dev.79 [2023-04-12T06:36:17.118Z] v2.3.0-dev.80 [2023-04-12T06:36:17.118Z] v2.3.0-dev.81 [2023-04-12T06:36:17.118Z] v2.3.0-dev.82 [2023-04-12T06:36:17.118Z] v2.3.0-dev.83 [2023-04-12T06:36:17.118Z] v2.3.0-dev.84 [2023-04-12T06:36:17.118Z] v2.3.0-dev.85 [2023-04-12T06:36:17.118Z] v2.3.0-dev.86 [2023-04-12T06:36:17.118Z] v2.3.0-dev.87 [2023-04-12T06:36:17.118Z] v2.3.0-dev.88 [2023-04-12T06:36:17.118Z] v2.3.0-dev.89 [2023-04-12T06:36:17.118Z] v2.3.0-dev.90 [2023-04-12T06:36:17.118Z] v2.3.0-dev.91 [2023-04-12T06:36:17.118Z] v2.3.0-dev.92 [2023-04-12T06:36:17.118Z] v2.3.0-dev.93 [2023-04-12T06:36:17.118Z] v2.3.0-dev.94 [2023-04-12T06:36:17.118Z] v2.3.0-dev.95 [2023-04-12T06:36:17.118Z] v2.3.0-dev.96 [2023-04-12T06:36:17.118Z] v2.3.0-dev.97 [2023-04-12T06:36:17.118Z] v2.3.0-dev.98 [2023-04-12T06:36:17.118Z] v2.3.0-dev.99 [2023-04-12T06:36:17.118Z] v2.3.1-dev.1 [2023-04-12T06:36:17.118Z] v2.3.1-dev.2 [2023-04-12T06:36:17.118Z] v2.3.1-dev.3 [2023-04-12T06:36:17.118Z] v2.3.1-dev.4 [2023-04-12T06:36:17.118Z] v2.3.1-dev.5 [2023-04-12T06:36:17.118Z] v3.0.0-dev.1 [2023-04-12T06:36:17.118Z] v3.0.0-dev.10 [2023-04-12T06:36:17.118Z] v3.0.0-dev.100 [2023-04-12T06:36:17.118Z] v3.0.0-dev.101 [2023-04-12T06:36:17.118Z] v3.0.0-dev.102 [2023-04-12T06:36:17.118Z] v3.0.0-dev.103 [2023-04-12T06:36:17.118Z] v3.0.0-dev.104 [2023-04-12T06:36:17.118Z] v3.0.0-dev.105 [2023-04-12T06:36:17.118Z] v3.0.0-dev.106 [2023-04-12T06:36:17.118Z] v3.0.0-dev.107 [2023-04-12T06:36:17.118Z] v3.0.0-dev.108 [2023-04-12T06:36:17.118Z] v3.0.0-dev.109 [2023-04-12T06:36:17.118Z] v3.0.0-dev.11 [2023-04-12T06:36:17.118Z] v3.0.0-dev.110 [2023-04-12T06:36:17.118Z] v3.0.0-dev.111 [2023-04-12T06:36:17.118Z] v3.0.0-dev.112 [2023-04-12T06:36:17.118Z] v3.0.0-dev.113 [2023-04-12T06:36:17.118Z] v3.0.0-dev.114 [2023-04-12T06:36:17.118Z] v3.0.0-dev.115 [2023-04-12T06:36:17.118Z] v3.0.0-dev.116 [2023-04-12T06:36:17.118Z] v3.0.0-dev.117 [2023-04-12T06:36:17.118Z] v3.0.0-dev.118 [2023-04-12T06:36:17.118Z] v3.0.0-dev.119 [2023-04-12T06:36:17.118Z] v3.0.0-dev.12 [2023-04-12T06:36:17.118Z] v3.0.0-dev.120 [2023-04-12T06:36:17.118Z] v3.0.0-dev.121 [2023-04-12T06:36:17.118Z] v3.0.0-dev.122 [2023-04-12T06:36:17.118Z] v3.0.0-dev.123 [2023-04-12T06:36:17.118Z] v3.0.0-dev.124 [2023-04-12T06:36:17.118Z] v3.0.0-dev.125 [2023-04-12T06:36:17.118Z] v3.0.0-dev.126 [2023-04-12T06:36:17.118Z] v3.0.0-dev.127 [2023-04-12T06:36:17.118Z] v3.0.0-dev.128 [2023-04-12T06:36:17.118Z] v3.0.0-dev.13 [2023-04-12T06:36:17.118Z] v3.0.0-dev.14 [2023-04-12T06:36:17.118Z] v3.0.0-dev.15 [2023-04-12T06:36:17.118Z] v3.0.0-dev.16 [2023-04-12T06:36:17.118Z] v3.0.0-dev.17 [2023-04-12T06:36:17.118Z] v3.0.0-dev.18 [2023-04-12T06:36:17.118Z] v3.0.0-dev.19 [2023-04-12T06:36:17.118Z] v3.0.0-dev.2 [2023-04-12T06:36:17.118Z] v3.0.0-dev.20 [2023-04-12T06:36:17.118Z] v3.0.0-dev.21 [2023-04-12T06:36:17.118Z] v3.0.0-dev.22 [2023-04-12T06:36:17.118Z] v3.0.0-dev.23 [2023-04-12T06:36:17.118Z] v3.0.0-dev.24 [2023-04-12T06:36:17.118Z] v3.0.0-dev.25 [2023-04-12T06:36:17.118Z] v3.0.0-dev.26 [2023-04-12T06:36:17.118Z] v3.0.0-dev.27 [2023-04-12T06:36:17.118Z] v3.0.0-dev.28 [2023-04-12T06:36:17.118Z] v3.0.0-dev.29 [2023-04-12T06:36:17.118Z] v3.0.0-dev.3 [2023-04-12T06:36:17.118Z] v3.0.0-dev.30 [2023-04-12T06:36:17.118Z] v3.0.0-dev.31 [2023-04-12T06:36:17.118Z] v3.0.0-dev.32 [2023-04-12T06:36:17.118Z] v3.0.0-dev.33 [2023-04-12T06:36:17.118Z] v3.0.0-dev.34 [2023-04-12T06:36:17.118Z] v3.0.0-dev.35 [2023-04-12T06:36:17.118Z] v3.0.0-dev.36 [2023-04-12T06:36:17.118Z] v3.0.0-dev.37 [2023-04-12T06:36:17.118Z] v3.0.0-dev.38 [2023-04-12T06:36:17.118Z] v3.0.0-dev.39 [2023-04-12T06:36:17.118Z] v3.0.0-dev.4 [2023-04-12T06:36:17.118Z] v3.0.0-dev.40 [2023-04-12T06:36:17.118Z] v3.0.0-dev.41 [2023-04-12T06:36:17.118Z] v3.0.0-dev.42 [2023-04-12T06:36:17.118Z] v3.0.0-dev.43 [2023-04-12T06:36:17.118Z] v3.0.0-dev.44 [2023-04-12T06:36:17.118Z] v3.0.0-dev.45 [2023-04-12T06:36:17.118Z] v3.0.0-dev.46 [2023-04-12T06:36:17.118Z] v3.0.0-dev.47 [2023-04-12T06:36:17.118Z] v3.0.0-dev.48 [2023-04-12T06:36:17.118Z] v3.0.0-dev.49 [2023-04-12T06:36:17.118Z] v3.0.0-dev.5 [2023-04-12T06:36:17.118Z] v3.0.0-dev.50 [2023-04-12T06:36:17.118Z] v3.0.0-dev.51 [2023-04-12T06:36:17.118Z] v3.0.0-dev.52 [2023-04-12T06:36:17.118Z] v3.0.0-dev.53 [2023-04-12T06:36:17.118Z] v3.0.0-dev.54 [2023-04-12T06:36:17.118Z] v3.0.0-dev.55 [2023-04-12T06:36:17.118Z] v3.0.0-dev.56 [2023-04-12T06:36:17.118Z] v3.0.0-dev.57 [2023-04-12T06:36:17.118Z] v3.0.0-dev.58 [2023-04-12T06:36:17.118Z] v3.0.0-dev.59 [2023-04-12T06:36:17.118Z] v3.0.0-dev.6 [2023-04-12T06:36:17.118Z] v3.0.0-dev.60 [2023-04-12T06:36:17.118Z] v3.0.0-dev.61 [2023-04-12T06:36:17.118Z] v3.0.0-dev.62 [2023-04-12T06:36:17.118Z] v3.0.0-dev.63 [2023-04-12T06:36:17.118Z] v3.0.0-dev.64 [2023-04-12T06:36:17.118Z] v3.0.0-dev.65 [2023-04-12T06:36:17.118Z] v3.0.0-dev.66 [2023-04-12T06:36:17.118Z] v3.0.0-dev.67 [2023-04-12T06:36:17.118Z] v3.0.0-dev.68 [2023-04-12T06:36:17.118Z] v3.0.0-dev.69 [2023-04-12T06:36:17.118Z] v3.0.0-dev.7 [2023-04-12T06:36:17.118Z] v3.0.0-dev.70 [2023-04-12T06:36:17.118Z] v3.0.0-dev.71 [2023-04-12T06:36:17.118Z] v3.0.0-dev.72 [2023-04-12T06:36:17.118Z] v3.0.0-dev.73 [2023-04-12T06:36:17.118Z] v3.0.0-dev.74 [2023-04-12T06:36:17.118Z] v3.0.0-dev.75 [2023-04-12T06:36:17.118Z] v3.0.0-dev.76 [2023-04-12T06:36:17.118Z] v3.0.0-dev.77 [2023-04-12T06:36:17.118Z] v3.0.0-dev.78 [2023-04-12T06:36:17.118Z] v3.0.0-dev.79 [2023-04-12T06:36:17.118Z] v3.0.0-dev.8 [2023-04-12T06:36:17.118Z] v3.0.0-dev.80 [2023-04-12T06:36:17.118Z] v3.0.0-dev.81 [2023-04-12T06:36:17.118Z] v3.0.0-dev.82 [2023-04-12T06:36:17.118Z] v3.0.0-dev.83 [2023-04-12T06:36:17.118Z] v3.0.0-dev.84 [2023-04-12T06:36:17.118Z] v3.0.0-dev.85 [2023-04-12T06:36:17.118Z] v3.0.0-dev.86 [2023-04-12T06:36:17.118Z] v3.0.0-dev.87 [2023-04-12T06:36:17.118Z] v3.0.0-dev.88 [2023-04-12T06:36:17.118Z] v3.0.0-dev.89 [2023-04-12T06:36:17.118Z] v3.0.0-dev.9 [2023-04-12T06:36:17.118Z] v3.0.0-dev.90 [2023-04-12T06:36:17.118Z] v3.0.0-dev.91 [2023-04-12T06:36:17.118Z] v3.0.0-dev.92 [2023-04-12T06:36:17.118Z] v3.0.0-dev.93 [2023-04-12T06:36:17.118Z] v3.0.0-dev.94 [2023-04-12T06:36:17.118Z] v3.0.0-dev.95 [2023-04-12T06:36:17.118Z] v3.0.0-dev.96 [2023-04-12T06:36:17.118Z] v3.0.0-dev.97 [2023-04-12T06:36:17.118Z] v3.0.0-dev.98 [2023-04-12T06:36:17.118Z] v3.0.0-dev.99 [Pipeline] sh [2023-04-12T06:36:17.395Z] + lftools sign git-tag v3.0.0-dev.128 [2023-04-12T06:36:17.961Z] Signing Git tag with Sigul... [2023-04-12T06:36:17.961Z] Signing v3.0.0-dev.128 [Pipeline] echo [2023-04-12T06:36:18.228Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:36:18.507Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-04-12T06:36:18.513Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-04-12T06:36:18.528Z] $ docker stop --time=1 7a93bacdf090605114677642dc6bdef54c416762e9dbca35fbfef3f5320f2f81 [2023-04-12T06:36:19.856Z] $ docker rm -f --volumes 7a93bacdf090605114677642dc6bdef54c416762e9dbca35fbfef3f5320f2f81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-04-12T06:36:20.276Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-12T06:36:20.277Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:36:20.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-12T06:36:20.647Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:36:20.760Z] prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container [2023-04-12T06:36:20.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-12T06:36:21.180Z] $ docker top 0590b9d3f564dd4c5f9c4e9fee6b2d07f4c8c608e4df845b178a3bf8b11f15c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-12T06:36:21.274Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-12T06:36:21.274Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-12T06:36:21.388Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-12T06:36:21.389Z] $ docker exec 0590b9d3f564dd4c5f9c4e9fee6b2d07f4c8c608e4df845b178a3bf8b11f15c7 ssh-agent [2023-04-12T06:36:21.503Z] SSH_AUTH_SOCK=/tmp/ssh-rFAnS6HRLAPD/agent.33 [2023-04-12T06:36:21.503Z] SSH_AGENT_PID=39 [2023-04-12T06:36:21.507Z] Running ssh-add (command line suppressed) [2023-04-12T06:36:21.611Z] Identity added: /w/workspace/edgex-go/490@tmp/private_key_4236386176528948584.key (/w/workspace/edgex-go/490@tmp/private_key_4236386176528948584.key) [2023-04-12T06:36:21.624Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-12T06:36:21.910Z] + git semver bump pre [2023-04-12T06:36:22.169Z] 2023-04-12 06:36:22,090 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main [2023-04-12T06:36:22.169Z] 2023-04-12 06:36:22,090 [bump_version] DEBUG bumping version:3.0.0-dev.128 on axis:pre with prefix:dev [2023-04-12T06:36:22.169Z] 2023-04-12 06:36:22,090 [bump_version] DEBUG bumped version:3.0.0-dev.129 [2023-04-12T06:36:22.169Z] 2023-04-12 06:36:22,090 [write_version] DEBUG write version:3.0.0-dev.129 to path:/w/workspace/edgex-go/490/.semver/main with force:True [2023-04-12T06:36:22.169Z] 2023-04-12 06:36:22,090 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main [2023-04-12T06:36:22.169Z] 2023-04-12 06:36:22,091 [write_file] DEBUG write to file:/w/workspace/edgex-go/490/.semver/main [2023-04-12T06:36:22.169Z] 2023-04-12 06:36:22,092 [execute] INFO git cat-file --batch-check [2023-04-12T06:36:22.169Z] 2023-04-12 06:36:22,092 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/490/.semver, universal_newlines=False, shell=None, istream=) [2023-04-12T06:36:22.169Z] 2023-04-12 06:36:22,098 [execute] INFO git cat-file --batch [2023-04-12T06:36:22.169Z] 2023-04-12 06:36:22,099 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/490/.semver, universal_newlines=False, shell=None, istream=) [2023-04-12T06:36:22.169Z] 2023-04-12 06:36:22,103 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main [2023-04-12T06:36:22.169Z] 3.0.0-dev.129 [Pipeline] } [2023-04-12T06:36:22.176Z] $ docker exec --env ******** --env ******** 0590b9d3f564dd4c5f9c4e9fee6b2d07f4c8c608e4df845b178a3bf8b11f15c7 ssh-agent -k [2023-04-12T06:36:22.284Z] unset SSH_AUTH_SOCK; [2023-04-12T06:36:22.284Z] unset SSH_AGENT_PID; [2023-04-12T06:36:22.284Z] echo Agent pid 39 killed; [2023-04-12T06:36:22.295Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-12T06:36:22.592Z] + git semver [Pipeline] } [2023-04-12T06:36:22.863Z] $ docker stop --time=1 0590b9d3f564dd4c5f9c4e9fee6b2d07f4c8c608e4df845b178a3bf8b11f15c7 [2023-04-12T06:36:24.150Z] $ docker rm -f --volumes 0590b9d3f564dd4c5f9c4e9fee6b2d07f4c8c608e4df845b178a3bf8b11f15c7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-12T06:36:24.485Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-12T06:36:24.485Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:36:24.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-12T06:36:24.782Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:36:24.847Z] prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container [2023-04-12T06:36:24.875Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-12T06:36:25.223Z] $ docker top f1bffc920878346f9f218e3389d3132e93a356e2722fc2d1c6037e4fbed01767 -eo pid,comm [2023-04-12T06:36:25.266Z] 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-12T06:36:25.266Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-12T06:36:25.349Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-12T06:36:25.349Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-12T06:36:25.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-12T06:36:25.452Z] $ docker exec f1bffc920878346f9f218e3389d3132e93a356e2722fc2d1c6037e4fbed01767 ssh-agent [2023-04-12T06:36:25.565Z] SSH_AUTH_SOCK=/tmp/ssh-7YZAAMemWZ5Y/agent.32 [2023-04-12T06:36:25.565Z] SSH_AGENT_PID=38 [2023-04-12T06:36:25.569Z] Running ssh-add (command line suppressed) [2023-04-12T06:36:25.678Z] Identity added: /w/workspace/edgex-go/490@tmp/private_key_13784772950284785421.key (/w/workspace/edgex-go/490@tmp/private_key_13784772950284785421.key) [2023-04-12T06:36:25.691Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-12T06:36:25.976Z] + git semver push [2023-04-12T06:36:26.234Z] 2023-04-12 06:36:26,150 [run_push] DEBUG push [2023-04-12T06:36:26.234Z] 2023-04-12 06:36:26,151 [execute] INFO git cat-file --batch-check [2023-04-12T06:36:26.234Z] 2023-04-12 06:36:26,151 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/490/.semver, universal_newlines=False, shell=None, istream=) [2023-04-12T06:36:26.234Z] 2023-04-12 06:36:26,156 [execute] INFO git rev-list e48f6d680b2be1b33cb3dd6bf990d16148c8035a -- [2023-04-12T06:36:26.234Z] 2023-04-12 06:36:26,156 [execute] DEBUG Popen(['git', 'rev-list', 'e48f6d680b2be1b33cb3dd6bf990d16148c8035a', '--'], cwd=/w/workspace/edgex-go/490/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-12T06:36:26.234Z] 2023-04-12 06:36:26,171 [execute] INFO git fetch -v origin [2023-04-12T06:36:26.234Z] 2023-04-12 06:36:26,171 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/490/.semver, universal_newlines=True, shell=None, istream=None) [2023-04-12T06:36:26.802Z] 2023-04-12 06:36:26,682 [run_push] DEBUG no remote changes detected [2023-04-12T06:36:26.802Z] 2023-04-12 06:36:26,682 [execute] INFO git push origin semver [2023-04-12T06:36:26.802Z] 2023-04-12 06:36:26,683 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/490/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-12T06:36:27.738Z] 2023-04-12 06:36:27,503 [run_push] DEBUG push all version tags [2023-04-12T06:36:27.738Z] 2023-04-12 06:36:27,503 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-04-12T06:36:27.738Z] 2023-04-12 06:36:27,504 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/490, universal_newlines=False, shell=None, istream=None) [2023-04-12T06:36:28.306Z] 2023-04-12 06:36:28,292 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main [2023-04-12T06:36:28.306Z] 3.0.0-dev.129 [Pipeline] } [2023-04-12T06:36:28.574Z] $ docker exec --env ******** --env ******** f1bffc920878346f9f218e3389d3132e93a356e2722fc2d1c6037e4fbed01767 ssh-agent -k [2023-04-12T06:36:28.668Z] unset SSH_AUTH_SOCK; [2023-04-12T06:36:28.668Z] unset SSH_AGENT_PID; [2023-04-12T06:36:28.668Z] echo Agent pid 38 killed; [2023-04-12T06:36:28.678Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-12T06:36:28.976Z] + git semver [Pipeline] } [2023-04-12T06:36:29.248Z] $ docker stop --time=1 f1bffc920878346f9f218e3389d3132e93a356e2722fc2d1c6037e4fbed01767 [2023-04-12T06:36:30.561Z] $ docker rm -f --volumes f1bffc920878346f9f218e3389d3132e93a356e2722fc2d1c6037e4fbed01767 [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-12T06:36:31.104Z] + [ -d /w/workspace/edgex-go/490/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:36:31.389Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:36:32.240Z] ---> package-listing.sh [2023-04-12T06:36:32.240Z] ++ facter osfamily [2023-04-12T06:36:32.240Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-12T06:36:32.499Z] + OS_FAMILY=debian [2023-04-12T06:36:32.499Z] + workspace=/w/workspace/edgex-go/490 [2023-04-12T06:36:32.499Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-12T06:36:32.499Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-12T06:36:32.499Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-12T06:36:32.499Z] + PACKAGES=/tmp/packages_start.txt [2023-04-12T06:36:32.499Z] + '[' /w/workspace/edgex-go/490 ']' [2023-04-12T06:36:32.499Z] + PACKAGES=/tmp/packages_end.txt [2023-04-12T06:36:32.499Z] + case "${OS_FAMILY}" in [2023-04-12T06:36:32.499Z] + dpkg -l [2023-04-12T06:36:32.499Z] + grep '^ii' [2023-04-12T06:36:32.499Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-12T06:36:32.499Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-12T06:36:32.499Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-12T06:36:32.499Z] + '[' /w/workspace/edgex-go/490 ']' [2023-04-12T06:36:32.499Z] + mkdir -p /w/workspace/edgex-go/490/archives/ [2023-04-12T06:36:32.499Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/490/archives/ [Pipeline] echo [2023-04-12T06:36:32.508Z] 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/490/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-12T06:36:32.783Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:36:33.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-12T06:36:33.341Z] [2023-04-12T06:36:33.341Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-12T06:36:33.631Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-12T06:36:33.631Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-12T06:36:33.631Z] 5eb5b503b376: Pulling fs layer [2023-04-12T06:36:33.631Z] 5c69ac0246d0: Pulling fs layer [2023-04-12T06:36:33.631Z] ec43610c2a17: Pulling fs layer [2023-04-12T06:36:33.631Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-12T06:36:33.631Z] 33b1e0a273af: Pulling fs layer [2023-04-12T06:36:33.631Z] 5d3b04190fa2: Pulling fs layer [2023-04-12T06:36:33.631Z] 2f39f015ded8: Pulling fs layer [2023-04-12T06:36:33.631Z] 3a2ae6a8a46f: Waiting [2023-04-12T06:36:33.631Z] 33b1e0a273af: Waiting [2023-04-12T06:36:33.631Z] 5d3b04190fa2: Waiting [2023-04-12T06:36:33.631Z] 2f39f015ded8: Waiting [2023-04-12T06:36:33.631Z] 5c69ac0246d0: Download complete [2023-04-12T06:36:33.631Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-12T06:36:33.631Z] 3a2ae6a8a46f: Download complete [2023-04-12T06:36:33.631Z] 33b1e0a273af: Verifying Checksum [2023-04-12T06:36:33.631Z] 33b1e0a273af: Download complete [2023-04-12T06:36:33.631Z] 5d3b04190fa2: Verifying Checksum [2023-04-12T06:36:33.631Z] 5d3b04190fa2: Download complete [2023-04-12T06:36:33.889Z] ec43610c2a17: Verifying Checksum [2023-04-12T06:36:33.889Z] ec43610c2a17: Download complete [2023-04-12T06:36:33.889Z] 5eb5b503b376: Verifying Checksum [2023-04-12T06:36:33.889Z] 5eb5b503b376: Download complete [2023-04-12T06:36:34.453Z] 2f39f015ded8: Download complete [2023-04-12T06:36:35.018Z] 5eb5b503b376: Pull complete [2023-04-12T06:36:35.277Z] 5c69ac0246d0: Pull complete [2023-04-12T06:36:35.537Z] ec43610c2a17: Pull complete [2023-04-12T06:36:35.537Z] 3a2ae6a8a46f: Pull complete [2023-04-12T06:36:35.796Z] 33b1e0a273af: Pull complete [2023-04-12T06:36:35.796Z] 5d3b04190fa2: Pull complete [2023-04-12T06:36:39.981Z] 2f39f015ded8: Pull complete [2023-04-12T06:36:39.981Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-12T06:36:39.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-12T06:36:39.981Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-12T06:36:40.063Z] prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container [2023-04-12T06:36:40.090Z] $ 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/490/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/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-12T06:36:41.718Z] $ docker top 875f34b7be9c50b2b8965de131e779d529f680a40c0fdbcc734d9fc7e19e3920 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-12T06:36:42.054Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-12T06:36:42.334Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-12T06:36:42.616Z] + ls /var/log/sa-host [2023-04-12T06:36:42.616Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-12T06:36:42.757Z] provisioning config files... [2023-04-12T06:36:42.764Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/490@tmp/config8385780220406008949tmp [Pipeline] { [Pipeline] echo [2023-04-12T06:36:42.772Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:36:43.051Z] ---> create-netrc.sh [Pipeline] } [2023-04-12T06:36:43.058Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:36:43.378Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-12T06:36:43.386Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:36:43.668Z] ---> sudo-logs.sh [2023-04-12T06:36:43.669Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-12T06:36:43.686Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:36:43.967Z] ---> job-cost.sh [2023-04-12T06:36:43.967Z] lf-activate-venv: SKIPPING [2023-04-12T06:36:43.967Z] DEBUG: total: 0.10999999940395355 [2023-04-12T06:36:43.967Z] INFO: Retrieving Stack Cost... [2023-04-12T06:36:44.533Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-12T06:36:44.790Z] INFO: Archiving Costs [Pipeline] echo [2023-04-12T06:36:44.800Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-12T06:36:45.081Z] ---> logs-deploy.sh [2023-04-12T06:36:45.081Z] lf-activate-venv: SKIPPING [2023-04-12T06:36:45.081Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/490 [2023-04-12T06:36:45.081Z] INFO: archiving workspace using pattern(s): [2023-04-12T06:36:46.018Z] Archives upload complete. [2023-04-12T06:36:46.277Z] INFO: archiving logs to Nexus [2023-04-12T06:36:46.846Z] ---> uname -a: [2023-04-12T06:36:46.846Z] Linux prd-ubuntu20-04-docker-8c-8g-7541 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-12T06:36:46.846Z] [2023-04-12T06:36:46.846Z] [2023-04-12T06:36:46.846Z] ---> lscpu: [2023-04-12T06:36:46.846Z] Architecture: x86_64 [2023-04-12T06:36:46.846Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-12T06:36:46.846Z] Byte Order: Little Endian [2023-04-12T06:36:46.846Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-12T06:36:46.846Z] CPU(s): 8 [2023-04-12T06:36:46.846Z] On-line CPU(s) list: 0-7 [2023-04-12T06:36:46.846Z] Thread(s) per core: 1 [2023-04-12T06:36:46.846Z] Core(s) per socket: 1 [2023-04-12T06:36:46.846Z] Socket(s): 8 [2023-04-12T06:36:46.846Z] NUMA node(s): 1 [2023-04-12T06:36:46.846Z] Vendor ID: AuthenticAMD [2023-04-12T06:36:46.846Z] CPU family: 23 [2023-04-12T06:36:46.846Z] Model: 49 [2023-04-12T06:36:46.846Z] Model name: AMD EPYC-Rome Processor [2023-04-12T06:36:46.846Z] Stepping: 0 [2023-04-12T06:36:46.846Z] CPU MHz: 2799.998 [2023-04-12T06:36:46.846Z] BogoMIPS: 5599.99 [2023-04-12T06:36:46.846Z] Virtualization: AMD-V [2023-04-12T06:36:46.846Z] Hypervisor vendor: KVM [2023-04-12T06:36:46.846Z] Virtualization type: full [2023-04-12T06:36:46.846Z] L1d cache: 256 KiB [2023-04-12T06:36:46.846Z] L1i cache: 256 KiB [2023-04-12T06:36:46.846Z] L2 cache: 4 MiB [2023-04-12T06:36:46.846Z] L3 cache: 128 MiB [2023-04-12T06:36:46.846Z] NUMA node0 CPU(s): 0-7 [2023-04-12T06:36:46.846Z] Vulnerability Itlb multihit: Not affected [2023-04-12T06:36:46.846Z] Vulnerability L1tf: Not affected [2023-04-12T06:36:46.846Z] Vulnerability Mds: Not affected [2023-04-12T06:36:46.846Z] Vulnerability Meltdown: Not affected [2023-04-12T06:36:46.846Z] Vulnerability Mmio stale data: Not affected [2023-04-12T06:36:46.846Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-12T06:36:46.846Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-12T06:36:46.846Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-12T06:36:46.846Z] Vulnerability Srbds: Not affected [2023-04-12T06:36:46.846Z] Vulnerability Tsx async abort: Not affected [2023-04-12T06:36:46.846Z] 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-12T06:36:46.846Z] [2023-04-12T06:36:46.846Z] [2023-04-12T06:36:46.846Z] ---> nproc: [2023-04-12T06:36:46.846Z] 8 [2023-04-12T06:36:46.846Z] [2023-04-12T06:36:46.846Z] [2023-04-12T06:36:46.846Z] ---> df -h: [2023-04-12T06:36:46.846Z] Filesystem Size Used Avail Use% Mounted on [2023-04-12T06:36:46.846Z] overlay 155G 20G 136G 13% / [2023-04-12T06:36:46.846Z] tmpfs 64M 0 64M 0% /dev [2023-04-12T06:36:46.846Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-12T06:36:46.846Z] shm 64M 0 64M 0% /dev/shm [2023-04-12T06:36:46.846Z] /dev/vda1 155G 20G 136G 13% /facter-os [2023-04-12T06:36:46.846Z] [2023-04-12T06:36:46.846Z]