Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 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-ssh1195170360515747057.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh17065940624369568250.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh2706101721762917481.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh16549852627896014560.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-ssh15729661944509704056.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-16849 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/253 [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/253 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 # timeout=10 Commit message: "build(snap): Update edgex-snap-hooks to 2.3.1 (#4071)" > git rev-list --no-walk 33a3e4f3e3406f6cea49ab831237154515d8a27f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-04T14:19:29.019Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-04T14:19:29.067Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-04T14:19:29.080Z] ========================================================= [2022-07-04T14:19:29.080Z] EdgeX Global Pipelines Version Info [2022-07-04T14:19:29.080Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:19:29.874Z] ------------------- [2022-07-04T14:19:29.874Z] stable info: [2022-07-04T14:19:29.874Z] ------------------- [2022-07-04T14:19:29.874Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-04T14:19:29.874Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-07-04T14:19:29.874Z] Message: update stable to v1.0.234 [2022-07-04T14:19:30.448Z] ------------------- [2022-07-04T14:19:30.448Z] experimental info: [2022-07-04T14:19:30.448Z] ------------------- [2022-07-04T14:19:30.448Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-07-04T14:19:30.448Z] Commit SHA: bc4e646769b4c5265b7fe03fd8295f2cc8e63760 [2022-07-04T14:19:30.448Z] Message: update experimental to v1.0.235 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-04T14:19:30.722Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-07-04T14:19:30.738Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-07-04T14:19:30.750Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-04T14:19:30.760Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-04T14:19:30.771Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-04T14:19:30.784Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-07-04T14:19:30.795Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-04T14:19:30.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-07-04T14:19:30.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-07-04T14:19:30.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-07-04T14:19:30.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-04T14:19:30.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-04T14:19:30.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-04T14:19:30.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-04T14:19:30.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-04T14:19:30.906Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-04T14:19:30.916Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-04T14:19:30.928Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-04T14:19:30.940Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-07-04T14:19:30.951Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-07-04T14:19:30.964Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-04T14:19:30.978Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-04T14:19:30.989Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-04T14:19:31.004Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-07-04T14:19:31.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-07-04T14:19:31.037Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-07-04T14:19:31.048Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] echo [2022-07-04T14:19:31.060Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11a51fe [Pipeline] echo [2022-07-04T14:19:31.074Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-04T14:19:31.118Z] provisioning config files... [2022-07-04T14:19:31.131Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/253@tmp/config5100068825214166943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:19:31.434Z] ---> docker-login.sh [2022-07-04T14:19:31.434Z] nexus3.edgexfoundry.org:10001 [2022-07-04T14:19:31.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:19:31.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:19:31.695Z] Configure a credential helper to remove this warning. See [2022-07-04T14:19:31.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:19:31.695Z] [2022-07-04T14:19:31.695Z] Login Succeeded [2022-07-04T14:19:31.695Z] nexus3.edgexfoundry.org:10002 [2022-07-04T14:19:31.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:19:31.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:19:31.957Z] Configure a credential helper to remove this warning. See [2022-07-04T14:19:31.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:19:31.957Z] [2022-07-04T14:19:31.957Z] Login Succeeded [2022-07-04T14:19:31.957Z] nexus3.edgexfoundry.org:10003 [2022-07-04T14:19:31.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:19:32.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:19:32.218Z] Configure a credential helper to remove this warning. See [2022-07-04T14:19:32.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:19:32.218Z] [2022-07-04T14:19:32.218Z] Login Succeeded [2022-07-04T14:19:32.218Z] nexus3.edgexfoundry.org:10004 [2022-07-04T14:19:32.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:19:32.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:19:32.218Z] Configure a credential helper to remove this warning. See [2022-07-04T14:19:32.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:19:32.218Z] [2022-07-04T14:19:32.218Z] Login Succeeded [2022-07-04T14:19:32.218Z] docker.io [2022-07-04T14:19:32.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:19:32.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:19:32.793Z] Configure a credential helper to remove this warning. See [2022-07-04T14:19:32.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:19:32.793Z] [2022-07-04T14:19:32.793Z] Login Succeeded [2022-07-04T14:19:32.793Z] ---> docker-login.sh ends [Pipeline] } [2022-07-04T14:19:32.802Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-04T14:19:33.114Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-07-04T14:19:33.114Z] + dirname cmd/core-command/Dockerfile [2022-07-04T14:19:33.114Z] + cut -d/ -f2 [2022-07-04T14:19:33.114Z] + echo core-command,cmd/core-command/Dockerfile [2022-07-04T14:19:33.114Z] + + dirname cmd/core-data/Dockerfilecut [2022-07-04T14:19:33.114Z] -d/ -f2 [2022-07-04T14:19:33.114Z] + echo core-data,cmd/core-data/Dockerfile [2022-07-04T14:19:33.114Z] + dirname cmd/core-metadata/Dockerfile [2022-07-04T14:19:33.114Z] + cut -d/ -f2 [2022-07-04T14:19:33.114Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-07-04T14:19:33.114Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-07-04T14:19:33.114Z] + cut -d/ -f2 [2022-07-04T14:19:33.114Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-07-04T14:19:33.114Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-07-04T14:19:33.114Z] + cut -d/ -f2 [2022-07-04T14:19:33.114Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-07-04T14:19:33.114Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-07-04T14:19:33.114Z] + cut -d/ -f2 [2022-07-04T14:19:33.114Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-07-04T14:19:33.114Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-07-04T14:19:33.114Z] + cut -d/ -f2 [2022-07-04T14:19:33.114Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-07-04T14:19:33.114Z] + dirname cmd/security-spire-agent/Dockerfile [2022-07-04T14:19:33.114Z] + cut -d/ -f2 [2022-07-04T14:19:33.114Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-07-04T14:19:33.114Z] + + dirname cmd/security-spire-config/Dockerfile [2022-07-04T14:19:33.114Z] cut -d/ -f2 [2022-07-04T14:19:33.114Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-07-04T14:19:33.115Z] + dirname cmd/security-spire-server/Dockerfile [2022-07-04T14:19:33.115Z] + cut -d/ -f2 [2022-07-04T14:19:33.115Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-07-04T14:19:33.115Z] + dirname cmd/support-notifications/Dockerfile [2022-07-04T14:19:33.115Z] + cut -d/ -f2 [2022-07-04T14:19:33.115Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-07-04T14:19:33.115Z] + dirname cmd/support-scheduler/Dockerfile [2022-07-04T14:19:33.115Z] + cut -d/ -f2 [2022-07-04T14:19:33.115Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-07-04T14:19:33.115Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-07-04T14:19:33.115Z] + cut -d/ -f2 [2022-07-04T14:19:33.115Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-07-04T14:19:33.151Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-07-04T14:19:33.488Z] + git rev-list -1 --merges 11a51fe418205844bd5d22f7d6ff9ca8936a0e25~1..11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] echo [2022-07-04T14:19:33.505Z] -----------> git rev-list -1 --merges 11a51fe418205844bd5d22f7d6ff9ca8936a0e25~1..11a51fe418205844bd5d22f7d6ff9ca8936a0e25 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [false] [Pipeline] sh [2022-07-04T14:19:33.797Z] + git log --format=format:%s -1 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] echo [2022-07-04T14:19:33.819Z] ========================================================= [2022-07-04T14:19:33.819Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-04T14:19:33.819Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-07-04T14:19:34.192Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-04T14:19:34.192Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-04T14:19:34.192Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-04T14:19:34.192Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-04T14:19:34.192Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-04T14:19:34.192Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-04T14:19:34.192Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:19:34.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-04T14:19:34.545Z] [2022-07-04T14:19:34.545Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:19:34.852Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-04T14:19:34.852Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-04T14:19:34.852Z] 42c077c10790: Pulling fs layer [2022-07-04T14:19:34.852Z] f63e77b7563a: Pulling fs layer [2022-07-04T14:19:34.852Z] bd5fdadae976: Pulling fs layer [2022-07-04T14:19:34.852Z] 205491f53016: Pulling fs layer [2022-07-04T14:19:34.852Z] df18705c85c3: Pulling fs layer [2022-07-04T14:19:34.852Z] bdb3f477010e: Pulling fs layer [2022-07-04T14:19:34.852Z] c8a8fc8e1c8f: Pulling fs layer [2022-07-04T14:19:34.852Z] 2c6e9b1d212d: Pulling fs layer [2022-07-04T14:19:34.852Z] bdb8f0575790: Pulling fs layer [2022-07-04T14:19:34.852Z] 205491f53016: Waiting [2022-07-04T14:19:34.852Z] 386e3cb2ff24: Pulling fs layer [2022-07-04T14:19:34.852Z] 2343380bae48: Pulling fs layer [2022-07-04T14:19:34.852Z] 2c6e9b1d212d: Waiting [2022-07-04T14:19:34.852Z] df18705c85c3: Waiting [2022-07-04T14:19:34.852Z] bdb3f477010e: Waiting [2022-07-04T14:19:34.852Z] c8a8fc8e1c8f: Waiting [2022-07-04T14:19:34.852Z] bdb8f0575790: Waiting [2022-07-04T14:19:34.852Z] 386e3cb2ff24: Waiting [2022-07-04T14:19:34.852Z] 2343380bae48: Waiting [2022-07-04T14:19:34.852Z] 205491f53016: Verifying Checksum [2022-07-04T14:19:34.852Z] 205491f53016: Download complete [2022-07-04T14:19:35.116Z] bd5fdadae976: Verifying Checksum [2022-07-04T14:19:35.116Z] bd5fdadae976: Download complete [2022-07-04T14:19:35.116Z] df18705c85c3: Verifying Checksum [2022-07-04T14:19:35.116Z] df18705c85c3: Download complete [2022-07-04T14:19:35.116Z] bdb3f477010e: Verifying Checksum [2022-07-04T14:19:35.116Z] bdb3f477010e: Download complete [2022-07-04T14:19:35.116Z] 2c6e9b1d212d: Verifying Checksum [2022-07-04T14:19:35.116Z] 2c6e9b1d212d: Download complete [2022-07-04T14:19:35.116Z] bdb8f0575790: Verifying Checksum [2022-07-04T14:19:35.116Z] bdb8f0575790: Download complete [2022-07-04T14:19:35.116Z] 386e3cb2ff24: Verifying Checksum [2022-07-04T14:19:35.116Z] 386e3cb2ff24: Download complete [2022-07-04T14:19:35.116Z] 2343380bae48: Verifying Checksum [2022-07-04T14:19:35.116Z] 2343380bae48: Download complete [2022-07-04T14:19:35.116Z] 42c077c10790: Verifying Checksum [2022-07-04T14:19:35.116Z] 42c077c10790: Download complete [2022-07-04T14:19:35.376Z] c8a8fc8e1c8f: Verifying Checksum [2022-07-04T14:19:36.761Z] 42c077c10790: Pull complete [2022-07-04T14:19:36.761Z] f63e77b7563a: Pull complete [2022-07-04T14:19:37.336Z] bd5fdadae976: Pull complete [2022-07-04T14:19:37.336Z] 205491f53016: Pull complete [2022-07-04T14:19:37.600Z] df18705c85c3: Pull complete [2022-07-04T14:19:37.600Z] bdb3f477010e: Pull complete [2022-07-04T14:19:40.149Z] c8a8fc8e1c8f: Pull complete [2022-07-04T14:19:40.149Z] 2c6e9b1d212d: Pull complete [2022-07-04T14:19:40.149Z] bdb8f0575790: Pull complete [2022-07-04T14:19:40.149Z] 386e3cb2ff24: Pull complete [2022-07-04T14:19:40.149Z] 2343380bae48: Pull complete [2022-07-04T14:19:40.149Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-07-04T14:19:40.149Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-04T14:19:40.149Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:19:40.259Z] prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container [2022-07-04T14:19:39.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-04T14:19:41.345Z] $ docker top 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 -eo pid,comm [2022-07-04T14:19:42.070Z] 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). [2022-07-04T14:19:42.070Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-04T14:19:42.101Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-04T14:19:42.101Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-04T14:19:42.245Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-04T14:19:41.599Z] $ docker exec 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 ssh-agent [2022-07-04T14:19:42.375Z] SSH_AUTH_SOCK=/tmp/ssh-cTjgIkJoySC2/agent.34 [2022-07-04T14:19:42.375Z] SSH_AGENT_PID=40 [2022-07-04T14:19:42.381Z] Running ssh-add (command line suppressed) [2022-07-04T14:19:41.858Z] Identity added: /w/workspace/edgex-go/253@tmp/private_key_6830055043241373461.key (/w/workspace/edgex-go/253@tmp/private_key_6830055043241373461.key) [2022-07-04T14:19:42.526Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-04T14:19:42.813Z] + git tag --points-at HEAD [Pipeline] } [2022-07-04T14:19:42.175Z] $ docker exec --env ******** --env ******** 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 ssh-agent -k [2022-07-04T14:19:42.286Z] unset SSH_AUTH_SOCK; [2022-07-04T14:19:42.287Z] unset SSH_AGENT_PID; [2022-07-04T14:19:42.287Z] echo Agent pid 40 killed; [2022-07-04T14:19:42.948Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-04T14:19:42.972Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-04T14:19:42.972Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-04T14:19:43.102Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-04T14:19:42.456Z] $ docker exec 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 ssh-agent [2022-07-04T14:19:43.254Z] SSH_AUTH_SOCK=/tmp/ssh-yqV03UW6bDMi/agent.73 [2022-07-04T14:19:43.254Z] SSH_AGENT_PID=80 [2022-07-04T14:19:43.260Z] Running ssh-add (command line suppressed) [2022-07-04T14:19:42.738Z] Identity added: /w/workspace/edgex-go/253@tmp/private_key_8519117623755241783.key (/w/workspace/edgex-go/253@tmp/private_key_8519117623755241783.key) [2022-07-04T14:19:43.406Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-04T14:19:43.701Z] + git semver init [2022-07-04T14:19:43.961Z] 2022-07-04 14:19:43,309 [run_init] DEBUG init version:0.0.0 force:False [2022-07-04T14:19:43.961Z] 2022-07-04 14:19:43,309 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/253/.semver [2022-07-04T14:19:43.961Z] 2022-07-04 14:19:43,310 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/253/.semver [2022-07-04T14:19:43.961Z] 2022-07-04 14:19:43,310 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/253/.semver'], cwd=/w/workspace/edgex-go/253, universal_newlines=False, shell=None, istream=None) [2022-07-04T14:19:48.207Z] 2022-07-04 14:19:48,078 [append_file] DEBUG append to file:/w/workspace/edgex-go/253/.git/info/exclude [2022-07-04T14:19:48.207Z] 2022-07-04 14:19:48,079 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/253/.semver/main with force:False [2022-07-04T14:19:48.207Z] 2022-07-04 14:19:48,079 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main [2022-07-04T14:19:48.207Z] 2022-07-04 14:19:48,079 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main [2022-07-04T14:19:48.207Z] 2.2.1-dev.22 [Pipeline] } [2022-07-04T14:19:48.219Z] $ docker exec --env ******** --env ******** 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 ssh-agent -k [2022-07-04T14:19:48.347Z] unset SSH_AUTH_SOCK; [2022-07-04T14:19:48.347Z] unset SSH_AGENT_PID; [2022-07-04T14:19:48.347Z] echo Agent pid 80 killed; [2022-07-04T14:19:48.359Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-04T14:19:48.672Z] + git semver [Pipeline] } [2022-07-04T14:19:48.951Z] $ docker stop --time=1 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 [2022-07-04T14:19:50.293Z] $ docker rm -f 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-04T14:19:50.650Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-04T14:19:50.914Z] Stashed 1 file(s) [Pipeline] echo [2022-07-04T14:19:50.916Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.22 [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] echo [2022-07-04T14:19:51.007Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-04T14:19:51.018Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-04T14:19:51.028Z] ========================================================= [2022-07-04T14:19:51.028Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-07-04T14:19:51.028Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-04T14:19:51.320Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-04T14:19:51.320Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-04T14:19:51.320Z] 59bf1c3509f3: Pulling fs layer [2022-07-04T14:19:51.320Z] 666ba61612fd: Pulling fs layer [2022-07-04T14:19:51.320Z] 8ed8ca486205: Pulling fs layer [2022-07-04T14:19:51.320Z] cc1cd167ecdc: Pulling fs layer [2022-07-04T14:19:51.320Z] c516ae0d96e1: Pulling fs layer [2022-07-04T14:19:51.320Z] 684cea983483: Pulling fs layer [2022-07-04T14:19:51.320Z] dd3240ac7de5: Pulling fs layer [2022-07-04T14:19:51.320Z] b1e948a4e11c: Pulling fs layer [2022-07-04T14:19:51.320Z] a8fd76ee1af6: Pulling fs layer [2022-07-04T14:19:51.320Z] 646ad004c059: Pulling fs layer [2022-07-04T14:19:51.320Z] cc1cd167ecdc: Waiting [2022-07-04T14:19:51.320Z] dd3240ac7de5: Waiting [2022-07-04T14:19:51.320Z] b1e948a4e11c: Waiting [2022-07-04T14:19:51.320Z] c516ae0d96e1: Waiting [2022-07-04T14:19:51.320Z] a8fd76ee1af6: Waiting [2022-07-04T14:19:51.320Z] 684cea983483: Waiting [2022-07-04T14:19:51.320Z] 8ed8ca486205: Verifying Checksum [2022-07-04T14:19:51.320Z] 8ed8ca486205: Download complete [2022-07-04T14:19:51.320Z] 666ba61612fd: Download complete [2022-07-04T14:19:51.320Z] c516ae0d96e1: Download complete [2022-07-04T14:19:51.320Z] 684cea983483: Verifying Checksum [2022-07-04T14:19:51.320Z] 684cea983483: Download complete [2022-07-04T14:19:51.320Z] dd3240ac7de5: Verifying Checksum [2022-07-04T14:19:51.320Z] dd3240ac7de5: Download complete [2022-07-04T14:19:51.320Z] 59bf1c3509f3: Verifying Checksum [2022-07-04T14:19:51.320Z] 59bf1c3509f3: Download complete [2022-07-04T14:19:51.581Z] b1e948a4e11c: Verifying Checksum [2022-07-04T14:19:51.581Z] b1e948a4e11c: Download complete [2022-07-04T14:19:51.581Z] 59bf1c3509f3: Pull complete [2022-07-04T14:19:51.581Z] 666ba61612fd: Pull complete [2022-07-04T14:19:51.846Z] 8ed8ca486205: Pull complete [2022-07-04T14:19:52.107Z] 646ad004c059: Verifying Checksum [2022-07-04T14:19:52.107Z] 646ad004c059: Download complete [2022-07-04T14:19:52.107Z] cc1cd167ecdc: Verifying Checksum [2022-07-04T14:19:52.107Z] cc1cd167ecdc: Download complete [2022-07-04T14:19:52.107Z] a8fd76ee1af6: Verifying Checksum [2022-07-04T14:19:52.107Z] a8fd76ee1af6: Download complete [2022-07-04T14:19:56.305Z] cc1cd167ecdc: Pull complete [2022-07-04T14:19:56.305Z] c516ae0d96e1: Pull complete [2022-07-04T14:19:56.305Z] 684cea983483: Pull complete [2022-07-04T14:19:56.305Z] dd3240ac7de5: Pull complete [2022-07-04T14:19:56.305Z] b1e948a4e11c: Pull complete [2022-07-04T14:19:58.211Z] a8fd76ee1af6: Pull complete [2022-07-04T14:19:59.158Z] 646ad004c059: Pull complete [2022-07-04T14:19:59.158Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-07-04T14:19:59.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-04T14:19:59.158Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-04T14:19:59.461Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-04T14:19:59.461Z] WORKDIR /edgex [2022-07-04T14:19:59.461Z] COPY go.mod . [2022-07-04T14:19:59.461Z] RUN go mod download [2022-07-04T14:19:59.461Z] + docker build -t ci-base-image-x86_64 -f - . [2022-07-04T14:20:00.844Z] Sending build context to Docker daemon 335.1MB [2022-07-04T14:20:00.844Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-04T14:20:00.844Z] ---> 8f69c11f6b0c [2022-07-04T14:20:00.844Z] Step 2/4 : WORKDIR /edgex [2022-07-04T14:20:04.149Z] ---> Running in c4a7263575aa [2022-07-04T14:20:04.149Z] Removing intermediate container c4a7263575aa [2022-07-04T14:20:04.149Z] ---> 59a6328cf3a7 [2022-07-04T14:20:04.149Z] Step 3/4 : COPY go.mod . [2022-07-04T14:20:04.149Z] ---> 1a87a860e4c4 [2022-07-04T14:20:04.149Z] Step 4/4 : RUN go mod download [2022-07-04T14:20:04.149Z] ---> Running in c7b1c3c88818 [2022-07-04T14:20:05.978Z] Still waiting to schedule task [2022-07-04T14:20:05.978Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-07-04T14:20:22.278Z] Removing intermediate container c7b1c3c88818 [2022-07-04T14:20:22.278Z] ---> 1f2b5af70c91 [2022-07-04T14:20:22.278Z] Successfully built 1f2b5af70c91 [2022-07-04T14:20:22.278Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:20:22.585Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-04T14:20:22.585Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:20:22.672Z] prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container [2022-07-04T14:20:22.708Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-04T14:20:23.173Z] $ docker top 1ccf550f2e3c48b4c1f16d58a431370f97db749e640a096e1fca1cc7321ddd6a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-04T14:20:23.537Z] + go version [2022-07-04T14:20:23.537Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-07-04T14:20:23.550Z] $ docker stop --time=1 1ccf550f2e3c48b4c1f16d58a431370f97db749e640a096e1fca1cc7321ddd6a [2022-07-04T14:20:24.852Z] $ docker rm -f 1ccf550f2e3c48b4c1f16d58a431370f97db749e640a096e1fca1cc7321ddd6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:20:25.263Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-04T14:20:25.263Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:20:25.344Z] prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container [2022-07-04T14:20:25.382Z] $ 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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-04T14:20:25.756Z] $ docker top d9b4756fecfc92a1159aff368e13fa1cc1396f39af5f2fed4204c8d5ef3ef29c -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-04T14:20:25.857Z] ========================================================= [2022-07-04T14:20:25.857Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-07-04T14:20:25.857Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-04T14:20:26.188Z] + make test [2022-07-04T14:20:26.188Z] go mod tidy -compat=1.17 [2022-07-04T14:20:26.188Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-07-04T14:20:32.797Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-07-04T14:20:42.781Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-07-04T14:20:42.781Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-07-04T14:20:43.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-07-04T14:20:44.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.072s coverage: 28.7% of statements [2022-07-04T14:20:44.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-07-04T14:20:44.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-07-04T14:20:45.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.096s coverage: 98.5% of statements [2022-07-04T14:20:45.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-07-04T14:20:45.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.117s coverage: 54.2% of statements [2022-07-04T14:20:45.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-07-04T14:20:45.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-07-04T14:20:48.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.259s coverage: 89.2% of statements [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-07-04T14:20:48.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.107s coverage: 83.8% of statements [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-07-04T14:20:48.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.544s coverage: 95.6% of statements [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-07-04T14:20:48.538Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.077s coverage: 72.2% of statements [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-07-04T14:20:48.538Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.109s coverage: 60.0% of statements [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-07-04T14:20:48.538Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-07-04T14:20:48.538Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2022-07-04T14:20:48.538Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.050s coverage: 29.6% of statements [2022-07-04T14:20:48.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-07-04T14:20:48.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements [2022-07-04T14:20:48.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements [2022-07-04T14:20:48.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2022-07-04T14:20:48.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.105s coverage: 96.3% of statements [2022-07-04T14:20:48.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2022-07-04T14:20:58.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.091s coverage: 94.4% of statements [2022-07-04T14:20:58.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [2022-07-04T14:20:59.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.202s coverage: 82.5% of statements [2022-07-04T14:20:59.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.061s coverage: 58.8% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.0% of statements [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.045s coverage: 87.2% of statements [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 85.4% of statements [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.239s coverage: 91.2% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 64.4% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.374s coverage: 65.4% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.154s coverage: 43.8% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.191s coverage: 92.3% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.060s coverage: 28.9% of statements [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-07-04T14:21:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2022-07-04T14:21:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-07-04T14:21:09.938Z] 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 [2022-07-04T14:21:28.040Z] GO111MODULE=on go vet ./... [2022-07-04T14:21:31.331Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-04T14:21:31.331Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-04T14:21:31.591Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-04T14:21:31.605Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-07-04T14:21:31.901Z] + ls -al . [2022-07-04T14:21:31.901Z] total 684 [2022-07-04T14:21:31.901Z] drwxrwxr-x 10 1001 1001 4096 Jul 4 14:20 . [2022-07-04T14:21:31.901Z] drwxr-xr-x 4 root root 4096 Jul 4 14:20 .. [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 11 Jul 4 14:19 .dockerignore [2022-07-04T14:21:31.901Z] drwxrwxr-x 8 1001 1001 4096 Jul 4 14:19 .git [2022-07-04T14:21:31.901Z] drwxrwxr-x 3 1001 1001 4096 Jul 4 14:19 .github [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 879 Jul 4 14:19 .gitignore [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 42 Jul 4 14:19 .golangci.yml [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 87 Jul 4 14:19 .hadolint.yml [2022-07-04T14:21:31.901Z] drwxr-xr-x 3 1001 1001 4096 Jul 4 14:19 .semver [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 166 Jul 4 14:19 .sonarcloud.properties [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 1171 Jul 4 14:19 ADOPTERS.md [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 10347 Jul 4 14:19 Attribution.txt [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 63209 Jul 4 14:19 CHANGELOG.md [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 3804 Jul 4 14:19 CONTRIBUTING.md [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 677 Jul 4 14:19 GOVERNANCE.md [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 850 Jul 4 14:19 Jenkinsfile [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 10775 Jul 4 14:19 LICENSE [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 10389 Jul 4 14:19 Makefile [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 582 Jul 4 14:19 OWNERS.md [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 9094 Jul 4 14:19 README.md [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 6912 Jul 4 14:19 SECURITY.md [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 12 Jul 4 14:19 VERSION [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 4131 Jul 4 14:19 ZMQWindows.md [2022-07-04T14:21:31.901Z] drwxrwxr-x 2 1001 1001 4096 Jul 4 14:19 bin [2022-07-04T14:21:31.901Z] drwxrwxr-x 18 1001 1001 4096 Jul 4 14:19 cmd [2022-07-04T14:21:31.901Z] -rw-r--r-- 1 root root 435593 Jul 4 14:21 coverage.out [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 3311 Jul 4 14:19 go.mod [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 36231 Jul 4 14:20 go.sum [2022-07-04T14:21:31.901Z] drwxrwxr-x 8 1001 1001 4096 Jul 4 14:19 internal [2022-07-04T14:21:31.901Z] drwxrwxr-x 3 1001 1001 4096 Jul 4 14:19 openapi [2022-07-04T14:21:31.901Z] drwxrwxr-x 4 1001 1001 4096 Jul 4 14:19 snap [2022-07-04T14:21:31.901Z] -rw-rw-r-- 1 1001 1001 204 Jul 4 14:19 version.go [Pipeline] sh [2022-07-04T14:21:32.192Z] + '[' -e coverage.out ] [2022-07-04T14:21:32.192Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-07-04T14:21:32.291Z] Stashed 1 file(s) [Pipeline] sh [2022-07-04T14:21:32.574Z] + make build [2022-07-04T14:21:32.574Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-04T14:21:47.488Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-04T14:21:49.612Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16853 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-07-04T14:21:49.625Z] Running in /w/workspace/edgex-go/253 [Pipeline] { [Pipeline] checkout [2022-07-04T14:21:49.672Z] The recommended git tool is: git [2022-07-04T14:21:54.055Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-04T14:21:54.626Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-04T14:21:57.194Z] using credential edgex-jenkins-ssh [2022-07-04T14:21:57.230Z] Cloning the remote Git repository [2022-07-04T14:21:57.285Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-07-04T14:21:57.368Z] > git init /w/workspace/edgex-go/253 # timeout=10 [2022-07-04T14:21:57.483Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-07-04T14:21:57.485Z] > git --version # timeout=10 [2022-07-04T14:21:57.543Z] > git --version # 'git version 2.25.1' [2022-07-04T14:21:57.544Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-04T14:21:57.646Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-04T14:22:01.199Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-04T14:22:01.199Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-04T14:22:01.769Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-04T14:22:03.153Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-04T14:22:03.725Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-04T14:22:04.664Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-04T14:22:05.604Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-04T14:22:06.171Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-04T14:22:07.550Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-07-04T14:22:08.504Z] $ docker stop --time=1 d9b4756fecfc92a1159aff368e13fa1cc1396f39af5f2fed4204c8d5ef3ef29c [2022-07-04T14:22:11.017Z] $ docker rm -f d9b4756fecfc92a1159aff368e13fa1cc1396f39af5f2fed4204c8d5ef3ef29c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:22:12.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-04T14:22:12.027Z] [2022-07-04T14:22:12.027Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:22:12.333Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-04T14:22:12.333Z] latest: Pulling from edgex-devops/edgex-compose [2022-07-04T14:22:12.333Z] cbdbe7a5bc2a: Pulling fs layer [2022-07-04T14:22:12.333Z] ca9280d653b3: Pulling fs layer [2022-07-04T14:22:12.333Z] 7e9c9ca2126c: Pulling fs layer [2022-07-04T14:22:12.333Z] cbdbe7a5bc2a: Verifying Checksum [2022-07-04T14:22:12.333Z] cbdbe7a5bc2a: Download complete [2022-07-04T14:22:12.592Z] ca9280d653b3: Verifying Checksum [2022-07-04T14:22:12.592Z] ca9280d653b3: Download complete [2022-07-04T14:22:12.592Z] cbdbe7a5bc2a: Pull complete [2022-07-04T14:22:12.851Z] 7e9c9ca2126c: Download complete [2022-07-04T14:22:13.110Z] ca9280d653b3: Pull complete [2022-07-04T14:22:13.930Z] Avoid second fetch [2022-07-04T14:22:13.930Z] Checking out Revision 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 (main) [2022-07-04T14:22:13.892Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-07-04T14:22:13.917Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-04T14:22:13.955Z] > git config core.sparsecheckout # timeout=10 [2022-07-04T14:22:13.969Z] > git checkout -f 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 # timeout=10 [2022-07-04T14:22:16.402Z] 7e9c9ca2126c: Pull complete [2022-07-04T14:22:16.402Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-07-04T14:22:16.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-04T14:22:16.402Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:22:16.503Z] prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container [2022-07-04T14:22:16.538Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@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 [2022-07-04T14:22:18.183Z] $ docker top a5773008525c2131656683f4ba7659fcfdd014100b1fbfec722e606dcb0329d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-04T14:22:18.385Z] Commit message: "build(snap): Update edgex-snap-hooks to 2.3.1 (#4071)" [2022-07-04T14:22:18.544Z] + + docker-composegrep build parallel --help [2022-07-04T14:22:18.544Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-04T14:22:19.164Z] --parallel Build images in parallel. [Pipeline] } [2022-07-04T14:22:19.178Z] $ docker stop --time=1 a5773008525c2131656683f4ba7659fcfdd014100b1fbfec722e606dcb0329d7 [2022-07-04T14:22:19.287Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-04T14:22:19.287Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-04T14:22:19.287Z] Dload Upload Total Spent Left Speed [2022-07-04T14:22:19.287Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 93534 0 --:--:-- --:--:-- --:--:-- 94253 [2022-07-04T14:22:20.488Z] $ docker rm -f a5773008525c2131656683f4ba7659fcfdd014100b1fbfec722e606dcb0329d7 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:22:20.875Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-04T14:22:20.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-04T14:22:20.944Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:22:21.042Z] prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container [2022-07-04T14:22:21.082Z] $ 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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-07-04T14:22:21.226Z] + sudo tee /etc/docker/daemon.new [2022-07-04T14:22:21.226Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-04T14:22:21.226Z] { [2022-07-04T14:22:21.226Z] "registry-mirrors": [ [2022-07-04T14:22:21.226Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-04T14:22:21.226Z] ], [2022-07-04T14:22:21.226Z] "bip": "10.250.0.254/24", [2022-07-04T14:22:21.226Z] "hosts": [ [2022-07-04T14:22:21.226Z] "tcp://0.0.0.0:5555", [2022-07-04T14:22:21.226Z] "unix:///var/run/docker.sock" [2022-07-04T14:22:21.226Z] ], [2022-07-04T14:22:21.226Z] "mtu": 1458, [2022-07-04T14:22:21.226Z] "selinux-enabled": true, [2022-07-04T14:22:21.226Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-04T14:22:21.226Z] } [2022-07-04T14:22:21.461Z] $ docker top 82a69a2d9174efa2681a172602541d874108fb9f81e6426ce1034d51453c9c66 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2022-07-04T14:22:21.887Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-04T14:22:21.912Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-04T14:22:22.228Z] + sudo service docker restart [2022-07-04T14:22:22.482Z] Building core-command ... [2022-07-04T14:22:22.482Z] Building core-data ... [2022-07-04T14:22:22.482Z] Building core-metadata ... [2022-07-04T14:22:22.482Z] Building security-bootstrapper ... [2022-07-04T14:22:22.482Z] Building security-proxy-setup ... [2022-07-04T14:22:22.482Z] Building security-secretstore-setup ... [2022-07-04T14:22:22.482Z] Building security-spiffe-token-provider ... [2022-07-04T14:22:22.482Z] Building security-spire-agent ... [2022-07-04T14:22:22.482Z] Building security-spire-config ... [2022-07-04T14:22:22.482Z] Building security-spire-server ... [2022-07-04T14:22:22.482Z] Building support-notifications ... [2022-07-04T14:22:22.482Z] Building support-scheduler ... [2022-07-04T14:22:22.482Z] Building sys-mgmt-agent ... [2022-07-04T14:22:22.482Z] Building security-proxy-setup [2022-07-04T14:22:22.482Z] Building sys-mgmt-agent [2022-07-04T14:22:22.482Z] Building security-spire-agent [2022-07-04T14:22:22.482Z] Building security-spire-config [2022-07-04T14:22:22.482Z] Building security-spire-server [2022-07-04T14:22:37.372Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:22:37.372Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:22:37.372Z] ---> 1f2b5af70c91 [2022-07-04T14:22:37.372Z] Step 3/26 : WORKDIR /edgex-go [2022-07-04T14:22:37.372Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:22:37.372Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:22:37.372Z] ---> 1f2b5af70c91 [2022-07-04T14:22:37.372Z] Step 3/26 : WORKDIR /edgex-go [2022-07-04T14:22:37.372Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:22:37.372Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:22:37.372Z] ---> 1f2b5af70c91 [2022-07-04T14:22:37.372Z] Step 3/23 : WORKDIR /edgex-go [2022-07-04T14:22:37.372Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:22:37.372Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:22:37.372Z] ---> 1f2b5af70c91 [2022-07-04T14:22:37.372Z] Step 3/25 : WORKDIR /edgex-go [2022-07-04T14:22:37.633Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:22:37.633Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:22:37.633Z] ---> 1f2b5af70c91 [2022-07-04T14:22:37.633Z] Step 3/22 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-04T14:22:40.576Z] provisioning config files... [2022-07-04T14:22:40.599Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/253@tmp/config6286169766244704430tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:22:40.970Z] ---> docker-login.sh [2022-07-04T14:22:40.970Z] nexus3.edgexfoundry.org:10001 [2022-07-04T14:22:41.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:22:41.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:22:41.845Z] Configure a credential helper to remove this warning. See [2022-07-04T14:22:41.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:22:41.845Z] [2022-07-04T14:22:41.845Z] Login Succeeded [2022-07-04T14:22:41.845Z] nexus3.edgexfoundry.org:10002 [2022-07-04T14:22:42.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:22:42.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:22:42.122Z] Configure a credential helper to remove this warning. See [2022-07-04T14:22:42.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:22:42.122Z] [2022-07-04T14:22:42.122Z] Login Succeeded [2022-07-04T14:22:42.122Z] nexus3.edgexfoundry.org:10003 [2022-07-04T14:22:42.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:22:42.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:22:42.719Z] Configure a credential helper to remove this warning. See [2022-07-04T14:22:42.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:22:42.719Z] [2022-07-04T14:22:42.719Z] Login Succeeded [2022-07-04T14:22:42.719Z] nexus3.edgexfoundry.org:10004 [2022-07-04T14:22:42.933Z] ---> Running in 4405645cbfb6 [2022-07-04T14:22:42.933Z] ---> Running in 5f84fce30e3f [2022-07-04T14:22:42.933Z] ---> Running in f1b4e4326281 [2022-07-04T14:22:42.933Z] ---> Running in b11ba9a91d2a [2022-07-04T14:22:42.933Z] ---> Running in 1a9e66654291 [2022-07-04T14:22:42.933Z] Removing intermediate container 1a9e66654291 [2022-07-04T14:22:42.933Z] ---> 44d8fc5c52a5 [2022-07-04T14:22:42.933Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:22:42.933Z] Removing intermediate container 5f84fce30e3f [2022-07-04T14:22:42.933Z] ---> c110d0c45735 [2022-07-04T14:22:42.933Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:22:42.933Z] Removing intermediate container 4405645cbfb6 [2022-07-04T14:22:42.933Z] ---> e950580adbe6 [2022-07-04T14:22:42.933Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:22:42.933Z] Removing intermediate container f1b4e4326281 [2022-07-04T14:22:42.933Z] ---> fb415d45a6a6 [2022-07-04T14:22:42.933Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:22:42.933Z] Removing intermediate container b11ba9a91d2a [2022-07-04T14:22:42.933Z] ---> f6120ff6a2e0 [2022-07-04T14:22:42.933Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:22:42.933Z] ---> Running in 5d547edf2182 [2022-07-04T14:22:42.933Z] ---> Running in 58ef4c741783 [2022-07-04T14:22:42.933Z] ---> Running in c122c41f8402 [2022-07-04T14:22:42.933Z] ---> Running in 7550835e84b8 [2022-07-04T14:22:42.933Z] ---> Running in 61c85872ec92 [2022-07-04T14:22:42.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:22:43.194Z] Removing intermediate container 58ef4c741783 [2022-07-04T14:22:43.194Z] ---> 4b84ff101946 [2022-07-04T14:22:43.194Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-04T14:22:43.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:22:43.267Z] Configure a credential helper to remove this warning. See [2022-07-04T14:22:43.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:22:43.267Z] [2022-07-04T14:22:43.267Z] Login Succeeded [2022-07-04T14:22:43.267Z] docker.io [2022-07-04T14:22:43.454Z] ---> Running in 3b32b5a7ea5c [2022-07-04T14:22:43.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:22:43.714Z] Removing intermediate container c122c41f8402 [2022-07-04T14:22:43.714Z] ---> a2554cd96324 [2022-07-04T14:22:43.714Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-04T14:22:43.714Z] ---> Running in c77349b7a294 [2022-07-04T14:22:43.714Z] Removing intermediate container 61c85872ec92 [2022-07-04T14:22:43.714Z] ---> 52924a12dacf [2022-07-04T14:22:43.714Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-04T14:22:43.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:22:43.812Z] Configure a credential helper to remove this warning. See [2022-07-04T14:22:43.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:22:43.812Z] [2022-07-04T14:22:43.812Z] Login Succeeded [2022-07-04T14:22:43.812Z] ---> docker-login.sh ends [Pipeline] } [2022-07-04T14:22:43.829Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2022-07-04T14:22:43.975Z] ---> Running in 6b6e8d25de0b [2022-07-04T14:22:43.975Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:22:43.975Z] Removing intermediate container 5d547edf2182 [2022-07-04T14:22:43.975Z] ---> 5fb57eab93a8 [2022-07-04T14:22:43.975Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-04T14:22:43.975Z] ---> Running in a3e9b22e62a8 [2022-07-04T14:22:43.975Z] Removing intermediate container 7550835e84b8 [2022-07-04T14:22:43.975Z] ---> b4f8af0b5211 [2022-07-04T14:22:43.975Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-04T14:22:44.235Z] ---> Running in 13c2dc97563b [Pipeline] echo [2022-07-04T14:22:44.442Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-04T14:22:44.457Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-04T14:22:44.467Z] ========================================================= [2022-07-04T14:22:44.467Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-07-04T14:22:44.467Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-04T14:22:44.495Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:22:44.495Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:22:44.495Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:22:44.495Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:22:44.819Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-04T14:22:45.067Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:22:45.092Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-04T14:22:45.092Z] 9b3977197b4f: Pulling fs layer [2022-07-04T14:22:45.092Z] 1a89e8eeedd5: Pulling fs layer [2022-07-04T14:22:45.092Z] 94645a83ff95: Pulling fs layer [2022-07-04T14:22:45.092Z] e6fb740bc735: Pulling fs layer [2022-07-04T14:22:45.092Z] 3a77bd46dcc9: Pulling fs layer [2022-07-04T14:22:45.092Z] 355e64cbe906: Pulling fs layer [2022-07-04T14:22:45.092Z] 63ab81a10011: Pulling fs layer [2022-07-04T14:22:45.092Z] 555d1d1c4555: Pulling fs layer [2022-07-04T14:22:45.092Z] 7d9057610161: Pulling fs layer [2022-07-04T14:22:45.092Z] e6fb740bc735: Waiting [2022-07-04T14:22:45.092Z] 3a77bd46dcc9: Waiting [2022-07-04T14:22:45.092Z] 355e64cbe906: Waiting [2022-07-04T14:22:45.092Z] 63ab81a10011: Waiting [2022-07-04T14:22:45.092Z] 7d9057610161: Waiting [2022-07-04T14:22:45.093Z] 555d1d1c4555: Waiting [2022-07-04T14:22:45.093Z] 94645a83ff95: Verifying Checksum [2022-07-04T14:22:45.093Z] 94645a83ff95: Download complete [2022-07-04T14:22:45.093Z] 1a89e8eeedd5: Download complete [2022-07-04T14:22:45.093Z] 3a77bd46dcc9: Verifying Checksum [2022-07-04T14:22:45.093Z] 3a77bd46dcc9: Download complete [2022-07-04T14:22:45.093Z] 355e64cbe906: Verifying Checksum [2022-07-04T14:22:45.093Z] 355e64cbe906: Download complete [2022-07-04T14:22:45.093Z] 9b3977197b4f: Download complete [2022-07-04T14:22:45.093Z] 63ab81a10011: Verifying Checksum [2022-07-04T14:22:45.093Z] 63ab81a10011: Download complete [2022-07-04T14:22:45.331Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:22:45.331Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:22:45.331Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:22:45.331Z] OK: 221 MiB in 52 packages [2022-07-04T14:22:45.331Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:22:45.591Z] OK: 221 MiB in 52 packages [2022-07-04T14:22:45.851Z] OK: 221 MiB in 52 packages [2022-07-04T14:22:45.851Z] OK: 221 MiB in 52 packages [2022-07-04T14:22:45.851Z] Removing intermediate container 3b32b5a7ea5c [2022-07-04T14:22:45.851Z] ---> e3ba7a0fa7a3 [2022-07-04T14:22:45.851Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-04T14:22:46.078Z] 9b3977197b4f: Pull complete [2022-07-04T14:22:46.078Z] 7d9057610161: Verifying Checksum [2022-07-04T14:22:46.078Z] 7d9057610161: Download complete [2022-07-04T14:22:46.110Z] OK: 221 MiB in 52 packages [2022-07-04T14:22:46.110Z] ---> 87b43ca534d0 [2022-07-04T14:22:46.110Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:22:46.110Z] ---> Running in f4fc46397ab4 [2022-07-04T14:22:46.370Z] Removing intermediate container 6b6e8d25de0b [2022-07-04T14:22:46.370Z] ---> a51095e03256 [2022-07-04T14:22:46.370Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-04T14:22:46.370Z] Removing intermediate container a3e9b22e62a8 [2022-07-04T14:22:46.370Z] ---> a2e3adcb5ab8 [2022-07-04T14:22:46.370Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-04T14:22:46.370Z] Removing intermediate container 13c2dc97563b [2022-07-04T14:22:46.370Z] ---> de3b023a772c [2022-07-04T14:22:46.370Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-04T14:22:46.629Z] ---> b032bc972b47 [2022-07-04T14:22:46.629Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:22:46.629Z] ---> Running in affeb1f4f823 [2022-07-04T14:22:46.629Z] ---> d6a52144738b [2022-07-04T14:22:46.629Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:22:46.629Z] Removing intermediate container c77349b7a294 [2022-07-04T14:22:46.629Z] ---> 7748715f96d2 [2022-07-04T14:22:46.629Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-04T14:22:46.629Z] ---> 04b577f3bf1e [2022-07-04T14:22:46.629Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:22:46.629Z] ---> Running in b7d61b0e5e55 [2022-07-04T14:22:46.682Z] 1a89e8eeedd5: Pull complete [2022-07-04T14:22:46.889Z] ---> Running in 75e7afd7cd9f [2022-07-04T14:22:46.889Z] ---> 9271d511f3d8 [2022-07-04T14:22:46.889Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:22:46.889Z] ---> Running in 6e06d587fe11 [2022-07-04T14:22:46.959Z] 94645a83ff95: Pull complete [2022-07-04T14:22:47.231Z] 555d1d1c4555: Verifying Checksum [2022-07-04T14:22:47.231Z] 555d1d1c4555: Download complete [2022-07-04T14:22:47.459Z] Removing intermediate container f4fc46397ab4 [2022-07-04T14:22:47.459Z] ---> b774152c0772 [2022-07-04T14:22:47.459Z] Step 8/23 : COPY . . [2022-07-04T14:22:47.827Z] e6fb740bc735: Download complete [2022-07-04T14:22:50.008Z] Removing intermediate container affeb1f4f823 [2022-07-04T14:22:50.008Z] ---> 414c7e04940d [2022-07-04T14:22:50.008Z] Step 8/26 : COPY . . [2022-07-04T14:22:50.008Z] Removing intermediate container 75e7afd7cd9f [2022-07-04T14:22:50.008Z] ---> 69c5060ad9b4 [2022-07-04T14:22:50.008Z] Step 8/25 : COPY . . [2022-07-04T14:22:50.269Z] Removing intermediate container 6e06d587fe11 [2022-07-04T14:22:50.269Z] ---> c03364a0e00a [2022-07-04T14:22:50.269Z] Step 8/26 : COPY . . [2022-07-04T14:22:55.612Z] Removing intermediate container b7d61b0e5e55 [2022-07-04T14:22:55.612Z] ---> 5f95e0306ab4 [2022-07-04T14:22:55.612Z] Step 8/22 : COPY . . [2022-07-04T14:23:00.250Z] e6fb740bc735: Pull complete [2022-07-04T14:23:00.250Z] 3a77bd46dcc9: Pull complete [2022-07-04T14:23:00.250Z] 355e64cbe906: Pull complete [2022-07-04T14:23:00.250Z] 63ab81a10011: Pull complete [2022-07-04T14:23:00.897Z] ---> d58c43eb04ba [2022-07-04T14:23:00.897Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-04T14:23:00.897Z] ---> 604b5dac8bb0 [2022-07-04T14:23:00.897Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-04T14:23:00.897Z] ---> 4e542f09d7e3 [2022-07-04T14:23:00.897Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-04T14:23:00.897Z] ---> 1817acd76675 [2022-07-04T14:23:00.897Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-04T14:23:00.897Z] ---> Running in 0f38858a6b35 [2022-07-04T14:23:00.897Z] ---> Running in 359ab4322df5 [2022-07-04T14:23:00.897Z] ---> Running in c2eaf1ca1667 [2022-07-04T14:23:00.897Z] ---> Running in 7c08cbe46709 [2022-07-04T14:23:00.897Z] ---> 4a203217be4a [2022-07-04T14:23:00.897Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-04T14:23:00.897Z] Removing intermediate container 359ab4322df5 [2022-07-04T14:23:00.897Z] ---> 8981036aec59 [2022-07-04T14:23:00.897Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-04T14:23:00.897Z] ---> Running in 4d821cbb4de0 [2022-07-04T14:23:00.897Z] Removing intermediate container c2eaf1ca1667 [2022-07-04T14:23:00.897Z] ---> bc1988ebc2be [2022-07-04T14:23:00.897Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-04T14:23:00.897Z] Removing intermediate container 7c08cbe46709 [2022-07-04T14:23:00.897Z] ---> 4e0fb05f49d0 [2022-07-04T14:23:00.897Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-04T14:23:00.897Z] ---> Running in 969e2f118a0a [2022-07-04T14:23:00.897Z] ---> Running in 637ab71251a1 [2022-07-04T14:23:00.897Z] ---> Running in f1e200b2b89d [2022-07-04T14:23:00.897Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-04T14:23:00.897Z] Removing intermediate container 969e2f118a0a [2022-07-04T14:23:00.897Z] ---> 30c8db64ac11 [2022-07-04T14:23:00.897Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-07-04T14:23:00.897Z] Removing intermediate container 637ab71251a1 [2022-07-04T14:23:00.897Z] ---> 8f76f2a7f3e4 [2022-07-04T14:23:00.897Z] 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-07-04T14:23:00.897Z] Removing intermediate container f1e200b2b89d [2022-07-04T14:23:00.897Z] ---> 44d97dc44313 [2022-07-04T14:23:00.897Z] 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-07-04T14:23:00.897Z] ---> Running in 4042037b18a1 [2022-07-04T14:23:00.897Z] ---> Running in 4eacb018c6b1 [2022-07-04T14:23:00.897Z] ---> Running in b84c7cd6dbaf [2022-07-04T14:23:01.157Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-04T14:23:01.728Z] Removing intermediate container 4042037b18a1 [2022-07-04T14:23:01.728Z] ---> 02cb521f489d [2022-07-04T14:23:01.728Z] Step 12/25 : WORKDIR /edgex-go [2022-07-04T14:23:01.987Z] ---> Running in 5666bca1e222 [2022-07-04T14:23:01.987Z] Removing intermediate container 5666bca1e222 [2022-07-04T14:23:01.987Z] ---> c03796b99971 [2022-07-04T14:23:01.987Z] [2022-07-04T14:23:01.987Z] Step 13/25 : FROM alpine:3.15 [2022-07-04T14:23:01.987Z] 3.15: Pulling from library/alpine [2022-07-04T14:23:01.987Z] Removing intermediate container 4eacb018c6b1 [2022-07-04T14:23:01.987Z] ---> 6040e42ac311 [2022-07-04T14:23:01.987Z] Step 12/26 : WORKDIR /edgex-go [2022-07-04T14:23:02.248Z] ---> Running in 2eefebfa4e9a [2022-07-04T14:23:02.248Z] Removing intermediate container b84c7cd6dbaf [2022-07-04T14:23:02.248Z] ---> db85118f0775 [2022-07-04T14:23:02.248Z] Step 12/26 : WORKDIR /edgex-go [2022-07-04T14:23:02.248Z] ---> Running in 58fe88b56a8f [2022-07-04T14:23:02.248Z] Removing intermediate container 2eefebfa4e9a [2022-07-04T14:23:02.248Z] ---> 96e6109e58b6 [2022-07-04T14:23:02.248Z] [2022-07-04T14:23:02.248Z] Step 13/26 : FROM alpine:3.15 [2022-07-04T14:23:02.508Z] 3.15: Pulling from library/alpine [2022-07-04T14:23:02.508Z] Removing intermediate container 58fe88b56a8f [2022-07-04T14:23:02.508Z] ---> 58af42a1a268 [2022-07-04T14:23:02.508Z] [2022-07-04T14:23:02.508Z] Step 13/26 : FROM alpine:3.15 [2022-07-04T14:23:02.508Z] 3.15: Pulling from library/alpine [2022-07-04T14:23:02.508Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-04T14:23:02.508Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-04T14:23:02.508Z] Status: Downloaded newer image for alpine:3.15 [2022-07-04T14:23:02.508Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-04T14:23:02.508Z] Status: Image is up to date for alpine:3.15 [2022-07-04T14:23:02.508Z] Status: Image is up to date for alpine:3.15 [2022-07-04T14:23:02.508Z] ---> 0ac33e5f5afa [2022-07-04T14:23:02.508Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-04T14:23:02.508Z] ---> 0ac33e5f5afa [2022-07-04T14:23:02.508Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-04T14:23:02.508Z] ---> 0ac33e5f5afa [2022-07-04T14:23:02.508Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-04T14:23:02.770Z] ---> Running in 28d3c36b794d [2022-07-04T14:23:02.770Z] ---> Running in da386a246094 [2022-07-04T14:23:02.770Z] ---> Running in e8f8219e9109 [2022-07-04T14:23:02.770Z] Removing intermediate container da386a246094 [2022-07-04T14:23:02.770Z] ---> 9ecea0454c21 [2022-07-04T14:23:02.770Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:23:03.031Z] ---> Running in b24a8a484481 [2022-07-04T14:23:03.031Z] Removing intermediate container 28d3c36b794d [2022-07-04T14:23:03.031Z] ---> dcd82f970ee2 [2022-07-04T14:23:03.031Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:23:03.031Z] Removing intermediate container e8f8219e9109 [2022-07-04T14:23:03.031Z] ---> b8faff07b306 [2022-07-04T14:23:03.031Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:23:03.031Z] ---> Running in 71c61e710986 [2022-07-04T14:23:03.031Z] ---> Running in 3ab429c91389 [2022-07-04T14:23:04.411Z] Removing intermediate container b24a8a484481 [2022-07-04T14:23:04.411Z] ---> 02bb2a2c029c [2022-07-04T14:23:04.411Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-04T14:23:04.411Z] ---> Running in a8a640bbf065 [2022-07-04T14:23:04.670Z] Removing intermediate container 3ab429c91389 [2022-07-04T14:23:04.670Z] ---> 3744f62e1cee [2022-07-04T14:23:04.670Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-04T14:23:04.670Z] Removing intermediate container 71c61e710986 [2022-07-04T14:23:04.670Z] ---> 95a22199d7c7 [2022-07-04T14:23:04.670Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-04T14:23:04.670Z] ---> Running in 2cbcafd9b840 [2022-07-04T14:23:04.670Z] ---> Running in 5cec56585074 [2022-07-04T14:23:05.237Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:05.496Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:05.756Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:06.013Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:06.272Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-04T14:23:06.272Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-04T14:23:06.272Z] OK: 15859 distinct packages available [2022-07-04T14:23:06.272Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:06.272Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:06.530Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:06.790Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-04T14:23:06.790Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-04T14:23:06.790Z] OK: 15859 distinct packages available [2022-07-04T14:23:06.790Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:06.790Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-04T14:23:06.790Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-04T14:23:06.790Z] OK: 15859 distinct packages available [2022-07-04T14:23:06.790Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:06.971Z] 555d1d1c4555: Pull complete [2022-07-04T14:23:07.357Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:07.616Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-04T14:23:07.616Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:07.616Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-04T14:23:07.616Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:07.616Z] (3/5) Installing libucontext (1.1-r0) [2022-07-04T14:23:07.876Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-04T14:23:07.876Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-04T14:23:07.876Z] (5/5) Installing openssl (1.1.1p-r0) [2022-07-04T14:23:07.876Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-04T14:23:07.876Z] Executing busybox-1.34.1-r5.trigger [2022-07-04T14:23:07.876Z] OK: 6 MiB in 19 packages [2022-07-04T14:23:07.876Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-04T14:23:08.135Z] (3/5) Installing libucontext (1.1-r0) [2022-07-04T14:23:08.135Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-04T14:23:08.135Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-04T14:23:08.135Z] (3/4) Installing libucontext (1.1-r0) [2022-07-04T14:23:08.135Z] (5/5) Installing openssl (1.1.1p-r0) [2022-07-04T14:23:08.135Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-04T14:23:08.394Z] Executing busybox-1.34.1-r5.trigger [2022-07-04T14:23:08.394Z] OK: 6 MiB in 19 packages [2022-07-04T14:23:08.394Z] Executing busybox-1.34.1-r5.trigger [2022-07-04T14:23:08.394Z] OK: 6 MiB in 18 packages [2022-07-04T14:23:08.411Z] 7d9057610161: Pull complete [2022-07-04T14:23:08.411Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-07-04T14:23:08.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-04T14:23:08.411Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-04T14:23:08.766Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-04T14:23:08.766Z] WORKDIR /edgex [2022-07-04T14:23:08.766Z] COPY go.mod . [2022-07-04T14:23:08.766Z] RUN go mod download [2022-07-04T14:23:08.766Z] + docker build -t ci-base-image-arm64 -f - . [2022-07-04T14:23:09.772Z] Removing intermediate container a8a640bbf065 [2022-07-04T14:23:09.772Z] ---> 723a76dc44e9 [2022-07-04T14:23:09.772Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-04T14:23:10.030Z] Removing intermediate container 5cec56585074 [2022-07-04T14:23:10.030Z] ---> 2a606de1d7d8 [2022-07-04T14:23:10.030Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-04T14:23:10.290Z] Removing intermediate container 2cbcafd9b840 [2022-07-04T14:23:10.290Z] ---> 2cda9207ceae [2022-07-04T14:23:10.290Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-04T14:23:11.416Z] Sending build context to Docker daemon 169.2MB [2022-07-04T14:23:11.416Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-04T14:23:11.416Z] ---> 819e984ddca1 [2022-07-04T14:23:11.416Z] Step 2/4 : WORKDIR /edgex [2022-07-04T14:23:12.828Z] ---> 915033a0a6e4 [2022-07-04T14:23:12.828Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-04T14:23:12.828Z] ---> 6b17e52450c9 [2022-07-04T14:23:12.828Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-07-04T14:23:12.828Z] ---> eff698000882 [2022-07-04T14:23:12.828Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-04T14:23:12.857Z] ---> Running in bcce19d2dff1 [2022-07-04T14:23:13.132Z] Removing intermediate container bcce19d2dff1 [2022-07-04T14:23:13.132Z] ---> b97a8ecb9695 [2022-07-04T14:23:13.132Z] Step 3/4 : COPY go.mod . [2022-07-04T14:23:13.732Z] ---> be311a617482 [2022-07-04T14:23:13.732Z] Step 4/4 : RUN go mod download [2022-07-04T14:23:13.732Z] ---> Running in a7a7fd6164a8 [2022-07-04T14:23:14.221Z] ---> f2a5562be95c [2022-07-04T14:23:14.221Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-04T14:23:14.482Z] ---> 549d2530f78c [2022-07-04T14:23:14.482Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-04T14:23:14.482Z] ---> Running in d0d3f9874ca8 [2022-07-04T14:23:14.482Z] ---> ff145b7729a4 [2022-07-04T14:23:14.482Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-04T14:23:14.741Z] ---> 747c6edda0bf [2022-07-04T14:23:14.741Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-04T14:23:14.741Z] ---> e4f84268024a [2022-07-04T14:23:14.741Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-04T14:23:14.741Z] Removing intermediate container d0d3f9874ca8 [2022-07-04T14:23:14.741Z] ---> ba96b9ddf0d3 [2022-07-04T14:23:14.741Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-04T14:23:15.002Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-04T14:23:15.002Z] ---> eb88a8f862d0 [2022-07-04T14:23:15.002Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-04T14:23:15.002Z] ---> Running in 8a22ace0c139 [2022-07-04T14:23:15.263Z] ---> 7a15b9a8d4b9 [2022-07-04T14:23:15.263Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-04T14:23:15.263Z] ---> 259aa1a60c7e [2022-07-04T14:23:15.263Z] Step 21/26 : WORKDIR / [2022-07-04T14:23:15.523Z] Removing intermediate container 8a22ace0c139 [2022-07-04T14:23:15.523Z] ---> 05eeebabadec [2022-07-04T14:23:15.523Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-04T14:23:15.523Z] ---> Running in 8502dd4a0bce [2022-07-04T14:23:15.783Z] ---> Running in 156d6b2adbb2 [2022-07-04T14:23:15.783Z] ---> 2113f48fc2b9 [2022-07-04T14:23:15.783Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-04T14:23:15.783Z] Removing intermediate container 8502dd4a0bce [2022-07-04T14:23:15.783Z] ---> 7ca823034c8b [2022-07-04T14:23:15.783Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-04T14:23:16.043Z] ---> Running in 2ea43d585343 [2022-07-04T14:23:16.043Z] Removing intermediate container 156d6b2adbb2 [2022-07-04T14:23:16.043Z] ---> e183465a3139 [2022-07-04T14:23:16.043Z] Step 23/25 : LABEL arch=x86_64 [2022-07-04T14:23:16.043Z] ---> Running in c1563e17a416 [2022-07-04T14:23:16.043Z] ---> Running in c3e7a2559037 [2022-07-04T14:23:16.043Z] Removing intermediate container 2ea43d585343 [2022-07-04T14:23:16.043Z] ---> fea69e728b43 [2022-07-04T14:23:16.043Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-04T14:23:16.303Z] Removing intermediate container c1563e17a416 [2022-07-04T14:23:16.303Z] ---> 3f2aed28fe77 [2022-07-04T14:23:16.303Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-04T14:23:16.303Z] ---> Running in becdc25528cc [2022-07-04T14:23:16.614Z] Removing intermediate container c3e7a2559037 [2022-07-04T14:23:16.614Z] ---> cb6a012932d9 [2022-07-04T14:23:16.614Z] Step 24/25 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:23:16.614Z] ---> Running in ce48f8be39db [2022-07-04T14:23:16.614Z] ---> Running in 41649d6390ae [2022-07-04T14:23:16.614Z] Removing intermediate container becdc25528cc [2022-07-04T14:23:16.614Z] ---> 02ca7b9b0d1f [2022-07-04T14:23:16.614Z] Step 24/26 : LABEL arch=x86_64 [2022-07-04T14:23:16.875Z] ---> Running in aebb00c92ed5 [2022-07-04T14:23:17.139Z] Removing intermediate container ce48f8be39db [2022-07-04T14:23:17.139Z] ---> 73e02901fe69 [2022-07-04T14:23:17.139Z] Step 24/26 : LABEL arch=x86_64 [2022-07-04T14:23:17.139Z] Removing intermediate container 41649d6390ae [2022-07-04T14:23:17.139Z] ---> e12a4ad01506 [2022-07-04T14:23:17.139Z] Step 25/25 : LABEL version=2.2.1-dev.22 [2022-07-04T14:23:17.400Z] Removing intermediate container aebb00c92ed5 [2022-07-04T14:23:17.400Z] ---> 4d6a155fea75 [2022-07-04T14:23:17.400Z] Step 25/26 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:23:17.400Z] ---> Running in f4b40058694d [2022-07-04T14:23:17.400Z] ---> Running in c4f250be865c [2022-07-04T14:23:17.660Z] ---> Running in caaf7f59ca1a [2022-07-04T14:23:17.925Z] Removing intermediate container c4f250be865c [2022-07-04T14:23:17.925Z] ---> 57f6e74ba38c [2022-07-04T14:23:17.925Z] [2022-07-04T14:23:17.925Z] Removing intermediate container 0f38858a6b35 [2022-07-04T14:23:17.925Z] ---> 52d81b73e6c7 [2022-07-04T14:23:17.925Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-04T14:23:17.925Z] Removing intermediate container f4b40058694d [2022-07-04T14:23:17.925Z] ---> 029f000db1e5 [2022-07-04T14:23:17.925Z] Step 25/26 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:23:17.925Z] Removing intermediate container caaf7f59ca1a [2022-07-04T14:23:17.925Z] ---> 50fc987b5956 [2022-07-04T14:23:17.925Z] Step 26/26 : LABEL version=2.2.1-dev.22 [2022-07-04T14:23:17.925Z] Successfully built 57f6e74ba38c [2022-07-04T14:23:17.925Z] ---> Running in d871caf95fe0 [2022-07-04T14:23:17.925Z] ---> Running in c1eab64ceaf1 [2022-07-04T14:23:18.185Z] Successfully tagged security-spire-server:latest [2022-07-04T14:23:18.185Z] Building core-data [2022-07-04T14:23:18.185Z]  Building security-spire-server ... done  ---> Running in 48271cfbc0bc [2022-07-04T14:23:18.185Z] Removing intermediate container c1eab64ceaf1 [2022-07-04T14:23:18.185Z] ---> 1c6316911aab [2022-07-04T14:23:18.185Z] Step 26/26 : LABEL version=2.2.1-dev.22 [2022-07-04T14:23:18.755Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-04T14:23:20.137Z] Removing intermediate container 48271cfbc0bc [2022-07-04T14:23:20.137Z] ---> af02a469ce77 [2022-07-04T14:23:20.137Z] [2022-07-04T14:23:20.137Z] Successfully built af02a469ce77 [2022-07-04T14:23:20.710Z] Successfully tagged security-spire-agent:latest [2022-07-04T14:23:20.710Z]  Building security-spire-agent ... done Building security-bootstrapper [2022-07-04T14:23:20.972Z] ---> Running in 9a36a56ab802 [2022-07-04T14:23:20.972Z] Removing intermediate container 4d821cbb4de0 [2022-07-04T14:23:20.972Z] ---> 0694f1a0ed54 [2022-07-04T14:23:20.972Z] [2022-07-04T14:23:20.972Z] Step 10/22 : FROM alpine:3.14 [2022-07-04T14:23:21.543Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:23:21.543Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:23:21.543Z] ---> 1f2b5af70c91 [2022-07-04T14:23:21.543Z] Step 3/23 : WORKDIR /edgex-go [2022-07-04T14:23:21.543Z] ---> Using cache [2022-07-04T14:23:21.543Z] ---> f6120ff6a2e0 [2022-07-04T14:23:21.543Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:23:21.543Z] ---> Using cache [2022-07-04T14:23:21.543Z] ---> 52924a12dacf [2022-07-04T14:23:21.543Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-04T14:23:22.773Z] 3.14: Pulling from library/alpine [2022-07-04T14:23:23.343Z] ---> Running in b9262dab224c [2022-07-04T14:23:23.343Z] Removing intermediate container 9a36a56ab802 [2022-07-04T14:23:23.343Z] ---> a884d7e9f7e0 [2022-07-04T14:23:23.343Z] [2022-07-04T14:23:23.604Z] Successfully built a884d7e9f7e0 [2022-07-04T14:23:23.866Z] Successfully tagged security-spire-config:latest [2022-07-04T14:23:23.866Z]  Building security-spire-config ... done Building security-spiffe-token-provider [2022-07-04T14:23:23.866Z] Removing intermediate container d871caf95fe0 [2022-07-04T14:23:23.866Z] ---> 139406e6b0c4 [2022-07-04T14:23:23.866Z] [2022-07-04T14:23:23.866Z] Step 11/23 : FROM docker:20.10.14 [2022-07-04T14:23:23.866Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:23.866Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-04T14:23:23.866Z] Status: Downloaded newer image for alpine:3.14 [2022-07-04T14:23:23.866Z] ---> e04c818066af [2022-07-04T14:23:23.866Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-04T14:23:24.804Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:25.064Z] 20.10.14: Pulling from library/docker [2022-07-04T14:23:25.064Z] ---> Running in 7972b671b68c [2022-07-04T14:23:25.064Z] OK: 221 MiB in 52 packages [2022-07-04T14:23:25.064Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:23:25.064Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:23:25.064Z] ---> 1f2b5af70c91 [2022-07-04T14:23:25.064Z] Step 3/31 : WORKDIR /edgex-go [2022-07-04T14:23:25.064Z] ---> Using cache [2022-07-04T14:23:25.064Z] ---> f6120ff6a2e0 [2022-07-04T14:23:25.064Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:23:25.064Z] ---> Using cache [2022-07-04T14:23:25.064Z] ---> 52924a12dacf [2022-07-04T14:23:25.064Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-04T14:23:26.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:26.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:26.262Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-04T14:23:26.262Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-07-04T14:23:26.262Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-07-04T14:23:26.262Z] (4/6) Installing libcurl (7.79.1-r2) [2022-07-04T14:23:26.262Z] (5/6) Installing curl (7.79.1-r2) [2022-07-04T14:23:26.262Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-04T14:23:26.262Z] Executing busybox-1.33.1-r7.trigger [2022-07-04T14:23:26.262Z] Executing ca-certificates-20211220-r0.trigger [2022-07-04T14:23:26.627Z] OK: 8 MiB in 20 packages [2022-07-04T14:23:27.568Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:23:27.568Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:23:27.568Z] ---> 1f2b5af70c91 [2022-07-04T14:23:27.568Z] Step 3/20 : WORKDIR /edgex-go [2022-07-04T14:23:27.568Z] ---> Using cache [2022-07-04T14:23:27.568Z] ---> f6120ff6a2e0 [2022-07-04T14:23:27.568Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-04T14:23:27.830Z] ---> Running in f5ea98f17361 [2022-07-04T14:23:27.830Z] ---> Running in c87a83f8fef3 [2022-07-04T14:23:28.089Z] Removing intermediate container b9262dab224c [2022-07-04T14:23:28.089Z] ---> bcc73a8fd26b [2022-07-04T14:23:28.089Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-04T14:23:28.089Z] Removing intermediate container 7972b671b68c [2022-07-04T14:23:28.089Z] ---> 3fd378606334 [2022-07-04T14:23:28.089Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-04T14:23:28.349Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:28.349Z] ---> Running in 024bec784ce6 [2022-07-04T14:23:28.349Z] ---> 58ebd6733650 [2022-07-04T14:23:28.349Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:23:28.349Z] ---> Running in fa80fb3d0ab0 [2022-07-04T14:23:28.349Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:28.349Z] Removing intermediate container 024bec784ce6 [2022-07-04T14:23:28.349Z] ---> 6e22daaee013 [2022-07-04T14:23:28.349Z] Step 13/22 : WORKDIR /edgex [2022-07-04T14:23:28.608Z] ---> Running in d576f1676860 [2022-07-04T14:23:28.608Z] Removing intermediate container d576f1676860 [2022-07-04T14:23:28.608Z] ---> 418c66d89fd2 [2022-07-04T14:23:28.609Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-04T14:23:29.183Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:29.183Z] ---> 99dbdd445f15 [2022-07-04T14:23:29.183Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-04T14:23:29.183Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:29.442Z] OK: 221 MiB in 52 packages [2022-07-04T14:23:29.442Z] ---> 8f12d436b16d [2022-07-04T14:23:29.442Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-04T14:23:29.442Z] Removing intermediate container fa80fb3d0ab0 [2022-07-04T14:23:29.442Z] ---> 992931397735 [2022-07-04T14:23:29.442Z] Step 8/23 : COPY . . [2022-07-04T14:23:29.702Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-04T14:23:29.702Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-04T14:23:29.702Z] OK: 15866 distinct packages available [2022-07-04T14:23:29.702Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:30.643Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:30.643Z] OK: 221 MiB in 52 packages [2022-07-04T14:23:31.582Z] ---> 70e171be9de9 [2022-07-04T14:23:31.582Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-04T14:23:32.149Z] ---> 2bd785778cf7 [2022-07-04T14:23:32.149Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-04T14:23:32.149Z] Removing intermediate container f5ea98f17361 [2022-07-04T14:23:32.149Z] ---> 5f8d198b5f30 [2022-07-04T14:23:32.149Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-04T14:23:32.149Z] ---> Running in 37cd36dab492 [2022-07-04T14:23:32.149Z] Removing intermediate container c87a83f8fef3 [2022-07-04T14:23:32.149Z] ---> af19fddc8082 [2022-07-04T14:23:32.149Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-04T14:23:32.409Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-04T14:23:32.409Z] ---> dd3d1166fd24 [2022-07-04T14:23:32.409Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:23:32.409Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-04T14:23:32.409Z] ---> 7417809fdb73 [2022-07-04T14:23:32.409Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-07-04T14:23:32.409Z] ---> Running in 2867bfb7e03b [2022-07-04T14:23:32.409Z] ---> Running in 47d66dacd2bd [2022-07-04T14:23:32.409Z] ---> a11b74547848 [2022-07-04T14:23:32.409Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:23:32.667Z] Removing intermediate container 47d66dacd2bd [2022-07-04T14:23:32.667Z] ---> e1db30484174 [2022-07-04T14:23:32.667Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-07-04T14:23:32.667Z] ---> Running in 3cdf3bb217f1 [2022-07-04T14:23:32.927Z] ---> Running in eb9942c8c51b [2022-07-04T14:23:33.494Z] Removing intermediate container 37cd36dab492 [2022-07-04T14:23:33.494Z] ---> 4e3ad2d8d594 [2022-07-04T14:23:33.494Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-04T14:23:33.752Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:33.752Z] ---> Running in 18d353fa0c6f [2022-07-04T14:23:33.752Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:23:34.044Z] Removing intermediate container 18d353fa0c6f [2022-07-04T14:23:34.044Z] ---> 2ddd8cacc67f [2022-07-04T14:23:34.044Z] Step 20/22 : LABEL arch=x86_64 [2022-07-04T14:23:34.044Z] Removing intermediate container 2867bfb7e03b [2022-07-04T14:23:34.044Z] ---> 2f58bb9a061f [2022-07-04T14:23:34.044Z] Step 8/31 : COPY . . [2022-07-04T14:23:34.044Z] (1/43) Installing readline (8.1.1-r0) [2022-07-04T14:23:34.044Z] (2/43) Installing bash (5.1.16-r0) [2022-07-04T14:23:34.044Z] Executing bash-5.1.16-r0.post-install [2022-07-04T14:23:34.044Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-04T14:23:34.044Z] Removing intermediate container 3cdf3bb217f1 [2022-07-04T14:23:34.044Z] ---> 83f8a42f9b69 [2022-07-04T14:23:34.044Z] Step 7/20 : COPY . . [2022-07-04T14:23:34.044Z] ---> Running in 3185c9d39b4d [2022-07-04T14:23:34.044Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-04T14:23:34.044Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-04T14:23:34.044Z] (6/43) Installing curl (7.80.0-r2) [2022-07-04T14:23:34.044Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-04T14:23:34.044Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-04T14:23:34.044Z] (9/43) Installing expat (2.4.7-r0) [2022-07-04T14:23:34.044Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-04T14:23:34.044Z] (11/43) Installing gdbm (1.22-r0) [2022-07-04T14:23:34.044Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-04T14:23:34.044Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-04T14:23:34.044Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-04T14:23:34.311Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-04T14:23:34.311Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-04T14:23:34.311Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-04T14:23:34.929Z] Removing intermediate container 3185c9d39b4d [2022-07-04T14:23:34.929Z] ---> 9dfa463d0562 [2022-07-04T14:23:34.929Z] Step 21/22 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:23:35.214Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-04T14:23:35.214Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-04T14:23:35.214Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-04T14:23:35.214Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-04T14:23:35.214Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-04T14:23:35.214Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-04T14:23:35.214Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-04T14:23:35.214Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-04T14:23:35.214Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-04T14:23:35.214Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-04T14:23:35.214Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-04T14:23:35.214Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-04T14:23:35.214Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-04T14:23:35.214Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-04T14:23:35.214Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-04T14:23:35.214Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-04T14:23:35.475Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-04T14:23:35.475Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-04T14:23:35.475Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-04T14:23:35.475Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-04T14:23:35.475Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-04T14:23:35.475Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-04T14:23:35.475Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-04T14:23:35.475Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-04T14:23:35.475Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-04T14:23:35.475Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-04T14:23:35.475Z] Executing busybox-1.34.1-r5.trigger [2022-07-04T14:23:35.475Z] OK: 83 MiB in 65 packages [2022-07-04T14:23:36.413Z] Collecting docker-compose==1.23.2 [2022-07-04T14:23:36.413Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-04T14:23:36.673Z] Collecting docker<4.0,>=3.6.0 [2022-07-04T14:23:36.673Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-04T14:23:36.673Z] Collecting jsonschema<3,>=2.5.1 [2022-07-04T14:23:36.673Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-04T14:23:36.673Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-04T14:23:36.673Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-04T14:23:36.673Z] Collecting docopt<0.7,>=0.6.1 [2022-07-04T14:23:36.673Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-04T14:23:37.612Z] Collecting cached-property<2,>=1.2.0 [2022-07-04T14:23:37.612Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-04T14:23:37.612Z] Collecting texttable<0.10,>=0.9.0 [2022-07-04T14:23:37.612Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-04T14:23:37.872Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-04T14:23:37.872Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-04T14:23:38.443Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-04T14:23:38.443Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-04T14:23:38.443Z] Collecting PyYAML<4,>=3.10 [2022-07-04T14:23:38.443Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-04T14:23:39.827Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-07-04T14:23:39.827Z] ---> Running in 1bdfa84cbbe2 [2022-07-04T14:23:39.827Z] Collecting docker-pycreds>=0.4.0 [2022-07-04T14:23:39.827Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-04T14:23:39.827Z] ---> a4fd0477b720 [2022-07-04T14:23:39.827Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-04T14:23:39.827Z] ---> Running in 8a9e650e2a08 [2022-07-04T14:23:39.827Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-04T14:23:39.827Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-04T14:23:39.827Z] Removing intermediate container 1bdfa84cbbe2 [2022-07-04T14:23:39.827Z] ---> 55737a5b4739 [2022-07-04T14:23:39.827Z] Step 22/22 : LABEL version=2.2.1-dev.22 [2022-07-04T14:23:39.827Z] ---> a9d69e120f63 [2022-07-04T14:23:39.827Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-04T14:23:39.827Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-04T14:23:39.827Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-04T14:23:39.827Z] ---> d0235a53fd5d [2022-07-04T14:23:39.827Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-04T14:23:39.827Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-07-04T14:23:40.087Z] Collecting idna<2.8,>=2.5 [2022-07-04T14:23:40.087Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-04T14:23:40.087Z] ---> Running in 3c743d63da21 [2022-07-04T14:23:40.087Z] ---> Running in a44849a3c49f [2022-07-04T14:23:40.087Z] ---> Running in b2a4a6dde8ee [2022-07-04T14:23:40.087Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-04T14:23:40.087Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-04T14:23:40.087Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-04T14:23:40.087Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-04T14:23:40.087Z] Removing intermediate container 3c743d63da21 [2022-07-04T14:23:40.087Z] ---> f6fa9fd161ab [2022-07-04T14:23:40.087Z] [2022-07-04T14:23:40.087Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-04T14:23:40.087Z] Attempting uninstall: urllib3 [2022-07-04T14:23:40.087Z] Found existing installation: urllib3 1.26.7 [2022-07-04T14:23:40.087Z] Uninstalling urllib3-1.26.7: [2022-07-04T14:23:40.087Z] Successfully uninstalled urllib3-1.26.7 [2022-07-04T14:23:40.087Z] Successfully built f6fa9fd161ab [2022-07-04T14:23:40.347Z] Successfully tagged security-proxy-setup:latest [2022-07-04T14:23:40.347Z] Building support-scheduler [2022-07-04T14:23:40.347Z]  Building security-proxy-setup ... done CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-04T14:23:40.347Z] Attempting uninstall: idna [2022-07-04T14:23:40.347Z] Found existing installation: idna 3.3 [2022-07-04T14:23:40.347Z] Uninstalling idna-3.3: [2022-07-04T14:23:40.347Z] Successfully uninstalled idna-3.3 [2022-07-04T14:23:40.347Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-04T14:23:40.347Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-04T14:23:40.915Z] Attempting uninstall: requests [2022-07-04T14:23:40.915Z] Found existing installation: requests 2.26.0 [2022-07-04T14:23:40.915Z] Uninstalling requests-2.26.0: [2022-07-04T14:23:40.915Z] Successfully uninstalled requests-2.26.0 [2022-07-04T14:23:40.915Z] Running setup.py install for texttable: started [2022-07-04T14:23:41.177Z] Running setup.py install for texttable: finished with status 'done' [2022-07-04T14:23:41.177Z] Running setup.py install for PyYAML: started [2022-07-04T14:23:41.438Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-04T14:23:41.698Z] Running setup.py install for docopt: started [2022-07-04T14:23:41.958Z] Running setup.py install for docopt: finished with status 'done' [2022-07-04T14:23:41.958Z] Running setup.py install for dockerpty: started [2022-07-04T14:23:42.527Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-04T14:23:42.786Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-07-04T14:23:44.697Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:23:44.698Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:23:44.698Z] ---> 1f2b5af70c91 [2022-07-04T14:23:44.698Z] Step 3/22 : WORKDIR /edgex-go [2022-07-04T14:23:44.698Z] ---> Using cache [2022-07-04T14:23:44.698Z] ---> f6120ff6a2e0 [2022-07-04T14:23:44.698Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:23:44.698Z] ---> Using cache [2022-07-04T14:23:44.698Z] ---> 52924a12dacf [2022-07-04T14:23:44.698Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-04T14:23:44.698Z] ---> Using cache [2022-07-04T14:23:44.698Z] ---> 5f8d198b5f30 [2022-07-04T14:23:44.698Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-04T14:23:44.698Z] ---> Using cache [2022-07-04T14:23:44.698Z] ---> dd3d1166fd24 [2022-07-04T14:23:44.698Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:23:44.698Z] ---> Using cache [2022-07-04T14:23:44.698Z] ---> 2f58bb9a061f [2022-07-04T14:23:44.698Z] Step 8/22 : COPY . . [2022-07-04T14:23:44.698Z] ---> Using cache [2022-07-04T14:23:44.698Z] ---> a9d69e120f63 [2022-07-04T14:23:44.698Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-04T14:23:47.235Z] ---> Running in ba5b7208baf1 [2022-07-04T14:23:47.807Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-04T14:23:51.105Z] Removing intermediate container eb9942c8c51b [2022-07-04T14:23:51.105Z] ---> 0dd03a9446ed [2022-07-04T14:23:51.105Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-04T14:23:51.105Z] ---> Running in 2ab46901eef8 [2022-07-04T14:23:51.105Z] Removing intermediate container 2ab46901eef8 [2022-07-04T14:23:51.105Z] ---> 2203eb280e71 [2022-07-04T14:23:51.105Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-04T14:23:51.374Z] ---> Running in d0e8efb99158 [2022-07-04T14:23:51.634Z] Removing intermediate container d0e8efb99158 [2022-07-04T14:23:51.634Z] ---> ce40a4413fa5 [2022-07-04T14:23:51.634Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-04T14:23:53.024Z] ---> b1ff1525c3ad [2022-07-04T14:23:53.024Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-04T14:23:53.592Z] ---> 0ed5989eca68 [2022-07-04T14:23:53.593Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-04T14:23:54.532Z] ---> 8efbbe8d580f [2022-07-04T14:23:54.532Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-04T14:23:54.532Z] ---> Running in dd13ca46cfc9 [2022-07-04T14:23:54.807Z] Removing intermediate container dd13ca46cfc9 [2022-07-04T14:23:54.807Z] ---> e94c59e8b6c4 [2022-07-04T14:23:54.807Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:23:55.066Z] ---> Running in 4528ce568aee [2022-07-04T14:23:55.325Z] Removing intermediate container 4528ce568aee [2022-07-04T14:23:55.325Z] ---> b4a58351ece0 [2022-07-04T14:23:55.325Z] Step 21/23 : LABEL arch=x86_64 [2022-07-04T14:23:55.585Z] ---> Running in fa432b2b57a1 [2022-07-04T14:23:55.846Z] Removing intermediate container fa432b2b57a1 [2022-07-04T14:23:55.846Z] ---> 823950273f4c [2022-07-04T14:23:55.846Z] Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:23:56.105Z] ---> Running in 9a303db136e6 [2022-07-04T14:23:56.366Z] Removing intermediate container 9a303db136e6 [2022-07-04T14:23:56.366Z] ---> cf1ee6927bab [2022-07-04T14:23:56.366Z] Step 23/23 : LABEL version=2.2.1-dev.22 [2022-07-04T14:23:56.640Z] ---> Running in 69bfbb184f0e [2022-07-04T14:23:56.899Z] Removing intermediate container 69bfbb184f0e [2022-07-04T14:23:56.899Z] ---> b72e31b1f19d [2022-07-04T14:23:56.899Z] [2022-07-04T14:23:56.899Z] Successfully built b72e31b1f19d [2022-07-04T14:23:56.899Z] Successfully tagged sys-mgmt-agent:latest [2022-07-04T14:23:56.899Z]  Building sys-mgmt-agent ... done Building support-notifications [2022-07-04T14:24:00.724Z] Removing intermediate container a7a7fd6164a8 [2022-07-04T14:24:00.724Z] ---> 449e3314755a [2022-07-04T14:24:00.994Z] Successfully built 449e3314755a [2022-07-04T14:24:00.994Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:24:01.343Z] + docker inspect -f . ci-base-image-arm64 [2022-07-04T14:24:01.344Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:24:01.609Z] prd-ubuntu20.04-docker-arm64-4c-16g-16853 does not seem to be running inside a container [2022-07-04T14:24:01.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@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 [2022-07-04T14:24:02.172Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:24:02.172Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:24:02.172Z] ---> 1f2b5af70c91 [2022-07-04T14:24:02.172Z] Step 3/22 : WORKDIR /edgex-go [2022-07-04T14:24:02.172Z] ---> Using cache [2022-07-04T14:24:02.172Z] ---> f6120ff6a2e0 [2022-07-04T14:24:02.172Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:24:02.172Z] ---> Using cache [2022-07-04T14:24:02.172Z] ---> 52924a12dacf [2022-07-04T14:24:02.172Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-04T14:24:03.061Z] $ docker top ee41d5d0eed781bd9388cbfd98c9d03e7c6de38c89af706c6e508a6fe6878f02 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-04T14:24:03.980Z] + go version [2022-07-04T14:24:03.980Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-07-04T14:24:04.012Z] $ docker stop --time=1 ee41d5d0eed781bd9388cbfd98c9d03e7c6de38c89af706c6e508a6fe6878f02 [2022-07-04T14:24:04.707Z] ---> Running in 1548f9abe323 [2022-07-04T14:24:05.650Z] $ docker rm -f ee41d5d0eed781bd9388cbfd98c9d03e7c6de38c89af706c6e508a6fe6878f02 [2022-07-04T14:24:05.651Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [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 [2022-07-04T14:24:06.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-04T14:24:06.307Z] [2022-07-04T14:24:06.307Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:24:06.595Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:06.659Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-04T14:24:06.856Z] OK: 221 MiB in 52 packages [2022-07-04T14:24:06.934Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-07-04T14:24:06.934Z] 29e5d40040c1: Pulling fs layer [2022-07-04T14:24:06.934Z] 1ce36da41761: Pulling fs layer [2022-07-04T14:24:06.934Z] 25b303627fd3: Pulling fs layer [2022-07-04T14:24:06.934Z] 29e5d40040c1: Verifying Checksum [2022-07-04T14:24:06.934Z] 29e5d40040c1: Download complete [2022-07-04T14:24:07.209Z] 1ce36da41761: Verifying Checksum [2022-07-04T14:24:07.209Z] 1ce36da41761: Download complete [2022-07-04T14:24:07.484Z] 29e5d40040c1: Pull complete [2022-07-04T14:24:07.817Z] Removing intermediate container a44849a3c49f [2022-07-04T14:24:07.817Z] ---> 584b89726e96 [2022-07-04T14:24:07.817Z] [2022-07-04T14:24:07.817Z] Step 10/31 : FROM alpine:3.14 [2022-07-04T14:24:07.817Z] ---> e04c818066af [2022-07-04T14:24:07.817Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-07-04T14:24:08.761Z] ---> Running in caf65982bb5f [2022-07-04T14:24:08.761Z] Removing intermediate container b2a4a6dde8ee [2022-07-04T14:24:08.761Z] ---> c6901bfd8f7d [2022-07-04T14:24:08.761Z] [2022-07-04T14:24:08.761Z] Step 9/20 : FROM alpine:3.15 [2022-07-04T14:24:08.761Z] ---> 0ac33e5f5afa [2022-07-04T14:24:08.761Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-04T14:24:08.761Z] ---> Using cache [2022-07-04T14:24:08.761Z] ---> b8faff07b306 [2022-07-04T14:24:08.761Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:24:08.761Z] ---> Using cache [2022-07-04T14:24:08.761Z] ---> 3744f62e1cee [2022-07-04T14:24:08.761Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-04T14:24:08.761Z] Removing intermediate container 8a9e650e2a08 [2022-07-04T14:24:08.761Z] ---> bff24b9b359a [2022-07-04T14:24:08.761Z] [2022-07-04T14:24:08.761Z] Step 10/23 : FROM alpine:3.14 [2022-07-04T14:24:08.761Z] ---> e04c818066af [2022-07-04T14:24:08.761Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-04T14:24:08.914Z] 25b303627fd3: Verifying Checksum [2022-07-04T14:24:08.915Z] 25b303627fd3: Download complete [2022-07-04T14:24:08.915Z] 1ce36da41761: Pull complete [2022-07-04T14:24:09.036Z] Removing intermediate container 1548f9abe323 [2022-07-04T14:24:09.036Z] ---> 2706fe503d2d [2022-07-04T14:24:09.036Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-04T14:24:09.036Z] ---> Running in 579f1b034c34 [2022-07-04T14:24:09.036Z] Removing intermediate container caf65982bb5f [2022-07-04T14:24:09.036Z] ---> bc8dc3ed3e8f [2022-07-04T14:24:09.036Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-04T14:24:09.036Z] ---> Running in 12fe85af6902 [2022-07-04T14:24:09.036Z] ---> Running in 8a41b8b69acd [2022-07-04T14:24:09.036Z] ---> a19741c09b0d [2022-07-04T14:24:09.036Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:24:09.304Z] Removing intermediate container 12fe85af6902 [2022-07-04T14:24:09.304Z] ---> 02119559ee67 [2022-07-04T14:24:09.304Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-04T14:24:09.304Z] ---> Running in 3b77a6d49692 [2022-07-04T14:24:09.304Z] ---> Running in 0305cca7a6e1 [2022-07-04T14:24:09.304Z] Removing intermediate container 0305cca7a6e1 [2022-07-04T14:24:09.304Z] ---> 072248a4e8d7 [2022-07-04T14:24:09.304Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-04T14:24:09.563Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:09.563Z] ---> Running in 73f3bdd6d015 [2022-07-04T14:24:09.563Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:09.563Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:09.563Z] Removing intermediate container 73f3bdd6d015 [2022-07-04T14:24:09.563Z] ---> 41c2389c4ce2 [2022-07-04T14:24:09.563Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:24:09.563Z] ---> Running in 3034f095af28 [2022-07-04T14:24:09.827Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-04T14:24:09.827Z] (2/2) Installing su-exec (0.2-r1) [2022-07-04T14:24:09.827Z] Executing busybox-1.33.1-r7.trigger [2022-07-04T14:24:09.827Z] OK: 6 MiB in 16 packages [2022-07-04T14:24:10.399Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:10.664Z] Removing intermediate container 8a41b8b69acd [2022-07-04T14:24:10.664Z] ---> e6244d7bee0f [2022-07-04T14:24:10.664Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-04T14:24:10.664Z] Removing intermediate container 3b77a6d49692 [2022-07-04T14:24:10.664Z] ---> 9cefdc8e9521 [2022-07-04T14:24:10.664Z] Step 8/22 : COPY . . [2022-07-04T14:24:10.664Z] ---> Running in ab0883643267 [2022-07-04T14:24:10.664Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-04T14:24:10.664Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-04T14:24:10.664Z] OK: 15859 distinct packages available [2022-07-04T14:24:10.664Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:10.949Z] Removing intermediate container 3034f095af28 [2022-07-04T14:24:10.949Z] ---> 4331aa272ace [2022-07-04T14:24:10.949Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-04T14:24:11.518Z] Removing intermediate container ab0883643267 [2022-07-04T14:24:11.518Z] ---> e6f3ae24015f [2022-07-04T14:24:11.518Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-07-04T14:24:11.518Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:12.090Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-04T14:24:12.090Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-04T14:24:12.350Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-04T14:24:12.350Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-04T14:24:12.350Z] (5/9) Installing curl (7.80.0-r2) [2022-07-04T14:24:12.610Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-04T14:24:12.610Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-04T14:24:12.871Z] (8/9) Installing libucontext (1.1-r0) [2022-07-04T14:24:12.871Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-04T14:24:12.871Z] Executing busybox-1.34.1-r5.trigger [2022-07-04T14:24:13.131Z] Executing ca-certificates-20211220-r0.trigger [2022-07-04T14:24:13.131Z] OK: 8 MiB in 23 packages [2022-07-04T14:24:14.071Z] ---> Running in 5ffad146695f [2022-07-04T14:24:14.071Z] ---> Running in e0e19e291951 [2022-07-04T14:24:14.331Z] Removing intermediate container ba5b7208baf1 [2022-07-04T14:24:14.331Z] ---> 26139f1fe78a [2022-07-04T14:24:14.331Z] [2022-07-04T14:24:14.331Z] Step 10/22 : FROM alpine:3.14 [2022-07-04T14:24:14.331Z] ---> e04c818066af [2022-07-04T14:24:14.331Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-04T14:24:14.590Z] Removing intermediate container e0e19e291951 [2022-07-04T14:24:14.590Z] ---> 0fb6e71f8916 [2022-07-04T14:24:14.590Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-04T14:24:14.590Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:14.590Z] ---> Running in ac504bdd60f4 [2022-07-04T14:24:14.590Z] Removing intermediate container 579f1b034c34 [2022-07-04T14:24:14.590Z] ---> 00f47fb290b6 [2022-07-04T14:24:14.590Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:24:14.590Z] ---> Running in af64c16cec10 [2022-07-04T14:24:14.850Z] ---> 81fbd419f0dc [2022-07-04T14:24:14.850Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-04T14:24:15.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:15.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:15.421Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:15.682Z] ---> 3611021ab58f [2022-07-04T14:24:15.682Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-07-04T14:24:15.682Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-04T14:24:15.682Z] Executing busybox-1.33.1-r7.trigger [2022-07-04T14:24:15.682Z] OK: 6 MiB in 15 packages [2022-07-04T14:24:15.943Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-04T14:24:15.943Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-07-04T14:24:15.943Z] Removing intermediate container af64c16cec10 [2022-07-04T14:24:15.943Z] ---> 3065a86f541a [2022-07-04T14:24:15.943Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-07-04T14:24:15.943Z] ---> 0867a1e8b52c [2022-07-04T14:24:15.943Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-07-04T14:24:15.943Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-04T14:24:16.204Z] ---> Running in 9a41ea9e6671 [2022-07-04T14:24:16.204Z] ---> Running in f137a45f5439 [2022-07-04T14:24:16.204Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-04T14:24:16.204Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-04T14:24:16.465Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-04T14:24:16.465Z] Removing intermediate container f137a45f5439 [2022-07-04T14:24:16.465Z] ---> 9b570306c42a [2022-07-04T14:24:16.465Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:24:16.465Z] Removing intermediate container ac504bdd60f4 [2022-07-04T14:24:16.465Z] ---> ebe08eabe3fc [2022-07-04T14:24:16.465Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-04T14:24:16.465Z] Removing intermediate container 9a41ea9e6671 [2022-07-04T14:24:16.465Z] ---> fb24b1a35cf0 [2022-07-04T14:24:16.465Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-07-04T14:24:16.465Z] Executing busybox-1.33.1-r7.trigger [2022-07-04T14:24:16.465Z] OK: 8 MiB in 20 packages [2022-07-04T14:24:16.465Z] ---> Running in 67141f757d9d [2022-07-04T14:24:16.465Z] ---> Running in 862d57a0864b [2022-07-04T14:24:16.732Z] Removing intermediate container 67141f757d9d [2022-07-04T14:24:16.732Z] ---> f0aa9d720022 [2022-07-04T14:24:16.732Z] Step 18/20 : LABEL arch=x86_64 [2022-07-04T14:24:16.732Z] ---> 5998cf536920 [2022-07-04T14:24:16.732Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-04T14:24:16.732Z] Removing intermediate container 862d57a0864b [2022-07-04T14:24:16.732Z] ---> bda2264921ad [2022-07-04T14:24:16.732Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-04T14:24:16.732Z] ---> 12a5edd8ad6b [2022-07-04T14:24:16.732Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-07-04T14:24:16.732Z] ---> Running in 5f634fc382e9 [2022-07-04T14:24:16.732Z] ---> Running in 95258e7858f8 [2022-07-04T14:24:16.992Z] ---> Running in 0e977f0d036c [2022-07-04T14:24:16.992Z] ---> Running in 32f7941ef2bd [2022-07-04T14:24:16.992Z] Removing intermediate container 5f634fc382e9 [2022-07-04T14:24:16.992Z] ---> be695f05359c [2022-07-04T14:24:16.992Z] Step 19/20 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:24:17.253Z] Removing intermediate container 0e977f0d036c [2022-07-04T14:24:17.253Z] ---> 0f944e8a6c60 [2022-07-04T14:24:17.253Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-04T14:24:17.253Z] Removing intermediate container 5ffad146695f [2022-07-04T14:24:17.253Z] ---> 012b0955a860 [2022-07-04T14:24:17.253Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:24:17.253Z] ---> Running in 7edfbdf648e4 [2022-07-04T14:24:17.253Z] ---> Running in a0073e9d8462 [2022-07-04T14:24:17.253Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-04T14:24:17.253Z] Removing intermediate container 7edfbdf648e4 [2022-07-04T14:24:17.253Z] ---> 8db66fdc6fb3 [2022-07-04T14:24:17.253Z] Step 20/20 : LABEL version=2.2.1-dev.22 [2022-07-04T14:24:17.253Z] ---> Running in 3d96283097e4 [2022-07-04T14:24:17.512Z] Removing intermediate container a0073e9d8462 [2022-07-04T14:24:17.512Z] ---> c43bf9e73e78 [2022-07-04T14:24:17.512Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:24:17.512Z] ---> cb58bbf1a974 [2022-07-04T14:24:17.512Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-04T14:24:17.512Z] Removing intermediate container 3d96283097e4 [2022-07-04T14:24:17.512Z] ---> 91ef45f3d4c4 [2022-07-04T14:24:17.512Z] [2022-07-04T14:24:17.772Z] Successfully built 91ef45f3d4c4 [2022-07-04T14:24:17.772Z] Successfully tagged security-spiffe-token-provider:latest [2022-07-04T14:24:17.772Z]  Building security-spiffe-token-provider ... done Building core-metadata [2022-07-04T14:24:17.772Z] Removing intermediate container 32f7941ef2bd [2022-07-04T14:24:17.772Z] ---> 8939214aed15 [2022-07-04T14:24:17.772Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:24:18.344Z] ---> cb23692c98fa [2022-07-04T14:24:18.344Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-04T14:24:19.064Z] 25b303627fd3: Pull complete [2022-07-04T14:24:19.064Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-07-04T14:24:19.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-04T14:24:19.064Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:24:19.327Z] prd-ubuntu20.04-docker-arm64-4c-16g-16853 does not seem to be running inside a container [2022-07-04T14:24:19.416Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@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 [2022-07-04T14:24:19.778Z] ---> 8a7c40d0c38d [2022-07-04T14:24:19.778Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-04T14:24:19.778Z] ---> e1f6ba99c475 [2022-07-04T14:24:19.778Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-04T14:24:19.778Z] ---> d11203736542 [2022-07-04T14:24:19.778Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-04T14:24:20.349Z] ---> f8199d8e918a [2022-07-04T14:24:20.349Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-04T14:24:20.701Z] ---> Running in e12bb101c4c9 [2022-07-04T14:24:20.701Z] ---> 402585d5fee3 [2022-07-04T14:24:20.701Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-04T14:24:20.701Z] ---> cd8e1181bd38 [2022-07-04T14:24:20.701Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-04T14:24:21.273Z] ---> Running in 00add2b9a155 [2022-07-04T14:24:21.273Z] Removing intermediate container e12bb101c4c9 [2022-07-04T14:24:21.273Z] ---> 3db53da2f802 [2022-07-04T14:24:21.273Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:24:21.698Z] $ docker top b4d83b3c987cfb58993483e7f370c89d444405bf03662c5fc781d7188b63b807 -eo pid,comm [2022-07-04T14:24:21.848Z] ---> 8b45bbc102e5 [2022-07-04T14:24:21.848Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-04T14:24:21.848Z] ---> Running in 66eda3c8dc89 [2022-07-04T14:24:21.848Z] Removing intermediate container 00add2b9a155 [2022-07-04T14:24:21.848Z] ---> 31b2fd42d4b1 [2022-07-04T14:24:21.848Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:24:21.848Z] ---> Running in 7e89077f554b [Pipeline] { [Pipeline] sh [2022-07-04T14:24:22.116Z] Removing intermediate container 66eda3c8dc89 [2022-07-04T14:24:22.116Z] ---> 738282385e18 [2022-07-04T14:24:22.116Z] Step 21/23 : LABEL arch=x86_64 [2022-07-04T14:24:22.116Z] ---> 340872e73f06 [2022-07-04T14:24:22.116Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-07-04T14:24:22.376Z] ---> Running in 3b810439fefa [2022-07-04T14:24:22.376Z] Removing intermediate container 7e89077f554b [2022-07-04T14:24:22.376Z] ---> e88811439555 [2022-07-04T14:24:22.376Z] Step 20/22 : LABEL arch=x86_64 [2022-07-04T14:24:22.376Z] ---> Running in 24703996dd6a [2022-07-04T14:24:22.600Z] + docker-compose build --help [2022-07-04T14:24:22.600Z] + grep parallel [2022-07-04T14:24:22.639Z] Removing intermediate container 3b810439fefa [2022-07-04T14:24:22.639Z] ---> 82e2ac7fbea6 [2022-07-04T14:24:22.639Z] Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:24:22.639Z] ---> e3e17ad92e06 [2022-07-04T14:24:22.639Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-07-04T14:24:22.912Z] Removing intermediate container 24703996dd6a [2022-07-04T14:24:22.912Z] ---> 93135fd7e436 [2022-07-04T14:24:22.912Z] Step 21/22 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:24:22.912Z] ---> Running in e7410c2c9004 [2022-07-04T14:24:22.912Z] ---> Running in 45da1401d07f [2022-07-04T14:24:22.912Z] ---> Running in 3a2fc7145b6e [2022-07-04T14:24:23.172Z] Removing intermediate container e7410c2c9004 [2022-07-04T14:24:23.172Z] ---> 0e6162c8fa09 [2022-07-04T14:24:23.172Z] Step 23/23 : LABEL version=2.2.1-dev.22 [2022-07-04T14:24:23.455Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:24:23.455Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:24:23.715Z] ---> 1f2b5af70c91 [2022-07-04T14:24:23.715Z] Step 3/23 : WORKDIR /edgex-go [2022-07-04T14:24:23.715Z] ---> Using cache [2022-07-04T14:24:23.715Z] ---> f6120ff6a2e0 [2022-07-04T14:24:23.715Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:24:23.715Z] ---> Using cache [2022-07-04T14:24:23.715Z] ---> 52924a12dacf [2022-07-04T14:24:23.715Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-04T14:24:23.715Z] ---> Using cache [2022-07-04T14:24:23.715Z] ---> 5f8d198b5f30 [2022-07-04T14:24:23.715Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-04T14:24:23.715Z] ---> Using cache [2022-07-04T14:24:23.715Z] ---> dd3d1166fd24 [2022-07-04T14:24:23.715Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:24:23.715Z] ---> Using cache [2022-07-04T14:24:23.715Z] ---> 2f58bb9a061f [2022-07-04T14:24:23.715Z] Step 8/23 : COPY . . [2022-07-04T14:24:23.715Z] ---> Using cache [2022-07-04T14:24:23.715Z] ---> a9d69e120f63 [2022-07-04T14:24:23.715Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-04T14:24:23.715Z] ---> Running in 3b359ab50f66 [2022-07-04T14:24:23.715Z] Removing intermediate container 3a2fc7145b6e [2022-07-04T14:24:23.715Z] ---> 0c7965c85444 [2022-07-04T14:24:23.715Z] Step 22/22 : LABEL version=2.2.1-dev.22 [2022-07-04T14:24:23.715Z] Removing intermediate container 45da1401d07f [2022-07-04T14:24:23.715Z] ---> bb205ca99368 [2022-07-04T14:24:23.715Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-04T14:24:23.715Z] ---> Running in 8055649facec [2022-07-04T14:24:23.974Z] ---> Running in 33956d469b69 [2022-07-04T14:24:23.974Z] Removing intermediate container 3b359ab50f66 [2022-07-04T14:24:23.974Z] ---> bf14362820b5 [2022-07-04T14:24:23.974Z] [2022-07-04T14:24:24.233Z] Removing intermediate container 33956d469b69 [2022-07-04T14:24:24.233Z] ---> bf4ef16531b5 [2022-07-04T14:24:24.233Z] [2022-07-04T14:24:24.233Z] Successfully built bf14362820b5 [2022-07-04T14:24:24.233Z] Successfully tagged core-data:latest [2022-07-04T14:24:24.233Z]  Building core-data ... done Building security-secretstore-setup [2022-07-04T14:24:24.233Z] Successfully built bf4ef16531b5 [2022-07-04T14:24:24.802Z] Successfully tagged support-scheduler:latest [2022-07-04T14:24:24.802Z]  Building support-scheduler ... done Building core-command [2022-07-04T14:24:24.802Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-04T14:24:24.802Z] ---> fe511c6ca98a [2022-07-04T14:24:24.802Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-04T14:24:25.981Z] --parallel Build images in parallel. [Pipeline] } [2022-07-04T14:24:26.287Z] $ docker stop --time=1 b4d83b3c987cfb58993483e7f370c89d444405bf03662c5fc781d7188b63b807 [2022-07-04T14:24:27.956Z] $ docker rm -f b4d83b3c987cfb58993483e7f370c89d444405bf03662c5fc781d7188b63b807 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:24:28.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-04T14:24:28.701Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:24:28.950Z] prd-ubuntu20.04-docker-arm64-4c-16g-16853 does not seem to be running inside a container [2022-07-04T14:24:29.144Z] $ 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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@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 [2022-07-04T14:24:30.129Z] ---> Running in 71bf3bba1ece [2022-07-04T14:24:30.345Z] $ docker top c6a2de3718d1ff7e4b286bd34b0ef98f98d7274691283808828f616bbe0446fb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-04T14:24:31.123Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:24:31.123Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:24:31.123Z] ---> 1f2b5af70c91 [2022-07-04T14:24:31.123Z] Step 3/25 : WORKDIR /edgex-go [2022-07-04T14:24:31.123Z] ---> Using cache [2022-07-04T14:24:31.123Z] ---> f6120ff6a2e0 [2022-07-04T14:24:31.123Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:24:31.123Z] ---> Using cache [2022-07-04T14:24:31.123Z] ---> 52924a12dacf [2022-07-04T14:24:31.123Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-04T14:24:31.123Z] ---> Using cache [2022-07-04T14:24:31.123Z] ---> 5f8d198b5f30 [2022-07-04T14:24:31.123Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-04T14:24:31.123Z] ---> Using cache [2022-07-04T14:24:31.123Z] ---> dd3d1166fd24 [2022-07-04T14:24:31.123Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:24:31.123Z] ---> Using cache [2022-07-04T14:24:31.123Z] ---> 2f58bb9a061f [2022-07-04T14:24:31.123Z] Step 8/25 : COPY . . [2022-07-04T14:24:31.123Z] ---> Using cache [2022-07-04T14:24:31.123Z] ---> a9d69e120f63 [2022-07-04T14:24:31.123Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-04T14:24:31.123Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:24:31.123Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:24:31.123Z] ---> 1f2b5af70c91 [2022-07-04T14:24:31.123Z] Step 3/23 : WORKDIR /edgex-go [2022-07-04T14:24:31.123Z] ---> Using cache [2022-07-04T14:24:31.123Z] ---> f6120ff6a2e0 [2022-07-04T14:24:31.123Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:24:31.123Z] ---> Using cache [2022-07-04T14:24:31.123Z] ---> 52924a12dacf [2022-07-04T14:24:31.123Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-04T14:24:31.123Z] ---> Using cache [2022-07-04T14:24:31.123Z] ---> 5f8d198b5f30 [2022-07-04T14:24:31.123Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-04T14:24:31.123Z] ---> Using cache [2022-07-04T14:24:31.123Z] ---> dd3d1166fd24 [2022-07-04T14:24:31.123Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:24:31.123Z] ---> Using cache [2022-07-04T14:24:31.123Z] ---> 2f58bb9a061f [2022-07-04T14:24:31.123Z] Step 8/23 : COPY . . [2022-07-04T14:24:31.123Z] ---> Using cache [2022-07-04T14:24:31.123Z] ---> a9d69e120f63 [2022-07-04T14:24:31.123Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-04T14:24:31.256Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-04T14:24:32.504Z] ---> Running in f137851c26cd [2022-07-04T14:24:32.504Z] ---> Running in 259153a50491 [2022-07-04T14:24:32.504Z] Removing intermediate container 71bf3bba1ece [2022-07-04T14:24:32.504Z] ---> dafc4edf8608 [2022-07-04T14:24:32.504Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-04T14:24:32.764Z] ---> Running in f73f2fb2e181 [2022-07-04T14:24:33.027Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-04T14:24:33.027Z] Removing intermediate container f73f2fb2e181 [2022-07-04T14:24:33.027Z] ---> c159323b6972 [2022-07-04T14:24:33.027Z] Step 28/31 : CMD ["gate"] [2022-07-04T14:24:33.027Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-04T14:24:33.289Z] ---> Running in 52ed5760dc7a [2022-07-04T14:24:33.549Z] Removing intermediate container 52ed5760dc7a [2022-07-04T14:24:33.549Z] ---> 44b9acf515c7 [2022-07-04T14:24:33.549Z] Step 29/31 : LABEL arch=x86_64 [2022-07-04T14:24:33.817Z] ---> Running in 925a983b1ac8 [2022-07-04T14:24:34.077Z] Removing intermediate container 925a983b1ac8 [2022-07-04T14:24:34.077Z] ---> 7931e6fe2c46 [2022-07-04T14:24:34.077Z] Step 30/31 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:24:34.339Z] ---> Running in 835b5be788ff [2022-07-04T14:24:34.600Z] Removing intermediate container 835b5be788ff [2022-07-04T14:24:34.600Z] ---> 4d259214ae91 [2022-07-04T14:24:34.600Z] Step 31/31 : LABEL version=2.2.1-dev.22 [2022-07-04T14:24:34.860Z] ---> Running in 1f512f62ffbc [2022-07-04T14:24:35.119Z] Removing intermediate container 1f512f62ffbc [2022-07-04T14:24:35.119Z] ---> 9dbba5528c70 [2022-07-04T14:24:35.119Z] [2022-07-04T14:24:35.119Z] Successfully built 9dbba5528c70 [2022-07-04T14:24:35.119Z] Successfully tagged security-bootstrapper:latest [2022-07-04T14:24:35.554Z] Building core-command ... [2022-07-04T14:24:35.555Z] Building core-data ... [2022-07-04T14:24:35.555Z] Building core-metadata ... [2022-07-04T14:24:35.555Z] Building security-bootstrapper ... [2022-07-04T14:24:35.555Z] Building security-proxy-setup ... [2022-07-04T14:24:35.555Z] Building security-secretstore-setup ... [2022-07-04T14:24:35.555Z] Building security-spiffe-token-provider ... [2022-07-04T14:24:35.555Z] Building security-spire-agent ... [2022-07-04T14:24:35.555Z] Building security-spire-config ... [2022-07-04T14:24:35.555Z] Building security-spire-server ... [2022-07-04T14:24:35.555Z] Building support-notifications ... [2022-07-04T14:24:35.555Z] Building support-scheduler ... [2022-07-04T14:24:35.555Z] Building sys-mgmt-agent ... [2022-07-04T14:24:35.555Z] Building security-secretstore-setup [2022-07-04T14:24:35.555Z] Building security-spire-server [2022-07-04T14:24:35.555Z] Building support-scheduler [2022-07-04T14:24:35.555Z] Building core-command [2022-07-04T14:24:35.555Z] Building security-spire-config [2022-07-04T14:24:39.313Z]  Building security-bootstrapper ... done Removing intermediate container 95258e7858f8 [2022-07-04T14:24:39.313Z] ---> ce351bf95281 [2022-07-04T14:24:39.313Z] [2022-07-04T14:24:39.313Z] Step 10/22 : FROM alpine:3.14 [2022-07-04T14:24:39.313Z] ---> e04c818066af [2022-07-04T14:24:39.313Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-04T14:24:39.313Z] ---> Running in eb72f8e46691 [2022-07-04T14:24:39.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:39.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:39.830Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-04T14:24:39.830Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-04T14:24:39.830Z] Executing busybox-1.33.1-r7.trigger [2022-07-04T14:24:39.830Z] Executing ca-certificates-20211220-r0.trigger [2022-07-04T14:24:39.830Z] OK: 6 MiB in 16 packages [2022-07-04T14:24:41.742Z] Removing intermediate container eb72f8e46691 [2022-07-04T14:24:41.742Z] ---> 5ae64a0d09a8 [2022-07-04T14:24:41.742Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-04T14:24:42.685Z] ---> Running in de8bc548c2ac [2022-07-04T14:24:43.269Z] Removing intermediate container de8bc548c2ac [2022-07-04T14:24:43.269Z] ---> 56a3651a1217 [2022-07-04T14:24:43.269Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-04T14:24:43.269Z] ---> Running in f45fe227286e [2022-07-04T14:24:43.269Z] Removing intermediate container 8055649facec [2022-07-04T14:24:43.269Z] ---> 810576d52198 [2022-07-04T14:24:43.269Z] [2022-07-04T14:24:43.269Z] Step 10/23 : FROM alpine:3.14 [2022-07-04T14:24:43.269Z] ---> e04c818066af [2022-07-04T14:24:43.269Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-04T14:24:43.269Z] ---> Using cache [2022-07-04T14:24:43.269Z] ---> ebe08eabe3fc [2022-07-04T14:24:43.269Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-04T14:24:43.269Z] ---> Using cache [2022-07-04T14:24:43.269Z] ---> bda2264921ad [2022-07-04T14:24:43.269Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-04T14:24:43.532Z] ---> Running in 4fcb0e3f4bff [2022-07-04T14:24:43.532Z] Removing intermediate container f45fe227286e [2022-07-04T14:24:43.532Z] ---> 64a6b585f50c [2022-07-04T14:24:43.532Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-04T14:24:43.532Z] ---> Running in dd5529c6e3df [2022-07-04T14:24:43.792Z] Removing intermediate container 4fcb0e3f4bff [2022-07-04T14:24:43.792Z] ---> ca6f0fbec94f [2022-07-04T14:24:43.792Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-04T14:24:43.792Z] Removing intermediate container dd5529c6e3df [2022-07-04T14:24:43.792Z] ---> e1c674bcfa8a [2022-07-04T14:24:43.792Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:24:44.053Z] ---> Running in 8f1e7da49d1c [2022-07-04T14:24:44.053Z] Removing intermediate container 8f1e7da49d1c [2022-07-04T14:24:44.053Z] ---> 06f802052688 [2022-07-04T14:24:44.053Z] Step 15/23 : WORKDIR / [2022-07-04T14:24:44.053Z] ---> Running in f50ee10635da [2022-07-04T14:24:44.053Z] ---> a49784526690 [2022-07-04T14:24:44.053Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-04T14:24:44.313Z] Removing intermediate container f50ee10635da [2022-07-04T14:24:44.313Z] ---> 2d6020237a20 [2022-07-04T14:24:44.313Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:24:44.883Z] ---> c5710c7fea07 [2022-07-04T14:24:44.883Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-04T14:24:44.883Z] ---> df7a08bee8b3 [2022-07-04T14:24:44.883Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-04T14:24:45.451Z] ---> 0ebded85ca93 [2022-07-04T14:24:45.451Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-04T14:24:45.451Z] ---> 43ccf0f648e1 [2022-07-04T14:24:45.451Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-04T14:24:45.451Z] ---> Running in 80e7fd634091 [2022-07-04T14:24:45.711Z] Removing intermediate container 80e7fd634091 [2022-07-04T14:24:45.711Z] ---> cf3e8aed672f [2022-07-04T14:24:45.711Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:24:45.711Z] ---> 33499216352b [2022-07-04T14:24:45.711Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-04T14:24:45.970Z] ---> Running in 6e6ca293fcb3 [2022-07-04T14:24:45.970Z] ---> Running in 362fc788745d [2022-07-04T14:24:46.229Z] Removing intermediate container 6e6ca293fcb3 [2022-07-04T14:24:46.229Z] ---> eeb2adffb09b [2022-07-04T14:24:46.229Z] Step 20/22 : LABEL arch=x86_64 [2022-07-04T14:24:46.229Z] Removing intermediate container 362fc788745d [2022-07-04T14:24:46.229Z] ---> 1038c892c620 [2022-07-04T14:24:46.229Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:24:46.229Z] ---> Running in 5358936d972d [2022-07-04T14:24:46.229Z] ---> Running in 67a9535540b3 [2022-07-04T14:24:46.489Z] Removing intermediate container 5358936d972d [2022-07-04T14:24:46.489Z] ---> 976596d53d1b [2022-07-04T14:24:46.489Z] Step 21/22 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:24:46.749Z] Removing intermediate container 67a9535540b3 [2022-07-04T14:24:46.749Z] ---> 723c9e206b92 [2022-07-04T14:24:46.749Z] Step 21/23 : LABEL arch=x86_64 [2022-07-04T14:24:46.749Z] ---> Running in 45a7aa37dfcf [2022-07-04T14:24:46.749Z] ---> Running in 6e0cb02b12c5 [2022-07-04T14:24:47.011Z] Removing intermediate container 45a7aa37dfcf [2022-07-04T14:24:47.011Z] ---> ee06ccc2e863 [2022-07-04T14:24:47.011Z] Step 22/22 : LABEL version=2.2.1-dev.22 [2022-07-04T14:24:47.011Z] Removing intermediate container 6e0cb02b12c5 [2022-07-04T14:24:47.011Z] ---> 5bfef46d4bfa [2022-07-04T14:24:47.011Z] Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:24:47.011Z] ---> Running in 898507d0b24a [2022-07-04T14:24:47.011Z] ---> Running in 063f3214da18 [2022-07-04T14:24:47.274Z] Removing intermediate container 898507d0b24a [2022-07-04T14:24:47.274Z] ---> 0e3179f99659 [2022-07-04T14:24:47.274Z] [2022-07-04T14:24:47.274Z] Removing intermediate container 063f3214da18 [2022-07-04T14:24:47.274Z] ---> ca4547f34703 [2022-07-04T14:24:47.274Z] Step 23/23 : LABEL version=2.2.1-dev.22 [2022-07-04T14:24:47.274Z] Successfully built 0e3179f99659 [2022-07-04T14:24:47.274Z] ---> Running in 9076f862658b [2022-07-04T14:24:47.534Z] Successfully tagged support-notifications:latest [2022-07-04T14:24:47.534Z]  Building support-notifications ... done Removing intermediate container 9076f862658b [2022-07-04T14:24:47.534Z] ---> 0f16199feb8a [2022-07-04T14:24:47.534Z] [2022-07-04T14:24:47.534Z] Successfully built 0f16199feb8a [2022-07-04T14:24:47.534Z] Successfully tagged core-metadata:latest [2022-07-04T14:24:47.793Z]  Building core-metadata ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-04T14:24:50.331Z] Removing intermediate container 259153a50491 [2022-07-04T14:24:50.331Z] ---> 1cbfc920b239 [2022-07-04T14:24:50.331Z] [2022-07-04T14:24:50.331Z] Step 10/23 : FROM alpine:3.14 [2022-07-04T14:24:50.331Z] ---> e04c818066af [2022-07-04T14:24:50.331Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-04T14:24:50.331Z] ---> Using cache [2022-07-04T14:24:50.331Z] ---> ebe08eabe3fc [2022-07-04T14:24:50.331Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-04T14:24:50.331Z] ---> Using cache [2022-07-04T14:24:50.331Z] ---> bda2264921ad [2022-07-04T14:24:50.331Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-04T14:24:50.331Z] ---> Running in bd45a3473941 [2022-07-04T14:24:50.331Z] Removing intermediate container f137851c26cd [2022-07-04T14:24:50.331Z] ---> 33020efdd18a [2022-07-04T14:24:50.331Z] [2022-07-04T14:24:50.331Z] Step 10/25 : FROM alpine:3.14 [2022-07-04T14:24:50.331Z] ---> e04c818066af [2022-07-04T14:24:50.331Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-04T14:24:50.331Z] ---> Running in 40d97b37248d [2022-07-04T14:24:50.331Z] Removing intermediate container bd45a3473941 [2022-07-04T14:24:50.331Z] ---> a4db48a0c162 [2022-07-04T14:24:50.331Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-04T14:24:50.331Z] ---> Running in aa1236af2602 [2022-07-04T14:24:50.591Z] Removing intermediate container aa1236af2602 [2022-07-04T14:24:50.591Z] ---> 8f5fc8d19a36 [2022-07-04T14:24:50.591Z] Step 15/23 : WORKDIR / [2022-07-04T14:24:50.591Z] ---> Running in a194aeb9a451 [2022-07-04T14:24:50.591Z] Removing intermediate container a194aeb9a451 [2022-07-04T14:24:50.591Z] ---> c38501450ac0 [2022-07-04T14:24:50.591Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:24:50.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:50.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-04T14:24:50.849Z] ---> 0921a739d9a9 [2022-07-04T14:24:50.849Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-04T14:24:51.109Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-04T14:24:51.109Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-04T14:24:51.109Z] (3/3) Installing su-exec (0.2-r1) [2022-07-04T14:24:51.109Z] Executing busybox-1.33.1-r7.trigger [2022-07-04T14:24:51.109Z] Executing ca-certificates-20211220-r0.trigger [2022-07-04T14:24:51.109Z] OK: 6 MiB in 17 packages [2022-07-04T14:24:51.370Z] ---> 0582cc6fdac8 [2022-07-04T14:24:51.370Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-04T14:24:51.629Z] ---> c3a07e734788 [2022-07-04T14:24:51.629Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-04T14:24:51.629Z] ---> Running in cf98749e3320 [2022-07-04T14:24:51.629Z] Removing intermediate container 40d97b37248d [2022-07-04T14:24:51.629Z] ---> 168d12148d3e [2022-07-04T14:24:51.629Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-04T14:24:51.629Z] Removing intermediate container cf98749e3320 [2022-07-04T14:24:51.629Z] ---> be7e12222b4a [2022-07-04T14:24:51.629Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:24:51.629Z] ---> Running in 8c100f35419e [2022-07-04T14:24:51.892Z] ---> Running in e07df6c6131f [2022-07-04T14:24:51.892Z] Removing intermediate container 8c100f35419e [2022-07-04T14:24:51.892Z] ---> 75530944b701 [2022-07-04T14:24:51.892Z] Step 13/25 : WORKDIR / [2022-07-04T14:24:51.892Z] ---> Running in 6654e78dd76a [2022-07-04T14:24:51.892Z] Removing intermediate container e07df6c6131f [2022-07-04T14:24:51.892Z] ---> 9a2cd23180b9 [2022-07-04T14:24:51.892Z] Step 21/23 : LABEL arch=x86_64 [2022-07-04T14:24:51.892Z] ---> Running in f94710bbb7fe [2022-07-04T14:24:51.892Z] Removing intermediate container 6654e78dd76a [2022-07-04T14:24:51.892Z] ---> cf7bd6a001de [2022-07-04T14:24:51.892Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-07-04T14:24:52.152Z] Removing intermediate container f94710bbb7fe [2022-07-04T14:24:52.152Z] ---> ed65baca33f3 [2022-07-04T14:24:52.152Z] Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:24:52.152Z] ---> Running in c06797ebebab [2022-07-04T14:24:52.152Z] ---> 8429bf6ecc11 [2022-07-04T14:24:52.152Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-07-04T14:24:52.152Z] Removing intermediate container c06797ebebab [2022-07-04T14:24:52.152Z] ---> bfa17cdd8f16 [2022-07-04T14:24:52.152Z] Step 23/23 : LABEL version=2.2.1-dev.22 [2022-07-04T14:24:52.152Z] ---> Running in 7448b818990a [2022-07-04T14:24:52.411Z] ---> 6a9f3fb38673 [2022-07-04T14:24:52.411Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-04T14:24:52.411Z] Removing intermediate container 7448b818990a [2022-07-04T14:24:52.411Z] ---> cdab95bec7a5 [2022-07-04T14:24:52.411Z] [2022-07-04T14:24:52.411Z] Successfully built cdab95bec7a5 [2022-07-04T14:24:52.411Z] ---> dac2e4b2c11d [2022-07-04T14:24:52.411Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-07-04T14:24:52.411Z] Successfully tagged core-command:latest [2022-07-04T14:24:52.670Z]  Building core-command ... done  ---> 4968cddab822 [2022-07-04T14:24:52.670Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-04T14:24:52.931Z] ---> b1de4322889f [2022-07-04T14:24:52.931Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-04T14:24:53.506Z] ---> 799ed9ff930b [2022-07-04T14:24:53.506Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-04T14:24:53.506Z] ---> eba0a0ece2d1 [2022-07-04T14:24:53.506Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-07-04T14:24:53.506Z] ---> Running in 013dc5c19199 [2022-07-04T14:24:54.077Z] Removing intermediate container 013dc5c19199 [2022-07-04T14:24:54.077Z] ---> 4eb81488cd25 [2022-07-04T14:24:54.077Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-04T14:24:54.077Z] ---> Running in eb5fc413da01 [2022-07-04T14:24:54.337Z] Removing intermediate container eb5fc413da01 [2022-07-04T14:24:54.337Z] ---> a7ec0a15fdbb [2022-07-04T14:24:54.337Z] Step 23/25 : LABEL arch=x86_64 [2022-07-04T14:24:54.337Z] ---> Running in 9a9b089de598 [2022-07-04T14:24:54.337Z] Removing intermediate container 9a9b089de598 [2022-07-04T14:24:54.337Z] ---> a2f6bd40292b [2022-07-04T14:24:54.337Z] Step 24/25 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:24:54.597Z] ---> Running in cf667c1b8e72 [2022-07-04T14:24:54.597Z] Removing intermediate container cf667c1b8e72 [2022-07-04T14:24:54.597Z] ---> 533b22a4689b [2022-07-04T14:24:54.597Z] Step 25/25 : LABEL version=2.2.1-dev.22 [2022-07-04T14:24:54.597Z] ---> Running in a4bb76c35f60 [2022-07-04T14:24:54.597Z] Removing intermediate container a4bb76c35f60 [2022-07-04T14:24:54.597Z] ---> ad97bce7ba55 [2022-07-04T14:24:54.597Z] [2022-07-04T14:24:54.858Z] Successfully built ad97bce7ba55 [2022-07-04T14:24:54.858Z] Successfully tagged security-secretstore-setup:latest [2022-07-04T14:24:54.866Z]  Building security-secretstore-setup ... done  [Pipeline] } [2022-07-04T14:24:54.870Z] $ docker stop --time=1 82a69a2d9174efa2681a172602541d874108fb9f81e6426ce1034d51453c9c66 [2022-07-04T14:24:56.152Z] $ docker rm -f 82a69a2d9174efa2681a172602541d874108fb9f81e6426ce1034d51453c9c66 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-04T14:24:56.500Z] + docker images [2022-07-04T14:24:56.500Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-04T14:24:56.500Z] security-secretstore-setup latest ad97bce7ba55 2 seconds ago 28.5MB [2022-07-04T14:24:56.500Z] core-command latest cdab95bec7a5 4 seconds ago 16.1MB [2022-07-04T14:24:56.500Z] 1cbfc920b239 7 seconds ago 1.61GB [2022-07-04T14:24:56.500Z] 33020efdd18a 7 seconds ago 1.63GB [2022-07-04T14:24:56.500Z] core-metadata latest 0f16199feb8a 9 seconds ago 17MB [2022-07-04T14:24:56.500Z] support-notifications latest 0e3179f99659 9 seconds ago 27MB [2022-07-04T14:24:56.500Z] 810576d52198 13 seconds ago 1.62GB [2022-07-04T14:24:56.500Z] ce351bf95281 19 seconds ago 1.68GB [2022-07-04T14:24:56.500Z] security-bootstrapper latest 9dbba5528c70 22 seconds ago 19.1MB [2022-07-04T14:24:56.500Z] support-scheduler latest bf4ef16531b5 33 seconds ago 26.4MB [2022-07-04T14:24:56.500Z] core-data latest bf14362820b5 33 seconds ago 22.5MB [2022-07-04T14:24:56.500Z] security-spiffe-token-provider latest 91ef45f3d4c4 39 seconds ago 29MB [2022-07-04T14:24:56.500Z] 26139f1fe78a 43 seconds ago 1.67GB [2022-07-04T14:24:56.500Z] c6901bfd8f7d 48 seconds ago 1.67GB [2022-07-04T14:24:56.500Z] bff24b9b359a 48 seconds ago 1.65GB [2022-07-04T14:24:56.500Z] 584b89726e96 50 seconds ago 1.62GB [2022-07-04T14:24:56.500Z] sys-mgmt-agent latest b72e31b1f19d About a minute ago 299MB [2022-07-04T14:24:56.500Z] security-proxy-setup latest f6fa9fd161ab About a minute ago 26.9MB [2022-07-04T14:24:56.500Z] 139406e6b0c4 About a minute ago 1.62GB [2022-07-04T14:24:56.500Z] security-spire-config latest a884d7e9f7e0 About a minute ago 86.7MB [2022-07-04T14:24:56.500Z] 0694f1a0ed54 About a minute ago 1.62GB [2022-07-04T14:24:56.501Z] security-spire-agent latest af02a469ce77 About a minute ago 127MB [2022-07-04T14:24:56.501Z] security-spire-server latest 57f6e74ba38c About a minute ago 87.3MB [2022-07-04T14:24:56.501Z] 96e6109e58b6 About a minute ago 1.52GB [2022-07-04T14:24:56.501Z] 58af42a1a268 About a minute ago 1.52GB [2022-07-04T14:24:56.501Z] c03796b99971 About a minute ago 1.52GB [2022-07-04T14:24:56.501Z] ci-base-image-x86_64 latest 1f2b5af70c91 4 minutes ago 1.02GB [2022-07-04T14:24:56.501Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 8f69c11f6b0c 4 weeks ago 680MB [2022-07-04T14:24:56.501Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 d7ea09dbb500 4 weeks ago 253MB [2022-07-04T14:24:56.501Z] docker 20.10.14 7417809fdb73 3 months ago 218MB [2022-07-04T14:24:56.501Z] alpine 3.14 e04c818066af 3 months ago 5.59MB [2022-07-04T14:24:56.501Z] alpine 3.15 0ac33e5f5afa 3 months ago 5.57MB [2022-07-04T14:24:56.501Z] 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 [2022-07-04T14:24:56.594Z] provisioning config files... [2022-07-04T14:24:56.605Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/253@tmp/config1465168557164117135tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:24:56.905Z] ---> docker-login.sh [2022-07-04T14:24:56.905Z] nexus3.edgexfoundry.org:10001 [2022-07-04T14:24:56.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:24:56.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:24:56.905Z] Configure a credential helper to remove this warning. See [2022-07-04T14:24:56.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:24:56.905Z] [2022-07-04T14:24:56.905Z] Login Succeeded [2022-07-04T14:24:56.905Z] nexus3.edgexfoundry.org:10002 [2022-07-04T14:24:56.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:24:57.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:24:57.166Z] Configure a credential helper to remove this warning. See [2022-07-04T14:24:57.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:24:57.166Z] [2022-07-04T14:24:57.166Z] Login Succeeded [2022-07-04T14:24:57.166Z] nexus3.edgexfoundry.org:10003 [2022-07-04T14:24:57.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:24:57.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:24:57.166Z] Configure a credential helper to remove this warning. See [2022-07-04T14:24:57.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:24:57.166Z] [2022-07-04T14:24:57.166Z] Login Succeeded [2022-07-04T14:24:57.166Z] nexus3.edgexfoundry.org:10004 [2022-07-04T14:24:57.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:24:57.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:24:57.426Z] Configure a credential helper to remove this warning. See [2022-07-04T14:24:57.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:24:57.426Z] [2022-07-04T14:24:57.426Z] Login Succeeded [2022-07-04T14:24:57.426Z] docker.io [2022-07-04T14:24:57.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:24:57.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:24:57.688Z] Configure a credential helper to remove this warning. See [2022-07-04T14:24:57.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:24:57.688Z] [2022-07-04T14:24:57.688Z] Login Succeeded [2022-07-04T14:24:57.688Z] ---> docker-login.sh ends [Pipeline] } [2022-07-04T14:24:57.697Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:24:57.732Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-04T14:24:57.755Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2022-07-04T14:24:57.755Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:24:57.755Z] latest [2022-07-04T14:24:57.755Z] 2.2.1-dev.22 [2022-07-04T14:24:57.755Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:24:57.755Z] main [2022-07-04T14:24:57.755Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:24:58.087Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:24:58.401Z] + docker push nexus3.edgexfoundry.org:10004/core-command:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:24:58.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-04T14:24:58.401Z] 24c1e6439b4c: Preparing [2022-07-04T14:24:58.401Z] e801eae805dd: Preparing [2022-07-04T14:24:58.401Z] 0b53b8895870: Preparing [2022-07-04T14:24:58.401Z] cddfaba95b15: Preparing [2022-07-04T14:24:58.401Z] b541d28bf3b4: Preparing [2022-07-04T14:24:58.401Z] b541d28bf3b4: Layer already exists [2022-07-04T14:24:58.401Z] cddfaba95b15: Pushed [2022-07-04T14:24:58.401Z] 0b53b8895870: Pushed [2022-07-04T14:24:58.401Z] 24c1e6439b4c: Pushed [2022-07-04T14:24:59.782Z] e801eae805dd: Pushed [2022-07-04T14:24:59.782Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:645cf10eb48506dc772d9b13ae48062564cec24adf2d5e95c8eab504114a5ac4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:00.097Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:00.405Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2022-07-04T14:25:00.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-04T14:25:00.405Z] 24c1e6439b4c: Preparing [2022-07-04T14:25:00.405Z] e801eae805dd: Preparing [2022-07-04T14:25:00.405Z] 0b53b8895870: Preparing [2022-07-04T14:25:00.405Z] cddfaba95b15: Preparing [2022-07-04T14:25:00.405Z] b541d28bf3b4: Preparing [2022-07-04T14:25:00.405Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:00.405Z] e801eae805dd: Layer already exists [2022-07-04T14:25:00.405Z] 24c1e6439b4c: Layer already exists [2022-07-04T14:25:00.405Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:00.405Z] cddfaba95b15: Layer already exists [2022-07-04T14:25:00.405Z] latest: digest: sha256:645cf10eb48506dc772d9b13ae48062564cec24adf2d5e95c8eab504114a5ac4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:00.724Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:01.039Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.22 [2022-07-04T14:25:01.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-04T14:25:01.039Z] 24c1e6439b4c: Preparing [2022-07-04T14:25:01.039Z] e801eae805dd: Preparing [2022-07-04T14:25:01.039Z] 0b53b8895870: Preparing [2022-07-04T14:25:01.039Z] cddfaba95b15: Preparing [2022-07-04T14:25:01.039Z] b541d28bf3b4: Preparing [2022-07-04T14:25:01.039Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:01.039Z] 24c1e6439b4c: Layer already exists [2022-07-04T14:25:01.039Z] cddfaba95b15: Layer already exists [2022-07-04T14:25:01.039Z] e801eae805dd: Layer already exists [2022-07-04T14:25:01.039Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:01.039Z] 2.2.1-dev.22: digest: sha256:645cf10eb48506dc772d9b13ae48062564cec24adf2d5e95c8eab504114a5ac4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:01.364Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:01.675Z] + docker push nexus3.edgexfoundry.org:10004/core-command:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:01.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-04T14:25:01.675Z] 24c1e6439b4c: Preparing [2022-07-04T14:25:01.675Z] e801eae805dd: Preparing [2022-07-04T14:25:01.675Z] 0b53b8895870: Preparing [2022-07-04T14:25:01.675Z] cddfaba95b15: Preparing [2022-07-04T14:25:01.675Z] b541d28bf3b4: Preparing [2022-07-04T14:25:01.675Z] e801eae805dd: Layer already exists [2022-07-04T14:25:01.675Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:01.675Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:01.675Z] 24c1e6439b4c: Layer already exists [2022-07-04T14:25:01.675Z] cddfaba95b15: Layer already exists [2022-07-04T14:25:01.675Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:645cf10eb48506dc772d9b13ae48062564cec24adf2d5e95c8eab504114a5ac4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:01.990Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:02.304Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2022-07-04T14:25:02.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-04T14:25:02.304Z] 24c1e6439b4c: Preparing [2022-07-04T14:25:02.304Z] e801eae805dd: Preparing [2022-07-04T14:25:02.304Z] 0b53b8895870: Preparing [2022-07-04T14:25:02.304Z] cddfaba95b15: Preparing [2022-07-04T14:25:02.304Z] b541d28bf3b4: Preparing [2022-07-04T14:25:02.304Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:02.304Z] e801eae805dd: Layer already exists [2022-07-04T14:25:02.304Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:02.304Z] 24c1e6439b4c: Layer already exists [2022-07-04T14:25:02.304Z] cddfaba95b15: Layer already exists [2022-07-04T14:25:02.304Z] main: digest: sha256:645cf10eb48506dc772d9b13ae48062564cec24adf2d5e95c8eab504114a5ac4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:25:02.348Z] ===================================================== [Pipeline] echo [2022-07-04T14:25:02.357Z] taggedImages: [2022-07-04T14:25:02.357Z] - nexus3.edgexfoundry.org:10004/core-command:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:02.357Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2022-07-04T14:25:02.357Z] - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.22 [2022-07-04T14:25:02.357Z] - nexus3.edgexfoundry.org:10004/core-command:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:02.357Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2022-07-04T14:25:02.376Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2022-07-04T14:25:02.376Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:02.376Z] latest [2022-07-04T14:25:02.376Z] 2.2.1-dev.22 [2022-07-04T14:25:02.376Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:02.376Z] main [2022-07-04T14:25:02.376Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:02.707Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:03.013Z] + docker push nexus3.edgexfoundry.org:10004/core-data:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:03.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-04T14:25:03.013Z] 404e21463424: Preparing [2022-07-04T14:25:03.013Z] b3b5d9323a21: Preparing [2022-07-04T14:25:03.013Z] 0b53b8895870: Preparing [2022-07-04T14:25:03.013Z] 7ac5c827d997: Preparing [2022-07-04T14:25:03.013Z] 412f8ac30844: Preparing [2022-07-04T14:25:03.013Z] b541d28bf3b4: Preparing [2022-07-04T14:25:03.013Z] b541d28bf3b4: Waiting [2022-07-04T14:25:03.013Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:03.013Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:03.013Z] 412f8ac30844: Pushed [2022-07-04T14:25:03.013Z] 404e21463424: Pushed [2022-07-04T14:25:03.273Z] 7ac5c827d997: Pushed [2022-07-04T14:25:04.651Z] b3b5d9323a21: Pushed [2022-07-04T14:25:04.651Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:55cb646a85e1417e4ab6666564eb1131a21d9671729b43bfb9f6ae44aca65367 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:04.968Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:05.280Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2022-07-04T14:25:05.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-04T14:25:05.280Z] 404e21463424: Preparing [2022-07-04T14:25:05.280Z] b3b5d9323a21: Preparing [2022-07-04T14:25:05.280Z] 0b53b8895870: Preparing [2022-07-04T14:25:05.280Z] 7ac5c827d997: Preparing [2022-07-04T14:25:05.280Z] 412f8ac30844: Preparing [2022-07-04T14:25:05.280Z] b541d28bf3b4: Preparing [2022-07-04T14:25:05.280Z] b541d28bf3b4: Waiting [2022-07-04T14:25:05.280Z] b3b5d9323a21: Layer already exists [2022-07-04T14:25:05.280Z] 404e21463424: Layer already exists [2022-07-04T14:25:05.280Z] 412f8ac30844: Layer already exists [2022-07-04T14:25:05.280Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:05.280Z] 7ac5c827d997: Layer already exists [2022-07-04T14:25:05.280Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:05.280Z] latest: digest: sha256:55cb646a85e1417e4ab6666564eb1131a21d9671729b43bfb9f6ae44aca65367 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:05.601Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:05.913Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.22 [2022-07-04T14:25:05.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-04T14:25:05.913Z] 404e21463424: Preparing [2022-07-04T14:25:05.913Z] b3b5d9323a21: Preparing [2022-07-04T14:25:05.913Z] 0b53b8895870: Preparing [2022-07-04T14:25:05.913Z] 7ac5c827d997: Preparing [2022-07-04T14:25:05.913Z] 412f8ac30844: Preparing [2022-07-04T14:25:05.913Z] b541d28bf3b4: Preparing [2022-07-04T14:25:05.913Z] b541d28bf3b4: Waiting [2022-07-04T14:25:05.913Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:05.913Z] b3b5d9323a21: Layer already exists [2022-07-04T14:25:05.913Z] 7ac5c827d997: Layer already exists [2022-07-04T14:25:05.913Z] 404e21463424: Layer already exists [2022-07-04T14:25:05.913Z] 412f8ac30844: Layer already exists [2022-07-04T14:25:05.913Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:05.913Z] 2.2.1-dev.22: digest: sha256:55cb646a85e1417e4ab6666564eb1131a21d9671729b43bfb9f6ae44aca65367 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:06.233Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:06.551Z] + docker push nexus3.edgexfoundry.org:10004/core-data:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:06.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-04T14:25:06.551Z] 404e21463424: Preparing [2022-07-04T14:25:06.551Z] b3b5d9323a21: Preparing [2022-07-04T14:25:06.551Z] 0b53b8895870: Preparing [2022-07-04T14:25:06.551Z] 7ac5c827d997: Preparing [2022-07-04T14:25:06.551Z] 412f8ac30844: Preparing [2022-07-04T14:25:06.551Z] b541d28bf3b4: Preparing [2022-07-04T14:25:06.551Z] b541d28bf3b4: Waiting [2022-07-04T14:25:06.551Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:06.551Z] b3b5d9323a21: Layer already exists [2022-07-04T14:25:06.551Z] 7ac5c827d997: Layer already exists [2022-07-04T14:25:06.551Z] 412f8ac30844: Layer already exists [2022-07-04T14:25:06.551Z] 404e21463424: Layer already exists [2022-07-04T14:25:06.551Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:06.551Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:55cb646a85e1417e4ab6666564eb1131a21d9671729b43bfb9f6ae44aca65367 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:07.045Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:07.365Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2022-07-04T14:25:07.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-04T14:25:07.365Z] 404e21463424: Preparing [2022-07-04T14:25:07.365Z] b3b5d9323a21: Preparing [2022-07-04T14:25:07.365Z] 0b53b8895870: Preparing [2022-07-04T14:25:07.365Z] 7ac5c827d997: Preparing [2022-07-04T14:25:07.365Z] 412f8ac30844: Preparing [2022-07-04T14:25:07.365Z] b541d28bf3b4: Preparing [2022-07-04T14:25:07.365Z] b541d28bf3b4: Waiting [2022-07-04T14:25:07.365Z] b3b5d9323a21: Layer already exists [2022-07-04T14:25:07.365Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:07.365Z] 412f8ac30844: Layer already exists [2022-07-04T14:25:07.365Z] 404e21463424: Layer already exists [2022-07-04T14:25:07.365Z] 7ac5c827d997: Layer already exists [2022-07-04T14:25:07.365Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:07.365Z] main: digest: sha256:55cb646a85e1417e4ab6666564eb1131a21d9671729b43bfb9f6ae44aca65367 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:25:07.423Z] ===================================================== [Pipeline] echo [2022-07-04T14:25:07.432Z] taggedImages: [2022-07-04T14:25:07.432Z] - nexus3.edgexfoundry.org:10004/core-data:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:07.432Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2022-07-04T14:25:07.432Z] - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.22 [2022-07-04T14:25:07.432Z] - nexus3.edgexfoundry.org:10004/core-data:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:07.432Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2022-07-04T14:25:07.457Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2022-07-04T14:25:07.457Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:07.457Z] latest [2022-07-04T14:25:07.457Z] 2.2.1-dev.22 [2022-07-04T14:25:07.457Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:07.457Z] main [2022-07-04T14:25:07.457Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:07.797Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:08.116Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:08.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-04T14:25:08.116Z] f803d689997a: Preparing [2022-07-04T14:25:08.116Z] 102ad32bbe0a: Preparing [2022-07-04T14:25:08.116Z] 0b53b8895870: Preparing [2022-07-04T14:25:08.116Z] cddfaba95b15: Preparing [2022-07-04T14:25:08.116Z] b541d28bf3b4: Preparing [2022-07-04T14:25:08.116Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:08.116Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:08.116Z] cddfaba95b15: Layer already exists [2022-07-04T14:25:08.116Z] f803d689997a: Pushed [2022-07-04T14:25:09.505Z] 102ad32bbe0a: Pushed [2022-07-04T14:25:09.505Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:950ae260a1b1bbdf8a5bb20318a4c072d11420316ff7a7e4c28d59220fdeab0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:09.831Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:10.151Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-07-04T14:25:10.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-04T14:25:10.151Z] f803d689997a: Preparing [2022-07-04T14:25:10.152Z] 102ad32bbe0a: Preparing [2022-07-04T14:25:10.152Z] 0b53b8895870: Preparing [2022-07-04T14:25:10.152Z] cddfaba95b15: Preparing [2022-07-04T14:25:10.152Z] b541d28bf3b4: Preparing [2022-07-04T14:25:10.152Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:10.152Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:10.152Z] f803d689997a: Layer already exists [2022-07-04T14:25:10.152Z] cddfaba95b15: Layer already exists [2022-07-04T14:25:10.152Z] 102ad32bbe0a: Layer already exists [2022-07-04T14:25:10.152Z] latest: digest: sha256:950ae260a1b1bbdf8a5bb20318a4c072d11420316ff7a7e4c28d59220fdeab0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:10.476Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:10.793Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.22 [2022-07-04T14:25:10.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-04T14:25:10.793Z] f803d689997a: Preparing [2022-07-04T14:25:10.793Z] 102ad32bbe0a: Preparing [2022-07-04T14:25:10.793Z] 0b53b8895870: Preparing [2022-07-04T14:25:10.793Z] cddfaba95b15: Preparing [2022-07-04T14:25:10.793Z] b541d28bf3b4: Preparing [2022-07-04T14:25:10.793Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:10.793Z] cddfaba95b15: Layer already exists [2022-07-04T14:25:10.793Z] 102ad32bbe0a: Layer already exists [2022-07-04T14:25:10.793Z] f803d689997a: Layer already exists [2022-07-04T14:25:10.793Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:10.793Z] 2.2.1-dev.22: digest: sha256:950ae260a1b1bbdf8a5bb20318a4c072d11420316ff7a7e4c28d59220fdeab0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:11.113Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:11.422Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:11.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-04T14:25:11.422Z] f803d689997a: Preparing [2022-07-04T14:25:11.422Z] 102ad32bbe0a: Preparing [2022-07-04T14:25:11.422Z] 0b53b8895870: Preparing [2022-07-04T14:25:11.422Z] cddfaba95b15: Preparing [2022-07-04T14:25:11.422Z] b541d28bf3b4: Preparing [2022-07-04T14:25:11.422Z] cddfaba95b15: Layer already exists [2022-07-04T14:25:11.422Z] 102ad32bbe0a: Layer already exists [2022-07-04T14:25:11.422Z] f803d689997a: Layer already exists [2022-07-04T14:25:11.422Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:11.422Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:11.422Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:950ae260a1b1bbdf8a5bb20318a4c072d11420316ff7a7e4c28d59220fdeab0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:11.742Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:12.058Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2022-07-04T14:25:12.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-04T14:25:12.058Z] f803d689997a: Preparing [2022-07-04T14:25:12.058Z] 102ad32bbe0a: Preparing [2022-07-04T14:25:12.058Z] 0b53b8895870: Preparing [2022-07-04T14:25:12.058Z] cddfaba95b15: Preparing [2022-07-04T14:25:12.058Z] b541d28bf3b4: Preparing [2022-07-04T14:25:12.058Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:12.058Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:12.058Z] cddfaba95b15: Layer already exists [2022-07-04T14:25:12.058Z] f803d689997a: Layer already exists [2022-07-04T14:25:12.058Z] 102ad32bbe0a: Layer already exists [2022-07-04T14:25:12.058Z] main: digest: sha256:950ae260a1b1bbdf8a5bb20318a4c072d11420316ff7a7e4c28d59220fdeab0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:25:12.098Z] ===================================================== [Pipeline] echo [2022-07-04T14:25:12.106Z] taggedImages: [2022-07-04T14:25:12.106Z] - nexus3.edgexfoundry.org:10004/core-metadata:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:12.106Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-07-04T14:25:12.106Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.22 [2022-07-04T14:25:12.106Z] - nexus3.edgexfoundry.org:10004/core-metadata:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:12.106Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2022-07-04T14:25:12.133Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2022-07-04T14:25:12.133Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:12.133Z] latest [2022-07-04T14:25:12.133Z] 2.2.1-dev.22 [2022-07-04T14:25:12.133Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:12.133Z] main [2022-07-04T14:25:12.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:12.458Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:12.768Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:12.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-04T14:25:12.768Z] b5adaf9a86e6: Preparing [2022-07-04T14:25:12.768Z] b5adaf9a86e6: Preparing [2022-07-04T14:25:12.768Z] 0a9f62279af1: Preparing [2022-07-04T14:25:12.768Z] 2960f47e962a: Preparing [2022-07-04T14:25:12.768Z] f4da51b061f3: Preparing [2022-07-04T14:25:12.768Z] 8f812780203b: Preparing [2022-07-04T14:25:12.768Z] 0b53b8895870: Preparing [2022-07-04T14:25:12.768Z] 8f5096000276: Preparing [2022-07-04T14:25:12.768Z] 9e94b2da3dc8: Preparing [2022-07-04T14:25:12.768Z] 7013e5bd9d03: Preparing [2022-07-04T14:25:12.768Z] 1057e06e5eb0: Preparing [2022-07-04T14:25:12.768Z] b541d28bf3b4: Preparing [2022-07-04T14:25:12.768Z] 8f5096000276: Waiting [2022-07-04T14:25:12.768Z] 9e94b2da3dc8: Waiting [2022-07-04T14:25:12.768Z] 7013e5bd9d03: Waiting [2022-07-04T14:25:12.768Z] b541d28bf3b4: Waiting [2022-07-04T14:25:12.768Z] 1057e06e5eb0: Waiting [2022-07-04T14:25:12.768Z] 0b53b8895870: Waiting [2022-07-04T14:25:12.768Z] b5adaf9a86e6: Pushed [2022-07-04T14:25:12.768Z] 2960f47e962a: Pushed [2022-07-04T14:25:12.768Z] f4da51b061f3: Pushed [2022-07-04T14:25:12.768Z] 0a9f62279af1: Pushed [2022-07-04T14:25:12.768Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:13.027Z] 8f5096000276: Pushed [2022-07-04T14:25:13.027Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:13.027Z] 1057e06e5eb0: Pushed [2022-07-04T14:25:13.027Z] 7013e5bd9d03: Pushed [2022-07-04T14:25:13.027Z] 9e94b2da3dc8: Pushed [2022-07-04T14:25:14.411Z] 8f812780203b: Pushed [2022-07-04T14:25:14.411Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:23fc6af649f06c19003f4fd630f781aa2f8317a1c3708743391b5a029557ea47 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:14.733Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:15.045Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-07-04T14:25:15.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-04T14:25:15.045Z] b5adaf9a86e6: Preparing [2022-07-04T14:25:15.045Z] b5adaf9a86e6: Preparing [2022-07-04T14:25:15.045Z] 0a9f62279af1: Preparing [2022-07-04T14:25:15.045Z] 2960f47e962a: Preparing [2022-07-04T14:25:15.045Z] f4da51b061f3: Preparing [2022-07-04T14:25:15.045Z] 8f812780203b: Preparing [2022-07-04T14:25:15.045Z] 0b53b8895870: Preparing [2022-07-04T14:25:15.045Z] 8f5096000276: Preparing [2022-07-04T14:25:15.045Z] 9e94b2da3dc8: Preparing [2022-07-04T14:25:15.045Z] 7013e5bd9d03: Preparing [2022-07-04T14:25:15.045Z] 1057e06e5eb0: Preparing [2022-07-04T14:25:15.045Z] b541d28bf3b4: Preparing [2022-07-04T14:25:15.045Z] 0b53b8895870: Waiting [2022-07-04T14:25:15.045Z] 8f5096000276: Waiting [2022-07-04T14:25:15.045Z] 9e94b2da3dc8: Waiting [2022-07-04T14:25:15.045Z] 7013e5bd9d03: Waiting [2022-07-04T14:25:15.045Z] b541d28bf3b4: Waiting [2022-07-04T14:25:15.045Z] 1057e06e5eb0: Waiting [2022-07-04T14:25:15.045Z] b5adaf9a86e6: Layer already exists [2022-07-04T14:25:15.045Z] 2960f47e962a: Layer already exists [2022-07-04T14:25:15.045Z] 8f812780203b: Layer already exists [2022-07-04T14:25:15.045Z] 0a9f62279af1: Layer already exists [2022-07-04T14:25:15.045Z] f4da51b061f3: Layer already exists [2022-07-04T14:25:15.045Z] 1057e06e5eb0: Layer already exists [2022-07-04T14:25:15.045Z] 7013e5bd9d03: Layer already exists [2022-07-04T14:25:15.045Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:15.045Z] 9e94b2da3dc8: Layer already exists [2022-07-04T14:25:15.045Z] 8f5096000276: Layer already exists [2022-07-04T14:25:15.045Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:15.045Z] latest: digest: sha256:23fc6af649f06c19003f4fd630f781aa2f8317a1c3708743391b5a029557ea47 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:15.363Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:15.677Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.22 [2022-07-04T14:25:15.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-04T14:25:15.677Z] b5adaf9a86e6: Preparing [2022-07-04T14:25:15.677Z] b5adaf9a86e6: Preparing [2022-07-04T14:25:15.677Z] 0a9f62279af1: Preparing [2022-07-04T14:25:15.677Z] 2960f47e962a: Preparing [2022-07-04T14:25:15.677Z] f4da51b061f3: Preparing [2022-07-04T14:25:15.677Z] 8f812780203b: Preparing [2022-07-04T14:25:15.677Z] 0b53b8895870: Preparing [2022-07-04T14:25:15.677Z] 8f5096000276: Preparing [2022-07-04T14:25:15.677Z] 9e94b2da3dc8: Preparing [2022-07-04T14:25:15.677Z] 7013e5bd9d03: Preparing [2022-07-04T14:25:15.677Z] 1057e06e5eb0: Preparing [2022-07-04T14:25:15.677Z] b541d28bf3b4: Preparing [2022-07-04T14:25:15.677Z] 9e94b2da3dc8: Waiting [2022-07-04T14:25:15.677Z] 0b53b8895870: Waiting [2022-07-04T14:25:15.677Z] 8f5096000276: Waiting [2022-07-04T14:25:15.677Z] 7013e5bd9d03: Waiting [2022-07-04T14:25:15.677Z] b541d28bf3b4: Waiting [2022-07-04T14:25:15.677Z] 1057e06e5eb0: Waiting [2022-07-04T14:25:15.677Z] 2960f47e962a: Layer already exists [2022-07-04T14:25:15.677Z] b5adaf9a86e6: Layer already exists [2022-07-04T14:25:15.677Z] 8f812780203b: Layer already exists [2022-07-04T14:25:15.677Z] 0a9f62279af1: Layer already exists [2022-07-04T14:25:15.677Z] f4da51b061f3: Layer already exists [2022-07-04T14:25:15.677Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:15.677Z] 8f5096000276: Layer already exists [2022-07-04T14:25:15.677Z] 9e94b2da3dc8: Layer already exists [2022-07-04T14:25:15.677Z] 7013e5bd9d03: Layer already exists [2022-07-04T14:25:15.677Z] 1057e06e5eb0: Layer already exists [2022-07-04T14:25:15.677Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:15.677Z] 2.2.1-dev.22: digest: sha256:23fc6af649f06c19003f4fd630f781aa2f8317a1c3708743391b5a029557ea47 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:15.993Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:16.304Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:16.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-04T14:25:16.304Z] b5adaf9a86e6: Preparing [2022-07-04T14:25:16.304Z] b5adaf9a86e6: Preparing [2022-07-04T14:25:16.304Z] 0a9f62279af1: Preparing [2022-07-04T14:25:16.304Z] 2960f47e962a: Preparing [2022-07-04T14:25:16.304Z] f4da51b061f3: Preparing [2022-07-04T14:25:16.304Z] 8f812780203b: Preparing [2022-07-04T14:25:16.304Z] 0b53b8895870: Preparing [2022-07-04T14:25:16.304Z] 8f5096000276: Preparing [2022-07-04T14:25:16.304Z] 9e94b2da3dc8: Preparing [2022-07-04T14:25:16.304Z] 7013e5bd9d03: Preparing [2022-07-04T14:25:16.304Z] 1057e06e5eb0: Preparing [2022-07-04T14:25:16.304Z] b541d28bf3b4: Preparing [2022-07-04T14:25:16.304Z] 9e94b2da3dc8: Waiting [2022-07-04T14:25:16.304Z] 7013e5bd9d03: Waiting [2022-07-04T14:25:16.304Z] 1057e06e5eb0: Waiting [2022-07-04T14:25:16.304Z] 0b53b8895870: Waiting [2022-07-04T14:25:16.304Z] 8f5096000276: Waiting [2022-07-04T14:25:16.304Z] b5adaf9a86e6: Layer already exists [2022-07-04T14:25:16.304Z] f4da51b061f3: Layer already exists [2022-07-04T14:25:16.304Z] 0a9f62279af1: Layer already exists [2022-07-04T14:25:16.304Z] 8f812780203b: Layer already exists [2022-07-04T14:25:16.304Z] 2960f47e962a: Layer already exists [2022-07-04T14:25:16.304Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:16.304Z] 9e94b2da3dc8: Layer already exists [2022-07-04T14:25:16.304Z] 8f5096000276: Layer already exists [2022-07-04T14:25:16.304Z] 7013e5bd9d03: Layer already exists [2022-07-04T14:25:16.304Z] 1057e06e5eb0: Layer already exists [2022-07-04T14:25:16.304Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:16.304Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:23fc6af649f06c19003f4fd630f781aa2f8317a1c3708743391b5a029557ea47 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:16.625Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:16.940Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2022-07-04T14:25:16.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-04T14:25:16.940Z] b5adaf9a86e6: Preparing [2022-07-04T14:25:16.940Z] b5adaf9a86e6: Preparing [2022-07-04T14:25:16.940Z] 0a9f62279af1: Preparing [2022-07-04T14:25:16.940Z] 2960f47e962a: Preparing [2022-07-04T14:25:16.940Z] f4da51b061f3: Preparing [2022-07-04T14:25:16.940Z] 8f812780203b: Preparing [2022-07-04T14:25:16.940Z] 0b53b8895870: Preparing [2022-07-04T14:25:16.940Z] 8f5096000276: Preparing [2022-07-04T14:25:16.940Z] 9e94b2da3dc8: Preparing [2022-07-04T14:25:16.940Z] 7013e5bd9d03: Preparing [2022-07-04T14:25:16.940Z] 1057e06e5eb0: Preparing [2022-07-04T14:25:16.940Z] b541d28bf3b4: Preparing [2022-07-04T14:25:16.940Z] 8f5096000276: Waiting [2022-07-04T14:25:16.940Z] 0b53b8895870: Waiting [2022-07-04T14:25:16.940Z] 9e94b2da3dc8: Waiting [2022-07-04T14:25:16.940Z] 7013e5bd9d03: Waiting [2022-07-04T14:25:16.940Z] 1057e06e5eb0: Waiting [2022-07-04T14:25:16.940Z] b541d28bf3b4: Waiting [2022-07-04T14:25:16.940Z] b5adaf9a86e6: Layer already exists [2022-07-04T14:25:16.940Z] 8f812780203b: Layer already exists [2022-07-04T14:25:16.940Z] f4da51b061f3: Layer already exists [2022-07-04T14:25:16.940Z] 2960f47e962a: Layer already exists [2022-07-04T14:25:16.940Z] 0a9f62279af1: Layer already exists [2022-07-04T14:25:16.940Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:16.940Z] 8f5096000276: Layer already exists [2022-07-04T14:25:16.940Z] 1057e06e5eb0: Layer already exists [2022-07-04T14:25:16.940Z] 9e94b2da3dc8: Layer already exists [2022-07-04T14:25:16.940Z] 7013e5bd9d03: Layer already exists [2022-07-04T14:25:16.940Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:16.940Z] main: digest: sha256:23fc6af649f06c19003f4fd630f781aa2f8317a1c3708743391b5a029557ea47 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:25:16.990Z] ===================================================== [Pipeline] echo [2022-07-04T14:25:17.000Z] taggedImages: [2022-07-04T14:25:17.000Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:17.000Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-07-04T14:25:17.000Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.22 [2022-07-04T14:25:17.000Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:17.000Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2022-07-04T14:25:17.021Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2022-07-04T14:25:17.021Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:17.021Z] latest [2022-07-04T14:25:17.021Z] 2.2.1-dev.22 [2022-07-04T14:25:17.021Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:17.021Z] main [2022-07-04T14:25:17.021Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:17.332Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:17.642Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:17.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-04T14:25:17.642Z] 0f249af2fecf: Preparing [2022-07-04T14:25:17.642Z] 43961513eca6: Preparing [2022-07-04T14:25:17.642Z] 3455d31fde10: Preparing [2022-07-04T14:25:17.642Z] 9f58c5ba16e2: Preparing [2022-07-04T14:25:17.642Z] e5fa92dac1bd: Preparing [2022-07-04T14:25:17.642Z] 17d57a7e7550: Preparing [2022-07-04T14:25:17.642Z] 90e0f9bb8b26: Preparing [2022-07-04T14:25:17.642Z] b541d28bf3b4: Preparing [2022-07-04T14:25:17.642Z] 90e0f9bb8b26: Waiting [2022-07-04T14:25:17.642Z] b541d28bf3b4: Waiting [2022-07-04T14:25:17.642Z] 17d57a7e7550: Waiting [2022-07-04T14:25:17.642Z] 0f249af2fecf: Pushed [2022-07-04T14:25:17.642Z] 43961513eca6: Pushed [2022-07-04T14:25:17.642Z] e5fa92dac1bd: Pushed [2022-07-04T14:25:17.642Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:17.903Z] 17d57a7e7550: Pushed [2022-07-04T14:25:18.163Z] 90e0f9bb8b26: Pushed [2022-07-04T14:25:18.736Z] 9f58c5ba16e2: Pushed [2022-07-04T14:25:18.736Z] 3455d31fde10: Pushed [2022-07-04T14:25:18.736Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:37a49dd930c8e55b9662b1894f3674b9628ff370fdb40b60daa49bad53220a2b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:19.318Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:19.627Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-07-04T14:25:19.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-04T14:25:19.627Z] 0f249af2fecf: Preparing [2022-07-04T14:25:19.627Z] 43961513eca6: Preparing [2022-07-04T14:25:19.627Z] 3455d31fde10: Preparing [2022-07-04T14:25:19.627Z] 9f58c5ba16e2: Preparing [2022-07-04T14:25:19.627Z] e5fa92dac1bd: Preparing [2022-07-04T14:25:19.627Z] 17d57a7e7550: Preparing [2022-07-04T14:25:19.627Z] 90e0f9bb8b26: Preparing [2022-07-04T14:25:19.627Z] b541d28bf3b4: Preparing [2022-07-04T14:25:19.627Z] 90e0f9bb8b26: Waiting [2022-07-04T14:25:19.627Z] 17d57a7e7550: Waiting [2022-07-04T14:25:19.627Z] b541d28bf3b4: Waiting [2022-07-04T14:25:19.627Z] e5fa92dac1bd: Layer already exists [2022-07-04T14:25:19.627Z] 3455d31fde10: Layer already exists [2022-07-04T14:25:19.627Z] 43961513eca6: Layer already exists [2022-07-04T14:25:19.627Z] 0f249af2fecf: Layer already exists [2022-07-04T14:25:19.627Z] 9f58c5ba16e2: Layer already exists [2022-07-04T14:25:19.627Z] 17d57a7e7550: Layer already exists [2022-07-04T14:25:19.627Z] 90e0f9bb8b26: Layer already exists [2022-07-04T14:25:19.627Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:19.627Z] latest: digest: sha256:37a49dd930c8e55b9662b1894f3674b9628ff370fdb40b60daa49bad53220a2b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:19.942Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:20.252Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.22 [2022-07-04T14:25:20.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-04T14:25:20.252Z] 0f249af2fecf: Preparing [2022-07-04T14:25:20.252Z] 43961513eca6: Preparing [2022-07-04T14:25:20.252Z] 3455d31fde10: Preparing [2022-07-04T14:25:20.252Z] 9f58c5ba16e2: Preparing [2022-07-04T14:25:20.252Z] e5fa92dac1bd: Preparing [2022-07-04T14:25:20.252Z] 17d57a7e7550: Preparing [2022-07-04T14:25:20.252Z] 90e0f9bb8b26: Preparing [2022-07-04T14:25:20.252Z] b541d28bf3b4: Preparing [2022-07-04T14:25:20.252Z] 17d57a7e7550: Waiting [2022-07-04T14:25:20.252Z] 90e0f9bb8b26: Waiting [2022-07-04T14:25:20.252Z] b541d28bf3b4: Waiting [2022-07-04T14:25:20.252Z] e5fa92dac1bd: Layer already exists [2022-07-04T14:25:20.252Z] 9f58c5ba16e2: Layer already exists [2022-07-04T14:25:20.252Z] 3455d31fde10: Layer already exists [2022-07-04T14:25:20.252Z] 0f249af2fecf: Layer already exists [2022-07-04T14:25:20.252Z] 43961513eca6: Layer already exists [2022-07-04T14:25:20.252Z] 17d57a7e7550: Layer already exists [2022-07-04T14:25:20.252Z] 90e0f9bb8b26: Layer already exists [2022-07-04T14:25:20.252Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:20.252Z] 2.2.1-dev.22: digest: sha256:37a49dd930c8e55b9662b1894f3674b9628ff370fdb40b60daa49bad53220a2b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:20.572Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:20.890Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:20.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-04T14:25:20.890Z] 0f249af2fecf: Preparing [2022-07-04T14:25:20.890Z] 43961513eca6: Preparing [2022-07-04T14:25:20.890Z] 3455d31fde10: Preparing [2022-07-04T14:25:20.890Z] 9f58c5ba16e2: Preparing [2022-07-04T14:25:20.890Z] e5fa92dac1bd: Preparing [2022-07-04T14:25:20.890Z] 17d57a7e7550: Preparing [2022-07-04T14:25:20.890Z] 90e0f9bb8b26: Preparing [2022-07-04T14:25:20.890Z] b541d28bf3b4: Preparing [2022-07-04T14:25:20.890Z] 17d57a7e7550: Waiting [2022-07-04T14:25:20.890Z] 90e0f9bb8b26: Waiting [2022-07-04T14:25:20.890Z] b541d28bf3b4: Waiting [2022-07-04T14:25:20.890Z] 3455d31fde10: Layer already exists [2022-07-04T14:25:20.890Z] e5fa92dac1bd: Layer already exists [2022-07-04T14:25:20.890Z] 43961513eca6: Layer already exists [2022-07-04T14:25:20.890Z] 0f249af2fecf: Layer already exists [2022-07-04T14:25:20.890Z] 9f58c5ba16e2: Layer already exists [2022-07-04T14:25:20.890Z] 17d57a7e7550: Layer already exists [2022-07-04T14:25:20.890Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:20.890Z] 90e0f9bb8b26: Layer already exists [2022-07-04T14:25:20.890Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:37a49dd930c8e55b9662b1894f3674b9628ff370fdb40b60daa49bad53220a2b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:21.211Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:21.529Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2022-07-04T14:25:21.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-04T14:25:21.529Z] 0f249af2fecf: Preparing [2022-07-04T14:25:21.529Z] 43961513eca6: Preparing [2022-07-04T14:25:21.529Z] 3455d31fde10: Preparing [2022-07-04T14:25:21.529Z] 9f58c5ba16e2: Preparing [2022-07-04T14:25:21.529Z] e5fa92dac1bd: Preparing [2022-07-04T14:25:21.529Z] 17d57a7e7550: Preparing [2022-07-04T14:25:21.529Z] 90e0f9bb8b26: Preparing [2022-07-04T14:25:21.529Z] b541d28bf3b4: Preparing [2022-07-04T14:25:21.529Z] 17d57a7e7550: Waiting [2022-07-04T14:25:21.529Z] 90e0f9bb8b26: Waiting [2022-07-04T14:25:21.529Z] b541d28bf3b4: Waiting [2022-07-04T14:25:21.529Z] 0f249af2fecf: Layer already exists [2022-07-04T14:25:21.529Z] 3455d31fde10: Layer already exists [2022-07-04T14:25:21.529Z] 9f58c5ba16e2: Layer already exists [2022-07-04T14:25:21.529Z] 43961513eca6: Layer already exists [2022-07-04T14:25:21.529Z] e5fa92dac1bd: Layer already exists [2022-07-04T14:25:21.529Z] 17d57a7e7550: Layer already exists [2022-07-04T14:25:21.529Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:21.529Z] 90e0f9bb8b26: Layer already exists [2022-07-04T14:25:21.529Z] main: digest: sha256:37a49dd930c8e55b9662b1894f3674b9628ff370fdb40b60daa49bad53220a2b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:25:21.588Z] ===================================================== [Pipeline] echo [2022-07-04T14:25:21.597Z] taggedImages: [2022-07-04T14:25:21.597Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:21.597Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-07-04T14:25:21.597Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.22 [2022-07-04T14:25:21.597Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:21.597Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2022-07-04T14:25:21.625Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2022-07-04T14:25:21.625Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:21.625Z] latest [2022-07-04T14:25:21.625Z] 2.2.1-dev.22 [2022-07-04T14:25:21.625Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:21.625Z] main [2022-07-04T14:25:21.625Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:21.944Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:22.255Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:22.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-04T14:25:22.255Z] 64d244df091a: Preparing [2022-07-04T14:25:22.255Z] e12e54822b82: Preparing [2022-07-04T14:25:22.255Z] bb34e6e38d6d: Preparing [2022-07-04T14:25:22.255Z] 5ec80145add3: Preparing [2022-07-04T14:25:22.255Z] 89f045d0ef06: Preparing [2022-07-04T14:25:22.255Z] ee895e853f2a: Preparing [2022-07-04T14:25:22.255Z] 5116e566d0b4: Preparing [2022-07-04T14:25:22.255Z] bade34f275ce: Preparing [2022-07-04T14:25:22.255Z] 96957d88cfb7: Preparing [2022-07-04T14:25:22.255Z] b541d28bf3b4: Preparing [2022-07-04T14:25:22.255Z] 5116e566d0b4: Waiting [2022-07-04T14:25:22.255Z] bade34f275ce: Waiting [2022-07-04T14:25:22.255Z] 96957d88cfb7: Waiting [2022-07-04T14:25:22.255Z] b541d28bf3b4: Waiting [2022-07-04T14:25:22.255Z] ee895e853f2a: Waiting [2022-07-04T14:25:22.255Z] 89f045d0ef06: Pushed [2022-07-04T14:25:22.255Z] e12e54822b82: Pushed [2022-07-04T14:25:22.255Z] 64d244df091a: Pushed [2022-07-04T14:25:22.515Z] 5116e566d0b4: Pushed [2022-07-04T14:25:22.515Z] ee895e853f2a: Pushed [2022-07-04T14:25:22.515Z] bade34f275ce: Pushed [2022-07-04T14:25:22.515Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:22.515Z] 96957d88cfb7: Pushed [2022-07-04T14:25:22.598Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:25:22.598Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:25:22.598Z] ---> 449e3314755a [2022-07-04T14:25:22.598Z] Step 3/25 : WORKDIR /edgex-go [2022-07-04T14:25:22.598Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:25:22.598Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:25:22.598Z] ---> 449e3314755a [2022-07-04T14:25:22.598Z] Step 3/25 : WORKDIR /edgex-go [2022-07-04T14:25:22.598Z] ---> Running in 4ad599502883 [2022-07-04T14:25:22.598Z] ---> Running in 37fe2bf8a2bd [2022-07-04T14:25:22.598Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:25:22.598Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:25:22.598Z] ---> 449e3314755a [2022-07-04T14:25:22.598Z] Step 3/22 : WORKDIR /edgex-go [2022-07-04T14:25:22.598Z] ---> Running in fc57b21d39e7 [2022-07-04T14:25:22.598Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:25:22.598Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:25:22.598Z] ---> 449e3314755a [2022-07-04T14:25:22.598Z] Step 3/23 : WORKDIR /edgex-go [2022-07-04T14:25:22.598Z] ---> Running in b2b66f414abe [2022-07-04T14:25:22.598Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:25:22.598Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:25:22.598Z] ---> 449e3314755a [2022-07-04T14:25:22.598Z] Step 3/26 : WORKDIR /edgex-go [2022-07-04T14:25:22.598Z] ---> Running in 42d1d577e8f9 [2022-07-04T14:25:22.598Z] Removing intermediate container 4ad599502883 [2022-07-04T14:25:22.598Z] ---> 54f4f7b78f7c [2022-07-04T14:25:22.598Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:25:22.598Z] Removing intermediate container 37fe2bf8a2bd [2022-07-04T14:25:22.598Z] ---> ebe5552174e2 [2022-07-04T14:25:22.598Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:25:22.598Z] Removing intermediate container b2b66f414abe [2022-07-04T14:25:22.598Z] ---> 76bfd2c40f49 [2022-07-04T14:25:22.598Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:25:22.598Z] Removing intermediate container fc57b21d39e7 [2022-07-04T14:25:22.598Z] ---> 8f2528c0398e [2022-07-04T14:25:22.598Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:25:22.598Z] ---> Running in 2436214df9e9 [2022-07-04T14:25:22.598Z] ---> Running in 61d2f3d1299a [2022-07-04T14:25:22.598Z] ---> Running in f3c9399cda38 [2022-07-04T14:25:22.598Z] Removing intermediate container 42d1d577e8f9 [2022-07-04T14:25:22.598Z] ---> c054bbe748b3 [2022-07-04T14:25:22.598Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:25:22.598Z] ---> Running in 4e3407b2ec55 [2022-07-04T14:25:22.598Z] ---> Running in 501778a9b45d [2022-07-04T14:25:23.455Z] 5ec80145add3: Pushed [2022-07-04T14:25:23.715Z] bb34e6e38d6d: Pushed [2022-07-04T14:25:23.715Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:e2b77342c29fd066cb236ed6cfc825d6315565ed132d5bb48bce1d41e6480d1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:24.075Z] Removing intermediate container f3c9399cda38 [2022-07-04T14:25:24.075Z] ---> f479b0cb5a8c [2022-07-04T14:25:24.075Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-04T14:25:24.075Z] ---> Running in 42344fb7b0d0 [2022-07-04T14:25:24.075Z] Removing intermediate container 2436214df9e9 [2022-07-04T14:25:24.075Z] ---> 23fd52bb1c07 [2022-07-04T14:25:24.075Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-04T14:25:24.084Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:24.349Z] ---> Running in b0cad4abc675 [2022-07-04T14:25:24.349Z] Removing intermediate container 61d2f3d1299a [2022-07-04T14:25:24.349Z] ---> 232c9271c78e [2022-07-04T14:25:24.349Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-04T14:25:24.402Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-07-04T14:25:24.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-04T14:25:24.402Z] 64d244df091a: Preparing [2022-07-04T14:25:24.402Z] e12e54822b82: Preparing [2022-07-04T14:25:24.402Z] bb34e6e38d6d: Preparing [2022-07-04T14:25:24.402Z] 5ec80145add3: Preparing [2022-07-04T14:25:24.402Z] 89f045d0ef06: Preparing [2022-07-04T14:25:24.402Z] ee895e853f2a: Preparing [2022-07-04T14:25:24.402Z] 5116e566d0b4: Preparing [2022-07-04T14:25:24.402Z] bade34f275ce: Preparing [2022-07-04T14:25:24.402Z] 96957d88cfb7: Preparing [2022-07-04T14:25:24.402Z] b541d28bf3b4: Preparing [2022-07-04T14:25:24.402Z] 5116e566d0b4: Waiting [2022-07-04T14:25:24.402Z] bade34f275ce: Waiting [2022-07-04T14:25:24.402Z] 96957d88cfb7: Waiting [2022-07-04T14:25:24.402Z] b541d28bf3b4: Waiting [2022-07-04T14:25:24.402Z] ee895e853f2a: Waiting [2022-07-04T14:25:24.402Z] e12e54822b82: Layer already exists [2022-07-04T14:25:24.402Z] 5ec80145add3: Layer already exists [2022-07-04T14:25:24.402Z] bb34e6e38d6d: Layer already exists [2022-07-04T14:25:24.402Z] 64d244df091a: Layer already exists [2022-07-04T14:25:24.402Z] 89f045d0ef06: Layer already exists [2022-07-04T14:25:24.402Z] 5116e566d0b4: Layer already exists [2022-07-04T14:25:24.402Z] bade34f275ce: Layer already exists [2022-07-04T14:25:24.402Z] ee895e853f2a: Layer already exists [2022-07-04T14:25:24.402Z] 96957d88cfb7: Layer already exists [2022-07-04T14:25:24.402Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:24.402Z] latest: digest: sha256:e2b77342c29fd066cb236ed6cfc825d6315565ed132d5bb48bce1d41e6480d1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:24.622Z] ---> Running in e9ef4b7cea4a [2022-07-04T14:25:24.715Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:24.906Z] Removing intermediate container 4e3407b2ec55 [2022-07-04T14:25:24.906Z] ---> 4a419509e142 [2022-07-04T14:25:24.906Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-04T14:25:25.030Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.22 [2022-07-04T14:25:25.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-04T14:25:25.030Z] 64d244df091a: Preparing [2022-07-04T14:25:25.030Z] e12e54822b82: Preparing [2022-07-04T14:25:25.030Z] bb34e6e38d6d: Preparing [2022-07-04T14:25:25.030Z] 5ec80145add3: Preparing [2022-07-04T14:25:25.030Z] 89f045d0ef06: Preparing [2022-07-04T14:25:25.030Z] ee895e853f2a: Preparing [2022-07-04T14:25:25.030Z] 5116e566d0b4: Preparing [2022-07-04T14:25:25.030Z] bade34f275ce: Preparing [2022-07-04T14:25:25.030Z] 96957d88cfb7: Preparing [2022-07-04T14:25:25.030Z] b541d28bf3b4: Preparing [2022-07-04T14:25:25.030Z] ee895e853f2a: Waiting [2022-07-04T14:25:25.030Z] 5116e566d0b4: Waiting [2022-07-04T14:25:25.030Z] bade34f275ce: Waiting [2022-07-04T14:25:25.030Z] 96957d88cfb7: Waiting [2022-07-04T14:25:25.030Z] b541d28bf3b4: Waiting [2022-07-04T14:25:25.030Z] e12e54822b82: Layer already exists [2022-07-04T14:25:25.030Z] 89f045d0ef06: Layer already exists [2022-07-04T14:25:25.030Z] 5ec80145add3: Layer already exists [2022-07-04T14:25:25.030Z] bb34e6e38d6d: Layer already exists [2022-07-04T14:25:25.030Z] 64d244df091a: Layer already exists [2022-07-04T14:25:25.030Z] ee895e853f2a: Layer already exists [2022-07-04T14:25:25.030Z] bade34f275ce: Layer already exists [2022-07-04T14:25:25.030Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:25.030Z] 5116e566d0b4: Layer already exists [2022-07-04T14:25:25.030Z] 96957d88cfb7: Layer already exists [2022-07-04T14:25:25.030Z] 2.2.1-dev.22: digest: sha256:e2b77342c29fd066cb236ed6cfc825d6315565ed132d5bb48bce1d41e6480d1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:25.201Z] Removing intermediate container 501778a9b45d [2022-07-04T14:25:25.201Z] ---> 5a99e8ad9bc4 [2022-07-04T14:25:25.201Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-04T14:25:25.201Z] ---> Running in 07cee4c24ddf [2022-07-04T14:25:25.201Z] ---> Running in 75a876044693 [2022-07-04T14:25:25.362Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:25.674Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:25.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-04T14:25:25.674Z] 64d244df091a: Preparing [2022-07-04T14:25:25.674Z] e12e54822b82: Preparing [2022-07-04T14:25:25.674Z] bb34e6e38d6d: Preparing [2022-07-04T14:25:25.674Z] 5ec80145add3: Preparing [2022-07-04T14:25:25.674Z] 89f045d0ef06: Preparing [2022-07-04T14:25:25.674Z] ee895e853f2a: Preparing [2022-07-04T14:25:25.674Z] 5116e566d0b4: Preparing [2022-07-04T14:25:25.674Z] bade34f275ce: Preparing [2022-07-04T14:25:25.674Z] 96957d88cfb7: Preparing [2022-07-04T14:25:25.674Z] b541d28bf3b4: Preparing [2022-07-04T14:25:25.674Z] 5116e566d0b4: Waiting [2022-07-04T14:25:25.674Z] 96957d88cfb7: Waiting [2022-07-04T14:25:25.674Z] b541d28bf3b4: Waiting [2022-07-04T14:25:25.674Z] bade34f275ce: Waiting [2022-07-04T14:25:25.674Z] e12e54822b82: Layer already exists [2022-07-04T14:25:25.674Z] bb34e6e38d6d: Layer already exists [2022-07-04T14:25:25.674Z] 89f045d0ef06: Layer already exists [2022-07-04T14:25:25.674Z] 64d244df091a: Layer already exists [2022-07-04T14:25:25.674Z] 5ec80145add3: Layer already exists [2022-07-04T14:25:25.674Z] ee895e853f2a: Layer already exists [2022-07-04T14:25:25.674Z] 5116e566d0b4: Layer already exists [2022-07-04T14:25:25.674Z] 96957d88cfb7: Layer already exists [2022-07-04T14:25:25.674Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:25.674Z] bade34f275ce: Layer already exists [2022-07-04T14:25:25.674Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:e2b77342c29fd066cb236ed6cfc825d6315565ed132d5bb48bce1d41e6480d1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:25.987Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:26.301Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2022-07-04T14:25:26.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-04T14:25:26.301Z] 64d244df091a: Preparing [2022-07-04T14:25:26.301Z] e12e54822b82: Preparing [2022-07-04T14:25:26.301Z] bb34e6e38d6d: Preparing [2022-07-04T14:25:26.301Z] 5ec80145add3: Preparing [2022-07-04T14:25:26.301Z] 89f045d0ef06: Preparing [2022-07-04T14:25:26.301Z] ee895e853f2a: Preparing [2022-07-04T14:25:26.301Z] 5116e566d0b4: Preparing [2022-07-04T14:25:26.301Z] bade34f275ce: Preparing [2022-07-04T14:25:26.301Z] 96957d88cfb7: Preparing [2022-07-04T14:25:26.301Z] b541d28bf3b4: Preparing [2022-07-04T14:25:26.301Z] 5116e566d0b4: Waiting [2022-07-04T14:25:26.301Z] bade34f275ce: Waiting [2022-07-04T14:25:26.301Z] b541d28bf3b4: Waiting [2022-07-04T14:25:26.301Z] e12e54822b82: Layer already exists [2022-07-04T14:25:26.301Z] 64d244df091a: Layer already exists [2022-07-04T14:25:26.301Z] bb34e6e38d6d: Layer already exists [2022-07-04T14:25:26.301Z] 5ec80145add3: Layer already exists [2022-07-04T14:25:26.301Z] 89f045d0ef06: Layer already exists [2022-07-04T14:25:26.301Z] ee895e853f2a: Layer already exists [2022-07-04T14:25:26.301Z] 5116e566d0b4: Layer already exists [2022-07-04T14:25:26.301Z] bade34f275ce: Layer already exists [2022-07-04T14:25:26.301Z] b541d28bf3b4: Layer already exists [2022-07-04T14:25:26.301Z] 96957d88cfb7: Layer already exists [2022-07-04T14:25:26.301Z] main: digest: sha256:e2b77342c29fd066cb236ed6cfc825d6315565ed132d5bb48bce1d41e6480d1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:25:26.348Z] ===================================================== [Pipeline] echo [2022-07-04T14:25:26.357Z] taggedImages: [2022-07-04T14:25:26.357Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:26.357Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-07-04T14:25:26.357Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.22 [2022-07-04T14:25:26.357Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:26.357Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2022-07-04T14:25:26.380Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2022-07-04T14:25:26.380Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:26.380Z] latest [2022-07-04T14:25:26.380Z] 2.2.1-dev.22 [2022-07-04T14:25:26.380Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:26.380Z] main [2022-07-04T14:25:26.380Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:26.656Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:25:26.656Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:25:26.712Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:26.931Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:25:26.931Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:25:26.931Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:25:27.018Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:27.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-04T14:25:27.018Z] 53188b9bf75d: Preparing [2022-07-04T14:25:27.018Z] 45adc3949654: Preparing [2022-07-04T14:25:27.018Z] 0b53b8895870: Preparing [2022-07-04T14:25:27.018Z] 11f879640203: Preparing [2022-07-04T14:25:27.018Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:27.018Z] 4fc242d58285: Preparing [2022-07-04T14:25:27.018Z] 4fc242d58285: Waiting [2022-07-04T14:25:27.018Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:27.018Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:27.018Z] 53188b9bf75d: Pushed [2022-07-04T14:25:27.018Z] 5bb4efaf48c7: Pushed [2022-07-04T14:25:27.531Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:25:27.531Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:25:27.587Z] 11f879640203: Pushed [2022-07-04T14:25:27.811Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:25:28.092Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:25:28.092Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:25:28.701Z] OK: 220 MiB in 52 packages [2022-07-04T14:25:28.701Z] OK: 220 MiB in 52 packages [2022-07-04T14:25:28.970Z] 45adc3949654: Pushed [2022-07-04T14:25:28.970Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:9b45bc855fbcc3da23af9374ecef0a8e5ac85e29d18f9452d07289b8cfe49bcb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:29.289Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [2022-07-04T14:25:29.310Z] OK: 220 MiB in 52 packages [2022-07-04T14:25:29.311Z] OK: 220 MiB in 52 packages [2022-07-04T14:25:29.311Z] OK: 220 MiB in 52 packages [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:29.604Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-07-04T14:25:29.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-04T14:25:29.605Z] 53188b9bf75d: Preparing [2022-07-04T14:25:29.605Z] 45adc3949654: Preparing [2022-07-04T14:25:29.605Z] 0b53b8895870: Preparing [2022-07-04T14:25:29.605Z] 11f879640203: Preparing [2022-07-04T14:25:29.605Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:29.605Z] 4fc242d58285: Preparing [2022-07-04T14:25:29.605Z] 4fc242d58285: Waiting [2022-07-04T14:25:29.605Z] 53188b9bf75d: Layer already exists [2022-07-04T14:25:29.605Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:29.605Z] 45adc3949654: Layer already exists [2022-07-04T14:25:29.605Z] 11f879640203: Layer already exists [2022-07-04T14:25:29.605Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:29.605Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:29.605Z] latest: digest: sha256:9b45bc855fbcc3da23af9374ecef0a8e5ac85e29d18f9452d07289b8cfe49bcb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:29.925Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:30.233Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.22 [2022-07-04T14:25:30.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-04T14:25:30.233Z] 53188b9bf75d: Preparing [2022-07-04T14:25:30.233Z] 45adc3949654: Preparing [2022-07-04T14:25:30.233Z] 0b53b8895870: Preparing [2022-07-04T14:25:30.233Z] 11f879640203: Preparing [2022-07-04T14:25:30.233Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:30.233Z] 4fc242d58285: Preparing [2022-07-04T14:25:30.233Z] 45adc3949654: Layer already exists [2022-07-04T14:25:30.233Z] 11f879640203: Layer already exists [2022-07-04T14:25:30.233Z] 53188b9bf75d: Layer already exists [2022-07-04T14:25:30.233Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:30.233Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:30.233Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:30.233Z] 2.2.1-dev.22: digest: sha256:9b45bc855fbcc3da23af9374ecef0a8e5ac85e29d18f9452d07289b8cfe49bcb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:30.555Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:30.789Z] Removing intermediate container 42344fb7b0d0 [2022-07-04T14:25:30.789Z] ---> 4bbabf95a804 [2022-07-04T14:25:30.789Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-04T14:25:30.789Z] Removing intermediate container b0cad4abc675 [2022-07-04T14:25:30.789Z] ---> b917e4369118 [2022-07-04T14:25:30.789Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-04T14:25:30.789Z] Removing intermediate container 75a876044693 [2022-07-04T14:25:30.789Z] ---> da64e4c6d11e [2022-07-04T14:25:30.789Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-04T14:25:30.867Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:30.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-04T14:25:30.867Z] 53188b9bf75d: Preparing [2022-07-04T14:25:30.867Z] 45adc3949654: Preparing [2022-07-04T14:25:30.867Z] 0b53b8895870: Preparing [2022-07-04T14:25:30.867Z] 11f879640203: Preparing [2022-07-04T14:25:30.867Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:30.867Z] 4fc242d58285: Preparing [2022-07-04T14:25:30.867Z] 4fc242d58285: Waiting [2022-07-04T14:25:30.867Z] 53188b9bf75d: Layer already exists [2022-07-04T14:25:30.867Z] 11f879640203: Layer already exists [2022-07-04T14:25:30.867Z] 45adc3949654: Layer already exists [2022-07-04T14:25:30.867Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:30.867Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:30.867Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:30.867Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:9b45bc855fbcc3da23af9374ecef0a8e5ac85e29d18f9452d07289b8cfe49bcb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:31.072Z] Removing intermediate container 07cee4c24ddf [2022-07-04T14:25:31.072Z] ---> bf7f1154ce71 [2022-07-04T14:25:31.072Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-04T14:25:31.072Z] Removing intermediate container e9ef4b7cea4a [2022-07-04T14:25:31.072Z] ---> 4a74fd73ae0c [2022-07-04T14:25:31.182Z] + 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 [2022-07-04T14:25:31.347Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-04T14:25:31.496Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2022-07-04T14:25:31.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-04T14:25:31.496Z] 53188b9bf75d: Preparing [2022-07-04T14:25:31.496Z] 45adc3949654: Preparing [2022-07-04T14:25:31.496Z] 0b53b8895870: Preparing [2022-07-04T14:25:31.496Z] 11f879640203: Preparing [2022-07-04T14:25:31.496Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:31.496Z] 4fc242d58285: Preparing [2022-07-04T14:25:31.496Z] 4fc242d58285: Waiting [2022-07-04T14:25:31.496Z] 11f879640203: Layer already exists [2022-07-04T14:25:31.496Z] 0b53b8895870: Layer already exists [2022-07-04T14:25:31.496Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:31.496Z] 53188b9bf75d: Layer already exists [2022-07-04T14:25:31.496Z] 45adc3949654: Layer already exists [2022-07-04T14:25:31.496Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:31.496Z] main: digest: sha256:9b45bc855fbcc3da23af9374ecef0a8e5ac85e29d18f9452d07289b8cfe49bcb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:25:31.546Z] ===================================================== [Pipeline] echo [2022-07-04T14:25:31.554Z] taggedImages: [2022-07-04T14:25:31.555Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:31.555Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-07-04T14:25:31.555Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.22 [2022-07-04T14:25:31.555Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:31.555Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2022-07-04T14:25:31.577Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2022-07-04T14:25:31.577Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:31.577Z] latest [2022-07-04T14:25:31.577Z] 2.2.1-dev.22 [2022-07-04T14:25:31.577Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:31.577Z] main [2022-07-04T14:25:31.577Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:31.640Z] ---> b8e573d9555c [2022-07-04T14:25:31.640Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:25:31.886Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:31.940Z] ---> Running in 20d92762919d [2022-07-04T14:25:31.940Z] ---> 4e2ceddc0b30 [2022-07-04T14:25:31.940Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:25:32.203Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:32.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-04T14:25:32.203Z] 1662e390be45: Preparing [2022-07-04T14:25:32.203Z] 124017417278: Preparing [2022-07-04T14:25:32.203Z] 227c3a0eb210: Preparing [2022-07-04T14:25:32.203Z] 8096aef7b5b9: Preparing [2022-07-04T14:25:32.203Z] c57183c0387a: Preparing [2022-07-04T14:25:32.203Z] d0b367155338: Preparing [2022-07-04T14:25:32.203Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:32.203Z] 4fc242d58285: Preparing [2022-07-04T14:25:32.203Z] d0b367155338: Waiting [2022-07-04T14:25:32.203Z] 5bb4efaf48c7: Waiting [2022-07-04T14:25:32.203Z] 4fc242d58285: Waiting [2022-07-04T14:25:32.203Z] 124017417278: Pushed [2022-07-04T14:25:32.203Z] 227c3a0eb210: Pushed [2022-07-04T14:25:32.203Z] 1662e390be45: Pushed [2022-07-04T14:25:32.203Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:32.203Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:32.227Z] ---> Running in b18fa387493f [2022-07-04T14:25:32.504Z] ---> a4fc254b7cac [2022-07-04T14:25:32.504Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:25:32.504Z] ---> Running in 6901869c01c1 [2022-07-04T14:25:32.770Z] d0b367155338: Pushed [2022-07-04T14:25:32.782Z] ---> 2b437d09ac5d [2022-07-04T14:25:32.782Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:25:32.782Z] ---> 7f95ea1f42ab [2022-07-04T14:25:32.782Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:25:32.782Z] ---> Running in b586ec4ec778 [2022-07-04T14:25:33.058Z] ---> Running in 40866b0faed8 [2022-07-04T14:25:36.060Z] c57183c0387a: Pushed [2022-07-04T14:25:37.433Z] Removing intermediate container b18fa387493f [2022-07-04T14:25:37.433Z] ---> f4d4e49b265f [2022-07-04T14:25:37.433Z] Step 8/25 : COPY . . [2022-07-04T14:25:38.035Z] Removing intermediate container 20d92762919d [2022-07-04T14:25:38.035Z] ---> ef6e7ec71db7 [2022-07-04T14:25:38.035Z] Step 8/25 : COPY . . [2022-07-04T14:25:38.602Z] 8096aef7b5b9: Pushed [2022-07-04T14:25:38.602Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:44409c33d01027c89316535658c2dd6ec3e225df153c50f6d9953e17e44a4a92 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2022-07-04T14:25:38.632Z] Removing intermediate container 6901869c01c1 [2022-07-04T14:25:38.632Z] ---> fd20699c37e6 [2022-07-04T14:25:38.632Z] Step 8/26 : COPY . . [2022-07-04T14:25:38.632Z] Removing intermediate container b586ec4ec778 [2022-07-04T14:25:38.632Z] ---> 28c2fc7258ab [2022-07-04T14:25:38.632Z] Step 8/22 : COPY . . [Pipeline] sh [2022-07-04T14:25:38.904Z] Removing intermediate container 40866b0faed8 [2022-07-04T14:25:38.904Z] ---> e3f3246702b4 [2022-07-04T14:25:38.904Z] Step 8/23 : COPY . . [2022-07-04T14:25:38.915Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:39.235Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-07-04T14:25:39.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-04T14:25:39.235Z] 1662e390be45: Preparing [2022-07-04T14:25:39.235Z] 124017417278: Preparing [2022-07-04T14:25:39.235Z] 227c3a0eb210: Preparing [2022-07-04T14:25:39.235Z] 8096aef7b5b9: Preparing [2022-07-04T14:25:39.235Z] c57183c0387a: Preparing [2022-07-04T14:25:39.235Z] d0b367155338: Preparing [2022-07-04T14:25:39.235Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:39.235Z] 4fc242d58285: Preparing [2022-07-04T14:25:39.235Z] 5bb4efaf48c7: Waiting [2022-07-04T14:25:39.235Z] 4fc242d58285: Waiting [2022-07-04T14:25:39.235Z] 1662e390be45: Layer already exists [2022-07-04T14:25:39.235Z] c57183c0387a: Layer already exists [2022-07-04T14:25:39.235Z] 124017417278: Layer already exists [2022-07-04T14:25:39.235Z] 8096aef7b5b9: Layer already exists [2022-07-04T14:25:39.235Z] 227c3a0eb210: Layer already exists [2022-07-04T14:25:39.235Z] d0b367155338: Layer already exists [2022-07-04T14:25:39.235Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:39.235Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:39.235Z] latest: digest: sha256:44409c33d01027c89316535658c2dd6ec3e225df153c50f6d9953e17e44a4a92 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:39.551Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:39.864Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.22 [2022-07-04T14:25:39.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-04T14:25:39.865Z] 1662e390be45: Preparing [2022-07-04T14:25:39.865Z] 124017417278: Preparing [2022-07-04T14:25:39.865Z] 227c3a0eb210: Preparing [2022-07-04T14:25:39.865Z] 8096aef7b5b9: Preparing [2022-07-04T14:25:39.865Z] c57183c0387a: Preparing [2022-07-04T14:25:39.865Z] d0b367155338: Preparing [2022-07-04T14:25:39.865Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:39.865Z] 4fc242d58285: Preparing [2022-07-04T14:25:39.865Z] d0b367155338: Waiting [2022-07-04T14:25:39.865Z] 5bb4efaf48c7: Waiting [2022-07-04T14:25:39.865Z] 4fc242d58285: Waiting [2022-07-04T14:25:39.865Z] c57183c0387a: Layer already exists [2022-07-04T14:25:39.865Z] 8096aef7b5b9: Layer already exists [2022-07-04T14:25:39.865Z] 227c3a0eb210: Layer already exists [2022-07-04T14:25:39.865Z] 1662e390be45: Layer already exists [2022-07-04T14:25:39.865Z] 124017417278: Layer already exists [2022-07-04T14:25:39.865Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:39.865Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:39.865Z] d0b367155338: Layer already exists [2022-07-04T14:25:39.865Z] 2.2.1-dev.22: digest: sha256:44409c33d01027c89316535658c2dd6ec3e225df153c50f6d9953e17e44a4a92 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:40.181Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:40.485Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:40.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-04T14:25:40.485Z] 1662e390be45: Preparing [2022-07-04T14:25:40.485Z] 124017417278: Preparing [2022-07-04T14:25:40.485Z] 227c3a0eb210: Preparing [2022-07-04T14:25:40.485Z] 8096aef7b5b9: Preparing [2022-07-04T14:25:40.485Z] c57183c0387a: Preparing [2022-07-04T14:25:40.485Z] d0b367155338: Preparing [2022-07-04T14:25:40.485Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:40.485Z] 4fc242d58285: Preparing [2022-07-04T14:25:40.485Z] d0b367155338: Waiting [2022-07-04T14:25:40.485Z] 5bb4efaf48c7: Waiting [2022-07-04T14:25:40.485Z] 4fc242d58285: Waiting [2022-07-04T14:25:40.485Z] 124017417278: Layer already exists [2022-07-04T14:25:40.485Z] 227c3a0eb210: Layer already exists [2022-07-04T14:25:40.485Z] 8096aef7b5b9: Layer already exists [2022-07-04T14:25:40.485Z] 1662e390be45: Layer already exists [2022-07-04T14:25:40.485Z] c57183c0387a: Layer already exists [2022-07-04T14:25:40.485Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:40.485Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:40.485Z] d0b367155338: Layer already exists [2022-07-04T14:25:40.485Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:44409c33d01027c89316535658c2dd6ec3e225df153c50f6d9953e17e44a4a92 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:40.805Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:41.121Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2022-07-04T14:25:41.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-04T14:25:41.121Z] 1662e390be45: Preparing [2022-07-04T14:25:41.121Z] 124017417278: Preparing [2022-07-04T14:25:41.121Z] 227c3a0eb210: Preparing [2022-07-04T14:25:41.121Z] 8096aef7b5b9: Preparing [2022-07-04T14:25:41.121Z] c57183c0387a: Preparing [2022-07-04T14:25:41.121Z] d0b367155338: Preparing [2022-07-04T14:25:41.121Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:41.121Z] 4fc242d58285: Preparing [2022-07-04T14:25:41.121Z] d0b367155338: Waiting [2022-07-04T14:25:41.121Z] 4fc242d58285: Waiting [2022-07-04T14:25:41.121Z] 5bb4efaf48c7: Waiting [2022-07-04T14:25:41.121Z] 227c3a0eb210: Layer already exists [2022-07-04T14:25:41.121Z] c57183c0387a: Layer already exists [2022-07-04T14:25:41.121Z] 124017417278: Layer already exists [2022-07-04T14:25:41.121Z] 8096aef7b5b9: Layer already exists [2022-07-04T14:25:41.121Z] 1662e390be45: Layer already exists [2022-07-04T14:25:41.121Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:41.121Z] d0b367155338: Layer already exists [2022-07-04T14:25:41.121Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:41.121Z] main: digest: sha256:44409c33d01027c89316535658c2dd6ec3e225df153c50f6d9953e17e44a4a92 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:25:41.170Z] ===================================================== [Pipeline] echo [2022-07-04T14:25:41.178Z] taggedImages: [2022-07-04T14:25:41.178Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:41.178Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-07-04T14:25:41.178Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.22 [2022-07-04T14:25:41.178Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:41.178Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2022-07-04T14:25:41.203Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2022-07-04T14:25:41.203Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:41.203Z] latest [2022-07-04T14:25:41.203Z] 2.2.1-dev.22 [2022-07-04T14:25:41.203Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:41.203Z] main [2022-07-04T14:25:41.203Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:41.543Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:41.861Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:41.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-04T14:25:41.861Z] 4b3633b25e29: Preparing [2022-07-04T14:25:41.861Z] f44cc5ae6e54: Preparing [2022-07-04T14:25:41.861Z] 834ffa4c5ead: Preparing [2022-07-04T14:25:41.861Z] 51e3c48cb279: Preparing [2022-07-04T14:25:41.861Z] 0a6e47b39b3e: Preparing [2022-07-04T14:25:41.861Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:41.861Z] 4fc242d58285: Preparing [2022-07-04T14:25:41.861Z] 4fc242d58285: Waiting [2022-07-04T14:25:41.861Z] 5bb4efaf48c7: Waiting [2022-07-04T14:25:41.861Z] 834ffa4c5ead: Pushed [2022-07-04T14:25:41.861Z] f44cc5ae6e54: Pushed [2022-07-04T14:25:41.861Z] 4b3633b25e29: Pushed [2022-07-04T14:25:41.861Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:41.861Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:42.123Z] 0a6e47b39b3e: Pushed [2022-07-04T14:25:48.708Z] 51e3c48cb279: Pushed [2022-07-04T14:25:48.708Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:891c9711cb055a424510683d1aaa6ce2fb73cd0aa2f89aea93fffc8689fd4e6a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:49.024Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:49.331Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-07-04T14:25:49.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-04T14:25:49.331Z] 4b3633b25e29: Preparing [2022-07-04T14:25:49.331Z] f44cc5ae6e54: Preparing [2022-07-04T14:25:49.331Z] 834ffa4c5ead: Preparing [2022-07-04T14:25:49.331Z] 51e3c48cb279: Preparing [2022-07-04T14:25:49.331Z] 0a6e47b39b3e: Preparing [2022-07-04T14:25:49.331Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:49.331Z] 4fc242d58285: Preparing [2022-07-04T14:25:49.331Z] 5bb4efaf48c7: Waiting [2022-07-04T14:25:49.331Z] 4fc242d58285: Waiting [2022-07-04T14:25:49.331Z] f44cc5ae6e54: Layer already exists [2022-07-04T14:25:49.331Z] 4b3633b25e29: Layer already exists [2022-07-04T14:25:49.331Z] 0a6e47b39b3e: Layer already exists [2022-07-04T14:25:49.331Z] 834ffa4c5ead: Layer already exists [2022-07-04T14:25:49.331Z] 51e3c48cb279: Layer already exists [2022-07-04T14:25:49.331Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:49.331Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:49.331Z] latest: digest: sha256:891c9711cb055a424510683d1aaa6ce2fb73cd0aa2f89aea93fffc8689fd4e6a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:49.650Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:49.958Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.22 [2022-07-04T14:25:49.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-04T14:25:49.958Z] 4b3633b25e29: Preparing [2022-07-04T14:25:49.958Z] f44cc5ae6e54: Preparing [2022-07-04T14:25:49.958Z] 834ffa4c5ead: Preparing [2022-07-04T14:25:49.958Z] 51e3c48cb279: Preparing [2022-07-04T14:25:49.958Z] 0a6e47b39b3e: Preparing [2022-07-04T14:25:49.958Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:49.958Z] 4fc242d58285: Preparing [2022-07-04T14:25:49.958Z] 5bb4efaf48c7: Waiting [2022-07-04T14:25:49.958Z] 4fc242d58285: Waiting [2022-07-04T14:25:49.958Z] 834ffa4c5ead: Layer already exists [2022-07-04T14:25:49.958Z] 0a6e47b39b3e: Layer already exists [2022-07-04T14:25:49.958Z] 4b3633b25e29: Layer already exists [2022-07-04T14:25:49.958Z] f44cc5ae6e54: Layer already exists [2022-07-04T14:25:49.958Z] 51e3c48cb279: Layer already exists [2022-07-04T14:25:49.958Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:49.958Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:49.958Z] 2.2.1-dev.22: digest: sha256:891c9711cb055a424510683d1aaa6ce2fb73cd0aa2f89aea93fffc8689fd4e6a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:50.276Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:50.653Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:50.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-04T14:25:50.653Z] 4b3633b25e29: Preparing [2022-07-04T14:25:50.653Z] f44cc5ae6e54: Preparing [2022-07-04T14:25:50.653Z] 834ffa4c5ead: Preparing [2022-07-04T14:25:50.653Z] 51e3c48cb279: Preparing [2022-07-04T14:25:50.653Z] 0a6e47b39b3e: Preparing [2022-07-04T14:25:50.653Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:50.653Z] 4fc242d58285: Preparing [2022-07-04T14:25:50.653Z] 4fc242d58285: Waiting [2022-07-04T14:25:50.653Z] 5bb4efaf48c7: Waiting [2022-07-04T14:25:50.653Z] 4b3633b25e29: Layer already exists [2022-07-04T14:25:50.653Z] f44cc5ae6e54: Layer already exists [2022-07-04T14:25:50.653Z] 51e3c48cb279: Layer already exists [2022-07-04T14:25:50.653Z] 834ffa4c5ead: Layer already exists [2022-07-04T14:25:50.653Z] 0a6e47b39b3e: Layer already exists [2022-07-04T14:25:50.653Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:50.653Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:50.653Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:891c9711cb055a424510683d1aaa6ce2fb73cd0aa2f89aea93fffc8689fd4e6a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:50.972Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:51.286Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2022-07-04T14:25:51.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-04T14:25:51.286Z] 4b3633b25e29: Preparing [2022-07-04T14:25:51.286Z] f44cc5ae6e54: Preparing [2022-07-04T14:25:51.286Z] 834ffa4c5ead: Preparing [2022-07-04T14:25:51.286Z] 51e3c48cb279: Preparing [2022-07-04T14:25:51.286Z] 0a6e47b39b3e: Preparing [2022-07-04T14:25:51.286Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:51.286Z] 4fc242d58285: Preparing [2022-07-04T14:25:51.286Z] 5bb4efaf48c7: Waiting [2022-07-04T14:25:51.286Z] 4fc242d58285: Waiting [2022-07-04T14:25:51.286Z] f44cc5ae6e54: Layer already exists [2022-07-04T14:25:51.286Z] 4b3633b25e29: Layer already exists [2022-07-04T14:25:51.286Z] 51e3c48cb279: Layer already exists [2022-07-04T14:25:51.286Z] 0a6e47b39b3e: Layer already exists [2022-07-04T14:25:51.286Z] 834ffa4c5ead: Layer already exists [2022-07-04T14:25:51.286Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:51.286Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:51.286Z] main: digest: sha256:891c9711cb055a424510683d1aaa6ce2fb73cd0aa2f89aea93fffc8689fd4e6a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:25:51.335Z] ===================================================== [Pipeline] echo [2022-07-04T14:25:51.344Z] taggedImages: [2022-07-04T14:25:51.344Z] - nexus3.edgexfoundry.org:10004/security-spire-config:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:51.344Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-07-04T14:25:51.344Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.22 [2022-07-04T14:25:51.344Z] - nexus3.edgexfoundry.org:10004/security-spire-config:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:51.344Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2022-07-04T14:25:51.369Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2022-07-04T14:25:51.369Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:51.369Z] latest [2022-07-04T14:25:51.369Z] 2.2.1-dev.22 [2022-07-04T14:25:51.369Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:25:51.369Z] main [2022-07-04T14:25:51.369Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:51.707Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:52.015Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:25:52.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-04T14:25:52.016Z] 0a20cc5c5baa: Preparing [2022-07-04T14:25:52.016Z] 22f0e1bedb47: Preparing [2022-07-04T14:25:52.016Z] 35641df47db4: Preparing [2022-07-04T14:25:52.016Z] 7052f9024bcd: Preparing [2022-07-04T14:25:52.016Z] 047a392c6d36: Preparing [2022-07-04T14:25:52.016Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:52.016Z] 4fc242d58285: Preparing [2022-07-04T14:25:52.016Z] 5bb4efaf48c7: Waiting [2022-07-04T14:25:52.016Z] 4fc242d58285: Waiting [2022-07-04T14:25:52.016Z] 22f0e1bedb47: Pushed [2022-07-04T14:25:52.016Z] 0a20cc5c5baa: Pushed [2022-07-04T14:25:52.016Z] 35641df47db4: Pushed [2022-07-04T14:25:52.016Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:52.016Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:52.277Z] 047a392c6d36: Pushed [2022-07-04T14:25:54.018Z] ---> 66ea4379f55f [2022-07-04T14:25:54.018Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-04T14:25:54.018Z] ---> 5e8812bc7da7 [2022-07-04T14:25:54.018Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-04T14:25:54.018Z] ---> Running in c777e011a869 [2022-07-04T14:25:54.018Z] ---> f4c180c3a670 [2022-07-04T14:25:54.018Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-04T14:25:54.018Z] ---> 8a9189a66425 [2022-07-04T14:25:54.018Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-04T14:25:54.018Z] ---> Running in bc41566e6bdb [2022-07-04T14:25:54.018Z] ---> Running in d5f1597a406d [2022-07-04T14:25:54.297Z] ---> Running in 34f367372eb9 [2022-07-04T14:25:54.928Z] Removing intermediate container bc41566e6bdb [2022-07-04T14:25:54.928Z] ---> 23c4b6cdd28e [2022-07-04T14:25:54.928Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-04T14:25:54.928Z] ---> 051eeb76aa13 [2022-07-04T14:25:54.928Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-04T14:25:55.220Z] ---> Running in b0657df537e4 [2022-07-04T14:25:55.220Z] Removing intermediate container 34f367372eb9 [2022-07-04T14:25:55.220Z] ---> Running in 89de0e9d31ac [2022-07-04T14:25:55.220Z] ---> 18f30e1772f7 [2022-07-04T14:25:55.220Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-04T14:25:55.497Z] ---> Running in 150ecf704ae3 [2022-07-04T14:25:55.776Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-04T14:25:56.057Z] Removing intermediate container b0657df537e4 [2022-07-04T14:25:56.057Z] ---> 9be09ac50f12 [2022-07-04T14:25:56.057Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-07-04T14:25:56.333Z] ---> Running in a05d2b4a19fb [2022-07-04T14:25:56.333Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-04T14:25:56.333Z] Removing intermediate container 150ecf704ae3 [2022-07-04T14:25:56.333Z] ---> 0e8dcbf51207 [2022-07-04T14:25:56.333Z] 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-07-04T14:25:56.628Z] ---> Running in 4c4d20861d46 [2022-07-04T14:25:57.626Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-04T14:25:58.858Z] 7052f9024bcd: Pushed [2022-07-04T14:25:58.858Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:615b76be349c5f34ff0e3376abe60834cdc5ffca564a9af92dc1791058a47136 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:59.175Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:59.486Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-07-04T14:25:59.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-04T14:25:59.486Z] 0a20cc5c5baa: Preparing [2022-07-04T14:25:59.486Z] 22f0e1bedb47: Preparing [2022-07-04T14:25:59.486Z] 35641df47db4: Preparing [2022-07-04T14:25:59.486Z] 7052f9024bcd: Preparing [2022-07-04T14:25:59.486Z] 047a392c6d36: Preparing [2022-07-04T14:25:59.486Z] 5bb4efaf48c7: Preparing [2022-07-04T14:25:59.486Z] 4fc242d58285: Preparing [2022-07-04T14:25:59.486Z] 5bb4efaf48c7: Waiting [2022-07-04T14:25:59.486Z] 4fc242d58285: Waiting [2022-07-04T14:25:59.486Z] 22f0e1bedb47: Layer already exists [2022-07-04T14:25:59.486Z] 0a20cc5c5baa: Layer already exists [2022-07-04T14:25:59.486Z] 35641df47db4: Layer already exists [2022-07-04T14:25:59.486Z] 047a392c6d36: Layer already exists [2022-07-04T14:25:59.486Z] 7052f9024bcd: Layer already exists [2022-07-04T14:25:59.486Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:25:59.486Z] 4fc242d58285: Layer already exists [2022-07-04T14:25:59.486Z] latest: digest: sha256:615b76be349c5f34ff0e3376abe60834cdc5ffca564a9af92dc1791058a47136 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:25:59.805Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:00.124Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.22 [2022-07-04T14:26:00.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-04T14:26:00.124Z] 0a20cc5c5baa: Preparing [2022-07-04T14:26:00.124Z] 22f0e1bedb47: Preparing [2022-07-04T14:26:00.124Z] 35641df47db4: Preparing [2022-07-04T14:26:00.124Z] 7052f9024bcd: Preparing [2022-07-04T14:26:00.124Z] 047a392c6d36: Preparing [2022-07-04T14:26:00.124Z] 5bb4efaf48c7: Preparing [2022-07-04T14:26:00.124Z] 4fc242d58285: Preparing [2022-07-04T14:26:00.124Z] 4fc242d58285: Waiting [2022-07-04T14:26:00.124Z] 5bb4efaf48c7: Waiting [2022-07-04T14:26:00.124Z] 22f0e1bedb47: Layer already exists [2022-07-04T14:26:00.124Z] 047a392c6d36: Layer already exists [2022-07-04T14:26:00.124Z] 0a20cc5c5baa: Layer already exists [2022-07-04T14:26:00.124Z] 35641df47db4: Layer already exists [2022-07-04T14:26:00.124Z] 7052f9024bcd: Layer already exists [2022-07-04T14:26:00.124Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:26:00.124Z] 4fc242d58285: Layer already exists [2022-07-04T14:26:00.124Z] 2.2.1-dev.22: digest: sha256:615b76be349c5f34ff0e3376abe60834cdc5ffca564a9af92dc1791058a47136 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:00.319Z] Removing intermediate container a05d2b4a19fb [2022-07-04T14:26:00.319Z] ---> b167ce255419 [2022-07-04T14:26:00.319Z] Step 12/25 : WORKDIR /edgex-go [2022-07-04T14:26:00.319Z] ---> Running in 1dff5e006db0 [2022-07-04T14:26:00.447Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:00.618Z] Removing intermediate container 4c4d20861d46 [2022-07-04T14:26:00.618Z] ---> ed4628a850d1 [2022-07-04T14:26:00.618Z] Step 12/26 : WORKDIR /edgex-go [2022-07-04T14:26:00.767Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:26:00.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-04T14:26:00.767Z] 0a20cc5c5baa: Preparing [2022-07-04T14:26:00.767Z] 22f0e1bedb47: Preparing [2022-07-04T14:26:00.767Z] 35641df47db4: Preparing [2022-07-04T14:26:00.767Z] 7052f9024bcd: Preparing [2022-07-04T14:26:00.767Z] 047a392c6d36: Preparing [2022-07-04T14:26:00.767Z] 5bb4efaf48c7: Preparing [2022-07-04T14:26:00.767Z] 4fc242d58285: Preparing [2022-07-04T14:26:00.767Z] 5bb4efaf48c7: Waiting [2022-07-04T14:26:00.767Z] 4fc242d58285: Waiting [2022-07-04T14:26:00.767Z] 0a20cc5c5baa: Layer already exists [2022-07-04T14:26:00.767Z] 047a392c6d36: Layer already exists [2022-07-04T14:26:00.767Z] 7052f9024bcd: Layer already exists [2022-07-04T14:26:00.767Z] 35641df47db4: Layer already exists [2022-07-04T14:26:00.767Z] 22f0e1bedb47: Layer already exists [2022-07-04T14:26:00.767Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:26:00.767Z] 4fc242d58285: Layer already exists [2022-07-04T14:26:00.767Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:615b76be349c5f34ff0e3376abe60834cdc5ffca564a9af92dc1791058a47136 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:00.908Z] ---> Running in 4e410dab5363 [2022-07-04T14:26:01.089Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:01.192Z] Removing intermediate container 1dff5e006db0 [2022-07-04T14:26:01.192Z] ---> cf506dce3349 [2022-07-04T14:26:01.192Z] [2022-07-04T14:26:01.192Z] Step 13/25 : FROM alpine:3.15 [2022-07-04T14:26:01.401Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2022-07-04T14:26:01.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-04T14:26:01.401Z] 0a20cc5c5baa: Preparing [2022-07-04T14:26:01.401Z] 22f0e1bedb47: Preparing [2022-07-04T14:26:01.401Z] 35641df47db4: Preparing [2022-07-04T14:26:01.401Z] 7052f9024bcd: Preparing [2022-07-04T14:26:01.401Z] 047a392c6d36: Preparing [2022-07-04T14:26:01.401Z] 5bb4efaf48c7: Preparing [2022-07-04T14:26:01.401Z] 4fc242d58285: Preparing [2022-07-04T14:26:01.401Z] 5bb4efaf48c7: Waiting [2022-07-04T14:26:01.401Z] 4fc242d58285: Waiting [2022-07-04T14:26:01.401Z] 0a20cc5c5baa: Layer already exists [2022-07-04T14:26:01.401Z] 35641df47db4: Layer already exists [2022-07-04T14:26:01.401Z] 22f0e1bedb47: Layer already exists [2022-07-04T14:26:01.401Z] 7052f9024bcd: Layer already exists [2022-07-04T14:26:01.401Z] 047a392c6d36: Layer already exists [2022-07-04T14:26:01.401Z] 5bb4efaf48c7: Layer already exists [2022-07-04T14:26:01.401Z] 4fc242d58285: Layer already exists [2022-07-04T14:26:01.401Z] main: digest: sha256:615b76be349c5f34ff0e3376abe60834cdc5ffca564a9af92dc1791058a47136 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:26:01.450Z] ===================================================== [Pipeline] echo [2022-07-04T14:26:01.461Z] taggedImages: [2022-07-04T14:26:01.461Z] - nexus3.edgexfoundry.org:10004/security-spire-server:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:26:01.461Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-07-04T14:26:01.461Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.22 [2022-07-04T14:26:01.461Z] - nexus3.edgexfoundry.org:10004/security-spire-server:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:26:01.461Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2022-07-04T14:26:01.469Z] 3.15: Pulling from library/alpine [2022-07-04T14:26:01.469Z] Removing intermediate container 4e410dab5363 [2022-07-04T14:26:01.469Z] ---> 1f3ada9ac7f6 [2022-07-04T14:26:01.469Z] [2022-07-04T14:26:01.469Z] Step 13/26 : FROM alpine:3.15 [Pipeline] echo [2022-07-04T14:26:01.484Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2022-07-04T14:26:01.484Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:26:01.484Z] latest [2022-07-04T14:26:01.484Z] 2.2.1-dev.22 [2022-07-04T14:26:01.484Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:26:01.484Z] main [2022-07-04T14:26:01.484Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:01.749Z] 3.15: Pulling from library/alpine [2022-07-04T14:26:01.807Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:02.121Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:26:02.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-04T14:26:02.121Z] 12716236aa9c: Preparing [2022-07-04T14:26:02.121Z] 75216dd3305a: Preparing [2022-07-04T14:26:02.121Z] 0b53b8895870: Preparing [2022-07-04T14:26:02.121Z] c10d5cac7f9c: Preparing [2022-07-04T14:26:02.121Z] b541d28bf3b4: Preparing [2022-07-04T14:26:02.121Z] b541d28bf3b4: Layer already exists [2022-07-04T14:26:02.121Z] 0b53b8895870: Layer already exists [2022-07-04T14:26:02.121Z] 12716236aa9c: Pushed [2022-07-04T14:26:02.121Z] c10d5cac7f9c: Pushed [2022-07-04T14:26:03.213Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-04T14:26:03.213Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-04T14:26:03.213Z] Status: Downloaded newer image for alpine:3.15 [2022-07-04T14:26:03.213Z] Status: Downloaded newer image for alpine:3.15 [2022-07-04T14:26:03.213Z] ---> 3fb3c9af89a9 [2022-07-04T14:26:03.213Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-04T14:26:03.213Z] ---> 3fb3c9af89a9 [2022-07-04T14:26:03.213Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-04T14:26:03.213Z] ---> Running in 73af270268a6 [2022-07-04T14:26:03.213Z] ---> Running in a5f53fed5438 [2022-07-04T14:26:04.225Z] Removing intermediate container a5f53fed5438 [2022-07-04T14:26:04.225Z] ---> d55064259cf5 [2022-07-04T14:26:04.225Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:26:04.225Z] Removing intermediate container 73af270268a6 [2022-07-04T14:26:04.225Z] ---> c3e441d55089 [2022-07-04T14:26:04.225Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:26:04.225Z] ---> Running in a7c0e24a22a1 [2022-07-04T14:26:04.225Z] ---> Running in 7c941e6e56ce [2022-07-04T14:26:04.659Z] 75216dd3305a: Pushed [2022-07-04T14:26:04.660Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:b58c410303f080f3a15e930047a2310c88eee35827fe4f76aeddb471a0359aa6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:04.979Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:05.292Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-07-04T14:26:05.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-04T14:26:05.293Z] 12716236aa9c: Preparing [2022-07-04T14:26:05.293Z] 75216dd3305a: Preparing [2022-07-04T14:26:05.293Z] 0b53b8895870: Preparing [2022-07-04T14:26:05.293Z] c10d5cac7f9c: Preparing [2022-07-04T14:26:05.293Z] b541d28bf3b4: Preparing [2022-07-04T14:26:05.293Z] 0b53b8895870: Layer already exists [2022-07-04T14:26:05.293Z] 12716236aa9c: Layer already exists [2022-07-04T14:26:05.293Z] b541d28bf3b4: Layer already exists [2022-07-04T14:26:05.293Z] c10d5cac7f9c: Layer already exists [2022-07-04T14:26:05.293Z] 75216dd3305a: Layer already exists [2022-07-04T14:26:05.293Z] latest: digest: sha256:b58c410303f080f3a15e930047a2310c88eee35827fe4f76aeddb471a0359aa6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:05.610Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:05.920Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.22 [2022-07-04T14:26:05.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-04T14:26:05.920Z] 12716236aa9c: Preparing [2022-07-04T14:26:05.920Z] 75216dd3305a: Preparing [2022-07-04T14:26:05.920Z] 0b53b8895870: Preparing [2022-07-04T14:26:05.920Z] c10d5cac7f9c: Preparing [2022-07-04T14:26:05.920Z] b541d28bf3b4: Preparing [2022-07-04T14:26:05.920Z] b541d28bf3b4: Layer already exists [2022-07-04T14:26:05.920Z] 0b53b8895870: Layer already exists [2022-07-04T14:26:05.920Z] 75216dd3305a: Layer already exists [2022-07-04T14:26:05.920Z] 12716236aa9c: Layer already exists [2022-07-04T14:26:05.920Z] c10d5cac7f9c: Layer already exists [2022-07-04T14:26:05.920Z] 2.2.1-dev.22: digest: sha256:b58c410303f080f3a15e930047a2310c88eee35827fe4f76aeddb471a0359aa6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:06.229Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:06.542Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:26:06.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-04T14:26:06.542Z] 12716236aa9c: Preparing [2022-07-04T14:26:06.542Z] 75216dd3305a: Preparing [2022-07-04T14:26:06.542Z] 0b53b8895870: Preparing [2022-07-04T14:26:06.542Z] c10d5cac7f9c: Preparing [2022-07-04T14:26:06.542Z] b541d28bf3b4: Preparing [2022-07-04T14:26:06.542Z] 0b53b8895870: Layer already exists [2022-07-04T14:26:06.542Z] 12716236aa9c: Layer already exists [2022-07-04T14:26:06.542Z] c10d5cac7f9c: Layer already exists [2022-07-04T14:26:06.542Z] 75216dd3305a: Layer already exists [2022-07-04T14:26:06.542Z] b541d28bf3b4: Layer already exists [2022-07-04T14:26:06.542Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:b58c410303f080f3a15e930047a2310c88eee35827fe4f76aeddb471a0359aa6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:06.862Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:07.171Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2022-07-04T14:26:07.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-04T14:26:07.172Z] 12716236aa9c: Preparing [2022-07-04T14:26:07.172Z] 75216dd3305a: Preparing [2022-07-04T14:26:07.172Z] 0b53b8895870: Preparing [2022-07-04T14:26:07.172Z] c10d5cac7f9c: Preparing [2022-07-04T14:26:07.172Z] b541d28bf3b4: Preparing [2022-07-04T14:26:07.172Z] 12716236aa9c: Layer already exists [2022-07-04T14:26:07.172Z] 0b53b8895870: Layer already exists [2022-07-04T14:26:07.172Z] b541d28bf3b4: Layer already exists [2022-07-04T14:26:07.172Z] 75216dd3305a: Layer already exists [2022-07-04T14:26:07.172Z] c10d5cac7f9c: Layer already exists [2022-07-04T14:26:07.172Z] main: digest: sha256:b58c410303f080f3a15e930047a2310c88eee35827fe4f76aeddb471a0359aa6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:26:07.222Z] ===================================================== [Pipeline] echo [2022-07-04T14:26:07.233Z] taggedImages: [2022-07-04T14:26:07.233Z] - nexus3.edgexfoundry.org:10004/support-notifications:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:26:07.233Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-07-04T14:26:07.233Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.22 [2022-07-04T14:26:07.233Z] - nexus3.edgexfoundry.org:10004/support-notifications:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:26:07.233Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2022-07-04T14:26:07.260Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2022-07-04T14:26:07.260Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:26:07.260Z] latest [2022-07-04T14:26:07.260Z] 2.2.1-dev.22 [2022-07-04T14:26:07.260Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:26:07.260Z] main [2022-07-04T14:26:07.260Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:07.571Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:07.882Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:26:07.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-04T14:26:07.882Z] d5e851f17c59: Preparing [2022-07-04T14:26:07.882Z] 617163fab318: Preparing [2022-07-04T14:26:07.882Z] 0b53b8895870: Preparing [2022-07-04T14:26:07.882Z] cddfaba95b15: Preparing [2022-07-04T14:26:07.882Z] b541d28bf3b4: Preparing [2022-07-04T14:26:07.882Z] 0b53b8895870: Layer already exists [2022-07-04T14:26:07.882Z] cddfaba95b15: Layer already exists [2022-07-04T14:26:07.882Z] b541d28bf3b4: Layer already exists [2022-07-04T14:26:07.882Z] d5e851f17c59: Pushed [2022-07-04T14:26:08.566Z] Removing intermediate container 7c941e6e56ce [2022-07-04T14:26:08.566Z] ---> b7c10a6d1f65 [2022-07-04T14:26:08.566Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-04T14:26:08.566Z] ---> Running in d7317c67659d [2022-07-04T14:26:08.566Z] Removing intermediate container a7c0e24a22a1 [2022-07-04T14:26:08.566Z] ---> 233f77466aec [2022-07-04T14:26:08.566Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-04T14:26:08.566Z] ---> Running in 146cd8c128b0 [2022-07-04T14:26:10.425Z] 617163fab318: Pushed [2022-07-04T14:26:10.425Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:3fafed5d6c2db7190d5c1cd5ae20ad2e3fa85f717502a29a12672fe20f15b140 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:10.568Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:26:10.568Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:26:10.745Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:11.057Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-07-04T14:26:11.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-04T14:26:11.058Z] d5e851f17c59: Preparing [2022-07-04T14:26:11.058Z] 617163fab318: Preparing [2022-07-04T14:26:11.058Z] 0b53b8895870: Preparing [2022-07-04T14:26:11.058Z] cddfaba95b15: Preparing [2022-07-04T14:26:11.058Z] b541d28bf3b4: Preparing [2022-07-04T14:26:11.058Z] 617163fab318: Layer already exists [2022-07-04T14:26:11.058Z] b541d28bf3b4: Layer already exists [2022-07-04T14:26:11.058Z] d5e851f17c59: Layer already exists [2022-07-04T14:26:11.058Z] cddfaba95b15: Layer already exists [2022-07-04T14:26:11.058Z] 0b53b8895870: Layer already exists [2022-07-04T14:26:11.058Z] latest: digest: sha256:3fafed5d6c2db7190d5c1cd5ae20ad2e3fa85f717502a29a12672fe20f15b140 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:11.378Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:11.559Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:26:11.559Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:26:11.694Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.22 [2022-07-04T14:26:11.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-04T14:26:11.694Z] d5e851f17c59: Preparing [2022-07-04T14:26:11.694Z] 617163fab318: Preparing [2022-07-04T14:26:11.694Z] 0b53b8895870: Preparing [2022-07-04T14:26:11.694Z] cddfaba95b15: Preparing [2022-07-04T14:26:11.694Z] b541d28bf3b4: Preparing [2022-07-04T14:26:11.694Z] 617163fab318: Layer already exists [2022-07-04T14:26:11.694Z] 0b53b8895870: Layer already exists [2022-07-04T14:26:11.694Z] d5e851f17c59: Layer already exists [2022-07-04T14:26:11.694Z] b541d28bf3b4: Layer already exists [2022-07-04T14:26:11.694Z] cddfaba95b15: Layer already exists [2022-07-04T14:26:11.694Z] 2.2.1-dev.22: digest: sha256:3fafed5d6c2db7190d5c1cd5ae20ad2e3fa85f717502a29a12672fe20f15b140 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:12.014Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:12.322Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:26:12.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-04T14:26:12.322Z] d5e851f17c59: Preparing [2022-07-04T14:26:12.322Z] 617163fab318: Preparing [2022-07-04T14:26:12.322Z] 0b53b8895870: Preparing [2022-07-04T14:26:12.322Z] cddfaba95b15: Preparing [2022-07-04T14:26:12.322Z] b541d28bf3b4: Preparing [2022-07-04T14:26:12.322Z] b541d28bf3b4: Layer already exists [2022-07-04T14:26:12.322Z] 0b53b8895870: Layer already exists [2022-07-04T14:26:12.322Z] d5e851f17c59: Layer already exists [2022-07-04T14:26:12.322Z] cddfaba95b15: Layer already exists [2022-07-04T14:26:12.322Z] 617163fab318: Layer already exists [2022-07-04T14:26:12.322Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:3fafed5d6c2db7190d5c1cd5ae20ad2e3fa85f717502a29a12672fe20f15b140 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:12.548Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-04T14:26:12.548Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-04T14:26:12.548Z] OK: 15736 distinct packages available [2022-07-04T14:26:12.640Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:12.823Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:26:12.823Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-04T14:26:12.823Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-04T14:26:12.823Z] OK: 15736 distinct packages available [2022-07-04T14:26:12.954Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2022-07-04T14:26:12.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-04T14:26:12.954Z] d5e851f17c59: Preparing [2022-07-04T14:26:12.954Z] 617163fab318: Preparing [2022-07-04T14:26:12.954Z] 0b53b8895870: Preparing [2022-07-04T14:26:12.954Z] cddfaba95b15: Preparing [2022-07-04T14:26:12.954Z] b541d28bf3b4: Preparing [2022-07-04T14:26:12.954Z] 0b53b8895870: Layer already exists [2022-07-04T14:26:12.954Z] cddfaba95b15: Layer already exists [2022-07-04T14:26:12.954Z] b541d28bf3b4: Layer already exists [2022-07-04T14:26:12.954Z] d5e851f17c59: Layer already exists [2022-07-04T14:26:12.954Z] 617163fab318: Layer already exists [2022-07-04T14:26:12.954Z] main: digest: sha256:3fafed5d6c2db7190d5c1cd5ae20ad2e3fa85f717502a29a12672fe20f15b140 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:26:13.006Z] ===================================================== [Pipeline] echo [2022-07-04T14:26:13.015Z] taggedImages: [2022-07-04T14:26:13.015Z] - nexus3.edgexfoundry.org:10004/support-scheduler:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:26:13.015Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-07-04T14:26:13.015Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.22 [2022-07-04T14:26:13.015Z] - nexus3.edgexfoundry.org:10004/support-scheduler:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:26:13.015Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2022-07-04T14:26:13.043Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2022-07-04T14:26:13.043Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:26:13.043Z] latest [2022-07-04T14:26:13.043Z] 2.2.1-dev.22 [2022-07-04T14:26:13.043Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:26:13.043Z] main [2022-07-04T14:26:13.043Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:13.103Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:26:13.379Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:13.729Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:26:13.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-04T14:26:13.729Z] 0aaa5dd3c256: Preparing [2022-07-04T14:26:13.729Z] 86aa3d2961ef: Preparing [2022-07-04T14:26:13.729Z] 8e6072c2a667: Preparing [2022-07-04T14:26:13.729Z] 6c1b0efa1b3b: Preparing [2022-07-04T14:26:13.729Z] 52f44be93a46: Preparing [2022-07-04T14:26:13.729Z] 10d82663b225: Preparing [2022-07-04T14:26:13.729Z] f7a7a140f1b3: Preparing [2022-07-04T14:26:13.729Z] 31e69d4774c9: Preparing [2022-07-04T14:26:13.729Z] 7750d494dfbd: Preparing [2022-07-04T14:26:13.729Z] 18708474c90b: Preparing [2022-07-04T14:26:13.729Z] 4fc242d58285: Preparing [2022-07-04T14:26:13.729Z] f7a7a140f1b3: Waiting [2022-07-04T14:26:13.729Z] 31e69d4774c9: Waiting [2022-07-04T14:26:13.729Z] 7750d494dfbd: Waiting [2022-07-04T14:26:13.729Z] 18708474c90b: Waiting [2022-07-04T14:26:13.729Z] 4fc242d58285: Waiting [2022-07-04T14:26:13.729Z] 10d82663b225: Waiting [2022-07-04T14:26:13.729Z] 52f44be93a46: Layer already exists [2022-07-04T14:26:13.729Z] 10d82663b225: Layer already exists [2022-07-04T14:26:13.729Z] f7a7a140f1b3: Layer already exists [2022-07-04T14:26:13.729Z] 31e69d4774c9: Layer already exists [2022-07-04T14:26:13.729Z] 86aa3d2961ef: Pushed [2022-07-04T14:26:13.729Z] 7750d494dfbd: Layer already exists [2022-07-04T14:26:13.729Z] 18708474c90b: Layer already exists [2022-07-04T14:26:13.729Z] 4fc242d58285: Layer already exists [2022-07-04T14:26:14.005Z] 0aaa5dd3c256: Pushed [2022-07-04T14:26:14.093Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:26:14.093Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:26:14.944Z] 8e6072c2a667: Pushed [2022-07-04T14:26:15.080Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-04T14:26:15.080Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-04T14:26:15.080Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-04T14:26:15.357Z] (3/5) Installing libucontext (1.1-r0) [2022-07-04T14:26:15.357Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-04T14:26:15.357Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-04T14:26:15.357Z] (3/4) Installing libucontext (1.1-r0) [2022-07-04T14:26:15.357Z] (5/5) Installing openssl (1.1.1p-r0) [2022-07-04T14:26:15.357Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-04T14:26:15.634Z] Executing busybox-1.34.1-r5.trigger [2022-07-04T14:26:15.634Z] Executing busybox-1.34.1-r5.trigger [2022-07-04T14:26:15.634Z] OK: 6 MiB in 19 packages [2022-07-04T14:26:15.634Z] OK: 6 MiB in 18 packages [2022-07-04T14:26:17.665Z] Removing intermediate container 146cd8c128b0 [2022-07-04T14:26:17.665Z] ---> 470d31f97a22 [2022-07-04T14:26:17.665Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-04T14:26:17.665Z] Removing intermediate container d7317c67659d [2022-07-04T14:26:17.665Z] ---> 71efed6f9413 [2022-07-04T14:26:17.665Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-04T14:26:21.516Z] 6c1b0efa1b3b: Pushed [2022-07-04T14:26:21.516Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:f38db42c117f6ecb8e6b54d39ba0d4f8d8f01e58dcb9ac36d400caf6f7e06426 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:21.835Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:22.152Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-07-04T14:26:22.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-04T14:26:22.152Z] 0aaa5dd3c256: Preparing [2022-07-04T14:26:22.152Z] 86aa3d2961ef: Preparing [2022-07-04T14:26:22.152Z] 8e6072c2a667: Preparing [2022-07-04T14:26:22.152Z] 6c1b0efa1b3b: Preparing [2022-07-04T14:26:22.152Z] 52f44be93a46: Preparing [2022-07-04T14:26:22.152Z] 10d82663b225: Preparing [2022-07-04T14:26:22.152Z] f7a7a140f1b3: Preparing [2022-07-04T14:26:22.152Z] 31e69d4774c9: Preparing [2022-07-04T14:26:22.152Z] 7750d494dfbd: Preparing [2022-07-04T14:26:22.152Z] 18708474c90b: Preparing [2022-07-04T14:26:22.152Z] 4fc242d58285: Preparing [2022-07-04T14:26:22.152Z] 10d82663b225: Waiting [2022-07-04T14:26:22.152Z] 18708474c90b: Waiting [2022-07-04T14:26:22.152Z] f7a7a140f1b3: Waiting [2022-07-04T14:26:22.152Z] 31e69d4774c9: Waiting [2022-07-04T14:26:22.152Z] 4fc242d58285: Waiting [2022-07-04T14:26:22.152Z] 7750d494dfbd: Waiting [2022-07-04T14:26:22.152Z] 52f44be93a46: Layer already exists [2022-07-04T14:26:22.152Z] 0aaa5dd3c256: Layer already exists [2022-07-04T14:26:22.152Z] 86aa3d2961ef: Layer already exists [2022-07-04T14:26:22.153Z] 6c1b0efa1b3b: Layer already exists [2022-07-04T14:26:22.153Z] 8e6072c2a667: Layer already exists [2022-07-04T14:26:22.153Z] 10d82663b225: Layer already exists [2022-07-04T14:26:22.153Z] 18708474c90b: Layer already exists [2022-07-04T14:26:22.153Z] 7750d494dfbd: Layer already exists [2022-07-04T14:26:22.153Z] f7a7a140f1b3: Layer already exists [2022-07-04T14:26:22.153Z] 31e69d4774c9: Layer already exists [2022-07-04T14:26:22.153Z] 4fc242d58285: Layer already exists [2022-07-04T14:26:22.153Z] latest: digest: sha256:f38db42c117f6ecb8e6b54d39ba0d4f8d8f01e58dcb9ac36d400caf6f7e06426 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:22.470Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:22.786Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.22 [2022-07-04T14:26:22.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-04T14:26:22.786Z] 0aaa5dd3c256: Preparing [2022-07-04T14:26:22.786Z] 86aa3d2961ef: Preparing [2022-07-04T14:26:22.786Z] 8e6072c2a667: Preparing [2022-07-04T14:26:22.786Z] 6c1b0efa1b3b: Preparing [2022-07-04T14:26:22.786Z] 52f44be93a46: Preparing [2022-07-04T14:26:22.786Z] 10d82663b225: Preparing [2022-07-04T14:26:22.786Z] f7a7a140f1b3: Preparing [2022-07-04T14:26:22.786Z] 31e69d4774c9: Preparing [2022-07-04T14:26:22.786Z] 7750d494dfbd: Preparing [2022-07-04T14:26:22.786Z] 18708474c90b: Preparing [2022-07-04T14:26:22.786Z] 4fc242d58285: Preparing [2022-07-04T14:26:22.786Z] 10d82663b225: Waiting [2022-07-04T14:26:22.786Z] f7a7a140f1b3: Waiting [2022-07-04T14:26:22.786Z] 7750d494dfbd: Waiting [2022-07-04T14:26:22.786Z] 4fc242d58285: Waiting [2022-07-04T14:26:22.786Z] 18708474c90b: Waiting [2022-07-04T14:26:22.786Z] 52f44be93a46: Layer already exists [2022-07-04T14:26:22.786Z] 0aaa5dd3c256: Layer already exists [2022-07-04T14:26:22.786Z] 8e6072c2a667: Layer already exists [2022-07-04T14:26:22.786Z] 6c1b0efa1b3b: Layer already exists [2022-07-04T14:26:22.786Z] 86aa3d2961ef: Layer already exists [2022-07-04T14:26:22.786Z] f7a7a140f1b3: Layer already exists [2022-07-04T14:26:22.786Z] 31e69d4774c9: Layer already exists [2022-07-04T14:26:22.786Z] 7750d494dfbd: Layer already exists [2022-07-04T14:26:22.786Z] 10d82663b225: Layer already exists [2022-07-04T14:26:22.786Z] 18708474c90b: Layer already exists [2022-07-04T14:26:22.786Z] 4fc242d58285: Layer already exists [2022-07-04T14:26:22.786Z] 2.2.1-dev.22: digest: sha256:f38db42c117f6ecb8e6b54d39ba0d4f8d8f01e58dcb9ac36d400caf6f7e06426 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:23.109Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:23.426Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:26:23.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-04T14:26:23.427Z] 0aaa5dd3c256: Preparing [2022-07-04T14:26:23.427Z] 86aa3d2961ef: Preparing [2022-07-04T14:26:23.427Z] 8e6072c2a667: Preparing [2022-07-04T14:26:23.427Z] 6c1b0efa1b3b: Preparing [2022-07-04T14:26:23.427Z] 52f44be93a46: Preparing [2022-07-04T14:26:23.427Z] 10d82663b225: Preparing [2022-07-04T14:26:23.427Z] f7a7a140f1b3: Preparing [2022-07-04T14:26:23.427Z] 31e69d4774c9: Preparing [2022-07-04T14:26:23.427Z] 7750d494dfbd: Preparing [2022-07-04T14:26:23.427Z] 18708474c90b: Preparing [2022-07-04T14:26:23.427Z] 4fc242d58285: Preparing [2022-07-04T14:26:23.427Z] f7a7a140f1b3: Waiting [2022-07-04T14:26:23.427Z] 10d82663b225: Waiting [2022-07-04T14:26:23.427Z] 31e69d4774c9: Waiting [2022-07-04T14:26:23.427Z] 18708474c90b: Waiting [2022-07-04T14:26:23.427Z] 4fc242d58285: Waiting [2022-07-04T14:26:23.427Z] 7750d494dfbd: Waiting [2022-07-04T14:26:23.427Z] 86aa3d2961ef: Layer already exists [2022-07-04T14:26:23.427Z] 52f44be93a46: Layer already exists [2022-07-04T14:26:23.427Z] 0aaa5dd3c256: Layer already exists [2022-07-04T14:26:23.427Z] 8e6072c2a667: Layer already exists [2022-07-04T14:26:23.427Z] 6c1b0efa1b3b: Layer already exists [2022-07-04T14:26:23.427Z] 10d82663b225: Layer already exists [2022-07-04T14:26:23.427Z] 31e69d4774c9: Layer already exists [2022-07-04T14:26:23.427Z] 18708474c90b: Layer already exists [2022-07-04T14:26:23.427Z] f7a7a140f1b3: Layer already exists [2022-07-04T14:26:23.427Z] 7750d494dfbd: Layer already exists [2022-07-04T14:26:23.427Z] 4fc242d58285: Layer already exists [2022-07-04T14:26:23.427Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:f38db42c117f6ecb8e6b54d39ba0d4f8d8f01e58dcb9ac36d400caf6f7e06426 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:23.737Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:26:24.052Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2022-07-04T14:26:24.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-04T14:26:24.052Z] 0aaa5dd3c256: Preparing [2022-07-04T14:26:24.052Z] 86aa3d2961ef: Preparing [2022-07-04T14:26:24.052Z] 8e6072c2a667: Preparing [2022-07-04T14:26:24.052Z] 6c1b0efa1b3b: Preparing [2022-07-04T14:26:24.052Z] 52f44be93a46: Preparing [2022-07-04T14:26:24.052Z] 10d82663b225: Preparing [2022-07-04T14:26:24.052Z] f7a7a140f1b3: Preparing [2022-07-04T14:26:24.052Z] 31e69d4774c9: Preparing [2022-07-04T14:26:24.052Z] 7750d494dfbd: Preparing [2022-07-04T14:26:24.052Z] 18708474c90b: Preparing [2022-07-04T14:26:24.052Z] 4fc242d58285: Preparing [2022-07-04T14:26:24.052Z] 10d82663b225: Waiting [2022-07-04T14:26:24.052Z] f7a7a140f1b3: Waiting [2022-07-04T14:26:24.052Z] 31e69d4774c9: Waiting [2022-07-04T14:26:24.052Z] 7750d494dfbd: Waiting [2022-07-04T14:26:24.052Z] 18708474c90b: Waiting [2022-07-04T14:26:24.052Z] 4fc242d58285: Waiting [2022-07-04T14:26:24.052Z] 0aaa5dd3c256: Layer already exists [2022-07-04T14:26:24.052Z] 8e6072c2a667: Layer already exists [2022-07-04T14:26:24.052Z] 52f44be93a46: Layer already exists [2022-07-04T14:26:24.052Z] 86aa3d2961ef: Layer already exists [2022-07-04T14:26:24.052Z] 6c1b0efa1b3b: Layer already exists [2022-07-04T14:26:24.052Z] 10d82663b225: Layer already exists [2022-07-04T14:26:24.052Z] f7a7a140f1b3: Layer already exists [2022-07-04T14:26:24.052Z] 31e69d4774c9: Layer already exists [2022-07-04T14:26:24.053Z] 18708474c90b: Layer already exists [2022-07-04T14:26:24.053Z] 7750d494dfbd: Layer already exists [2022-07-04T14:26:24.053Z] 4fc242d58285: Layer already exists [2022-07-04T14:26:24.053Z] main: digest: sha256:f38db42c117f6ecb8e6b54d39ba0d4f8d8f01e58dcb9ac36d400caf6f7e06426 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:26:24.108Z] ===================================================== [Pipeline] echo [2022-07-04T14:26:24.117Z] taggedImages: [2022-07-04T14:26:24.117Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:26:24.117Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-07-04T14:26:24.117Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.22 [2022-07-04T14:26:24.117Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:26:24.117Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent: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] } [2022-07-04T14:26:26.005Z] ---> 6f467287e730 [2022-07-04T14:26:26.005Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-07-04T14:26:26.005Z] ---> bbe3a474ca7a [2022-07-04T14:26:26.005Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-04T14:26:26.005Z] ---> acbb0b241a6d [2022-07-04T14:26:26.005Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-04T14:26:26.286Z] ---> Running in aa52fce38a92 [2022-07-04T14:26:26.286Z] ---> 9f9fac2c6c0d [2022-07-04T14:26:26.286Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-04T14:26:26.890Z] Removing intermediate container aa52fce38a92 [2022-07-04T14:26:26.891Z] ---> ef72845af1f7 [2022-07-04T14:26:26.891Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-04T14:26:27.492Z] ---> b09c01da8d9d [2022-07-04T14:26:27.492Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-04T14:26:28.098Z] ---> 88a532f4e2d9 [2022-07-04T14:26:28.098Z] Step 21/26 : WORKDIR / [2022-07-04T14:26:28.098Z] ---> Running in a59210b891e2 [2022-07-04T14:26:28.712Z] ---> 1a5a42b54f93 [2022-07-04T14:26:28.712Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-04T14:26:28.712Z] ---> Running in 5d545b8d0095 [2022-07-04T14:26:28.712Z] Removing intermediate container a59210b891e2 [2022-07-04T14:26:28.712Z] ---> 262bbfa00e58 [2022-07-04T14:26:28.712Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-04T14:26:28.989Z] ---> Running in 12d8aad0a866 [2022-07-04T14:26:29.283Z] Removing intermediate container 12d8aad0a866 [2022-07-04T14:26:29.283Z] ---> 4bf31178b89a [2022-07-04T14:26:29.283Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-04T14:26:29.283Z] Removing intermediate container 5d545b8d0095 [2022-07-04T14:26:29.283Z] ---> 0a3d51af33bd [2022-07-04T14:26:29.283Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-04T14:26:29.566Z] ---> Running in d6a8d1360355 [2022-07-04T14:26:29.566Z] ---> Running in 615350776ef7 [2022-07-04T14:26:30.176Z] Removing intermediate container 615350776ef7 [2022-07-04T14:26:30.176Z] ---> 8c5cf861eb5a [2022-07-04T14:26:30.176Z] Step 24/26 : LABEL arch=arm64 [2022-07-04T14:26:30.176Z] Removing intermediate container d6a8d1360355 [2022-07-04T14:26:30.176Z] ---> 2cfb2b0a0b9d [2022-07-04T14:26:30.176Z] Step 23/25 : LABEL arch=arm64 [2022-07-04T14:26:30.176Z] ---> Running in c8e8b60a4883 [2022-07-04T14:26:30.176Z] ---> Running in 95e5dfff7ff1 [2022-07-04T14:26:31.173Z] Removing intermediate container c8e8b60a4883 [2022-07-04T14:26:31.173Z] ---> fb021aa25b1c [2022-07-04T14:26:31.173Z] Step 25/26 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:26:31.173Z] ---> Running in 151acfde2b1d [2022-07-04T14:26:31.173Z] Removing intermediate container 95e5dfff7ff1 [2022-07-04T14:26:31.173Z] ---> 2aec3dc1c98d [2022-07-04T14:26:31.173Z] Step 24/25 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:26:31.173Z] ---> Running in 147c04bfe6d0 [2022-07-04T14:26:31.781Z] Removing intermediate container 151acfde2b1d [2022-07-04T14:26:31.781Z] ---> 025d81e2a9fa [2022-07-04T14:26:31.781Z] Step 26/26 : LABEL version=2.2.1-dev.22 [2022-07-04T14:26:31.781Z] ---> Running in bcd7b554b17f [2022-07-04T14:26:32.062Z] Removing intermediate container 147c04bfe6d0 [2022-07-04T14:26:32.062Z] ---> 6e0a31c11c29 [2022-07-04T14:26:32.062Z] Step 25/25 : LABEL version=2.2.1-dev.22 [2022-07-04T14:26:32.342Z] ---> Running in f2c73985d5fd [2022-07-04T14:26:32.342Z] Removing intermediate container bcd7b554b17f [2022-07-04T14:26:32.342Z] ---> 216623b79d5d [2022-07-04T14:26:32.342Z] [2022-07-04T14:26:32.944Z] Successfully built 216623b79d5d [2022-07-04T14:26:32.945Z] Removing intermediate container f2c73985d5fd [2022-07-04T14:26:32.945Z] ---> 0d3f1cc729f0 [2022-07-04T14:26:32.945Z] [2022-07-04T14:26:32.945Z] Successfully tagged security-spire-config-arm64:latest [2022-07-04T14:26:32.945Z]  Building security-spire-config ... done Building core-data [2022-07-04T14:26:33.223Z] Successfully built 0d3f1cc729f0 [2022-07-04T14:26:33.223Z] Successfully tagged security-spire-server-arm64:latest [2022-07-04T14:26:33.223Z]  Building security-spire-server ... done Building core-metadata [2022-07-04T14:27:00.089Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:27:00.089Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:27:00.089Z] ---> 449e3314755a [2022-07-04T14:27:00.089Z] Step 3/23 : WORKDIR /edgex-go [2022-07-04T14:27:00.089Z] ---> Using cache [2022-07-04T14:27:00.089Z] ---> c054bbe748b3 [2022-07-04T14:27:00.089Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:27:00.089Z] ---> Using cache [2022-07-04T14:27:00.089Z] ---> 5a99e8ad9bc4 [2022-07-04T14:27:00.089Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-04T14:27:00.089Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:27:00.089Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:27:00.089Z] ---> 449e3314755a [2022-07-04T14:27:00.089Z] Step 3/23 : WORKDIR /edgex-go [2022-07-04T14:27:00.089Z] ---> Using cache [2022-07-04T14:27:00.089Z] ---> c054bbe748b3 [2022-07-04T14:27:00.089Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:27:00.089Z] ---> Using cache [2022-07-04T14:27:00.089Z] ---> 5a99e8ad9bc4 [2022-07-04T14:27:00.089Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-04T14:27:00.089Z] ---> Running in abe154b955ed [2022-07-04T14:27:00.089Z] ---> Running in 756733acfd5a [2022-07-04T14:27:02.090Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:27:02.368Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:27:02.970Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:27:03.582Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:27:04.188Z] OK: 220 MiB in 52 packages [2022-07-04T14:27:04.804Z] OK: 220 MiB in 52 packages [2022-07-04T14:27:06.335Z] Removing intermediate container 756733acfd5a [2022-07-04T14:27:06.336Z] ---> 5749995041cc [2022-07-04T14:27:06.336Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-04T14:27:06.336Z] Removing intermediate container abe154b955ed [2022-07-04T14:27:06.336Z] ---> b3abce6ee996 [2022-07-04T14:27:06.336Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-04T14:27:07.429Z] ---> 80689e6d5181 [2022-07-04T14:27:07.429Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:27:07.730Z] ---> Running in b9680c3b1ad4 [2022-07-04T14:27:07.730Z] ---> a30be83b5e41 [2022-07-04T14:27:07.730Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:27:08.012Z] ---> Running in 4fc5b1e366b3 [2022-07-04T14:27:16.422Z] Removing intermediate container 4fc5b1e366b3 [2022-07-04T14:27:16.422Z] ---> 6e2125fbf982 [2022-07-04T14:27:16.422Z] Step 8/23 : COPY . . [2022-07-04T14:27:16.422Z] Removing intermediate container b9680c3b1ad4 [2022-07-04T14:27:16.422Z] ---> e96c90bffe61 [2022-07-04T14:27:16.422Z] Step 8/23 : COPY . . [2022-07-04T14:27:34.787Z] ---> 4c8ea960994d [2022-07-04T14:27:34.787Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-04T14:27:34.787Z] ---> f33e4a62bfc9 [2022-07-04T14:27:34.787Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-04T14:27:34.787Z] ---> Running in ee12eb73803e [2022-07-04T14:27:34.787Z] ---> Running in 6ff93e338c09 [2022-07-04T14:27:36.260Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-04T14:27:36.541Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-04T14:30:28.553Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-04T14:30:28.553Z] Removing intermediate container 89de0e9d31ac [2022-07-04T14:30:28.553Z] ---> d9cd00ffd220 [2022-07-04T14:30:28.553Z] [2022-07-04T14:30:28.553Z] Step 10/23 : FROM alpine:3.14 [2022-07-04T14:30:28.553Z] 3.14: Pulling from library/alpine [2022-07-04T14:30:28.553Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-04T14:30:28.553Z] Status: Downloaded newer image for alpine:3.14 [2022-07-04T14:30:28.553Z] ---> ac73e934f311 [2022-07-04T14:30:28.553Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-04T14:30:28.553Z] ---> Running in b144b840f966 [2022-07-04T14:30:28.553Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:30:28.553Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:30:29.547Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-04T14:30:29.547Z] Executing busybox-1.33.1-r7.trigger [2022-07-04T14:30:29.547Z] OK: 5 MiB in 15 packages [2022-07-04T14:30:30.993Z] Removing intermediate container b144b840f966 [2022-07-04T14:30:30.993Z] ---> df9266d514df [2022-07-04T14:30:30.993Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-04T14:30:30.993Z] ---> Running in ccd6e096b042 [2022-07-04T14:30:31.598Z] Removing intermediate container ccd6e096b042 [2022-07-04T14:30:31.598Z] ---> f89bf56393a3 [2022-07-04T14:30:31.598Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-04T14:30:31.598Z] ---> Running in 24d5b14510ed [2022-07-04T14:30:32.216Z] Removing intermediate container 24d5b14510ed [2022-07-04T14:30:32.216Z] ---> 1194ef949c45 [2022-07-04T14:30:32.216Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-04T14:30:32.492Z] ---> Running in f9779c1d738b [2022-07-04T14:30:33.089Z] Removing intermediate container f9779c1d738b [2022-07-04T14:30:33.089Z] ---> 0a0cb0508f96 [2022-07-04T14:30:33.089Z] Step 15/23 : WORKDIR / [2022-07-04T14:30:33.366Z] ---> Running in be4bca2c8560 [2022-07-04T14:30:33.965Z] Removing intermediate container be4bca2c8560 [2022-07-04T14:30:33.965Z] ---> 629db090722a [2022-07-04T14:30:33.965Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:30:35.418Z] ---> 052e798e73bb [2022-07-04T14:30:35.418Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-04T14:30:38.072Z] ---> 269cc2f8639c [2022-07-04T14:30:38.072Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-04T14:30:40.080Z] ---> 11493e969e61 [2022-07-04T14:30:40.080Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-04T14:30:40.080Z] ---> Running in 1f36fb599f66 [2022-07-04T14:30:41.084Z] Removing intermediate container 1f36fb599f66 [2022-07-04T14:30:41.084Z] ---> 9fc514bab930 [2022-07-04T14:30:41.084Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:30:41.361Z] ---> Running in 6928a7a02448 [2022-07-04T14:30:41.967Z] Removing intermediate container 6928a7a02448 [2022-07-04T14:30:41.967Z] ---> 6615e77b9472 [2022-07-04T14:30:41.967Z] Step 21/23 : LABEL arch=arm64 [2022-07-04T14:30:42.250Z] Removing intermediate container c777e011a869 [2022-07-04T14:30:42.250Z] ---> bdd917ce0fbb [2022-07-04T14:30:42.250Z] [2022-07-04T14:30:42.250Z] Step 10/25 : FROM alpine:3.14 [2022-07-04T14:30:42.250Z] ---> ac73e934f311 [2022-07-04T14:30:42.250Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-04T14:30:42.250Z] ---> Running in 7564f50a9643 [2022-07-04T14:30:42.250Z] ---> Running in b04c91bd8d50 [2022-07-04T14:30:43.255Z] Removing intermediate container b04c91bd8d50 [2022-07-04T14:30:43.255Z] ---> 5c0057a37636 [2022-07-04T14:30:43.255Z] Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:30:43.534Z] ---> Running in f9aae60603d7 [2022-07-04T14:30:44.137Z] Removing intermediate container f9aae60603d7 [2022-07-04T14:30:44.137Z] ---> 3190e8b963b0 [2022-07-04T14:30:44.137Z] Step 23/23 : LABEL version=2.2.1-dev.22 [2022-07-04T14:30:44.137Z] ---> Running in 278a4ee5e493 [2022-07-04T14:30:44.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:30:45.032Z] Removing intermediate container 278a4ee5e493 [2022-07-04T14:30:45.032Z] ---> 3e1d2a92622f [2022-07-04T14:30:45.032Z] [2022-07-04T14:30:45.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:30:45.307Z] Successfully built 3e1d2a92622f [2022-07-04T14:30:45.307Z] Successfully tagged core-command-arm64:latest [2022-07-04T14:30:45.307Z]  Building core-command ... done Building sys-mgmt-agent [2022-07-04T14:30:46.295Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-04T14:30:46.295Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-04T14:30:46.295Z] (3/3) Installing su-exec (0.2-r1) [2022-07-04T14:30:46.295Z] Executing busybox-1.33.1-r7.trigger [2022-07-04T14:30:46.295Z] Executing ca-certificates-20211220-r0.trigger [2022-07-04T14:30:46.898Z] OK: 6 MiB in 17 packages [2022-07-04T14:30:49.568Z] Removing intermediate container 7564f50a9643 [2022-07-04T14:30:49.568Z] ---> 1eedb3fdecb2 [2022-07-04T14:30:49.568Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-04T14:30:49.568Z] ---> Running in 432080065a41 [2022-07-04T14:30:49.848Z] Removing intermediate container 432080065a41 [2022-07-04T14:30:49.848Z] ---> a2ab8dd6b8f9 [2022-07-04T14:30:49.848Z] Step 13/25 : WORKDIR / [2022-07-04T14:30:49.848Z] ---> Running in d210868781ba [2022-07-04T14:30:50.451Z] Removing intermediate container d210868781ba [2022-07-04T14:30:50.451Z] ---> 3baf962ea955 [2022-07-04T14:30:50.451Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-07-04T14:30:51.449Z] ---> 95f540238c9f [2022-07-04T14:30:51.449Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-07-04T14:30:52.055Z] ---> 9d58af87f574 [2022-07-04T14:30:52.055Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-04T14:30:53.500Z] ---> eab05e63018e [2022-07-04T14:30:53.500Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-07-04T14:30:54.975Z] ---> a14c32c6a8dd [2022-07-04T14:30:54.975Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-04T14:30:57.623Z] ---> a6eb7642884d [2022-07-04T14:30:57.623Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-04T14:30:59.681Z] ---> c348d6ce165a [2022-07-04T14:30:59.681Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-04T14:31:00.677Z] ---> 275dbf14d55f [2022-07-04T14:31:00.678Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-07-04T14:31:00.678Z] ---> Running in a6049f2267be [2022-07-04T14:31:02.910Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:31:02.910Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:31:02.910Z] ---> 449e3314755a [2022-07-04T14:31:02.910Z] Step 3/23 : WORKDIR /edgex-go [2022-07-04T14:31:02.910Z] ---> Using cache [2022-07-04T14:31:02.910Z] ---> c054bbe748b3 [2022-07-04T14:31:02.910Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:31:02.910Z] ---> Using cache [2022-07-04T14:31:02.910Z] ---> 5a99e8ad9bc4 [2022-07-04T14:31:02.910Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-04T14:31:02.910Z] ---> Running in ccfa1ed9ae39 [2022-07-04T14:31:04.379Z] Removing intermediate container a6049f2267be [2022-07-04T14:31:04.379Z] ---> cdd7e0f184e5 [2022-07-04T14:31:04.379Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-04T14:31:04.660Z] ---> Running in 7cffd7b9d1a3 [2022-07-04T14:31:04.660Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:31:04.948Z] Removing intermediate container 7cffd7b9d1a3 [2022-07-04T14:31:04.948Z] ---> 165e7236966f [2022-07-04T14:31:04.948Z] Step 23/25 : LABEL arch=arm64 [2022-07-04T14:31:05.439Z] ---> Running in c77f89b0ce24 [2022-07-04T14:31:05.937Z] Removing intermediate container c77f89b0ce24 [2022-07-04T14:31:05.937Z] ---> d4af3e8c035b [2022-07-04T14:31:05.937Z] Step 24/25 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:31:05.937Z] ---> Running in 9a0bc6cac2b5 [2022-07-04T14:31:06.226Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:31:06.226Z] Removing intermediate container 9a0bc6cac2b5 [2022-07-04T14:31:06.226Z] ---> dff987555154 [2022-07-04T14:31:06.226Z] Step 25/25 : LABEL version=2.2.1-dev.22 [2022-07-04T14:31:06.227Z] ---> Running in a3f7ff157e38 [2022-07-04T14:31:06.845Z] Removing intermediate container a3f7ff157e38 [2022-07-04T14:31:06.845Z] ---> 050c12592ec2 [2022-07-04T14:31:06.845Z] [2022-07-04T14:31:07.123Z] Successfully built 050c12592ec2 [2022-07-04T14:31:07.123Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-07-04T14:31:07.123Z]  Building security-secretstore-setup ... done Building security-proxy-setup [2022-07-04T14:31:08.112Z] OK: 220 MiB in 52 packages [2022-07-04T14:31:09.799Z] Removing intermediate container ccfa1ed9ae39 [2022-07-04T14:31:09.799Z] ---> 6d217b984b67 [2022-07-04T14:31:09.799Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-04T14:31:11.044Z] ---> 5c39349db807 [2022-07-04T14:31:11.044Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:31:11.044Z] ---> Running in 69df933befec [2022-07-04T14:31:17.862Z] Removing intermediate container 69df933befec [2022-07-04T14:31:17.862Z] ---> fb27fb75ae37 [2022-07-04T14:31:17.862Z] Step 8/23 : COPY . . [2022-07-04T14:31:24.636Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:31:24.636Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:31:24.636Z] ---> 449e3314755a [2022-07-04T14:31:24.636Z] Step 3/22 : WORKDIR /edgex-go [2022-07-04T14:31:24.636Z] ---> Using cache [2022-07-04T14:31:24.636Z] ---> c054bbe748b3 [2022-07-04T14:31:24.636Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:31:24.636Z] ---> Using cache [2022-07-04T14:31:24.636Z] ---> 5a99e8ad9bc4 [2022-07-04T14:31:24.636Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-04T14:31:24.636Z] ---> Using cache [2022-07-04T14:31:24.636Z] ---> 5749995041cc [2022-07-04T14:31:24.636Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-04T14:31:24.636Z] ---> Using cache [2022-07-04T14:31:24.636Z] ---> 80689e6d5181 [2022-07-04T14:31:24.636Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:31:24.636Z] ---> Using cache [2022-07-04T14:31:24.636Z] ---> e96c90bffe61 [2022-07-04T14:31:24.636Z] Step 8/22 : COPY . . [2022-07-04T14:31:24.636Z] ---> Using cache [2022-07-04T14:31:24.636Z] ---> 4c8ea960994d [2022-07-04T14:31:24.636Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-04T14:31:25.247Z] ---> Running in 7a51bb3b65cb [2022-07-04T14:31:27.251Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-04T14:31:31.814Z] ---> e8a21175bc04 [2022-07-04T14:31:32.097Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-04T14:31:32.098Z] ---> Running in 3993d2056858 [2022-07-04T14:31:34.111Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-04T14:32:42.675Z] Removing intermediate container ee12eb73803e [2022-07-04T14:32:42.675Z] ---> 42fa7a4f0b38 [2022-07-04T14:32:42.675Z] [2022-07-04T14:32:42.675Z] Step 10/23 : FROM alpine:3.14 [2022-07-04T14:32:42.675Z] ---> ac73e934f311 [2022-07-04T14:32:42.675Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-04T14:32:42.675Z] ---> Using cache [2022-07-04T14:32:42.675Z] ---> df9266d514df [2022-07-04T14:32:42.675Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-04T14:32:42.675Z] ---> Using cache [2022-07-04T14:32:42.675Z] ---> f89bf56393a3 [2022-07-04T14:32:42.675Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-04T14:32:42.675Z] ---> Running in 9802773868af [2022-07-04T14:32:42.675Z] Removing intermediate container 9802773868af [2022-07-04T14:32:42.675Z] ---> f8545819e4f9 [2022-07-04T14:32:42.675Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-04T14:32:42.675Z] ---> Running in 3928454d72b4 [2022-07-04T14:32:42.675Z] Removing intermediate container 3928454d72b4 [2022-07-04T14:32:42.675Z] ---> c51ad636143a [2022-07-04T14:32:42.675Z] Step 15/23 : WORKDIR / [2022-07-04T14:32:42.675Z] ---> Running in d1444d22872a [2022-07-04T14:32:42.675Z] Removing intermediate container d1444d22872a [2022-07-04T14:32:42.675Z] ---> 46bbe57926d8 [2022-07-04T14:32:42.675Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:32:42.675Z] ---> e6d75a221a7c [2022-07-04T14:32:42.675Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-04T14:32:42.675Z] ---> c3cd04b3ada5 [2022-07-04T14:32:42.675Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-04T14:32:42.675Z] ---> 4ca04b9fb6d1 [2022-07-04T14:32:42.675Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-04T14:32:42.675Z] ---> Running in dbb26de9062d [2022-07-04T14:32:42.675Z] Removing intermediate container dbb26de9062d [2022-07-04T14:32:42.675Z] ---> 38eb64afa1d6 [2022-07-04T14:32:42.675Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:32:42.675Z] ---> Running in b311b5a73902 [2022-07-04T14:32:42.675Z] Removing intermediate container b311b5a73902 [2022-07-04T14:32:42.675Z] ---> 0243e0c55f03 [2022-07-04T14:32:42.675Z] Step 21/23 : LABEL arch=arm64 [2022-07-04T14:32:42.675Z] ---> Running in e0b6617267cc [2022-07-04T14:32:42.675Z] Removing intermediate container e0b6617267cc [2022-07-04T14:32:42.675Z] ---> 4239c13b2470 [2022-07-04T14:32:42.675Z] Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:32:42.675Z] ---> Running in 5b0abb050c66 [2022-07-04T14:32:42.956Z] Removing intermediate container 5b0abb050c66 [2022-07-04T14:32:42.956Z] ---> 1091f5653945 [2022-07-04T14:32:42.956Z] Step 23/23 : LABEL version=2.2.1-dev.22 [2022-07-04T14:32:42.956Z] ---> Running in 48dfa39c1a55 [2022-07-04T14:32:43.570Z] Removing intermediate container 48dfa39c1a55 [2022-07-04T14:32:43.570Z] ---> f608862a31ca [2022-07-04T14:32:43.570Z] [2022-07-04T14:32:43.853Z] Successfully built f608862a31ca [2022-07-04T14:32:43.853Z] Successfully tagged core-metadata-arm64:latest [2022-07-04T14:32:43.853Z] Building security-spiffe-token-provider [2022-07-04T14:33:00.813Z]  Building core-metadata ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:33:00.813Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:33:00.813Z] ---> 449e3314755a [2022-07-04T14:33:00.813Z] Step 3/20 : WORKDIR /edgex-go [2022-07-04T14:33:00.813Z] ---> Using cache [2022-07-04T14:33:00.813Z] ---> c054bbe748b3 [2022-07-04T14:33:00.813Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-04T14:33:00.813Z] ---> Running in aa71d6a7e3e6 [2022-07-04T14:33:01.814Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:33:03.827Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:33:06.470Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-04T14:33:06.470Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-04T14:33:06.470Z] OK: 15743 distinct packages available [2022-07-04T14:33:06.470Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:33:07.982Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:33:10.634Z] OK: 220 MiB in 52 packages [2022-07-04T14:33:12.634Z] Removing intermediate container aa71d6a7e3e6 [2022-07-04T14:33:12.634Z] ---> d19cd1ffcacc [2022-07-04T14:33:12.634Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-04T14:33:14.083Z] ---> a27917dac51f [2022-07-04T14:33:14.083Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:33:14.083Z] ---> Running in 1d44f8ea8a10 [2022-07-04T14:33:19.627Z] Removing intermediate container d5f1597a406d [2022-07-04T14:33:19.627Z] ---> 3f4833dd43dd [2022-07-04T14:33:19.627Z] [2022-07-04T14:33:19.627Z] Step 10/22 : FROM alpine:3.14 [2022-07-04T14:33:19.627Z] ---> ac73e934f311 [2022-07-04T14:33:19.627Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-04T14:33:19.627Z] ---> Using cache [2022-07-04T14:33:19.627Z] ---> df9266d514df [2022-07-04T14:33:19.627Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-04T14:33:19.627Z] ---> Using cache [2022-07-04T14:33:19.627Z] ---> f89bf56393a3 [2022-07-04T14:33:19.627Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-04T14:33:19.627Z] ---> Running in faee64bc9974 [2022-07-04T14:33:19.627Z] Removing intermediate container faee64bc9974 [2022-07-04T14:33:19.627Z] ---> 634ee29f0495 [2022-07-04T14:33:19.627Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-04T14:33:19.627Z] ---> Running in ff9011d649fb [2022-07-04T14:33:20.613Z] Removing intermediate container ff9011d649fb [2022-07-04T14:33:20.613Z] ---> 2b3adb04e7e8 [2022-07-04T14:33:20.613Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:33:21.610Z] Removing intermediate container 1d44f8ea8a10 [2022-07-04T14:33:21.610Z] ---> cdd8cda96b5a [2022-07-04T14:33:21.610Z] Step 7/20 : COPY . . [2022-07-04T14:33:21.610Z] ---> 3cbab38a1136 [2022-07-04T14:33:21.610Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-04T14:33:25.935Z] ---> 170e2d8c20af [2022-07-04T14:33:25.935Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-04T14:33:26.925Z] ---> 6b58eb5e972b [2022-07-04T14:33:26.925Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-04T14:33:27.202Z] ---> Running in 846fe7097458 [2022-07-04T14:33:28.655Z] Removing intermediate container 846fe7097458 [2022-07-04T14:33:28.655Z] ---> c09f77fd6aab [2022-07-04T14:33:28.655Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:33:28.655Z] ---> Running in eb1c9a628373 [2022-07-04T14:33:29.645Z] Removing intermediate container eb1c9a628373 [2022-07-04T14:33:29.645Z] ---> 27e76d35a7c1 [2022-07-04T14:33:29.645Z] Step 20/22 : LABEL arch=arm64 [2022-07-04T14:33:29.645Z] ---> Running in 2e373b57b6d7 [2022-07-04T14:33:31.118Z] Removing intermediate container 2e373b57b6d7 [2022-07-04T14:33:31.118Z] ---> 68255013a47f [2022-07-04T14:33:31.118Z] Step 21/22 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:33:31.118Z] ---> Running in 9f16d621b749 [2022-07-04T14:33:32.153Z] Removing intermediate container 9f16d621b749 [2022-07-04T14:33:32.153Z] ---> d2504096bac0 [2022-07-04T14:33:32.153Z] Step 22/22 : LABEL version=2.2.1-dev.22 [2022-07-04T14:33:32.435Z] ---> Running in b2a0f06776a0 [2022-07-04T14:33:33.723Z] Removing intermediate container b2a0f06776a0 [2022-07-04T14:33:33.723Z] ---> 3fa3b554564d [2022-07-04T14:33:33.723Z] [2022-07-04T14:33:34.503Z] Successfully built 3fa3b554564d [2022-07-04T14:33:34.503Z] Successfully tagged support-scheduler-arm64:latest [2022-07-04T14:33:34.503Z]  Building support-scheduler ... done Building security-bootstrapper [2022-07-04T14:33:42.436Z] Removing intermediate container 6ff93e338c09 [2022-07-04T14:33:42.436Z] ---> f003a7549438 [2022-07-04T14:33:42.436Z] [2022-07-04T14:33:42.436Z] Step 10/23 : FROM alpine:3.14 [2022-07-04T14:33:42.436Z] ---> ac73e934f311 [2022-07-04T14:33:42.436Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-04T14:33:42.436Z] ---> Running in 1b2aa8f8bf2d [2022-07-04T14:33:43.091Z] Removing intermediate container 1b2aa8f8bf2d [2022-07-04T14:33:43.091Z] ---> 33084ab2667e [2022-07-04T14:33:43.091Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-04T14:33:43.446Z] ---> Running in b2c2bf3005b6 [2022-07-04T14:33:44.587Z] Removing intermediate container b2c2bf3005b6 [2022-07-04T14:33:44.587Z] ---> 17f2a9c6917e [2022-07-04T14:33:44.587Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-04T14:33:44.980Z] ---> Running in 5561aaa79df0 [2022-07-04T14:33:46.075Z] ---> 45a80a31d9b9 [2022-07-04T14:33:46.075Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-04T14:33:46.075Z] ---> Running in b5cc50bcb1cc [2022-07-04T14:33:46.075Z] Removing intermediate container 5561aaa79df0 [2022-07-04T14:33:46.075Z] ---> 48e5bb24fa79 [2022-07-04T14:33:46.075Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:33:46.075Z] ---> Running in b1e69d12e797 [2022-07-04T14:33:49.372Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-04T14:33:51.307Z] Removing intermediate container b1e69d12e797 [2022-07-04T14:33:51.307Z] ---> d734532c6e19 [2022-07-04T14:33:51.307Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-04T14:33:51.307Z] ---> Running in 6e231ac3290c [2022-07-04T14:33:53.533Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:33:53.533Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:33:53.533Z] ---> 449e3314755a [2022-07-04T14:33:53.533Z] Step 3/31 : WORKDIR /edgex-go [2022-07-04T14:33:53.533Z] ---> Using cache [2022-07-04T14:33:53.533Z] ---> c054bbe748b3 [2022-07-04T14:33:53.533Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:33:53.533Z] ---> Using cache [2022-07-04T14:33:53.533Z] ---> 5a99e8ad9bc4 [2022-07-04T14:33:53.533Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-04T14:33:53.533Z] ---> Using cache [2022-07-04T14:33:53.533Z] ---> 5749995041cc [2022-07-04T14:33:53.533Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-04T14:33:53.533Z] ---> Using cache [2022-07-04T14:33:53.533Z] ---> 80689e6d5181 [2022-07-04T14:33:53.533Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:33:53.533Z] ---> Using cache [2022-07-04T14:33:53.533Z] ---> e96c90bffe61 [2022-07-04T14:33:53.533Z] Step 8/31 : COPY . . [2022-07-04T14:33:53.533Z] ---> Using cache [2022-07-04T14:33:53.533Z] ---> 4c8ea960994d [2022-07-04T14:33:53.533Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-04T14:33:54.074Z] ---> Running in b64016051608 [2022-07-04T14:33:54.074Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:33:55.674Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-04T14:33:55.674Z] fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:34:00.219Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-04T14:34:00.219Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-07-04T14:34:00.219Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-04T14:34:00.584Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-04T14:34:02.978Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-04T14:34:03.974Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-04T14:34:03.974Z] Executing busybox-1.33.1-r7.trigger [2022-07-04T14:34:04.254Z] OK: 8 MiB in 20 packages [2022-07-04T14:34:05.737Z] Removing intermediate container 6e231ac3290c [2022-07-04T14:34:05.737Z] ---> c3616e8804e3 [2022-07-04T14:34:05.737Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:34:06.932Z] ---> a5e5e7434bbd [2022-07-04T14:34:06.932Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-04T14:34:08.791Z] ---> 1e8de883572d [2022-07-04T14:34:08.791Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-04T14:34:09.851Z] ---> 8140921b8c9a [2022-07-04T14:34:09.851Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-04T14:34:09.851Z] ---> Running in dea582b6752d [2022-07-04T14:34:10.534Z] Removing intermediate container dea582b6752d [2022-07-04T14:34:10.534Z] ---> bce7befbf44b [2022-07-04T14:34:10.534Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:34:10.534Z] ---> Running in fcb687421465 [2022-07-04T14:34:11.247Z] Removing intermediate container fcb687421465 [2022-07-04T14:34:11.247Z] ---> 166f36ca04fe [2022-07-04T14:34:11.247Z] Step 21/23 : LABEL arch=arm64 [2022-07-04T14:34:11.247Z] ---> Running in e10e6c348727 [2022-07-04T14:34:11.571Z] Removing intermediate container e10e6c348727 [2022-07-04T14:34:11.571Z] ---> 0547ced394c8 [2022-07-04T14:34:11.571Z] Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:34:11.900Z] ---> Running in cca87f8e2953 [2022-07-04T14:34:12.233Z] Removing intermediate container cca87f8e2953 [2022-07-04T14:34:12.233Z] ---> f89a9448b338 [2022-07-04T14:34:12.233Z] Step 23/23 : LABEL version=2.2.1-dev.22 [2022-07-04T14:34:12.593Z] ---> Running in aef3a6280690 [2022-07-04T14:34:12.899Z] Removing intermediate container aef3a6280690 [2022-07-04T14:34:12.899Z] ---> 6a72313db7e5 [2022-07-04T14:34:12.899Z] [2022-07-04T14:34:13.540Z] Successfully built 6a72313db7e5 [2022-07-04T14:34:13.540Z] Successfully tagged core-data-arm64:latest [2022-07-04T14:34:13.540Z] Building support-notifications [2022-07-04T14:34:30.123Z]  Building core-data ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:34:30.123Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:34:30.123Z] ---> 449e3314755a [2022-07-04T14:34:30.123Z] Step 3/22 : WORKDIR /edgex-go [2022-07-04T14:34:30.123Z] ---> Using cache [2022-07-04T14:34:30.123Z] ---> c054bbe748b3 [2022-07-04T14:34:30.123Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:34:30.123Z] ---> Using cache [2022-07-04T14:34:30.123Z] ---> 5a99e8ad9bc4 [2022-07-04T14:34:30.123Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-04T14:34:30.123Z] ---> Running in 49ea8b9f1d7f [2022-07-04T14:34:30.123Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:34:30.736Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:34:32.208Z] OK: 220 MiB in 52 packages [2022-07-04T14:34:33.692Z] Removing intermediate container 49ea8b9f1d7f [2022-07-04T14:34:33.692Z] ---> b3ece0b67d71 [2022-07-04T14:34:33.692Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-04T14:34:34.700Z] ---> 8ae5b0f1a3cd [2022-07-04T14:34:34.700Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:34:34.700Z] ---> Running in 60518a0ad855 [2022-07-04T14:34:41.489Z] Removing intermediate container 60518a0ad855 [2022-07-04T14:34:41.489Z] ---> b45cda0188f1 [2022-07-04T14:34:41.489Z] Step 8/22 : COPY . . [2022-07-04T14:34:53.987Z] ---> ebeeb5b280af [2022-07-04T14:34:53.987Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-04T14:34:53.987Z] ---> Running in 869ffbfc8640 [2022-07-04T14:34:55.445Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-04T14:36:17.354Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-04T14:36:29.858Z] Removing intermediate container 3993d2056858 [2022-07-04T14:36:29.858Z] ---> d20f3f1616da [2022-07-04T14:36:29.858Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-04T14:36:29.858Z] ---> Running in f19bc9292fca [2022-07-04T14:36:31.870Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-04T14:36:37.349Z] Removing intermediate container 7a51bb3b65cb [2022-07-04T14:36:37.349Z] ---> be5302116256 [2022-07-04T14:36:37.349Z] [2022-07-04T14:36:37.349Z] Step 10/22 : FROM alpine:3.14 [2022-07-04T14:36:37.349Z] ---> ac73e934f311 [2022-07-04T14:36:37.349Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-04T14:36:37.349Z] ---> Running in 7397596db440 [2022-07-04T14:36:38.359Z] Removing intermediate container f19bc9292fca [2022-07-04T14:36:38.359Z] ---> ced1abafecea [2022-07-04T14:36:38.359Z] [2022-07-04T14:36:38.359Z] Step 11/23 : FROM docker:20.10.14 [2022-07-04T14:36:38.639Z] 20.10.14: Pulling from library/docker [2022-07-04T14:36:40.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:36:40.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:36:42.423Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-04T14:36:42.423Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-07-04T14:36:42.423Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-07-04T14:36:42.423Z] (4/6) Installing libcurl (7.79.1-r2) [2022-07-04T14:36:42.424Z] (5/6) Installing curl (7.79.1-r2) [2022-07-04T14:36:42.424Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-04T14:36:42.424Z] Executing busybox-1.33.1-r7.trigger [2022-07-04T14:36:42.424Z] Executing ca-certificates-20211220-r0.trigger [2022-07-04T14:36:43.028Z] OK: 8 MiB in 20 packages [2022-07-04T14:36:47.538Z] Removing intermediate container 7397596db440 [2022-07-04T14:36:47.538Z] ---> d2c1eb42fd52 [2022-07-04T14:36:47.538Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-04T14:36:47.538Z] ---> Running in 2756833a57a5 [2022-07-04T14:36:47.812Z] Removing intermediate container 2756833a57a5 [2022-07-04T14:36:47.812Z] ---> 33be8f3ea592 [2022-07-04T14:36:47.812Z] Step 13/22 : WORKDIR /edgex [2022-07-04T14:36:48.103Z] ---> Running in 4940d26d8edb [2022-07-04T14:36:48.703Z] Removing intermediate container 4940d26d8edb [2022-07-04T14:36:48.703Z] ---> c625584a0375 [2022-07-04T14:36:48.703Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-04T14:36:49.693Z] ---> 65b9b56d148c [2022-07-04T14:36:49.970Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-04T14:36:52.623Z] ---> a06439c000a8 [2022-07-04T14:36:52.623Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-04T14:36:55.273Z] ---> 983a64e787f0 [2022-07-04T14:36:55.273Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-04T14:36:56.747Z] ---> 1f73d66d878c [2022-07-04T14:36:56.747Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-04T14:36:56.747Z] ---> Running in 559ad655d60d [2022-07-04T14:36:59.402Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-04T14:36:59.402Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-04T14:36:59.402Z] ---> c346e9eafbab [2022-07-04T14:36:59.402Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-07-04T14:36:59.402Z] ---> Running in 323a3e5c0517 [2022-07-04T14:37:00.040Z] Removing intermediate container 323a3e5c0517 [2022-07-04T14:37:00.040Z] ---> b6560b969725 [2022-07-04T14:37:00.040Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-07-04T14:37:00.366Z] ---> Running in 3dff8c19f28a [2022-07-04T14:37:00.664Z] Removing intermediate container 559ad655d60d [2022-07-04T14:37:00.664Z] ---> d80706b563fc [2022-07-04T14:37:00.664Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-04T14:37:00.664Z] ---> Running in 29c6d016fcb4 [2022-07-04T14:37:01.296Z] Removing intermediate container 29c6d016fcb4 [2022-07-04T14:37:01.296Z] ---> 44c7ae31860e [2022-07-04T14:37:01.296Z] Step 20/22 : LABEL arch=arm64 [2022-07-04T14:37:01.595Z] ---> Running in e344a349ac31 [2022-07-04T14:37:02.205Z] Removing intermediate container e344a349ac31 [2022-07-04T14:37:02.205Z] ---> a006855e9f51 [2022-07-04T14:37:02.205Z] Step 21/22 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:37:02.499Z] ---> Running in 4ebe09ef23e6 [2022-07-04T14:37:02.499Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:37:03.130Z] Removing intermediate container 4ebe09ef23e6 [2022-07-04T14:37:03.130Z] ---> 2874c56e3fb9 [2022-07-04T14:37:03.130Z] Step 22/22 : LABEL version=2.2.1-dev.22 [2022-07-04T14:37:03.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:37:03.130Z] ---> Running in 63811ecff21e [2022-07-04T14:37:03.741Z] Removing intermediate container 63811ecff21e [2022-07-04T14:37:03.741Z] ---> 573b1a9b25ce [2022-07-04T14:37:03.741Z] [2022-07-04T14:37:04.021Z] Successfully built 573b1a9b25ce [2022-07-04T14:37:04.021Z] Successfully tagged security-proxy-setup-arm64:latest [2022-07-04T14:37:04.021Z]  Building security-proxy-setup ... done Building security-spire-agent [2022-07-04T14:37:04.303Z] (1/43) Installing readline (8.1.1-r0) [2022-07-04T14:37:04.303Z] (2/43) Installing bash (5.1.16-r0) [2022-07-04T14:37:04.303Z] Executing bash-5.1.16-r0.post-install [2022-07-04T14:37:04.303Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-04T14:37:04.303Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-04T14:37:04.303Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-04T14:37:04.581Z] (6/43) Installing curl (7.80.0-r2) [2022-07-04T14:37:04.581Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-04T14:37:04.581Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-04T14:37:04.581Z] (9/43) Installing expat (2.4.7-r0) [2022-07-04T14:37:04.581Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-04T14:37:04.581Z] (11/43) Installing gdbm (1.22-r0) [2022-07-04T14:37:04.862Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-04T14:37:04.862Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-04T14:37:04.862Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-04T14:37:04.862Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-04T14:37:04.862Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-04T14:37:04.862Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-04T14:37:08.294Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-04T14:37:08.294Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-04T14:37:08.294Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-04T14:37:08.294Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-04T14:37:08.294Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-04T14:37:08.294Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-04T14:37:08.294Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-04T14:37:08.294Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-04T14:37:08.294Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-04T14:37:08.294Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-04T14:37:08.294Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-04T14:37:08.294Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-04T14:37:08.294Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-04T14:37:08.294Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-04T14:37:08.294Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-04T14:37:08.294Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-04T14:37:08.294Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-04T14:37:08.294Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-04T14:37:08.294Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-04T14:37:08.294Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-04T14:37:08.294Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-04T14:37:08.294Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-04T14:37:08.294Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-04T14:37:08.294Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-04T14:37:08.576Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-04T14:37:08.576Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-04T14:37:09.573Z] Executing busybox-1.34.1-r5.trigger [2022-07-04T14:37:09.573Z] OK: 82 MiB in 65 packages [2022-07-04T14:37:17.930Z] Collecting docker-compose==1.23.2 [2022-07-04T14:37:17.930Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-04T14:37:17.930Z] Collecting docopt<0.7,>=0.6.1 [2022-07-04T14:37:17.930Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-04T14:37:19.420Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-04T14:37:19.420Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-04T14:37:19.420Z] ---> 449e3314755a [2022-07-04T14:37:19.420Z] Step 3/26 : WORKDIR /edgex-go [2022-07-04T14:37:19.420Z] ---> Using cache [2022-07-04T14:37:19.420Z] ---> c054bbe748b3 [2022-07-04T14:37:19.420Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:37:19.420Z] ---> Using cache [2022-07-04T14:37:19.420Z] ---> 5a99e8ad9bc4 [2022-07-04T14:37:19.420Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-04T14:37:19.420Z] ---> Using cache [2022-07-04T14:37:19.420Z] ---> da64e4c6d11e [2022-07-04T14:37:19.420Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-04T14:37:19.420Z] ---> Using cache [2022-07-04T14:37:19.420Z] ---> a4fc254b7cac [2022-07-04T14:37:19.420Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-04T14:37:19.420Z] ---> Using cache [2022-07-04T14:37:19.420Z] ---> fd20699c37e6 [2022-07-04T14:37:19.420Z] Step 8/26 : COPY . . [2022-07-04T14:37:19.420Z] ---> Using cache [2022-07-04T14:37:19.420Z] ---> 8a9189a66425 [2022-07-04T14:37:19.420Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-04T14:37:19.420Z] ---> Using cache [2022-07-04T14:37:19.420Z] ---> 18f30e1772f7 [2022-07-04T14:37:19.420Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-04T14:37:19.420Z] ---> Using cache [2022-07-04T14:37:19.420Z] ---> 0e8dcbf51207 [2022-07-04T14:37:19.420Z] 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-07-04T14:37:19.420Z] ---> Using cache [2022-07-04T14:37:19.420Z] ---> ed4628a850d1 [2022-07-04T14:37:19.420Z] Step 12/26 : WORKDIR /edgex-go [2022-07-04T14:37:19.420Z] ---> Using cache [2022-07-04T14:37:19.420Z] ---> 1f3ada9ac7f6 [2022-07-04T14:37:19.420Z] [2022-07-04T14:37:19.420Z] Step 13/26 : FROM alpine:3.15 [2022-07-04T14:37:19.420Z] ---> 3fb3c9af89a9 [2022-07-04T14:37:19.420Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-04T14:37:19.420Z] ---> Using cache [2022-07-04T14:37:19.420Z] ---> d55064259cf5 [2022-07-04T14:37:19.420Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:37:19.420Z] ---> Using cache [2022-07-04T14:37:19.420Z] ---> 233f77466aec [2022-07-04T14:37:19.420Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-04T14:37:20.426Z] ---> Running in 365fe680b229 [2022-07-04T14:37:22.439Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:37:22.719Z] Collecting PyYAML<4,>=3.10 [2022-07-04T14:37:22.719Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-04T14:37:23.333Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:37:24.788Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-04T14:37:24.788Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-04T14:37:24.788Z] OK: 15736 distinct packages available [2022-07-04T14:37:25.068Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:37:26.068Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:37:27.529Z] Collecting texttable<0.10,>=0.9.0 [2022-07-04T14:37:27.529Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-04T14:37:27.529Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-04T14:37:27.529Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-04T14:37:27.806Z] (3/5) Installing libucontext (1.1-r0) [2022-07-04T14:37:27.806Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-04T14:37:27.806Z] (5/5) Installing openssl (1.1.1p-r0) [2022-07-04T14:37:28.088Z] Executing busybox-1.34.1-r5.trigger [2022-07-04T14:37:28.088Z] OK: 6 MiB in 19 packages [2022-07-04T14:37:30.112Z] Removing intermediate container 365fe680b229 [2022-07-04T14:37:30.112Z] ---> 5f2de75e78d0 [2022-07-04T14:37:30.112Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-04T14:37:32.132Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-04T14:37:32.132Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-04T14:37:32.744Z] Collecting docker<4.0,>=3.6.0 [2022-07-04T14:37:32.744Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-04T14:37:32.744Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-07-04T14:37:33.377Z] Collecting jsonschema<3,>=2.5.1 [2022-07-04T14:37:33.377Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-04T14:37:33.377Z] ---> 1799661d1d62 [2022-07-04T14:37:33.377Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-04T14:37:33.657Z] Collecting cached-property<2,>=1.2.0 [2022-07-04T14:37:33.657Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-04T14:37:34.270Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-04T14:37:34.270Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-04T14:37:34.556Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-04T14:37:34.556Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-04T14:37:38.942Z] Collecting docker-pycreds>=0.4.0 [2022-07-04T14:37:38.942Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-04T14:37:39.240Z] ---> f88641629cbf [2022-07-04T14:37:39.240Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-04T14:37:39.240Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-04T14:37:39.523Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-04T14:37:40.561Z] ---> 6baf7c168bfd [2022-07-04T14:37:40.562Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-04T14:37:40.562Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-04T14:37:40.562Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-04T14:37:40.562Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-07-04T14:37:41.189Z] Collecting idna<2.8,>=2.5 [2022-07-04T14:37:41.189Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-04T14:37:41.189Z] ---> 9a18bab46653 [2022-07-04T14:37:41.189Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-04T14:37:41.490Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-04T14:37:41.490Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-04T14:37:41.490Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-04T14:37:41.490Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-04T14:37:42.109Z] ---> 502978ebbf69 [2022-07-04T14:37:42.109Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-04T14:37:42.387Z] ---> Running in e21d12b98ae8 [2022-07-04T14:37:42.996Z] Removing intermediate container e21d12b98ae8 [2022-07-04T14:37:42.996Z] ---> 387b55ff3528 [2022-07-04T14:37:42.996Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-04T14:37:42.996Z] ---> Running in b418e42f9586 [2022-07-04T14:37:43.280Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-04T14:37:43.280Z] Attempting uninstall: urllib3 [2022-07-04T14:37:43.280Z] Found existing installation: urllib3 1.26.7 [2022-07-04T14:37:43.280Z] Uninstalling urllib3-1.26.7: [2022-07-04T14:37:43.561Z] Successfully uninstalled urllib3-1.26.7 [2022-07-04T14:37:43.561Z] Removing intermediate container b418e42f9586 [2022-07-04T14:37:43.561Z] ---> cf14c45a5f2c [2022-07-04T14:37:43.561Z] Step 24/26 : LABEL arch=arm64 [2022-07-04T14:37:43.845Z] ---> Running in 2fc84a3ea4b6 [2022-07-04T14:37:44.479Z] Removing intermediate container 2fc84a3ea4b6 [2022-07-04T14:37:44.479Z] ---> 43a7301489c8 [2022-07-04T14:37:44.479Z] Step 25/26 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:37:44.479Z] ---> Running in 16cdff8e4c3a [2022-07-04T14:37:44.758Z] Attempting uninstall: idna [2022-07-04T14:37:44.758Z] Found existing installation: idna 3.3 [2022-07-04T14:37:44.758Z] Uninstalling idna-3.3: [2022-07-04T14:37:44.758Z] Removing intermediate container 16cdff8e4c3a [2022-07-04T14:37:44.758Z] ---> ae500165e4cb [2022-07-04T14:37:44.758Z] Step 26/26 : LABEL version=2.2.1-dev.22 [2022-07-04T14:37:45.037Z] Successfully uninstalled idna-3.3 [2022-07-04T14:37:45.037Z] ---> Running in a12cb1009c03 [2022-07-04T14:37:45.639Z] Removing intermediate container a12cb1009c03 [2022-07-04T14:37:45.639Z] ---> 2606474a6d54 [2022-07-04T14:37:45.639Z] [2022-07-04T14:37:45.918Z] Successfully built 2606474a6d54 [2022-07-04T14:37:45.918Z] Successfully tagged security-spire-agent-arm64:latest [2022-07-04T14:37:48.552Z]  Building security-spire-agent ... done  Attempting uninstall: requests [2022-07-04T14:37:48.552Z] Found existing installation: requests 2.26.0 [2022-07-04T14:37:48.552Z] Uninstalling requests-2.26.0: [2022-07-04T14:37:48.552Z] Successfully uninstalled requests-2.26.0 [2022-07-04T14:37:48.829Z] Running setup.py install for texttable: started [2022-07-04T14:37:51.477Z] Running setup.py install for texttable: finished with status 'done' [2022-07-04T14:37:51.477Z] Running setup.py install for PyYAML: started [2022-07-04T14:37:54.879Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-04T14:37:54.879Z] Running setup.py install for docopt: started [2022-07-04T14:37:58.475Z] Running setup.py install for docopt: finished with status 'done' [2022-07-04T14:37:58.475Z] Running setup.py install for dockerpty: started [2022-07-04T14:38:01.117Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-04T14:38:03.110Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-07-04T14:38:18.504Z] Removing intermediate container 3dff8c19f28a [2022-07-04T14:38:18.504Z] ---> e4895e6c4ef3 [2022-07-04T14:38:18.504Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-04T14:38:18.504Z] ---> Running in 4b235bab18d2 [2022-07-04T14:38:18.786Z] Removing intermediate container 4b235bab18d2 [2022-07-04T14:38:18.786Z] ---> 7b943fe916f5 [2022-07-04T14:38:18.786Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-04T14:38:18.786Z] ---> Running in d0bbbce60f76 [2022-07-04T14:38:19.404Z] Removing intermediate container d0bbbce60f76 [2022-07-04T14:38:19.404Z] ---> b521666a9396 [2022-07-04T14:38:19.404Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-04T14:38:20.866Z] ---> 371869942dc7 [2022-07-04T14:38:20.866Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-04T14:38:21.892Z] ---> 97576baf3a2d [2022-07-04T14:38:21.892Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-04T14:38:22.893Z] ---> 376bf469e5f4 [2022-07-04T14:38:22.893Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-04T14:38:22.893Z] ---> Running in 6cd79600d779 [2022-07-04T14:38:23.517Z] Removing intermediate container 6cd79600d779 [2022-07-04T14:38:23.517Z] ---> 76c7287db92b [2022-07-04T14:38:23.517Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:38:23.517Z] ---> Running in b4959a3991e6 [2022-07-04T14:38:24.127Z] Removing intermediate container b4959a3991e6 [2022-07-04T14:38:24.127Z] ---> 754f9de97f35 [2022-07-04T14:38:24.127Z] Step 21/23 : LABEL arch=arm64 [2022-07-04T14:38:24.408Z] ---> Running in de1fb249c0bb [2022-07-04T14:38:25.021Z] Removing intermediate container de1fb249c0bb [2022-07-04T14:38:25.021Z] ---> bc11f5d3096c [2022-07-04T14:38:25.021Z] Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:38:25.021Z] ---> Running in 4ddf35dc0137 [2022-07-04T14:38:25.626Z] Removing intermediate container 4ddf35dc0137 [2022-07-04T14:38:25.626Z] ---> 756d0236263b [2022-07-04T14:38:25.626Z] Step 23/23 : LABEL version=2.2.1-dev.22 [2022-07-04T14:38:25.626Z] ---> Running in b4d2bd48adf5 [2022-07-04T14:38:26.236Z] Removing intermediate container b4d2bd48adf5 [2022-07-04T14:38:26.236Z] ---> 8ec9603b3c35 [2022-07-04T14:38:26.236Z] [2022-07-04T14:38:26.513Z] Successfully built 8ec9603b3c35 [2022-07-04T14:38:26.513Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-07-04T14:39:05.589Z]  Building sys-mgmt-agent ... done Removing intermediate container b64016051608 [2022-07-04T14:39:05.589Z] ---> 6ed05d3caf62 [2022-07-04T14:39:05.589Z] [2022-07-04T14:39:05.589Z] Step 10/31 : FROM alpine:3.14 [2022-07-04T14:39:05.589Z] ---> ac73e934f311 [2022-07-04T14:39:05.589Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-07-04T14:39:05.589Z] ---> Running in 6f4d62c835a5 [2022-07-04T14:39:05.589Z] Removing intermediate container 6f4d62c835a5 [2022-07-04T14:39:05.589Z] ---> 27deb56f0d84 [2022-07-04T14:39:05.589Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-04T14:39:05.589Z] ---> Running in c8b2761384a0 [2022-07-04T14:39:05.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:39:05.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:39:05.589Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-04T14:39:05.589Z] (2/2) Installing su-exec (0.2-r1) [2022-07-04T14:39:05.589Z] Executing busybox-1.33.1-r7.trigger [2022-07-04T14:39:05.589Z] OK: 6 MiB in 16 packages [2022-07-04T14:39:05.589Z] Removing intermediate container c8b2761384a0 [2022-07-04T14:39:05.589Z] ---> b76f71165b51 [2022-07-04T14:39:05.589Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-04T14:39:05.589Z] ---> Running in c204382773ef [2022-07-04T14:39:05.589Z] Removing intermediate container c204382773ef [2022-07-04T14:39:05.589Z] ---> 2f0dfa6f32af [2022-07-04T14:39:05.589Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-07-04T14:39:05.589Z] ---> Running in 8d7d8c468966 [2022-07-04T14:39:06.192Z] Removing intermediate container 8d7d8c468966 [2022-07-04T14:39:06.192Z] ---> 3d936155802a [2022-07-04T14:39:06.192Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-04T14:39:06.192Z] ---> Running in 0078ec9a8563 [2022-07-04T14:39:09.625Z] Removing intermediate container 0078ec9a8563 [2022-07-04T14:39:09.625Z] ---> 1c94b97c22bb [2022-07-04T14:39:09.625Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-07-04T14:39:09.625Z] ---> Running in d4eb708e30d4 [2022-07-04T14:39:09.625Z] Removing intermediate container d4eb708e30d4 [2022-07-04T14:39:09.625Z] ---> 909b3999bcdb [2022-07-04T14:39:09.625Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-07-04T14:39:10.624Z] ---> 55e36528e15b [2022-07-04T14:39:10.624Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-07-04T14:39:10.904Z] ---> Running in 3f6b320a6e48 [2022-07-04T14:39:13.544Z] Removing intermediate container 3f6b320a6e48 [2022-07-04T14:39:13.544Z] ---> dd4104aec210 [2022-07-04T14:39:13.544Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:39:14.549Z] ---> 164178d734f7 [2022-07-04T14:39:14.549Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-04T14:39:16.009Z] ---> 7fbb22687d9b [2022-07-04T14:39:16.009Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-04T14:39:17.003Z] ---> 4b96d920ffe2 [2022-07-04T14:39:17.003Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-04T14:39:18.014Z] ---> 23c0beb1ad7c [2022-07-04T14:39:18.014Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-07-04T14:39:19.018Z] ---> b5d7a5649f8e [2022-07-04T14:39:19.018Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-07-04T14:39:19.625Z] ---> Running in 7c8fb6d26afe [2022-07-04T14:39:19.903Z] Removing intermediate container 7c8fb6d26afe [2022-07-04T14:39:19.903Z] ---> ae79873fccf4 [2022-07-04T14:39:19.903Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-04T14:39:20.899Z] ---> c945c6c03e57 [2022-07-04T14:39:20.899Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-04T14:39:21.178Z] ---> Running in 26ab0a114215 [2022-07-04T14:39:23.858Z] Removing intermediate container 26ab0a114215 [2022-07-04T14:39:23.858Z] ---> 95cd69294f4f [2022-07-04T14:39:23.858Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-04T14:39:24.139Z] ---> Running in ae5cf3de88b5 [2022-07-04T14:39:24.430Z] Removing intermediate container ae5cf3de88b5 [2022-07-04T14:39:24.430Z] ---> 554b687cdc2d [2022-07-04T14:39:24.430Z] Step 28/31 : CMD ["gate"] [2022-07-04T14:39:24.708Z] ---> Running in ea9ed3e2fe2b [2022-07-04T14:39:25.338Z] Removing intermediate container ea9ed3e2fe2b [2022-07-04T14:39:25.338Z] ---> fee072800497 [2022-07-04T14:39:25.338Z] Step 29/31 : LABEL arch=arm64 [2022-07-04T14:39:25.338Z] ---> Running in b1a38280db50 [2022-07-04T14:39:25.958Z] Removing intermediate container b1a38280db50 [2022-07-04T14:39:25.958Z] ---> a8fd5769ec5a [2022-07-04T14:39:25.958Z] Step 30/31 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:39:26.240Z] ---> Running in 4d35322f948a [2022-07-04T14:39:26.860Z] Removing intermediate container 4d35322f948a [2022-07-04T14:39:26.860Z] ---> 3cf2fd587efc [2022-07-04T14:39:26.860Z] Step 31/31 : LABEL version=2.2.1-dev.22 [2022-07-04T14:39:26.860Z] ---> Running in cfbcb6f7e2b0 [2022-07-04T14:39:27.466Z] Removing intermediate container cfbcb6f7e2b0 [2022-07-04T14:39:27.466Z] ---> 4cfb336d3f6e [2022-07-04T14:39:27.466Z] [2022-07-04T14:39:27.740Z] Successfully built 4cfb336d3f6e [2022-07-04T14:39:27.740Z] Successfully tagged security-bootstrapper-arm64:latest [2022-07-04T14:40:00.118Z]  Building security-bootstrapper ... done Removing intermediate container b5cc50bcb1cc [2022-07-04T14:40:00.118Z] ---> c097a5d8c751 [2022-07-04T14:40:00.118Z] [2022-07-04T14:40:00.118Z] Step 9/20 : FROM alpine:3.15 [2022-07-04T14:40:00.118Z] ---> 3fb3c9af89a9 [2022-07-04T14:40:00.118Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-04T14:40:00.118Z] ---> Using cache [2022-07-04T14:40:00.118Z] ---> d55064259cf5 [2022-07-04T14:40:00.119Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-04T14:40:00.119Z] ---> Using cache [2022-07-04T14:40:00.119Z] ---> 233f77466aec [2022-07-04T14:40:00.119Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-04T14:40:00.119Z] ---> Running in cc7b63d628fa [2022-07-04T14:40:00.119Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:40:00.119Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:40:00.119Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-04T14:40:00.119Z] v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-04T14:40:00.119Z] OK: 15736 distinct packages available [2022-07-04T14:40:00.119Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:40:00.119Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:40:00.393Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-04T14:40:00.668Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-04T14:40:00.668Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-04T14:40:00.668Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-04T14:40:00.943Z] (5/9) Installing curl (7.80.0-r2) [2022-07-04T14:40:00.943Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-04T14:40:00.943Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-04T14:40:01.224Z] (8/9) Installing libucontext (1.1-r0) [2022-07-04T14:40:01.224Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-04T14:40:01.224Z] Executing busybox-1.34.1-r5.trigger [2022-07-04T14:40:01.224Z] Executing ca-certificates-20211220-r0.trigger [2022-07-04T14:40:01.505Z] OK: 8 MiB in 23 packages [2022-07-04T14:40:02.970Z] Removing intermediate container cc7b63d628fa [2022-07-04T14:40:02.970Z] ---> 19b1e00f808b [2022-07-04T14:40:02.970Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:40:03.578Z] ---> 0b0e027e7c2c [2022-07-04T14:40:03.578Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-04T14:40:05.026Z] ---> ae9d07fe98c7 [2022-07-04T14:40:05.026Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-07-04T14:40:05.754Z] ---> cb48ad02a190 [2022-07-04T14:40:05.754Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-07-04T14:40:05.754Z] ---> Running in b75e5762605b [2022-07-04T14:40:06.411Z] Removing intermediate container b75e5762605b [2022-07-04T14:40:06.411Z] ---> 181e683e0721 [2022-07-04T14:40:06.411Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:40:06.411Z] ---> Running in 73d63d95601c [2022-07-04T14:40:07.047Z] Removing intermediate container 73d63d95601c [2022-07-04T14:40:07.047Z] ---> 712b16128df2 [2022-07-04T14:40:07.047Z] Step 18/20 : LABEL arch=arm64 [2022-07-04T14:40:07.047Z] ---> Running in 68c34c6d2ec8 [2022-07-04T14:40:07.676Z] Removing intermediate container 68c34c6d2ec8 [2022-07-04T14:40:07.676Z] ---> 1ce62b24d24a [2022-07-04T14:40:07.676Z] Step 19/20 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:07.676Z] ---> Running in f1ef3ddf4935 [2022-07-04T14:40:07.960Z] Removing intermediate container f1ef3ddf4935 [2022-07-04T14:40:07.960Z] ---> 264f009f2604 [2022-07-04T14:40:07.960Z] Step 20/20 : LABEL version=2.2.1-dev.22 [2022-07-04T14:40:08.232Z] ---> Running in 53f06594aca3 [2022-07-04T14:40:08.504Z] Removing intermediate container 53f06594aca3 [2022-07-04T14:40:08.504Z] ---> 35380f891a8c [2022-07-04T14:40:08.504Z] [2022-07-04T14:40:08.776Z] Successfully built 35380f891a8c [2022-07-04T14:40:08.776Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-07-04T14:40:13.067Z]  Building security-spiffe-token-provider ... done Removing intermediate container 869ffbfc8640 [2022-07-04T14:40:13.067Z] ---> 3905cfefd071 [2022-07-04T14:40:13.067Z] [2022-07-04T14:40:13.067Z] Step 10/22 : FROM alpine:3.14 [2022-07-04T14:40:13.067Z] ---> ac73e934f311 [2022-07-04T14:40:13.067Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-04T14:40:13.067Z] ---> Running in 5e0ffbcd51b7 [2022-07-04T14:40:13.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-04T14:40:14.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-04T14:40:15.634Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-04T14:40:15.634Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-04T14:40:15.634Z] Executing busybox-1.33.1-r7.trigger [2022-07-04T14:40:15.634Z] Executing ca-certificates-20211220-r0.trigger [2022-07-04T14:40:15.907Z] OK: 6 MiB in 16 packages [2022-07-04T14:40:16.888Z] Removing intermediate container 5e0ffbcd51b7 [2022-07-04T14:40:16.888Z] ---> ee78d52e0492 [2022-07-04T14:40:16.888Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-04T14:40:17.160Z] ---> Running in fcdfee9e1230 [2022-07-04T14:40:17.433Z] Removing intermediate container fcdfee9e1230 [2022-07-04T14:40:17.433Z] ---> df666069f60d [2022-07-04T14:40:17.433Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-04T14:40:17.433Z] ---> Running in 8d3afb545838 [2022-07-04T14:40:17.708Z] Removing intermediate container 8d3afb545838 [2022-07-04T14:40:17.708Z] ---> fbc7149b9507 [2022-07-04T14:40:17.708Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-04T14:40:17.984Z] ---> Running in 8f739422aea2 [2022-07-04T14:40:18.256Z] Removing intermediate container 8f739422aea2 [2022-07-04T14:40:18.256Z] ---> 436adf8cba5e [2022-07-04T14:40:18.256Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-04T14:40:18.853Z] ---> cf791946c9ab [2022-07-04T14:40:18.853Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-04T14:40:19.828Z] ---> 2be42d3eb594 [2022-07-04T14:40:19.828Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-04T14:40:20.425Z] ---> a225de3731dd [2022-07-04T14:40:20.425Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-04T14:40:20.700Z] ---> Running in c598415cde83 [2022-07-04T14:40:20.974Z] Removing intermediate container c598415cde83 [2022-07-04T14:40:20.974Z] ---> 4a5674f03a72 [2022-07-04T14:40:20.974Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-04T14:40:20.974Z] ---> Running in 0540d199906f [2022-07-04T14:40:21.245Z] Removing intermediate container 0540d199906f [2022-07-04T14:40:21.245Z] ---> 1d7ad646d210 [2022-07-04T14:40:21.245Z] Step 20/22 : LABEL arch=arm64 [2022-07-04T14:40:21.245Z] ---> Running in 1a2ff04d2025 [2022-07-04T14:40:21.518Z] Removing intermediate container 1a2ff04d2025 [2022-07-04T14:40:21.518Z] ---> 37db129c8601 [2022-07-04T14:40:21.518Z] Step 21/22 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:21.793Z] ---> Running in bad0419fa65d [2022-07-04T14:40:22.068Z] Removing intermediate container bad0419fa65d [2022-07-04T14:40:22.068Z] ---> e3a1c8159cd0 [2022-07-04T14:40:22.068Z] Step 22/22 : LABEL version=2.2.1-dev.22 [2022-07-04T14:40:22.068Z] ---> Running in 5ae010c8cce4 [2022-07-04T14:40:22.339Z] Removing intermediate container 5ae010c8cce4 [2022-07-04T14:40:22.339Z] ---> 942c64bb0031 [2022-07-04T14:40:22.339Z] [2022-07-04T14:40:22.611Z] Successfully built 942c64bb0031 [2022-07-04T14:40:22.611Z] Successfully tagged support-notifications-arm64:latest [2022-07-04T14:40:22.901Z]  Building support-notifications ... done  [Pipeline] } [2022-07-04T14:40:22.922Z] $ docker stop --time=1 c6a2de3718d1ff7e4b286bd34b0ef98f98d7274691283808828f616bbe0446fb [2022-07-04T14:40:24.593Z] $ docker rm -f c6a2de3718d1ff7e4b286bd34b0ef98f98d7274691283808828f616bbe0446fb [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-04T14:40:25.114Z] + docker images [2022-07-04T14:40:25.386Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-04T14:40:25.386Z] support-notifications-arm64 latest 942c64bb0031 3 seconds ago 26MB [2022-07-04T14:40:25.386Z] 3905cfefd071 14 seconds ago 1.33GB [2022-07-04T14:40:25.386Z] security-spiffe-token-provider-arm64 latest 35380f891a8c 17 seconds ago 28.1MB [2022-07-04T14:40:25.386Z] c097a5d8c751 32 seconds ago 1.32GB [2022-07-04T14:40:25.386Z] security-bootstrapper-arm64 latest 4cfb336d3f6e 58 seconds ago 18.3MB [2022-07-04T14:40:25.386Z] 6ed05d3caf62 About a minute ago 1.28GB [2022-07-04T14:40:25.386Z] sys-mgmt-agent-arm64 latest 8ec9603b3c35 About a minute ago 282MB [2022-07-04T14:40:25.386Z] security-spire-agent-arm64 latest 2606474a6d54 2 minutes ago 126MB [2022-07-04T14:40:25.386Z] security-proxy-setup-arm64 latest 573b1a9b25ce 3 minutes ago 26.1MB [2022-07-04T14:40:25.386Z] ced1abafecea 3 minutes ago 1.27GB [2022-07-04T14:40:25.386Z] be5302116256 3 minutes ago 1.28GB [2022-07-04T14:40:25.386Z] core-data-arm64 latest 6a72313db7e5 6 minutes ago 21.7MB [2022-07-04T14:40:25.386Z] f003a7549438 6 minutes ago 1.3GB [2022-07-04T14:40:25.386Z] support-scheduler-arm64 latest 3fa3b554564d 6 minutes ago 25.4MB [2022-07-04T14:40:25.386Z] 3f4833dd43dd 7 minutes ago 1.33GB [2022-07-04T14:40:25.386Z] core-metadata-arm64 latest f608862a31ca 7 minutes ago 16.3MB [2022-07-04T14:40:25.386Z] 42fa7a4f0b38 7 minutes ago 1.28GB [2022-07-04T14:40:25.386Z] security-secretstore-setup-arm64 latest 050c12592ec2 9 minutes ago 27.5MB [2022-07-04T14:40:25.386Z] core-command-arm64 latest 3e1d2a92622f 9 minutes ago 15.5MB [2022-07-04T14:40:25.386Z] bdd917ce0fbb 9 minutes ago 1.28GB [2022-07-04T14:40:25.386Z] d9cd00ffd220 10 minutes ago 1.27GB [2022-07-04T14:40:25.386Z] security-spire-config-arm64 latest 216623b79d5d 13 minutes ago 85.6MB [2022-07-04T14:40:25.386Z] security-spire-server-arm64 latest 0d3f1cc729f0 13 minutes ago 86.3MB [2022-07-04T14:40:25.386Z] 1f3ada9ac7f6 14 minutes ago 1.18GB [2022-07-04T14:40:25.386Z] cf506dce3349 14 minutes ago 1.18GB [2022-07-04T14:40:25.386Z] ci-base-image-arm64 latest 449e3314755a 16 minutes ago 1.01GB [2022-07-04T14:40:25.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 819e984ddca1 4 weeks ago 669MB [2022-07-04T14:40:25.386Z] docker 20.10.14 c346e9eafbab 3 months ago 202MB [2022-07-04T14:40:25.386Z] alpine 3.14 ac73e934f311 3 months ago 5.34MB [2022-07-04T14:40:25.386Z] alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB [2022-07-04T14:40:25.386Z] 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 [2022-07-04T14:40:25.510Z] provisioning config files... [2022-07-04T14:40:25.529Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/253@tmp/config3049335269323847329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:40:25.881Z] ---> docker-login.sh [2022-07-04T14:40:25.881Z] nexus3.edgexfoundry.org:10001 [2022-07-04T14:40:26.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:40:26.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:40:26.152Z] Configure a credential helper to remove this warning. See [2022-07-04T14:40:26.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:40:26.152Z] [2022-07-04T14:40:26.152Z] Login Succeeded [2022-07-04T14:40:26.152Z] nexus3.edgexfoundry.org:10002 [2022-07-04T14:40:26.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:40:26.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:40:26.745Z] Configure a credential helper to remove this warning. See [2022-07-04T14:40:26.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:40:26.745Z] [2022-07-04T14:40:26.745Z] Login Succeeded [2022-07-04T14:40:26.745Z] nexus3.edgexfoundry.org:10003 [2022-07-04T14:40:27.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:40:27.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:40:27.290Z] Configure a credential helper to remove this warning. See [2022-07-04T14:40:27.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:40:27.290Z] [2022-07-04T14:40:27.290Z] Login Succeeded [2022-07-04T14:40:27.290Z] nexus3.edgexfoundry.org:10004 [2022-07-04T14:40:27.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:40:27.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:40:27.562Z] Configure a credential helper to remove this warning. See [2022-07-04T14:40:27.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:40:27.562Z] [2022-07-04T14:40:27.562Z] Login Succeeded [2022-07-04T14:40:27.562Z] docker.io [2022-07-04T14:40:28.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-04T14:40:28.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-04T14:40:28.441Z] Configure a credential helper to remove this warning. See [2022-07-04T14:40:28.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-04T14:40:28.441Z] [2022-07-04T14:40:28.441Z] Login Succeeded [2022-07-04T14:40:28.441Z] ---> docker-login.sh ends [Pipeline] } [2022-07-04T14:40:28.462Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:40:28.494Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-04T14:40:28.516Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-07-04T14:40:28.516Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:28.516Z] latest [2022-07-04T14:40:28.516Z] 2.2.1-dev.22 [2022-07-04T14:40:28.516Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:40:28.516Z] main [2022-07-04T14:40:28.516Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:28.969Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:29.336Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:29.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-04T14:40:29.336Z] de0ddb54732d: Preparing [2022-07-04T14:40:29.336Z] d653af04e5cf: Preparing [2022-07-04T14:40:29.336Z] 542aa002da7c: Preparing [2022-07-04T14:40:29.336Z] 76d9ccc28401: Preparing [2022-07-04T14:40:29.336Z] f73e7dbfee58: Preparing [2022-07-04T14:40:29.702Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:29.702Z] 76d9ccc28401: Pushed [2022-07-04T14:40:29.702Z] de0ddb54732d: Pushed [2022-07-04T14:40:29.702Z] 542aa002da7c: Pushed [2022-07-04T14:40:32.336Z] d653af04e5cf: Pushed [2022-07-04T14:40:32.336Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:38379a4f2c3b8bbcfe768e0ffa40bce1e3964353fe042edac94f370084211636 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:32.703Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:33.057Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-07-04T14:40:33.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-04T14:40:33.057Z] de0ddb54732d: Preparing [2022-07-04T14:40:33.057Z] d653af04e5cf: Preparing [2022-07-04T14:40:33.057Z] 542aa002da7c: Preparing [2022-07-04T14:40:33.057Z] 76d9ccc28401: Preparing [2022-07-04T14:40:33.057Z] f73e7dbfee58: Preparing [2022-07-04T14:40:33.057Z] 76d9ccc28401: Layer already exists [2022-07-04T14:40:33.057Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:33.057Z] de0ddb54732d: Layer already exists [2022-07-04T14:40:33.057Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:33.057Z] d653af04e5cf: Layer already exists [2022-07-04T14:40:33.329Z] latest: digest: sha256:38379a4f2c3b8bbcfe768e0ffa40bce1e3964353fe042edac94f370084211636 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:33.687Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:34.046Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.22 [2022-07-04T14:40:34.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-04T14:40:34.046Z] de0ddb54732d: Preparing [2022-07-04T14:40:34.046Z] d653af04e5cf: Preparing [2022-07-04T14:40:34.046Z] 542aa002da7c: Preparing [2022-07-04T14:40:34.046Z] 76d9ccc28401: Preparing [2022-07-04T14:40:34.046Z] f73e7dbfee58: Preparing [2022-07-04T14:40:34.046Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:34.046Z] d653af04e5cf: Layer already exists [2022-07-04T14:40:34.046Z] 76d9ccc28401: Layer already exists [2022-07-04T14:40:34.046Z] de0ddb54732d: Layer already exists [2022-07-04T14:40:34.046Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:34.317Z] 2.2.1-dev.22: digest: sha256:38379a4f2c3b8bbcfe768e0ffa40bce1e3964353fe042edac94f370084211636 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:34.678Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:35.032Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:40:35.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-04T14:40:35.032Z] de0ddb54732d: Preparing [2022-07-04T14:40:35.032Z] d653af04e5cf: Preparing [2022-07-04T14:40:35.032Z] 542aa002da7c: Preparing [2022-07-04T14:40:35.032Z] 76d9ccc28401: Preparing [2022-07-04T14:40:35.032Z] f73e7dbfee58: Preparing [2022-07-04T14:40:35.032Z] de0ddb54732d: Layer already exists [2022-07-04T14:40:35.032Z] d653af04e5cf: Layer already exists [2022-07-04T14:40:35.032Z] 76d9ccc28401: Layer already exists [2022-07-04T14:40:35.032Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:35.032Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:35.304Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:38379a4f2c3b8bbcfe768e0ffa40bce1e3964353fe042edac94f370084211636 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:35.666Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:36.020Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-07-04T14:40:36.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-04T14:40:36.020Z] de0ddb54732d: Preparing [2022-07-04T14:40:36.020Z] d653af04e5cf: Preparing [2022-07-04T14:40:36.020Z] 542aa002da7c: Preparing [2022-07-04T14:40:36.020Z] 76d9ccc28401: Preparing [2022-07-04T14:40:36.020Z] f73e7dbfee58: Preparing [2022-07-04T14:40:36.020Z] 76d9ccc28401: Layer already exists [2022-07-04T14:40:36.020Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:36.020Z] d653af04e5cf: Layer already exists [2022-07-04T14:40:36.020Z] de0ddb54732d: Layer already exists [2022-07-04T14:40:36.020Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:36.292Z] main: digest: sha256:38379a4f2c3b8bbcfe768e0ffa40bce1e3964353fe042edac94f370084211636 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:40:36.352Z] ===================================================== [Pipeline] echo [2022-07-04T14:40:36.360Z] taggedImages: [2022-07-04T14:40:36.360Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:36.360Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-07-04T14:40:36.360Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.22 [2022-07-04T14:40:36.360Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:40:36.360Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-07-04T14:40:36.381Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-07-04T14:40:36.381Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:36.381Z] latest [2022-07-04T14:40:36.381Z] 2.2.1-dev.22 [2022-07-04T14:40:36.381Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:40:36.381Z] main [2022-07-04T14:40:36.381Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:36.746Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:37.104Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:37.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-04T14:40:37.104Z] c5681434f516: Preparing [2022-07-04T14:40:37.104Z] d67d60331b42: Preparing [2022-07-04T14:40:37.104Z] 542aa002da7c: Preparing [2022-07-04T14:40:37.104Z] 70ef06064943: Preparing [2022-07-04T14:40:37.104Z] d9d76fec769d: Preparing [2022-07-04T14:40:37.104Z] f73e7dbfee58: Preparing [2022-07-04T14:40:37.104Z] f73e7dbfee58: Waiting [2022-07-04T14:40:37.381Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:37.381Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:37.381Z] d9d76fec769d: Pushed [2022-07-04T14:40:37.381Z] c5681434f516: Pushed [2022-07-04T14:40:37.998Z] 70ef06064943: Pushed [2022-07-04T14:40:41.412Z] d67d60331b42: Pushed [2022-07-04T14:40:41.412Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:ddad64d335c67d0e68cfe83293422a4479dbd55cd0d3e2760563d6bd53282c44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:41.773Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:42.130Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-07-04T14:40:42.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-04T14:40:42.130Z] c5681434f516: Preparing [2022-07-04T14:40:42.130Z] d67d60331b42: Preparing [2022-07-04T14:40:42.130Z] 542aa002da7c: Preparing [2022-07-04T14:40:42.130Z] 70ef06064943: Preparing [2022-07-04T14:40:42.130Z] d9d76fec769d: Preparing [2022-07-04T14:40:42.130Z] f73e7dbfee58: Preparing [2022-07-04T14:40:42.130Z] f73e7dbfee58: Waiting [2022-07-04T14:40:42.130Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:42.130Z] 70ef06064943: Layer already exists [2022-07-04T14:40:42.130Z] d67d60331b42: Layer already exists [2022-07-04T14:40:42.130Z] d9d76fec769d: Layer already exists [2022-07-04T14:40:42.130Z] c5681434f516: Layer already exists [2022-07-04T14:40:42.130Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:42.401Z] latest: digest: sha256:ddad64d335c67d0e68cfe83293422a4479dbd55cd0d3e2760563d6bd53282c44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:42.756Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:43.107Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.22 [2022-07-04T14:40:43.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-04T14:40:43.107Z] c5681434f516: Preparing [2022-07-04T14:40:43.107Z] d67d60331b42: Preparing [2022-07-04T14:40:43.107Z] 542aa002da7c: Preparing [2022-07-04T14:40:43.107Z] 70ef06064943: Preparing [2022-07-04T14:40:43.107Z] d9d76fec769d: Preparing [2022-07-04T14:40:43.107Z] f73e7dbfee58: Preparing [2022-07-04T14:40:43.107Z] f73e7dbfee58: Waiting [2022-07-04T14:40:43.107Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:43.107Z] d67d60331b42: Layer already exists [2022-07-04T14:40:43.107Z] d9d76fec769d: Layer already exists [2022-07-04T14:40:43.107Z] 70ef06064943: Layer already exists [2022-07-04T14:40:43.107Z] c5681434f516: Layer already exists [2022-07-04T14:40:43.107Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:43.379Z] 2.2.1-dev.22: digest: sha256:ddad64d335c67d0e68cfe83293422a4479dbd55cd0d3e2760563d6bd53282c44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:43.741Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:44.088Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:40:44.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-04T14:40:44.088Z] c5681434f516: Preparing [2022-07-04T14:40:44.088Z] d67d60331b42: Preparing [2022-07-04T14:40:44.088Z] 542aa002da7c: Preparing [2022-07-04T14:40:44.088Z] 70ef06064943: Preparing [2022-07-04T14:40:44.088Z] d9d76fec769d: Preparing [2022-07-04T14:40:44.088Z] f73e7dbfee58: Preparing [2022-07-04T14:40:44.088Z] f73e7dbfee58: Waiting [2022-07-04T14:40:44.088Z] d9d76fec769d: Layer already exists [2022-07-04T14:40:44.088Z] d67d60331b42: Layer already exists [2022-07-04T14:40:44.088Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:44.088Z] 70ef06064943: Layer already exists [2022-07-04T14:40:44.088Z] c5681434f516: Layer already exists [2022-07-04T14:40:44.360Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:44.360Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:ddad64d335c67d0e68cfe83293422a4479dbd55cd0d3e2760563d6bd53282c44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:44.726Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:45.076Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-07-04T14:40:45.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-04T14:40:45.076Z] c5681434f516: Preparing [2022-07-04T14:40:45.076Z] d67d60331b42: Preparing [2022-07-04T14:40:45.076Z] 542aa002da7c: Preparing [2022-07-04T14:40:45.076Z] 70ef06064943: Preparing [2022-07-04T14:40:45.076Z] d9d76fec769d: Preparing [2022-07-04T14:40:45.076Z] f73e7dbfee58: Preparing [2022-07-04T14:40:45.076Z] f73e7dbfee58: Waiting [2022-07-04T14:40:45.076Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:45.076Z] d67d60331b42: Layer already exists [2022-07-04T14:40:45.076Z] d9d76fec769d: Layer already exists [2022-07-04T14:40:45.076Z] 70ef06064943: Layer already exists [2022-07-04T14:40:45.076Z] c5681434f516: Layer already exists [2022-07-04T14:40:45.348Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:45.348Z] main: digest: sha256:ddad64d335c67d0e68cfe83293422a4479dbd55cd0d3e2760563d6bd53282c44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:40:45.409Z] ===================================================== [Pipeline] echo [2022-07-04T14:40:45.416Z] taggedImages: [2022-07-04T14:40:45.416Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:45.416Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-07-04T14:40:45.416Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.22 [2022-07-04T14:40:45.416Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:40:45.416Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-07-04T14:40:45.440Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-07-04T14:40:45.440Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:45.440Z] latest [2022-07-04T14:40:45.440Z] 2.2.1-dev.22 [2022-07-04T14:40:45.440Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:40:45.440Z] main [2022-07-04T14:40:45.440Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:45.801Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:46.162Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:46.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-04T14:40:46.162Z] c3452ed3dd84: Preparing [2022-07-04T14:40:46.162Z] d988c92c7eda: Preparing [2022-07-04T14:40:46.162Z] 542aa002da7c: Preparing [2022-07-04T14:40:46.162Z] 76d9ccc28401: Preparing [2022-07-04T14:40:46.162Z] f73e7dbfee58: Preparing [2022-07-04T14:40:46.162Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:46.162Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:46.434Z] 76d9ccc28401: Layer already exists [2022-07-04T14:40:46.434Z] c3452ed3dd84: Pushed [2022-07-04T14:40:49.038Z] d988c92c7eda: Pushed [2022-07-04T14:40:49.314Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:78f2e302fe8e3879299369db6ec68a0b15603f2b860662ce37cf47c1301a6fcd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:49.677Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:50.021Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-07-04T14:40:50.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-04T14:40:50.022Z] c3452ed3dd84: Preparing [2022-07-04T14:40:50.022Z] d988c92c7eda: Preparing [2022-07-04T14:40:50.022Z] 542aa002da7c: Preparing [2022-07-04T14:40:50.022Z] 76d9ccc28401: Preparing [2022-07-04T14:40:50.022Z] f73e7dbfee58: Preparing [2022-07-04T14:40:50.022Z] d988c92c7eda: Layer already exists [2022-07-04T14:40:50.022Z] 76d9ccc28401: Layer already exists [2022-07-04T14:40:50.022Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:50.022Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:50.022Z] c3452ed3dd84: Layer already exists [2022-07-04T14:40:50.294Z] latest: digest: sha256:78f2e302fe8e3879299369db6ec68a0b15603f2b860662ce37cf47c1301a6fcd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:50.654Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:51.004Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.22 [2022-07-04T14:40:51.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-04T14:40:51.004Z] c3452ed3dd84: Preparing [2022-07-04T14:40:51.004Z] d988c92c7eda: Preparing [2022-07-04T14:40:51.004Z] 542aa002da7c: Preparing [2022-07-04T14:40:51.004Z] 76d9ccc28401: Preparing [2022-07-04T14:40:51.004Z] f73e7dbfee58: Preparing [2022-07-04T14:40:51.004Z] d988c92c7eda: Layer already exists [2022-07-04T14:40:51.004Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:51.004Z] 76d9ccc28401: Layer already exists [2022-07-04T14:40:51.004Z] c3452ed3dd84: Layer already exists [2022-07-04T14:40:51.004Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:51.274Z] 2.2.1-dev.22: digest: sha256:78f2e302fe8e3879299369db6ec68a0b15603f2b860662ce37cf47c1301a6fcd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:51.630Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:51.988Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:40:51.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-04T14:40:51.988Z] c3452ed3dd84: Preparing [2022-07-04T14:40:51.988Z] d988c92c7eda: Preparing [2022-07-04T14:40:51.988Z] 542aa002da7c: Preparing [2022-07-04T14:40:51.988Z] 76d9ccc28401: Preparing [2022-07-04T14:40:51.988Z] f73e7dbfee58: Preparing [2022-07-04T14:40:51.988Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:51.988Z] d988c92c7eda: Layer already exists [2022-07-04T14:40:51.988Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:51.988Z] 76d9ccc28401: Layer already exists [2022-07-04T14:40:51.988Z] c3452ed3dd84: Layer already exists [2022-07-04T14:40:52.262Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:78f2e302fe8e3879299369db6ec68a0b15603f2b860662ce37cf47c1301a6fcd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:52.621Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:52.969Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-07-04T14:40:52.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-04T14:40:52.969Z] c3452ed3dd84: Preparing [2022-07-04T14:40:52.969Z] d988c92c7eda: Preparing [2022-07-04T14:40:52.969Z] 542aa002da7c: Preparing [2022-07-04T14:40:52.969Z] 76d9ccc28401: Preparing [2022-07-04T14:40:52.969Z] f73e7dbfee58: Preparing [2022-07-04T14:40:52.969Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:52.969Z] 76d9ccc28401: Layer already exists [2022-07-04T14:40:52.969Z] c3452ed3dd84: Layer already exists [2022-07-04T14:40:52.969Z] d988c92c7eda: Layer already exists [2022-07-04T14:40:52.969Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:53.240Z] main: digest: sha256:78f2e302fe8e3879299369db6ec68a0b15603f2b860662ce37cf47c1301a6fcd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:40:53.292Z] ===================================================== [Pipeline] echo [2022-07-04T14:40:53.300Z] taggedImages: [2022-07-04T14:40:53.300Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:53.300Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-07-04T14:40:53.300Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.22 [2022-07-04T14:40:53.300Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:40:53.300Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-07-04T14:40:53.321Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-07-04T14:40:53.321Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:53.321Z] latest [2022-07-04T14:40:53.321Z] 2.2.1-dev.22 [2022-07-04T14:40:53.321Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:40:53.321Z] main [2022-07-04T14:40:53.321Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:53.667Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:54.020Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:40:54.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-04T14:40:54.020Z] 760d8a97ed62: Preparing [2022-07-04T14:40:54.020Z] 760d8a97ed62: Preparing [2022-07-04T14:40:54.020Z] a4c076400306: Preparing [2022-07-04T14:40:54.020Z] 7b403f03aff7: Preparing [2022-07-04T14:40:54.020Z] d6893e32cfc7: Preparing [2022-07-04T14:40:54.020Z] 00b09a856c9f: Preparing [2022-07-04T14:40:54.020Z] 542aa002da7c: Preparing [2022-07-04T14:40:54.020Z] 91daece6847a: Preparing [2022-07-04T14:40:54.020Z] 5064c2fa2ca0: Preparing [2022-07-04T14:40:54.020Z] 7b7dc2114d45: Preparing [2022-07-04T14:40:54.020Z] 7795c863c578: Preparing [2022-07-04T14:40:54.020Z] f73e7dbfee58: Preparing [2022-07-04T14:40:54.020Z] 542aa002da7c: Waiting [2022-07-04T14:40:54.020Z] 91daece6847a: Waiting [2022-07-04T14:40:54.020Z] 7b7dc2114d45: Waiting [2022-07-04T14:40:54.020Z] 5064c2fa2ca0: Waiting [2022-07-04T14:40:54.020Z] f73e7dbfee58: Waiting [2022-07-04T14:40:54.020Z] 7795c863c578: Waiting [2022-07-04T14:40:54.292Z] 7b403f03aff7: Pushed [2022-07-04T14:40:54.292Z] a4c076400306: Pushed [2022-07-04T14:40:54.292Z] 760d8a97ed62: Pushed [2022-07-04T14:40:54.292Z] d6893e32cfc7: Pushed [2022-07-04T14:40:54.292Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:54.563Z] 91daece6847a: Pushed [2022-07-04T14:40:54.563Z] 5064c2fa2ca0: Pushed [2022-07-04T14:40:54.563Z] 7b7dc2114d45: Pushed [2022-07-04T14:40:54.563Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:54.563Z] 7795c863c578: Pushed [2022-07-04T14:40:57.937Z] 00b09a856c9f: Pushed [2022-07-04T14:40:57.937Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:5461dcb7a179fb3cf5bb7d9c320393779a867d91c2b47885edbcd497cc86caa9 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:58.291Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:58.641Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-07-04T14:40:58.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-04T14:40:58.641Z] 760d8a97ed62: Preparing [2022-07-04T14:40:58.641Z] 760d8a97ed62: Preparing [2022-07-04T14:40:58.641Z] a4c076400306: Preparing [2022-07-04T14:40:58.641Z] 7b403f03aff7: Preparing [2022-07-04T14:40:58.641Z] d6893e32cfc7: Preparing [2022-07-04T14:40:58.641Z] 00b09a856c9f: Preparing [2022-07-04T14:40:58.641Z] 542aa002da7c: Preparing [2022-07-04T14:40:58.641Z] 91daece6847a: Preparing [2022-07-04T14:40:58.641Z] 5064c2fa2ca0: Preparing [2022-07-04T14:40:58.641Z] 7b7dc2114d45: Preparing [2022-07-04T14:40:58.641Z] 7795c863c578: Preparing [2022-07-04T14:40:58.641Z] f73e7dbfee58: Preparing [2022-07-04T14:40:58.641Z] 5064c2fa2ca0: Waiting [2022-07-04T14:40:58.641Z] 7b7dc2114d45: Waiting [2022-07-04T14:40:58.641Z] 542aa002da7c: Waiting [2022-07-04T14:40:58.641Z] 7795c863c578: Waiting [2022-07-04T14:40:58.641Z] 91daece6847a: Waiting [2022-07-04T14:40:58.641Z] f73e7dbfee58: Waiting [2022-07-04T14:40:58.641Z] a4c076400306: Layer already exists [2022-07-04T14:40:58.641Z] d6893e32cfc7: Layer already exists [2022-07-04T14:40:58.641Z] 7b403f03aff7: Layer already exists [2022-07-04T14:40:58.641Z] 00b09a856c9f: Layer already exists [2022-07-04T14:40:58.641Z] 760d8a97ed62: Layer already exists [2022-07-04T14:40:58.641Z] 5064c2fa2ca0: Layer already exists [2022-07-04T14:40:58.641Z] 91daece6847a: Layer already exists [2022-07-04T14:40:58.641Z] 7b7dc2114d45: Layer already exists [2022-07-04T14:40:58.641Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:58.641Z] 7795c863c578: Layer already exists [2022-07-04T14:40:58.911Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:58.911Z] latest: digest: sha256:5461dcb7a179fb3cf5bb7d9c320393779a867d91c2b47885edbcd497cc86caa9 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:59.265Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:40:59.623Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.22 [2022-07-04T14:40:59.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-04T14:40:59.623Z] 760d8a97ed62: Preparing [2022-07-04T14:40:59.623Z] 760d8a97ed62: Preparing [2022-07-04T14:40:59.623Z] a4c076400306: Preparing [2022-07-04T14:40:59.623Z] 7b403f03aff7: Preparing [2022-07-04T14:40:59.623Z] d6893e32cfc7: Preparing [2022-07-04T14:40:59.623Z] 00b09a856c9f: Preparing [2022-07-04T14:40:59.623Z] 542aa002da7c: Preparing [2022-07-04T14:40:59.623Z] 91daece6847a: Preparing [2022-07-04T14:40:59.623Z] 5064c2fa2ca0: Preparing [2022-07-04T14:40:59.623Z] 7b7dc2114d45: Preparing [2022-07-04T14:40:59.623Z] 7795c863c578: Preparing [2022-07-04T14:40:59.623Z] f73e7dbfee58: Preparing [2022-07-04T14:40:59.623Z] 5064c2fa2ca0: Waiting [2022-07-04T14:40:59.623Z] 7b7dc2114d45: Waiting [2022-07-04T14:40:59.623Z] 7795c863c578: Waiting [2022-07-04T14:40:59.623Z] f73e7dbfee58: Waiting [2022-07-04T14:40:59.623Z] 91daece6847a: Waiting [2022-07-04T14:40:59.623Z] 542aa002da7c: Waiting [2022-07-04T14:40:59.623Z] d6893e32cfc7: Layer already exists [2022-07-04T14:40:59.623Z] 760d8a97ed62: Layer already exists [2022-07-04T14:40:59.623Z] 7b403f03aff7: Layer already exists [2022-07-04T14:40:59.623Z] a4c076400306: Layer already exists [2022-07-04T14:40:59.623Z] 00b09a856c9f: Layer already exists [2022-07-04T14:40:59.623Z] 7b7dc2114d45: Layer already exists [2022-07-04T14:40:59.623Z] 91daece6847a: Layer already exists [2022-07-04T14:40:59.623Z] 542aa002da7c: Layer already exists [2022-07-04T14:40:59.623Z] 7795c863c578: Layer already exists [2022-07-04T14:40:59.623Z] 5064c2fa2ca0: Layer already exists [2022-07-04T14:40:59.895Z] f73e7dbfee58: Layer already exists [2022-07-04T14:40:59.895Z] 2.2.1-dev.22: digest: sha256:5461dcb7a179fb3cf5bb7d9c320393779a867d91c2b47885edbcd497cc86caa9 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:00.252Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:00.610Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:00.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-04T14:41:00.610Z] 760d8a97ed62: Preparing [2022-07-04T14:41:00.610Z] 760d8a97ed62: Preparing [2022-07-04T14:41:00.610Z] a4c076400306: Preparing [2022-07-04T14:41:00.610Z] 7b403f03aff7: Preparing [2022-07-04T14:41:00.610Z] d6893e32cfc7: Preparing [2022-07-04T14:41:00.610Z] 00b09a856c9f: Preparing [2022-07-04T14:41:00.610Z] 542aa002da7c: Preparing [2022-07-04T14:41:00.610Z] 91daece6847a: Preparing [2022-07-04T14:41:00.610Z] 5064c2fa2ca0: Preparing [2022-07-04T14:41:00.610Z] 7b7dc2114d45: Preparing [2022-07-04T14:41:00.610Z] 7795c863c578: Preparing [2022-07-04T14:41:00.610Z] f73e7dbfee58: Preparing [2022-07-04T14:41:00.610Z] 542aa002da7c: Waiting [2022-07-04T14:41:00.610Z] 91daece6847a: Waiting [2022-07-04T14:41:00.610Z] 7b7dc2114d45: Waiting [2022-07-04T14:41:00.610Z] 5064c2fa2ca0: Waiting [2022-07-04T14:41:00.610Z] 7795c863c578: Waiting [2022-07-04T14:41:00.610Z] f73e7dbfee58: Waiting [2022-07-04T14:41:00.610Z] 7b403f03aff7: Layer already exists [2022-07-04T14:41:00.610Z] d6893e32cfc7: Layer already exists [2022-07-04T14:41:00.610Z] 00b09a856c9f: Layer already exists [2022-07-04T14:41:00.610Z] 760d8a97ed62: Layer already exists [2022-07-04T14:41:00.610Z] a4c076400306: Layer already exists [2022-07-04T14:41:00.610Z] 91daece6847a: Layer already exists [2022-07-04T14:41:00.610Z] 5064c2fa2ca0: Layer already exists [2022-07-04T14:41:00.610Z] 7795c863c578: Layer already exists [2022-07-04T14:41:00.610Z] 542aa002da7c: Layer already exists [2022-07-04T14:41:00.610Z] 7b7dc2114d45: Layer already exists [2022-07-04T14:41:00.882Z] f73e7dbfee58: Layer already exists [2022-07-04T14:41:00.882Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:5461dcb7a179fb3cf5bb7d9c320393779a867d91c2b47885edbcd497cc86caa9 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:01.302Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:01.704Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-07-04T14:41:01.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-04T14:41:01.704Z] 760d8a97ed62: Preparing [2022-07-04T14:41:01.704Z] 760d8a97ed62: Preparing [2022-07-04T14:41:01.704Z] a4c076400306: Preparing [2022-07-04T14:41:01.704Z] 7b403f03aff7: Preparing [2022-07-04T14:41:01.704Z] d6893e32cfc7: Preparing [2022-07-04T14:41:01.704Z] 00b09a856c9f: Preparing [2022-07-04T14:41:01.704Z] 542aa002da7c: Preparing [2022-07-04T14:41:01.704Z] 91daece6847a: Preparing [2022-07-04T14:41:01.704Z] 5064c2fa2ca0: Preparing [2022-07-04T14:41:01.704Z] 7b7dc2114d45: Preparing [2022-07-04T14:41:01.704Z] 7795c863c578: Preparing [2022-07-04T14:41:01.704Z] f73e7dbfee58: Preparing [2022-07-04T14:41:01.704Z] 5064c2fa2ca0: Waiting [2022-07-04T14:41:01.704Z] 7b7dc2114d45: Waiting [2022-07-04T14:41:01.704Z] 7795c863c578: Waiting [2022-07-04T14:41:01.704Z] f73e7dbfee58: Waiting [2022-07-04T14:41:01.704Z] 542aa002da7c: Waiting [2022-07-04T14:41:01.704Z] 00b09a856c9f: Layer already exists [2022-07-04T14:41:01.704Z] 760d8a97ed62: Layer already exists [2022-07-04T14:41:01.704Z] a4c076400306: Layer already exists [2022-07-04T14:41:01.990Z] d6893e32cfc7: Layer already exists [2022-07-04T14:41:01.990Z] 7b403f03aff7: Layer already exists [2022-07-04T14:41:01.990Z] 5064c2fa2ca0: Layer already exists [2022-07-04T14:41:01.990Z] 542aa002da7c: Layer already exists [2022-07-04T14:41:01.990Z] 7b7dc2114d45: Layer already exists [2022-07-04T14:41:01.990Z] 91daece6847a: Layer already exists [2022-07-04T14:41:01.990Z] 7795c863c578: Layer already exists [2022-07-04T14:41:01.990Z] f73e7dbfee58: Layer already exists [2022-07-04T14:41:01.990Z] main: digest: sha256:5461dcb7a179fb3cf5bb7d9c320393779a867d91c2b47885edbcd497cc86caa9 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:41:02.044Z] ===================================================== [Pipeline] echo [2022-07-04T14:41:02.052Z] taggedImages: [2022-07-04T14:41:02.052Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:02.052Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-07-04T14:41:02.052Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.22 [2022-07-04T14:41:02.052Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:02.052Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-07-04T14:41:02.074Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-07-04T14:41:02.074Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:02.074Z] latest [2022-07-04T14:41:02.074Z] 2.2.1-dev.22 [2022-07-04T14:41:02.074Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:02.074Z] main [2022-07-04T14:41:02.074Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:02.430Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:02.786Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:02.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-04T14:41:02.786Z] b1e9c873db45: Preparing [2022-07-04T14:41:02.786Z] e4cfb10949f9: Preparing [2022-07-04T14:41:02.786Z] 63a29d813a0f: Preparing [2022-07-04T14:41:02.786Z] 3ea8662851ba: Preparing [2022-07-04T14:41:02.786Z] 6d9d74fd1849: Preparing [2022-07-04T14:41:02.786Z] f5226413c6e5: Preparing [2022-07-04T14:41:02.786Z] 9a18f85f6707: Preparing [2022-07-04T14:41:02.786Z] f73e7dbfee58: Preparing [2022-07-04T14:41:02.786Z] f5226413c6e5: Waiting [2022-07-04T14:41:02.786Z] f73e7dbfee58: Waiting [2022-07-04T14:41:02.786Z] 9a18f85f6707: Waiting [2022-07-04T14:41:03.060Z] 6d9d74fd1849: Pushed [2022-07-04T14:41:03.060Z] b1e9c873db45: Pushed [2022-07-04T14:41:03.060Z] e4cfb10949f9: Pushed [2022-07-04T14:41:03.060Z] f73e7dbfee58: Layer already exists [2022-07-04T14:41:03.549Z] f5226413c6e5: Pushed [2022-07-04T14:41:03.821Z] 9a18f85f6707: Pushed [2022-07-04T14:41:05.791Z] 3ea8662851ba: Pushed [2022-07-04T14:41:05.791Z] 63a29d813a0f: Pushed [2022-07-04T14:41:05.791Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:1ccb9a625283555cc2bdebd3bf1015771aa91cea97f03d6dde70809ff9a18063 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:06.149Z] + 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 [2022-07-04T14:41:06.509Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-07-04T14:41:06.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-04T14:41:06.509Z] b1e9c873db45: Preparing [2022-07-04T14:41:06.509Z] e4cfb10949f9: Preparing [2022-07-04T14:41:06.509Z] 63a29d813a0f: Preparing [2022-07-04T14:41:06.509Z] 3ea8662851ba: Preparing [2022-07-04T14:41:06.509Z] 6d9d74fd1849: Preparing [2022-07-04T14:41:06.509Z] f5226413c6e5: Preparing [2022-07-04T14:41:06.509Z] 9a18f85f6707: Preparing [2022-07-04T14:41:06.509Z] f73e7dbfee58: Preparing [2022-07-04T14:41:06.509Z] f5226413c6e5: Waiting [2022-07-04T14:41:06.509Z] f73e7dbfee58: Waiting [2022-07-04T14:41:06.509Z] 9a18f85f6707: Waiting [2022-07-04T14:41:06.509Z] b1e9c873db45: Layer already exists [2022-07-04T14:41:06.509Z] 63a29d813a0f: Layer already exists [2022-07-04T14:41:06.509Z] 6d9d74fd1849: Layer already exists [2022-07-04T14:41:06.509Z] 3ea8662851ba: Layer already exists [2022-07-04T14:41:06.509Z] e4cfb10949f9: Layer already exists [2022-07-04T14:41:06.509Z] f73e7dbfee58: Layer already exists [2022-07-04T14:41:06.509Z] 9a18f85f6707: Layer already exists [2022-07-04T14:41:06.509Z] f5226413c6e5: Layer already exists [2022-07-04T14:41:06.781Z] latest: digest: sha256:1ccb9a625283555cc2bdebd3bf1015771aa91cea97f03d6dde70809ff9a18063 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:07.144Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:07.498Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.22 [2022-07-04T14:41:07.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-04T14:41:07.498Z] b1e9c873db45: Preparing [2022-07-04T14:41:07.498Z] e4cfb10949f9: Preparing [2022-07-04T14:41:07.498Z] 63a29d813a0f: Preparing [2022-07-04T14:41:07.498Z] 3ea8662851ba: Preparing [2022-07-04T14:41:07.498Z] 6d9d74fd1849: Preparing [2022-07-04T14:41:07.498Z] f5226413c6e5: Preparing [2022-07-04T14:41:07.498Z] 9a18f85f6707: Preparing [2022-07-04T14:41:07.498Z] f73e7dbfee58: Preparing [2022-07-04T14:41:07.498Z] 9a18f85f6707: Waiting [2022-07-04T14:41:07.498Z] f73e7dbfee58: Waiting [2022-07-04T14:41:07.498Z] f5226413c6e5: Waiting [2022-07-04T14:41:07.498Z] 6d9d74fd1849: Layer already exists [2022-07-04T14:41:07.498Z] e4cfb10949f9: Layer already exists [2022-07-04T14:41:07.498Z] 3ea8662851ba: Layer already exists [2022-07-04T14:41:07.498Z] b1e9c873db45: Layer already exists [2022-07-04T14:41:07.498Z] 63a29d813a0f: Layer already exists [2022-07-04T14:41:07.769Z] f5226413c6e5: Layer already exists [2022-07-04T14:41:07.769Z] f73e7dbfee58: Layer already exists [2022-07-04T14:41:07.769Z] 9a18f85f6707: Layer already exists [2022-07-04T14:41:07.769Z] 2.2.1-dev.22: digest: sha256:1ccb9a625283555cc2bdebd3bf1015771aa91cea97f03d6dde70809ff9a18063 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:08.130Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:08.480Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:08.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-04T14:41:08.480Z] b1e9c873db45: Preparing [2022-07-04T14:41:08.480Z] e4cfb10949f9: Preparing [2022-07-04T14:41:08.480Z] 63a29d813a0f: Preparing [2022-07-04T14:41:08.480Z] 3ea8662851ba: Preparing [2022-07-04T14:41:08.480Z] 6d9d74fd1849: Preparing [2022-07-04T14:41:08.480Z] f5226413c6e5: Preparing [2022-07-04T14:41:08.480Z] 9a18f85f6707: Preparing [2022-07-04T14:41:08.480Z] f73e7dbfee58: Preparing [2022-07-04T14:41:08.480Z] f5226413c6e5: Waiting [2022-07-04T14:41:08.480Z] 9a18f85f6707: Waiting [2022-07-04T14:41:08.480Z] f73e7dbfee58: Waiting [2022-07-04T14:41:08.480Z] 63a29d813a0f: Layer already exists [2022-07-04T14:41:08.480Z] 6d9d74fd1849: Layer already exists [2022-07-04T14:41:08.480Z] b1e9c873db45: Layer already exists [2022-07-04T14:41:08.480Z] e4cfb10949f9: Layer already exists [2022-07-04T14:41:08.480Z] 3ea8662851ba: Layer already exists [2022-07-04T14:41:08.752Z] 9a18f85f6707: Layer already exists [2022-07-04T14:41:08.752Z] f73e7dbfee58: Layer already exists [2022-07-04T14:41:08.752Z] f5226413c6e5: Layer already exists [2022-07-04T14:41:08.752Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:1ccb9a625283555cc2bdebd3bf1015771aa91cea97f03d6dde70809ff9a18063 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:09.110Z] + 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 [2022-07-04T14:41:09.461Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-07-04T14:41:09.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-04T14:41:09.461Z] b1e9c873db45: Preparing [2022-07-04T14:41:09.461Z] e4cfb10949f9: Preparing [2022-07-04T14:41:09.461Z] 63a29d813a0f: Preparing [2022-07-04T14:41:09.461Z] 3ea8662851ba: Preparing [2022-07-04T14:41:09.461Z] 6d9d74fd1849: Preparing [2022-07-04T14:41:09.461Z] f5226413c6e5: Preparing [2022-07-04T14:41:09.461Z] 9a18f85f6707: Preparing [2022-07-04T14:41:09.461Z] f73e7dbfee58: Preparing [2022-07-04T14:41:09.461Z] 9a18f85f6707: Waiting [2022-07-04T14:41:09.461Z] f5226413c6e5: Waiting [2022-07-04T14:41:09.461Z] f73e7dbfee58: Waiting [2022-07-04T14:41:09.461Z] 3ea8662851ba: Layer already exists [2022-07-04T14:41:09.461Z] b1e9c873db45: Layer already exists [2022-07-04T14:41:09.461Z] e4cfb10949f9: Layer already exists [2022-07-04T14:41:09.461Z] 63a29d813a0f: Layer already exists [2022-07-04T14:41:09.461Z] 6d9d74fd1849: Layer already exists [2022-07-04T14:41:09.733Z] f5226413c6e5: Layer already exists [2022-07-04T14:41:09.733Z] f73e7dbfee58: Layer already exists [2022-07-04T14:41:09.733Z] 9a18f85f6707: Layer already exists [2022-07-04T14:41:09.733Z] main: digest: sha256:1ccb9a625283555cc2bdebd3bf1015771aa91cea97f03d6dde70809ff9a18063 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:41:09.787Z] ===================================================== [Pipeline] echo [2022-07-04T14:41:09.794Z] taggedImages: [2022-07-04T14:41:09.794Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:09.794Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-07-04T14:41:09.794Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.22 [2022-07-04T14:41:09.794Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:09.794Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-07-04T14:41:09.812Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-07-04T14:41:09.812Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:09.812Z] latest [2022-07-04T14:41:09.812Z] 2.2.1-dev.22 [2022-07-04T14:41:09.812Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:09.812Z] main [2022-07-04T14:41:09.812Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:10.174Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:10.536Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:10.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-04T14:41:10.536Z] 2c4b540535bd: Preparing [2022-07-04T14:41:10.536Z] 6814ce34adc5: Preparing [2022-07-04T14:41:10.536Z] 5cd0759a374f: Preparing [2022-07-04T14:41:10.536Z] dac268dd31db: Preparing [2022-07-04T14:41:10.536Z] aa121a55454a: Preparing [2022-07-04T14:41:10.536Z] 7cec47b1c4ea: Preparing [2022-07-04T14:41:10.536Z] 2b441568bfd6: Preparing [2022-07-04T14:41:10.536Z] e3f3377abc29: Preparing [2022-07-04T14:41:10.536Z] 951f540a10f8: Preparing [2022-07-04T14:41:10.536Z] f73e7dbfee58: Preparing [2022-07-04T14:41:10.536Z] 7cec47b1c4ea: Waiting [2022-07-04T14:41:10.536Z] 2b441568bfd6: Waiting [2022-07-04T14:41:10.536Z] e3f3377abc29: Waiting [2022-07-04T14:41:10.536Z] 951f540a10f8: Waiting [2022-07-04T14:41:10.536Z] f73e7dbfee58: Waiting [2022-07-04T14:41:10.808Z] 6814ce34adc5: Pushed [2022-07-04T14:41:10.808Z] aa121a55454a: Pushed [2022-07-04T14:41:10.808Z] 2c4b540535bd: Pushed [2022-07-04T14:41:11.084Z] 7cec47b1c4ea: Pushed [2022-07-04T14:41:11.084Z] e3f3377abc29: Pushed [2022-07-04T14:41:11.084Z] 2b441568bfd6: Pushed [2022-07-04T14:41:11.084Z] f73e7dbfee58: Layer already exists [2022-07-04T14:41:11.358Z] 951f540a10f8: Pushed [2022-07-04T14:41:13.356Z] dac268dd31db: Pushed [2022-07-04T14:41:13.947Z] 5cd0759a374f: Pushed [2022-07-04T14:41:14.218Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:fb030ef163e947486837b7368f24f54cc4bc5673b956ccd466be7641c1b24d7b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:14.583Z] + 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 [2022-07-04T14:41:14.930Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-07-04T14:41:14.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-04T14:41:14.930Z] 2c4b540535bd: Preparing [2022-07-04T14:41:14.930Z] 6814ce34adc5: Preparing [2022-07-04T14:41:14.930Z] 5cd0759a374f: Preparing [2022-07-04T14:41:14.930Z] dac268dd31db: Preparing [2022-07-04T14:41:14.930Z] aa121a55454a: Preparing [2022-07-04T14:41:14.930Z] 7cec47b1c4ea: Preparing [2022-07-04T14:41:14.930Z] 2b441568bfd6: Preparing [2022-07-04T14:41:14.930Z] e3f3377abc29: Preparing [2022-07-04T14:41:14.930Z] 951f540a10f8: Preparing [2022-07-04T14:41:14.930Z] f73e7dbfee58: Preparing [2022-07-04T14:41:14.930Z] 7cec47b1c4ea: Waiting [2022-07-04T14:41:14.930Z] 2b441568bfd6: Waiting [2022-07-04T14:41:14.930Z] e3f3377abc29: Waiting [2022-07-04T14:41:14.930Z] 951f540a10f8: Waiting [2022-07-04T14:41:14.930Z] f73e7dbfee58: Waiting [2022-07-04T14:41:14.930Z] 2c4b540535bd: Layer already exists [2022-07-04T14:41:14.930Z] dac268dd31db: Layer already exists [2022-07-04T14:41:14.930Z] 5cd0759a374f: Layer already exists [2022-07-04T14:41:14.930Z] aa121a55454a: Layer already exists [2022-07-04T14:41:14.930Z] 6814ce34adc5: Layer already exists [2022-07-04T14:41:15.201Z] 951f540a10f8: Layer already exists [2022-07-04T14:41:15.201Z] e3f3377abc29: Layer already exists [2022-07-04T14:41:15.201Z] f73e7dbfee58: Layer already exists [2022-07-04T14:41:15.201Z] 7cec47b1c4ea: Layer already exists [2022-07-04T14:41:15.201Z] 2b441568bfd6: Layer already exists [2022-07-04T14:41:15.201Z] latest: digest: sha256:fb030ef163e947486837b7368f24f54cc4bc5673b956ccd466be7641c1b24d7b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:15.561Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:15.922Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.22 [2022-07-04T14:41:15.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-04T14:41:15.922Z] 2c4b540535bd: Preparing [2022-07-04T14:41:15.922Z] 6814ce34adc5: Preparing [2022-07-04T14:41:15.922Z] 5cd0759a374f: Preparing [2022-07-04T14:41:15.922Z] dac268dd31db: Preparing [2022-07-04T14:41:15.922Z] aa121a55454a: Preparing [2022-07-04T14:41:15.922Z] 7cec47b1c4ea: Preparing [2022-07-04T14:41:15.922Z] 2b441568bfd6: Preparing [2022-07-04T14:41:15.922Z] e3f3377abc29: Preparing [2022-07-04T14:41:15.922Z] 951f540a10f8: Preparing [2022-07-04T14:41:15.922Z] f73e7dbfee58: Preparing [2022-07-04T14:41:15.922Z] e3f3377abc29: Waiting [2022-07-04T14:41:15.922Z] 7cec47b1c4ea: Waiting [2022-07-04T14:41:15.922Z] 951f540a10f8: Waiting [2022-07-04T14:41:15.922Z] 2b441568bfd6: Waiting [2022-07-04T14:41:15.922Z] f73e7dbfee58: Waiting [2022-07-04T14:41:15.922Z] 5cd0759a374f: Layer already exists [2022-07-04T14:41:15.922Z] 6814ce34adc5: Layer already exists [2022-07-04T14:41:15.922Z] 2c4b540535bd: Layer already exists [2022-07-04T14:41:15.922Z] dac268dd31db: Layer already exists [2022-07-04T14:41:15.922Z] aa121a55454a: Layer already exists [2022-07-04T14:41:15.922Z] 7cec47b1c4ea: Layer already exists [2022-07-04T14:41:15.922Z] 2b441568bfd6: Layer already exists [2022-07-04T14:41:15.922Z] e3f3377abc29: Layer already exists [2022-07-04T14:41:15.922Z] 951f540a10f8: Layer already exists [2022-07-04T14:41:15.922Z] f73e7dbfee58: Layer already exists [2022-07-04T14:41:16.195Z] 2.2.1-dev.22: digest: sha256:fb030ef163e947486837b7368f24f54cc4bc5673b956ccd466be7641c1b24d7b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:16.552Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:16.911Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:16.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-04T14:41:16.911Z] 2c4b540535bd: Preparing [2022-07-04T14:41:16.911Z] 6814ce34adc5: Preparing [2022-07-04T14:41:16.911Z] 5cd0759a374f: Preparing [2022-07-04T14:41:16.911Z] dac268dd31db: Preparing [2022-07-04T14:41:16.911Z] aa121a55454a: Preparing [2022-07-04T14:41:16.911Z] 7cec47b1c4ea: Preparing [2022-07-04T14:41:16.911Z] 2b441568bfd6: Preparing [2022-07-04T14:41:16.911Z] e3f3377abc29: Preparing [2022-07-04T14:41:16.911Z] 951f540a10f8: Preparing [2022-07-04T14:41:16.911Z] f73e7dbfee58: Preparing [2022-07-04T14:41:16.911Z] 7cec47b1c4ea: Waiting [2022-07-04T14:41:16.911Z] e3f3377abc29: Waiting [2022-07-04T14:41:16.911Z] 2b441568bfd6: Waiting [2022-07-04T14:41:16.911Z] 951f540a10f8: Waiting [2022-07-04T14:41:16.911Z] f73e7dbfee58: Waiting [2022-07-04T14:41:16.911Z] 5cd0759a374f: Layer already exists [2022-07-04T14:41:16.911Z] 6814ce34adc5: Layer already exists [2022-07-04T14:41:16.911Z] aa121a55454a: Layer already exists [2022-07-04T14:41:16.911Z] 2c4b540535bd: Layer already exists [2022-07-04T14:41:16.911Z] dac268dd31db: Layer already exists [2022-07-04T14:41:16.911Z] 7cec47b1c4ea: Layer already exists [2022-07-04T14:41:16.911Z] e3f3377abc29: Layer already exists [2022-07-04T14:41:16.911Z] 2b441568bfd6: Layer already exists [2022-07-04T14:41:16.911Z] f73e7dbfee58: Layer already exists [2022-07-04T14:41:16.911Z] 951f540a10f8: Layer already exists [2022-07-04T14:41:17.182Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:fb030ef163e947486837b7368f24f54cc4bc5673b956ccd466be7641c1b24d7b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:17.544Z] + 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 [2022-07-04T14:41:17.897Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-07-04T14:41:17.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-04T14:41:17.897Z] 2c4b540535bd: Preparing [2022-07-04T14:41:17.897Z] 6814ce34adc5: Preparing [2022-07-04T14:41:17.897Z] 5cd0759a374f: Preparing [2022-07-04T14:41:17.897Z] dac268dd31db: Preparing [2022-07-04T14:41:17.897Z] aa121a55454a: Preparing [2022-07-04T14:41:17.897Z] 7cec47b1c4ea: Preparing [2022-07-04T14:41:17.897Z] 2b441568bfd6: Preparing [2022-07-04T14:41:17.897Z] e3f3377abc29: Preparing [2022-07-04T14:41:17.897Z] 951f540a10f8: Preparing [2022-07-04T14:41:17.897Z] f73e7dbfee58: Preparing [2022-07-04T14:41:17.897Z] 7cec47b1c4ea: Waiting [2022-07-04T14:41:17.897Z] 2b441568bfd6: Waiting [2022-07-04T14:41:17.897Z] e3f3377abc29: Waiting [2022-07-04T14:41:17.897Z] 951f540a10f8: Waiting [2022-07-04T14:41:17.897Z] f73e7dbfee58: Waiting [2022-07-04T14:41:17.897Z] aa121a55454a: Layer already exists [2022-07-04T14:41:17.897Z] 6814ce34adc5: Layer already exists [2022-07-04T14:41:17.897Z] dac268dd31db: Layer already exists [2022-07-04T14:41:17.897Z] 2c4b540535bd: Layer already exists [2022-07-04T14:41:17.897Z] 5cd0759a374f: Layer already exists [2022-07-04T14:41:18.172Z] e3f3377abc29: Layer already exists [2022-07-04T14:41:18.172Z] 7cec47b1c4ea: Layer already exists [2022-07-04T14:41:18.172Z] 2b441568bfd6: Layer already exists [2022-07-04T14:41:18.172Z] f73e7dbfee58: Layer already exists [2022-07-04T14:41:18.172Z] 951f540a10f8: Layer already exists [2022-07-04T14:41:18.172Z] main: digest: sha256:fb030ef163e947486837b7368f24f54cc4bc5673b956ccd466be7641c1b24d7b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:41:18.230Z] ===================================================== [Pipeline] echo [2022-07-04T14:41:18.239Z] taggedImages: [2022-07-04T14:41:18.239Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:18.239Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-07-04T14:41:18.239Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.22 [2022-07-04T14:41:18.239Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:18.239Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-07-04T14:41:18.261Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2022-07-04T14:41:18.261Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:18.261Z] latest [2022-07-04T14:41:18.261Z] 2.2.1-dev.22 [2022-07-04T14:41:18.261Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:18.261Z] main [2022-07-04T14:41:18.261Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:18.621Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:18.984Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:18.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-04T14:41:18.984Z] b7a18078bd0f: Preparing [2022-07-04T14:41:18.984Z] 7d0994360230: Preparing [2022-07-04T14:41:18.984Z] 542aa002da7c: Preparing [2022-07-04T14:41:18.984Z] d7fcfa5e47db: Preparing [2022-07-04T14:41:18.984Z] 207eeceb17ad: Preparing [2022-07-04T14:41:18.984Z] 4f4ce317c6bb: Preparing [2022-07-04T14:41:18.984Z] 4f4ce317c6bb: Waiting [2022-07-04T14:41:18.984Z] 542aa002da7c: Layer already exists [2022-07-04T14:41:19.258Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:41:19.258Z] 207eeceb17ad: Pushed [2022-07-04T14:41:19.258Z] b7a18078bd0f: Pushed [2022-07-04T14:41:20.683Z] d7fcfa5e47db: Pushed [2022-07-04T14:41:24.054Z] 7d0994360230: Pushed [2022-07-04T14:41:24.054Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:3b8ec39cdf60e5c6e6b28396d7ebdc5b936ee98b8a94e8f0e9f09f4b5cca45b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:24.434Z] + 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 [2022-07-04T14:41:24.799Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-07-04T14:41:24.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-04T14:41:24.799Z] b7a18078bd0f: Preparing [2022-07-04T14:41:24.799Z] 7d0994360230: Preparing [2022-07-04T14:41:24.799Z] 542aa002da7c: Preparing [2022-07-04T14:41:24.799Z] d7fcfa5e47db: Preparing [2022-07-04T14:41:24.799Z] 207eeceb17ad: Preparing [2022-07-04T14:41:24.799Z] 4f4ce317c6bb: Preparing [2022-07-04T14:41:24.799Z] d7fcfa5e47db: Layer already exists [2022-07-04T14:41:24.799Z] 542aa002da7c: Layer already exists [2022-07-04T14:41:24.799Z] 207eeceb17ad: Layer already exists [2022-07-04T14:41:24.799Z] 7d0994360230: Layer already exists [2022-07-04T14:41:24.799Z] b7a18078bd0f: Layer already exists [2022-07-04T14:41:24.799Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:41:25.079Z] latest: digest: sha256:3b8ec39cdf60e5c6e6b28396d7ebdc5b936ee98b8a94e8f0e9f09f4b5cca45b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:25.446Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:25.805Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.22 [2022-07-04T14:41:25.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-04T14:41:25.805Z] b7a18078bd0f: Preparing [2022-07-04T14:41:25.805Z] 7d0994360230: Preparing [2022-07-04T14:41:25.805Z] 542aa002da7c: Preparing [2022-07-04T14:41:25.805Z] d7fcfa5e47db: Preparing [2022-07-04T14:41:25.805Z] 207eeceb17ad: Preparing [2022-07-04T14:41:25.805Z] 4f4ce317c6bb: Preparing [2022-07-04T14:41:25.805Z] 4f4ce317c6bb: Waiting [2022-07-04T14:41:25.805Z] d7fcfa5e47db: Layer already exists [2022-07-04T14:41:25.805Z] b7a18078bd0f: Layer already exists [2022-07-04T14:41:25.805Z] 542aa002da7c: Layer already exists [2022-07-04T14:41:25.805Z] 207eeceb17ad: Layer already exists [2022-07-04T14:41:25.805Z] 7d0994360230: Layer already exists [2022-07-04T14:41:26.077Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:41:26.077Z] 2.2.1-dev.22: digest: sha256:3b8ec39cdf60e5c6e6b28396d7ebdc5b936ee98b8a94e8f0e9f09f4b5cca45b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:26.438Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:26.787Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:26.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-04T14:41:26.787Z] b7a18078bd0f: Preparing [2022-07-04T14:41:26.787Z] 7d0994360230: Preparing [2022-07-04T14:41:26.787Z] 542aa002da7c: Preparing [2022-07-04T14:41:26.787Z] d7fcfa5e47db: Preparing [2022-07-04T14:41:26.787Z] 207eeceb17ad: Preparing [2022-07-04T14:41:26.787Z] 4f4ce317c6bb: Preparing [2022-07-04T14:41:26.787Z] 4f4ce317c6bb: Waiting [2022-07-04T14:41:26.787Z] 542aa002da7c: Layer already exists [2022-07-04T14:41:26.787Z] 207eeceb17ad: Layer already exists [2022-07-04T14:41:26.787Z] 7d0994360230: Layer already exists [2022-07-04T14:41:26.787Z] d7fcfa5e47db: Layer already exists [2022-07-04T14:41:26.787Z] b7a18078bd0f: Layer already exists [2022-07-04T14:41:26.787Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:41:27.058Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:3b8ec39cdf60e5c6e6b28396d7ebdc5b936ee98b8a94e8f0e9f09f4b5cca45b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:27.421Z] + 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 [2022-07-04T14:41:27.771Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2022-07-04T14:41:27.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-04T14:41:27.771Z] b7a18078bd0f: Preparing [2022-07-04T14:41:27.771Z] 7d0994360230: Preparing [2022-07-04T14:41:27.771Z] 542aa002da7c: Preparing [2022-07-04T14:41:27.771Z] d7fcfa5e47db: Preparing [2022-07-04T14:41:27.771Z] 207eeceb17ad: Preparing [2022-07-04T14:41:27.771Z] 4f4ce317c6bb: Preparing [2022-07-04T14:41:27.771Z] 4f4ce317c6bb: Waiting [2022-07-04T14:41:27.771Z] b7a18078bd0f: Layer already exists [2022-07-04T14:41:27.771Z] 207eeceb17ad: Layer already exists [2022-07-04T14:41:27.771Z] 542aa002da7c: Layer already exists [2022-07-04T14:41:27.771Z] d7fcfa5e47db: Layer already exists [2022-07-04T14:41:27.771Z] 7d0994360230: Layer already exists [2022-07-04T14:41:27.771Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:41:28.043Z] main: digest: sha256:3b8ec39cdf60e5c6e6b28396d7ebdc5b936ee98b8a94e8f0e9f09f4b5cca45b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:41:28.100Z] ===================================================== [Pipeline] echo [2022-07-04T14:41:28.109Z] taggedImages: [2022-07-04T14:41:28.109Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:28.109Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-07-04T14:41:28.109Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.22 [2022-07-04T14:41:28.109Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:28.109Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2022-07-04T14:41:28.131Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2022-07-04T14:41:28.131Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:28.131Z] latest [2022-07-04T14:41:28.131Z] 2.2.1-dev.22 [2022-07-04T14:41:28.131Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:28.131Z] main [2022-07-04T14:41:28.131Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:28.488Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:28.848Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:28.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-04T14:41:28.848Z] d9fc6b1920ae: Preparing [2022-07-04T14:41:28.848Z] 0674903d8220: Preparing [2022-07-04T14:41:28.848Z] 06f86c6ea126: Preparing [2022-07-04T14:41:28.848Z] b6ce27dfaf22: Preparing [2022-07-04T14:41:28.848Z] a552d944c2a4: Preparing [2022-07-04T14:41:28.848Z] 42621222e3c3: Preparing [2022-07-04T14:41:28.848Z] 207eeceb17ad: Preparing [2022-07-04T14:41:28.848Z] 4f4ce317c6bb: Preparing [2022-07-04T14:41:28.848Z] 42621222e3c3: Waiting [2022-07-04T14:41:28.848Z] 4f4ce317c6bb: Waiting [2022-07-04T14:41:28.848Z] 207eeceb17ad: Waiting [2022-07-04T14:41:29.124Z] 06f86c6ea126: Pushed [2022-07-04T14:41:29.124Z] 0674903d8220: Pushed [2022-07-04T14:41:29.124Z] d9fc6b1920ae: Pushed [2022-07-04T14:41:29.124Z] 207eeceb17ad: Layer already exists [2022-07-04T14:41:29.124Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:41:30.100Z] 42621222e3c3: Pushed [2022-07-04T14:41:38.358Z] a552d944c2a4: Pushed [2022-07-04T14:41:45.060Z] b6ce27dfaf22: Pushed [2022-07-04T14:41:45.060Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:e3e3f8e8d6cbd337cab7338d3bc3735e199c57138cbd27683b56dd27fdadbc52 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:45.418Z] + 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 [2022-07-04T14:41:45.772Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-07-04T14:41:45.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-04T14:41:45.772Z] d9fc6b1920ae: Preparing [2022-07-04T14:41:45.772Z] 0674903d8220: Preparing [2022-07-04T14:41:45.772Z] 06f86c6ea126: Preparing [2022-07-04T14:41:45.772Z] b6ce27dfaf22: Preparing [2022-07-04T14:41:45.772Z] a552d944c2a4: Preparing [2022-07-04T14:41:45.772Z] 42621222e3c3: Preparing [2022-07-04T14:41:45.772Z] 207eeceb17ad: Preparing [2022-07-04T14:41:45.772Z] 4f4ce317c6bb: Preparing [2022-07-04T14:41:45.772Z] 42621222e3c3: Waiting [2022-07-04T14:41:45.772Z] 207eeceb17ad: Waiting [2022-07-04T14:41:45.772Z] 4f4ce317c6bb: Waiting [2022-07-04T14:41:45.772Z] b6ce27dfaf22: Layer already exists [2022-07-04T14:41:45.772Z] d9fc6b1920ae: Layer already exists [2022-07-04T14:41:45.772Z] a552d944c2a4: Layer already exists [2022-07-04T14:41:45.772Z] 0674903d8220: Layer already exists [2022-07-04T14:41:45.772Z] 06f86c6ea126: Layer already exists [2022-07-04T14:41:45.772Z] 207eeceb17ad: Layer already exists [2022-07-04T14:41:45.772Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:41:45.772Z] 42621222e3c3: Layer already exists [2022-07-04T14:41:46.044Z] latest: digest: sha256:e3e3f8e8d6cbd337cab7338d3bc3735e199c57138cbd27683b56dd27fdadbc52 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:46.401Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:46.756Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.22 [2022-07-04T14:41:46.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-04T14:41:46.756Z] d9fc6b1920ae: Preparing [2022-07-04T14:41:46.756Z] 0674903d8220: Preparing [2022-07-04T14:41:46.756Z] 06f86c6ea126: Preparing [2022-07-04T14:41:46.756Z] b6ce27dfaf22: Preparing [2022-07-04T14:41:46.756Z] a552d944c2a4: Preparing [2022-07-04T14:41:46.756Z] 42621222e3c3: Preparing [2022-07-04T14:41:46.756Z] 207eeceb17ad: Preparing [2022-07-04T14:41:46.756Z] 4f4ce317c6bb: Preparing [2022-07-04T14:41:46.756Z] 42621222e3c3: Waiting [2022-07-04T14:41:46.756Z] 207eeceb17ad: Waiting [2022-07-04T14:41:46.756Z] 4f4ce317c6bb: Waiting [2022-07-04T14:41:46.756Z] 0674903d8220: Layer already exists [2022-07-04T14:41:46.756Z] 06f86c6ea126: Layer already exists [2022-07-04T14:41:46.756Z] d9fc6b1920ae: Layer already exists [2022-07-04T14:41:46.756Z] b6ce27dfaf22: Layer already exists [2022-07-04T14:41:46.756Z] a552d944c2a4: Layer already exists [2022-07-04T14:41:46.756Z] 42621222e3c3: Layer already exists [2022-07-04T14:41:46.756Z] 207eeceb17ad: Layer already exists [2022-07-04T14:41:46.756Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:41:47.025Z] 2.2.1-dev.22: digest: sha256:e3e3f8e8d6cbd337cab7338d3bc3735e199c57138cbd27683b56dd27fdadbc52 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:47.382Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:47.734Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:47.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-04T14:41:47.734Z] d9fc6b1920ae: Preparing [2022-07-04T14:41:47.734Z] 0674903d8220: Preparing [2022-07-04T14:41:47.734Z] 06f86c6ea126: Preparing [2022-07-04T14:41:47.734Z] b6ce27dfaf22: Preparing [2022-07-04T14:41:47.734Z] a552d944c2a4: Preparing [2022-07-04T14:41:47.734Z] 42621222e3c3: Preparing [2022-07-04T14:41:47.734Z] 207eeceb17ad: Preparing [2022-07-04T14:41:47.734Z] 4f4ce317c6bb: Preparing [2022-07-04T14:41:47.734Z] 42621222e3c3: Waiting [2022-07-04T14:41:47.734Z] 207eeceb17ad: Waiting [2022-07-04T14:41:47.734Z] 4f4ce317c6bb: Waiting [2022-07-04T14:41:47.734Z] b6ce27dfaf22: Layer already exists [2022-07-04T14:41:47.734Z] 06f86c6ea126: Layer already exists [2022-07-04T14:41:47.734Z] a552d944c2a4: Layer already exists [2022-07-04T14:41:47.734Z] 0674903d8220: Layer already exists [2022-07-04T14:41:47.734Z] d9fc6b1920ae: Layer already exists [2022-07-04T14:41:48.006Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:41:48.006Z] 207eeceb17ad: Layer already exists [2022-07-04T14:41:48.006Z] 42621222e3c3: Layer already exists [2022-07-04T14:41:48.006Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:e3e3f8e8d6cbd337cab7338d3bc3735e199c57138cbd27683b56dd27fdadbc52 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:48.372Z] + 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 [2022-07-04T14:41:48.726Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2022-07-04T14:41:48.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-04T14:41:48.726Z] d9fc6b1920ae: Preparing [2022-07-04T14:41:48.726Z] 0674903d8220: Preparing [2022-07-04T14:41:48.726Z] 06f86c6ea126: Preparing [2022-07-04T14:41:48.726Z] b6ce27dfaf22: Preparing [2022-07-04T14:41:48.726Z] a552d944c2a4: Preparing [2022-07-04T14:41:48.726Z] 42621222e3c3: Preparing [2022-07-04T14:41:48.726Z] 207eeceb17ad: Preparing [2022-07-04T14:41:48.726Z] 4f4ce317c6bb: Preparing [2022-07-04T14:41:48.726Z] 42621222e3c3: Waiting [2022-07-04T14:41:48.726Z] 207eeceb17ad: Waiting [2022-07-04T14:41:48.726Z] 4f4ce317c6bb: Waiting [2022-07-04T14:41:48.726Z] 06f86c6ea126: Layer already exists [2022-07-04T14:41:48.726Z] b6ce27dfaf22: Layer already exists [2022-07-04T14:41:48.726Z] 0674903d8220: Layer already exists [2022-07-04T14:41:48.726Z] a552d944c2a4: Layer already exists [2022-07-04T14:41:48.726Z] d9fc6b1920ae: Layer already exists [2022-07-04T14:41:48.997Z] 207eeceb17ad: Layer already exists [2022-07-04T14:41:48.997Z] 42621222e3c3: Layer already exists [2022-07-04T14:41:48.997Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:41:48.997Z] main: digest: sha256:e3e3f8e8d6cbd337cab7338d3bc3735e199c57138cbd27683b56dd27fdadbc52 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:41:49.054Z] ===================================================== [Pipeline] echo [2022-07-04T14:41:49.062Z] taggedImages: [2022-07-04T14:41:49.062Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:49.062Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-07-04T14:41:49.062Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.22 [2022-07-04T14:41:49.062Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:49.062Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2022-07-04T14:41:49.086Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2022-07-04T14:41:49.086Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:49.086Z] latest [2022-07-04T14:41:49.086Z] 2.2.1-dev.22 [2022-07-04T14:41:49.086Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:41:49.086Z] main [2022-07-04T14:41:49.086Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:49.438Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:41:49.804Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:41:49.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-04T14:41:49.804Z] 444d9045a071: Preparing [2022-07-04T14:41:49.804Z] 81d7e18e8b54: Preparing [2022-07-04T14:41:49.804Z] f363569a0ae8: Preparing [2022-07-04T14:41:49.804Z] 72f65d1e7d2d: Preparing [2022-07-04T14:41:49.804Z] 945855e639da: Preparing [2022-07-04T14:41:49.804Z] 207eeceb17ad: Preparing [2022-07-04T14:41:49.804Z] 4f4ce317c6bb: Preparing [2022-07-04T14:41:49.804Z] 207eeceb17ad: Waiting [2022-07-04T14:41:49.804Z] 4f4ce317c6bb: Waiting [2022-07-04T14:41:50.076Z] f363569a0ae8: Pushed [2022-07-04T14:41:50.077Z] 444d9045a071: Pushed [2022-07-04T14:41:50.077Z] 81d7e18e8b54: Pushed [2022-07-04T14:41:50.077Z] 207eeceb17ad: Layer already exists [2022-07-04T14:41:50.077Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:41:50.669Z] 945855e639da: Pushed [2022-07-04T14:42:08.941Z] 72f65d1e7d2d: Pushed [2022-07-04T14:42:08.941Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:ada95d4c31a20d6ff2215dabc1c864ecb285841234526864ba256339710481d2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:09.298Z] + 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 [2022-07-04T14:42:09.649Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-07-04T14:42:09.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-04T14:42:09.649Z] 444d9045a071: Preparing [2022-07-04T14:42:09.649Z] 81d7e18e8b54: Preparing [2022-07-04T14:42:09.649Z] f363569a0ae8: Preparing [2022-07-04T14:42:09.649Z] 72f65d1e7d2d: Preparing [2022-07-04T14:42:09.649Z] 945855e639da: Preparing [2022-07-04T14:42:09.649Z] 207eeceb17ad: Preparing [2022-07-04T14:42:09.649Z] 4f4ce317c6bb: Preparing [2022-07-04T14:42:09.649Z] 207eeceb17ad: Waiting [2022-07-04T14:42:09.649Z] 4f4ce317c6bb: Waiting [2022-07-04T14:42:09.649Z] 444d9045a071: Layer already exists [2022-07-04T14:42:09.649Z] 945855e639da: Layer already exists [2022-07-04T14:42:09.649Z] 72f65d1e7d2d: Layer already exists [2022-07-04T14:42:09.649Z] f363569a0ae8: Layer already exists [2022-07-04T14:42:09.649Z] 81d7e18e8b54: Layer already exists [2022-07-04T14:42:09.920Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:42:09.920Z] 207eeceb17ad: Layer already exists [2022-07-04T14:42:09.920Z] latest: digest: sha256:ada95d4c31a20d6ff2215dabc1c864ecb285841234526864ba256339710481d2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:10.307Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:10.673Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.22 [2022-07-04T14:42:10.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-04T14:42:10.673Z] 444d9045a071: Preparing [2022-07-04T14:42:10.673Z] 81d7e18e8b54: Preparing [2022-07-04T14:42:10.673Z] f363569a0ae8: Preparing [2022-07-04T14:42:10.673Z] 72f65d1e7d2d: Preparing [2022-07-04T14:42:10.673Z] 945855e639da: Preparing [2022-07-04T14:42:10.673Z] 207eeceb17ad: Preparing [2022-07-04T14:42:10.673Z] 4f4ce317c6bb: Preparing [2022-07-04T14:42:10.673Z] 4f4ce317c6bb: Waiting [2022-07-04T14:42:10.673Z] 207eeceb17ad: Waiting [2022-07-04T14:42:10.673Z] f363569a0ae8: Layer already exists [2022-07-04T14:42:10.673Z] 945855e639da: Layer already exists [2022-07-04T14:42:10.673Z] 444d9045a071: Layer already exists [2022-07-04T14:42:10.673Z] 72f65d1e7d2d: Layer already exists [2022-07-04T14:42:10.673Z] 81d7e18e8b54: Layer already exists [2022-07-04T14:42:10.673Z] 207eeceb17ad: Layer already exists [2022-07-04T14:42:10.673Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:42:10.955Z] 2.2.1-dev.22: digest: sha256:ada95d4c31a20d6ff2215dabc1c864ecb285841234526864ba256339710481d2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:11.325Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:11.685Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:42:11.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-04T14:42:11.685Z] 444d9045a071: Preparing [2022-07-04T14:42:11.685Z] 81d7e18e8b54: Preparing [2022-07-04T14:42:11.685Z] f363569a0ae8: Preparing [2022-07-04T14:42:11.685Z] 72f65d1e7d2d: Preparing [2022-07-04T14:42:11.685Z] 945855e639da: Preparing [2022-07-04T14:42:11.685Z] 207eeceb17ad: Preparing [2022-07-04T14:42:11.685Z] 4f4ce317c6bb: Preparing [2022-07-04T14:42:11.685Z] 207eeceb17ad: Waiting [2022-07-04T14:42:11.685Z] 4f4ce317c6bb: Waiting [2022-07-04T14:42:11.685Z] 72f65d1e7d2d: Layer already exists [2022-07-04T14:42:11.685Z] 81d7e18e8b54: Layer already exists [2022-07-04T14:42:11.685Z] 945855e639da: Layer already exists [2022-07-04T14:42:11.957Z] 444d9045a071: Layer already exists [2022-07-04T14:42:11.957Z] f363569a0ae8: Layer already exists [2022-07-04T14:42:11.957Z] 207eeceb17ad: Layer already exists [2022-07-04T14:42:11.957Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:42:11.957Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:ada95d4c31a20d6ff2215dabc1c864ecb285841234526864ba256339710481d2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:12.307Z] + 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 [2022-07-04T14:42:12.663Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2022-07-04T14:42:12.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-04T14:42:12.663Z] 444d9045a071: Preparing [2022-07-04T14:42:12.663Z] 81d7e18e8b54: Preparing [2022-07-04T14:42:12.663Z] f363569a0ae8: Preparing [2022-07-04T14:42:12.663Z] 72f65d1e7d2d: Preparing [2022-07-04T14:42:12.663Z] 945855e639da: Preparing [2022-07-04T14:42:12.663Z] 207eeceb17ad: Preparing [2022-07-04T14:42:12.663Z] 4f4ce317c6bb: Preparing [2022-07-04T14:42:12.663Z] 207eeceb17ad: Waiting [2022-07-04T14:42:12.663Z] 4f4ce317c6bb: Waiting [2022-07-04T14:42:12.663Z] f363569a0ae8: Layer already exists [2022-07-04T14:42:12.663Z] 81d7e18e8b54: Layer already exists [2022-07-04T14:42:12.663Z] 945855e639da: Layer already exists [2022-07-04T14:42:12.663Z] 72f65d1e7d2d: Layer already exists [2022-07-04T14:42:12.663Z] 444d9045a071: Layer already exists [2022-07-04T14:42:12.663Z] 207eeceb17ad: Layer already exists [2022-07-04T14:42:12.663Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:42:12.934Z] main: digest: sha256:ada95d4c31a20d6ff2215dabc1c864ecb285841234526864ba256339710481d2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:42:12.984Z] ===================================================== [Pipeline] echo [2022-07-04T14:42:12.992Z] taggedImages: [2022-07-04T14:42:12.992Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:42:12.992Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-07-04T14:42:12.992Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.22 [2022-07-04T14:42:12.992Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:42:12.992Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2022-07-04T14:42:13.012Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2022-07-04T14:42:13.012Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:42:13.012Z] latest [2022-07-04T14:42:13.012Z] 2.2.1-dev.22 [2022-07-04T14:42:13.012Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:42:13.012Z] main [2022-07-04T14:42:13.012Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:13.377Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:13.736Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:42:13.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-04T14:42:13.736Z] 70ee6f815d3b: Preparing [2022-07-04T14:42:13.736Z] 9d2f1efe10b5: Preparing [2022-07-04T14:42:13.736Z] fddf0d75da0b: Preparing [2022-07-04T14:42:13.736Z] 72f65d1e7d2d: Preparing [2022-07-04T14:42:13.736Z] 1840734c4850: Preparing [2022-07-04T14:42:13.736Z] 207eeceb17ad: Preparing [2022-07-04T14:42:13.736Z] 4f4ce317c6bb: Preparing [2022-07-04T14:42:13.736Z] 207eeceb17ad: Waiting [2022-07-04T14:42:13.736Z] 4f4ce317c6bb: Waiting [2022-07-04T14:42:14.008Z] 72f65d1e7d2d: Layer already exists [2022-07-04T14:42:14.008Z] 207eeceb17ad: Layer already exists [2022-07-04T14:42:14.008Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:42:14.008Z] fddf0d75da0b: Pushed [2022-07-04T14:42:14.008Z] 9d2f1efe10b5: Pushed [2022-07-04T14:42:14.008Z] 70ee6f815d3b: Pushed [2022-07-04T14:42:14.603Z] 1840734c4850: Pushed [2022-07-04T14:42:14.875Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:43730369be5877ebf4ac92204f409007dd5c8f7d0340ef03d13d81ba6ea7757a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:15.239Z] + 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 [2022-07-04T14:42:15.596Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-07-04T14:42:15.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-04T14:42:15.596Z] 70ee6f815d3b: Preparing [2022-07-04T14:42:15.596Z] 9d2f1efe10b5: Preparing [2022-07-04T14:42:15.596Z] fddf0d75da0b: Preparing [2022-07-04T14:42:15.596Z] 72f65d1e7d2d: Preparing [2022-07-04T14:42:15.596Z] 1840734c4850: Preparing [2022-07-04T14:42:15.596Z] 207eeceb17ad: Preparing [2022-07-04T14:42:15.596Z] 4f4ce317c6bb: Preparing [2022-07-04T14:42:15.596Z] 207eeceb17ad: Waiting [2022-07-04T14:42:15.596Z] 4f4ce317c6bb: Waiting [2022-07-04T14:42:15.596Z] fddf0d75da0b: Layer already exists [2022-07-04T14:42:15.596Z] 9d2f1efe10b5: Layer already exists [2022-07-04T14:42:15.596Z] 1840734c4850: Layer already exists [2022-07-04T14:42:15.596Z] 72f65d1e7d2d: Layer already exists [2022-07-04T14:42:15.596Z] 70ee6f815d3b: Layer already exists [2022-07-04T14:42:15.596Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:42:15.596Z] 207eeceb17ad: Layer already exists [2022-07-04T14:42:15.867Z] latest: digest: sha256:43730369be5877ebf4ac92204f409007dd5c8f7d0340ef03d13d81ba6ea7757a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:16.229Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:16.583Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.22 [2022-07-04T14:42:16.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-04T14:42:16.583Z] 70ee6f815d3b: Preparing [2022-07-04T14:42:16.583Z] 9d2f1efe10b5: Preparing [2022-07-04T14:42:16.583Z] fddf0d75da0b: Preparing [2022-07-04T14:42:16.583Z] 72f65d1e7d2d: Preparing [2022-07-04T14:42:16.583Z] 1840734c4850: Preparing [2022-07-04T14:42:16.583Z] 207eeceb17ad: Preparing [2022-07-04T14:42:16.583Z] 4f4ce317c6bb: Preparing [2022-07-04T14:42:16.583Z] 207eeceb17ad: Waiting [2022-07-04T14:42:16.583Z] 4f4ce317c6bb: Waiting [2022-07-04T14:42:16.583Z] fddf0d75da0b: Layer already exists [2022-07-04T14:42:16.583Z] 1840734c4850: Layer already exists [2022-07-04T14:42:16.583Z] 70ee6f815d3b: Layer already exists [2022-07-04T14:42:16.583Z] 72f65d1e7d2d: Layer already exists [2022-07-04T14:42:16.583Z] 9d2f1efe10b5: Layer already exists [2022-07-04T14:42:16.583Z] 207eeceb17ad: Layer already exists [2022-07-04T14:42:16.583Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:42:16.854Z] 2.2.1-dev.22: digest: sha256:43730369be5877ebf4ac92204f409007dd5c8f7d0340ef03d13d81ba6ea7757a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:17.216Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:17.574Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:42:17.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-04T14:42:17.574Z] 70ee6f815d3b: Preparing [2022-07-04T14:42:17.574Z] 9d2f1efe10b5: Preparing [2022-07-04T14:42:17.574Z] fddf0d75da0b: Preparing [2022-07-04T14:42:17.574Z] 72f65d1e7d2d: Preparing [2022-07-04T14:42:17.574Z] 1840734c4850: Preparing [2022-07-04T14:42:17.574Z] 207eeceb17ad: Preparing [2022-07-04T14:42:17.574Z] 4f4ce317c6bb: Preparing [2022-07-04T14:42:17.574Z] 207eeceb17ad: Waiting [2022-07-04T14:42:17.574Z] 4f4ce317c6bb: Waiting [2022-07-04T14:42:17.574Z] 9d2f1efe10b5: Layer already exists [2022-07-04T14:42:17.574Z] 72f65d1e7d2d: Layer already exists [2022-07-04T14:42:17.574Z] fddf0d75da0b: Layer already exists [2022-07-04T14:42:17.574Z] 1840734c4850: Layer already exists [2022-07-04T14:42:17.574Z] 70ee6f815d3b: Layer already exists [2022-07-04T14:42:17.845Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:42:17.845Z] 207eeceb17ad: Layer already exists [2022-07-04T14:42:17.845Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:43730369be5877ebf4ac92204f409007dd5c8f7d0340ef03d13d81ba6ea7757a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:18.207Z] + 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 [2022-07-04T14:42:18.560Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2022-07-04T14:42:18.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-04T14:42:18.560Z] 70ee6f815d3b: Preparing [2022-07-04T14:42:18.560Z] 9d2f1efe10b5: Preparing [2022-07-04T14:42:18.560Z] fddf0d75da0b: Preparing [2022-07-04T14:42:18.560Z] 72f65d1e7d2d: Preparing [2022-07-04T14:42:18.560Z] 1840734c4850: Preparing [2022-07-04T14:42:18.560Z] 207eeceb17ad: Preparing [2022-07-04T14:42:18.560Z] 4f4ce317c6bb: Preparing [2022-07-04T14:42:18.560Z] 207eeceb17ad: Waiting [2022-07-04T14:42:18.560Z] 4f4ce317c6bb: Waiting [2022-07-04T14:42:18.560Z] 9d2f1efe10b5: Layer already exists [2022-07-04T14:42:18.560Z] fddf0d75da0b: Layer already exists [2022-07-04T14:42:18.560Z] 70ee6f815d3b: Layer already exists [2022-07-04T14:42:18.560Z] 72f65d1e7d2d: Layer already exists [2022-07-04T14:42:18.560Z] 1840734c4850: Layer already exists [2022-07-04T14:42:18.560Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:42:18.560Z] 207eeceb17ad: Layer already exists [2022-07-04T14:42:18.830Z] main: digest: sha256:43730369be5877ebf4ac92204f409007dd5c8f7d0340ef03d13d81ba6ea7757a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:42:18.887Z] ===================================================== [Pipeline] echo [2022-07-04T14:42:18.896Z] taggedImages: [2022-07-04T14:42:18.896Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:42:18.896Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-07-04T14:42:18.896Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.22 [2022-07-04T14:42:18.896Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:42:18.896Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2022-07-04T14:42:18.916Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-07-04T14:42:18.916Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:42:18.916Z] latest [2022-07-04T14:42:18.916Z] 2.2.1-dev.22 [2022-07-04T14:42:18.916Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:42:18.916Z] main [2022-07-04T14:42:18.916Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:19.270Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:19.638Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:42:19.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-04T14:42:19.638Z] 1a5b48f4f788: Preparing [2022-07-04T14:42:19.638Z] 973e5dd8fb24: Preparing [2022-07-04T14:42:19.638Z] 542aa002da7c: Preparing [2022-07-04T14:42:19.638Z] 3c95981d3752: Preparing [2022-07-04T14:42:19.638Z] f73e7dbfee58: Preparing [2022-07-04T14:42:19.910Z] f73e7dbfee58: Layer already exists [2022-07-04T14:42:19.910Z] 542aa002da7c: Layer already exists [2022-07-04T14:42:19.910Z] 1a5b48f4f788: Pushed [2022-07-04T14:42:20.180Z] 3c95981d3752: Pushed [2022-07-04T14:42:25.553Z] 973e5dd8fb24: Pushed [2022-07-04T14:42:25.553Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:3c6873048d194c25a3503395a35b958b005c299711c5aea71887a73f8e47479d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:25.915Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:26.267Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-07-04T14:42:26.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-04T14:42:26.267Z] 1a5b48f4f788: Preparing [2022-07-04T14:42:26.267Z] 973e5dd8fb24: Preparing [2022-07-04T14:42:26.267Z] 542aa002da7c: Preparing [2022-07-04T14:42:26.267Z] 3c95981d3752: Preparing [2022-07-04T14:42:26.267Z] f73e7dbfee58: Preparing [2022-07-04T14:42:26.267Z] 542aa002da7c: Layer already exists [2022-07-04T14:42:26.267Z] 973e5dd8fb24: Layer already exists [2022-07-04T14:42:26.267Z] 1a5b48f4f788: Layer already exists [2022-07-04T14:42:26.267Z] 3c95981d3752: Layer already exists [2022-07-04T14:42:26.267Z] f73e7dbfee58: Layer already exists [2022-07-04T14:42:26.538Z] latest: digest: sha256:3c6873048d194c25a3503395a35b958b005c299711c5aea71887a73f8e47479d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:26.894Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:27.249Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.22 [2022-07-04T14:42:27.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-04T14:42:27.249Z] 1a5b48f4f788: Preparing [2022-07-04T14:42:27.249Z] 973e5dd8fb24: Preparing [2022-07-04T14:42:27.249Z] 542aa002da7c: Preparing [2022-07-04T14:42:27.249Z] 3c95981d3752: Preparing [2022-07-04T14:42:27.249Z] f73e7dbfee58: Preparing [2022-07-04T14:42:27.249Z] 973e5dd8fb24: Layer already exists [2022-07-04T14:42:27.249Z] 3c95981d3752: Layer already exists [2022-07-04T14:42:27.249Z] f73e7dbfee58: Layer already exists [2022-07-04T14:42:27.249Z] 542aa002da7c: Layer already exists [2022-07-04T14:42:27.249Z] 1a5b48f4f788: Layer already exists [2022-07-04T14:42:27.521Z] 2.2.1-dev.22: digest: sha256:3c6873048d194c25a3503395a35b958b005c299711c5aea71887a73f8e47479d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:27.884Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:28.239Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:42:28.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-04T14:42:28.239Z] 1a5b48f4f788: Preparing [2022-07-04T14:42:28.239Z] 973e5dd8fb24: Preparing [2022-07-04T14:42:28.239Z] 542aa002da7c: Preparing [2022-07-04T14:42:28.239Z] 3c95981d3752: Preparing [2022-07-04T14:42:28.239Z] f73e7dbfee58: Preparing [2022-07-04T14:42:28.239Z] 1a5b48f4f788: Layer already exists [2022-07-04T14:42:28.239Z] 542aa002da7c: Layer already exists [2022-07-04T14:42:28.239Z] 973e5dd8fb24: Layer already exists [2022-07-04T14:42:28.239Z] f73e7dbfee58: Layer already exists [2022-07-04T14:42:28.239Z] 3c95981d3752: Layer already exists [2022-07-04T14:42:28.511Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:3c6873048d194c25a3503395a35b958b005c299711c5aea71887a73f8e47479d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:28.870Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:29.258Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-07-04T14:42:29.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-04T14:42:29.258Z] 1a5b48f4f788: Preparing [2022-07-04T14:42:29.258Z] 973e5dd8fb24: Preparing [2022-07-04T14:42:29.258Z] 542aa002da7c: Preparing [2022-07-04T14:42:29.258Z] 3c95981d3752: Preparing [2022-07-04T14:42:29.258Z] f73e7dbfee58: Preparing [2022-07-04T14:42:29.258Z] 542aa002da7c: Layer already exists [2022-07-04T14:42:29.258Z] 3c95981d3752: Layer already exists [2022-07-04T14:42:29.258Z] f73e7dbfee58: Layer already exists [2022-07-04T14:42:29.258Z] 1a5b48f4f788: Layer already exists [2022-07-04T14:42:29.258Z] 973e5dd8fb24: Layer already exists [2022-07-04T14:42:29.534Z] main: digest: sha256:3c6873048d194c25a3503395a35b958b005c299711c5aea71887a73f8e47479d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:42:29.588Z] ===================================================== [Pipeline] echo [2022-07-04T14:42:29.594Z] taggedImages: [2022-07-04T14:42:29.594Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:42:29.594Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-07-04T14:42:29.594Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.22 [2022-07-04T14:42:29.594Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:42:29.594Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-07-04T14:42:29.613Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-07-04T14:42:29.613Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:42:29.613Z] latest [2022-07-04T14:42:29.613Z] 2.2.1-dev.22 [2022-07-04T14:42:29.613Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:42:29.613Z] main [2022-07-04T14:42:29.613Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:29.978Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:30.346Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:42:30.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-04T14:42:30.346Z] 5ca4928b0957: Preparing [2022-07-04T14:42:30.346Z] b13f4487a995: Preparing [2022-07-04T14:42:30.346Z] 542aa002da7c: Preparing [2022-07-04T14:42:30.346Z] 76d9ccc28401: Preparing [2022-07-04T14:42:30.346Z] f73e7dbfee58: Preparing [2022-07-04T14:42:30.619Z] f73e7dbfee58: Layer already exists [2022-07-04T14:42:30.619Z] 542aa002da7c: Layer already exists [2022-07-04T14:42:30.619Z] 76d9ccc28401: Layer already exists [2022-07-04T14:42:30.619Z] 5ca4928b0957: Pushed [2022-07-04T14:42:36.008Z] b13f4487a995: Pushed [2022-07-04T14:42:36.008Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:cc4ece9fafe7af35e2077bb8adfd82a57cadb483a91b65e9aa21d990f7916289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:36.378Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:36.733Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-07-04T14:42:36.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-04T14:42:36.733Z] 5ca4928b0957: Preparing [2022-07-04T14:42:36.733Z] b13f4487a995: Preparing [2022-07-04T14:42:36.733Z] 542aa002da7c: Preparing [2022-07-04T14:42:36.733Z] 76d9ccc28401: Preparing [2022-07-04T14:42:36.733Z] f73e7dbfee58: Preparing [2022-07-04T14:42:36.733Z] 542aa002da7c: Layer already exists [2022-07-04T14:42:36.733Z] 76d9ccc28401: Layer already exists [2022-07-04T14:42:36.733Z] 5ca4928b0957: Layer already exists [2022-07-04T14:42:36.733Z] b13f4487a995: Layer already exists [2022-07-04T14:42:36.733Z] f73e7dbfee58: Layer already exists [2022-07-04T14:42:37.003Z] latest: digest: sha256:cc4ece9fafe7af35e2077bb8adfd82a57cadb483a91b65e9aa21d990f7916289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:37.375Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:37.732Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.22 [2022-07-04T14:42:37.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-04T14:42:37.732Z] 5ca4928b0957: Preparing [2022-07-04T14:42:37.732Z] b13f4487a995: Preparing [2022-07-04T14:42:37.732Z] 542aa002da7c: Preparing [2022-07-04T14:42:37.732Z] 76d9ccc28401: Preparing [2022-07-04T14:42:37.732Z] f73e7dbfee58: Preparing [2022-07-04T14:42:37.732Z] f73e7dbfee58: Layer already exists [2022-07-04T14:42:37.732Z] 542aa002da7c: Layer already exists [2022-07-04T14:42:37.732Z] 5ca4928b0957: Layer already exists [2022-07-04T14:42:37.732Z] 76d9ccc28401: Layer already exists [2022-07-04T14:42:37.732Z] b13f4487a995: Layer already exists [2022-07-04T14:42:38.003Z] 2.2.1-dev.22: digest: sha256:cc4ece9fafe7af35e2077bb8adfd82a57cadb483a91b65e9aa21d990f7916289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:38.369Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:38.725Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:42:38.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-04T14:42:38.726Z] 5ca4928b0957: Preparing [2022-07-04T14:42:38.726Z] b13f4487a995: Preparing [2022-07-04T14:42:38.726Z] 542aa002da7c: Preparing [2022-07-04T14:42:38.726Z] 76d9ccc28401: Preparing [2022-07-04T14:42:38.726Z] f73e7dbfee58: Preparing [2022-07-04T14:42:38.726Z] f73e7dbfee58: Layer already exists [2022-07-04T14:42:38.726Z] 5ca4928b0957: Layer already exists [2022-07-04T14:42:38.726Z] b13f4487a995: Layer already exists [2022-07-04T14:42:38.726Z] 542aa002da7c: Layer already exists [2022-07-04T14:42:38.726Z] 76d9ccc28401: Layer already exists [2022-07-04T14:42:38.997Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:cc4ece9fafe7af35e2077bb8adfd82a57cadb483a91b65e9aa21d990f7916289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:39.363Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:39.719Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-07-04T14:42:39.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-04T14:42:39.719Z] 5ca4928b0957: Preparing [2022-07-04T14:42:39.719Z] b13f4487a995: Preparing [2022-07-04T14:42:39.719Z] 542aa002da7c: Preparing [2022-07-04T14:42:39.719Z] 76d9ccc28401: Preparing [2022-07-04T14:42:39.719Z] f73e7dbfee58: Preparing [2022-07-04T14:42:39.719Z] f73e7dbfee58: Layer already exists [2022-07-04T14:42:39.719Z] 76d9ccc28401: Layer already exists [2022-07-04T14:42:39.719Z] 5ca4928b0957: Layer already exists [2022-07-04T14:42:39.719Z] 542aa002da7c: Layer already exists [2022-07-04T14:42:39.719Z] b13f4487a995: Layer already exists [2022-07-04T14:42:39.991Z] main: digest: sha256:cc4ece9fafe7af35e2077bb8adfd82a57cadb483a91b65e9aa21d990f7916289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:42:40.057Z] ===================================================== [Pipeline] echo [2022-07-04T14:42:40.066Z] taggedImages: [2022-07-04T14:42:40.066Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:42:40.066Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-07-04T14:42:40.066Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.22 [2022-07-04T14:42:40.066Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:42:40.066Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-07-04T14:42:40.089Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-07-04T14:42:40.089Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:42:40.089Z] latest [2022-07-04T14:42:40.089Z] 2.2.1-dev.22 [2022-07-04T14:42:40.089Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:42:40.089Z] main [2022-07-04T14:42:40.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:40.460Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:40.821Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:42:40.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-04T14:42:40.821Z] c9caf9c54261: Preparing [2022-07-04T14:42:40.821Z] 35c58a4bb227: Preparing [2022-07-04T14:42:40.822Z] 1988a06bdaf6: Preparing [2022-07-04T14:42:40.822Z] 5151b3378f4c: Preparing [2022-07-04T14:42:40.822Z] f0e5a4d6c014: Preparing [2022-07-04T14:42:40.822Z] 3b19d27f08f7: Preparing [2022-07-04T14:42:40.822Z] 73bb99a6e169: Preparing [2022-07-04T14:42:40.822Z] ec06c3102977: Preparing [2022-07-04T14:42:40.822Z] 6a3c62e080c7: Preparing [2022-07-04T14:42:40.822Z] 340cb19ca677: Preparing [2022-07-04T14:42:40.822Z] 4f4ce317c6bb: Preparing [2022-07-04T14:42:40.822Z] ec06c3102977: Waiting [2022-07-04T14:42:40.822Z] 6a3c62e080c7: Waiting [2022-07-04T14:42:40.822Z] 340cb19ca677: Waiting [2022-07-04T14:42:40.822Z] 4f4ce317c6bb: Waiting [2022-07-04T14:42:40.822Z] 3b19d27f08f7: Waiting [2022-07-04T14:42:40.822Z] 73bb99a6e169: Waiting [2022-07-04T14:42:41.092Z] f0e5a4d6c014: Layer already exists [2022-07-04T14:42:41.092Z] 3b19d27f08f7: Layer already exists [2022-07-04T14:42:41.092Z] 73bb99a6e169: Layer already exists [2022-07-04T14:42:41.092Z] ec06c3102977: Layer already exists [2022-07-04T14:42:41.092Z] 35c58a4bb227: Pushed [2022-07-04T14:42:41.092Z] 6a3c62e080c7: Layer already exists [2022-07-04T14:42:41.092Z] 340cb19ca677: Layer already exists [2022-07-04T14:42:41.092Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:42:41.690Z] c9caf9c54261: Pushed [2022-07-04T14:42:43.647Z] 1988a06bdaf6: Pushed [2022-07-04T14:42:58.678Z] 5151b3378f4c: Pushed [2022-07-04T14:42:58.678Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:54c2122c2aaac139f5dae184aa3151a117c874f532ebec64593562213378f447 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:59.040Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:42:59.389Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-07-04T14:42:59.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-04T14:42:59.389Z] c9caf9c54261: Preparing [2022-07-04T14:42:59.389Z] 35c58a4bb227: Preparing [2022-07-04T14:42:59.389Z] 1988a06bdaf6: Preparing [2022-07-04T14:42:59.389Z] 5151b3378f4c: Preparing [2022-07-04T14:42:59.389Z] f0e5a4d6c014: Preparing [2022-07-04T14:42:59.389Z] 3b19d27f08f7: Preparing [2022-07-04T14:42:59.389Z] 73bb99a6e169: Preparing [2022-07-04T14:42:59.389Z] ec06c3102977: Preparing [2022-07-04T14:42:59.389Z] 6a3c62e080c7: Preparing [2022-07-04T14:42:59.389Z] 340cb19ca677: Preparing [2022-07-04T14:42:59.389Z] 4f4ce317c6bb: Preparing [2022-07-04T14:42:59.389Z] ec06c3102977: Waiting [2022-07-04T14:42:59.389Z] 6a3c62e080c7: Waiting [2022-07-04T14:42:59.389Z] 340cb19ca677: Waiting [2022-07-04T14:42:59.389Z] 4f4ce317c6bb: Waiting [2022-07-04T14:42:59.389Z] 3b19d27f08f7: Waiting [2022-07-04T14:42:59.389Z] 73bb99a6e169: Waiting [2022-07-04T14:42:59.389Z] f0e5a4d6c014: Layer already exists [2022-07-04T14:42:59.389Z] 35c58a4bb227: Layer already exists [2022-07-04T14:42:59.389Z] c9caf9c54261: Layer already exists [2022-07-04T14:42:59.389Z] 5151b3378f4c: Layer already exists [2022-07-04T14:42:59.389Z] 1988a06bdaf6: Layer already exists [2022-07-04T14:42:59.389Z] 6a3c62e080c7: Layer already exists [2022-07-04T14:42:59.389Z] ec06c3102977: Layer already exists [2022-07-04T14:42:59.389Z] 73bb99a6e169: Layer already exists [2022-07-04T14:42:59.389Z] 3b19d27f08f7: Layer already exists [2022-07-04T14:42:59.389Z] 340cb19ca677: Layer already exists [2022-07-04T14:42:59.658Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:42:59.658Z] latest: digest: sha256:54c2122c2aaac139f5dae184aa3151a117c874f532ebec64593562213378f447 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:43:00.016Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:43:00.364Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.22 [2022-07-04T14:43:00.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-04T14:43:00.364Z] c9caf9c54261: Preparing [2022-07-04T14:43:00.364Z] 35c58a4bb227: Preparing [2022-07-04T14:43:00.364Z] 1988a06bdaf6: Preparing [2022-07-04T14:43:00.364Z] 5151b3378f4c: Preparing [2022-07-04T14:43:00.364Z] f0e5a4d6c014: Preparing [2022-07-04T14:43:00.364Z] 3b19d27f08f7: Preparing [2022-07-04T14:43:00.364Z] 73bb99a6e169: Preparing [2022-07-04T14:43:00.364Z] ec06c3102977: Preparing [2022-07-04T14:43:00.364Z] 6a3c62e080c7: Preparing [2022-07-04T14:43:00.364Z] 340cb19ca677: Preparing [2022-07-04T14:43:00.364Z] 4f4ce317c6bb: Preparing [2022-07-04T14:43:00.364Z] ec06c3102977: Waiting [2022-07-04T14:43:00.364Z] 340cb19ca677: Waiting [2022-07-04T14:43:00.364Z] 4f4ce317c6bb: Waiting [2022-07-04T14:43:00.364Z] 3b19d27f08f7: Waiting [2022-07-04T14:43:00.364Z] 73bb99a6e169: Waiting [2022-07-04T14:43:00.364Z] 6a3c62e080c7: Waiting [2022-07-04T14:43:00.364Z] f0e5a4d6c014: Layer already exists [2022-07-04T14:43:00.364Z] 35c58a4bb227: Layer already exists [2022-07-04T14:43:00.364Z] 5151b3378f4c: Layer already exists [2022-07-04T14:43:00.364Z] c9caf9c54261: Layer already exists [2022-07-04T14:43:00.364Z] 1988a06bdaf6: Layer already exists [2022-07-04T14:43:00.364Z] 73bb99a6e169: Layer already exists [2022-07-04T14:43:00.364Z] 3b19d27f08f7: Layer already exists [2022-07-04T14:43:00.364Z] 340cb19ca677: Layer already exists [2022-07-04T14:43:00.364Z] ec06c3102977: Layer already exists [2022-07-04T14:43:00.364Z] 6a3c62e080c7: Layer already exists [2022-07-04T14:43:00.364Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:43:00.634Z] 2.2.1-dev.22: digest: sha256:54c2122c2aaac139f5dae184aa3151a117c874f532ebec64593562213378f447 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:43:00.993Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:43:01.340Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:43:01.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-04T14:43:01.340Z] c9caf9c54261: Preparing [2022-07-04T14:43:01.340Z] 35c58a4bb227: Preparing [2022-07-04T14:43:01.340Z] 1988a06bdaf6: Preparing [2022-07-04T14:43:01.340Z] 5151b3378f4c: Preparing [2022-07-04T14:43:01.340Z] f0e5a4d6c014: Preparing [2022-07-04T14:43:01.340Z] 3b19d27f08f7: Preparing [2022-07-04T14:43:01.340Z] 73bb99a6e169: Preparing [2022-07-04T14:43:01.340Z] ec06c3102977: Preparing [2022-07-04T14:43:01.340Z] 6a3c62e080c7: Preparing [2022-07-04T14:43:01.340Z] 340cb19ca677: Preparing [2022-07-04T14:43:01.340Z] 4f4ce317c6bb: Preparing [2022-07-04T14:43:01.340Z] 3b19d27f08f7: Waiting [2022-07-04T14:43:01.340Z] 6a3c62e080c7: Waiting [2022-07-04T14:43:01.340Z] 73bb99a6e169: Waiting [2022-07-04T14:43:01.340Z] ec06c3102977: Waiting [2022-07-04T14:43:01.340Z] 340cb19ca677: Waiting [2022-07-04T14:43:01.340Z] 4f4ce317c6bb: Waiting [2022-07-04T14:43:01.340Z] f0e5a4d6c014: Layer already exists [2022-07-04T14:43:01.340Z] c9caf9c54261: Layer already exists [2022-07-04T14:43:01.340Z] 35c58a4bb227: Layer already exists [2022-07-04T14:43:01.340Z] 5151b3378f4c: Layer already exists [2022-07-04T14:43:01.340Z] 1988a06bdaf6: Layer already exists [2022-07-04T14:43:01.340Z] 3b19d27f08f7: Layer already exists [2022-07-04T14:43:01.340Z] ec06c3102977: Layer already exists [2022-07-04T14:43:01.340Z] 73bb99a6e169: Layer already exists [2022-07-04T14:43:01.340Z] 6a3c62e080c7: Layer already exists [2022-07-04T14:43:01.340Z] 340cb19ca677: Layer already exists [2022-07-04T14:43:01.340Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:43:01.610Z] 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:54c2122c2aaac139f5dae184aa3151a117c874f532ebec64593562213378f447 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:43:01.962Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:43:02.318Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-07-04T14:43:02.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-04T14:43:02.318Z] c9caf9c54261: Preparing [2022-07-04T14:43:02.318Z] 35c58a4bb227: Preparing [2022-07-04T14:43:02.318Z] 1988a06bdaf6: Preparing [2022-07-04T14:43:02.318Z] 5151b3378f4c: Preparing [2022-07-04T14:43:02.318Z] f0e5a4d6c014: Preparing [2022-07-04T14:43:02.318Z] 3b19d27f08f7: Preparing [2022-07-04T14:43:02.318Z] 73bb99a6e169: Preparing [2022-07-04T14:43:02.318Z] ec06c3102977: Preparing [2022-07-04T14:43:02.318Z] 6a3c62e080c7: Preparing [2022-07-04T14:43:02.318Z] 340cb19ca677: Preparing [2022-07-04T14:43:02.318Z] 4f4ce317c6bb: Preparing [2022-07-04T14:43:02.318Z] ec06c3102977: Waiting [2022-07-04T14:43:02.318Z] 6a3c62e080c7: Waiting [2022-07-04T14:43:02.318Z] 3b19d27f08f7: Waiting [2022-07-04T14:43:02.318Z] 73bb99a6e169: Waiting [2022-07-04T14:43:02.318Z] 340cb19ca677: Waiting [2022-07-04T14:43:02.318Z] 4f4ce317c6bb: Waiting [2022-07-04T14:43:02.318Z] c9caf9c54261: Layer already exists [2022-07-04T14:43:02.318Z] f0e5a4d6c014: Layer already exists [2022-07-04T14:43:02.318Z] 1988a06bdaf6: Layer already exists [2022-07-04T14:43:02.318Z] 5151b3378f4c: Layer already exists [2022-07-04T14:43:02.318Z] 35c58a4bb227: Layer already exists [2022-07-04T14:43:02.318Z] ec06c3102977: Layer already exists [2022-07-04T14:43:02.318Z] 3b19d27f08f7: Layer already exists [2022-07-04T14:43:02.318Z] 73bb99a6e169: Layer already exists [2022-07-04T14:43:02.318Z] 340cb19ca677: Layer already exists [2022-07-04T14:43:02.318Z] 6a3c62e080c7: Layer already exists [2022-07-04T14:43:02.588Z] 4f4ce317c6bb: Layer already exists [2022-07-04T14:43:02.588Z] main: digest: sha256:54c2122c2aaac139f5dae184aa3151a117c874f532ebec64593562213378f447 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-04T14:43:02.640Z] ===================================================== [Pipeline] echo [2022-07-04T14:43:02.647Z] taggedImages: [2022-07-04T14:43:02.647Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [2022-07-04T14:43:02.647Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-07-04T14:43:02.647Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.22 [2022-07-04T14:43:02.647Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [2022-07-04T14:43:02.647Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:43:03.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-04T14:43:03.028Z] [2022-07-04T14:43:03.028Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:43:03.371Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-04T14:43:03.642Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-04T14:43:03.642Z] 8998bd30e6a1: Pulling fs layer [2022-07-04T14:43:03.642Z] 04944245beec: Pulling fs layer [2022-07-04T14:43:03.642Z] 699f458cf7ca: Pulling fs layer [2022-07-04T14:43:03.642Z] 765212b225bb: Pulling fs layer [2022-07-04T14:43:03.642Z] f23df028b6ca: Pulling fs layer [2022-07-04T14:43:03.642Z] d65c8cfc05b1: Pulling fs layer [2022-07-04T14:43:03.642Z] 2437ff75d9bd: Pulling fs layer [2022-07-04T14:43:03.642Z] 765212b225bb: Waiting [2022-07-04T14:43:03.642Z] f23df028b6ca: Waiting [2022-07-04T14:43:03.642Z] d65c8cfc05b1: Waiting [2022-07-04T14:43:03.642Z] 2437ff75d9bd: Waiting [2022-07-04T14:43:03.642Z] 04944245beec: Verifying Checksum [2022-07-04T14:43:03.642Z] 04944245beec: Download complete [2022-07-04T14:43:03.642Z] 765212b225bb: Verifying Checksum [2022-07-04T14:43:03.642Z] 765212b225bb: Download complete [2022-07-04T14:43:03.642Z] f23df028b6ca: Download complete [2022-07-04T14:43:03.642Z] d65c8cfc05b1: Download complete [2022-07-04T14:43:03.954Z] 699f458cf7ca: Verifying Checksum [2022-07-04T14:43:03.954Z] 699f458cf7ca: Download complete [2022-07-04T14:43:04.239Z] 8998bd30e6a1: Verifying Checksum [2022-07-04T14:43:04.239Z] 8998bd30e6a1: Download complete [2022-07-04T14:43:06.869Z] 2437ff75d9bd: Verifying Checksum [2022-07-04T14:43:08.296Z] 8998bd30e6a1: Pull complete [2022-07-04T14:43:08.887Z] 04944245beec: Pull complete [2022-07-04T14:43:10.312Z] 699f458cf7ca: Pull complete [2022-07-04T14:43:10.312Z] 765212b225bb: Pull complete [2022-07-04T14:43:11.285Z] f23df028b6ca: Pull complete [2022-07-04T14:43:11.557Z] d65c8cfc05b1: Pull complete [2022-07-04T14:43:26.610Z] 2437ff75d9bd: Pull complete [2022-07-04T14:43:26.610Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-04T14:43:26.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-04T14:43:26.610Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:43:26.846Z] prd-ubuntu20.04-docker-arm64-4c-16g-16853 does not seem to be running inside a container [2022-07-04T14:43:26.935Z] $ 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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@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 [2022-07-04T14:43:29.397Z] $ docker top 2c598d8c80e3c80eef808cf778637e9c33edb6349eb1683fe1956be2d247d9d1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:43:30.202Z] ---> job-cost.sh [2022-07-04T14:43:30.477Z] lf-activate-venv: SKIPPING [2022-07-04T14:43:30.477Z] INFO: No Stack... [2022-07-04T14:43:31.473Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-04T14:43:31.748Z] INFO: Archiving Costs [Pipeline] sh [2022-07-04T14:43:32.411Z] + cut -d, -f6 [2022-07-04T14:43:32.411Z] + cat /w/workspace/edgex-go/253/archives/cost.csv [Pipeline] lock [2022-07-04T14:43:32.479Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-253-stack-cost] [2022-07-04T14:43:32.488Z] Resource [jenkins-edgexfoundry-edgex-go-main-253-stack-cost] did not exist. Created. [2022-07-04T14:43:32.488Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-253-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-04T14:43:33.154Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-04T14:43:33.757Z] Stashed 1 file(s) [Pipeline] } [2022-07-04T14:43:33.767Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-253-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-04T14:43:33.801Z] $ docker stop --time=1 2c598d8c80e3c80eef808cf778637e9c33edb6349eb1683fe1956be2d247d9d1 [2022-07-04T14:43:35.301Z] $ docker rm -f 2c598d8c80e3c80eef808cf778637e9c33edb6349eb1683fe1956be2d247d9d1 [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 [2022-07-04T14:43:35.745Z] provisioning config files... [2022-07-04T14:43:35.753Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/253@tmp/config3601547127547446609tmp [Pipeline] { [Pipeline] sh [2022-07-04T14:43:36.046Z] + set +x [2022-07-04T14:43:36.046Z] + curl -s https://codecov.io/bash [2022-07-04T14:43:36.046Z] + bash -s -- [2022-07-04T14:43:36.046Z] [2022-07-04T14:43:36.046Z] _____ _ [2022-07-04T14:43:36.046Z] / ____| | | [2022-07-04T14:43:36.046Z] | | ___ __| | ___ ___ _____ __ [2022-07-04T14:43:36.046Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-04T14:43:36.046Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-04T14:43:36.046Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-04T14:43:36.046Z] Bash-1.0.6 [2022-07-04T14:43:36.046Z] [2022-07-04T14:43:36.046Z] [2022-07-04T14:43:36.046Z] ==> git version 2.25.1 found [2022-07-04T14:43:36.046Z] ==> 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 [2022-07-04T14:43:36.046Z] Release-Date: 2020-01-08 [2022-07-04T14:43:36.046Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-07-04T14:43:36.046Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-04T14:43:36.046Z] ==> Jenkins CI detected. [2022-07-04T14:43:36.046Z] current dir:  /w/workspace/edgex-go/253 [2022-07-04T14:43:36.046Z] project root: . [2022-07-04T14:43:36.046Z] --> token set from env [2022-07-04T14:43:36.046Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-04T14:43:36.046Z] ==> Running gcov in . (disable via -X gcov) [2022-07-04T14:43:36.046Z] ==> Python coveragepy not found [2022-07-04T14:43:36.046Z] ==> Searching for coverage reports in: [2022-07-04T14:43:36.046Z] + . [2022-07-04T14:43:36.046Z] -> Found 1 reports [2022-07-04T14:43:36.046Z] ==> Detecting git/mercurial file structure [2022-07-04T14:43:36.046Z] ==> Reading reports [2022-07-04T14:43:36.305Z] + ./coverage.out bytes=435593 [2022-07-04T14:43:36.305Z] ==> Appending adjustments [2022-07-04T14:43:36.305Z] https://docs.codecov.io/docs/fixing-reports [2022-07-04T14:43:37.688Z] + Found adjustments [2022-07-04T14:43:37.688Z] ==> Gzipping contents [2022-07-04T14:43:37.688Z] 60K /tmp/codecov.1UPIcj.gz [2022-07-04T14:43:37.688Z] ==> Uploading reports [2022-07-04T14:43:37.688Z] url: https://codecov.io [2022-07-04T14:43:37.688Z] query: branch=main&commit=11a51fe418205844bd5d22f7d6ff9ca8936a0e25&build=253&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F253%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-07-04T14:43:37.688Z] -> Pinging Codecov [2022-07-04T14:43:37.688Z] 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=11a51fe418205844bd5d22f7d6ff9ca8936a0e25&build=253&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F253%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-07-04T14:43:37.688Z] -> Uploading to [2022-07-04T14:43:37.688Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-04/00271124DB129430A58F1EEE437C3FCB/11a51fe418205844bd5d22f7d6ff9ca8936a0e25/8ccc5895-e3e0-42c2-a982-08650c544ccd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220704%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220704T144337Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=771beb2123680fe901bf47ec163a379a905120195d16127e9160fcab991a1c81 [2022-07-04T14:43:37.688Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-04T14:43:37.688Z] Dload Upload Total Spent Left Speed [2022-07-04T14:43:37.950Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59881 0 0 100 59881 0 255k --:--:-- --:--:-- --:--:-- 255k [2022-07-04T14:43:37.950Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [2022-07-04T14:43:37.959Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2022-07-04T14:43:38.082Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-07-04T14:43:38.096Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:43:38.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-07-04T14:43:38.397Z] [2022-07-04T14:43:38.397Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:43:38.697Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-07-04T14:43:38.697Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-07-04T14:43:38.697Z] df9b9388f04a: Already exists [2022-07-04T14:43:38.697Z] 52dc419b0ee2: Pulling fs layer [2022-07-04T14:43:38.697Z] 25bc292e5bac: Pulling fs layer [2022-07-04T14:43:38.697Z] 114826534d7a: Pulling fs layer [2022-07-04T14:43:38.697Z] 4657fd5d0bcf: Pulling fs layer [2022-07-04T14:43:38.697Z] 6ad1cebc031e: Pulling fs layer [2022-07-04T14:43:38.697Z] 8a3aa393b2d8: Pulling fs layer [2022-07-04T14:43:38.697Z] 4657fd5d0bcf: Waiting [2022-07-04T14:43:38.697Z] 6ad1cebc031e: Waiting [2022-07-04T14:43:38.697Z] 8a3aa393b2d8: Waiting [2022-07-04T14:43:38.697Z] 25bc292e5bac: Verifying Checksum [2022-07-04T14:43:38.697Z] 25bc292e5bac: Download complete [2022-07-04T14:43:38.697Z] 52dc419b0ee2: Verifying Checksum [2022-07-04T14:43:38.697Z] 52dc419b0ee2: Download complete [2022-07-04T14:43:38.697Z] 4657fd5d0bcf: Verifying Checksum [2022-07-04T14:43:38.697Z] 4657fd5d0bcf: Download complete [2022-07-04T14:43:38.959Z] 52dc419b0ee2: Pull complete [2022-07-04T14:43:38.959Z] 6ad1cebc031e: Verifying Checksum [2022-07-04T14:43:38.959Z] 6ad1cebc031e: Download complete [2022-07-04T14:43:38.959Z] 25bc292e5bac: Pull complete [2022-07-04T14:43:39.527Z] 114826534d7a: Verifying Checksum [2022-07-04T14:43:39.527Z] 114826534d7a: Download complete [2022-07-04T14:43:39.527Z] 8a3aa393b2d8: Verifying Checksum [2022-07-04T14:43:39.527Z] 8a3aa393b2d8: Download complete [2022-07-04T14:43:43.723Z] 114826534d7a: Pull complete [2022-07-04T14:43:43.723Z] 4657fd5d0bcf: Pull complete [2022-07-04T14:43:43.723Z] 6ad1cebc031e: Pull complete [2022-07-04T14:43:46.257Z] 8a3aa393b2d8: Pull complete [2022-07-04T14:43:46.257Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-07-04T14:43:46.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-07-04T14:43:46.257Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:43:46.351Z] prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container [2022-07-04T14:43:46.386Z] $ 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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-07-04T14:43:48.763Z] $ docker top 175b1d7a65f506b93b37110331862f5b252366b215b1ebba42c92ec8f08c5aab -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-04T14:43:48.837Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2022-07-04T14:43:49.114Z] + set -o pipefail [2022-07-04T14:43:49.114Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2022-07-04T14:43:54.388Z] [2022-07-04T14:43:54.388Z] Monitoring /w/workspace/edgex-go/253 (github.com/edgexfoundry/edgex-go)... [2022-07-04T14:43:54.388Z] [2022-07-04T14:43:54.388Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/976670fa-99aa-4496-8044-15f8af1392ed [2022-07-04T14:43:54.388Z] [2022-07-04T14:43:54.388Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-07-04T14:43:54.388Z] [2022-07-04T14:43:54.388Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-07-04T14:43:54.388Z] [2022-07-04T14:43:54.388Z] [2022-07-04T14:43:54.388Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2022-07-04T14:43:54.389Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2022-07-04T14:43:54.398Z] $ docker stop --time=1 175b1d7a65f506b93b37110331862f5b252366b215b1ebba42c92ec8f08c5aab [2022-07-04T14:43:56.694Z] $ docker rm -f 175b1d7a65f506b93b37110331862f5b252366b215b1ebba42c92ec8f08c5aab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2022-07-04T14:43:57.058Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-04T14:43:57.066Z] provisioning config files... [2022-07-04T14:43:57.093Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/253@tmp/config8724703288359439339tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:43:57.387Z] --> edgex-publish-swagger.sh [2022-07-04T14:43:57.388Z] === Publish openapi/v2 API === [2022-07-04T14:43:57.388Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-07-04T14:43:57.388Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/253/openapi/v2/core-command.yaml] [2022-07-04T14:43:57.388Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-04T14:43:57.388Z] Dload Upload Total Spent Left Speed [2022-07-04T14:43:58.328Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 34381 --:--:-- --:--:-- --:--:-- 34381 [2022-07-04T14:43:58.328Z] [2022-07-04T14:43:58.328Z] [2022-07-04T14:43:58.328Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/253/openapi/v2/core-data.yaml] [2022-07-04T14:43:58.328Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-04T14:43:58.328Z] Dload Upload Total Spent Left Speed [2022-07-04T14:43:59.270Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 77076 --:--:-- --:--:-- --:--:-- 77076 [2022-07-04T14:43:59.270Z] [2022-07-04T14:43:59.270Z] [2022-07-04T14:43:59.270Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/253/openapi/v2/core-metadata.yaml] [2022-07-04T14:43:59.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-04T14:43:59.270Z] Dload Upload Total Spent Left Speed [2022-07-04T14:44:00.213Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 143k --:--:-- --:--:-- --:--:-- 143k [2022-07-04T14:44:00.213Z] [2022-07-04T14:44:00.213Z] [2022-07-04T14:44:00.213Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/253/openapi/v2/support-notifications.yaml] [2022-07-04T14:44:00.213Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-04T14:44:00.213Z] Dload Upload Total Spent Left Speed [2022-07-04T14:44:01.153Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 90494 --:--:-- --:--:-- --:--:-- 90494 [2022-07-04T14:44:01.153Z] [2022-07-04T14:44:01.153Z] [2022-07-04T14:44:01.153Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/253/openapi/v2/support-scheduler.yaml] [2022-07-04T14:44:01.153Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-04T14:44:01.153Z] Dload Upload Total Spent Left Speed [2022-07-04T14:44:02.536Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 38933 0:00:01 0:00:01 --:--:-- 38933 [2022-07-04T14:44:02.536Z] [2022-07-04T14:44:02.536Z] [2022-07-04T14:44:02.536Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/253/openapi/v2/system-agent.yaml] [2022-07-04T14:44:02.536Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-04T14:44:02.536Z] Dload Upload Total Spent Left Speed [2022-07-04T14:44:03.106Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 22053 --:--:-- --:--:-- --:--:-- 22029 [2022-07-04T14:44:03.107Z] [2022-07-04T14:44:03.107Z] [Pipeline] } [2022-07-04T14:44:03.115Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2022-07-04T14:44:03.511Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-04T14:44:03.511Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:44:03.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-04T14:44:03.815Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:44:03.895Z] prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container [2022-07-04T14:44:03.929Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-04T14:44:04.423Z] $ docker top 0156d6f294b7ef1a9b325499db6af73867b11b9a849d1ade904892a624d8d561 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-04T14:44:04.525Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-04T14:44:04.525Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-04T14:44:04.667Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-04T14:44:04.667Z] $ docker exec 0156d6f294b7ef1a9b325499db6af73867b11b9a849d1ade904892a624d8d561 ssh-agent [2022-07-04T14:44:04.804Z] SSH_AUTH_SOCK=/tmp/ssh-bJCMANnGq2In/agent.33 [2022-07-04T14:44:04.804Z] SSH_AGENT_PID=39 [2022-07-04T14:44:04.810Z] Running ssh-add (command line suppressed) [2022-07-04T14:44:04.930Z] Identity added: /w/workspace/edgex-go/253@tmp/private_key_3831403207523595640.key (/w/workspace/edgex-go/253@tmp/private_key_3831403207523595640.key) [2022-07-04T14:44:04.945Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-04T14:44:05.238Z] + git semver tag [2022-07-04T14:44:05.498Z] 2022-07-04 14:44:05,426 [run_tag] DEBUG tag force:False [2022-07-04T14:44:05.498Z] 2022-07-04 14:44:05,427 [check_head_tag] DEBUG check head tag [2022-07-04T14:44:05.498Z] 2022-07-04 14:44:05,427 [execute] INFO git cat-file --batch-check [2022-07-04T14:44:05.498Z] 2022-07-04 14:44:05,428 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/253, universal_newlines=False, shell=None, istream=) [2022-07-04T14:44:05.498Z] 2022-07-04 14:44:05,431 [execute] INFO git cat-file --batch [2022-07-04T14:44:05.498Z] 2022-07-04 14:44:05,431 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/253, universal_newlines=False, shell=None, istream=) [2022-07-04T14:44:05.498Z] 2022-07-04 14:44:05,450 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main [2022-07-04T14:44:05.498Z] 2022-07-04 14:44:05,450 [execute] INFO git tag -a v2.2.1-dev.22 -m v2.2.1-dev.22 [2022-07-04T14:44:05.498Z] 2022-07-04 14:44:05,450 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.22', '-m', 'v2.2.1-dev.22'], cwd=/w/workspace/edgex-go/253, universal_newlines=False, shell=None, istream=None) [2022-07-04T14:44:05.498Z] 2022-07-04 14:44:05,455 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main [2022-07-04T14:44:05.498Z] 2.2.1-dev.22 [Pipeline] } [2022-07-04T14:44:05.506Z] $ docker exec --env ******** --env ******** 0156d6f294b7ef1a9b325499db6af73867b11b9a849d1ade904892a624d8d561 ssh-agent -k [2022-07-04T14:44:05.606Z] unset SSH_AUTH_SOCK; [2022-07-04T14:44:05.606Z] unset SSH_AGENT_PID; [2022-07-04T14:44:05.606Z] echo Agent pid 39 killed; [2022-07-04T14:44:05.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-04T14:44:05.931Z] + git semver [Pipeline] } [2022-07-04T14:44:06.207Z] $ docker stop --time=1 0156d6f294b7ef1a9b325499db6af73867b11b9a849d1ade904892a624d8d561 [2022-07-04T14:44:07.531Z] $ docker rm -f 0156d6f294b7ef1a9b325499db6af73867b11b9a849d1ade904892a624d8d561 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:44:07.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-07-04T14:44:07.921Z] [2022-07-04T14:44:07.921Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:44:08.218Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-07-04T14:44:08.218Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-07-04T14:44:08.218Z] ab5ef0e58194: Pulling fs layer [2022-07-04T14:44:08.218Z] 9712f1f96733: Pulling fs layer [2022-07-04T14:44:08.218Z] 63f879dbbcfc: Pulling fs layer [2022-07-04T14:44:08.218Z] 0d9ebad4ef96: Pulling fs layer [2022-07-04T14:44:08.218Z] e9a5061849ea: Pulling fs layer [2022-07-04T14:44:08.218Z] d747dcd14b5f: Pulling fs layer [2022-07-04T14:44:08.218Z] 2de7ff778b66: Pulling fs layer [2022-07-04T14:44:08.218Z] e9a5061849ea: Waiting [2022-07-04T14:44:08.218Z] d747dcd14b5f: Waiting [2022-07-04T14:44:08.218Z] 2de7ff778b66: Waiting [2022-07-04T14:44:08.218Z] 0d9ebad4ef96: Waiting [2022-07-04T14:44:08.218Z] 9712f1f96733: Verifying Checksum [2022-07-04T14:44:08.218Z] 9712f1f96733: Download complete [2022-07-04T14:44:08.479Z] 63f879dbbcfc: Verifying Checksum [2022-07-04T14:44:08.479Z] 63f879dbbcfc: Download complete [2022-07-04T14:44:08.740Z] e9a5061849ea: Verifying Checksum [2022-07-04T14:44:08.740Z] e9a5061849ea: Download complete [2022-07-04T14:44:08.740Z] d747dcd14b5f: Download complete [2022-07-04T14:44:08.740Z] ab5ef0e58194: Verifying Checksum [2022-07-04T14:44:08.740Z] ab5ef0e58194: Download complete [2022-07-04T14:44:08.740Z] 0d9ebad4ef96: Verifying Checksum [2022-07-04T14:44:08.740Z] 0d9ebad4ef96: Download complete [2022-07-04T14:44:08.740Z] 2de7ff778b66: Verifying Checksum [2022-07-04T14:44:08.740Z] 2de7ff778b66: Download complete [2022-07-04T14:44:12.026Z] ab5ef0e58194: Pull complete [2022-07-04T14:44:12.026Z] 9712f1f96733: Pull complete [2022-07-04T14:44:12.286Z] 63f879dbbcfc: Pull complete [2022-07-04T14:44:16.482Z] 0d9ebad4ef96: Pull complete [2022-07-04T14:44:16.482Z] e9a5061849ea: Pull complete [2022-07-04T14:44:16.482Z] d747dcd14b5f: Pull complete [2022-07-04T14:44:17.419Z] 2de7ff778b66: Pull complete [2022-07-04T14:44:17.419Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-07-04T14:44:17.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-07-04T14:44:17.419Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:44:17.511Z] prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container [2022-07-04T14:44:17.545Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-07-04T14:44:19.752Z] $ docker top 7f26cd8927cfa62046caf937dc1dc3ecb83a8ca11f42738b7b2a0c6411552559 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-07-04T14:44:19.836Z] provisioning config files... [2022-07-04T14:44:19.844Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/253@tmp/config4946218052847179714tmp [2022-07-04T14:44:19.855Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/253@tmp/config1759724716969471152tmp [2022-07-04T14:44:19.865Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/253@tmp/config4665287445811528546tmp [Pipeline] { [Pipeline] echo [2022-07-04T14:44:19.880Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:44:20.163Z] ---> sigul-configuration.sh [2022-07-04T14:44:20.163Z] gpg: directory `/root/.gnupg' created [2022-07-04T14:44:20.163Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-07-04T14:44:20.163Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-07-04T14:44:20.163Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-07-04T14:44:20.163Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-07-04T14:44:20.163Z] gpg: CAST5 encrypted data [2022-07-04T14:44:20.163Z] gpg: encrypted with 1 passphrase [2022-07-04T14:44:20.163Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-07-04T14:44:20.451Z] + mkdir /home/jenkins [2022-07-04T14:44:20.451Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-07-04T14:44:20.750Z] + 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 [2022-07-04T14:44:20.759Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:44:21.045Z] ---> sigul-install.sh [2022-07-04T14:44:21.045Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-07-04T14:44:21.333Z] + git tag --list [2022-07-04T14:44:21.333Z] 0.6.0 [2022-07-04T14:44:21.333Z] 0.6.1 [2022-07-04T14:44:21.333Z] 0.7.0 [2022-07-04T14:44:21.333Z] 0.7.1 [2022-07-04T14:44:21.333Z] v1.0.0 [2022-07-04T14:44:21.333Z] v1.0.1 [2022-07-04T14:44:21.333Z] v1.1.0 [2022-07-04T14:44:21.333Z] v1.2.0 [2022-07-04T14:44:21.333Z] v1.2.1 [2022-07-04T14:44:21.333Z] v1.3.0 [2022-07-04T14:44:21.333Z] v1.3.1 [2022-07-04T14:44:21.333Z] v2.0.0 [2022-07-04T14:44:21.333Z] v2.1.0 [2022-07-04T14:44:21.333Z] v2.1.1 [2022-07-04T14:44:21.333Z] v2.1.1-dev.1 [2022-07-04T14:44:21.333Z] v2.1.1-dev.2 [2022-07-04T14:44:21.333Z] v2.1.1-dev.3 [2022-07-04T14:44:21.333Z] v2.1.1-dev.4 [2022-07-04T14:44:21.333Z] v2.1.1-dev.5 [2022-07-04T14:44:21.333Z] v2.1.1-dev.6 [2022-07-04T14:44:21.333Z] v2.1.1-dev.7 [2022-07-04T14:44:21.333Z] v2.1.1-dev.8 [2022-07-04T14:44:21.333Z] v2.2.0 [2022-07-04T14:44:21.333Z] v2.2.1-dev.1 [2022-07-04T14:44:21.333Z] v2.2.1-dev.10 [2022-07-04T14:44:21.333Z] v2.2.1-dev.11 [2022-07-04T14:44:21.333Z] v2.2.1-dev.12 [2022-07-04T14:44:21.333Z] v2.2.1-dev.13 [2022-07-04T14:44:21.333Z] v2.2.1-dev.14 [2022-07-04T14:44:21.333Z] v2.2.1-dev.15 [2022-07-04T14:44:21.333Z] v2.2.1-dev.16 [2022-07-04T14:44:21.333Z] v2.2.1-dev.17 [2022-07-04T14:44:21.333Z] v2.2.1-dev.18 [2022-07-04T14:44:21.333Z] v2.2.1-dev.19 [2022-07-04T14:44:21.333Z] v2.2.1-dev.2 [2022-07-04T14:44:21.333Z] v2.2.1-dev.20 [2022-07-04T14:44:21.333Z] v2.2.1-dev.21 [2022-07-04T14:44:21.333Z] v2.2.1-dev.22 [2022-07-04T14:44:21.333Z] v2.2.1-dev.3 [2022-07-04T14:44:21.333Z] v2.2.1-dev.4 [2022-07-04T14:44:21.333Z] v2.2.1-dev.5 [2022-07-04T14:44:21.333Z] v2.2.1-dev.6 [2022-07-04T14:44:21.333Z] v2.2.1-dev.7 [2022-07-04T14:44:21.333Z] v2.2.1-dev.8 [2022-07-04T14:44:21.333Z] v2.2.1-dev.9 [Pipeline] sh [2022-07-04T14:44:21.621Z] + lftools sign git-tag v2.2.1-dev.22 [2022-07-04T14:44:22.191Z] Signing Git tag with Sigul... [2022-07-04T14:44:22.191Z] Signing v2.2.1-dev.22 [Pipeline] echo [2022-07-04T14:44:22.460Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:44:22.743Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-07-04T14:44:22.750Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-07-04T14:44:22.767Z] $ docker stop --time=1 7f26cd8927cfa62046caf937dc1dc3ecb83a8ca11f42738b7b2a0c6411552559 [2022-07-04T14:44:24.091Z] $ docker rm -f 7f26cd8927cfa62046caf937dc1dc3ecb83a8ca11f42738b7b2a0c6411552559 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-07-04T14:44:24.525Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-04T14:44:24.526Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:44:24.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-04T14:44:24.823Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:44:24.957Z] prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container [2022-07-04T14:44:24.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-04T14:44:25.397Z] $ docker top 342d6444c91d244e47e28d8aae0e31278f982a8e38dbf68bee7e4617b1d48f00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-04T14:44:25.501Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-04T14:44:25.501Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-04T14:44:25.643Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-04T14:44:25.643Z] $ docker exec 342d6444c91d244e47e28d8aae0e31278f982a8e38dbf68bee7e4617b1d48f00 ssh-agent [2022-07-04T14:44:25.779Z] SSH_AUTH_SOCK=/tmp/ssh-I6M3YNlKZn5e/agent.34 [2022-07-04T14:44:25.780Z] SSH_AGENT_PID=40 [2022-07-04T14:44:25.785Z] Running ssh-add (command line suppressed) [2022-07-04T14:44:25.907Z] Identity added: /w/workspace/edgex-go/253@tmp/private_key_8853452404837456489.key (/w/workspace/edgex-go/253@tmp/private_key_8853452404837456489.key) [2022-07-04T14:44:25.925Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-04T14:44:26.216Z] + git semver bump pre [2022-07-04T14:44:26.477Z] 2022-07-04 14:44:26,405 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main [2022-07-04T14:44:26.477Z] 2022-07-04 14:44:26,405 [bump_version] DEBUG bumping version:2.2.1-dev.22 on axis:pre with prefix:dev [2022-07-04T14:44:26.477Z] 2022-07-04 14:44:26,405 [bump_version] DEBUG bumped version:2.2.1-dev.23 [2022-07-04T14:44:26.477Z] 2022-07-04 14:44:26,405 [write_version] DEBUG write version:2.2.1-dev.23 to path:/w/workspace/edgex-go/253/.semver/main with force:True [2022-07-04T14:44:26.477Z] 2022-07-04 14:44:26,406 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main [2022-07-04T14:44:26.477Z] 2022-07-04 14:44:26,406 [write_file] DEBUG write to file:/w/workspace/edgex-go/253/.semver/main [2022-07-04T14:44:26.477Z] 2022-07-04 14:44:26,408 [execute] INFO git cat-file --batch-check [2022-07-04T14:44:26.477Z] 2022-07-04 14:44:26,408 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/253/.semver, universal_newlines=False, shell=None, istream=) [2022-07-04T14:44:26.477Z] 2022-07-04 14:44:26,414 [execute] INFO git cat-file --batch [2022-07-04T14:44:26.477Z] 2022-07-04 14:44:26,415 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/253/.semver, universal_newlines=False, shell=None, istream=) [2022-07-04T14:44:26.477Z] 2022-07-04 14:44:26,420 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main [2022-07-04T14:44:26.477Z] 2.2.1-dev.23 [Pipeline] } [2022-07-04T14:44:26.484Z] $ docker exec --env ******** --env ******** 342d6444c91d244e47e28d8aae0e31278f982a8e38dbf68bee7e4617b1d48f00 ssh-agent -k [2022-07-04T14:44:26.591Z] unset SSH_AUTH_SOCK; [2022-07-04T14:44:26.591Z] unset SSH_AGENT_PID; [2022-07-04T14:44:26.591Z] echo Agent pid 40 killed; [2022-07-04T14:44:26.607Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-04T14:44:26.909Z] + git semver [Pipeline] } [2022-07-04T14:44:27.183Z] $ docker stop --time=1 342d6444c91d244e47e28d8aae0e31278f982a8e38dbf68bee7e4617b1d48f00 [2022-07-04T14:44:28.521Z] $ docker rm -f 342d6444c91d244e47e28d8aae0e31278f982a8e38dbf68bee7e4617b1d48f00 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-04T14:44:28.881Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-04T14:44:28.882Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:44:29.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-04T14:44:29.183Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:44:29.266Z] prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container [2022-07-04T14:44:29.299Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-04T14:44:29.682Z] $ docker top 9654f36c2a3d043b42de4ed0815a4add235e502ecfab93729d856b58ccf490ae -eo pid,comm [2022-07-04T14:44:29.742Z] 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). [2022-07-04T14:44:29.742Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-04T14:44:29.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-04T14:44:29.780Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-04T14:44:29.914Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-04T14:44:29.914Z] $ docker exec 9654f36c2a3d043b42de4ed0815a4add235e502ecfab93729d856b58ccf490ae ssh-agent [2022-07-04T14:44:30.030Z] SSH_AUTH_SOCK=/tmp/ssh-00B5Mvc615Cn/agent.32 [2022-07-04T14:44:30.030Z] SSH_AGENT_PID=38 [2022-07-04T14:44:30.036Z] Running ssh-add (command line suppressed) [2022-07-04T14:44:30.147Z] Identity added: /w/workspace/edgex-go/253@tmp/private_key_9077679277565346104.key (/w/workspace/edgex-go/253@tmp/private_key_9077679277565346104.key) [2022-07-04T14:44:30.164Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-04T14:44:30.450Z] + git semver push [2022-07-04T14:44:30.711Z] 2022-07-04 14:44:30,620 [run_push] DEBUG push [2022-07-04T14:44:30.711Z] 2022-07-04 14:44:30,621 [execute] INFO git cat-file --batch-check [2022-07-04T14:44:30.711Z] 2022-07-04 14:44:30,621 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/253/.semver, universal_newlines=False, shell=None, istream=) [2022-07-04T14:44:30.711Z] 2022-07-04 14:44:30,624 [execute] INFO git rev-list 11d2c4a0d8221d9022203dcac89e1cdb7a994444 -- [2022-07-04T14:44:30.711Z] 2022-07-04 14:44:30,624 [execute] DEBUG Popen(['git', 'rev-list', '11d2c4a0d8221d9022203dcac89e1cdb7a994444', '--'], cwd=/w/workspace/edgex-go/253/.semver, universal_newlines=False, shell=None, istream=None) [2022-07-04T14:44:30.711Z] 2022-07-04 14:44:30,638 [execute] INFO git fetch -v origin [2022-07-04T14:44:30.711Z] 2022-07-04 14:44:30,638 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/253/.semver, universal_newlines=True, shell=None, istream=None) [2022-07-04T14:44:31.283Z] 2022-07-04 14:44:31,120 [run_push] DEBUG no remote changes detected [2022-07-04T14:44:31.283Z] 2022-07-04 14:44:31,121 [execute] INFO git push origin semver [2022-07-04T14:44:31.283Z] 2022-07-04 14:44:31,121 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/253/.semver, universal_newlines=False, shell=None, istream=None) [2022-07-04T14:44:32.226Z] 2022-07-04 14:44:31,905 [run_push] DEBUG push all version tags [2022-07-04T14:44:32.226Z] 2022-07-04 14:44:31,905 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-07-04T14:44:32.226Z] 2022-07-04 14:44:31,906 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/253, universal_newlines=False, shell=None, istream=None) [2022-07-04T14:44:32.797Z] 2022-07-04 14:44:32,572 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main [2022-07-04T14:44:32.797Z] 2.2.1-dev.23 [Pipeline] } [2022-07-04T14:44:32.807Z] $ docker exec --env ******** --env ******** 9654f36c2a3d043b42de4ed0815a4add235e502ecfab93729d856b58ccf490ae ssh-agent -k [2022-07-04T14:44:32.931Z] unset SSH_AUTH_SOCK; [2022-07-04T14:44:32.931Z] unset SSH_AGENT_PID; [2022-07-04T14:44:32.931Z] echo Agent pid 38 killed; [2022-07-04T14:44:32.944Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-04T14:44:33.245Z] + git semver [Pipeline] } [2022-07-04T14:44:33.517Z] $ docker stop --time=1 9654f36c2a3d043b42de4ed0815a4add235e502ecfab93729d856b58ccf490ae [2022-07-04T14:44:34.825Z] $ docker rm -f 9654f36c2a3d043b42de4ed0815a4add235e502ecfab93729d856b58ccf490ae [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 [2022-07-04T14:44:35.392Z] + [ -d /w/workspace/edgex-go/253/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:44:35.684Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:44:36.549Z] ---> package-listing.sh [2022-07-04T14:44:36.549Z] ++ facter osfamily [2022-07-04T14:44:36.549Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-04T14:44:36.810Z] + OS_FAMILY=debian [2022-07-04T14:44:36.810Z] + workspace=/w/workspace/edgex-go/253 [2022-07-04T14:44:36.810Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-04T14:44:36.810Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-04T14:44:36.810Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-04T14:44:36.810Z] + PACKAGES=/tmp/packages_start.txt [2022-07-04T14:44:36.810Z] + '[' /w/workspace/edgex-go/253 ']' [2022-07-04T14:44:36.810Z] + PACKAGES=/tmp/packages_end.txt [2022-07-04T14:44:36.810Z] + case "${OS_FAMILY}" in [2022-07-04T14:44:36.810Z] + dpkg -l [2022-07-04T14:44:36.810Z] + grep '^ii' [2022-07-04T14:44:36.810Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-04T14:44:36.810Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-04T14:44:36.810Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-04T14:44:36.810Z] + '[' /w/workspace/edgex-go/253 ']' [2022-07-04T14:44:36.810Z] + mkdir -p /w/workspace/edgex-go/253/archives/ [2022-07-04T14:44:36.810Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/253/archives/ [Pipeline] echo [2022-07-04T14:44:36.823Z] 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/253/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-07-04T14:44:37.102Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:44:37.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-04T14:44:37.664Z] [2022-07-04T14:44:37.664Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-04T14:44:37.965Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-04T14:44:37.966Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-04T14:44:37.966Z] 5eb5b503b376: Pulling fs layer [2022-07-04T14:44:37.966Z] 5c69ac0246d0: Pulling fs layer [2022-07-04T14:44:37.966Z] ec43610c2a17: Pulling fs layer [2022-07-04T14:44:37.966Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-04T14:44:37.966Z] 33b1e0a273af: Pulling fs layer [2022-07-04T14:44:37.966Z] 5d3b04190fa2: Pulling fs layer [2022-07-04T14:44:37.966Z] 2f39f015ded8: Pulling fs layer [2022-07-04T14:44:37.966Z] 3a2ae6a8a46f: Waiting [2022-07-04T14:44:37.966Z] 33b1e0a273af: Waiting [2022-07-04T14:44:37.966Z] 5d3b04190fa2: Waiting [2022-07-04T14:44:37.966Z] 2f39f015ded8: Waiting [2022-07-04T14:44:37.966Z] 5c69ac0246d0: Verifying Checksum [2022-07-04T14:44:37.966Z] 5c69ac0246d0: Download complete [2022-07-04T14:44:37.966Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-04T14:44:37.966Z] 3a2ae6a8a46f: Download complete [2022-07-04T14:44:37.966Z] 33b1e0a273af: Verifying Checksum [2022-07-04T14:44:37.966Z] 33b1e0a273af: Download complete [2022-07-04T14:44:37.966Z] 5d3b04190fa2: Verifying Checksum [2022-07-04T14:44:37.966Z] 5d3b04190fa2: Download complete [2022-07-04T14:44:38.224Z] ec43610c2a17: Verifying Checksum [2022-07-04T14:44:38.224Z] ec43610c2a17: Download complete [2022-07-04T14:44:38.224Z] 5eb5b503b376: Verifying Checksum [2022-07-04T14:44:38.224Z] 5eb5b503b376: Download complete [2022-07-04T14:44:38.791Z] 2f39f015ded8: Verifying Checksum [2022-07-04T14:44:38.791Z] 2f39f015ded8: Download complete [2022-07-04T14:44:39.359Z] 5eb5b503b376: Pull complete [2022-07-04T14:44:39.617Z] 5c69ac0246d0: Pull complete [2022-07-04T14:44:39.876Z] ec43610c2a17: Pull complete [2022-07-04T14:44:40.136Z] 3a2ae6a8a46f: Pull complete [2022-07-04T14:44:40.136Z] 33b1e0a273af: Pull complete [2022-07-04T14:44:40.396Z] 5d3b04190fa2: Pull complete [2022-07-04T14:44:44.651Z] 2f39f015ded8: Pull complete [2022-07-04T14:44:44.651Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-04T14:44:44.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-04T14:44:44.651Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-04T14:44:44.744Z] prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container [2022-07-04T14:44:44.779Z] $ 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/253/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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-04T14:44:46.440Z] $ docker top 5cbf2e0389833875830c066559d625ed8afe9403f7bbffc179fa0db25e62385a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-04T14:44:46.805Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-04T14:44:47.092Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-04T14:44:47.382Z] + ls /var/log/sa-host [2022-07-04T14:44:47.382Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-04T14:44:47.445Z] provisioning config files... [2022-07-04T14:44:47.455Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/253@tmp/config2732165823276617952tmp [Pipeline] { [Pipeline] echo [2022-07-04T14:44:47.470Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:44:47.756Z] ---> create-netrc.sh [Pipeline] } [2022-07-04T14:44:47.764Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:44:48.093Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-04T14:44:48.102Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:44:48.386Z] ---> sudo-logs.sh [2022-07-04T14:44:48.386Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-04T14:44:48.410Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:44:48.696Z] ---> job-cost.sh [2022-07-04T14:44:48.697Z] lf-activate-venv: SKIPPING [2022-07-04T14:44:48.697Z] DEBUG: total: 0.10999999940395355 [2022-07-04T14:44:48.697Z] INFO: Retrieving Stack Cost... [2022-07-04T14:44:49.268Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-04T14:44:49.528Z] INFO: Archiving Costs [Pipeline] echo [2022-07-04T14:44:49.541Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-04T14:44:49.828Z] ---> logs-deploy.sh [2022-07-04T14:44:49.828Z] lf-activate-venv: SKIPPING [2022-07-04T14:44:49.828Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/253 [2022-07-04T14:44:49.828Z] INFO: archiving workspace using pattern(s): [2022-07-04T14:44:50.768Z] Archives upload complete. [2022-07-04T14:44:50.768Z] INFO: archiving logs to Nexus