Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6d9013359bac93c0779241eb2f361232f813e28c 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-ssh17664361555002601097.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10909236723869906148.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6937872916430747779.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9838536882663092001.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3545572719316523985.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-4777 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/393 [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/393 # 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 6d9013359bac93c0779241eb2f361232f813e28c (main) Commit message: "Merge pull request #4326 from ejlee3/common-config-makefile" > 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 6d9013359bac93c0779241eb2f361232f813e28c # timeout=10 > git rev-list --no-walk ca0edb878bc182f1b8ca64f305bcf88ca1b2f198 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-06T22:56:19.553Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-06T22:56:19.604Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-06T22:56:19.621Z] ========================================================= [2023-02-06T22:56:19.621Z] EdgeX Global Pipelines Version Info [2023-02-06T22:56:19.621Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-06T22:56:20.348Z] ------------------- [2023-02-06T22:56:20.348Z] stable info: [2023-02-06T22:56:20.348Z] ------------------- [2023-02-06T22:56:20.348Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-06T22:56:20.348Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-06T22:56:20.348Z] Message: update stable to v1.0.244 [2023-02-06T22:56:22.258Z] ------------------- [2023-02-06T22:56:22.258Z] experimental info: [2023-02-06T22:56:22.258Z] ------------------- [2023-02-06T22:56:22.258Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-06T22:56:22.259Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-06T22:56:22.259Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-06T22:56:22.447Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-06T22:56:22.457Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-06T22:56:22.467Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-06T22:56:22.478Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-06T22:56:22.489Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-06T22:56:22.499Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-06T22:56:22.510Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-06T22:56:22.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-06T22:56:22.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-06T22:56:22.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-06T22:56:22.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-06T22:56:22.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-06T22:56:22.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-06T22:56:22.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-06T22:56:22.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-06T22:56:22.615Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-06T22:56:22.627Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-06T22:56:22.638Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-06T22:56:22.648Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-06T22:56:22.660Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-06T22:56:22.671Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-06T22:56:22.681Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-06T22:56:22.692Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-06T22:56:22.703Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-06T22:56:22.714Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-06T22:56:22.724Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-06T22:56:22.735Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] echo [2023-02-06T22:56:22.747Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d90133 [Pipeline] echo [2023-02-06T22:56:22.757Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T22:56:22.796Z] provisioning config files... [2023-02-06T22:56:22.811Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/393@tmp/config7307352855060266980tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T22:56:23.112Z] ---> docker-login.sh [2023-02-06T22:56:23.112Z] nexus3.edgexfoundry.org:10001 [2023-02-06T22:56:23.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T22:56:23.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T22:56:23.371Z] Configure a credential helper to remove this warning. See [2023-02-06T22:56:23.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T22:56:23.371Z] [2023-02-06T22:56:23.371Z] Login Succeeded [2023-02-06T22:56:23.371Z] nexus3.edgexfoundry.org:10002 [2023-02-06T22:56:23.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T22:56:23.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T22:56:23.632Z] Configure a credential helper to remove this warning. See [2023-02-06T22:56:23.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T22:56:23.632Z] [2023-02-06T22:56:23.632Z] Login Succeeded [2023-02-06T22:56:23.632Z] nexus3.edgexfoundry.org:10003 [2023-02-06T22:56:23.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T22:56:23.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T22:56:23.632Z] Configure a credential helper to remove this warning. See [2023-02-06T22:56:23.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T22:56:23.632Z] [2023-02-06T22:56:23.632Z] Login Succeeded [2023-02-06T22:56:23.632Z] nexus3.edgexfoundry.org:10004 [2023-02-06T22:56:23.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T22:56:23.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T22:56:23.892Z] Configure a credential helper to remove this warning. See [2023-02-06T22:56:23.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T22:56:23.892Z] [2023-02-06T22:56:23.892Z] Login Succeeded [2023-02-06T22:56:23.892Z] docker.io [2023-02-06T22:56:23.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T22:56:24.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T22:56:24.153Z] Configure a credential helper to remove this warning. See [2023-02-06T22:56:24.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T22:56:24.153Z] [2023-02-06T22:56:24.153Z] Login Succeeded [2023-02-06T22:56:24.153Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T22:56:24.160Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T22:56:24.478Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-02-06T22:56:24.478Z] + cut -d/ -f2 [2023-02-06T22:56:24.478Z] + dirname cmd/core-command/Dockerfile [2023-02-06T22:56:24.478Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-06T22:56:24.478Z] + + cutdirname -d/ cmd/core-common-config-bootstrapper/Dockerfile -f2 [2023-02-06T22:56:24.478Z] [2023-02-06T22:56:24.478Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-06T22:56:24.478Z] + dirname cmd/core-data/Dockerfile [2023-02-06T22:56:24.478Z] + cut -d/ -f2 [2023-02-06T22:56:24.478Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-06T22:56:24.478Z] + dirname cmd/core-metadata/Dockerfile [2023-02-06T22:56:24.478Z] + cut -d/ -f2 [2023-02-06T22:56:24.478Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-06T22:56:24.478Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-06T22:56:24.478Z] + cut -d/ -f2 [2023-02-06T22:56:24.478Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-06T22:56:24.478Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-06T22:56:24.478Z] + cut -d/ -f2 [2023-02-06T22:56:24.478Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-06T22:56:24.478Z] + dirname cmd/security-secretstore-setup/Dockerfile+ [2023-02-06T22:56:24.478Z] cut -d/ -f2 [2023-02-06T22:56:24.478Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-06T22:56:24.478Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-06T22:56:24.478Z] + cut -d/ -f2 [2023-02-06T22:56:24.478Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-06T22:56:24.478Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-06T22:56:24.478Z] + cut -d/ -f2 [2023-02-06T22:56:24.478Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-06T22:56:24.478Z] + + cut -d/ -f2 [2023-02-06T22:56:24.478Z] dirname cmd/security-spire-config/Dockerfile [2023-02-06T22:56:24.478Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-06T22:56:24.478Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-06T22:56:24.478Z] + cut -d/ -f2 [2023-02-06T22:56:24.478Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-06T22:56:24.478Z] + dirname cmd/support-notifications/Dockerfile [2023-02-06T22:56:24.478Z] + cut -d/ -f2 [2023-02-06T22:56:24.478Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-06T22:56:24.478Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-06T22:56:24.478Z] + cut -d/ -f2 [2023-02-06T22:56:24.478Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-06T22:56:24.533Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-06T22:56:24.860Z] + git rev-list -1 --merges 6d9013359bac93c0779241eb2f361232f813e28c~1..6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] echo [2023-02-06T22:56:24.871Z] -----------> git rev-list -1 --merges 6d9013359bac93c0779241eb2f361232f813e28c~1..6d9013359bac93c0779241eb2f361232f813e28c 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T22:56:24.871Z] 6d9013359bac93c0779241eb2f361232f813e28c [false] [Pipeline] sh [2023-02-06T22:56:25.158Z] + git log --format=format:%s -1 6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] echo [2023-02-06T22:56:25.172Z] ========================================================= [2023-02-06T22:56:25.172Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-06T22:56:25.172Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-06T22:56:25.529Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T22:56:25.529Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-06T22:56:25.529Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-06T22:56:25.529Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-06T22:56:25.529Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-06T22:56:25.529Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-06T22:56:25.529Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T22:56:25.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T22:56:25.866Z] [2023-02-06T22:56:25.866Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T22:56:26.168Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T22:56:26.168Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-06T22:56:26.168Z] b85a868b505f: Pulling fs layer [2023-02-06T22:56:26.168Z] e2be974225ed: Pulling fs layer [2023-02-06T22:56:26.168Z] 339a4e72a1f5: Pulling fs layer [2023-02-06T22:56:26.168Z] 988bab9f4d93: Pulling fs layer [2023-02-06T22:56:26.168Z] 1469e6f7b9e6: Pulling fs layer [2023-02-06T22:56:26.168Z] eaf3925da568: Pulling fs layer [2023-02-06T22:56:26.168Z] bab4dde63d76: Pulling fs layer [2023-02-06T22:56:26.168Z] bde34c3a00c8: Pulling fs layer [2023-02-06T22:56:26.168Z] b352a97aabf1: Pulling fs layer [2023-02-06T22:56:26.168Z] 4872d77fe225: Pulling fs layer [2023-02-06T22:56:26.168Z] 5851b861e8e6: Pulling fs layer [2023-02-06T22:56:26.168Z] bab4dde63d76: Waiting [2023-02-06T22:56:26.168Z] 1469e6f7b9e6: Waiting [2023-02-06T22:56:26.168Z] bde34c3a00c8: Waiting [2023-02-06T22:56:26.168Z] 988bab9f4d93: Waiting [2023-02-06T22:56:26.168Z] 4872d77fe225: Waiting [2023-02-06T22:56:26.168Z] b352a97aabf1: Waiting [2023-02-06T22:56:26.168Z] 5851b861e8e6: Waiting [2023-02-06T22:56:26.168Z] eaf3925da568: Waiting [2023-02-06T22:56:26.168Z] e2be974225ed: Download complete [2023-02-06T22:56:26.168Z] 988bab9f4d93: Verifying Checksum [2023-02-06T22:56:26.168Z] 988bab9f4d93: Download complete [2023-02-06T22:56:26.488Z] 1469e6f7b9e6: Verifying Checksum [2023-02-06T22:56:26.488Z] 1469e6f7b9e6: Download complete [2023-02-06T22:56:26.488Z] eaf3925da568: Verifying Checksum [2023-02-06T22:56:26.488Z] eaf3925da568: Download complete [2023-02-06T22:56:26.488Z] 339a4e72a1f5: Verifying Checksum [2023-02-06T22:56:26.488Z] 339a4e72a1f5: Download complete [2023-02-06T22:56:26.488Z] bde34c3a00c8: Verifying Checksum [2023-02-06T22:56:26.488Z] bde34c3a00c8: Download complete [2023-02-06T22:56:26.488Z] b352a97aabf1: Verifying Checksum [2023-02-06T22:56:26.488Z] b352a97aabf1: Download complete [2023-02-06T22:56:26.488Z] 4872d77fe225: Verifying Checksum [2023-02-06T22:56:26.488Z] 4872d77fe225: Download complete [2023-02-06T22:56:26.488Z] 5851b861e8e6: Verifying Checksum [2023-02-06T22:56:26.749Z] b85a868b505f: Verifying Checksum [2023-02-06T22:56:26.749Z] b85a868b505f: Download complete [2023-02-06T22:56:27.334Z] bab4dde63d76: Verifying Checksum [2023-02-06T22:56:27.334Z] bab4dde63d76: Download complete [2023-02-06T22:56:28.715Z] b85a868b505f: Pull complete [2023-02-06T22:56:28.715Z] e2be974225ed: Pull complete [2023-02-06T22:56:29.284Z] 339a4e72a1f5: Pull complete [2023-02-06T22:56:29.852Z] 988bab9f4d93: Pull complete [2023-02-06T22:56:30.112Z] 1469e6f7b9e6: Pull complete [2023-02-06T22:56:30.374Z] eaf3925da568: Pull complete [2023-02-06T22:56:32.911Z] bab4dde63d76: Pull complete [2023-02-06T22:56:33.173Z] bde34c3a00c8: Pull complete [2023-02-06T22:56:33.741Z] b352a97aabf1: Pull complete [2023-02-06T22:56:34.001Z] 4872d77fe225: Pull complete [2023-02-06T22:56:34.279Z] 5851b861e8e6: Pull complete [2023-02-06T22:56:34.279Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-06T22:56:34.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T22:56:34.538Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T22:56:34.641Z] prd-ubuntu20.04-docker-8c-8g-4777 does not seem to be running inside a container [2023-02-06T22:56:34.677Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T22:56:39.255Z] $ docker top fcc075cf1ecd1175ed058535e3935696636eecba20723e6ae577c3be7c775f14 -eo pid,comm [2023-02-06T22:56:39.316Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-06T22:56:39.316Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T22:56:39.356Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T22:56:39.357Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T22:56:39.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T22:56:39.477Z] $ docker exec fcc075cf1ecd1175ed058535e3935696636eecba20723e6ae577c3be7c775f14 ssh-agent [2023-02-06T22:56:39.590Z] SSH_AUTH_SOCK=/tmp/ssh-Nrtdl3xRgnr0/agent.33 [2023-02-06T22:56:39.590Z] SSH_AGENT_PID=39 [2023-02-06T22:56:39.598Z] Running ssh-add (command line suppressed) [2023-02-06T22:56:39.695Z] Identity added: /w/workspace/edgex-go/393@tmp/private_key_17548362852661038546.key (/w/workspace/edgex-go/393@tmp/private_key_17548362852661038546.key) [2023-02-06T22:56:39.706Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T22:56:39.996Z] + git tag --points-at HEAD [Pipeline] } [2023-02-06T22:56:40.018Z] $ docker exec --env ******** --env ******** fcc075cf1ecd1175ed058535e3935696636eecba20723e6ae577c3be7c775f14 ssh-agent -k [2023-02-06T22:56:40.124Z] unset SSH_AUTH_SOCK; [2023-02-06T22:56:40.125Z] unset SSH_AGENT_PID; [2023-02-06T22:56:40.125Z] echo Agent pid 39 killed; [2023-02-06T22:56:40.131Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-06T22:56:40.151Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T22:56:40.151Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T22:56:40.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T22:56:40.273Z] $ docker exec fcc075cf1ecd1175ed058535e3935696636eecba20723e6ae577c3be7c775f14 ssh-agent [2023-02-06T22:56:40.385Z] SSH_AUTH_SOCK=/tmp/ssh-a3cYhT1Gbnun/agent.71 [2023-02-06T22:56:40.385Z] SSH_AGENT_PID=77 [2023-02-06T22:56:40.391Z] Running ssh-add (command line suppressed) [2023-02-06T22:56:40.494Z] Identity added: /w/workspace/edgex-go/393@tmp/private_key_4381865549937483370.key (/w/workspace/edgex-go/393@tmp/private_key_4381865549937483370.key) [2023-02-06T22:56:40.505Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T22:56:40.794Z] + git semver init [2023-02-06T22:56:41.054Z] 2023-02-06 22:56:40,996 [run_init] DEBUG init version:0.0.0 force:False [2023-02-06T22:56:41.054Z] 2023-02-06 22:56:40,997 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/393/.semver [2023-02-06T22:56:41.054Z] 2023-02-06 22:56:40,998 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/393/.semver [2023-02-06T22:56:41.054Z] 2023-02-06 22:56:40,998 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/393/.semver'], cwd=/w/workspace/edgex-go/393, universal_newlines=False, shell=None, istream=None) [2023-02-06T22:56:47.632Z] 2023-02-06 22:56:46,751 [append_file] DEBUG append to file:/w/workspace/edgex-go/393/.git/info/exclude [2023-02-06T22:56:47.632Z] 2023-02-06 22:56:46,751 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/393/.semver/main with force:False [2023-02-06T22:56:47.632Z] 2023-02-06 22:56:46,751 [read_version] DEBUG read version from /w/workspace/edgex-go/393/.semver/main [2023-02-06T22:56:47.632Z] 2023-02-06 22:56:46,751 [read_version] DEBUG read version from /w/workspace/edgex-go/393/.semver/main [2023-02-06T22:56:47.632Z] 3.0.0-dev.34 [Pipeline] } [2023-02-06T22:56:47.646Z] $ docker exec --env ******** --env ******** fcc075cf1ecd1175ed058535e3935696636eecba20723e6ae577c3be7c775f14 ssh-agent -k [2023-02-06T22:56:47.762Z] unset SSH_AUTH_SOCK; [2023-02-06T22:56:47.762Z] unset SSH_AGENT_PID; [2023-02-06T22:56:47.762Z] echo Agent pid 77 killed; [2023-02-06T22:56:47.770Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T22:56:48.074Z] + git semver [Pipeline] } [2023-02-06T22:56:48.350Z] $ docker stop --time=1 fcc075cf1ecd1175ed058535e3935696636eecba20723e6ae577c3be7c775f14 [2023-02-06T22:56:49.633Z] $ docker rm -f --volumes fcc075cf1ecd1175ed058535e3935696636eecba20723e6ae577c3be7c775f14 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T22:56:49.970Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-06T22:56:50.167Z] Stashed 1 file(s) [Pipeline] echo [2023-02-06T22:56:50.171Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.34 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T22:56:50.550Z] + git config --global --add safe.directory /w/workspace/edgex-go/393 [Pipeline] echo [2023-02-06T22:56:50.561Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T22:56:50.573Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T22:56:50.578Z] ========================================================= [2023-02-06T22:56:50.578Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-06T22:56:50.578Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-06T22:56:50.866Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-06T22:56:50.867Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-06T22:56:50.867Z] 213ec9aee27d: Pulling fs layer [2023-02-06T22:56:50.867Z] 4583459ba037: Pulling fs layer [2023-02-06T22:56:50.867Z] 93c1e223e6f2: Pulling fs layer [2023-02-06T22:56:50.867Z] 53926ce57604: Pulling fs layer [2023-02-06T22:56:50.867Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-06T22:56:50.867Z] 22ff95d597cd: Pulling fs layer [2023-02-06T22:56:50.867Z] 53926ce57604: Waiting [2023-02-06T22:56:50.867Z] 21b2b0c7a3f4: Waiting [2023-02-06T22:56:50.867Z] 22ff95d597cd: Waiting [2023-02-06T22:56:50.867Z] 12d6caf4c0d1: Pulling fs layer [2023-02-06T22:56:50.867Z] 96b7cbca73a9: Pulling fs layer [2023-02-06T22:56:50.867Z] 12d6caf4c0d1: Waiting [2023-02-06T22:56:50.867Z] a7acece74701: Pulling fs layer [2023-02-06T22:56:50.867Z] 96b7cbca73a9: Waiting [2023-02-06T22:56:50.867Z] a7acece74701: Waiting [2023-02-06T22:56:50.867Z] 93c1e223e6f2: Download complete [2023-02-06T22:56:50.867Z] 4583459ba037: Download complete [2023-02-06T22:56:50.867Z] 21b2b0c7a3f4: Download complete [2023-02-06T22:56:50.867Z] 22ff95d597cd: Verifying Checksum [2023-02-06T22:56:50.867Z] 22ff95d597cd: Download complete [2023-02-06T22:56:51.138Z] 213ec9aee27d: Download complete [2023-02-06T22:56:51.138Z] 12d6caf4c0d1: Verifying Checksum [2023-02-06T22:56:51.138Z] 12d6caf4c0d1: Download complete [2023-02-06T22:56:51.138Z] 213ec9aee27d: Pull complete [2023-02-06T22:56:51.400Z] 4583459ba037: Pull complete [2023-02-06T22:56:51.400Z] 93c1e223e6f2: Pull complete [2023-02-06T22:56:52.383Z] a7acece74701: Verifying Checksum [2023-02-06T22:56:52.383Z] a7acece74701: Download complete [2023-02-06T22:56:52.957Z] 53926ce57604: Verifying Checksum [2023-02-06T22:56:52.957Z] 53926ce57604: Download complete [2023-02-06T22:56:52.957Z] 96b7cbca73a9: Verifying Checksum [2023-02-06T22:56:52.957Z] 96b7cbca73a9: Download complete [2023-02-06T22:56:58.241Z] 53926ce57604: Pull complete [2023-02-06T22:56:58.241Z] 21b2b0c7a3f4: Pull complete [2023-02-06T22:56:58.241Z] 22ff95d597cd: Pull complete [2023-02-06T22:56:58.241Z] 12d6caf4c0d1: Pull complete [2023-02-06T22:57:00.140Z] 96b7cbca73a9: Pull complete [2023-02-06T22:57:00.707Z] a7acece74701: Pull complete [2023-02-06T22:57:00.707Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-06T22:57:00.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-06T22:57:00.968Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-06T22:57:01.264Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-06T22:57:01.264Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-06T22:57:01.264Z] WORKDIR /edgex [2023-02-06T22:57:01.264Z] COPY go.mod . [2023-02-06T22:57:01.264Z] RUN go mod download [2023-02-06T22:57:02.202Z] Sending build context to Docker daemon 170.1MB [2023-02-06T22:57:02.202Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-06T22:57:02.202Z] ---> db6d94c90886 [2023-02-06T22:57:02.202Z] Step 2/4 : WORKDIR /edgex [2023-02-06T22:57:05.239Z] Still waiting to schedule task [2023-02-06T22:57:05.239Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-4773’ is offline [2023-02-06T22:57:08.848Z] ---> Running in 26fa3b3f24bb [2023-02-06T22:57:08.849Z] Removing intermediate container 26fa3b3f24bb [2023-02-06T22:57:08.849Z] ---> ec895b41fa1e [2023-02-06T22:57:08.849Z] Step 3/4 : COPY go.mod . [2023-02-06T22:57:08.849Z] ---> f4814afb7110 [2023-02-06T22:57:08.849Z] Step 4/4 : RUN go mod download [2023-02-06T22:57:08.849Z] ---> Running in 9345469e7458 [2023-02-06T22:57:26.938Z] Removing intermediate container 9345469e7458 [2023-02-06T22:57:26.939Z] ---> 9b63f18f141c [2023-02-06T22:57:26.939Z] Successfully built 9b63f18f141c [2023-02-06T22:57:26.939Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T22:57:27.254Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-06T22:57:27.254Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T22:57:27.329Z] prd-ubuntu20.04-docker-8c-8g-4777 does not seem to be running inside a container [2023-02-06T22:57:27.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-06T22:57:27.767Z] $ docker top fd7e2e066141fc8ba8f7be7574f87e0c5e38f61d51d8ecc6c1c1f5bdb57e1b94 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T22:57:28.110Z] + go version [2023-02-06T22:57:28.110Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-06T22:57:28.123Z] $ docker stop --time=1 fd7e2e066141fc8ba8f7be7574f87e0c5e38f61d51d8ecc6c1c1f5bdb57e1b94 [2023-02-06T22:57:29.445Z] $ docker rm -f --volumes fd7e2e066141fc8ba8f7be7574f87e0c5e38f61d51d8ecc6c1c1f5bdb57e1b94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T22:57:29.838Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-06T22:57:29.838Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T22:57:29.917Z] prd-ubuntu20.04-docker-8c-8g-4777 does not seem to be running inside a container [2023-02-06T22:57:29.947Z] $ 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/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-06T22:57:30.341Z] $ docker top fdb71e31ae6ef48e1da6f388ac01e01c481fd1d5e38069070d40c961e6dd9c73 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-06T22:57:30.404Z] ========================================================= [2023-02-06T22:57:30.404Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-06T22:57:30.404Z] ========================================================= [Pipeline] sh [2023-02-06T22:57:30.679Z] + git config --global --add safe.directory /w/workspace/edgex-go/393 [Pipeline] fileExists [Pipeline] sh [2023-02-06T22:57:30.974Z] + make test [2023-02-06T22:57:30.974Z] go test -race -coverprofile=coverage.out ./... [2023-02-06T22:57:37.533Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-06T22:57:52.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.082s coverage: 28.7% of statements [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-06T22:57:52.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.159s coverage: 98.5% of statements [2023-02-06T22:57:52.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.110s coverage: 43.1% of statements [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-06T22:57:52.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.106s coverage: 54.0% of statements [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-06T22:57:52.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-06T22:57:58.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 5.126s coverage: 89.2% of statements [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-06T22:57:58.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.090s coverage: 2.6% of statements [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-06T22:57:58.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.634s coverage: 95.6% of statements [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-06T22:57:58.997Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.064s coverage: 72.2% of statements [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-06T22:57:58.997Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.068s coverage: 65.9% of statements [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-06T22:57:58.997Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-06T22:57:58.997Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.075s coverage: 29.6% of statements [2023-02-06T22:57:58.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-06T22:57:58.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements [2023-02-06T22:57:58.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.082s coverage: 82.9% of statements [2023-02-06T22:57:58.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2023-02-06T22:57:58.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements [2023-02-06T22:57:58.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2023-02-06T22:58:05.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.084s coverage: 94.4% of statements [2023-02-06T22:58:05.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements [2023-02-06T22:58:06.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.332s coverage: 79.9% of statements [2023-02-06T22:58:06.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.145s coverage: 92.9% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 64.4% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.130s coverage: 86.9% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.096s coverage: 87.2% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.142s coverage: 100.0% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.115s coverage: 77.4% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.105s coverage: 80.0% of statements [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.252s coverage: 91.2% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 64.7% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.355s coverage: 65.3% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.175s coverage: 41.8% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.068s coverage: 84.8% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.085s coverage: 17.7% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.169s coverage: 92.3% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-06T22:58:15.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-06T22:58:15.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-06T22:58:15.333Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-02-06T22:58:33.514Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-06T22:58:33.514Z] go vet ./... [2023-02-06T22:58:37.779Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-06T22:58:37.779Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-06T22:58:37.779Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-06T22:58:38.053Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-06T22:58:38.344Z] + ls -al . [2023-02-06T22:58:38.344Z] total 744 [2023-02-06T22:58:38.344Z] drwxrwxr-x 11 1001 1001 4096 Feb 6 22:57 . [2023-02-06T22:58:38.344Z] drwxr-xr-x 4 root root 4096 Feb 6 22:57 .. [2023-02-06T22:58:38.344Z] drwxrwxr-x 2 1001 1001 4096 Feb 6 22:56 .blubracket [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 16 Feb 6 22:56 .dockerignore [2023-02-06T22:58:38.344Z] drwxrwxr-x 8 1001 1001 4096 Feb 6 22:58 .git [2023-02-06T22:58:38.344Z] drwxrwxr-x 3 1001 1001 4096 Feb 6 22:56 .github [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 1024 Feb 6 22:56 .gitignore [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 42 Feb 6 22:56 .golangci.yml [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 87 Feb 6 22:56 .hadolint.yml [2023-02-06T22:58:38.344Z] drwxr-xr-x 3 1001 1001 4096 Feb 6 22:56 .semver [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 166 Feb 6 22:56 .sonarcloud.properties [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 1171 Feb 6 22:56 ADOPTERS.md [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 10825 Feb 6 22:56 Attribution.txt [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 73765 Feb 6 22:56 CHANGELOG.md [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 3804 Feb 6 22:56 CONTRIBUTING.md [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 677 Feb 6 22:56 GOVERNANCE.md [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 850 Feb 6 22:56 Jenkinsfile [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 10775 Feb 6 22:56 LICENSE [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 13375 Feb 6 22:56 Makefile [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 582 Feb 6 22:56 OWNERS.md [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 9403 Feb 6 22:56 README.md [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 6912 Feb 6 22:56 SECURITY.md [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 12 Feb 6 22:56 VERSION [2023-02-06T22:58:38.344Z] drwxrwxr-x 2 1001 1001 4096 Feb 6 22:56 bin [2023-02-06T22:58:38.344Z] drwxrwxr-x 17 1001 1001 4096 Feb 6 22:56 cmd [2023-02-06T22:58:38.344Z] -rw-r--r-- 1 root root 486191 Feb 6 22:58 coverage.out [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 3365 Feb 6 22:56 go.mod [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 34951 Feb 6 22:56 go.sum [2023-02-06T22:58:38.344Z] drwxrwxr-x 7 1001 1001 4096 Feb 6 22:56 internal [2023-02-06T22:58:38.344Z] drwxrwxr-x 3 1001 1001 4096 Feb 6 22:56 openapi [2023-02-06T22:58:38.344Z] drwxrwxr-x 4 1001 1001 4096 Feb 6 22:56 snap [2023-02-06T22:58:38.344Z] -rw-rw-r-- 1 1001 1001 204 Feb 6 22:56 version.go [Pipeline] sh [2023-02-06T22:58:38.633Z] + '[' -e coverage.out ] [2023-02-06T22:58:38.633Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-06T22:58:38.740Z] Stashed 1 file(s) [Pipeline] sh [2023-02-06T22:58:39.023Z] + make build [2023-02-06T22:58:39.023Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-06T22:58:51.224Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-06T22:58:51.789Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-06T22:58:53.171Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-06T22:58:54.108Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-06T22:59:00.674Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-06T22:59:02.576Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-06T22:59:03.144Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-06T22:59:04.526Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-06T22:59:05.470Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-06T22:59:06.058Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-06T22:59:08.705Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-06T22:59:10.097Z] $ docker stop --time=1 fdb71e31ae6ef48e1da6f388ac01e01c481fd1d5e38069070d40c961e6dd9c73 [2023-02-06T22:59:16.447Z] $ docker rm -f --volumes fdb71e31ae6ef48e1da6f388ac01e01c481fd1d5e38069070d40c961e6dd9c73 [2023-02-06T22:59:16.493Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4779 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2023-02-06T22:59:16.761Z] Running in /w/workspace/edgex-go/393 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [2023-02-06T22:59:16.815Z] The recommended git tool is: git [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T22:59:17.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-06T22:59:17.379Z] [2023-02-06T22:59:17.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T22:59:17.678Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-06T22:59:17.678Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-06T22:59:17.678Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-06T22:59:17.678Z] ca9280d653b3: Pulling fs layer [2023-02-06T22:59:17.678Z] 7e9c9ca2126c: Pulling fs layer [2023-02-06T22:59:17.942Z] cbdbe7a5bc2a: Verifying Checksum [2023-02-06T22:59:17.942Z] cbdbe7a5bc2a: Download complete [2023-02-06T22:59:18.203Z] ca9280d653b3: Verifying Checksum [2023-02-06T22:59:18.203Z] cbdbe7a5bc2a: Pull complete [2023-02-06T22:59:18.781Z] ca9280d653b3: Pull complete [2023-02-06T22:59:18.781Z] 7e9c9ca2126c: Download complete [2023-02-06T22:59:22.065Z] 7e9c9ca2126c: Pull complete [2023-02-06T22:59:22.065Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-06T22:59:22.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-06T22:59:22.065Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T22:59:22.154Z] prd-ubuntu20.04-docker-8c-8g-4777 does not seem to be running inside a container [2023-02-06T22:59:22.198Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-06T22:59:22.493Z] using credential edgex-jenkins-ssh [2023-02-06T22:59:22.510Z] Cloning the remote Git repository [2023-02-06T22:59:22.557Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-06T22:59:22.669Z] > git init /w/workspace/edgex-go/393 # timeout=10 [2023-02-06T22:59:22.844Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-06T22:59:22.845Z] > git --version # timeout=10 [2023-02-06T22:59:22.867Z] > git --version # 'git version 2.25.1' [2023-02-06T22:59:22.869Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-06T22:59:22.935Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-06T22:59:28.259Z] $ docker top e3afa78701a89f8dcc2292f70706f33806eb38dac359a86db149e8e0236784aa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T22:59:28.607Z] + docker-compose build --help [2023-02-06T22:59:28.607Z] + grep parallel [2023-02-06T22:59:29.174Z] --parallel Build images in parallel. [Pipeline] } [2023-02-06T22:59:29.188Z] $ docker stop --time=1 e3afa78701a89f8dcc2292f70706f33806eb38dac359a86db149e8e0236784aa [2023-02-06T22:59:30.435Z] $ docker rm -f --volumes e3afa78701a89f8dcc2292f70706f33806eb38dac359a86db149e8e0236784aa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T22:59:30.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-06T22:59:30.824Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T22:59:30.896Z] prd-ubuntu20.04-docker-8c-8g-4777 does not seem to be running inside a container [2023-02-06T22:59:30.932Z] $ 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/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-06T22:59:31.251Z] $ docker top 24b79f3d9bdbb73556f84f92fd9f83548cae1c5af4892e45903977e3306b7c25 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T22:59:31.595Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-06T22:59:32.161Z] Building core-command ... [2023-02-06T22:59:32.161Z] Building core-common-config-bootstrapper ... [2023-02-06T22:59:32.161Z] Building core-data ... [2023-02-06T22:59:32.161Z] Building core-metadata ... [2023-02-06T22:59:32.161Z] Building security-bootstrapper ... [2023-02-06T22:59:32.161Z] Building security-proxy-setup ... [2023-02-06T22:59:32.161Z] Building security-secretstore-setup ... [2023-02-06T22:59:32.161Z] Building security-spiffe-token-provider ... [2023-02-06T22:59:32.161Z] Building security-spire-agent ... [2023-02-06T22:59:32.161Z] Building security-spire-config ... [2023-02-06T22:59:32.161Z] Building security-spire-server ... [2023-02-06T22:59:32.161Z] Building support-notifications ... [2023-02-06T22:59:32.161Z] Building support-scheduler ... [2023-02-06T22:59:32.161Z] Building security-bootstrapper [2023-02-06T22:59:32.161Z] Building security-secretstore-setup [2023-02-06T22:59:32.161Z] Building security-spire-config [2023-02-06T22:59:32.161Z] Building core-common-config-bootstrapper [2023-02-06T22:59:32.161Z] Building security-spiffe-token-provider [2023-02-06T22:59:40.517Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-06T22:59:40.546Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-06T22:59:41.478Z] Avoid second fetch [2023-02-06T22:59:41.479Z] Checking out Revision 6d9013359bac93c0779241eb2f361232f813e28c (main) [2023-02-06T22:59:42.235Z] Commit message: "Merge pull request #4326 from ejlee3/common-config-makefile" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-06T22:59:43.070Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-06T22:59:43.070Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T22:59:43.070Z] Dload Upload Total Spent Left Speed [2023-02-06T22:59:43.070Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 204k 0 --:--:-- --:--:-- --:--:-- 204k [2023-02-06T22:59:41.499Z] > git config core.sparsecheckout # timeout=10 [2023-02-06T22:59:41.519Z] > git checkout -f 6d9013359bac93c0779241eb2f361232f813e28c # timeout=10 [Pipeline] sh [2023-02-06T22:59:43.724Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-06T22:59:44.068Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-06T22:59:44.069Z] + sudo tee /etc/docker/daemon.new [2023-02-06T22:59:44.069Z] { [2023-02-06T22:59:44.069Z] "registry-mirrors": [ [2023-02-06T22:59:44.069Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-06T22:59:44.069Z] ], [2023-02-06T22:59:44.069Z] "bip": "10.250.0.254/24", [2023-02-06T22:59:44.069Z] "hosts": [ [2023-02-06T22:59:44.069Z] "tcp://0.0.0.0:5555", [2023-02-06T22:59:44.069Z] "unix:///var/run/docker.sock" [2023-02-06T22:59:44.069Z] ], [2023-02-06T22:59:44.069Z] "mtu": 1458, [2023-02-06T22:59:44.069Z] "selinux-enabled": true, [2023-02-06T22:59:44.069Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-06T22:59:44.069Z] } [Pipeline] sh [2023-02-06T22:59:44.390Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T22:59:44.390Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-06T22:59:44.390Z] ---> 9b63f18f141c [2023-02-06T22:59:44.390Z] Step 3/24 : WORKDIR /edgex-go [2023-02-06T22:59:44.390Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T22:59:44.390Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-06T22:59:44.390Z] ---> 9b63f18f141c [2023-02-06T22:59:44.390Z] Step 3/19 : WORKDIR /edgex-go [2023-02-06T22:59:44.390Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T22:59:44.390Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-06T22:59:44.390Z] ---> 9b63f18f141c [2023-02-06T22:59:44.390Z] Step 3/24 : WORKDIR /edgex-go [2023-02-06T22:59:44.390Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T22:59:44.390Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-06T22:59:44.390Z] ---> 9b63f18f141c [2023-02-06T22:59:44.390Z] Step 3/32 : WORKDIR /edgex-go [2023-02-06T22:59:44.390Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T22:59:44.390Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-06T22:59:44.390Z] ---> 9b63f18f141c [2023-02-06T22:59:44.390Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-06T22:59:44.407Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-06T22:59:44.745Z] + sudo service docker restart [2023-02-06T22:59:52.545Z] ---> Running in 4db88eaede2d [2023-02-06T22:59:52.545Z] ---> Running in 4c95e6a39892 [2023-02-06T22:59:52.545Z] ---> Running in d4d2dbe87e6e [2023-02-06T22:59:52.545Z] ---> Running in a8522f6363b1 [2023-02-06T22:59:52.545Z] ---> Running in eb8a33d1b07e [2023-02-06T22:59:52.545Z] Removing intermediate container eb8a33d1b07e [2023-02-06T22:59:52.545Z] ---> 724cdb2d43c0 [2023-02-06T22:59:52.545Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-06T22:59:52.545Z] Removing intermediate container 4db88eaede2d [2023-02-06T22:59:52.545Z] ---> 76db3ac9a1f4 [2023-02-06T22:59:52.545Z] Step 4/22 : WORKDIR /edgex-go [2023-02-06T22:59:52.545Z] Removing intermediate container d4d2dbe87e6e [2023-02-06T22:59:52.545Z] ---> 19fbf480264d [2023-02-06T22:59:52.545Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-06T22:59:52.545Z] Removing intermediate container a8522f6363b1 [2023-02-06T22:59:52.545Z] Removing intermediate container 4c95e6a39892 [2023-02-06T22:59:52.545Z] ---> d38ef45fc982 [2023-02-06T22:59:52.545Z] ---> 7825f5ab3143 [2023-02-06T22:59:52.545Z] Step 4/32 : RUN apk add --update --no-cache make gitStep 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-06T22:59:52.545Z] [2023-02-06T22:59:52.545Z] ---> Running in 37d99f8bfc17 [2023-02-06T22:59:52.545Z] ---> Running in e6c22e2514e1 [2023-02-06T22:59:52.545Z] ---> Running in b11b5669f83b [2023-02-06T22:59:52.545Z] ---> Running in d7a6f43eef85 [2023-02-06T22:59:52.545Z] ---> Running in 6582bb78471c [2023-02-06T22:59:52.803Z] Removing intermediate container e6c22e2514e1 [2023-02-06T22:59:52.803Z] ---> 7a3426102706 [2023-02-06T22:59:52.803Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-06T22:59:52.803Z] ---> Running in 7b03a3deb77e [2023-02-06T22:59:53.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T22:59:53.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T22:59:53.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T22:59:53.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T22:59:53.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T22:59:53.329Z] OK: 211 MiB in 51 packages [2023-02-06T22:59:53.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T22:59:53.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T22:59:53.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T22:59:53.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T22:59:53.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T22:59:53.587Z] v3.16.3-154-ga2a60f3e0fe [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-06T22:59:53.587Z] v3.16.3-151-gb476f155c74 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-06T22:59:53.587Z] OK: 17044 distinct packages available [2023-02-06T22:59:53.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T22:59:53.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T22:59:53.587Z] OK: 211 MiB in 51 packages [2023-02-06T22:59:53.587Z] OK: 211 MiB in 51 packages [2023-02-06T22:59:53.587Z] OK: 211 MiB in 51 packages [2023-02-06T22:59:53.854Z] Removing intermediate container 37d99f8bfc17 [2023-02-06T22:59:53.854Z] ---> 42b92d5b3bd5 [2023-02-06T22:59:53.854Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-06T22:59:53.854Z] OK: 211 MiB in 51 packages [2023-02-06T22:59:53.854Z] ---> 40177c826ad4 [2023-02-06T22:59:53.854Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T22:59:53.854Z] ---> Running in f569b889c853 [2023-02-06T22:59:54.113Z] Removing intermediate container b11b5669f83b [2023-02-06T22:59:54.113Z] ---> cc6b1c1244d0 [2023-02-06T22:59:54.113Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-06T22:59:54.113Z] Removing intermediate container 7b03a3deb77e [2023-02-06T22:59:54.113Z] ---> b37804c5dcb4 [2023-02-06T22:59:54.113Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-06T22:59:54.372Z] ---> c9cbb4d445cd [2023-02-06T22:59:54.372Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T22:59:54.372Z] ---> Running in 3bf281897902 [2023-02-06T22:59:54.372Z] Removing intermediate container d7a6f43eef85 [2023-02-06T22:59:54.372Z] ---> c64f07e63ac0 [2023-02-06T22:59:54.372Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-06T22:59:54.632Z] ---> a7733c606caa [2023-02-06T22:59:54.632Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T22:59:54.632Z] Removing intermediate container 6582bb78471c [2023-02-06T22:59:54.632Z] ---> d67216506646 [2023-02-06T22:59:54.632Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-06T22:59:54.632Z] ---> a74a8a129ba6 [2023-02-06T22:59:54.632Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T22:59:54.632Z] ---> Running in 9f6d5a0b1852 [2023-02-06T22:59:54.632Z] ---> Running in 2c12795d90c9 [2023-02-06T22:59:54.632Z] ---> 9fd33c8cda96 [2023-02-06T22:59:54.632Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T22:59:54.889Z] ---> Running in 9c50a8c11afe [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T23:00:03.042Z] provisioning config files... [2023-02-06T23:00:03.073Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/393@tmp/config2083544243310455474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:00:03.432Z] ---> docker-login.sh [2023-02-06T23:00:03.432Z] nexus3.edgexfoundry.org:10001 [2023-02-06T23:00:04.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:00:04.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:00:04.018Z] Configure a credential helper to remove this warning. See [2023-02-06T23:00:04.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:00:04.018Z] [2023-02-06T23:00:04.018Z] Login Succeeded [2023-02-06T23:00:04.289Z] nexus3.edgexfoundry.org:10002 [2023-02-06T23:00:04.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:00:04.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:00:04.572Z] Configure a credential helper to remove this warning. See [2023-02-06T23:00:04.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:00:04.572Z] [2023-02-06T23:00:04.572Z] Login Succeeded [2023-02-06T23:00:04.572Z] nexus3.edgexfoundry.org:10003 [2023-02-06T23:00:04.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:00:04.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:00:04.843Z] Configure a credential helper to remove this warning. See [2023-02-06T23:00:04.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:00:04.843Z] [2023-02-06T23:00:04.843Z] Login Succeeded [2023-02-06T23:00:04.843Z] nexus3.edgexfoundry.org:10004 [2023-02-06T23:00:05.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:00:05.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:00:05.113Z] Configure a credential helper to remove this warning. See [2023-02-06T23:00:05.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:00:05.113Z] [2023-02-06T23:00:05.113Z] Login Succeeded [2023-02-06T23:00:05.383Z] docker.io [2023-02-06T23:00:05.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:00:08.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:00:08.739Z] Configure a credential helper to remove this warning. See [2023-02-06T23:00:08.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:00:08.739Z] [2023-02-06T23:00:08.739Z] Login Succeeded [2023-02-06T23:00:08.739Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T23:00:08.755Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-06T23:00:09.372Z] + git config --global --add safe.directory /w/workspace/edgex-go/393 [Pipeline] echo [2023-02-06T23:00:09.394Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T23:00:09.408Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T23:00:09.418Z] ========================================================= [2023-02-06T23:00:09.418Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-06T23:00:09.418Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-06T23:00:09.750Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-06T23:00:12.345Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-06T23:00:12.345Z] 9b18e9b68314: Pulling fs layer [2023-02-06T23:00:12.345Z] 35d82f9e3411: Pulling fs layer [2023-02-06T23:00:12.345Z] e16973657156: Pulling fs layer [2023-02-06T23:00:12.345Z] fc693d55d65f: Pulling fs layer [2023-02-06T23:00:12.345Z] 7e9fc2657dce: Pulling fs layer [2023-02-06T23:00:12.345Z] dda99020689f: Pulling fs layer [2023-02-06T23:00:12.345Z] db1c61fa0a46: Pulling fs layer [2023-02-06T23:00:12.345Z] 891c053d2c06: Pulling fs layer [2023-02-06T23:00:12.345Z] fc693d55d65f: Waiting [2023-02-06T23:00:12.345Z] dda99020689f: Waiting [2023-02-06T23:00:12.345Z] 7e9fc2657dce: Waiting [2023-02-06T23:00:12.345Z] db1c61fa0a46: Waiting [2023-02-06T23:00:12.345Z] 891c053d2c06: Waiting [2023-02-06T23:00:12.345Z] e16973657156: Verifying Checksum [2023-02-06T23:00:12.345Z] e16973657156: Download complete [2023-02-06T23:00:12.345Z] 35d82f9e3411: Download complete [2023-02-06T23:00:12.345Z] 7e9fc2657dce: Download complete [2023-02-06T23:00:12.345Z] dda99020689f: Verifying Checksum [2023-02-06T23:00:12.345Z] dda99020689f: Download complete [2023-02-06T23:00:12.345Z] 9b18e9b68314: Verifying Checksum [2023-02-06T23:00:12.345Z] 9b18e9b68314: Download complete [2023-02-06T23:00:12.939Z] 9b18e9b68314: Pull complete [2023-02-06T23:00:13.529Z] 35d82f9e3411: Pull complete [2023-02-06T23:00:13.799Z] e16973657156: Pull complete [2023-02-06T23:00:14.400Z] 891c053d2c06: Verifying Checksum [2023-02-06T23:00:14.400Z] 891c053d2c06: Download complete [2023-02-06T23:00:14.400Z] db1c61fa0a46: Verifying Checksum [2023-02-06T23:00:14.400Z] db1c61fa0a46: Download complete [2023-02-06T23:00:17.782Z] fc693d55d65f: Verifying Checksum [2023-02-06T23:00:17.783Z] fc693d55d65f: Download complete [2023-02-06T23:00:30.125Z] fc693d55d65f: Pull complete [2023-02-06T23:00:30.125Z] 7e9fc2657dce: Pull complete [2023-02-06T23:00:30.125Z] dda99020689f: Pull complete [2023-02-06T23:00:35.478Z] db1c61fa0a46: Pull complete [2023-02-06T23:00:38.818Z] 891c053d2c06: Pull complete [2023-02-06T23:00:38.818Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-06T23:00:38.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-06T23:00:38.818Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-06T23:00:39.210Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-06T23:00:39.210Z] WORKDIR /edgex [2023-02-06T23:00:39.210Z] COPY go.mod . [2023-02-06T23:00:39.210Z] RUN go mod download [2023-02-06T23:00:39.210Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-06T23:00:39.816Z] Sending build context to Docker daemon 3.093MB [2023-02-06T23:00:39.816Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-06T23:00:39.816Z] ---> f96f9c87975a [2023-02-06T23:00:39.816Z] Step 2/4 : WORKDIR /edgex [2023-02-06T23:00:41.786Z] ---> Running in 8ddee54b9f97 [2023-02-06T23:00:41.786Z] Removing intermediate container 8ddee54b9f97 [2023-02-06T23:00:41.786Z] ---> c86a6c62c186 [2023-02-06T23:00:41.786Z] Step 3/4 : COPY go.mod . [2023-02-06T23:00:42.376Z] ---> b2afa4021e07 [2023-02-06T23:00:42.376Z] Step 4/4 : RUN go mod download [2023-02-06T23:00:42.376Z] ---> Running in d6fb51ced432 [2023-02-06T23:01:02.577Z] Removing intermediate container 2c12795d90c9 [2023-02-06T23:01:02.577Z] ---> ae81ffca678e [2023-02-06T23:01:02.577Z] Step 7/19 : COPY . . [2023-02-06T23:01:02.577Z] Removing intermediate container 9c50a8c11afe [2023-02-06T23:01:02.577Z] ---> 649339daa63a [2023-02-06T23:01:02.577Z] Step 7/32 : COPY . . [2023-02-06T23:01:02.577Z] Removing intermediate container 9f6d5a0b1852 [2023-02-06T23:01:02.577Z] ---> 82978de32000 [2023-02-06T23:01:02.577Z] Step 8/22 : COPY . . [2023-02-06T23:01:02.577Z] Removing intermediate container f569b889c853 [2023-02-06T23:01:02.577Z] ---> 4ff575b4982a [2023-02-06T23:01:02.577Z] Step 7/24 : COPY . . [2023-02-06T23:01:02.577Z] Removing intermediate container 3bf281897902 [2023-02-06T23:01:02.577Z] ---> c0af0ff38596 [2023-02-06T23:01:02.577Z] Step 7/24 : COPY . . [2023-02-06T23:01:21.272Z] Removing intermediate container d6fb51ced432 [2023-02-06T23:01:21.272Z] ---> 095b01034e55 [2023-02-06T23:01:21.272Z] Successfully built 095b01034e55 [2023-02-06T23:01:21.272Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:01:21.601Z] + docker inspect -f . ci-base-image-arm64 [2023-02-06T23:01:21.601Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T23:01:21.775Z] prd-ubuntu20.04-docker-arm64-4c-16g-4779 does not seem to be running inside a container [2023-02-06T23:01:21.844Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-06T23:01:22.988Z] $ docker top ad94877980128e79d7606c0d8103acb8e78887b388d33b7d8dfc2e6b2e9e54ce -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T23:01:23.792Z] + go version [2023-02-06T23:01:23.792Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-06T23:01:23.817Z] $ docker stop --time=1 ad94877980128e79d7606c0d8103acb8e78887b388d33b7d8dfc2e6b2e9e54ce [2023-02-06T23:01:25.409Z] $ docker rm -f --volumes ad94877980128e79d7606c0d8103acb8e78887b388d33b7d8dfc2e6b2e9e54ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:01:25.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-06T23:01:25.983Z] [2023-02-06T23:01:25.983Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:01:26.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-06T23:01:26.314Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-06T23:01:26.314Z] 29e5d40040c1: Pulling fs layer [2023-02-06T23:01:26.314Z] 1ce36da41761: Pulling fs layer [2023-02-06T23:01:26.314Z] 25b303627fd3: Pulling fs layer [2023-02-06T23:01:26.579Z] 29e5d40040c1: Verifying Checksum [2023-02-06T23:01:26.579Z] 29e5d40040c1: Download complete [2023-02-06T23:01:26.845Z] 1ce36da41761: Verifying Checksum [2023-02-06T23:01:27.111Z] 29e5d40040c1: Pull complete [2023-02-06T23:01:28.080Z] 1ce36da41761: Pull complete [2023-02-06T23:01:28.347Z] 25b303627fd3: Download complete [2023-02-06T23:01:29.576Z] ---> 6e6bd43ceb5b [2023-02-06T23:01:29.576Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-06T23:01:29.576Z] ---> 50b90cb1ed06 [2023-02-06T23:01:29.576Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-06T23:01:29.576Z] ---> 987576351533 [2023-02-06T23:01:29.576Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-06T23:01:29.576Z] ---> Running in 74a25b76c863 [2023-02-06T23:01:29.576Z] ---> Running in fbfe51f1b471 [2023-02-06T23:01:29.576Z] ---> 1dfa1880ec0d [2023-02-06T23:01:29.576Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-06T23:01:29.576Z] ---> Running in 1872c6a08dfd [2023-02-06T23:01:29.576Z] ---> 1db42847d746 [2023-02-06T23:01:29.576Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-06T23:01:29.576Z] ---> Running in b4cf826a24cc [2023-02-06T23:01:29.576Z] ---> Running in b10cd9946b3c [2023-02-06T23:01:29.576Z] Removing intermediate container 74a25b76c863 [2023-02-06T23:01:29.576Z] ---> bef2afb6cf6b [2023-02-06T23:01:29.576Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-06T23:01:29.576Z] ---> Running in 5231d6bce8c8 [2023-02-06T23:01:29.576Z] Removing intermediate container 5231d6bce8c8 [2023-02-06T23:01:29.576Z] ---> 25074bacc441 [2023-02-06T23:01:29.576Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-06T23:01:29.576Z] ---> Running in 041874d0fde8 [2023-02-06T23:01:29.576Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-06T23:01:29.576Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-06T23:01:29.576Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-06T23:01:29.576Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-06T23:01:29.576Z] Removing intermediate container 041874d0fde8 [2023-02-06T23:01:29.576Z] ---> db2a02a8dfb6 [2023-02-06T23:01:29.576Z] Step 11/24 : WORKDIR /edgex-go [2023-02-06T23:01:29.576Z] ---> Running in f7c6b6541af4 [2023-02-06T23:01:29.576Z] Removing intermediate container f7c6b6541af4 [2023-02-06T23:01:29.576Z] ---> 3a79737681c3 [2023-02-06T23:01:29.576Z] [2023-02-06T23:01:29.576Z] Step 12/24 : FROM alpine:3.15 [2023-02-06T23:01:29.576Z] 3.15: Pulling from library/alpine [2023-02-06T23:01:29.576Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-06T23:01:29.576Z] Status: Downloaded newer image for alpine:3.15 [2023-02-06T23:01:29.576Z] ---> c4fc93816858 [2023-02-06T23:01:29.576Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-06T23:01:29.834Z] ---> Running in 14cf9bb1aa23 [2023-02-06T23:01:29.834Z] Removing intermediate container 14cf9bb1aa23 [2023-02-06T23:01:29.834Z] ---> 4fb087a7dd3b [2023-02-06T23:01:29.834Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-06T23:01:29.834Z] ---> Running in 99fa9a39f107 [2023-02-06T23:01:30.764Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:01:31.023Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:01:31.280Z] v3.15.6-290-g782130c55d [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-06T23:01:31.280Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-06T23:01:31.280Z] OK: 15859 distinct packages available [2023-02-06T23:01:31.280Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:01:31.538Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:01:31.538Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-06T23:01:31.538Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-06T23:01:31.538Z] (3/4) Installing libucontext (1.1-r0) [2023-02-06T23:01:31.538Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-06T23:01:31.538Z] Executing busybox-1.34.1-r7.trigger [2023-02-06T23:01:31.538Z] OK: 6 MiB in 18 packages [2023-02-06T23:01:34.063Z] Removing intermediate container 99fa9a39f107 [2023-02-06T23:01:34.063Z] ---> e4788126f7e4 [2023-02-06T23:01:34.063Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-06T23:01:38.416Z] 25b303627fd3: Pull complete [2023-02-06T23:01:38.416Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-06T23:01:38.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-06T23:01:38.416Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T23:01:38.596Z] prd-ubuntu20.04-docker-arm64-4c-16g-4779 does not seem to be running inside a container [2023-02-06T23:01:38.669Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-06T23:01:39.402Z] ---> 739becdd02ea [2023-02-06T23:01:39.402Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-06T23:01:40.033Z] ---> 60810562897a [2023-02-06T23:01:40.033Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-06T23:01:40.033Z] ---> Running in a4fd811900b9 [2023-02-06T23:01:40.622Z] Removing intermediate container a4fd811900b9 [2023-02-06T23:01:40.622Z] ---> 498528c7d595 [2023-02-06T23:01:40.622Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-06T23:01:40.869Z] $ docker top 73d10898f05ba74f9116044af23f9d0dca37c4c89b4e66b58f65f5d7d1bad947 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T23:01:41.665Z] + docker-compose build --help [2023-02-06T23:01:41.665Z] + grep parallel [2023-02-06T23:01:41.999Z] ---> 681e35e52d60 [2023-02-06T23:01:41.999Z] Step 19/24 : WORKDIR / [2023-02-06T23:01:41.999Z] ---> Running in ebe25eb29f5a [2023-02-06T23:01:42.563Z] Removing intermediate container ebe25eb29f5a [2023-02-06T23:01:42.563Z] ---> 1bd1ec205966 [2023-02-06T23:01:42.563Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-06T23:01:42.821Z] ---> Running in cca06d3c969f [2023-02-06T23:01:43.399Z] Removing intermediate container cca06d3c969f [2023-02-06T23:01:43.399Z] ---> db7837be5e56 [2023-02-06T23:01:43.399Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-06T23:01:43.399Z] ---> Running in 3a523204e017 [2023-02-06T23:01:43.656Z] Removing intermediate container 3a523204e017 [2023-02-06T23:01:43.656Z] ---> 83b1bf540a1d [2023-02-06T23:01:43.656Z] Step 22/24 : LABEL arch=x86_64 [2023-02-06T23:01:43.656Z] ---> Running in 08927330352b [2023-02-06T23:01:44.222Z] Removing intermediate container 08927330352b [2023-02-06T23:01:44.222Z] ---> e882a9e5f4a5 [2023-02-06T23:01:44.222Z] Step 23/24 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:01:44.222Z] ---> Running in f1618787fb1b [2023-02-06T23:01:45.910Z] --parallel Build images in parallel. [2023-02-06T23:01:46.162Z] Removing intermediate container f1618787fb1b [2023-02-06T23:01:46.163Z] ---> 1f5c3b52a5f8 [2023-02-06T23:01:46.163Z] Step 24/24 : LABEL version=3.0.0-dev.34 [Pipeline] } [2023-02-06T23:01:46.205Z] $ docker stop --time=1 73d10898f05ba74f9116044af23f9d0dca37c4c89b4e66b58f65f5d7d1bad947 [2023-02-06T23:01:47.542Z] ---> Running in 3ed4519d2490 [2023-02-06T23:01:47.785Z] $ docker rm -f --volumes 73d10898f05ba74f9116044af23f9d0dca37c4c89b4e66b58f65f5d7d1bad947 [2023-02-06T23:01:47.799Z] Removing intermediate container 3ed4519d2490 [2023-02-06T23:01:47.799Z] ---> 27fb2a1425b4 [2023-02-06T23:01:47.799Z] [2023-02-06T23:01:47.799Z] Successfully built 27fb2a1425b4 [2023-02-06T23:01:47.799Z] Successfully tagged security-spire-config:latest [2023-02-06T23:01:47.799Z]  Building security-spire-config ... done Building support-scheduler [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:01:48.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-06T23:01:48.293Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T23:01:48.463Z] prd-ubuntu20.04-docker-arm64-4c-16g-4779 does not seem to be running inside a container [2023-02-06T23:01:48.540Z] $ 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/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-06T23:01:49.611Z] $ docker top 4e520c6a280937bc120e49ffa5e1a5c98f9929e88f6493a482eb8f438a8fbcaa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T23:01:50.100Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-06T23:01:54.491Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:01:54.491Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:01:54.491Z] ---> 9b63f18f141c [2023-02-06T23:01:54.491Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-06T23:01:54.491Z] ---> Using cache [2023-02-06T23:01:54.491Z] ---> 76db3ac9a1f4 [2023-02-06T23:01:54.491Z] Step 4/22 : WORKDIR /edgex-go [2023-02-06T23:01:54.491Z] ---> Using cache [2023-02-06T23:01:54.491Z] ---> 7a3426102706 [2023-02-06T23:01:54.491Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-06T23:01:54.491Z] ---> Using cache [2023-02-06T23:01:54.491Z] ---> b37804c5dcb4 [2023-02-06T23:01:54.491Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-06T23:01:54.491Z] ---> Using cache [2023-02-06T23:01:54.491Z] ---> a7733c606caa [2023-02-06T23:01:54.491Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:01:54.491Z] ---> Using cache [2023-02-06T23:01:54.491Z] ---> 82978de32000 [2023-02-06T23:01:54.491Z] Step 8/22 : COPY . . [2023-02-06T23:01:54.491Z] ---> Using cache [2023-02-06T23:01:54.491Z] ---> 987576351533 [2023-02-06T23:01:54.491Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-06T23:01:55.433Z] Building core-command ... [2023-02-06T23:01:55.433Z] Building core-common-config-bootstrapper ... [2023-02-06T23:01:55.433Z] Building core-data ... [2023-02-06T23:01:55.433Z] Building core-metadata ... [2023-02-06T23:01:55.433Z] Building security-bootstrapper ... [2023-02-06T23:01:55.433Z] Building security-proxy-setup ... [2023-02-06T23:01:55.433Z] Building security-secretstore-setup ... [2023-02-06T23:01:55.433Z] Building security-spiffe-token-provider ... [2023-02-06T23:01:55.433Z] Building security-spire-agent ... [2023-02-06T23:01:55.433Z] Building security-spire-config ... [2023-02-06T23:01:55.433Z] Building security-spire-server ... [2023-02-06T23:01:55.433Z] Building support-notifications ... [2023-02-06T23:01:55.433Z] Building support-scheduler ... [2023-02-06T23:01:55.433Z] Building core-metadata [2023-02-06T23:01:55.433Z] Building security-spiffe-token-provider [2023-02-06T23:01:55.433Z] Building security-spire-server [2023-02-06T23:01:55.433Z] Building security-spire-agent [2023-02-06T23:01:55.433Z] Building security-bootstrapper [2023-02-06T23:02:01.070Z] ---> Running in b115584d12d0 [2023-02-06T23:02:01.639Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-06T23:02:01.902Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-06T23:02:05.503Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:02:05.503Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:02:05.503Z] ---> 095b01034e55 [2023-02-06T23:02:05.503Z] Step 3/23 : WORKDIR /edgex-go [2023-02-06T23:02:05.503Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:02:05.503Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:02:05.503Z] ---> 095b01034e55 [2023-02-06T23:02:05.503Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-06T23:02:05.503Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:02:05.503Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:02:05.503Z] ---> 095b01034e55 [2023-02-06T23:02:05.503Z] Step 3/24 : WORKDIR /edgex-go [2023-02-06T23:02:05.503Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:02:05.503Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:02:05.503Z] ---> 095b01034e55 [2023-02-06T23:02:05.503Z] Step 3/32 : WORKDIR /edgex-go [2023-02-06T23:02:05.503Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:02:05.503Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:02:05.503Z] ---> 095b01034e55 [2023-02-06T23:02:05.503Z] Step 3/19 : WORKDIR /edgex-go [2023-02-06T23:02:05.503Z] ---> Running in 2b1b11834a1b [2023-02-06T23:02:05.503Z] ---> Running in 0d049681e9d3 [2023-02-06T23:02:05.503Z] ---> Running in d3021782b11c [2023-02-06T23:02:05.503Z] ---> Running in 19a18479be3c [2023-02-06T23:02:05.503Z] ---> Running in 058e143fedff [2023-02-06T23:02:06.087Z] Removing intermediate container d3021782b11c [2023-02-06T23:02:06.087Z] ---> c9fdcd30bef3 [2023-02-06T23:02:06.087Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-06T23:02:06.087Z] Removing intermediate container 0d049681e9d3 [2023-02-06T23:02:06.087Z] ---> 35f0d1b12ff1 [2023-02-06T23:02:06.087Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-06T23:02:06.087Z] Removing intermediate container 2b1b11834a1b [2023-02-06T23:02:06.087Z] ---> fbaa1074c163 [2023-02-06T23:02:06.087Z] Step 4/24 : WORKDIR /edgex-go [2023-02-06T23:02:06.087Z] ---> Running in 5053f1495150 [2023-02-06T23:02:06.087Z] Removing intermediate container 058e143fedff [2023-02-06T23:02:06.087Z] ---> 3ea1f8e577f0 [2023-02-06T23:02:06.087Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-06T23:02:06.087Z] Removing intermediate container 19a18479be3c [2023-02-06T23:02:06.087Z] ---> f72211ebd257 [2023-02-06T23:02:06.087Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-06T23:02:06.366Z] ---> Running in 9d17215cc2b4 [2023-02-06T23:02:06.366Z] ---> Running in 10b6e7b7331a [2023-02-06T23:02:06.366Z] ---> Running in 9cbb4aa41315 [2023-02-06T23:02:06.366Z] ---> Running in e33e7d772b7d [2023-02-06T23:02:07.333Z] Removing intermediate container 9cbb4aa41315 [2023-02-06T23:02:07.333Z] ---> 70520cf72b43 [2023-02-06T23:02:07.333Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-06T23:02:07.333Z] ---> Running in 3475277817a4 [2023-02-06T23:02:08.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:02:08.504Z] Removing intermediate container 1872c6a08dfd [2023-02-06T23:02:08.504Z] ---> 4b2a8013ddbd [2023-02-06T23:02:08.504Z] [2023-02-06T23:02:08.504Z] Step 10/22 : FROM alpine:3.16 [2023-02-06T23:02:08.504Z] Removing intermediate container fbfe51f1b471 [2023-02-06T23:02:08.504Z] ---> d01d1403ef56 [2023-02-06T23:02:08.504Z] [2023-02-06T23:02:08.504Z] Step 9/32 : FROM alpine:3.16 [2023-02-06T23:02:08.504Z] 3.16: Pulling from library/alpine [2023-02-06T23:02:08.504Z] 3.16: Pulling from library/alpine [2023-02-06T23:02:08.569Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:02:08.569Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:02:08.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:02:09.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:02:09.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:02:09.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:02:09.378Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:02:09.645Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:02:09.645Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:02:09.911Z] OK: 221 MiB in 51 packages [2023-02-06T23:02:09.911Z] OK: 221 MiB in 51 packages [2023-02-06T23:02:10.878Z] OK: 221 MiB in 51 packages [2023-02-06T23:02:10.878Z] OK: 221 MiB in 51 packages [2023-02-06T23:02:11.145Z] v3.16.3-154-ga2a60f3e0f [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-06T23:02:11.145Z] v3.16.3-151-gb476f155c7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-06T23:02:11.145Z] OK: 16901 distinct packages available [2023-02-06T23:02:11.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:02:11.677Z] Removing intermediate container 9d17215cc2b4 [2023-02-06T23:02:11.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:02:11.677Z] ---> 91c9475f0a3e [2023-02-06T23:02:11.677Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-06T23:02:11.944Z] Removing intermediate container 5053f1495150 [2023-02-06T23:02:11.944Z] ---> 79bb57108d0c [2023-02-06T23:02:11.944Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-06T23:02:12.525Z] Removing intermediate container 10b6e7b7331a [2023-02-06T23:02:12.525Z] Removing intermediate container 3475277817a4 [2023-02-06T23:02:12.525Z] ---> e93794eee43b [2023-02-06T23:02:12.525Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-06T23:02:12.525Z] ---> 3ead41d5fb37 [2023-02-06T23:02:12.525Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-06T23:02:12.792Z] OK: 221 MiB in 51 packages [2023-02-06T23:02:12.792Z] ---> f1f8cd9ee591 [2023-02-06T23:02:12.792Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:02:12.792Z] ---> Running in da2bfcd3dfaa [2023-02-06T23:02:13.058Z] ---> eef3288e8da0 [2023-02-06T23:02:13.058Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:02:13.324Z] ---> Running in c035584d6b0f [2023-02-06T23:02:13.906Z] ---> c4606644d858 [2023-02-06T23:02:13.906Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:02:13.906Z] ---> Running in 19310c24d046 [2023-02-06T23:02:13.906Z] ---> eb999bdd1e26 [2023-02-06T23:02:13.906Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:02:14.134Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-06T23:02:14.134Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-06T23:02:14.134Z] Status: Downloaded newer image for alpine:3.16 [2023-02-06T23:02:14.134Z] Status: Downloaded newer image for alpine:3.16 [2023-02-06T23:02:14.134Z] Removing intermediate container b10cd9946b3c [2023-02-06T23:02:14.134Z] ---> bb740c7ac3ef [2023-02-06T23:02:14.134Z] ---> bfe296a52501 [2023-02-06T23:02:14.134Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-06T23:02:14.134Z] ---> bfe296a52501 [2023-02-06T23:02:14.134Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-06T23:02:14.134Z] [2023-02-06T23:02:14.134Z] Step 9/24 : FROM alpine:3.16 [2023-02-06T23:02:14.134Z] ---> bfe296a52501 [2023-02-06T23:02:14.134Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-06T23:02:14.134Z] ---> Running in dea24f7dc1b0 [2023-02-06T23:02:14.134Z] ---> Running in b710d068ddcc [2023-02-06T23:02:14.134Z] ---> Running in db231a498573 [2023-02-06T23:02:14.134Z] Removing intermediate container b4cf826a24cc [2023-02-06T23:02:14.134Z] ---> 4305a0706777 [2023-02-06T23:02:14.134Z] [2023-02-06T23:02:14.134Z] Step 9/19 : FROM alpine:3.15 [2023-02-06T23:02:14.134Z] ---> c4fc93816858 [2023-02-06T23:02:14.134Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-06T23:02:14.134Z] ---> Using cache [2023-02-06T23:02:14.134Z] ---> 4fb087a7dd3b [2023-02-06T23:02:14.134Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-06T23:02:14.134Z] ---> Running in c41a085fa6da [2023-02-06T23:02:14.134Z] Removing intermediate container dea24f7dc1b0 [2023-02-06T23:02:14.134Z] ---> 65c60fffc899 [2023-02-06T23:02:14.134Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-06T23:02:14.134Z] Removing intermediate container db231a498573 [2023-02-06T23:02:14.134Z] ---> 84518d5994d9 [2023-02-06T23:02:14.134Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-06T23:02:14.134Z] ---> Running in 112ffa4206fd [2023-02-06T23:02:14.134Z] ---> Running in 9b7e53c61fb7 [2023-02-06T23:02:14.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:14.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:14.174Z] ---> Running in f6aa08311297 [2023-02-06T23:02:14.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:14.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:14.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:14.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:14.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:14.440Z] Removing intermediate container e33e7d772b7d [2023-02-06T23:02:14.440Z] ---> 50affcd751e8 [2023-02-06T23:02:14.440Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-06T23:02:14.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:14.653Z] v3.15.6-290-g782130c55d [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-06T23:02:14.653Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-06T23:02:14.653Z] OK: 15859 distinct packages available [2023-02-06T23:02:14.653Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:14.653Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-06T23:02:14.911Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-06T23:02:14.911Z] (3/3) Installing su-exec (0.2-r1) [2023-02-06T23:02:14.911Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:02:14.911Z] Executing ca-certificates-20220614-r0.trigger [2023-02-06T23:02:14.911Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-06T23:02:14.911Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:02:14.911Z] OK: 6 MiB in 15 packages [2023-02-06T23:02:14.911Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:14.911Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-06T23:02:14.911Z] OK: 6 MiB in 17 packages [2023-02-06T23:02:14.911Z] (2/2) Installing su-exec (0.2-r1) [2023-02-06T23:02:14.911Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:02:14.911Z] OK: 6 MiB in 16 packages [2023-02-06T23:02:15.170Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-06T23:02:15.170Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-06T23:02:15.170Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-06T23:02:15.170Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-06T23:02:15.170Z] (5/9) Installing curl (7.80.0-r5) [2023-02-06T23:02:15.170Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-06T23:02:15.170Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-06T23:02:15.170Z] (8/9) Installing libucontext (1.1-r0) [2023-02-06T23:02:15.170Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-06T23:02:15.170Z] Executing busybox-1.34.1-r7.trigger [2023-02-06T23:02:15.170Z] Executing ca-certificates-20220614-r0.trigger [2023-02-06T23:02:15.170Z] OK: 8 MiB in 23 packages [2023-02-06T23:02:15.847Z] ---> d2a865d5d930 [2023-02-06T23:02:15.847Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:02:15.847Z] ---> Running in fa7e4305608a [2023-02-06T23:02:16.545Z] Removing intermediate container 9b7e53c61fb7 [2023-02-06T23:02:16.545Z] ---> b31d07bd6215 [2023-02-06T23:02:16.545Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-06T23:02:16.545Z] ---> Running in d14c40cf9bae [2023-02-06T23:02:16.545Z] Removing intermediate container b710d068ddcc [2023-02-06T23:02:16.545Z] ---> d3970f0db4f2 [2023-02-06T23:02:16.545Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-06T23:02:16.545Z] Removing intermediate container 112ffa4206fd [2023-02-06T23:02:16.545Z] ---> eb122d5364c2 [2023-02-06T23:02:16.545Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:02:16.545Z] ---> Running in ad6eaf4e03e1 [2023-02-06T23:02:16.815Z] Removing intermediate container d14c40cf9bae [2023-02-06T23:02:16.815Z] ---> cf219a1e7a23 [2023-02-06T23:02:16.815Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-06T23:02:16.815Z] Removing intermediate container ad6eaf4e03e1 [2023-02-06T23:02:16.815Z] ---> e8907faa5977 [2023-02-06T23:02:16.815Z] Step 12/24 : WORKDIR / [2023-02-06T23:02:16.815Z] ---> e5ea4c8703a2 [2023-02-06T23:02:16.815Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-06T23:02:16.815Z] ---> Running in 885515418f00 [2023-02-06T23:02:16.815Z] Removing intermediate container c41a085fa6da [2023-02-06T23:02:16.815Z] ---> 7ca640f1414e [2023-02-06T23:02:16.815Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:02:17.073Z] ---> Running in 46022404b7e7 [2023-02-06T23:02:17.073Z] Removing intermediate container 885515418f00 [2023-02-06T23:02:17.073Z] ---> 4afab6dc9591 [2023-02-06T23:02:17.073Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-06T23:02:17.073Z] ---> Running in c941bec684c5 [2023-02-06T23:02:17.334Z] Removing intermediate container 46022404b7e7 [2023-02-06T23:02:17.334Z] ---> feb63720afaa [2023-02-06T23:02:17.334Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-06T23:02:17.334Z] ---> c0d8d9767256 [2023-02-06T23:02:17.334Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-06T23:02:17.334Z] Removing intermediate container c941bec684c5 [2023-02-06T23:02:17.334Z] ---> e35c9d592482 [2023-02-06T23:02:17.334Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-06T23:02:17.334Z] ---> 655e1ecf4f67 [2023-02-06T23:02:17.334Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-06T23:02:17.334Z] ---> Running in 7ccbaa96d86b [2023-02-06T23:02:17.592Z] ---> 6a69a8374a00 [2023-02-06T23:02:17.592Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-06T23:02:17.592Z] Removing intermediate container 7ccbaa96d86b [2023-02-06T23:02:17.592Z] ---> 500d017f7a44 [2023-02-06T23:02:17.592Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-06T23:02:17.849Z] ---> e90785cf23c6 [2023-02-06T23:02:17.849Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-06T23:02:17.849Z] ---> Running in e689ac202aa7 [2023-02-06T23:02:17.849Z] ---> 8141df831e86 [2023-02-06T23:02:17.849Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-06T23:02:18.112Z] ---> c645f429088a [2023-02-06T23:02:18.112Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-06T23:02:18.438Z] ---> Running in 0b528004d116 [2023-02-06T23:02:18.438Z] ---> 189433c412eb [2023-02-06T23:02:18.438Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-06T23:02:18.697Z] ---> 5c4bfecbac6b [2023-02-06T23:02:18.697Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-06T23:02:18.697Z] ---> 9d26de3f1482 [2023-02-06T23:02:18.697Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-06T23:02:19.262Z] ---> 67149c471e38 [2023-02-06T23:02:19.262Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-06T23:02:20.192Z] Removing intermediate container e689ac202aa7 [2023-02-06T23:02:20.192Z] ---> e415b96758ea [2023-02-06T23:02:20.192Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-06T23:02:20.192Z] ---> Running in eef881b74fe9 [2023-02-06T23:02:20.449Z] ---> f3c7965ae55a [2023-02-06T23:02:20.449Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-06T23:02:20.449Z] ---> Running in bbad5907e25a [2023-02-06T23:02:20.449Z] Removing intermediate container 0b528004d116 [2023-02-06T23:02:20.449Z] ---> fe47377d245b [2023-02-06T23:02:20.449Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-06T23:02:20.449Z] Removing intermediate container eef881b74fe9 [2023-02-06T23:02:20.449Z] ---> 72fa5429ce9d [2023-02-06T23:02:20.449Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T23:02:20.449Z] ---> Running in 28f280caaaa8 [2023-02-06T23:02:20.449Z] ---> Running in ca6f66190951 [2023-02-06T23:02:21.017Z] Removing intermediate container 28f280caaaa8 [2023-02-06T23:02:21.017Z] ---> 503a0e2f995a [2023-02-06T23:02:21.017Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-06T23:02:21.017Z] Removing intermediate container bbad5907e25a [2023-02-06T23:02:21.017Z] ---> 2a62a525d6fb [2023-02-06T23:02:21.017Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-06T23:02:21.017Z] Removing intermediate container ca6f66190951 [2023-02-06T23:02:21.017Z] ---> e5f2fb860e51 [2023-02-06T23:02:21.017Z] Step 17/19 : LABEL arch=x86_64 [2023-02-06T23:02:21.017Z] ---> 375548e4e7bd [2023-02-06T23:02:21.017Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-06T23:02:21.017Z] ---> Running in b7beb8fd090f [2023-02-06T23:02:21.278Z] ---> Running in 98af4f301fc4 [2023-02-06T23:02:21.278Z] Removing intermediate container b7beb8fd090f [2023-02-06T23:02:21.278Z] ---> e7ccf812ad6b [2023-02-06T23:02:21.278Z] Step 20/22 : LABEL arch=x86_64 [2023-02-06T23:02:21.278Z] ---> Running in 2d9d9becd209 [2023-02-06T23:02:21.278Z] Removing intermediate container 98af4f301fc4 [2023-02-06T23:02:21.278Z] ---> dae0302063b8 [2023-02-06T23:02:21.278Z] Step 18/19 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:02:21.278Z] ---> 1a7c25bf0a06 [2023-02-06T23:02:21.278Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-06T23:02:21.278Z] ---> Running in 86ed990e8e56 [2023-02-06T23:02:21.278Z] ---> Running in e34f8d0f94ec [2023-02-06T23:02:21.278Z] ---> 1b4312c0f547 [2023-02-06T23:02:21.278Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-06T23:02:21.278Z] ---> Running in 33957872fbd1 [2023-02-06T23:02:21.535Z] Removing intermediate container 2d9d9becd209 [2023-02-06T23:02:21.535Z] ---> 97bd6483803f [2023-02-06T23:02:21.535Z] Step 21/22 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:02:21.535Z] Removing intermediate container e34f8d0f94ec [2023-02-06T23:02:21.535Z] ---> a204448e03b0 [2023-02-06T23:02:21.535Z] Step 19/19 : LABEL version=3.0.0-dev.34 [2023-02-06T23:02:21.535Z] ---> Running in 2bbc48a9a212 [2023-02-06T23:02:21.535Z] ---> Running in 1a72b3653fa6 [2023-02-06T23:02:21.791Z] Removing intermediate container 2bbc48a9a212 [2023-02-06T23:02:21.791Z] ---> f980f11361f6 [2023-02-06T23:02:21.791Z] Step 22/22 : LABEL version=3.0.0-dev.34 [2023-02-06T23:02:21.791Z] Removing intermediate container 1a72b3653fa6 [2023-02-06T23:02:21.791Z] ---> e10f430316c4 [2023-02-06T23:02:21.791Z] [2023-02-06T23:02:21.791Z] ---> Running in c8747cee3dd8 [2023-02-06T23:02:21.791Z] Successfully built e10f430316c4 [2023-02-06T23:02:21.791Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-06T23:02:21.791Z]  Building security-spiffe-token-provider ... done Building core-metadata [2023-02-06T23:02:21.791Z] Removing intermediate container c8747cee3dd8 [2023-02-06T23:02:21.791Z] ---> 3ecb7fd238d4 [2023-02-06T23:02:21.791Z] [2023-02-06T23:02:22.253Z] Successfully built 3ecb7fd238d4 [2023-02-06T23:02:22.253Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-06T23:02:22.253Z] Building support-notifications [2023-02-06T23:02:25.529Z]  Building core-common-config-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:02:25.529Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:02:25.529Z] ---> 9b63f18f141c [2023-02-06T23:02:25.529Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-06T23:02:25.529Z] ---> Using cache [2023-02-06T23:02:25.529Z] ---> 76db3ac9a1f4 [2023-02-06T23:02:25.529Z] Step 4/22 : WORKDIR /edgex-go [2023-02-06T23:02:25.529Z] ---> Using cache [2023-02-06T23:02:25.529Z] ---> 7a3426102706 [2023-02-06T23:02:25.529Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-06T23:02:29.714Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:02:29.714Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:02:29.714Z] ---> 9b63f18f141c [2023-02-06T23:02:29.714Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-06T23:02:29.714Z] ---> Using cache [2023-02-06T23:02:29.714Z] ---> 76db3ac9a1f4 [2023-02-06T23:02:29.714Z] Step 4/24 : WORKDIR /edgex-go [2023-02-06T23:02:29.714Z] ---> Using cache [2023-02-06T23:02:29.714Z] ---> 7a3426102706 [2023-02-06T23:02:29.714Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-06T23:02:29.714Z] ---> Using cache [2023-02-06T23:02:29.714Z] ---> b37804c5dcb4 [2023-02-06T23:02:29.714Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-06T23:02:29.714Z] ---> Using cache [2023-02-06T23:02:29.714Z] ---> a7733c606caa [2023-02-06T23:02:29.714Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:02:29.714Z] ---> Using cache [2023-02-06T23:02:29.714Z] ---> 82978de32000 [2023-02-06T23:02:29.714Z] Step 8/24 : COPY . . [2023-02-06T23:02:29.714Z] ---> Using cache [2023-02-06T23:02:29.714Z] ---> 987576351533 [2023-02-06T23:02:29.714Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-06T23:02:31.670Z] ---> Running in 4b8df919928b [2023-02-06T23:02:31.670Z] ---> Running in eb319a697964 [2023-02-06T23:02:31.670Z] Removing intermediate container 86ed990e8e56 [2023-02-06T23:02:31.670Z] ---> 8ae7633bba70 [2023-02-06T23:02:31.670Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:02:31.670Z] Removing intermediate container 33957872fbd1 [2023-02-06T23:02:31.670Z] ---> b6f2f718f082 [2023-02-06T23:02:31.670Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-06T23:02:31.670Z] ---> Running in 8c2d59f4b6d6 [2023-02-06T23:02:31.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:31.950Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-06T23:02:32.208Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:32.487Z] OK: 211 MiB in 51 packages [2023-02-06T23:02:32.487Z] ---> 4b7ee66a1a15 [2023-02-06T23:02:32.487Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-06T23:02:32.487Z] Removing intermediate container 8c2d59f4b6d6 [2023-02-06T23:02:32.487Z] ---> 17006032bc47 [2023-02-06T23:02:32.487Z] Step 22/24 : LABEL arch=x86_64 [2023-02-06T23:02:32.745Z] ---> Running in 371fd40b4ae7 [2023-02-06T23:02:34.734Z] Removing intermediate container 371fd40b4ae7 [2023-02-06T23:02:34.734Z] ---> a53ec3b3a867 [2023-02-06T23:02:34.734Z] Step 23/24 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:02:34.734Z] ---> 7d3bd4e1e26c [2023-02-06T23:02:34.734Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-06T23:02:35.016Z] Removing intermediate container 4b8df919928b [2023-02-06T23:02:35.016Z] ---> d421f455eaa4 [2023-02-06T23:02:35.016Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-06T23:02:35.016Z] ---> Running in fad1a7be0737 [2023-02-06T23:02:35.016Z] ---> d149c146dd0e [2023-02-06T23:02:35.016Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-06T23:02:35.275Z] ---> a50e07012475 [2023-02-06T23:02:35.275Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:02:35.275Z] Removing intermediate container b115584d12d0 [2023-02-06T23:02:35.275Z] ---> 47d58b2d2964 [2023-02-06T23:02:35.275Z] [2023-02-06T23:02:35.275Z] Step 10/22 : FROM alpine:3.16 [2023-02-06T23:02:35.275Z] ---> bfe296a52501 [2023-02-06T23:02:35.275Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-06T23:02:35.275Z] ---> Running in 7f55c22d6737 [2023-02-06T23:02:35.275Z] Removing intermediate container fad1a7be0737 [2023-02-06T23:02:35.275Z] ---> 8be50b22e03c [2023-02-06T23:02:35.275Z] Step 24/24 : LABEL version=3.0.0-dev.34 [2023-02-06T23:02:35.275Z] ---> Running in bcd6a5846d5d [2023-02-06T23:02:35.275Z] ---> a3898eb6d395 [2023-02-06T23:02:35.275Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-06T23:02:35.275Z] ---> Running in 33fa4978618f [2023-02-06T23:02:35.844Z] Removing intermediate container 33fa4978618f [2023-02-06T23:02:35.844Z] ---> 59e8410575ea [2023-02-06T23:02:35.844Z] [2023-02-06T23:02:35.844Z] ---> e5871c2b9111 [2023-02-06T23:02:35.844Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-06T23:02:35.844Z] Successfully built 59e8410575ea [2023-02-06T23:02:35.844Z] Successfully tagged security-secretstore-setup:latest [2023-02-06T23:02:35.844Z] Building security-proxy-setup [2023-02-06T23:02:36.102Z]  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:36.102Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:36.359Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-06T23:02:36.359Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:02:36.359Z] OK: 6 MiB in 15 packages [2023-02-06T23:02:38.267Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:02:38.267Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:02:38.267Z] ---> 9b63f18f141c [2023-02-06T23:02:38.267Z] Step 3/21 : WORKDIR /edgex-go [2023-02-06T23:02:38.267Z] ---> Using cache [2023-02-06T23:02:38.267Z] ---> d38ef45fc982 [2023-02-06T23:02:38.267Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-06T23:02:38.267Z] ---> Using cache [2023-02-06T23:02:38.267Z] ---> d67216506646 [2023-02-06T23:02:38.267Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-06T23:02:38.267Z] ---> Using cache [2023-02-06T23:02:38.267Z] ---> 9fd33c8cda96 [2023-02-06T23:02:38.267Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:02:38.267Z] ---> Using cache [2023-02-06T23:02:38.267Z] ---> 649339daa63a [2023-02-06T23:02:38.267Z] Step 7/21 : COPY . . [2023-02-06T23:02:38.267Z] ---> Using cache [2023-02-06T23:02:38.267Z] ---> 50b90cb1ed06 [2023-02-06T23:02:38.267Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-06T23:02:42.560Z] ---> 4c4563d25b9c [2023-02-06T23:02:42.560Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-06T23:02:42.560Z] ---> Running in 45c8551d8336 [2023-02-06T23:02:42.560Z] Removing intermediate container bcd6a5846d5d [2023-02-06T23:02:42.560Z] ---> 74f14d99fd40 [2023-02-06T23:02:42.560Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-06T23:02:42.560Z] ---> Running in 731103778ed7 [2023-02-06T23:02:42.560Z] ---> 8acee47f8410 [2023-02-06T23:02:42.560Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-06T23:02:42.560Z] ---> Running in 8d06d92e1188 [2023-02-06T23:02:42.560Z] Removing intermediate container 731103778ed7 [2023-02-06T23:02:42.560Z] ---> f02089ccf260 [2023-02-06T23:02:42.560Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-06T23:02:42.560Z] ---> Running in 3ec4d01f5857 [2023-02-06T23:02:42.560Z] Removing intermediate container 3ec4d01f5857 [2023-02-06T23:02:42.560Z] ---> cecc45080ca4 [2023-02-06T23:02:42.560Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-06T23:02:42.560Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-06T23:02:42.560Z] ---> Running in b8cca4ce3726 [2023-02-06T23:02:42.817Z] Removing intermediate container b8cca4ce3726 [2023-02-06T23:02:42.817Z] ---> eb8d67c95a1b [2023-02-06T23:02:42.817Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:02:42.817Z] ---> 1ed14ae5c19a [2023-02-06T23:02:42.817Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-06T23:02:44.192Z] Removing intermediate container 8d06d92e1188 [2023-02-06T23:02:44.192Z] ---> a2b5cd4fff26 [2023-02-06T23:02:44.192Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-06T23:02:44.192Z] ---> 08113f444d39 [2023-02-06T23:02:44.192Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-06T23:02:44.192Z] ---> Running in 78b93d1dfc85 [2023-02-06T23:02:44.192Z] Removing intermediate container 78b93d1dfc85 [2023-02-06T23:02:44.192Z] ---> 8aac271ca8c8 [2023-02-06T23:02:44.192Z] Step 29/32 : CMD ["gate"] [2023-02-06T23:02:44.192Z] ---> Running in 4a53f04d596e [2023-02-06T23:02:44.192Z] ---> 1c839de2562e [2023-02-06T23:02:44.192Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-06T23:02:44.192Z] ---> Running in 7e403082684d [2023-02-06T23:02:44.473Z] Removing intermediate container 4a53f04d596e [2023-02-06T23:02:44.473Z] ---> 9cebbe2b8d5e [2023-02-06T23:02:44.473Z] Step 30/32 : LABEL arch=x86_64 [2023-02-06T23:02:44.473Z] ---> Running in 2d41ed5a2489 [2023-02-06T23:02:44.473Z] Removing intermediate container 7e403082684d [2023-02-06T23:02:44.473Z] ---> abdcffa4ed46 [2023-02-06T23:02:44.473Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T23:02:44.731Z] Removing intermediate container 2d41ed5a2489 [2023-02-06T23:02:44.731Z] ---> 030af691de97 [2023-02-06T23:02:44.731Z] Step 31/32 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:02:44.731Z] ---> Running in 171d88c392b0 [2023-02-06T23:02:44.731Z] ---> Running in f7d0357815d7 [2023-02-06T23:02:44.988Z] Removing intermediate container 171d88c392b0 [2023-02-06T23:02:44.988Z] ---> 142e2eb18c1a [2023-02-06T23:02:44.988Z] Step 20/22 : LABEL arch=x86_64 [2023-02-06T23:02:45.246Z] ---> Running in 00076879905a [2023-02-06T23:02:45.246Z] Removing intermediate container f7d0357815d7 [2023-02-06T23:02:45.246Z] ---> 0a440a958eb7 [2023-02-06T23:02:45.246Z] Step 32/32 : LABEL version=3.0.0-dev.34 [2023-02-06T23:02:45.246Z] ---> Running in fbc15d72cacd [2023-02-06T23:02:45.246Z] Removing intermediate container 00076879905a [2023-02-06T23:02:45.246Z] ---> f7c395330869 [2023-02-06T23:02:45.246Z] Step 21/22 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:02:45.246Z] Removing intermediate container fbc15d72cacd [2023-02-06T23:02:45.246Z] ---> d7e60024d5fb [2023-02-06T23:02:45.246Z] [2023-02-06T23:02:45.246Z] ---> Running in 14659d954440 [2023-02-06T23:02:45.246Z] Successfully built d7e60024d5fb [2023-02-06T23:02:45.246Z] Successfully tagged security-bootstrapper:latest [2023-02-06T23:02:45.246Z] Building security-spire-agent [2023-02-06T23:02:45.811Z]  Building security-bootstrapper ... done Removing intermediate container 14659d954440 [2023-02-06T23:02:45.811Z] ---> 1f60495393dd [2023-02-06T23:02:45.811Z] Step 22/22 : LABEL version=3.0.0-dev.34 [2023-02-06T23:02:48.608Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:02:48.608Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:02:48.608Z] ---> 9b63f18f141c [2023-02-06T23:02:48.608Z] Step 3/24 : WORKDIR /edgex-go [2023-02-06T23:02:48.608Z] ---> Using cache [2023-02-06T23:02:48.608Z] ---> d38ef45fc982 [2023-02-06T23:02:48.608Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-06T23:02:49.992Z] ---> Running in c5b7ed7af76b [2023-02-06T23:02:49.992Z] ---> Running in 5d180e679b2a [2023-02-06T23:02:50.257Z] Removing intermediate container c5b7ed7af76b [2023-02-06T23:02:50.257Z] ---> a69ccc87bd11 [2023-02-06T23:02:50.257Z] [2023-02-06T23:02:50.257Z] Successfully built a69ccc87bd11 [2023-02-06T23:02:50.257Z] Successfully tagged support-scheduler:latest [2023-02-06T23:02:50.257Z] Building security-spire-server [2023-02-06T23:02:50.822Z]  Building support-scheduler ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:50.822Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:51.387Z] OK: 211 MiB in 51 packages [2023-02-06T23:02:54.690Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:02:54.690Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:02:54.690Z] ---> 9b63f18f141c [2023-02-06T23:02:54.690Z] Step 3/23 : WORKDIR /edgex-go [2023-02-06T23:02:54.690Z] ---> Using cache [2023-02-06T23:02:54.690Z] ---> d38ef45fc982 [2023-02-06T23:02:54.690Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-06T23:02:57.984Z] ---> Running in e2fe8e42fc7f [2023-02-06T23:02:57.984Z] Removing intermediate container 5d180e679b2a [2023-02-06T23:02:57.984Z] ---> 6f3d25b1c2a3 [2023-02-06T23:02:57.984Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-06T23:02:57.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:57.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:02:58.248Z] ---> 531ef31239ca [2023-02-06T23:02:58.248Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:02:58.248Z] ---> Running in 481010ef2676 [2023-02-06T23:02:59.197Z] OK: 211 MiB in 51 packages [2023-02-06T23:03:00.569Z] Removing intermediate container eb319a697964 [2023-02-06T23:03:00.569Z] ---> 8e5fc3e2b512 [2023-02-06T23:03:00.569Z] [2023-02-06T23:03:00.569Z] Step 10/24 : FROM alpine:3.16 [2023-02-06T23:03:00.569Z] ---> bfe296a52501 [2023-02-06T23:03:00.569Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-06T23:03:00.569Z] ---> Using cache [2023-02-06T23:03:00.569Z] ---> 74f14d99fd40 [2023-02-06T23:03:00.569Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-06T23:03:00.827Z] ---> Using cache [2023-02-06T23:03:00.827Z] ---> f02089ccf260 [2023-02-06T23:03:00.827Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-06T23:03:00.827Z] ---> Running in 047f4c133de4 [2023-02-06T23:03:00.827Z] Removing intermediate container e2fe8e42fc7f [2023-02-06T23:03:00.827Z] ---> 7c310950f34d [2023-02-06T23:03:00.827Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-06T23:03:00.827Z] Removing intermediate container 047f4c133de4 [2023-02-06T23:03:00.827Z] ---> 77518e319bba [2023-02-06T23:03:00.827Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-06T23:03:00.827Z] ---> Running in b6bb4fcc6b1b [2023-02-06T23:03:01.085Z] Removing intermediate container b6bb4fcc6b1b [2023-02-06T23:03:01.085Z] ---> b7ff7ca5b3f0 [2023-02-06T23:03:01.085Z] Step 15/24 : WORKDIR / [2023-02-06T23:03:01.085Z] ---> Running in 1e2466f7d0ae [2023-02-06T23:03:01.085Z] ---> abf722c4dd9c [2023-02-06T23:03:01.085Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:03:01.085Z] ---> Running in ac2ec852cd5d [2023-02-06T23:03:01.085Z] Removing intermediate container 1e2466f7d0ae [2023-02-06T23:03:01.085Z] ---> d8059d90b6f5 [2023-02-06T23:03:01.085Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:03:01.342Z] ---> 617408e6cf2a [2023-02-06T23:03:01.342Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-06T23:03:02.273Z] ---> ba0cf7d55885 [2023-02-06T23:03:02.273Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-06T23:03:02.273Z] ---> d5fad9704c20 [2023-02-06T23:03:02.273Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-06T23:03:02.530Z] ---> e3e229d6f9c0 [2023-02-06T23:03:02.530Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-06T23:03:02.788Z] ---> Running in 7b08410f0a5f [2023-02-06T23:03:02.788Z] Removing intermediate container 7b08410f0a5f [2023-02-06T23:03:02.788Z] ---> 2b9c4ac6d342 [2023-02-06T23:03:02.788Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T23:03:03.046Z] ---> Running in 104b29fc1fee [2023-02-06T23:03:03.046Z] Removing intermediate container 104b29fc1fee [2023-02-06T23:03:03.046Z] ---> 84d630128696 [2023-02-06T23:03:03.046Z] Step 22/24 : LABEL arch=x86_64 [2023-02-06T23:03:03.046Z] ---> Running in ba1575a368c3 [2023-02-06T23:03:03.305Z] Removing intermediate container ba1575a368c3 [2023-02-06T23:03:03.305Z] ---> 935c85f40af5 [2023-02-06T23:03:03.305Z] Step 23/24 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:03:03.305Z] ---> Running in 9df0b0f44e1a [2023-02-06T23:03:03.305Z] Removing intermediate container 9df0b0f44e1a [2023-02-06T23:03:03.305Z] ---> 87815938e601 [2023-02-06T23:03:03.305Z] Step 24/24 : LABEL version=3.0.0-dev.34 [2023-02-06T23:03:03.305Z] ---> Running in c297bf211432 [2023-02-06T23:03:03.563Z] Removing intermediate container c297bf211432 [2023-02-06T23:03:03.563Z] ---> 80462930992d [2023-02-06T23:03:03.563Z] [2023-02-06T23:03:03.563Z] Successfully built 80462930992d [2023-02-06T23:03:03.563Z] Successfully tagged core-metadata:latest [2023-02-06T23:03:03.563Z]  Building core-metadata ... done Building core-data [2023-02-06T23:03:04.127Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-06T23:03:09.394Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:03:09.394Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:03:09.394Z] ---> 9b63f18f141c [2023-02-06T23:03:09.394Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-06T23:03:09.394Z] ---> Using cache [2023-02-06T23:03:09.394Z] ---> 76db3ac9a1f4 [2023-02-06T23:03:09.394Z] Step 4/22 : WORKDIR /edgex-go [2023-02-06T23:03:09.394Z] ---> Using cache [2023-02-06T23:03:09.394Z] ---> 7a3426102706 [2023-02-06T23:03:09.394Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-06T23:03:09.394Z] ---> Using cache [2023-02-06T23:03:09.394Z] ---> b37804c5dcb4 [2023-02-06T23:03:09.394Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-06T23:03:09.394Z] ---> Using cache [2023-02-06T23:03:09.394Z] ---> a7733c606caa [2023-02-06T23:03:09.394Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:03:09.394Z] ---> Using cache [2023-02-06T23:03:09.394Z] ---> 82978de32000 [2023-02-06T23:03:09.394Z] Step 8/22 : COPY . . [2023-02-06T23:03:09.394Z] ---> Using cache [2023-02-06T23:03:09.394Z] ---> 987576351533 [2023-02-06T23:03:09.394Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-06T23:03:12.677Z] ---> Running in 00002dd36868 [2023-02-06T23:03:12.938Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-06T23:03:18.462Z] Removing intermediate container 45c8551d8336 [2023-02-06T23:03:18.462Z] ---> f48629238027 [2023-02-06T23:03:18.462Z] [2023-02-06T23:03:18.462Z] Step 9/21 : FROM alpine:3.16 [2023-02-06T23:03:18.462Z] ---> bfe296a52501 [2023-02-06T23:03:18.462Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-06T23:03:18.462Z] ---> Running in 1ae0f4d122c1 [2023-02-06T23:03:18.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:03:18.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:03:19.030Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-06T23:03:19.030Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-06T23:03:19.030Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-06T23:03:19.030Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-06T23:03:19.030Z] (5/6) Installing curl (7.83.1-r5) [2023-02-06T23:03:19.030Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-06T23:03:19.030Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:03:19.030Z] Executing ca-certificates-20220614-r0.trigger [2023-02-06T23:03:19.030Z] OK: 8 MiB in 20 packages [2023-02-06T23:03:25.689Z] Removing intermediate container 1ae0f4d122c1 [2023-02-06T23:03:25.689Z] ---> 796e3cda331c [2023-02-06T23:03:25.689Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-06T23:03:25.689Z] ---> Running in c71f8c1b5f5f [2023-02-06T23:03:25.689Z] Removing intermediate container c71f8c1b5f5f [2023-02-06T23:03:25.689Z] ---> 70724c8ef6cf [2023-02-06T23:03:25.689Z] Step 12/21 : WORKDIR /edgex [2023-02-06T23:03:25.689Z] ---> Running in 569be5bcbb33 [2023-02-06T23:03:25.689Z] Removing intermediate container 569be5bcbb33 [2023-02-06T23:03:25.689Z] ---> dcea35fb0541 [2023-02-06T23:03:25.689Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-06T23:03:25.689Z] Removing intermediate container 7f55c22d6737 [2023-02-06T23:03:25.689Z] ---> 91828df92669 [2023-02-06T23:03:25.689Z] Step 8/22 : COPY . . [2023-02-06T23:03:25.689Z] ---> 5f83ecbf5f79 [2023-02-06T23:03:25.689Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-06T23:03:38.142Z] ---> 15f5df7d8984 [2023-02-06T23:03:38.142Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-06T23:03:38.142Z] ---> 4a22d671a74f [2023-02-06T23:03:38.142Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-06T23:03:40.704Z] ---> 775104de4b67 [2023-02-06T23:03:40.704Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-06T23:03:40.704Z] ---> Running in 346dc2106ccd [2023-02-06T23:03:41.275Z] ---> 778d180d7005 [2023-02-06T23:03:41.275Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-06T23:03:41.275Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-06T23:03:41.535Z] ---> Running in 1ad9f8a42e34 [2023-02-06T23:03:49.772Z] Removing intermediate container 00002dd36868 [2023-02-06T23:03:49.772Z] ---> a3cb0250053d [2023-02-06T23:03:49.772Z] [2023-02-06T23:03:49.772Z] Step 10/22 : FROM alpine:3.16 [2023-02-06T23:03:49.772Z] ---> bfe296a52501 [2023-02-06T23:03:49.772Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-06T23:03:52.311Z] Removing intermediate container 1ad9f8a42e34 [2023-02-06T23:03:52.311Z] ---> 40fa581b32c4 [2023-02-06T23:03:52.311Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-06T23:03:52.311Z] ---> Running in 7159f474ffa8 [2023-02-06T23:03:52.311Z] ---> Running in 9e26f6a73f53 [2023-02-06T23:03:52.571Z] Removing intermediate container 7159f474ffa8 [2023-02-06T23:03:52.571Z] ---> cf5082de467c [2023-02-06T23:03:52.571Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-06T23:03:52.571Z] Removing intermediate container 9e26f6a73f53 [2023-02-06T23:03:52.571Z] ---> 967729c94475 [2023-02-06T23:03:52.571Z] Step 19/21 : LABEL arch=x86_64 [2023-02-06T23:03:52.832Z] ---> Running in 5fc983229699 [2023-02-06T23:03:52.832Z] ---> Running in 8f8fde9fdbb0 [2023-02-06T23:03:53.093Z] Removing intermediate container 5fc983229699 [2023-02-06T23:03:53.093Z] ---> 9259b8c5ca83 [2023-02-06T23:03:53.093Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-06T23:03:53.093Z] Removing intermediate container 8f8fde9fdbb0 [2023-02-06T23:03:53.093Z] ---> e01c55044342 [2023-02-06T23:03:53.093Z] Step 20/21 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:03:53.354Z] ---> Running in c1412dcfee95 [2023-02-06T23:03:53.354Z] ---> Running in 7d90635c2ee7 [2023-02-06T23:03:53.354Z] Removing intermediate container 481010ef2676 [2023-02-06T23:03:53.354Z] ---> 30a94eb3500b [2023-02-06T23:03:53.354Z] Step 7/24 : COPY . . [2023-02-06T23:03:53.354Z] Removing intermediate container ac2ec852cd5d [2023-02-06T23:03:53.354Z] ---> f5f9c77f9ab0 [2023-02-06T23:03:53.354Z] Step 7/23 : COPY . . [2023-02-06T23:03:53.613Z] Removing intermediate container 7d90635c2ee7 [2023-02-06T23:03:53.613Z] ---> 32bfe66ee1ed [2023-02-06T23:03:53.613Z] Step 21/21 : LABEL version=3.0.0-dev.34 [2023-02-06T23:03:56.948Z] Removing intermediate container c1412dcfee95 [2023-02-06T23:03:56.948Z] ---> a4dda9fc10fb [2023-02-06T23:03:56.948Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-06T23:04:07.052Z] ---> Running in 3c8e3b9da235 [2023-02-06T23:04:07.052Z] ---> Running in 9b3e00e85c94 [2023-02-06T23:04:07.052Z] ---> e034158ae891 [2023-02-06T23:04:07.052Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-06T23:04:07.052Z] Removing intermediate container 3c8e3b9da235 [2023-02-06T23:04:07.052Z] ---> e2c2a8314234 [2023-02-06T23:04:07.052Z] [2023-02-06T23:04:07.052Z] ---> 51793161029d [2023-02-06T23:04:07.052Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-06T23:04:07.052Z] ---> Running in 9b33c17499f5 [2023-02-06T23:04:07.052Z] ---> Running in 747406f4853f [2023-02-06T23:04:07.052Z] Successfully built e2c2a8314234 [2023-02-06T23:04:07.052Z] Successfully tagged security-proxy-setup:latest [2023-02-06T23:04:07.052Z]  Building security-proxy-setup ... done Building core-command [2023-02-06T23:04:07.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:04:07.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:04:07.405Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-06T23:04:07.751Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:04:07.751Z] OK: 6 MiB in 15 packages [2023-02-06T23:04:09.139Z] Removing intermediate container 9b33c17499f5 [2023-02-06T23:04:09.139Z] ---> dd92e50335cd [2023-02-06T23:04:09.139Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-06T23:04:09.139Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:04:09.139Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:04:09.139Z] ---> 9b63f18f141c [2023-02-06T23:04:09.139Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-06T23:04:09.139Z] ---> Using cache [2023-02-06T23:04:09.139Z] ---> 76db3ac9a1f4 [2023-02-06T23:04:09.139Z] Step 4/23 : WORKDIR /edgex-go [2023-02-06T23:04:09.139Z] ---> Using cache [2023-02-06T23:04:09.139Z] ---> 7a3426102706 [2023-02-06T23:04:09.139Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-06T23:04:09.139Z] ---> Using cache [2023-02-06T23:04:09.139Z] ---> b37804c5dcb4 [2023-02-06T23:04:09.139Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-06T23:04:09.139Z] ---> Using cache [2023-02-06T23:04:09.139Z] ---> a7733c606caa [2023-02-06T23:04:09.139Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:04:09.139Z] ---> Using cache [2023-02-06T23:04:09.139Z] ---> 82978de32000 [2023-02-06T23:04:09.139Z] Step 8/23 : COPY . . [2023-02-06T23:04:09.139Z] ---> Using cache [2023-02-06T23:04:09.139Z] ---> 987576351533 [2023-02-06T23:04:09.139Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-06T23:04:11.057Z] ---> Running in 53b370230ebf [2023-02-06T23:04:11.058Z] Removing intermediate container 747406f4853f [2023-02-06T23:04:11.058Z] ---> 3f85d54dd5ae [2023-02-06T23:04:11.058Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-06T23:04:11.058Z] ---> Running in 8688cbae0b92 [2023-02-06T23:04:11.058Z] ---> Running in 1181ec8eb139 [2023-02-06T23:04:11.058Z] Removing intermediate container 8688cbae0b92 [2023-02-06T23:04:11.058Z] ---> a667e96644b0 [2023-02-06T23:04:11.058Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-06T23:04:11.323Z] Removing intermediate container 1181ec8eb139 [2023-02-06T23:04:11.323Z] ---> 399369d847da [2023-02-06T23:04:11.323Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-06T23:04:11.323Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-06T23:04:11.323Z] ---> Running in 1df414652cb6 [2023-02-06T23:04:11.323Z] Removing intermediate container 9b3e00e85c94 [2023-02-06T23:04:11.323Z] ---> aae508c37871 [2023-02-06T23:04:11.323Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:04:11.898Z] ---> Running in 861e55ca3f9b [2023-02-06T23:04:13.277Z] ---> 4eb948391706 [2023-02-06T23:04:13.277Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-06T23:04:14.218Z] ---> a10e0003760d [2023-02-06T23:04:14.218Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-06T23:04:14.218Z] Removing intermediate container 346dc2106ccd [2023-02-06T23:04:14.218Z] ---> 1ce6c363d6f4 [2023-02-06T23:04:14.218Z] [2023-02-06T23:04:14.218Z] Step 10/22 : FROM alpine:3.16 [2023-02-06T23:04:14.218Z] ---> bfe296a52501 [2023-02-06T23:04:14.218Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-06T23:04:14.479Z] ---> Running in 995ac236c116 [2023-02-06T23:04:14.479Z] Removing intermediate container 1df414652cb6 [2023-02-06T23:04:14.479Z] ---> e3c51ad75917 [2023-02-06T23:04:14.479Z] Step 11/23 : WORKDIR /edgex-go [2023-02-06T23:04:14.479Z] ---> 47a31a2f2d83 [2023-02-06T23:04:14.479Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-06T23:04:14.739Z] ---> Running in a02145677316 [2023-02-06T23:04:14.739Z] ---> Running in 351fd9b23833 [2023-02-06T23:04:14.739Z] Removing intermediate container 861e55ca3f9b [2023-02-06T23:04:14.739Z] ---> b94de9fdc97f [2023-02-06T23:04:14.739Z] Step 11/24 : WORKDIR /edgex-go [2023-02-06T23:04:14.739Z] ---> Running in 8fbbc82a0b47 [2023-02-06T23:04:14.739Z] Removing intermediate container a02145677316 [2023-02-06T23:04:14.739Z] ---> 681541681d4b [2023-02-06T23:04:14.739Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T23:04:14.739Z] Removing intermediate container 351fd9b23833 [2023-02-06T23:04:14.739Z] ---> d999d287b52b [2023-02-06T23:04:14.739Z] [2023-02-06T23:04:14.739Z] Step 12/23 : FROM alpine:3.15 [2023-02-06T23:04:14.739Z] ---> c4fc93816858 [2023-02-06T23:04:14.739Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-06T23:04:14.739Z] ---> Using cache [2023-02-06T23:04:14.739Z] ---> 4fb087a7dd3b [2023-02-06T23:04:14.739Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-06T23:04:14.739Z] ---> Running in 92a9b78e3c49 [2023-02-06T23:04:15.052Z] ---> Running in 2d63e2be841a [2023-02-06T23:04:15.052Z] Removing intermediate container 8fbbc82a0b47 [2023-02-06T23:04:15.052Z] ---> 716cd2b6cb25 [2023-02-06T23:04:15.052Z] [2023-02-06T23:04:15.052Z] Step 12/24 : FROM alpine:3.15 [2023-02-06T23:04:15.052Z] ---> c4fc93816858 [2023-02-06T23:04:15.052Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-06T23:04:15.052Z] ---> Using cache [2023-02-06T23:04:15.052Z] ---> 4fb087a7dd3b [2023-02-06T23:04:15.052Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-06T23:04:15.052Z] ---> Running in a9d8c6eec069 [2023-02-06T23:04:15.052Z] Removing intermediate container 92a9b78e3c49 [2023-02-06T23:04:15.052Z] ---> cabcead1995b [2023-02-06T23:04:15.052Z] Step 20/22 : LABEL arch=x86_64 [2023-02-06T23:04:15.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:04:15.311Z] ---> Running in f783a0ca2020 [2023-02-06T23:04:15.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:04:15.571Z] Removing intermediate container f783a0ca2020 [2023-02-06T23:04:15.571Z] ---> 696cc66dbc07 [2023-02-06T23:04:15.571Z] Step 21/22 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:15.571Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-06T23:04:15.571Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-06T23:04:15.571Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:04:15.571Z] Executing ca-certificates-20220614-r0.trigger [2023-02-06T23:04:15.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:04:15.571Z] ---> Running in 6b95682c5214 [2023-02-06T23:04:15.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:04:15.830Z] OK: 6 MiB in 16 packages [2023-02-06T23:04:15.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:04:15.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:04:15.830Z] Removing intermediate container 6b95682c5214 [2023-02-06T23:04:15.830Z] ---> f0fa09e67be5 [2023-02-06T23:04:15.830Z] Step 22/22 : LABEL version=3.0.0-dev.34 [2023-02-06T23:04:15.830Z] ---> Running in c7a1a3366d03 [2023-02-06T23:04:16.120Z] Removing intermediate container c7a1a3366d03 [2023-02-06T23:04:16.120Z] ---> dc14714d0c50 [2023-02-06T23:04:16.120Z] [2023-02-06T23:04:16.120Z] v3.15.6-290-g782130c55d [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-06T23:04:16.120Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-06T23:04:16.120Z] OK: 15859 distinct packages available [2023-02-06T23:04:16.120Z] v3.15.6-290-g782130c55d [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-06T23:04:16.120Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-06T23:04:16.120Z] OK: 15859 distinct packages available [2023-02-06T23:04:16.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:04:16.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-06T23:04:16.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:04:16.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-06T23:04:16.380Z] Successfully built dc14714d0c50 [2023-02-06T23:04:16.380Z] Successfully tagged core-data:latest [2023-02-06T23:04:16.380Z]  Building core-data ... done Removing intermediate container 995ac236c116 [2023-02-06T23:04:16.380Z] ---> f0d73af4ac4a [2023-02-06T23:04:16.380Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-06T23:04:16.380Z] ---> Running in 5932ff7c36d2 [2023-02-06T23:04:16.640Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-06T23:04:16.640Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-06T23:04:16.640Z] (3/5) Installing libucontext (1.1-r0) [2023-02-06T23:04:16.640Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-06T23:04:16.640Z] (5/5) Installing openssl (1.1.1s-r1) [2023-02-06T23:04:16.640Z] Executing busybox-1.34.1-r7.trigger [2023-02-06T23:04:16.640Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-06T23:04:16.640Z] OK: 7 MiB in 19 packages [2023-02-06T23:04:16.640Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-06T23:04:16.640Z] (3/5) Installing libucontext (1.1-r0) [2023-02-06T23:04:16.640Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-06T23:04:16.641Z] (5/5) Installing openssl (1.1.1s-r1) [2023-02-06T23:04:16.641Z] Executing busybox-1.34.1-r7.trigger [2023-02-06T23:04:16.641Z] OK: 7 MiB in 19 packages [2023-02-06T23:04:16.641Z] Removing intermediate container 5932ff7c36d2 [2023-02-06T23:04:16.641Z] ---> 8b2b4e67283b [2023-02-06T23:04:16.641Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-06T23:04:16.641Z] ---> Running in d95cabc7d26f [2023-02-06T23:04:16.900Z] Removing intermediate container d95cabc7d26f [2023-02-06T23:04:16.900Z] ---> ff5d432cf412 [2023-02-06T23:04:16.900Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-06T23:04:16.900Z] ---> Running in 626dc016c3fb [2023-02-06T23:04:17.160Z] Removing intermediate container 626dc016c3fb [2023-02-06T23:04:17.160Z] ---> 6a645c737e59 [2023-02-06T23:04:17.160Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:04:17.160Z] Removing intermediate container a9d8c6eec069 [2023-02-06T23:04:17.160Z] ---> 565b3a54d273 [2023-02-06T23:04:17.160Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-06T23:04:17.160Z] Removing intermediate container 2d63e2be841a [2023-02-06T23:04:17.160Z] ---> 614db72e1954 [2023-02-06T23:04:17.160Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-06T23:04:18.549Z] ---> 5ecaaaaee477 [2023-02-06T23:04:18.549Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-06T23:04:21.090Z] ---> 9d80cc854367 [2023-02-06T23:04:21.090Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-06T23:04:21.090Z] ---> ceaba59cde40 [2023-02-06T23:04:21.090Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-06T23:04:21.090Z] ---> 379a775e782d [2023-02-06T23:04:21.090Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-06T23:04:21.090Z] ---> 144b8e3375e8 [2023-02-06T23:04:21.090Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-06T23:04:21.090Z] ---> aa7bdddddb48 [2023-02-06T23:04:21.090Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-06T23:04:21.090Z] ---> Running in 21b3da4dce6a [2023-02-06T23:04:21.349Z] Removing intermediate container 21b3da4dce6a [2023-02-06T23:04:21.349Z] ---> 9a338e91f524 [2023-02-06T23:04:21.349Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T23:04:22.549Z] Removing intermediate container f6aa08311297 [2023-02-06T23:04:22.549Z] ---> c3e19c4a0041 [2023-02-06T23:04:22.549Z] Step 8/24 : COPY . . [2023-02-06T23:04:22.549Z] Removing intermediate container 19310c24d046 [2023-02-06T23:04:22.549Z] ---> 0489867b2ed5 [2023-02-06T23:04:22.549Z] Step 7/32 : COPY . . [2023-02-06T23:04:22.549Z] Removing intermediate container fa7e4305608a [2023-02-06T23:04:22.549Z] ---> e711f7e8e251 [2023-02-06T23:04:22.549Z] Step 7/19 : COPY . . [2023-02-06T23:04:22.737Z] ---> 3000ee567ff6 [2023-02-06T23:04:22.737Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-06T23:04:22.737Z] ---> Running in eece615ff271 [2023-02-06T23:04:22.737Z] ---> e74e30948ce2 [2023-02-06T23:04:22.737Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-06T23:04:22.737Z] Removing intermediate container eece615ff271 [2023-02-06T23:04:22.737Z] ---> 2664f00de4cd [2023-02-06T23:04:22.737Z] Step 20/22 : LABEL arch=x86_64 [2023-02-06T23:04:22.737Z] ---> Running in f5f6b321f36c [2023-02-06T23:04:22.737Z] ---> 975b579fc21f [2023-02-06T23:04:22.737Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-06T23:04:22.737Z] Removing intermediate container f5f6b321f36c [2023-02-06T23:04:22.737Z] ---> 8d90240d4d64 [2023-02-06T23:04:22.737Z] Step 21/22 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:22.737Z] ---> 852631569b0b [2023-02-06T23:04:22.738Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-06T23:04:22.738Z] ---> Running in 86b86d9023ab [2023-02-06T23:04:22.738Z] ---> Running in f73d6b43876e [2023-02-06T23:04:22.825Z] Removing intermediate container da2bfcd3dfaa [2023-02-06T23:04:22.825Z] ---> 9852a4d25816 [2023-02-06T23:04:22.825Z] Step 7/24 : COPY . . [2023-02-06T23:04:22.825Z] Removing intermediate container c035584d6b0f [2023-02-06T23:04:22.825Z] ---> 4aa1f9c61e0e [2023-02-06T23:04:22.825Z] Step 7/23 : COPY . . [2023-02-06T23:04:22.998Z] Removing intermediate container 86b86d9023ab [2023-02-06T23:04:22.998Z] ---> f98a1c00e15f [2023-02-06T23:04:22.998Z] Step 22/22 : LABEL version=3.0.0-dev.34 [2023-02-06T23:04:22.998Z] ---> e8e4577952ee [2023-02-06T23:04:22.998Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-06T23:04:22.998Z] ---> Running in 6ad8641f5554 [2023-02-06T23:04:22.998Z] Removing intermediate container f73d6b43876e [2023-02-06T23:04:22.998Z] ---> 5df48156435c [2023-02-06T23:04:22.998Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-06T23:04:22.998Z] ---> Running in 6c888a4a8714 [2023-02-06T23:04:22.998Z] ---> f89724c9a09c [2023-02-06T23:04:22.998Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-06T23:04:22.998Z] Removing intermediate container 6ad8641f5554 [2023-02-06T23:04:22.998Z] ---> 5502511628f6 [2023-02-06T23:04:22.998Z] [2023-02-06T23:04:23.258Z] ---> Running in 171c71f0a0de [2023-02-06T23:04:23.258Z] Successfully built 5502511628f6 [2023-02-06T23:04:23.258Z] Successfully tagged support-notifications:latest [2023-02-06T23:04:23.258Z]  Building support-notifications ... done Removing intermediate container 6c888a4a8714 [2023-02-06T23:04:23.258Z] ---> f5c2f8b8f815 [2023-02-06T23:04:23.258Z] Step 21/23 : LABEL arch=x86_64 [2023-02-06T23:04:23.258Z] ---> Running in 72acea56cca0 [2023-02-06T23:04:23.258Z] Removing intermediate container 171c71f0a0de [2023-02-06T23:04:23.258Z] ---> ba451277f5a7 [2023-02-06T23:04:23.258Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-06T23:04:23.258Z] ---> Running in 988af218ffd0 [2023-02-06T23:04:23.519Z] Removing intermediate container 72acea56cca0 [2023-02-06T23:04:23.519Z] ---> a44ac3039980 [2023-02-06T23:04:23.519Z] Step 22/23 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:23.519Z] Removing intermediate container 988af218ffd0 [2023-02-06T23:04:23.519Z] ---> 47918deb4ca1 [2023-02-06T23:04:23.519Z] Step 22/24 : LABEL arch=x86_64 [2023-02-06T23:04:23.519Z] ---> Running in 9bb70fd15653 [2023-02-06T23:04:23.519Z] ---> Running in 97ce03ddab9a [2023-02-06T23:04:23.788Z] Removing intermediate container 97ce03ddab9a [2023-02-06T23:04:23.788Z] ---> 4deae683daae [2023-02-06T23:04:23.788Z] Step 23/24 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:23.788Z] Removing intermediate container 9bb70fd15653 [2023-02-06T23:04:23.788Z] ---> 2b5df05fc49c [2023-02-06T23:04:23.788Z] Step 23/23 : LABEL version=3.0.0-dev.34 [2023-02-06T23:04:23.788Z] ---> Running in 7473e62437b1 [2023-02-06T23:04:23.788Z] ---> Running in d40a8b2b869b [2023-02-06T23:04:24.067Z] Removing intermediate container 7473e62437b1 [2023-02-06T23:04:24.067Z] ---> 98f86c9109ec [2023-02-06T23:04:24.067Z] Step 24/24 : LABEL version=3.0.0-dev.34 [2023-02-06T23:04:24.067Z] Removing intermediate container d40a8b2b869b [2023-02-06T23:04:24.067Z] ---> c03527d85e8e [2023-02-06T23:04:24.067Z] [2023-02-06T23:04:24.067Z] ---> Running in 384c8ff77124 [2023-02-06T23:04:24.067Z] Successfully built c03527d85e8e [2023-02-06T23:04:24.067Z] Successfully tagged security-spire-server:latest [2023-02-06T23:04:24.067Z]  Building security-spire-server ... done Removing intermediate container 384c8ff77124 [2023-02-06T23:04:24.067Z] ---> 993a6f88096b [2023-02-06T23:04:24.067Z] [2023-02-06T23:04:24.067Z] Successfully built 993a6f88096b [2023-02-06T23:04:24.327Z] Successfully tagged security-spire-agent:latest [2023-02-06T23:04:29.511Z] ---> 562a26f48dd2 [2023-02-06T23:04:29.511Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-06T23:04:29.511Z] ---> 585544ab543f [2023-02-06T23:04:29.511Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-06T23:04:29.511Z] ---> 6fb78d4ea6e0 [2023-02-06T23:04:29.511Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-06T23:04:29.779Z] ---> f6908f56d5d7 [2023-02-06T23:04:29.779Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-06T23:04:29.779Z] ---> 50cd752955bb [2023-02-06T23:04:29.779Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-06T23:04:29.779Z] ---> Running in 00f7f7c123aa [2023-02-06T23:04:29.779Z] ---> Running in 406db20c71fb [2023-02-06T23:04:30.049Z] ---> Running in f8a8c8e9d0d0 [2023-02-06T23:04:30.049Z] ---> Running in f3da22f5a8e0 [2023-02-06T23:04:30.322Z] ---> Running in 4b3af72d9238 [2023-02-06T23:04:30.907Z] Removing intermediate container f3da22f5a8e0 [2023-02-06T23:04:30.907Z] ---> 6b1e73aa66bc [2023-02-06T23:04:30.907Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-06T23:04:31.178Z] ---> Running in 490c61d9b136 [2023-02-06T23:04:31.178Z] Removing intermediate container 4b3af72d9238 [2023-02-06T23:04:31.178Z] ---> ba53b633e8fa [2023-02-06T23:04:31.178Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-06T23:04:31.445Z] ---> Running in 9837c08087bc [2023-02-06T23:04:32.034Z] Removing intermediate container 490c61d9b136 [2023-02-06T23:04:32.034Z] ---> 3ddd8dc4c0bf [2023-02-06T23:04:32.034Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-06T23:04:32.034Z] ---> Running in a17dff6c5720 [2023-02-06T23:04:32.619Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-06T23:04:32.619Z] Removing intermediate container 9837c08087bc [2023-02-06T23:04:32.619Z] ---> 8c8ede7e3d55 [2023-02-06T23:04:32.619Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-06T23:04:32.907Z] ---> Running in 18d6fbaa6a7e [2023-02-06T23:04:32.907Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-06T23:04:33.492Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-06T23:04:34.323Z]  Building security-spire-agent ... done Removing intermediate container 53b370230ebf [2023-02-06T23:04:34.323Z] ---> ee779593db35 [2023-02-06T23:04:34.323Z] [2023-02-06T23:04:34.323Z] Step 10/23 : FROM alpine:3.16 [2023-02-06T23:04:34.323Z] ---> bfe296a52501 [2023-02-06T23:04:34.323Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-06T23:04:34.323Z] ---> Using cache [2023-02-06T23:04:34.323Z] ---> 74f14d99fd40 [2023-02-06T23:04:34.323Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-06T23:04:34.323Z] ---> Using cache [2023-02-06T23:04:34.323Z] ---> f02089ccf260 [2023-02-06T23:04:34.323Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-06T23:04:34.323Z] ---> Running in 4497cd38284b [2023-02-06T23:04:34.323Z] Removing intermediate container 4497cd38284b [2023-02-06T23:04:34.323Z] ---> 8b0ee0d49308 [2023-02-06T23:04:34.323Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-06T23:04:34.323Z] ---> Running in ed30f7f5312b [2023-02-06T23:04:34.323Z] Removing intermediate container ed30f7f5312b [2023-02-06T23:04:34.323Z] ---> f841d63b6079 [2023-02-06T23:04:34.323Z] Step 15/23 : WORKDIR / [2023-02-06T23:04:34.323Z] ---> Running in 3de8fb2b824f [2023-02-06T23:04:34.323Z] Removing intermediate container 3de8fb2b824f [2023-02-06T23:04:34.323Z] ---> 69c9198d3364 [2023-02-06T23:04:34.323Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:04:34.323Z] ---> 88ae2f76c7a4 [2023-02-06T23:04:34.323Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-06T23:04:34.323Z] ---> 63c8a36d287c [2023-02-06T23:04:34.323Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-06T23:04:34.323Z] ---> 12a8aee0f87d [2023-02-06T23:04:34.323Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-06T23:04:34.323Z] ---> Running in ecaae9443819 [2023-02-06T23:04:34.323Z] Removing intermediate container ecaae9443819 [2023-02-06T23:04:34.323Z] ---> 606baaa9b3e6 [2023-02-06T23:04:34.323Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T23:04:34.323Z] ---> Running in f58274765ef5 [2023-02-06T23:04:34.323Z] Removing intermediate container f58274765ef5 [2023-02-06T23:04:34.323Z] ---> 7877296fab79 [2023-02-06T23:04:34.323Z] Step 21/23 : LABEL arch=x86_64 [2023-02-06T23:04:34.323Z] ---> Running in 928e8b68bbda [2023-02-06T23:04:34.323Z] Removing intermediate container 928e8b68bbda [2023-02-06T23:04:34.323Z] ---> 36a86ccc341a [2023-02-06T23:04:34.323Z] Step 22/23 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:34.323Z] ---> Running in eddc1fe03f16 [2023-02-06T23:04:34.323Z] Removing intermediate container eddc1fe03f16 [2023-02-06T23:04:34.323Z] ---> 791f62fa5307 [2023-02-06T23:04:34.323Z] Step 23/23 : LABEL version=3.0.0-dev.34 [2023-02-06T23:04:34.323Z] ---> Running in 73c5d74d046e [2023-02-06T23:04:34.323Z] Removing intermediate container 73c5d74d046e [2023-02-06T23:04:34.323Z] ---> 09641933680a [2023-02-06T23:04:34.323Z] [2023-02-06T23:04:34.323Z] Successfully built 09641933680a [2023-02-06T23:04:34.323Z] Successfully tagged core-command:latest [2023-02-06T23:04:34.328Z]  Building core-command ... done  [Pipeline] } [2023-02-06T23:04:34.333Z] $ docker stop --time=1 24b79f3d9bdbb73556f84f92fd9f83548cae1c5af4892e45903977e3306b7c25 [2023-02-06T23:04:35.657Z] $ docker rm -f --volumes 24b79f3d9bdbb73556f84f92fd9f83548cae1c5af4892e45903977e3306b7c25 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T23:04:35.999Z] + docker images [2023-02-06T23:04:35.999Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-06T23:04:35.999Z] core-command latest 09641933680a 1 second ago 17.7MB [2023-02-06T23:04:35.999Z] ee779593db35 4 seconds ago 1.68GB [2023-02-06T23:04:35.999Z] security-spire-agent latest 993a6f88096b 12 seconds ago 125MB [2023-02-06T23:04:35.999Z] security-spire-server latest c03527d85e8e 12 seconds ago 86.5MB [2023-02-06T23:04:35.999Z] support-notifications latest 5502511628f6 13 seconds ago 30.6MB [2023-02-06T23:04:35.999Z] core-data latest dc14714d0c50 20 seconds ago 17.9MB [2023-02-06T23:04:35.999Z] d999d287b52b 21 seconds ago 1.55GB [2023-02-06T23:04:35.999Z] 716cd2b6cb25 21 seconds ago 1.55GB [2023-02-06T23:04:35.999Z] 1ce6c363d6f4 22 seconds ago 1.75GB [2023-02-06T23:04:35.999Z] security-proxy-setup latest e2c2a8314234 30 seconds ago 27.8MB [2023-02-06T23:04:35.999Z] a3cb0250053d 51 seconds ago 1.69GB [2023-02-06T23:04:35.999Z] f48629238027 About a minute ago 1.67GB [2023-02-06T23:04:35.999Z] core-metadata latest 80462930992d About a minute ago 18.5MB [2023-02-06T23:04:35.999Z] 8e5fc3e2b512 About a minute ago 1.69GB [2023-02-06T23:04:35.999Z] support-scheduler latest a69ccc87bd11 About a minute ago 30MB [2023-02-06T23:04:35.999Z] security-bootstrapper latest d7e60024d5fb About a minute ago 20.3MB [2023-02-06T23:04:35.999Z] security-secretstore-setup latest 59e8410575ea 2 minutes ago 29.9MB [2023-02-06T23:04:35.999Z] 47d58b2d2964 2 minutes ago 1.75GB [2023-02-06T23:04:35.999Z] security-spiffe-token-provider latest e10f430316c4 2 minutes ago 29.8MB [2023-02-06T23:04:35.999Z] core-common-config-bootstrapper latest 3ecb7fd238d4 2 minutes ago 15.5MB [2023-02-06T23:04:35.999Z] 4305a0706777 2 minutes ago 1.71GB [2023-02-06T23:04:35.999Z] bb740c7ac3ef 2 minutes ago 1.67GB [2023-02-06T23:04:35.999Z] d01d1403ef56 2 minutes ago 1.67GB [2023-02-06T23:04:35.999Z] 4b2a8013ddbd 2 minutes ago 1.68GB [2023-02-06T23:04:35.999Z] security-spire-config latest 27fb2a1425b4 2 minutes ago 85.8MB [2023-02-06T23:04:35.999Z] 3a79737681c3 3 minutes ago 1.55GB [2023-02-06T23:04:35.999Z] ci-base-image-x86_64 latest 9b63f18f141c 7 minutes ago 904MB [2023-02-06T23:04:35.999Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-02-06T23:04:35.999Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-06T23:04:35.999Z] alpine 3.15 c4fc93816858 6 months ago 5.59MB [2023-02-06T23:04:35.999Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-06T23:04:35.999Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T23:04:36.123Z] provisioning config files... [2023-02-06T23:04:36.131Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/393@tmp/config8412444250788274256tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:04:36.434Z] ---> docker-login.sh [2023-02-06T23:04:36.434Z] nexus3.edgexfoundry.org:10001 [2023-02-06T23:04:36.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:04:36.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:04:36.434Z] Configure a credential helper to remove this warning. See [2023-02-06T23:04:36.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:04:36.434Z] [2023-02-06T23:04:36.434Z] Login Succeeded [2023-02-06T23:04:36.434Z] nexus3.edgexfoundry.org:10002 [2023-02-06T23:04:36.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:04:36.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:04:36.692Z] Configure a credential helper to remove this warning. See [2023-02-06T23:04:36.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:04:36.692Z] [2023-02-06T23:04:36.692Z] Login Succeeded [2023-02-06T23:04:36.692Z] nexus3.edgexfoundry.org:10003 [2023-02-06T23:04:36.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:04:36.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:04:36.692Z] Configure a credential helper to remove this warning. See [2023-02-06T23:04:36.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:04:36.692Z] [2023-02-06T23:04:36.692Z] Login Succeeded [2023-02-06T23:04:36.692Z] nexus3.edgexfoundry.org:10004 [2023-02-06T23:04:36.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:04:36.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:04:36.951Z] Configure a credential helper to remove this warning. See [2023-02-06T23:04:36.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:04:36.951Z] [2023-02-06T23:04:36.951Z] Login Succeeded [2023-02-06T23:04:36.951Z] docker.io [2023-02-06T23:04:36.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:04:37.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:04:37.209Z] Configure a credential helper to remove this warning. See [2023-02-06T23:04:37.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:04:37.209Z] [2023-02-06T23:04:37.210Z] Login Succeeded [2023-02-06T23:04:37.210Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T23:04:37.216Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:04:37.238Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T23:04:37.255Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-06T23:04:37.255Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:37.255Z] latest [2023-02-06T23:04:37.255Z] 3.0.0-dev.34 [2023-02-06T23:04:37.255Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:37.255Z] main [2023-02-06T23:04:37.255Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:37.564Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:37.778Z] Removing intermediate container 18d6fbaa6a7e [2023-02-06T23:04:37.778Z] ---> 446c819c3d24 [2023-02-06T23:04:37.778Z] Step 11/24 : WORKDIR /edgex-go [2023-02-06T23:04:37.778Z] Removing intermediate container a17dff6c5720 [2023-02-06T23:04:37.778Z] ---> 468bcf521cee [2023-02-06T23:04:37.778Z] Step 11/23 : WORKDIR /edgex-go [2023-02-06T23:04:37.778Z] ---> Running in 065bd3328efc [2023-02-06T23:04:37.778Z] ---> Running in 8a4948212571 [2023-02-06T23:04:37.872Z] + docker push nexus3.edgexfoundry.org:10004/core-command:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:37.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-06T23:04:37.872Z] c39863cb474d: Preparing [2023-02-06T23:04:37.872Z] cb9af201dbe1: Preparing [2023-02-06T23:04:37.872Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:37.872Z] a2378f635fe1: Preparing [2023-02-06T23:04:37.872Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:37.872Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:37.872Z] a2378f635fe1: Pushed [2023-02-06T23:04:37.872Z] c39863cb474d: Pushed [2023-02-06T23:04:37.872Z] 3f1c2e7e4964: Pushed [2023-02-06T23:04:38.740Z] Removing intermediate container 8a4948212571 [2023-02-06T23:04:38.740Z] ---> 0b2afa03bbe2 [2023-02-06T23:04:38.740Z] [2023-02-06T23:04:38.740Z] Step 12/23 : FROM alpine:3.15 [2023-02-06T23:04:38.740Z] Removing intermediate container 065bd3328efc [2023-02-06T23:04:38.740Z] ---> 8ac10ed0be01 [2023-02-06T23:04:38.740Z] [2023-02-06T23:04:38.740Z] Step 12/24 : FROM alpine:3.15 [2023-02-06T23:04:39.248Z] cb9af201dbe1: Pushed [2023-02-06T23:04:39.509Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:5bce5a10bcab0eb0c60b8317c52d37d2837d3c15a7fa5b5ced7db20b9c77895d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:39.831Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:40.150Z] 3.15: Pulling from library/alpine [2023-02-06T23:04:40.150Z] 3.15: Pulling from library/alpine [2023-02-06T23:04:40.157Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-06T23:04:40.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-06T23:04:40.157Z] c39863cb474d: Preparing [2023-02-06T23:04:40.157Z] cb9af201dbe1: Preparing [2023-02-06T23:04:40.157Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:40.157Z] a2378f635fe1: Preparing [2023-02-06T23:04:40.157Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:40.157Z] c39863cb474d: Layer already exists [2023-02-06T23:04:40.157Z] a2378f635fe1: Layer already exists [2023-02-06T23:04:40.157Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:40.157Z] cb9af201dbe1: Layer already exists [2023-02-06T23:04:40.157Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:40.157Z] latest: digest: sha256:5bce5a10bcab0eb0c60b8317c52d37d2837d3c15a7fa5b5ced7db20b9c77895d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:40.466Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:40.784Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.34 [2023-02-06T23:04:40.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-06T23:04:40.784Z] c39863cb474d: Preparing [2023-02-06T23:04:40.784Z] cb9af201dbe1: Preparing [2023-02-06T23:04:40.784Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:40.784Z] a2378f635fe1: Preparing [2023-02-06T23:04:40.784Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:40.784Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:40.784Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:40.784Z] c39863cb474d: Layer already exists [2023-02-06T23:04:40.784Z] a2378f635fe1: Layer already exists [2023-02-06T23:04:40.784Z] cb9af201dbe1: Layer already exists [2023-02-06T23:04:40.784Z] 3.0.0-dev.34: digest: sha256:5bce5a10bcab0eb0c60b8317c52d37d2837d3c15a7fa5b5ced7db20b9c77895d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:41.105Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:41.526Z] + docker push nexus3.edgexfoundry.org:10004/core-command:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:41.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-06T23:04:41.526Z] c39863cb474d: Preparing [2023-02-06T23:04:41.526Z] cb9af201dbe1: Preparing [2023-02-06T23:04:41.526Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:41.526Z] a2378f635fe1: Preparing [2023-02-06T23:04:41.526Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:41.526Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:41.526Z] cb9af201dbe1: Layer already exists [2023-02-06T23:04:41.526Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:41.526Z] a2378f635fe1: Layer already exists [2023-02-06T23:04:41.526Z] c39863cb474d: Layer already exists [2023-02-06T23:04:41.527Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:5bce5a10bcab0eb0c60b8317c52d37d2837d3c15a7fa5b5ced7db20b9c77895d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:41.895Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:42.137Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-06T23:04:42.138Z] Status: Downloaded newer image for alpine:3.15 [2023-02-06T23:04:42.138Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-06T23:04:42.138Z] Status: Image is up to date for alpine:3.15 [2023-02-06T23:04:42.138Z] ---> 8aa73fd46299 [2023-02-06T23:04:42.138Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-06T23:04:42.138Z] ---> 8aa73fd46299 [2023-02-06T23:04:42.138Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-06T23:04:42.138Z] ---> Running in a1f37f7002d9 [2023-02-06T23:04:42.138Z] ---> Running in b169cf7c530b [2023-02-06T23:04:42.261Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-06T23:04:42.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-06T23:04:42.261Z] c39863cb474d: Preparing [2023-02-06T23:04:42.261Z] cb9af201dbe1: Preparing [2023-02-06T23:04:42.261Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:42.261Z] a2378f635fe1: Preparing [2023-02-06T23:04:42.261Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:42.261Z] a2378f635fe1: Layer already exists [2023-02-06T23:04:42.261Z] c39863cb474d: Layer already exists [2023-02-06T23:04:42.261Z] cb9af201dbe1: Layer already exists [2023-02-06T23:04:42.261Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:42.261Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:42.261Z] main: digest: sha256:5bce5a10bcab0eb0c60b8317c52d37d2837d3c15a7fa5b5ced7db20b9c77895d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:04:42.305Z] ===================================================== [Pipeline] echo [2023-02-06T23:04:42.310Z] taggedImages: [2023-02-06T23:04:42.310Z] - nexus3.edgexfoundry.org:10004/core-command:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:42.310Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-06T23:04:42.310Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.34 [2023-02-06T23:04:42.310Z] - nexus3.edgexfoundry.org:10004/core-command:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:42.310Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-06T23:04:42.325Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-06T23:04:42.325Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:42.325Z] latest [2023-02-06T23:04:42.325Z] 3.0.0-dev.34 [2023-02-06T23:04:42.325Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:42.325Z] main [2023-02-06T23:04:42.325Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:42.654Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:42.959Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:42.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-06T23:04:42.959Z] 7e12ae3244c0: Preparing [2023-02-06T23:04:42.959Z] 0cc9518019db: Preparing [2023-02-06T23:04:42.959Z] 625cb539a38b: Preparing [2023-02-06T23:04:42.959Z] d5cf0a987a03: Preparing [2023-02-06T23:04:42.959Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:42.959Z] dabca99062fa: Preparing [2023-02-06T23:04:42.959Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:42.959Z] dabca99062fa: Waiting [2023-02-06T23:04:42.959Z] e5e13b0c77cb: Waiting [2023-02-06T23:04:42.959Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:42.959Z] 0cc9518019db: Pushed [2023-02-06T23:04:42.959Z] 625cb539a38b: Pushed [2023-02-06T23:04:42.959Z] dabca99062fa: Pushed [2023-02-06T23:04:42.959Z] 7e12ae3244c0: Pushed [2023-02-06T23:04:42.959Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:44.347Z] d5cf0a987a03: Pushed [2023-02-06T23:04:44.347Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:b9b4bf4200c11ab0a12f578bc9d64a4b0bb2ef2fa78e8ad38b87ab44d5ca077f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:44.666Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:44.971Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-06T23:04:44.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-06T23:04:44.971Z] 7e12ae3244c0: Preparing [2023-02-06T23:04:44.971Z] 0cc9518019db: Preparing [2023-02-06T23:04:44.971Z] 625cb539a38b: Preparing [2023-02-06T23:04:44.971Z] d5cf0a987a03: Preparing [2023-02-06T23:04:44.971Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:44.971Z] dabca99062fa: Preparing [2023-02-06T23:04:44.971Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:44.971Z] dabca99062fa: Waiting [2023-02-06T23:04:44.971Z] e5e13b0c77cb: Waiting [2023-02-06T23:04:44.971Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:44.971Z] 7e12ae3244c0: Layer already exists [2023-02-06T23:04:44.971Z] 625cb539a38b: Layer already exists [2023-02-06T23:04:44.971Z] d5cf0a987a03: Layer already exists [2023-02-06T23:04:44.971Z] 0cc9518019db: Layer already exists [2023-02-06T23:04:44.971Z] dabca99062fa: Layer already exists [2023-02-06T23:04:44.971Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:44.971Z] latest: digest: sha256:b9b4bf4200c11ab0a12f578bc9d64a4b0bb2ef2fa78e8ad38b87ab44d5ca077f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:45.281Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:45.504Z] Removing intermediate container b169cf7c530b [2023-02-06T23:04:45.504Z] ---> 66f72deaecb0 [2023-02-06T23:04:45.504Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-06T23:04:45.504Z] Removing intermediate container a1f37f7002d9 [2023-02-06T23:04:45.504Z] ---> 64366a33300d [2023-02-06T23:04:45.504Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-06T23:04:45.505Z] ---> Running in 02be81a47a4c [2023-02-06T23:04:45.505Z] ---> Running in 9080c06705a9 [2023-02-06T23:04:45.589Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.34 [2023-02-06T23:04:45.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-06T23:04:45.589Z] 7e12ae3244c0: Preparing [2023-02-06T23:04:45.589Z] 0cc9518019db: Preparing [2023-02-06T23:04:45.589Z] 625cb539a38b: Preparing [2023-02-06T23:04:45.589Z] d5cf0a987a03: Preparing [2023-02-06T23:04:45.589Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:45.589Z] dabca99062fa: Preparing [2023-02-06T23:04:45.589Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:45.589Z] e5e13b0c77cb: Waiting [2023-02-06T23:04:45.589Z] dabca99062fa: Waiting [2023-02-06T23:04:45.589Z] 625cb539a38b: Layer already exists [2023-02-06T23:04:45.589Z] 0cc9518019db: Layer already exists [2023-02-06T23:04:45.589Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:45.589Z] 7e12ae3244c0: Layer already exists [2023-02-06T23:04:45.589Z] d5cf0a987a03: Layer already exists [2023-02-06T23:04:45.589Z] dabca99062fa: Layer already exists [2023-02-06T23:04:45.589Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:45.589Z] 3.0.0-dev.34: digest: sha256:b9b4bf4200c11ab0a12f578bc9d64a4b0bb2ef2fa78e8ad38b87ab44d5ca077f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:45.900Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:46.207Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:46.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-06T23:04:46.207Z] 7e12ae3244c0: Preparing [2023-02-06T23:04:46.207Z] 0cc9518019db: Preparing [2023-02-06T23:04:46.207Z] 625cb539a38b: Preparing [2023-02-06T23:04:46.207Z] d5cf0a987a03: Preparing [2023-02-06T23:04:46.207Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:46.207Z] dabca99062fa: Preparing [2023-02-06T23:04:46.207Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:46.207Z] dabca99062fa: Waiting [2023-02-06T23:04:46.207Z] e5e13b0c77cb: Waiting [2023-02-06T23:04:46.207Z] 0cc9518019db: Layer already exists [2023-02-06T23:04:46.207Z] 625cb539a38b: Layer already exists [2023-02-06T23:04:46.207Z] 7e12ae3244c0: Layer already exists [2023-02-06T23:04:46.207Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:46.207Z] d5cf0a987a03: Layer already exists [2023-02-06T23:04:46.207Z] dabca99062fa: Layer already exists [2023-02-06T23:04:46.207Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:46.207Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:b9b4bf4200c11ab0a12f578bc9d64a4b0bb2ef2fa78e8ad38b87ab44d5ca077f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:46.528Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:46.832Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-06T23:04:46.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-06T23:04:46.832Z] 7e12ae3244c0: Preparing [2023-02-06T23:04:46.832Z] 0cc9518019db: Preparing [2023-02-06T23:04:46.832Z] 625cb539a38b: Preparing [2023-02-06T23:04:46.832Z] d5cf0a987a03: Preparing [2023-02-06T23:04:46.833Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:46.833Z] dabca99062fa: Preparing [2023-02-06T23:04:46.833Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:46.833Z] dabca99062fa: Waiting [2023-02-06T23:04:46.833Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:46.833Z] 625cb539a38b: Layer already exists [2023-02-06T23:04:46.833Z] 7e12ae3244c0: Layer already exists [2023-02-06T23:04:46.833Z] d5cf0a987a03: Layer already exists [2023-02-06T23:04:46.833Z] 0cc9518019db: Layer already exists [2023-02-06T23:04:46.833Z] dabca99062fa: Layer already exists [2023-02-06T23:04:46.833Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:46.833Z] main: digest: sha256:b9b4bf4200c11ab0a12f578bc9d64a4b0bb2ef2fa78e8ad38b87ab44d5ca077f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:04:46.877Z] ===================================================== [Pipeline] echo [2023-02-06T23:04:46.886Z] taggedImages: [2023-02-06T23:04:46.886Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:46.886Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-06T23:04:46.886Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.34 [2023-02-06T23:04:46.886Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:46.886Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-06T23:04:46.903Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-06T23:04:46.903Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:46.903Z] latest [2023-02-06T23:04:46.903Z] 3.0.0-dev.34 [2023-02-06T23:04:46.903Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:46.903Z] main [2023-02-06T23:04:46.903Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:47.212Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:47.516Z] + docker push nexus3.edgexfoundry.org:10004/core-data:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:47.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-06T23:04:47.516Z] 899033569ed7: Preparing [2023-02-06T23:04:47.516Z] 30a472d95db4: Preparing [2023-02-06T23:04:47.516Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:47.516Z] 72a2d42e6610: Preparing [2023-02-06T23:04:47.516Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:47.516Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:47.516Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:47.516Z] 72a2d42e6610: Pushed [2023-02-06T23:04:47.516Z] 899033569ed7: Pushed [2023-02-06T23:04:49.425Z] 30a472d95db4: Pushed [2023-02-06T23:04:49.425Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:9dff19f4f1effb3bea5f1726c7790521b7022d8e2ffb5ae454d4c8ce0e93b58c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:49.733Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:49.773Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:04:50.042Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-06T23:04:50.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-06T23:04:50.042Z] 899033569ed7: Preparing [2023-02-06T23:04:50.042Z] 30a472d95db4: Preparing [2023-02-06T23:04:50.042Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:50.042Z] 72a2d42e6610: Preparing [2023-02-06T23:04:50.042Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:50.042Z] 30a472d95db4: Layer already exists [2023-02-06T23:04:50.042Z] 72a2d42e6610: Layer already exists [2023-02-06T23:04:50.042Z] 899033569ed7: Layer already exists [2023-02-06T23:04:50.042Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:50.042Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:50.042Z] latest: digest: sha256:9dff19f4f1effb3bea5f1726c7790521b7022d8e2ffb5ae454d4c8ce0e93b58c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:50.349Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.34 [Pipeline] } [2023-02-06T23:04:50.359Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:04:50.359Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:50.657Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.34 [2023-02-06T23:04:50.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-06T23:04:50.657Z] 899033569ed7: Preparing [2023-02-06T23:04:50.657Z] 30a472d95db4: Preparing [2023-02-06T23:04:50.657Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:50.657Z] 72a2d42e6610: Preparing [2023-02-06T23:04:50.657Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:50.657Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:50.657Z] 72a2d42e6610: Layer already exists [2023-02-06T23:04:50.657Z] 899033569ed7: Layer already exists [2023-02-06T23:04:50.657Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:50.657Z] 30a472d95db4: Layer already exists [2023-02-06T23:04:50.657Z] 3.0.0-dev.34: digest: sha256:9dff19f4f1effb3bea5f1726c7790521b7022d8e2ffb5ae454d4c8ce0e93b58c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:50.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:04:50.962Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:51.266Z] + docker push nexus3.edgexfoundry.org:10004/core-data:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:51.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-06T23:04:51.266Z] 899033569ed7: Preparing [2023-02-06T23:04:51.266Z] 30a472d95db4: Preparing [2023-02-06T23:04:51.266Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:51.266Z] 72a2d42e6610: Preparing [2023-02-06T23:04:51.266Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:51.266Z] 899033569ed7: Layer already exists [2023-02-06T23:04:51.266Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:51.266Z] 72a2d42e6610: Layer already exists [2023-02-06T23:04:51.266Z] 30a472d95db4: Layer already exists [2023-02-06T23:04:51.266Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:51.266Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:9dff19f4f1effb3bea5f1726c7790521b7022d8e2ffb5ae454d4c8ce0e93b58c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:51.580Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:51.888Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-06T23:04:51.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-06T23:04:51.888Z] 899033569ed7: Preparing [2023-02-06T23:04:51.888Z] 30a472d95db4: Preparing [2023-02-06T23:04:51.888Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:51.888Z] 72a2d42e6610: Preparing [2023-02-06T23:04:51.888Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:51.888Z] 899033569ed7: Layer already exists [2023-02-06T23:04:51.888Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:51.888Z] 72a2d42e6610: Layer already exists [2023-02-06T23:04:51.888Z] 30a472d95db4: Layer already exists [2023-02-06T23:04:51.888Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:51.888Z] main: digest: sha256:9dff19f4f1effb3bea5f1726c7790521b7022d8e2ffb5ae454d4c8ce0e93b58c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:04:51.922Z] ===================================================== [Pipeline] echo [2023-02-06T23:04:51.927Z] taggedImages: [2023-02-06T23:04:51.927Z] - nexus3.edgexfoundry.org:10004/core-data:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:51.927Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-06T23:04:51.927Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.34 [2023-02-06T23:04:51.927Z] - nexus3.edgexfoundry.org:10004/core-data:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:51.927Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-02-06T23:04:51.942Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-06T23:04:51.942Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:51.942Z] latest [2023-02-06T23:04:51.942Z] 3.0.0-dev.34 [2023-02-06T23:04:51.942Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:51.942Z] main [2023-02-06T23:04:51.942Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:52.267Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:52.566Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:52.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-06T23:04:52.566Z] e15f8ea81a5e: Preparing [2023-02-06T23:04:52.566Z] b1500b299d55: Preparing [2023-02-06T23:04:52.566Z] ccaf532173b6: Preparing [2023-02-06T23:04:52.566Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:52.566Z] a2378f635fe1: Preparing [2023-02-06T23:04:52.566Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:52.566Z] e5e13b0c77cb: Waiting [2023-02-06T23:04:52.566Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:52.566Z] a2378f635fe1: Layer already exists [2023-02-06T23:04:52.566Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:52.566Z] e15f8ea81a5e: Pushed [2023-02-06T23:04:52.566Z] b1500b299d55: Pushed [2023-02-06T23:04:52.896Z] v3.15.6-290-g782130c55d8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-06T23:04:52.896Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-06T23:04:52.896Z] OK: 15736 distinct packages available [2023-02-06T23:04:53.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:04:53.475Z] v3.15.6-290-g782130c55d8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-06T23:04:53.475Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-06T23:04:53.475Z] OK: 15736 distinct packages available [2023-02-06T23:04:54.154Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:04:54.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:04:54.470Z] ccaf532173b6: Pushed [2023-02-06T23:04:54.470Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:cca5c9112d339434f40d9042657baed406975f4a261be1b3f60a347db601b2fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:54.778Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:55.080Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-06T23:04:55.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-06T23:04:55.081Z] e15f8ea81a5e: Preparing [2023-02-06T23:04:55.081Z] b1500b299d55: Preparing [2023-02-06T23:04:55.081Z] ccaf532173b6: Preparing [2023-02-06T23:04:55.081Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:55.081Z] a2378f635fe1: Preparing [2023-02-06T23:04:55.081Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:55.081Z] e5e13b0c77cb: Waiting [2023-02-06T23:04:55.081Z] b1500b299d55: Layer already exists [2023-02-06T23:04:55.081Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:55.081Z] a2378f635fe1: Layer already exists [2023-02-06T23:04:55.081Z] ccaf532173b6: Layer already exists [2023-02-06T23:04:55.081Z] e15f8ea81a5e: Layer already exists [2023-02-06T23:04:55.081Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:55.081Z] latest: digest: sha256:cca5c9112d339434f40d9042657baed406975f4a261be1b3f60a347db601b2fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:55.387Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:55.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:04:55.691Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.34 [2023-02-06T23:04:55.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-06T23:04:55.691Z] e15f8ea81a5e: Preparing [2023-02-06T23:04:55.691Z] b1500b299d55: Preparing [2023-02-06T23:04:55.691Z] ccaf532173b6: Preparing [2023-02-06T23:04:55.691Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:55.691Z] a2378f635fe1: Preparing [2023-02-06T23:04:55.691Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:55.691Z] e5e13b0c77cb: Waiting [2023-02-06T23:04:55.691Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:55.691Z] b1500b299d55: Layer already exists [2023-02-06T23:04:55.691Z] a2378f635fe1: Layer already exists [2023-02-06T23:04:55.691Z] e15f8ea81a5e: Layer already exists [2023-02-06T23:04:55.691Z] ccaf532173b6: Layer already exists [2023-02-06T23:04:55.691Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:55.691Z] 3.0.0-dev.34: digest: sha256:cca5c9112d339434f40d9042657baed406975f4a261be1b3f60a347db601b2fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:55.997Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:56.303Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:56.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-06T23:04:56.303Z] e15f8ea81a5e: Preparing [2023-02-06T23:04:56.303Z] b1500b299d55: Preparing [2023-02-06T23:04:56.303Z] ccaf532173b6: Preparing [2023-02-06T23:04:56.303Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:56.303Z] a2378f635fe1: Preparing [2023-02-06T23:04:56.303Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:56.303Z] e5e13b0c77cb: Waiting [2023-02-06T23:04:56.303Z] ccaf532173b6: Layer already exists [2023-02-06T23:04:56.303Z] a2378f635fe1: Layer already exists [2023-02-06T23:04:56.303Z] e15f8ea81a5e: Layer already exists [2023-02-06T23:04:56.303Z] b1500b299d55: Layer already exists [2023-02-06T23:04:56.303Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:56.303Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:56.303Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:cca5c9112d339434f40d9042657baed406975f4a261be1b3f60a347db601b2fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:56.603Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-06T23:04:56.603Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-06T23:04:56.603Z] (3/5) Installing libucontext (1.1-r0) [2023-02-06T23:04:56.603Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-06T23:04:56.603Z] (5/5) Installing openssl (1.1.1s-r1) [2023-02-06T23:04:56.610Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:56.872Z] Executing busybox-1.34.1-r7.trigger [2023-02-06T23:04:56.872Z] OK: 6 MiB in 19 packages [2023-02-06T23:04:56.921Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-06T23:04:56.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-06T23:04:56.921Z] e15f8ea81a5e: Preparing [2023-02-06T23:04:56.921Z] b1500b299d55: Preparing [2023-02-06T23:04:56.921Z] ccaf532173b6: Preparing [2023-02-06T23:04:56.921Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:56.921Z] a2378f635fe1: Preparing [2023-02-06T23:04:56.921Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:56.921Z] e5e13b0c77cb: Waiting [2023-02-06T23:04:56.921Z] e15f8ea81a5e: Layer already exists [2023-02-06T23:04:56.921Z] b1500b299d55: Layer already exists [2023-02-06T23:04:56.921Z] ccaf532173b6: Layer already exists [2023-02-06T23:04:56.921Z] a2378f635fe1: Layer already exists [2023-02-06T23:04:56.921Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:56.921Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:56.921Z] main: digest: sha256:cca5c9112d339434f40d9042657baed406975f4a261be1b3f60a347db601b2fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:04:56.955Z] ===================================================== [Pipeline] echo [2023-02-06T23:04:56.961Z] taggedImages: [2023-02-06T23:04:56.961Z] - nexus3.edgexfoundry.org:10004/core-metadata:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:56.961Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-06T23:04:56.961Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.34 [2023-02-06T23:04:56.961Z] - nexus3.edgexfoundry.org:10004/core-metadata:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:56.961Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-06T23:04:56.976Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-06T23:04:56.976Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:56.976Z] latest [2023-02-06T23:04:56.976Z] 3.0.0-dev.34 [2023-02-06T23:04:56.976Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:04:56.976Z] main [2023-02-06T23:04:56.976Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:57.299Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:04:57.612Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:04:57.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-06T23:04:57.612Z] ecb13d81fa87: Preparing [2023-02-06T23:04:57.612Z] ecb13d81fa87: Preparing [2023-02-06T23:04:57.612Z] 9e9e16a9c9b9: Preparing [2023-02-06T23:04:57.612Z] 7b26b1aff4e0: Preparing [2023-02-06T23:04:57.612Z] af2bc92dc70b: Preparing [2023-02-06T23:04:57.612Z] 36daa8efe690: Preparing [2023-02-06T23:04:57.612Z] 00dd58038d16: Preparing [2023-02-06T23:04:57.612Z] 3f1c2e7e4964: Preparing [2023-02-06T23:04:57.612Z] 41187bd00ac4: Preparing [2023-02-06T23:04:57.612Z] 5047fd6c2b7d: Preparing [2023-02-06T23:04:57.612Z] 62adaa0d53d1: Preparing [2023-02-06T23:04:57.612Z] 774d5579da79: Preparing [2023-02-06T23:04:57.612Z] e5e13b0c77cb: Preparing [2023-02-06T23:04:57.612Z] 00dd58038d16: Waiting [2023-02-06T23:04:57.612Z] 5047fd6c2b7d: Waiting [2023-02-06T23:04:57.612Z] 62adaa0d53d1: Waiting [2023-02-06T23:04:57.612Z] 3f1c2e7e4964: Waiting [2023-02-06T23:04:57.612Z] 41187bd00ac4: Waiting [2023-02-06T23:04:57.612Z] 774d5579da79: Waiting [2023-02-06T23:04:57.612Z] e5e13b0c77cb: Waiting [2023-02-06T23:04:57.612Z] 36daa8efe690: Pushed [2023-02-06T23:04:57.612Z] af2bc92dc70b: Pushed [2023-02-06T23:04:57.612Z] ecb13d81fa87: Pushed [2023-02-06T23:04:57.612Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:04:57.612Z] 7b26b1aff4e0: Pushed [2023-02-06T23:04:57.612Z] 9e9e16a9c9b9: Pushed [2023-02-06T23:04:57.871Z] 41187bd00ac4: Pushed [2023-02-06T23:04:57.871Z] 774d5579da79: Pushed [2023-02-06T23:04:57.871Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:04:57.871Z] 5047fd6c2b7d: Pushed [2023-02-06T23:04:57.871Z] 62adaa0d53d1: Pushed [2023-02-06T23:04:58.279Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-06T23:04:58.279Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-06T23:04:58.279Z] (3/5) Installing libucontext (1.1-r0) [2023-02-06T23:04:58.279Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-06T23:04:58.279Z] (5/5) Installing openssl (1.1.1s-r1) [2023-02-06T23:04:58.279Z] Executing busybox-1.34.1-r7.trigger [2023-02-06T23:04:58.279Z] OK: 6 MiB in 19 packages [2023-02-06T23:04:58.861Z] Removing intermediate container 02be81a47a4c [2023-02-06T23:04:58.861Z] ---> ecf9f90ca53a [2023-02-06T23:04:59.142Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-06T23:04:59.776Z] 00dd58038d16: Pushed [2023-02-06T23:04:59.776Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:3cae8d88c78c7f2cdb43164b96c7b93a641cf87bcf653902a99e824359749f5e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:00.093Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:00.395Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-06T23:05:00.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-06T23:05:00.395Z] ecb13d81fa87: Preparing [2023-02-06T23:05:00.395Z] ecb13d81fa87: Preparing [2023-02-06T23:05:00.395Z] 9e9e16a9c9b9: Preparing [2023-02-06T23:05:00.395Z] 7b26b1aff4e0: Preparing [2023-02-06T23:05:00.395Z] af2bc92dc70b: Preparing [2023-02-06T23:05:00.395Z] 36daa8efe690: Preparing [2023-02-06T23:05:00.395Z] 00dd58038d16: Preparing [2023-02-06T23:05:00.395Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:00.395Z] 41187bd00ac4: Preparing [2023-02-06T23:05:00.395Z] 5047fd6c2b7d: Preparing [2023-02-06T23:05:00.395Z] 62adaa0d53d1: Preparing [2023-02-06T23:05:00.395Z] 774d5579da79: Preparing [2023-02-06T23:05:00.395Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:00.395Z] 62adaa0d53d1: Waiting [2023-02-06T23:05:00.395Z] 3f1c2e7e4964: Waiting [2023-02-06T23:05:00.395Z] 00dd58038d16: Waiting [2023-02-06T23:05:00.395Z] 41187bd00ac4: Waiting [2023-02-06T23:05:00.395Z] 774d5579da79: Waiting [2023-02-06T23:05:00.395Z] 5047fd6c2b7d: Waiting [2023-02-06T23:05:00.395Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:00.395Z] 7b26b1aff4e0: Layer already exists [2023-02-06T23:05:00.395Z] 36daa8efe690: Layer already exists [2023-02-06T23:05:00.395Z] ecb13d81fa87: Layer already exists [2023-02-06T23:05:00.395Z] 9e9e16a9c9b9: Layer already exists [2023-02-06T23:05:00.395Z] af2bc92dc70b: Layer already exists [2023-02-06T23:05:00.395Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:00.396Z] 00dd58038d16: Layer already exists [2023-02-06T23:05:00.396Z] 41187bd00ac4: Layer already exists [2023-02-06T23:05:00.396Z] 62adaa0d53d1: Layer already exists [2023-02-06T23:05:00.396Z] 5047fd6c2b7d: Layer already exists [2023-02-06T23:05:00.396Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:00.396Z] 774d5579da79: Layer already exists [2023-02-06T23:05:00.396Z] latest: digest: sha256:3cae8d88c78c7f2cdb43164b96c7b93a641cf87bcf653902a99e824359749f5e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:00.706Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:01.016Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.34 [2023-02-06T23:05:01.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-06T23:05:01.016Z] ecb13d81fa87: Preparing [2023-02-06T23:05:01.016Z] ecb13d81fa87: Preparing [2023-02-06T23:05:01.016Z] 9e9e16a9c9b9: Preparing [2023-02-06T23:05:01.016Z] 7b26b1aff4e0: Preparing [2023-02-06T23:05:01.016Z] af2bc92dc70b: Preparing [2023-02-06T23:05:01.016Z] 36daa8efe690: Preparing [2023-02-06T23:05:01.016Z] 00dd58038d16: Preparing [2023-02-06T23:05:01.016Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:01.016Z] 41187bd00ac4: Preparing [2023-02-06T23:05:01.016Z] 5047fd6c2b7d: Preparing [2023-02-06T23:05:01.016Z] 62adaa0d53d1: Preparing [2023-02-06T23:05:01.016Z] 774d5579da79: Preparing [2023-02-06T23:05:01.016Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:01.016Z] 00dd58038d16: Waiting [2023-02-06T23:05:01.016Z] 3f1c2e7e4964: Waiting [2023-02-06T23:05:01.016Z] 41187bd00ac4: Waiting [2023-02-06T23:05:01.016Z] 62adaa0d53d1: Waiting [2023-02-06T23:05:01.016Z] 5047fd6c2b7d: Waiting [2023-02-06T23:05:01.016Z] 774d5579da79: Waiting [2023-02-06T23:05:01.016Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:01.016Z] ecb13d81fa87: Layer already exists [2023-02-06T23:05:01.016Z] 9e9e16a9c9b9: Layer already exists [2023-02-06T23:05:01.016Z] af2bc92dc70b: Layer already exists [2023-02-06T23:05:01.016Z] 7b26b1aff4e0: Layer already exists [2023-02-06T23:05:01.016Z] 36daa8efe690: Layer already exists [2023-02-06T23:05:01.016Z] 00dd58038d16: Layer already exists [2023-02-06T23:05:01.016Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:01.016Z] 41187bd00ac4: Layer already exists [2023-02-06T23:05:01.016Z] 62adaa0d53d1: Layer already exists [2023-02-06T23:05:01.016Z] 5047fd6c2b7d: Layer already exists [2023-02-06T23:05:01.016Z] 774d5579da79: Layer already exists [2023-02-06T23:05:01.016Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:01.016Z] 3.0.0-dev.34: digest: sha256:3cae8d88c78c7f2cdb43164b96c7b93a641cf87bcf653902a99e824359749f5e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:01.079Z] Removing intermediate container 9080c06705a9 [2023-02-06T23:05:01.079Z] ---> 45ff9e3b46fb [2023-02-06T23:05:01.079Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-06T23:05:01.335Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:01.645Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:01.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-06T23:05:01.645Z] ecb13d81fa87: Preparing [2023-02-06T23:05:01.645Z] ecb13d81fa87: Preparing [2023-02-06T23:05:01.645Z] 9e9e16a9c9b9: Preparing [2023-02-06T23:05:01.645Z] 7b26b1aff4e0: Preparing [2023-02-06T23:05:01.645Z] af2bc92dc70b: Preparing [2023-02-06T23:05:01.645Z] 36daa8efe690: Preparing [2023-02-06T23:05:01.645Z] 00dd58038d16: Preparing [2023-02-06T23:05:01.645Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:01.645Z] 41187bd00ac4: Preparing [2023-02-06T23:05:01.645Z] 5047fd6c2b7d: Preparing [2023-02-06T23:05:01.645Z] 62adaa0d53d1: Preparing [2023-02-06T23:05:01.645Z] 774d5579da79: Preparing [2023-02-06T23:05:01.645Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:01.645Z] 5047fd6c2b7d: Waiting [2023-02-06T23:05:01.645Z] 62adaa0d53d1: Waiting [2023-02-06T23:05:01.645Z] 774d5579da79: Waiting [2023-02-06T23:05:01.645Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:01.645Z] 00dd58038d16: Waiting [2023-02-06T23:05:01.645Z] 3f1c2e7e4964: Waiting [2023-02-06T23:05:01.645Z] 41187bd00ac4: Waiting [2023-02-06T23:05:01.645Z] af2bc92dc70b: Layer already exists [2023-02-06T23:05:01.645Z] ecb13d81fa87: Layer already exists [2023-02-06T23:05:01.645Z] 36daa8efe690: Layer already exists [2023-02-06T23:05:01.645Z] 7b26b1aff4e0: Layer already exists [2023-02-06T23:05:01.645Z] 9e9e16a9c9b9: Layer already exists [2023-02-06T23:05:01.645Z] 00dd58038d16: Layer already exists [2023-02-06T23:05:01.645Z] 41187bd00ac4: Layer already exists [2023-02-06T23:05:01.645Z] 5047fd6c2b7d: Layer already exists [2023-02-06T23:05:01.645Z] 62adaa0d53d1: Layer already exists [2023-02-06T23:05:01.645Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:01.645Z] 774d5579da79: Layer already exists [2023-02-06T23:05:01.645Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:01.645Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:3cae8d88c78c7f2cdb43164b96c7b93a641cf87bcf653902a99e824359749f5e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:01.966Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:02.283Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-06T23:05:02.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-06T23:05:02.283Z] ecb13d81fa87: Preparing [2023-02-06T23:05:02.283Z] ecb13d81fa87: Preparing [2023-02-06T23:05:02.283Z] 9e9e16a9c9b9: Preparing [2023-02-06T23:05:02.283Z] 7b26b1aff4e0: Preparing [2023-02-06T23:05:02.283Z] af2bc92dc70b: Preparing [2023-02-06T23:05:02.283Z] 36daa8efe690: Preparing [2023-02-06T23:05:02.283Z] 00dd58038d16: Preparing [2023-02-06T23:05:02.283Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:02.283Z] 41187bd00ac4: Preparing [2023-02-06T23:05:02.283Z] 5047fd6c2b7d: Preparing [2023-02-06T23:05:02.283Z] 62adaa0d53d1: Preparing [2023-02-06T23:05:02.283Z] 774d5579da79: Preparing [2023-02-06T23:05:02.283Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:02.283Z] 00dd58038d16: Waiting [2023-02-06T23:05:02.283Z] 3f1c2e7e4964: Waiting [2023-02-06T23:05:02.283Z] 41187bd00ac4: Waiting [2023-02-06T23:05:02.283Z] 5047fd6c2b7d: Waiting [2023-02-06T23:05:02.283Z] 62adaa0d53d1: Waiting [2023-02-06T23:05:02.283Z] 774d5579da79: Waiting [2023-02-06T23:05:02.283Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:02.283Z] ecb13d81fa87: Layer already exists [2023-02-06T23:05:02.283Z] 7b26b1aff4e0: Layer already exists [2023-02-06T23:05:02.283Z] 36daa8efe690: Layer already exists [2023-02-06T23:05:02.283Z] af2bc92dc70b: Layer already exists [2023-02-06T23:05:02.283Z] 9e9e16a9c9b9: Layer already exists [2023-02-06T23:05:02.283Z] 00dd58038d16: Layer already exists [2023-02-06T23:05:02.283Z] 5047fd6c2b7d: Layer already exists [2023-02-06T23:05:02.283Z] 41187bd00ac4: Layer already exists [2023-02-06T23:05:02.283Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:02.283Z] 62adaa0d53d1: Layer already exists [2023-02-06T23:05:02.283Z] 774d5579da79: Layer already exists [2023-02-06T23:05:02.283Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:02.283Z] main: digest: sha256:3cae8d88c78c7f2cdb43164b96c7b93a641cf87bcf653902a99e824359749f5e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:05:02.317Z] ===================================================== [Pipeline] echo [2023-02-06T23:05:02.323Z] taggedImages: [2023-02-06T23:05:02.323Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:02.323Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-06T23:05:02.323Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.34 [2023-02-06T23:05:02.323Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:02.323Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-06T23:05:02.338Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-06T23:05:02.338Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:02.338Z] latest [2023-02-06T23:05:02.338Z] 3.0.0-dev.34 [2023-02-06T23:05:02.338Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:02.338Z] main [2023-02-06T23:05:02.338Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:02.644Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:02.951Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:02.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-06T23:05:02.951Z] c6d1cb720187: Preparing [2023-02-06T23:05:02.951Z] 87985214ef12: Preparing [2023-02-06T23:05:02.951Z] 196f31732775: Preparing [2023-02-06T23:05:02.951Z] 548728b4d9a0: Preparing [2023-02-06T23:05:02.951Z] 912a749356ba: Preparing [2023-02-06T23:05:02.951Z] b26ba88e9773: Preparing [2023-02-06T23:05:02.951Z] 3b51a91bea80: Preparing [2023-02-06T23:05:02.951Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:02.951Z] b26ba88e9773: Waiting [2023-02-06T23:05:02.951Z] 3b51a91bea80: Waiting [2023-02-06T23:05:02.951Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:02.951Z] 912a749356ba: Pushed [2023-02-06T23:05:02.951Z] c6d1cb720187: Pushed [2023-02-06T23:05:02.951Z] 87985214ef12: Pushed [2023-02-06T23:05:02.951Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:03.211Z] b26ba88e9773: Pushed [2023-02-06T23:05:03.469Z] 3b51a91bea80: Pushed [2023-02-06T23:05:04.040Z] 548728b4d9a0: Pushed [2023-02-06T23:05:04.300Z] 196f31732775: Pushed [2023-02-06T23:05:04.300Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:078db71e9840a193ce68f2a98006f15c93e58fd0435576c16d6b4e014de43243 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:04.608Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:04.915Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-06T23:05:04.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-06T23:05:04.915Z] c6d1cb720187: Preparing [2023-02-06T23:05:04.915Z] 87985214ef12: Preparing [2023-02-06T23:05:04.915Z] 196f31732775: Preparing [2023-02-06T23:05:04.915Z] 548728b4d9a0: Preparing [2023-02-06T23:05:04.915Z] 912a749356ba: Preparing [2023-02-06T23:05:04.915Z] b26ba88e9773: Preparing [2023-02-06T23:05:04.915Z] 3b51a91bea80: Preparing [2023-02-06T23:05:04.915Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:04.915Z] b26ba88e9773: Waiting [2023-02-06T23:05:04.915Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:04.915Z] 196f31732775: Layer already exists [2023-02-06T23:05:04.915Z] 548728b4d9a0: Layer already exists [2023-02-06T23:05:04.915Z] 912a749356ba: Layer already exists [2023-02-06T23:05:04.915Z] c6d1cb720187: Layer already exists [2023-02-06T23:05:04.915Z] 87985214ef12: Layer already exists [2023-02-06T23:05:04.915Z] 3b51a91bea80: Layer already exists [2023-02-06T23:05:04.915Z] b26ba88e9773: Layer already exists [2023-02-06T23:05:04.915Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:04.915Z] latest: digest: sha256:078db71e9840a193ce68f2a98006f15c93e58fd0435576c16d6b4e014de43243 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:05.220Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:05.523Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.34 [2023-02-06T23:05:05.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-06T23:05:05.523Z] c6d1cb720187: Preparing [2023-02-06T23:05:05.523Z] 87985214ef12: Preparing [2023-02-06T23:05:05.523Z] 196f31732775: Preparing [2023-02-06T23:05:05.523Z] 548728b4d9a0: Preparing [2023-02-06T23:05:05.523Z] 912a749356ba: Preparing [2023-02-06T23:05:05.523Z] b26ba88e9773: Preparing [2023-02-06T23:05:05.523Z] 3b51a91bea80: Preparing [2023-02-06T23:05:05.523Z] b26ba88e9773: Waiting [2023-02-06T23:05:05.523Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:05.523Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:05.523Z] 3b51a91bea80: Waiting [2023-02-06T23:05:05.523Z] c6d1cb720187: Layer already exists [2023-02-06T23:05:05.523Z] 548728b4d9a0: Layer already exists [2023-02-06T23:05:05.523Z] 196f31732775: Layer already exists [2023-02-06T23:05:05.523Z] 87985214ef12: Layer already exists [2023-02-06T23:05:05.523Z] 912a749356ba: Layer already exists [2023-02-06T23:05:05.523Z] b26ba88e9773: Layer already exists [2023-02-06T23:05:05.523Z] 3b51a91bea80: Layer already exists [2023-02-06T23:05:05.523Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:05.523Z] 3.0.0-dev.34: digest: sha256:078db71e9840a193ce68f2a98006f15c93e58fd0435576c16d6b4e014de43243 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:05.829Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:06.133Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:06.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-06T23:05:06.133Z] c6d1cb720187: Preparing [2023-02-06T23:05:06.133Z] 87985214ef12: Preparing [2023-02-06T23:05:06.133Z] 196f31732775: Preparing [2023-02-06T23:05:06.133Z] 548728b4d9a0: Preparing [2023-02-06T23:05:06.133Z] 912a749356ba: Preparing [2023-02-06T23:05:06.133Z] b26ba88e9773: Preparing [2023-02-06T23:05:06.133Z] 3b51a91bea80: Preparing [2023-02-06T23:05:06.133Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:06.133Z] b26ba88e9773: Waiting [2023-02-06T23:05:06.133Z] 3b51a91bea80: Waiting [2023-02-06T23:05:06.133Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:06.133Z] c6d1cb720187: Layer already exists [2023-02-06T23:05:06.133Z] 196f31732775: Layer already exists [2023-02-06T23:05:06.133Z] 548728b4d9a0: Layer already exists [2023-02-06T23:05:06.133Z] 912a749356ba: Layer already exists [2023-02-06T23:05:06.133Z] 87985214ef12: Layer already exists [2023-02-06T23:05:06.133Z] b26ba88e9773: Layer already exists [2023-02-06T23:05:06.133Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:06.133Z] 3b51a91bea80: Layer already exists [2023-02-06T23:05:06.133Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:078db71e9840a193ce68f2a98006f15c93e58fd0435576c16d6b4e014de43243 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:06.440Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:07.004Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-06T23:05:07.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-06T23:05:07.005Z] c6d1cb720187: Preparing [2023-02-06T23:05:07.005Z] 87985214ef12: Preparing [2023-02-06T23:05:07.005Z] 196f31732775: Preparing [2023-02-06T23:05:07.005Z] 548728b4d9a0: Preparing [2023-02-06T23:05:07.005Z] 912a749356ba: Preparing [2023-02-06T23:05:07.005Z] b26ba88e9773: Preparing [2023-02-06T23:05:07.005Z] 3b51a91bea80: Preparing [2023-02-06T23:05:07.005Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:07.005Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:07.005Z] b26ba88e9773: Waiting [2023-02-06T23:05:07.005Z] 3b51a91bea80: Waiting [2023-02-06T23:05:07.005Z] 548728b4d9a0: Layer already exists [2023-02-06T23:05:07.005Z] 87985214ef12: Layer already exists [2023-02-06T23:05:07.005Z] 912a749356ba: Layer already exists [2023-02-06T23:05:07.005Z] 196f31732775: Layer already exists [2023-02-06T23:05:07.005Z] c6d1cb720187: Layer already exists [2023-02-06T23:05:07.005Z] b26ba88e9773: Layer already exists [2023-02-06T23:05:07.005Z] 3b51a91bea80: Layer already exists [2023-02-06T23:05:07.005Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:07.005Z] main: digest: sha256:078db71e9840a193ce68f2a98006f15c93e58fd0435576c16d6b4e014de43243 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:05:07.040Z] ===================================================== [Pipeline] echo [2023-02-06T23:05:07.046Z] taggedImages: [2023-02-06T23:05:07.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:07.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-06T23:05:07.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.34 [2023-02-06T23:05:07.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:07.046Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-06T23:05:07.060Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-06T23:05:07.060Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:07.060Z] latest [2023-02-06T23:05:07.060Z] 3.0.0-dev.34 [2023-02-06T23:05:07.060Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:07.060Z] main [2023-02-06T23:05:07.060Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:07.381Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:07.697Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:07.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-06T23:05:07.697Z] 861b9690110d: Preparing [2023-02-06T23:05:07.697Z] c2acda0cbea1: Preparing [2023-02-06T23:05:07.697Z] a69f7adc6c65: Preparing [2023-02-06T23:05:07.697Z] 5fb75e744923: Preparing [2023-02-06T23:05:07.697Z] 2131701f459a: Preparing [2023-02-06T23:05:07.697Z] 168eeeea78e0: Preparing [2023-02-06T23:05:07.697Z] 4ec146978d7b: Preparing [2023-02-06T23:05:07.697Z] d8349f75d03e: Preparing [2023-02-06T23:05:07.697Z] be3fb2abca0a: Preparing [2023-02-06T23:05:07.697Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:07.697Z] 168eeeea78e0: Waiting [2023-02-06T23:05:07.697Z] 4ec146978d7b: Waiting [2023-02-06T23:05:07.697Z] d8349f75d03e: Waiting [2023-02-06T23:05:07.697Z] be3fb2abca0a: Waiting [2023-02-06T23:05:07.697Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:07.697Z] c2acda0cbea1: Pushed [2023-02-06T23:05:07.697Z] 2131701f459a: Pushed [2023-02-06T23:05:07.697Z] 861b9690110d: Pushed [2023-02-06T23:05:07.956Z] 168eeeea78e0: Pushed [2023-02-06T23:05:07.956Z] 4ec146978d7b: Pushed [2023-02-06T23:05:07.956Z] d8349f75d03e: Pushed [2023-02-06T23:05:07.956Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:07.956Z] be3fb2abca0a: Pushed [2023-02-06T23:05:08.891Z] 5fb75e744923: Pushed [2023-02-06T23:05:09.148Z] a69f7adc6c65: Pushed [2023-02-06T23:05:09.299Z] ---> 735dd9a362c3 [2023-02-06T23:05:09.299Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-06T23:05:09.406Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:bdbc3eacbfd22570473d1157b6206d0262e75b28e639fd2a4b1f205a30a017a4 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:09.723Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:10.023Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-06T23:05:10.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-06T23:05:10.023Z] 861b9690110d: Preparing [2023-02-06T23:05:10.023Z] c2acda0cbea1: Preparing [2023-02-06T23:05:10.023Z] a69f7adc6c65: Preparing [2023-02-06T23:05:10.023Z] 5fb75e744923: Preparing [2023-02-06T23:05:10.023Z] 2131701f459a: Preparing [2023-02-06T23:05:10.023Z] 168eeeea78e0: Preparing [2023-02-06T23:05:10.023Z] 4ec146978d7b: Preparing [2023-02-06T23:05:10.023Z] 168eeeea78e0: Waiting [2023-02-06T23:05:10.023Z] d8349f75d03e: Preparing [2023-02-06T23:05:10.023Z] 4ec146978d7b: Waiting [2023-02-06T23:05:10.023Z] be3fb2abca0a: Preparing [2023-02-06T23:05:10.023Z] d8349f75d03e: Waiting [2023-02-06T23:05:10.023Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:10.023Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:10.023Z] c2acda0cbea1: Layer already exists [2023-02-06T23:05:10.023Z] 5fb75e744923: Layer already exists [2023-02-06T23:05:10.023Z] a69f7adc6c65: Layer already exists [2023-02-06T23:05:10.023Z] 861b9690110d: Layer already exists [2023-02-06T23:05:10.023Z] 2131701f459a: Layer already exists [2023-02-06T23:05:10.023Z] 168eeeea78e0: Layer already exists [2023-02-06T23:05:10.023Z] 4ec146978d7b: Layer already exists [2023-02-06T23:05:10.023Z] d8349f75d03e: Layer already exists [2023-02-06T23:05:10.023Z] be3fb2abca0a: Layer already exists [2023-02-06T23:05:10.023Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:10.023Z] latest: digest: sha256:bdbc3eacbfd22570473d1157b6206d0262e75b28e639fd2a4b1f205a30a017a4 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:10.328Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:10.637Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.34 [2023-02-06T23:05:10.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-06T23:05:10.637Z] 861b9690110d: Preparing [2023-02-06T23:05:10.637Z] c2acda0cbea1: Preparing [2023-02-06T23:05:10.637Z] a69f7adc6c65: Preparing [2023-02-06T23:05:10.637Z] 5fb75e744923: Preparing [2023-02-06T23:05:10.637Z] 2131701f459a: Preparing [2023-02-06T23:05:10.637Z] 168eeeea78e0: Preparing [2023-02-06T23:05:10.637Z] 4ec146978d7b: Preparing [2023-02-06T23:05:10.637Z] d8349f75d03e: Preparing [2023-02-06T23:05:10.637Z] be3fb2abca0a: Preparing [2023-02-06T23:05:10.637Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:10.637Z] 168eeeea78e0: Waiting [2023-02-06T23:05:10.637Z] 4ec146978d7b: Waiting [2023-02-06T23:05:10.637Z] d8349f75d03e: Waiting [2023-02-06T23:05:10.637Z] be3fb2abca0a: Waiting [2023-02-06T23:05:10.637Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:10.637Z] 2131701f459a: Layer already exists [2023-02-06T23:05:10.637Z] a69f7adc6c65: Layer already exists [2023-02-06T23:05:10.637Z] c2acda0cbea1: Layer already exists [2023-02-06T23:05:10.637Z] 861b9690110d: Layer already exists [2023-02-06T23:05:10.637Z] 5fb75e744923: Layer already exists [2023-02-06T23:05:10.637Z] 168eeeea78e0: Layer already exists [2023-02-06T23:05:10.637Z] 4ec146978d7b: Layer already exists [2023-02-06T23:05:10.637Z] d8349f75d03e: Layer already exists [2023-02-06T23:05:10.637Z] be3fb2abca0a: Layer already exists [2023-02-06T23:05:10.637Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:10.637Z] 3.0.0-dev.34: digest: sha256:bdbc3eacbfd22570473d1157b6206d0262e75b28e639fd2a4b1f205a30a017a4 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:10.947Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:11.254Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:11.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-06T23:05:11.254Z] 861b9690110d: Preparing [2023-02-06T23:05:11.254Z] c2acda0cbea1: Preparing [2023-02-06T23:05:11.254Z] a69f7adc6c65: Preparing [2023-02-06T23:05:11.255Z] 5fb75e744923: Preparing [2023-02-06T23:05:11.255Z] 2131701f459a: Preparing [2023-02-06T23:05:11.255Z] 168eeeea78e0: Preparing [2023-02-06T23:05:11.255Z] 4ec146978d7b: Preparing [2023-02-06T23:05:11.255Z] d8349f75d03e: Preparing [2023-02-06T23:05:11.255Z] 168eeeea78e0: Waiting [2023-02-06T23:05:11.255Z] 4ec146978d7b: Waiting [2023-02-06T23:05:11.255Z] be3fb2abca0a: Preparing [2023-02-06T23:05:11.255Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:11.255Z] d8349f75d03e: Waiting [2023-02-06T23:05:11.255Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:11.255Z] be3fb2abca0a: Waiting [2023-02-06T23:05:11.255Z] 5fb75e744923: Layer already exists [2023-02-06T23:05:11.255Z] c2acda0cbea1: Layer already exists [2023-02-06T23:05:11.255Z] a69f7adc6c65: Layer already exists [2023-02-06T23:05:11.255Z] 2131701f459a: Layer already exists [2023-02-06T23:05:11.255Z] 861b9690110d: Layer already exists [2023-02-06T23:05:11.255Z] 168eeeea78e0: Layer already exists [2023-02-06T23:05:11.255Z] d8349f75d03e: Layer already exists [2023-02-06T23:05:11.255Z] be3fb2abca0a: Layer already exists [2023-02-06T23:05:11.255Z] 4ec146978d7b: Layer already exists [2023-02-06T23:05:11.255Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:11.255Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:bdbc3eacbfd22570473d1157b6206d0262e75b28e639fd2a4b1f205a30a017a4 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:11.578Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:11.897Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-06T23:05:11.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-06T23:05:11.898Z] 861b9690110d: Preparing [2023-02-06T23:05:11.898Z] c2acda0cbea1: Preparing [2023-02-06T23:05:11.898Z] a69f7adc6c65: Preparing [2023-02-06T23:05:11.898Z] 5fb75e744923: Preparing [2023-02-06T23:05:11.898Z] 2131701f459a: Preparing [2023-02-06T23:05:11.898Z] 168eeeea78e0: Preparing [2023-02-06T23:05:11.898Z] 4ec146978d7b: Preparing [2023-02-06T23:05:11.898Z] d8349f75d03e: Preparing [2023-02-06T23:05:11.898Z] be3fb2abca0a: Preparing [2023-02-06T23:05:11.898Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:11.898Z] 4ec146978d7b: Waiting [2023-02-06T23:05:11.898Z] d8349f75d03e: Waiting [2023-02-06T23:05:11.898Z] be3fb2abca0a: Waiting [2023-02-06T23:05:11.898Z] e5e13b0c77cb: Waiting [2023-02-06T23:05:11.898Z] 168eeeea78e0: Waiting [2023-02-06T23:05:11.898Z] 5fb75e744923: Layer already exists [2023-02-06T23:05:11.898Z] a69f7adc6c65: Layer already exists [2023-02-06T23:05:11.898Z] 2131701f459a: Layer already exists [2023-02-06T23:05:11.898Z] c2acda0cbea1: Layer already exists [2023-02-06T23:05:11.898Z] 861b9690110d: Layer already exists [2023-02-06T23:05:11.898Z] 168eeeea78e0: Layer already exists [2023-02-06T23:05:11.898Z] be3fb2abca0a: Layer already exists [2023-02-06T23:05:11.898Z] d8349f75d03e: Layer already exists [2023-02-06T23:05:11.898Z] 4ec146978d7b: Layer already exists [2023-02-06T23:05:11.898Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:11.898Z] main: digest: sha256:bdbc3eacbfd22570473d1157b6206d0262e75b28e639fd2a4b1f205a30a017a4 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:05:11.934Z] ===================================================== [Pipeline] echo [2023-02-06T23:05:11.940Z] taggedImages: [2023-02-06T23:05:11.940Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:11.940Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-06T23:05:11.940Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.34 [2023-02-06T23:05:11.940Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:11.940Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-06T23:05:11.956Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-06T23:05:11.956Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:11.956Z] latest [2023-02-06T23:05:11.956Z] 3.0.0-dev.34 [2023-02-06T23:05:11.956Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:11.956Z] main [2023-02-06T23:05:11.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:12.261Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:12.567Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:12.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-06T23:05:12.567Z] 1dbb660c1b72: Preparing [2023-02-06T23:05:12.567Z] b4a902e7fa71: Preparing [2023-02-06T23:05:12.567Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:12.567Z] 40b54e9df134: Preparing [2023-02-06T23:05:12.567Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:12.567Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:12.567Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:12.567Z] 1dbb660c1b72: Pushed [2023-02-06T23:05:13.136Z] 40b54e9df134: Pushed [2023-02-06T23:05:13.548Z] ---> fa309fb4a90b [2023-02-06T23:05:13.548Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-06T23:05:14.517Z] ---> b690d881eeab [2023-02-06T23:05:14.517Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-06T23:05:15.042Z] b4a902e7fa71: Pushed [2023-02-06T23:05:15.042Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:6c2559be7cd3f20d6da34244c9666c53dd441c8226db42c637ac39ff27512c67 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:15.350Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:15.655Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-06T23:05:15.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-06T23:05:15.655Z] 1dbb660c1b72: Preparing [2023-02-06T23:05:15.655Z] b4a902e7fa71: Preparing [2023-02-06T23:05:15.655Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:15.655Z] 40b54e9df134: Preparing [2023-02-06T23:05:15.655Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:15.655Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:15.655Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:15.655Z] 40b54e9df134: Layer already exists [2023-02-06T23:05:15.655Z] 1dbb660c1b72: Layer already exists [2023-02-06T23:05:15.655Z] b4a902e7fa71: Layer already exists [2023-02-06T23:05:15.655Z] latest: digest: sha256:6c2559be7cd3f20d6da34244c9666c53dd441c8226db42c637ac39ff27512c67 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:15.929Z] ---> 9b95010d70e2 [2023-02-06T23:05:15.929Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-06T23:05:15.964Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:16.268Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.34 [2023-02-06T23:05:16.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-06T23:05:16.268Z] 1dbb660c1b72: Preparing [2023-02-06T23:05:16.268Z] b4a902e7fa71: Preparing [2023-02-06T23:05:16.268Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:16.268Z] 40b54e9df134: Preparing [2023-02-06T23:05:16.268Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:16.268Z] 40b54e9df134: Layer already exists [2023-02-06T23:05:16.268Z] b4a902e7fa71: Layer already exists [2023-02-06T23:05:16.268Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:16.268Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:16.268Z] 1dbb660c1b72: Layer already exists [2023-02-06T23:05:16.268Z] 3.0.0-dev.34: digest: sha256:6c2559be7cd3f20d6da34244c9666c53dd441c8226db42c637ac39ff27512c67 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:16.575Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:16.878Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:16.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-06T23:05:16.878Z] 1dbb660c1b72: Preparing [2023-02-06T23:05:16.878Z] b4a902e7fa71: Preparing [2023-02-06T23:05:16.878Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:16.878Z] 40b54e9df134: Preparing [2023-02-06T23:05:16.878Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:16.878Z] 1dbb660c1b72: Layer already exists [2023-02-06T23:05:16.878Z] b4a902e7fa71: Layer already exists [2023-02-06T23:05:16.878Z] 40b54e9df134: Layer already exists [2023-02-06T23:05:16.878Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:16.878Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:16.878Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:6c2559be7cd3f20d6da34244c9666c53dd441c8226db42c637ac39ff27512c67 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:17.185Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:17.333Z] ---> 52b74950cc3c [2023-02-06T23:05:17.333Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-06T23:05:17.333Z] ---> Running in b00458ac2b5c [2023-02-06T23:05:17.490Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-06T23:05:17.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-06T23:05:17.490Z] 1dbb660c1b72: Preparing [2023-02-06T23:05:17.490Z] b4a902e7fa71: Preparing [2023-02-06T23:05:17.490Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:17.490Z] 40b54e9df134: Preparing [2023-02-06T23:05:17.490Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:17.490Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:17.490Z] b4a902e7fa71: Layer already exists [2023-02-06T23:05:17.490Z] 1dbb660c1b72: Layer already exists [2023-02-06T23:05:17.490Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:17.490Z] 40b54e9df134: Layer already exists [2023-02-06T23:05:17.490Z] main: digest: sha256:6c2559be7cd3f20d6da34244c9666c53dd441c8226db42c637ac39ff27512c67 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:05:17.525Z] ===================================================== [Pipeline] echo [2023-02-06T23:05:17.531Z] taggedImages: [2023-02-06T23:05:17.531Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:17.531Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-06T23:05:17.531Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.34 [2023-02-06T23:05:17.531Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:17.531Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-06T23:05:17.549Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-06T23:05:17.549Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:17.549Z] latest [2023-02-06T23:05:17.549Z] 3.0.0-dev.34 [2023-02-06T23:05:17.549Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:17.549Z] main [2023-02-06T23:05:17.549Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:17.864Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:18.168Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:18.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-06T23:05:18.168Z] a3ead9e3c1cd: Preparing [2023-02-06T23:05:18.168Z] da16a17b614a: Preparing [2023-02-06T23:05:18.168Z] ca14bca251b1: Preparing [2023-02-06T23:05:18.168Z] 2376f4326bc6: Preparing [2023-02-06T23:05:18.168Z] 807f26a04893: Preparing [2023-02-06T23:05:18.168Z] 88a6fd3bd1d4: Preparing [2023-02-06T23:05:18.168Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:18.168Z] 88a6fd3bd1d4: Waiting [2023-02-06T23:05:18.168Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:18.168Z] ca14bca251b1: Pushed [2023-02-06T23:05:18.168Z] da16a17b614a: Pushed [2023-02-06T23:05:18.168Z] a3ead9e3c1cd: Pushed [2023-02-06T23:05:18.168Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:18.741Z] 88a6fd3bd1d4: Pushed [2023-02-06T23:05:19.922Z] ---> b58086b28a66 [2023-02-06T23:05:19.922Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-06T23:05:19.922Z] Removing intermediate container b00458ac2b5c [2023-02-06T23:05:19.922Z] ---> cac833b0e531 [2023-02-06T23:05:19.922Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-06T23:05:19.922Z] ---> Running in 5e8bd73119d4 [2023-02-06T23:05:20.887Z] Removing intermediate container 5e8bd73119d4 [2023-02-06T23:05:20.887Z] ---> 1d7f1096f100 [2023-02-06T23:05:20.887Z] Step 21/23 : LABEL arch=arm64 [2023-02-06T23:05:20.887Z] ---> Running in 78fb2ae622d2 [2023-02-06T23:05:21.157Z] ---> 8b30c1984f16 [2023-02-06T23:05:21.157Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-06T23:05:21.764Z] Removing intermediate container 78fb2ae622d2 [2023-02-06T23:05:21.764Z] ---> 91d7f6592ac5 [2023-02-06T23:05:21.764Z] Step 22/23 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:21.764Z] ---> Running in 3dfc8e7e3ea0 [2023-02-06T23:05:22.031Z] 807f26a04893: Pushed [2023-02-06T23:05:22.355Z] ---> 8a466db0e28b [2023-02-06T23:05:22.355Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-06T23:05:22.355Z] Removing intermediate container 3dfc8e7e3ea0 [2023-02-06T23:05:22.355Z] ---> 7861c3bb37fb [2023-02-06T23:05:22.355Z] Step 23/23 : LABEL version=3.0.0-dev.34 [2023-02-06T23:05:22.625Z] ---> Running in c1deca49158a [2023-02-06T23:05:23.589Z] ---> 563b393722b3 [2023-02-06T23:05:23.589Z] Removing intermediate container c1deca49158a [2023-02-06T23:05:23.589Z] ---> b30f893f5ea7 [2023-02-06T23:05:23.589Z] [2023-02-06T23:05:23.589Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-06T23:05:23.589Z] ---> Running in 49152d082559 [2023-02-06T23:05:23.856Z] Successfully built b30f893f5ea7 [2023-02-06T23:05:23.856Z] Successfully tagged security-spire-server-arm64:latest [2023-02-06T23:05:23.856Z] Building security-spire-config [2023-02-06T23:05:24.143Z]  Building security-spire-server ... done Removing intermediate container 49152d082559 [2023-02-06T23:05:24.143Z] ---> effaaa9bea11 [2023-02-06T23:05:24.413Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-06T23:05:24.413Z] ---> Running in 5a06b524b62a [2023-02-06T23:05:24.999Z] Removing intermediate container 5a06b524b62a [2023-02-06T23:05:24.999Z] ---> e7189563996d [2023-02-06T23:05:24.999Z] Step 22/24 : LABEL arch=arm64 [2023-02-06T23:05:24.999Z] ---> Running in 5de2e7930111 [2023-02-06T23:05:25.273Z] Removing intermediate container 5de2e7930111 [2023-02-06T23:05:25.273Z] ---> bed60ea9da61 [2023-02-06T23:05:25.273Z] Step 23/24 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:25.318Z] 2376f4326bc6: Pushed [2023-02-06T23:05:25.318Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:3e40743ee928c510c3fe67cc20664051c51b6f428bc16d2cd8beac5730ec7f7c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:25.540Z] ---> Running in a54a4c20820e [2023-02-06T23:05:25.642Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:25.949Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-06T23:05:25.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-06T23:05:25.949Z] a3ead9e3c1cd: Preparing [2023-02-06T23:05:25.949Z] da16a17b614a: Preparing [2023-02-06T23:05:25.949Z] ca14bca251b1: Preparing [2023-02-06T23:05:25.949Z] 2376f4326bc6: Preparing [2023-02-06T23:05:25.950Z] 807f26a04893: Preparing [2023-02-06T23:05:25.950Z] 88a6fd3bd1d4: Preparing [2023-02-06T23:05:25.950Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:25.950Z] 88a6fd3bd1d4: Waiting [2023-02-06T23:05:25.950Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:25.950Z] 807f26a04893: Layer already exists [2023-02-06T23:05:25.950Z] ca14bca251b1: Layer already exists [2023-02-06T23:05:25.950Z] da16a17b614a: Layer already exists [2023-02-06T23:05:25.950Z] 2376f4326bc6: Layer already exists [2023-02-06T23:05:25.950Z] a3ead9e3c1cd: Layer already exists [2023-02-06T23:05:25.950Z] 88a6fd3bd1d4: Layer already exists [2023-02-06T23:05:25.950Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:25.950Z] latest: digest: sha256:3e40743ee928c510c3fe67cc20664051c51b6f428bc16d2cd8beac5730ec7f7c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:26.127Z] Removing intermediate container a54a4c20820e [2023-02-06T23:05:26.127Z] ---> 5df50cb359b9 [2023-02-06T23:05:26.127Z] Step 24/24 : LABEL version=3.0.0-dev.34 [2023-02-06T23:05:26.127Z] ---> Running in f7cddba9aed7 [2023-02-06T23:05:26.262Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:26.581Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.34 [2023-02-06T23:05:26.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-06T23:05:26.581Z] a3ead9e3c1cd: Preparing [2023-02-06T23:05:26.581Z] da16a17b614a: Preparing [2023-02-06T23:05:26.581Z] ca14bca251b1: Preparing [2023-02-06T23:05:26.581Z] 2376f4326bc6: Preparing [2023-02-06T23:05:26.581Z] 807f26a04893: Preparing [2023-02-06T23:05:26.581Z] 88a6fd3bd1d4: Preparing [2023-02-06T23:05:26.581Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:26.581Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:26.581Z] 88a6fd3bd1d4: Waiting [2023-02-06T23:05:26.581Z] a3ead9e3c1cd: Layer already exists [2023-02-06T23:05:26.581Z] 807f26a04893: Layer already exists [2023-02-06T23:05:26.581Z] da16a17b614a: Layer already exists [2023-02-06T23:05:26.581Z] ca14bca251b1: Layer already exists [2023-02-06T23:05:26.581Z] 2376f4326bc6: Layer already exists [2023-02-06T23:05:26.581Z] 88a6fd3bd1d4: Layer already exists [2023-02-06T23:05:26.581Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:26.581Z] 3.0.0-dev.34: digest: sha256:3e40743ee928c510c3fe67cc20664051c51b6f428bc16d2cd8beac5730ec7f7c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:26.903Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:27.090Z] Removing intermediate container f7cddba9aed7 [2023-02-06T23:05:27.090Z] ---> 06baeadcb20e [2023-02-06T23:05:27.090Z] [2023-02-06T23:05:27.209Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:27.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-06T23:05:27.209Z] a3ead9e3c1cd: Preparing [2023-02-06T23:05:27.209Z] da16a17b614a: Preparing [2023-02-06T23:05:27.209Z] ca14bca251b1: Preparing [2023-02-06T23:05:27.209Z] 2376f4326bc6: Preparing [2023-02-06T23:05:27.209Z] 807f26a04893: Preparing [2023-02-06T23:05:27.209Z] 88a6fd3bd1d4: Preparing [2023-02-06T23:05:27.209Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:27.209Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:27.209Z] 88a6fd3bd1d4: Waiting [2023-02-06T23:05:27.209Z] 2376f4326bc6: Layer already exists [2023-02-06T23:05:27.209Z] 807f26a04893: Layer already exists [2023-02-06T23:05:27.209Z] a3ead9e3c1cd: Layer already exists [2023-02-06T23:05:27.209Z] da16a17b614a: Layer already exists [2023-02-06T23:05:27.209Z] ca14bca251b1: Layer already exists [2023-02-06T23:05:27.209Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:27.209Z] 88a6fd3bd1d4: Layer already exists [2023-02-06T23:05:27.209Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:3e40743ee928c510c3fe67cc20664051c51b6f428bc16d2cd8beac5730ec7f7c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:27.364Z] Successfully built 06baeadcb20e [2023-02-06T23:05:27.364Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-06T23:05:27.364Z]  Building security-spire-agent ... done Building core-command [2023-02-06T23:05:27.535Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:27.854Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-06T23:05:27.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-06T23:05:27.854Z] a3ead9e3c1cd: Preparing [2023-02-06T23:05:27.854Z] da16a17b614a: Preparing [2023-02-06T23:05:27.854Z] ca14bca251b1: Preparing [2023-02-06T23:05:27.854Z] 2376f4326bc6: Preparing [2023-02-06T23:05:27.854Z] 807f26a04893: Preparing [2023-02-06T23:05:27.854Z] 88a6fd3bd1d4: Preparing [2023-02-06T23:05:27.854Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:27.854Z] 88a6fd3bd1d4: Waiting [2023-02-06T23:05:27.854Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:27.854Z] 807f26a04893: Layer already exists [2023-02-06T23:05:27.854Z] a3ead9e3c1cd: Layer already exists [2023-02-06T23:05:27.854Z] da16a17b614a: Layer already exists [2023-02-06T23:05:27.854Z] ca14bca251b1: Layer already exists [2023-02-06T23:05:27.854Z] 2376f4326bc6: Layer already exists [2023-02-06T23:05:27.854Z] 88a6fd3bd1d4: Layer already exists [2023-02-06T23:05:27.854Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:27.854Z] main: digest: sha256:3e40743ee928c510c3fe67cc20664051c51b6f428bc16d2cd8beac5730ec7f7c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:05:27.890Z] ===================================================== [Pipeline] echo [2023-02-06T23:05:27.897Z] taggedImages: [2023-02-06T23:05:27.897Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:27.897Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-06T23:05:27.897Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.34 [2023-02-06T23:05:27.897Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:27.897Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-06T23:05:27.916Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-06T23:05:27.916Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:27.916Z] latest [2023-02-06T23:05:27.916Z] 3.0.0-dev.34 [2023-02-06T23:05:27.916Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:27.916Z] main [2023-02-06T23:05:27.916Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:28.232Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:28.541Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:28.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-06T23:05:28.541Z] 0d18e1e76124: Preparing [2023-02-06T23:05:28.541Z] a429aabb1338: Preparing [2023-02-06T23:05:28.541Z] 69a1ce09038b: Preparing [2023-02-06T23:05:28.541Z] 673458d113cd: Preparing [2023-02-06T23:05:28.541Z] bbeeb7b77a59: Preparing [2023-02-06T23:05:28.541Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:28.541Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:28.541Z] 69a1ce09038b: Pushed [2023-02-06T23:05:28.541Z] a429aabb1338: Pushed [2023-02-06T23:05:28.541Z] 0d18e1e76124: Pushed [2023-02-06T23:05:28.541Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:28.804Z] bbeeb7b77a59: Pushed [2023-02-06T23:05:29.313Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:05:29.313Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:05:29.313Z] ---> 095b01034e55 [2023-02-06T23:05:29.313Z] Step 3/24 : WORKDIR /edgex-go [2023-02-06T23:05:29.313Z] ---> Using cache [2023-02-06T23:05:29.313Z] ---> f72211ebd257 [2023-02-06T23:05:29.313Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-06T23:05:29.313Z] ---> Running in 028794822ccd [2023-02-06T23:05:31.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:05:31.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:05:32.431Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:05:32.431Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:05:32.431Z] ---> 095b01034e55 [2023-02-06T23:05:32.431Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-06T23:05:32.431Z] ---> Using cache [2023-02-06T23:05:32.431Z] ---> fbaa1074c163 [2023-02-06T23:05:32.431Z] Step 4/23 : WORKDIR /edgex-go [2023-02-06T23:05:32.431Z] ---> Using cache [2023-02-06T23:05:32.431Z] ---> 70520cf72b43 [2023-02-06T23:05:32.431Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-06T23:05:32.431Z] ---> Using cache [2023-02-06T23:05:32.431Z] ---> e93794eee43b [2023-02-06T23:05:32.431Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-06T23:05:32.431Z] ---> Using cache [2023-02-06T23:05:32.431Z] ---> eb999bdd1e26 [2023-02-06T23:05:32.431Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:05:32.431Z] ---> Using cache [2023-02-06T23:05:32.431Z] ---> c3e19c4a0041 [2023-02-06T23:05:32.431Z] Step 8/23 : COPY . . [2023-02-06T23:05:32.699Z] ---> Using cache [2023-02-06T23:05:32.699Z] ---> 6fb78d4ea6e0 [2023-02-06T23:05:32.699Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-06T23:05:32.969Z] ---> Running in a0f1ee722022 [2023-02-06T23:05:33.556Z] OK: 221 MiB in 51 packages [2023-02-06T23:05:34.996Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-06T23:05:35.264Z] Removing intermediate container 028794822ccd [2023-02-06T23:05:35.264Z] ---> e7b60d020bff [2023-02-06T23:05:35.264Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-06T23:05:36.227Z] ---> 94c6abf8b198 [2023-02-06T23:05:36.227Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:05:36.501Z] ---> Running in a20243a5e356 [2023-02-06T23:05:36.939Z] 673458d113cd: Pushed [2023-02-06T23:05:36.939Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:52d2470b9b189f2a2537ff3fecce8385b1a58c24392c0afd85f9baa1eb011848 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:37.254Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:37.565Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-06T23:05:37.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-06T23:05:37.565Z] 0d18e1e76124: Preparing [2023-02-06T23:05:37.565Z] a429aabb1338: Preparing [2023-02-06T23:05:37.565Z] 69a1ce09038b: Preparing [2023-02-06T23:05:37.565Z] 673458d113cd: Preparing [2023-02-06T23:05:37.565Z] bbeeb7b77a59: Preparing [2023-02-06T23:05:37.565Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:37.565Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:37.565Z] 69a1ce09038b: Layer already exists [2023-02-06T23:05:37.565Z] 673458d113cd: Layer already exists [2023-02-06T23:05:37.565Z] a429aabb1338: Layer already exists [2023-02-06T23:05:37.565Z] 0d18e1e76124: Layer already exists [2023-02-06T23:05:37.565Z] bbeeb7b77a59: Layer already exists [2023-02-06T23:05:37.565Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:37.565Z] latest: digest: sha256:52d2470b9b189f2a2537ff3fecce8385b1a58c24392c0afd85f9baa1eb011848 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:37.871Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:38.179Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.34 [2023-02-06T23:05:38.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-06T23:05:38.179Z] 0d18e1e76124: Preparing [2023-02-06T23:05:38.179Z] a429aabb1338: Preparing [2023-02-06T23:05:38.179Z] 69a1ce09038b: Preparing [2023-02-06T23:05:38.179Z] 673458d113cd: Preparing [2023-02-06T23:05:38.179Z] bbeeb7b77a59: Preparing [2023-02-06T23:05:38.179Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:38.179Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:38.179Z] a429aabb1338: Layer already exists [2023-02-06T23:05:38.179Z] 0d18e1e76124: Layer already exists [2023-02-06T23:05:38.179Z] 69a1ce09038b: Layer already exists [2023-02-06T23:05:38.179Z] bbeeb7b77a59: Layer already exists [2023-02-06T23:05:38.179Z] 673458d113cd: Layer already exists [2023-02-06T23:05:38.179Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:38.179Z] 3.0.0-dev.34: digest: sha256:52d2470b9b189f2a2537ff3fecce8385b1a58c24392c0afd85f9baa1eb011848 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:38.491Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:38.796Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:38.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-06T23:05:38.796Z] 0d18e1e76124: Preparing [2023-02-06T23:05:38.796Z] a429aabb1338: Preparing [2023-02-06T23:05:38.796Z] 69a1ce09038b: Preparing [2023-02-06T23:05:38.796Z] 673458d113cd: Preparing [2023-02-06T23:05:38.796Z] bbeeb7b77a59: Preparing [2023-02-06T23:05:38.796Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:38.796Z] a429aabb1338: Layer already exists [2023-02-06T23:05:38.796Z] bbeeb7b77a59: Layer already exists [2023-02-06T23:05:38.796Z] 0d18e1e76124: Layer already exists [2023-02-06T23:05:38.796Z] 69a1ce09038b: Layer already exists [2023-02-06T23:05:38.796Z] 673458d113cd: Layer already exists [2023-02-06T23:05:38.796Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:38.796Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:52d2470b9b189f2a2537ff3fecce8385b1a58c24392c0afd85f9baa1eb011848 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:39.106Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:39.411Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-06T23:05:39.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-06T23:05:39.411Z] 0d18e1e76124: Preparing [2023-02-06T23:05:39.411Z] a429aabb1338: Preparing [2023-02-06T23:05:39.411Z] 69a1ce09038b: Preparing [2023-02-06T23:05:39.411Z] 673458d113cd: Preparing [2023-02-06T23:05:39.411Z] bbeeb7b77a59: Preparing [2023-02-06T23:05:39.411Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:39.411Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:39.411Z] 69a1ce09038b: Layer already exists [2023-02-06T23:05:39.411Z] 673458d113cd: Layer already exists [2023-02-06T23:05:39.411Z] bbeeb7b77a59: Layer already exists [2023-02-06T23:05:39.411Z] 0d18e1e76124: Layer already exists [2023-02-06T23:05:39.411Z] a429aabb1338: Layer already exists [2023-02-06T23:05:39.411Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:39.411Z] main: digest: sha256:52d2470b9b189f2a2537ff3fecce8385b1a58c24392c0afd85f9baa1eb011848 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:05:39.446Z] ===================================================== [Pipeline] echo [2023-02-06T23:05:39.456Z] taggedImages: [2023-02-06T23:05:39.456Z] - nexus3.edgexfoundry.org:10004/security-spire-config:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:39.456Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-06T23:05:39.456Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.34 [2023-02-06T23:05:39.456Z] - nexus3.edgexfoundry.org:10004/security-spire-config:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:39.456Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-06T23:05:39.474Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-06T23:05:39.475Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:39.475Z] latest [2023-02-06T23:05:39.475Z] 3.0.0-dev.34 [2023-02-06T23:05:39.475Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:39.475Z] main [2023-02-06T23:05:39.475Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:39.783Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:40.088Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:40.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-06T23:05:40.088Z] 018ceeb9f6fc: Preparing [2023-02-06T23:05:40.088Z] c31132309679: Preparing [2023-02-06T23:05:40.088Z] a668fc6014b2: Preparing [2023-02-06T23:05:40.088Z] 8e3b29251912: Preparing [2023-02-06T23:05:40.088Z] 88a6fd3bd1d4: Preparing [2023-02-06T23:05:40.088Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:40.088Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:40.088Z] 88a6fd3bd1d4: Layer already exists [2023-02-06T23:05:40.088Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:40.088Z] a668fc6014b2: Pushed [2023-02-06T23:05:40.088Z] c31132309679: Pushed [2023-02-06T23:05:40.088Z] 018ceeb9f6fc: Pushed [2023-02-06T23:05:48.214Z] 8e3b29251912: Pushed [2023-02-06T23:05:48.214Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:4e2aa111863c2eca50f3db8e43759b608ca8b13335c99f399f8dc231b471496a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:48.529Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:48.844Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-06T23:05:48.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-06T23:05:48.844Z] 018ceeb9f6fc: Preparing [2023-02-06T23:05:48.844Z] c31132309679: Preparing [2023-02-06T23:05:48.844Z] a668fc6014b2: Preparing [2023-02-06T23:05:48.844Z] 8e3b29251912: Preparing [2023-02-06T23:05:48.844Z] 88a6fd3bd1d4: Preparing [2023-02-06T23:05:48.844Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:48.844Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:48.844Z] c31132309679: Layer already exists [2023-02-06T23:05:48.844Z] a668fc6014b2: Layer already exists [2023-02-06T23:05:48.844Z] 018ceeb9f6fc: Layer already exists [2023-02-06T23:05:48.844Z] 88a6fd3bd1d4: Layer already exists [2023-02-06T23:05:48.844Z] 8e3b29251912: Layer already exists [2023-02-06T23:05:48.844Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:48.844Z] latest: digest: sha256:4e2aa111863c2eca50f3db8e43759b608ca8b13335c99f399f8dc231b471496a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:49.167Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:49.484Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.34 [2023-02-06T23:05:49.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-06T23:05:49.484Z] 018ceeb9f6fc: Preparing [2023-02-06T23:05:49.484Z] c31132309679: Preparing [2023-02-06T23:05:49.484Z] a668fc6014b2: Preparing [2023-02-06T23:05:49.484Z] 8e3b29251912: Preparing [2023-02-06T23:05:49.484Z] 88a6fd3bd1d4: Preparing [2023-02-06T23:05:49.484Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:49.484Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:49.484Z] a668fc6014b2: Layer already exists [2023-02-06T23:05:49.484Z] c31132309679: Layer already exists [2023-02-06T23:05:49.484Z] 018ceeb9f6fc: Layer already exists [2023-02-06T23:05:49.484Z] 88a6fd3bd1d4: Layer already exists [2023-02-06T23:05:49.484Z] 8e3b29251912: Layer already exists [2023-02-06T23:05:49.484Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:49.484Z] 3.0.0-dev.34: digest: sha256:4e2aa111863c2eca50f3db8e43759b608ca8b13335c99f399f8dc231b471496a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:49.806Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:50.225Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:50.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-06T23:05:50.226Z] 018ceeb9f6fc: Preparing [2023-02-06T23:05:50.226Z] c31132309679: Preparing [2023-02-06T23:05:50.226Z] a668fc6014b2: Preparing [2023-02-06T23:05:50.226Z] 8e3b29251912: Preparing [2023-02-06T23:05:50.226Z] 88a6fd3bd1d4: Preparing [2023-02-06T23:05:50.226Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:50.226Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:50.226Z] 88a6fd3bd1d4: Layer already exists [2023-02-06T23:05:50.226Z] c31132309679: Layer already exists [2023-02-06T23:05:50.226Z] 8e3b29251912: Layer already exists [2023-02-06T23:05:50.226Z] 018ceeb9f6fc: Layer already exists [2023-02-06T23:05:50.226Z] a668fc6014b2: Layer already exists [2023-02-06T23:05:50.226Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:50.226Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:4e2aa111863c2eca50f3db8e43759b608ca8b13335c99f399f8dc231b471496a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:50.590Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:50.899Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-06T23:05:50.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-06T23:05:50.899Z] 018ceeb9f6fc: Preparing [2023-02-06T23:05:50.899Z] c31132309679: Preparing [2023-02-06T23:05:50.899Z] a668fc6014b2: Preparing [2023-02-06T23:05:50.899Z] 8e3b29251912: Preparing [2023-02-06T23:05:50.899Z] 88a6fd3bd1d4: Preparing [2023-02-06T23:05:50.899Z] 34d5ebaa5410: Preparing [2023-02-06T23:05:50.899Z] 34d5ebaa5410: Waiting [2023-02-06T23:05:50.899Z] c31132309679: Layer already exists [2023-02-06T23:05:50.899Z] a668fc6014b2: Layer already exists [2023-02-06T23:05:50.899Z] 8e3b29251912: Layer already exists [2023-02-06T23:05:50.899Z] 88a6fd3bd1d4: Layer already exists [2023-02-06T23:05:50.899Z] 018ceeb9f6fc: Layer already exists [2023-02-06T23:05:50.899Z] 34d5ebaa5410: Layer already exists [2023-02-06T23:05:50.899Z] main: digest: sha256:4e2aa111863c2eca50f3db8e43759b608ca8b13335c99f399f8dc231b471496a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:05:50.933Z] ===================================================== [Pipeline] echo [2023-02-06T23:05:50.938Z] taggedImages: [2023-02-06T23:05:50.938Z] - nexus3.edgexfoundry.org:10004/security-spire-server:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:50.938Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-06T23:05:50.938Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.34 [2023-02-06T23:05:50.938Z] - nexus3.edgexfoundry.org:10004/security-spire-server:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:50.938Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-06T23:05:50.952Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-06T23:05:50.952Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:50.952Z] latest [2023-02-06T23:05:50.952Z] 3.0.0-dev.34 [2023-02-06T23:05:50.952Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:50.952Z] main [2023-02-06T23:05:50.952Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:51.263Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:51.562Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:51.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-06T23:05:51.562Z] 12eaa1c9c83d: Preparing [2023-02-06T23:05:51.562Z] 921c73e5b827: Preparing [2023-02-06T23:05:51.562Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:51.562Z] 0e793f7ad901: Preparing [2023-02-06T23:05:51.562Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:51.562Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:51.562Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:51.562Z] 12eaa1c9c83d: Pushed [2023-02-06T23:05:51.562Z] 0e793f7ad901: Pushed [2023-02-06T23:05:54.853Z] 921c73e5b827: Pushed [2023-02-06T23:05:54.853Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:0517635c9fd66207f5597317e7047de4ec5d4b872ca900888f2b9a65ccda9eb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:55.159Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:55.463Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-06T23:05:55.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-06T23:05:55.463Z] 12eaa1c9c83d: Preparing [2023-02-06T23:05:55.463Z] 921c73e5b827: Preparing [2023-02-06T23:05:55.463Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:55.463Z] 0e793f7ad901: Preparing [2023-02-06T23:05:55.463Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:55.463Z] 0e793f7ad901: Layer already exists [2023-02-06T23:05:55.463Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:55.463Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:55.463Z] 12eaa1c9c83d: Layer already exists [2023-02-06T23:05:55.463Z] 921c73e5b827: Layer already exists [2023-02-06T23:05:55.463Z] latest: digest: sha256:0517635c9fd66207f5597317e7047de4ec5d4b872ca900888f2b9a65ccda9eb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:55.767Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:56.067Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.34 [2023-02-06T23:05:56.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-06T23:05:56.067Z] 12eaa1c9c83d: Preparing [2023-02-06T23:05:56.067Z] 921c73e5b827: Preparing [2023-02-06T23:05:56.067Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:56.067Z] 0e793f7ad901: Preparing [2023-02-06T23:05:56.067Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:56.067Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:56.067Z] 12eaa1c9c83d: Layer already exists [2023-02-06T23:05:56.067Z] 921c73e5b827: Layer already exists [2023-02-06T23:05:56.067Z] 0e793f7ad901: Layer already exists [2023-02-06T23:05:56.067Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:56.067Z] 3.0.0-dev.34: digest: sha256:0517635c9fd66207f5597317e7047de4ec5d4b872ca900888f2b9a65ccda9eb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:56.380Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:56.689Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:56.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-06T23:05:56.689Z] 12eaa1c9c83d: Preparing [2023-02-06T23:05:56.689Z] 921c73e5b827: Preparing [2023-02-06T23:05:56.689Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:56.689Z] 0e793f7ad901: Preparing [2023-02-06T23:05:56.689Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:56.689Z] 921c73e5b827: Layer already exists [2023-02-06T23:05:56.689Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:56.689Z] 12eaa1c9c83d: Layer already exists [2023-02-06T23:05:56.689Z] 0e793f7ad901: Layer already exists [2023-02-06T23:05:56.689Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:56.689Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:0517635c9fd66207f5597317e7047de4ec5d4b872ca900888f2b9a65ccda9eb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:57.012Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:57.325Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-06T23:05:57.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-06T23:05:57.325Z] 12eaa1c9c83d: Preparing [2023-02-06T23:05:57.325Z] 921c73e5b827: Preparing [2023-02-06T23:05:57.325Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:57.325Z] 0e793f7ad901: Preparing [2023-02-06T23:05:57.325Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:57.325Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:57.325Z] 0e793f7ad901: Layer already exists [2023-02-06T23:05:57.325Z] 921c73e5b827: Layer already exists [2023-02-06T23:05:57.325Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:57.325Z] 12eaa1c9c83d: Layer already exists [2023-02-06T23:05:57.325Z] main: digest: sha256:0517635c9fd66207f5597317e7047de4ec5d4b872ca900888f2b9a65ccda9eb4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:05:57.374Z] ===================================================== [Pipeline] echo [2023-02-06T23:05:57.383Z] taggedImages: [2023-02-06T23:05:57.383Z] - nexus3.edgexfoundry.org:10004/support-notifications:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:57.383Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-06T23:05:57.383Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.34 [2023-02-06T23:05:57.383Z] - nexus3.edgexfoundry.org:10004/support-notifications:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:57.383Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-02-06T23:05:57.404Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-06T23:05:57.404Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:57.404Z] latest [2023-02-06T23:05:57.404Z] 3.0.0-dev.34 [2023-02-06T23:05:57.404Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:05:57.404Z] main [2023-02-06T23:05:57.404Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:57.726Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:05:58.040Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:05:58.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-06T23:05:58.040Z] 97209b3472d8: Preparing [2023-02-06T23:05:58.040Z] 047e771b41ff: Preparing [2023-02-06T23:05:58.040Z] 3f1c2e7e4964: Preparing [2023-02-06T23:05:58.040Z] a2378f635fe1: Preparing [2023-02-06T23:05:58.040Z] e5e13b0c77cb: Preparing [2023-02-06T23:05:58.040Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:05:58.040Z] a2378f635fe1: Layer already exists [2023-02-06T23:05:58.040Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:05:58.040Z] 97209b3472d8: Pushed [2023-02-06T23:06:01.334Z] 047e771b41ff: Pushed [2023-02-06T23:06:01.334Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:8bed537a6765bd0a67f05ec552be791fe320617f8a242f4072e940152e439248 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:06:01.643Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:06:01.956Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-06T23:06:01.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-06T23:06:01.956Z] 97209b3472d8: Preparing [2023-02-06T23:06:01.956Z] 047e771b41ff: Preparing [2023-02-06T23:06:01.956Z] 3f1c2e7e4964: Preparing [2023-02-06T23:06:01.956Z] a2378f635fe1: Preparing [2023-02-06T23:06:01.956Z] e5e13b0c77cb: Preparing [2023-02-06T23:06:01.956Z] 97209b3472d8: Layer already exists [2023-02-06T23:06:01.956Z] 047e771b41ff: Layer already exists [2023-02-06T23:06:01.956Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:06:01.956Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:06:01.956Z] a2378f635fe1: Layer already exists [2023-02-06T23:06:01.956Z] latest: digest: sha256:8bed537a6765bd0a67f05ec552be791fe320617f8a242f4072e940152e439248 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:06:02.280Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:06:02.591Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.34 [2023-02-06T23:06:02.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-06T23:06:02.591Z] 97209b3472d8: Preparing [2023-02-06T23:06:02.591Z] 047e771b41ff: Preparing [2023-02-06T23:06:02.591Z] 3f1c2e7e4964: Preparing [2023-02-06T23:06:02.591Z] a2378f635fe1: Preparing [2023-02-06T23:06:02.591Z] e5e13b0c77cb: Preparing [2023-02-06T23:06:02.591Z] a2378f635fe1: Layer already exists [2023-02-06T23:06:02.591Z] 047e771b41ff: Layer already exists [2023-02-06T23:06:02.591Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:06:02.591Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:06:02.591Z] 97209b3472d8: Layer already exists [2023-02-06T23:06:02.591Z] 3.0.0-dev.34: digest: sha256:8bed537a6765bd0a67f05ec552be791fe320617f8a242f4072e940152e439248 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:06:02.900Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:06:03.205Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:06:03.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-06T23:06:03.205Z] 97209b3472d8: Preparing [2023-02-06T23:06:03.205Z] 047e771b41ff: Preparing [2023-02-06T23:06:03.205Z] 3f1c2e7e4964: Preparing [2023-02-06T23:06:03.205Z] a2378f635fe1: Preparing [2023-02-06T23:06:03.205Z] e5e13b0c77cb: Preparing [2023-02-06T23:06:03.205Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:06:03.205Z] a2378f635fe1: Layer already exists [2023-02-06T23:06:03.205Z] 047e771b41ff: Layer already exists [2023-02-06T23:06:03.205Z] 97209b3472d8: Layer already exists [2023-02-06T23:06:03.205Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:06:03.205Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:8bed537a6765bd0a67f05ec552be791fe320617f8a242f4072e940152e439248 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:06:03.514Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:06:03.822Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-06T23:06:03.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-06T23:06:03.822Z] 97209b3472d8: Preparing [2023-02-06T23:06:03.822Z] 047e771b41ff: Preparing [2023-02-06T23:06:03.822Z] 3f1c2e7e4964: Preparing [2023-02-06T23:06:03.822Z] a2378f635fe1: Preparing [2023-02-06T23:06:03.822Z] e5e13b0c77cb: Preparing [2023-02-06T23:06:03.822Z] a2378f635fe1: Layer already exists [2023-02-06T23:06:03.822Z] 047e771b41ff: Layer already exists [2023-02-06T23:06:03.822Z] e5e13b0c77cb: Layer already exists [2023-02-06T23:06:03.822Z] 97209b3472d8: Layer already exists [2023-02-06T23:06:03.822Z] 3f1c2e7e4964: Layer already exists [2023-02-06T23:06:03.822Z] main: digest: sha256:8bed537a6765bd0a67f05ec552be791fe320617f8a242f4072e940152e439248 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:06:03.855Z] ===================================================== [Pipeline] echo [2023-02-06T23:06:03.860Z] taggedImages: [2023-02-06T23:06:03.860Z] - nexus3.edgexfoundry.org:10004/support-scheduler:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:06:03.860Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-06T23:06:03.860Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.34 [2023-02-06T23:06:03.860Z] - nexus3.edgexfoundry.org:10004/support-scheduler:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:06:03.860Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-06T23:07:28.190Z] Removing intermediate container a20243a5e356 [2023-02-06T23:07:28.190Z] ---> d27e2e605e2b [2023-02-06T23:07:28.190Z] Step 7/24 : COPY . . [2023-02-06T23:07:28.190Z] ---> 9f979c9b9efb [2023-02-06T23:07:28.190Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-06T23:07:28.190Z] ---> Running in b44ac4a0c2ad [2023-02-06T23:07:28.190Z] Removing intermediate container b44ac4a0c2ad [2023-02-06T23:07:28.190Z] ---> b2c6677151b7 [2023-02-06T23:07:28.190Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-06T23:07:28.190Z] ---> Running in b06647ce8191 [2023-02-06T23:07:28.190Z] Removing intermediate container b06647ce8191 [2023-02-06T23:07:28.190Z] ---> b5970a78a38a [2023-02-06T23:07:28.190Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-06T23:07:28.190Z] ---> Running in 27df93143c1e [2023-02-06T23:07:28.190Z] Removing intermediate container 27df93143c1e [2023-02-06T23:07:28.190Z] ---> 7930f8c64470 [2023-02-06T23:07:28.190Z] Step 11/24 : WORKDIR /edgex-go [2023-02-06T23:07:28.190Z] ---> Running in 86992a035e79 [2023-02-06T23:07:28.190Z] Removing intermediate container 86992a035e79 [2023-02-06T23:07:28.190Z] ---> 58654d2b53f6 [2023-02-06T23:07:28.190Z] [2023-02-06T23:07:28.190Z] Step 12/24 : FROM alpine:3.15 [2023-02-06T23:07:28.190Z] ---> 8aa73fd46299 [2023-02-06T23:07:28.190Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-06T23:07:28.190Z] ---> Using cache [2023-02-06T23:07:28.190Z] ---> 64366a33300d [2023-02-06T23:07:28.190Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-06T23:07:28.190Z] ---> Running in 18644cb83b8c [2023-02-06T23:07:28.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:07:28.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:07:28.457Z] v3.15.6-290-g782130c55d8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-06T23:07:28.457Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-06T23:07:28.457Z] OK: 15736 distinct packages available [2023-02-06T23:07:28.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:07:28.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:07:30.406Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-06T23:07:30.406Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-06T23:07:30.406Z] (3/4) Installing libucontext (1.1-r0) [2023-02-06T23:07:30.406Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-06T23:07:30.406Z] Executing busybox-1.34.1-r7.trigger [2023-02-06T23:07:30.406Z] OK: 6 MiB in 18 packages [2023-02-06T23:07:32.356Z] Removing intermediate container 18644cb83b8c [2023-02-06T23:07:32.356Z] ---> ff02b3695031 [2023-02-06T23:07:32.356Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-06T23:07:40.566Z] ---> cca74b941d65 [2023-02-06T23:07:40.566Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-06T23:07:40.835Z] ---> 7bf5f09a5ca7 [2023-02-06T23:07:40.835Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-06T23:07:41.108Z] ---> Running in fffcd31ef311 [2023-02-06T23:07:41.374Z] Removing intermediate container fffcd31ef311 [2023-02-06T23:07:41.374Z] ---> c04ba5f11d1d [2023-02-06T23:07:41.374Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-06T23:07:42.796Z] ---> d04b32fceae9 [2023-02-06T23:07:42.796Z] Step 19/24 : WORKDIR / [2023-02-06T23:07:42.796Z] ---> Running in a62980e56a94 [2023-02-06T23:07:43.768Z] Removing intermediate container a62980e56a94 [2023-02-06T23:07:43.768Z] ---> b835158f892f [2023-02-06T23:07:43.768Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-06T23:07:43.768Z] ---> Running in e82968c82c71 [2023-02-06T23:07:44.038Z] Removing intermediate container e82968c82c71 [2023-02-06T23:07:44.038Z] ---> 27d3023f056c [2023-02-06T23:07:44.038Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-06T23:07:44.310Z] ---> Running in bee1058621bc [2023-02-06T23:07:44.909Z] Removing intermediate container bee1058621bc [2023-02-06T23:07:44.909Z] ---> 790055108211 [2023-02-06T23:07:44.909Z] Step 22/24 : LABEL arch=arm64 [2023-02-06T23:07:44.909Z] ---> Running in 25489ee912ef [2023-02-06T23:07:45.497Z] Removing intermediate container 25489ee912ef [2023-02-06T23:07:45.497Z] ---> 364de27f90f7 [2023-02-06T23:07:45.497Z] Step 23/24 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:07:45.497Z] ---> Running in 3c398411cdd6 [2023-02-06T23:07:46.086Z] Removing intermediate container 3c398411cdd6 [2023-02-06T23:07:46.086Z] ---> 38ba597b1149 [2023-02-06T23:07:46.086Z] Step 24/24 : LABEL version=3.0.0-dev.34 [2023-02-06T23:07:46.086Z] ---> Running in 00fd78e1c3eb [2023-02-06T23:07:46.669Z] Removing intermediate container 00fd78e1c3eb [2023-02-06T23:07:46.669Z] ---> 2c4d8b6f2a98 [2023-02-06T23:07:46.669Z] [2023-02-06T23:07:46.669Z] Successfully built 2c4d8b6f2a98 [2023-02-06T23:07:46.669Z] Successfully tagged security-spire-config-arm64:latest [2023-02-06T23:07:46.669Z]  Building security-spire-config ... done Building security-secretstore-setup [2023-02-06T23:07:50.005Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:07:50.006Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:07:50.006Z] ---> 095b01034e55 [2023-02-06T23:07:50.006Z] Step 3/24 : WORKDIR /edgex-go [2023-02-06T23:07:50.006Z] ---> Using cache [2023-02-06T23:07:50.006Z] ---> f72211ebd257 [2023-02-06T23:07:50.006Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-06T23:07:50.588Z] ---> Running in 098d9af686f9 [2023-02-06T23:07:52.525Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:07:52.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:07:54.197Z] OK: 221 MiB in 51 packages [2023-02-06T23:07:55.612Z] Removing intermediate container 098d9af686f9 [2023-02-06T23:07:55.612Z] ---> c59e628346ad [2023-02-06T23:07:55.612Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-06T23:07:56.575Z] ---> 90d5c6cb9c14 [2023-02-06T23:07:56.575Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:07:56.575Z] ---> Running in d4213e0fd891 [2023-02-06T23:09:48.287Z] Removing intermediate container d4213e0fd891 [2023-02-06T23:09:48.287Z] ---> 9fbe42331efe [2023-02-06T23:09:48.287Z] Step 7/24 : COPY . . [2023-02-06T23:09:48.287Z] ---> b8cd943eee2d [2023-02-06T23:09:48.287Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-06T23:09:48.287Z] ---> Running in dcd1f0a42680 [2023-02-06T23:09:48.287Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-06T23:11:39.938Z] Removing intermediate container 00f7f7c123aa [2023-02-06T23:11:39.938Z] ---> f6794e681637 [2023-02-06T23:11:39.938Z] [2023-02-06T23:11:39.938Z] Step 9/32 : FROM alpine:3.16 [2023-02-06T23:11:39.938Z] 3.16: Pulling from library/alpine [2023-02-06T23:11:39.938Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-06T23:11:39.938Z] Status: Downloaded newer image for alpine:3.16 [2023-02-06T23:11:39.938Z] ---> 2b4661558fb8 [2023-02-06T23:11:39.938Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-06T23:11:39.938Z] ---> Running in 89ce7633f620 [2023-02-06T23:11:39.938Z] Removing intermediate container 89ce7633f620 [2023-02-06T23:11:39.938Z] ---> 389ca60c60be [2023-02-06T23:11:39.938Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-06T23:11:39.938Z] ---> Running in 081ce64cc5fe [2023-02-06T23:11:39.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:11:39.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:11:39.938Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-06T23:11:39.938Z] (2/2) Installing su-exec (0.2-r1) [2023-02-06T23:11:39.938Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:11:39.938Z] OK: 5 MiB in 16 packages [2023-02-06T23:11:39.938Z] Removing intermediate container 081ce64cc5fe [2023-02-06T23:11:39.938Z] ---> f6b2d4bf39ea [2023-02-06T23:11:39.938Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-06T23:11:39.938Z] ---> Running in 95d3633526e9 [2023-02-06T23:11:39.938Z] Removing intermediate container 95d3633526e9 [2023-02-06T23:11:39.938Z] ---> 4035a830b107 [2023-02-06T23:11:39.938Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-06T23:11:39.938Z] ---> Running in 92e7a2fb701e [2023-02-06T23:11:39.938Z] Removing intermediate container 92e7a2fb701e [2023-02-06T23:11:39.938Z] ---> 93630eaed1c3 [2023-02-06T23:11:39.938Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-06T23:11:39.938Z] ---> Running in 0ec66b1f18bc [2023-02-06T23:11:40.203Z] Removing intermediate container 0ec66b1f18bc [2023-02-06T23:11:40.203Z] ---> aa91336e2933 [2023-02-06T23:11:40.203Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-06T23:11:40.203Z] ---> Running in e6e6fbb4200b [2023-02-06T23:11:40.787Z] Removing intermediate container e6e6fbb4200b [2023-02-06T23:11:40.788Z] ---> 24d4d89591bf [2023-02-06T23:11:40.788Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-06T23:11:40.788Z] ---> Running in 808374e1451e [2023-02-06T23:11:44.139Z] Removing intermediate container 808374e1451e [2023-02-06T23:11:44.139Z] ---> e9d10e0cff41 [2023-02-06T23:11:44.139Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-06T23:11:44.139Z] ---> Running in 7d3e186d5a32 [2023-02-06T23:11:44.730Z] Removing intermediate container 7d3e186d5a32 [2023-02-06T23:11:44.731Z] ---> 0acf2b7c1c88 [2023-02-06T23:11:44.731Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-06T23:11:45.700Z] ---> e9908d3fe0b9 [2023-02-06T23:11:45.700Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-06T23:11:45.700Z] ---> Running in e17f9d453858 [2023-02-06T23:11:49.061Z] Removing intermediate container e17f9d453858 [2023-02-06T23:11:49.061Z] ---> 096077e18a55 [2023-02-06T23:11:49.061Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:11:49.647Z] ---> d36823fa903a [2023-02-06T23:11:49.647Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-06T23:11:51.600Z] ---> 2ce87b2df721 [2023-02-06T23:11:51.600Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-06T23:11:52.568Z] ---> cc14b47cdba7 [2023-02-06T23:11:52.568Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-06T23:11:53.536Z] ---> 3cc5d62ddae3 [2023-02-06T23:11:53.536Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-06T23:11:54.527Z] ---> 86d785f83c0f [2023-02-06T23:11:54.527Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-06T23:11:55.495Z] ---> 778caf056d2c [2023-02-06T23:11:55.495Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-06T23:11:56.473Z] ---> 37b1eff3dd47 [2023-02-06T23:11:56.473Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-06T23:11:56.743Z] ---> Running in e1678e23c0a6 [2023-02-06T23:12:00.093Z] Removing intermediate container e1678e23c0a6 [2023-02-06T23:12:00.093Z] ---> 4d32b7cf26dc [2023-02-06T23:12:00.093Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-06T23:12:00.093Z] ---> Running in 7722565572d4 [2023-02-06T23:12:00.093Z] Removing intermediate container 7722565572d4 [2023-02-06T23:12:00.093Z] ---> 7371fdc47dae [2023-02-06T23:12:00.093Z] Step 29/32 : CMD ["gate"] [2023-02-06T23:12:00.093Z] ---> Running in f48e721757c1 [2023-02-06T23:12:00.674Z] Removing intermediate container f48e721757c1 [2023-02-06T23:12:00.674Z] ---> ee66e9952b4f [2023-02-06T23:12:00.674Z] Step 30/32 : LABEL arch=arm64 [2023-02-06T23:12:00.674Z] ---> Running in df92cac23614 [2023-02-06T23:12:01.258Z] Removing intermediate container df92cac23614 [2023-02-06T23:12:01.258Z] ---> 08ace8ba76f3 [2023-02-06T23:12:01.258Z] Step 31/32 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:12:01.258Z] ---> Running in 4a2728f0eff9 [2023-02-06T23:12:01.854Z] Removing intermediate container 4a2728f0eff9 [2023-02-06T23:12:01.854Z] ---> 3b365420a532 [2023-02-06T23:12:01.854Z] Step 32/32 : LABEL version=3.0.0-dev.34 [2023-02-06T23:12:02.121Z] ---> Running in da97bd40a881 [2023-02-06T23:12:02.733Z] Removing intermediate container da97bd40a881 [2023-02-06T23:12:02.733Z] ---> aa518bce8b4c [2023-02-06T23:12:02.733Z] [2023-02-06T23:12:02.733Z] Successfully built aa518bce8b4c [2023-02-06T23:12:02.733Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-06T23:12:02.733Z]  Building security-bootstrapper ... done Building security-proxy-setup [2023-02-06T23:12:08.087Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:12:08.087Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:12:08.087Z] ---> 095b01034e55 [2023-02-06T23:12:08.087Z] Step 3/21 : WORKDIR /edgex-go [2023-02-06T23:12:08.087Z] ---> Using cache [2023-02-06T23:12:08.087Z] ---> f72211ebd257 [2023-02-06T23:12:08.087Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-06T23:12:08.087Z] ---> Using cache [2023-02-06T23:12:08.087Z] ---> c59e628346ad [2023-02-06T23:12:08.087Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-06T23:12:08.087Z] ---> Using cache [2023-02-06T23:12:08.087Z] ---> 90d5c6cb9c14 [2023-02-06T23:12:08.087Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:12:08.087Z] ---> Using cache [2023-02-06T23:12:08.087Z] ---> 9fbe42331efe [2023-02-06T23:12:08.087Z] Step 7/21 : COPY . . [2023-02-06T23:12:08.355Z] ---> Using cache [2023-02-06T23:12:08.355Z] ---> b8cd943eee2d [2023-02-06T23:12:08.355Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-06T23:12:09.445Z] ---> Running in 575e0ec828e7 [2023-02-06T23:12:11.397Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-06T23:12:14.195Z] Removing intermediate container f8a8c8e9d0d0 [2023-02-06T23:12:14.195Z] ---> 7082d632f49b [2023-02-06T23:12:14.195Z] [2023-02-06T23:12:14.195Z] Step 10/24 : FROM alpine:3.16 [2023-02-06T23:12:14.195Z] ---> 2b4661558fb8 [2023-02-06T23:12:14.195Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-06T23:12:14.195Z] ---> Running in 027694895b7e [2023-02-06T23:12:16.240Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:12:16.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:12:18.518Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-06T23:12:18.518Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:12:18.518Z] OK: 5 MiB in 15 packages [2023-02-06T23:12:19.945Z] Removing intermediate container 027694895b7e [2023-02-06T23:12:19.945Z] ---> eb2ed97f0ea3 [2023-02-06T23:12:19.945Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-06T23:12:19.945Z] ---> Running in 0e384b43f04c [2023-02-06T23:12:20.533Z] Removing intermediate container 0e384b43f04c [2023-02-06T23:12:20.533Z] ---> 220cbc7f2d50 [2023-02-06T23:12:20.533Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-06T23:12:20.805Z] ---> Running in e1d9dc883464 [2023-02-06T23:12:21.073Z] Removing intermediate container e1d9dc883464 [2023-02-06T23:12:21.073Z] ---> 17b3db2af8cb [2023-02-06T23:12:21.073Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-06T23:12:21.340Z] ---> Running in 9115d0e3e044 [2023-02-06T23:12:21.923Z] Removing intermediate container 9115d0e3e044 [2023-02-06T23:12:21.923Z] ---> 839d272a1faf [2023-02-06T23:12:21.923Z] Step 15/24 : WORKDIR / [2023-02-06T23:12:21.923Z] ---> Running in b3cc6267422a [2023-02-06T23:12:22.506Z] Removing intermediate container b3cc6267422a [2023-02-06T23:12:22.506Z] ---> 1a2ada7c1975 [2023-02-06T23:12:22.506Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:12:23.473Z] ---> cdfde4aef599 [2023-02-06T23:12:23.473Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-06T23:12:24.883Z] ---> 5f8de0066ed4 [2023-02-06T23:12:24.883Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-06T23:12:25.845Z] ---> 23c757c70db5 [2023-02-06T23:12:25.845Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-06T23:12:26.808Z] ---> ccdbe15b3f01 [2023-02-06T23:12:26.808Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-06T23:12:26.808Z] ---> Running in 91caf0636964 [2023-02-06T23:12:27.391Z] Removing intermediate container 91caf0636964 [2023-02-06T23:12:27.391Z] ---> b181e95bf812 [2023-02-06T23:12:27.391Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T23:12:27.391Z] ---> Running in e136fb9f265e [2023-02-06T23:12:27.976Z] Removing intermediate container e136fb9f265e [2023-02-06T23:12:27.976Z] ---> c1f5865d93e5 [2023-02-06T23:12:27.976Z] Step 22/24 : LABEL arch=arm64 [2023-02-06T23:12:27.976Z] ---> Running in 1a8406592ac7 [2023-02-06T23:12:28.578Z] Removing intermediate container 1a8406592ac7 [2023-02-06T23:12:28.578Z] ---> d927b97351e9 [2023-02-06T23:12:28.578Z] Step 23/24 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:12:28.578Z] ---> Running in 355208ec0473 [2023-02-06T23:12:29.170Z] Removing intermediate container 355208ec0473 [2023-02-06T23:12:29.170Z] ---> 6c3c15f9fd03 [2023-02-06T23:12:29.170Z] Step 24/24 : LABEL version=3.0.0-dev.34 [2023-02-06T23:12:29.439Z] ---> Running in 488ca3f30016 [2023-02-06T23:12:29.707Z] Removing intermediate container 488ca3f30016 [2023-02-06T23:12:29.707Z] ---> bbdde202b12f [2023-02-06T23:12:29.707Z] [2023-02-06T23:12:29.994Z] Successfully built bbdde202b12f [2023-02-06T23:12:29.994Z] Successfully tagged core-metadata-arm64:latest [2023-02-06T23:12:29.994Z]  Building core-metadata ... done Building core-data [2023-02-06T23:12:34.248Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:12:34.248Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:12:34.248Z] ---> 095b01034e55 [2023-02-06T23:12:34.248Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-06T23:12:34.248Z] ---> Using cache [2023-02-06T23:12:34.248Z] ---> fbaa1074c163 [2023-02-06T23:12:34.248Z] Step 4/22 : WORKDIR /edgex-go [2023-02-06T23:12:34.248Z] ---> Using cache [2023-02-06T23:12:34.248Z] ---> 70520cf72b43 [2023-02-06T23:12:34.248Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-06T23:12:34.248Z] ---> Using cache [2023-02-06T23:12:34.248Z] ---> e93794eee43b [2023-02-06T23:12:34.248Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-06T23:12:34.248Z] ---> Using cache [2023-02-06T23:12:34.248Z] ---> eb999bdd1e26 [2023-02-06T23:12:34.248Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:12:34.248Z] ---> Using cache [2023-02-06T23:12:34.248Z] ---> c3e19c4a0041 [2023-02-06T23:12:34.248Z] Step 8/22 : COPY . . [2023-02-06T23:12:34.248Z] ---> Using cache [2023-02-06T23:12:34.248Z] ---> 6fb78d4ea6e0 [2023-02-06T23:12:34.248Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-06T23:12:36.826Z] ---> Running in 4730b33c3390 [2023-02-06T23:12:38.762Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-06T23:12:51.059Z] Removing intermediate container a0f1ee722022 [2023-02-06T23:12:51.059Z] ---> 639c0f159b6b [2023-02-06T23:12:51.059Z] [2023-02-06T23:12:51.059Z] Step 10/23 : FROM alpine:3.16 [2023-02-06T23:12:51.059Z] ---> 2b4661558fb8 [2023-02-06T23:12:51.059Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-06T23:12:51.059Z] ---> Using cache [2023-02-06T23:12:51.059Z] ---> eb2ed97f0ea3 [2023-02-06T23:12:51.059Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-06T23:12:51.059Z] ---> Using cache [2023-02-06T23:12:51.059Z] ---> 220cbc7f2d50 [2023-02-06T23:12:51.059Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-06T23:12:51.059Z] ---> Running in 16e322cc4225 [2023-02-06T23:12:51.326Z] Removing intermediate container 16e322cc4225 [2023-02-06T23:12:51.326Z] ---> 3b04110177b2 [2023-02-06T23:12:51.326Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-06T23:12:51.326Z] ---> Running in 828f4b399e93 [2023-02-06T23:12:51.920Z] Removing intermediate container 828f4b399e93 [2023-02-06T23:12:51.920Z] ---> 4ca1bc65cc11 [2023-02-06T23:12:51.920Z] Step 15/23 : WORKDIR / [2023-02-06T23:12:51.920Z] ---> Running in b4374ac5fdfb [2023-02-06T23:12:52.503Z] Removing intermediate container b4374ac5fdfb [2023-02-06T23:12:52.503Z] ---> 040518427fb5 [2023-02-06T23:12:52.503Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:12:53.458Z] ---> 03251fc7f44d [2023-02-06T23:12:53.458Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-06T23:12:54.872Z] ---> a7292888b033 [2023-02-06T23:12:54.872Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-06T23:12:55.826Z] ---> 217ad3216bff [2023-02-06T23:12:55.826Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-06T23:12:55.826Z] ---> Running in 7e0d7de451e2 [2023-02-06T23:12:56.409Z] Removing intermediate container 7e0d7de451e2 [2023-02-06T23:12:56.409Z] ---> b9ebb2435e48 [2023-02-06T23:12:56.409Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T23:12:56.409Z] ---> Running in 8f37e224fb29 [2023-02-06T23:12:56.991Z] Removing intermediate container 8f37e224fb29 [2023-02-06T23:12:56.991Z] ---> 589172d5d014 [2023-02-06T23:12:56.991Z] Step 21/23 : LABEL arch=arm64 [2023-02-06T23:12:56.991Z] ---> Running in 7907e0135f9d [2023-02-06T23:12:57.573Z] Removing intermediate container 7907e0135f9d [2023-02-06T23:12:57.573Z] ---> e47437353e57 [2023-02-06T23:12:57.573Z] Step 22/23 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:12:57.840Z] ---> Running in 5e07b1b0515e [2023-02-06T23:12:58.111Z] Removing intermediate container 5e07b1b0515e [2023-02-06T23:12:58.111Z] ---> f8767ae8d454 [2023-02-06T23:12:58.111Z] Step 23/23 : LABEL version=3.0.0-dev.34 [2023-02-06T23:12:58.111Z] ---> Running in 20b9124b5fee [2023-02-06T23:12:58.691Z] Removing intermediate container 20b9124b5fee [2023-02-06T23:12:58.691Z] ---> 76eaa081d188 [2023-02-06T23:12:58.691Z] [2023-02-06T23:12:58.957Z] Successfully built 76eaa081d188 [2023-02-06T23:12:58.957Z] Successfully tagged core-command-arm64:latest [2023-02-06T23:12:58.957Z] Building core-common-config-bootstrapper [2023-02-06T23:13:02.290Z]  Building core-command ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:13:02.290Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:13:02.290Z] ---> 095b01034e55 [2023-02-06T23:13:02.290Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-06T23:13:02.290Z] ---> Using cache [2023-02-06T23:13:02.290Z] ---> fbaa1074c163 [2023-02-06T23:13:02.290Z] Step 4/22 : WORKDIR /edgex-go [2023-02-06T23:13:02.290Z] ---> Using cache [2023-02-06T23:13:02.290Z] ---> 70520cf72b43 [2023-02-06T23:13:02.290Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-06T23:13:02.290Z] ---> Using cache [2023-02-06T23:13:02.290Z] ---> e93794eee43b [2023-02-06T23:13:02.290Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-06T23:13:02.290Z] ---> Using cache [2023-02-06T23:13:02.290Z] ---> eb999bdd1e26 [2023-02-06T23:13:02.290Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:13:02.290Z] ---> Using cache [2023-02-06T23:13:02.290Z] ---> c3e19c4a0041 [2023-02-06T23:13:02.290Z] Step 8/22 : COPY . . [2023-02-06T23:13:02.290Z] ---> Using cache [2023-02-06T23:13:02.290Z] ---> 6fb78d4ea6e0 [2023-02-06T23:13:02.290Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-06T23:13:02.290Z] ---> Running in cb490f45fa2e [2023-02-06T23:13:04.226Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-06T23:13:30.884Z] Removing intermediate container 406db20c71fb [2023-02-06T23:13:30.884Z] ---> d3fc07261c3f [2023-02-06T23:13:30.884Z] [2023-02-06T23:13:30.884Z] Step 9/19 : FROM alpine:3.15 [2023-02-06T23:13:30.884Z] ---> 8aa73fd46299 [2023-02-06T23:13:30.884Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-06T23:13:30.884Z] ---> Using cache [2023-02-06T23:13:30.884Z] ---> 64366a33300d [2023-02-06T23:13:30.884Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-06T23:13:30.884Z] ---> Running in 6e3e01e873d1 [2023-02-06T23:13:30.884Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:13:30.884Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:13:31.840Z] v3.15.6-290-g782130c55d8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-06T23:13:31.840Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-06T23:13:31.840Z] OK: 15736 distinct packages available [2023-02-06T23:13:31.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:13:32.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:13:33.512Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-06T23:13:33.512Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-06T23:13:33.512Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-06T23:13:33.512Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-06T23:13:33.512Z] (5/9) Installing curl (7.80.0-r5) [2023-02-06T23:13:33.779Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-06T23:13:33.779Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-06T23:13:33.779Z] (8/9) Installing libucontext (1.1-r0) [2023-02-06T23:13:33.779Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-06T23:13:33.779Z] Executing busybox-1.34.1-r7.trigger [2023-02-06T23:13:33.779Z] Executing ca-certificates-20220614-r0.trigger [2023-02-06T23:13:34.361Z] OK: 8 MiB in 23 packages [2023-02-06T23:13:36.313Z] Removing intermediate container 6e3e01e873d1 [2023-02-06T23:13:36.313Z] ---> 0fa22be5ec26 [2023-02-06T23:13:36.313Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:13:37.269Z] ---> e6dd7ea53f96 [2023-02-06T23:13:37.269Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-06T23:13:39.206Z] ---> 7ef59885fc1c [2023-02-06T23:13:39.206Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-06T23:13:40.620Z] ---> 0578cb142ee2 [2023-02-06T23:13:40.620Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-06T23:13:40.885Z] ---> Running in 6fcc84da0e46 [2023-02-06T23:13:41.150Z] Removing intermediate container 6fcc84da0e46 [2023-02-06T23:13:41.150Z] ---> 65d7cba98624 [2023-02-06T23:13:41.150Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T23:13:41.416Z] ---> Running in e2842f7ee8a1 [2023-02-06T23:13:41.997Z] Removing intermediate container e2842f7ee8a1 [2023-02-06T23:13:41.997Z] ---> 21f7cd27e073 [2023-02-06T23:13:41.997Z] Step 17/19 : LABEL arch=arm64 [2023-02-06T23:13:41.997Z] ---> Running in 96fb8a975290 [2023-02-06T23:13:42.581Z] Removing intermediate container 96fb8a975290 [2023-02-06T23:13:42.581Z] ---> 3a856bbeb075 [2023-02-06T23:13:42.581Z] Step 18/19 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:13:42.581Z] ---> Running in 805a0982146e [2023-02-06T23:13:42.847Z] Removing intermediate container 805a0982146e [2023-02-06T23:13:42.847Z] ---> 9c9d54ec5181 [2023-02-06T23:13:42.847Z] Step 19/19 : LABEL version=3.0.0-dev.34 [2023-02-06T23:13:43.113Z] ---> Running in 6c39c32f72f6 [2023-02-06T23:13:43.695Z] Removing intermediate container 6c39c32f72f6 [2023-02-06T23:13:43.695Z] ---> fedc00374bec [2023-02-06T23:13:43.695Z] [2023-02-06T23:13:43.695Z] Successfully built fedc00374bec [2023-02-06T23:13:43.695Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-06T23:13:43.695Z]  Building security-spiffe-token-provider ... done Building support-scheduler [2023-02-06T23:13:47.939Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:13:47.939Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:13:47.939Z] ---> 095b01034e55 [2023-02-06T23:13:47.939Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-06T23:13:47.939Z] ---> Using cache [2023-02-06T23:13:47.939Z] ---> fbaa1074c163 [2023-02-06T23:13:47.939Z] Step 4/22 : WORKDIR /edgex-go [2023-02-06T23:13:47.939Z] ---> Using cache [2023-02-06T23:13:47.939Z] ---> 70520cf72b43 [2023-02-06T23:13:47.939Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-06T23:13:47.939Z] ---> Using cache [2023-02-06T23:13:47.939Z] ---> e93794eee43b [2023-02-06T23:13:47.939Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-06T23:13:47.939Z] ---> Using cache [2023-02-06T23:13:47.939Z] ---> eb999bdd1e26 [2023-02-06T23:13:47.939Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:13:47.939Z] ---> Using cache [2023-02-06T23:13:47.939Z] ---> c3e19c4a0041 [2023-02-06T23:13:47.939Z] Step 8/22 : COPY . . [2023-02-06T23:13:47.939Z] ---> Using cache [2023-02-06T23:13:47.939Z] ---> 6fb78d4ea6e0 [2023-02-06T23:13:47.939Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-06T23:13:47.939Z] ---> Running in 46a7f4b234fd [2023-02-06T23:13:49.875Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-06T23:15:56.567Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-06T23:16:08.867Z] Removing intermediate container dcd1f0a42680 [2023-02-06T23:16:08.867Z] ---> 62190f098116 [2023-02-06T23:16:08.867Z] [2023-02-06T23:16:08.867Z] Step 9/24 : FROM alpine:3.16 [2023-02-06T23:16:08.867Z] ---> 2b4661558fb8 [2023-02-06T23:16:08.867Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-06T23:16:08.867Z] ---> Running in e9906a2030c7 [2023-02-06T23:16:09.450Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:16:10.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:16:11.433Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-06T23:16:11.433Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-06T23:16:11.433Z] (3/3) Installing su-exec (0.2-r1) [2023-02-06T23:16:11.433Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:16:11.697Z] Executing ca-certificates-20220614-r0.trigger [2023-02-06T23:16:11.963Z] OK: 6 MiB in 17 packages [2023-02-06T23:16:13.899Z] Removing intermediate container e9906a2030c7 [2023-02-06T23:16:13.899Z] ---> 5bb68d8e64de [2023-02-06T23:16:13.899Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-06T23:16:14.165Z] ---> Running in db7d0099c4d4 [2023-02-06T23:16:14.750Z] Removing intermediate container db7d0099c4d4 [2023-02-06T23:16:14.750Z] ---> 554c0f76437f [2023-02-06T23:16:14.750Z] Step 12/24 : WORKDIR / [2023-02-06T23:16:14.750Z] ---> Running in ed11142dcc85 [2023-02-06T23:16:15.353Z] Removing intermediate container ed11142dcc85 [2023-02-06T23:16:15.353Z] ---> f859095303e6 [2023-02-06T23:16:15.353Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-06T23:16:17.308Z] ---> e9056aa67235 [2023-02-06T23:16:17.308Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-06T23:16:18.274Z] ---> 94ec75e63c84 [2023-02-06T23:16:18.274Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-06T23:16:19.245Z] ---> 3191cc8ff9ed [2023-02-06T23:16:19.245Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-06T23:16:19.830Z] ---> a6c0d5631e21 [2023-02-06T23:16:19.830Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-06T23:16:21.248Z] ---> 30ac7913d827 [2023-02-06T23:16:21.248Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-06T23:16:22.663Z] ---> d8156cde5885 [2023-02-06T23:16:22.663Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-06T23:16:23.623Z] ---> d9282f0a1cc3 [2023-02-06T23:16:23.623Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-06T23:16:23.623Z] ---> Running in eb8f921527d9 [2023-02-06T23:16:26.961Z] Removing intermediate container eb8f921527d9 [2023-02-06T23:16:26.961Z] ---> f29e2946b316 [2023-02-06T23:16:26.961Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-06T23:16:26.961Z] ---> Running in bea09882262e [2023-02-06T23:16:26.961Z] Removing intermediate container bea09882262e [2023-02-06T23:16:26.961Z] ---> e4d731511899 [2023-02-06T23:16:26.961Z] Step 22/24 : LABEL arch=arm64 [2023-02-06T23:16:27.226Z] ---> Running in 12f92f3abf41 [2023-02-06T23:16:27.807Z] Removing intermediate container 12f92f3abf41 [2023-02-06T23:16:27.807Z] ---> adf5871d9cfe [2023-02-06T23:16:27.807Z] Step 23/24 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:16:27.807Z] ---> Running in ef284ff373b8 [2023-02-06T23:16:28.387Z] Removing intermediate container ef284ff373b8 [2023-02-06T23:16:28.387Z] ---> 6c7e5da54fdc [2023-02-06T23:16:28.387Z] Step 24/24 : LABEL version=3.0.0-dev.34 [2023-02-06T23:16:28.387Z] ---> Running in 2870acc4882b [2023-02-06T23:16:30.956Z] Removing intermediate container 2870acc4882b [2023-02-06T23:16:30.956Z] ---> 4e9ce7342e77 [2023-02-06T23:16:30.956Z] [2023-02-06T23:16:30.956Z] Successfully built 4e9ce7342e77 [2023-02-06T23:16:30.956Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-06T23:16:30.956Z] Building support-notifications [2023-02-06T23:16:34.286Z]  Building security-secretstore-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-06T23:16:34.286Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-06T23:16:34.286Z] ---> 095b01034e55 [2023-02-06T23:16:34.286Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-06T23:16:34.286Z] ---> Using cache [2023-02-06T23:16:34.286Z] ---> fbaa1074c163 [2023-02-06T23:16:34.286Z] Step 4/22 : WORKDIR /edgex-go [2023-02-06T23:16:34.286Z] ---> Using cache [2023-02-06T23:16:34.286Z] ---> 70520cf72b43 [2023-02-06T23:16:34.286Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-06T23:16:34.551Z] ---> Running in 00734912b880 [2023-02-06T23:16:36.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:16:37.077Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:16:38.482Z] OK: 221 MiB in 51 packages [2023-02-06T23:16:40.135Z] Removing intermediate container 00734912b880 [2023-02-06T23:16:40.135Z] ---> 290d2f74e32e [2023-02-06T23:16:40.135Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-06T23:16:40.779Z] ---> 8c90a4692ea2 [2023-02-06T23:16:40.779Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-06T23:16:41.086Z] ---> Running in cc22e59c6ecf [2023-02-06T23:18:17.858Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-06T23:18:17.858Z] Removing intermediate container cc22e59c6ecf [2023-02-06T23:18:17.858Z] ---> ea63a4457f4f [2023-02-06T23:18:17.858Z] Step 8/22 : COPY . . [2023-02-06T23:18:20.436Z] ---> 1604059beab8 [2023-02-06T23:18:20.436Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-06T23:18:20.436Z] ---> Running in f063a013150d [2023-02-06T23:18:22.375Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.34" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-06T23:18:30.567Z] Removing intermediate container 575e0ec828e7 [2023-02-06T23:18:30.567Z] ---> e691fa4c2cbf [2023-02-06T23:18:30.567Z] [2023-02-06T23:18:30.567Z] Step 9/21 : FROM alpine:3.16 [2023-02-06T23:18:30.567Z] ---> 2b4661558fb8 [2023-02-06T23:18:30.567Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-06T23:18:30.567Z] ---> Running in 08be4498bd23 [2023-02-06T23:18:31.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:18:32.561Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:18:33.962Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-06T23:18:33.962Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-06T23:18:33.962Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-06T23:18:33.962Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-06T23:18:33.962Z] (5/6) Installing curl (7.83.1-r5) [2023-02-06T23:18:34.229Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-06T23:18:34.229Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:18:34.229Z] Executing ca-certificates-20220614-r0.trigger [2023-02-06T23:18:34.495Z] OK: 8 MiB in 20 packages [2023-02-06T23:18:37.074Z] Removing intermediate container 08be4498bd23 [2023-02-06T23:18:37.074Z] ---> f7fe7d228b57 [2023-02-06T23:18:37.074Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-06T23:18:37.074Z] ---> Running in 50d7d91237d5 [2023-02-06T23:18:37.339Z] Removing intermediate container 50d7d91237d5 [2023-02-06T23:18:37.339Z] ---> fb3cc862c24d [2023-02-06T23:18:37.339Z] Step 12/21 : WORKDIR /edgex [2023-02-06T23:18:37.339Z] ---> Running in b51aaa1b67d4 [2023-02-06T23:18:37.923Z] Removing intermediate container b51aaa1b67d4 [2023-02-06T23:18:37.923Z] ---> d1a1c7080e88 [2023-02-06T23:18:37.923Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-06T23:18:38.883Z] ---> d47e1fbb547b [2023-02-06T23:18:38.883Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-06T23:18:40.291Z] ---> adf10d8a664b [2023-02-06T23:18:40.291Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-06T23:18:41.697Z] ---> f2931d14112e [2023-02-06T23:18:41.697Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-06T23:18:42.656Z] ---> db3a0a1ead00 [2023-02-06T23:18:42.656Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-06T23:18:42.656Z] ---> Running in 650876a4697b [2023-02-06T23:18:45.988Z] Removing intermediate container 650876a4697b [2023-02-06T23:18:45.988Z] ---> 0c989ebaec2a [2023-02-06T23:18:45.988Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-06T23:18:45.988Z] ---> Running in 3736559712e1 [2023-02-06T23:18:45.988Z] Removing intermediate container 3736559712e1 [2023-02-06T23:18:45.988Z] ---> 516642ba3f70 [2023-02-06T23:18:45.988Z] Step 19/21 : LABEL arch=arm64 [2023-02-06T23:18:45.988Z] ---> Running in c5ff16fbd3e0 [2023-02-06T23:18:46.580Z] Removing intermediate container c5ff16fbd3e0 [2023-02-06T23:18:46.580Z] ---> 7ef64f2e1d95 [2023-02-06T23:18:46.580Z] Step 20/21 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:18:46.580Z] ---> Running in e496c233d03c [2023-02-06T23:18:47.169Z] Removing intermediate container e496c233d03c [2023-02-06T23:18:47.169Z] ---> e0f619435959 [2023-02-06T23:18:47.169Z] Step 21/21 : LABEL version=3.0.0-dev.34 [2023-02-06T23:18:47.169Z] ---> Running in 8ecf66e3e993 [2023-02-06T23:18:47.752Z] Removing intermediate container 8ecf66e3e993 [2023-02-06T23:18:47.752Z] ---> 81cb43d54e38 [2023-02-06T23:18:47.752Z] [2023-02-06T23:18:48.017Z] Successfully built 81cb43d54e38 [2023-02-06T23:18:48.017Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-06T23:19:34.813Z]  Building security-proxy-setup ... done Removing intermediate container cb490f45fa2e [2023-02-06T23:19:34.813Z] ---> 5577bc6a53d9 [2023-02-06T23:19:34.813Z] [2023-02-06T23:19:34.813Z] Step 10/22 : FROM alpine:3.16 [2023-02-06T23:19:34.813Z] ---> 2b4661558fb8 [2023-02-06T23:19:34.813Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-06T23:19:34.813Z] ---> Running in 0fe055d56558 [2023-02-06T23:19:34.813Z] Removing intermediate container 0fe055d56558 [2023-02-06T23:19:34.813Z] ---> de685170176a [2023-02-06T23:19:34.813Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-06T23:19:34.813Z] ---> Running in 03853e3594f5 [2023-02-06T23:19:34.813Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:19:34.813Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:19:35.396Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-06T23:19:35.397Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:19:35.397Z] OK: 5 MiB in 15 packages [2023-02-06T23:19:37.968Z] Removing intermediate container 03853e3594f5 [2023-02-06T23:19:37.968Z] ---> 056b619cc95a [2023-02-06T23:19:37.968Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:19:39.373Z] ---> 41bd583637cd [2023-02-06T23:19:39.373Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-06T23:19:41.309Z] Removing intermediate container 4730b33c3390 [2023-02-06T23:19:41.309Z] ---> e68ec57c4167 [2023-02-06T23:19:41.309Z] [2023-02-06T23:19:41.309Z] Step 10/22 : FROM alpine:3.16 [2023-02-06T23:19:41.309Z] ---> 2b4661558fb8 [2023-02-06T23:19:41.309Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-06T23:19:42.712Z] ---> Running in b2bf1c74472e [2023-02-06T23:19:42.712Z] ---> 6e71dbd55a38 [2023-02-06T23:19:42.712Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-06T23:19:43.668Z] Removing intermediate container b2bf1c74472e [2023-02-06T23:19:43.668Z] ---> 58d915db5fd1 [2023-02-06T23:19:43.668Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-06T23:19:43.668Z] ---> Running in 02c067a20f9b [2023-02-06T23:19:43.933Z] ---> 860b21d9da61 [2023-02-06T23:19:43.933Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-06T23:19:44.197Z] Removing intermediate container 02c067a20f9b [2023-02-06T23:19:44.462Z] ---> 87712a4c7ba6 [2023-02-06T23:19:44.462Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-06T23:19:44.462Z] ---> Running in 40bc44e8d78e [2023-02-06T23:19:45.041Z] Removing intermediate container 40bc44e8d78e [2023-02-06T23:19:45.041Z] ---> 2bed9e512dec [2023-02-06T23:19:45.041Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-06T23:19:45.041Z] ---> 700198882f47 [2023-02-06T23:19:45.041Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-06T23:19:45.306Z] ---> Running in 1068027cf1d4 [2023-02-06T23:19:45.306Z] ---> Running in 6b4e84c16f76 [2023-02-06T23:19:47.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:19:48.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:19:48.749Z] Removing intermediate container 6b4e84c16f76 [2023-02-06T23:19:48.749Z] ---> 2d6755cc4304 [2023-02-06T23:19:48.749Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-06T23:19:48.749Z] ---> Running in 3b191573b7fd [2023-02-06T23:19:49.332Z] Removing intermediate container 3b191573b7fd [2023-02-06T23:19:49.332Z] ---> 74bec88b3391 [2023-02-06T23:19:49.332Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-06T23:19:49.332Z] ---> Running in ec58cda2830d [2023-02-06T23:19:49.608Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-06T23:19:49.608Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:19:49.608Z] OK: 5 MiB in 15 packages [2023-02-06T23:19:49.874Z] Removing intermediate container ec58cda2830d [2023-02-06T23:19:49.874Z] ---> a98d2fd49e08 [2023-02-06T23:19:49.874Z] Step 20/22 : LABEL arch=arm64 [2023-02-06T23:19:49.874Z] ---> Running in ca57d1354b3b [2023-02-06T23:19:50.460Z] Removing intermediate container ca57d1354b3b [2023-02-06T23:19:50.460Z] ---> a997cb93198b [2023-02-06T23:19:50.460Z] Step 21/22 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:19:51.041Z] ---> Running in c87eb70f1d83 [2023-02-06T23:19:51.307Z] Removing intermediate container 1068027cf1d4 [2023-02-06T23:19:51.307Z] ---> 7e69afacdd96 [2023-02-06T23:19:51.307Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:19:51.573Z] Removing intermediate container c87eb70f1d83 [2023-02-06T23:19:51.574Z] ---> eef6109a9fc1 [2023-02-06T23:19:51.574Z] Step 22/22 : LABEL version=3.0.0-dev.34 [2023-02-06T23:19:51.843Z] ---> Running in dea637b7cb44 [2023-02-06T23:19:52.423Z] Removing intermediate container dea637b7cb44 [2023-02-06T23:19:52.423Z] ---> cf391229084a [2023-02-06T23:19:52.423Z] [2023-02-06T23:19:52.689Z] ---> 2aae482a4fa9 [2023-02-06T23:19:52.689Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-06T23:19:52.689Z] Successfully built cf391229084a [2023-02-06T23:19:52.689Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-06T23:19:55.266Z]  Building core-common-config-bootstrapper ... done  ---> 703b634c54b5 [2023-02-06T23:19:55.266Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-06T23:19:56.221Z] ---> 68bf1f6f4a34 [2023-02-06T23:19:56.221Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-06T23:19:56.221Z] ---> Running in 06b39e4555b9 [2023-02-06T23:19:56.494Z] Removing intermediate container 06b39e4555b9 [2023-02-06T23:19:56.494Z] ---> 1a125d1058df [2023-02-06T23:19:56.494Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T23:19:56.759Z] ---> Running in 4ff38659ee22 [2023-02-06T23:19:57.058Z] Removing intermediate container 4ff38659ee22 [2023-02-06T23:19:57.058Z] ---> 10318154ff83 [2023-02-06T23:19:57.058Z] Step 20/22 : LABEL arch=arm64 [2023-02-06T23:19:57.337Z] ---> Running in ee923c00f2e3 [2023-02-06T23:19:57.611Z] Removing intermediate container ee923c00f2e3 [2023-02-06T23:19:57.611Z] ---> 2b4a2d301bf3 [2023-02-06T23:19:57.611Z] Step 21/22 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:19:57.884Z] ---> Running in 60e3a005018b [2023-02-06T23:19:58.466Z] Removing intermediate container 60e3a005018b [2023-02-06T23:19:58.466Z] ---> b5ae6605cfac [2023-02-06T23:19:58.466Z] Step 22/22 : LABEL version=3.0.0-dev.34 [2023-02-06T23:19:58.466Z] ---> Running in bb5e78917dce [2023-02-06T23:19:59.046Z] Removing intermediate container bb5e78917dce [2023-02-06T23:19:59.046Z] ---> 1ed3c1f546c1 [2023-02-06T23:19:59.046Z] [2023-02-06T23:19:59.046Z] Successfully built 1ed3c1f546c1 [2023-02-06T23:19:59.046Z] Successfully tagged core-data-arm64:latest [2023-02-06T23:21:35.637Z]  Building core-data ... done Removing intermediate container 46a7f4b234fd [2023-02-06T23:21:35.638Z] ---> 11ea37760c9a [2023-02-06T23:21:35.638Z] [2023-02-06T23:21:35.638Z] Step 10/22 : FROM alpine:3.16 [2023-02-06T23:21:35.638Z] ---> 2b4661558fb8 [2023-02-06T23:21:35.638Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-06T23:21:35.638Z] ---> Using cache [2023-02-06T23:21:35.638Z] ---> eb2ed97f0ea3 [2023-02-06T23:21:35.638Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-06T23:21:35.638Z] ---> Using cache [2023-02-06T23:21:35.638Z] ---> 220cbc7f2d50 [2023-02-06T23:21:35.638Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-06T23:21:35.638Z] ---> Running in 111c2358b533 [2023-02-06T23:21:35.638Z] Removing intermediate container 111c2358b533 [2023-02-06T23:21:35.638Z] ---> 47b6478254df [2023-02-06T23:21:35.638Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-06T23:21:35.638Z] ---> Running in 330c5d57c80c [2023-02-06T23:21:35.638Z] Removing intermediate container 330c5d57c80c [2023-02-06T23:21:35.638Z] ---> 84d8b3adc7a6 [2023-02-06T23:21:35.638Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:21:35.638Z] ---> a7df94effd13 [2023-02-06T23:21:35.638Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-06T23:21:35.638Z] ---> fa9a5abe9439 [2023-02-06T23:21:35.638Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-06T23:21:35.638Z] ---> 22322087687f [2023-02-06T23:21:35.638Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-06T23:21:35.638Z] ---> Running in 2ff95b545a20 [2023-02-06T23:21:35.638Z] Removing intermediate container 2ff95b545a20 [2023-02-06T23:21:35.638Z] ---> b98c3ffa2529 [2023-02-06T23:21:35.638Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T23:21:35.638Z] ---> Running in 00e29911ebde [2023-02-06T23:21:35.638Z] Removing intermediate container 00e29911ebde [2023-02-06T23:21:35.638Z] ---> 01e68d2a5293 [2023-02-06T23:21:35.638Z] Step 20/22 : LABEL arch=arm64 [2023-02-06T23:21:35.638Z] ---> Running in e3f27f5101d6 [2023-02-06T23:21:35.638Z] Removing intermediate container e3f27f5101d6 [2023-02-06T23:21:35.638Z] ---> d46aa493679d [2023-02-06T23:21:35.638Z] Step 21/22 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:21:35.638Z] ---> Running in 97de2b34fc97 [2023-02-06T23:21:35.638Z] Removing intermediate container 97de2b34fc97 [2023-02-06T23:21:35.638Z] ---> 2b09648debbc [2023-02-06T23:21:35.638Z] Step 22/22 : LABEL version=3.0.0-dev.34 [2023-02-06T23:21:35.638Z] ---> Running in 25d756bdeec0 [2023-02-06T23:21:35.638Z] Removing intermediate container 25d756bdeec0 [2023-02-06T23:21:35.638Z] ---> 1b5d1f525165 [2023-02-06T23:21:35.638Z] [2023-02-06T23:21:35.638Z] Successfully built 1b5d1f525165 [2023-02-06T23:21:35.638Z] Successfully tagged support-scheduler-arm64:latest [2023-02-06T23:22:22.458Z]  Building support-scheduler ... done Removing intermediate container f063a013150d [2023-02-06T23:22:22.458Z] ---> e1e78ee4e531 [2023-02-06T23:22:22.458Z] [2023-02-06T23:22:22.458Z] Step 10/22 : FROM alpine:3.16 [2023-02-06T23:22:22.458Z] ---> 2b4661558fb8 [2023-02-06T23:22:22.458Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-06T23:22:22.458Z] ---> Running in c45588c3f576 [2023-02-06T23:22:22.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-06T23:22:22.458Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-06T23:22:22.458Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-06T23:22:22.458Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-06T23:22:22.458Z] Executing busybox-1.35.0-r17.trigger [2023-02-06T23:22:22.458Z] Executing ca-certificates-20220614-r0.trigger [2023-02-06T23:22:22.458Z] OK: 6 MiB in 16 packages [2023-02-06T23:22:23.038Z] Removing intermediate container c45588c3f576 [2023-02-06T23:22:23.038Z] ---> c9e9f0b46704 [2023-02-06T23:22:23.038Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-06T23:22:23.038Z] ---> Running in 04cfd0290b46 [2023-02-06T23:22:23.303Z] Removing intermediate container 04cfd0290b46 [2023-02-06T23:22:23.303Z] ---> a947247879c8 [2023-02-06T23:22:23.568Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-06T23:22:23.568Z] ---> Running in 392d2bef71c0 [2023-02-06T23:22:23.833Z] Removing intermediate container 392d2bef71c0 [2023-02-06T23:22:23.833Z] ---> 5bb355906b3b [2023-02-06T23:22:23.833Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-06T23:22:23.833Z] ---> Running in 579147f8bfa5 [2023-02-06T23:22:24.100Z] Removing intermediate container 579147f8bfa5 [2023-02-06T23:22:24.100Z] ---> f1798a91add4 [2023-02-06T23:22:24.100Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-06T23:22:24.681Z] ---> ec6b8e4a9c9d [2023-02-06T23:22:24.681Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-06T23:22:26.085Z] ---> a1ad252833fc [2023-02-06T23:22:26.085Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-06T23:22:26.351Z] ---> beaa3ca5926e [2023-02-06T23:22:26.351Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-06T23:22:26.619Z] ---> Running in 3d1172435a4f [2023-02-06T23:22:26.884Z] Removing intermediate container 3d1172435a4f [2023-02-06T23:22:26.884Z] ---> 0a0861eae5f9 [2023-02-06T23:22:26.884Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-06T23:22:26.884Z] ---> Running in 11999f21dce9 [2023-02-06T23:22:27.150Z] Removing intermediate container 11999f21dce9 [2023-02-06T23:22:27.150Z] ---> 720164d9e9f8 [2023-02-06T23:22:27.150Z] Step 20/22 : LABEL arch=arm64 [2023-02-06T23:22:27.150Z] ---> Running in 0d2820430b79 [2023-02-06T23:22:27.416Z] Removing intermediate container 0d2820430b79 [2023-02-06T23:22:27.416Z] ---> 5c62adbb3611 [2023-02-06T23:22:27.416Z] Step 21/22 : LABEL git_sha=6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:22:27.682Z] ---> Running in d25570e187ca [2023-02-06T23:22:27.948Z] Removing intermediate container d25570e187ca [2023-02-06T23:22:27.948Z] ---> e6c4fd29db9f [2023-02-06T23:22:27.948Z] Step 22/22 : LABEL version=3.0.0-dev.34 [2023-02-06T23:22:27.948Z] ---> Running in d0d2c41bd11b [2023-02-06T23:22:28.213Z] Removing intermediate container d0d2c41bd11b [2023-02-06T23:22:28.213Z] ---> 2cf02a6b13dd [2023-02-06T23:22:28.213Z] [2023-02-06T23:22:28.478Z] Successfully built 2cf02a6b13dd [2023-02-06T23:22:28.478Z] Successfully tagged support-notifications-arm64:latest [2023-02-06T23:22:28.756Z]  Building support-notifications ... done  [Pipeline] } [2023-02-06T23:22:28.774Z] $ docker stop --time=1 4e520c6a280937bc120e49ffa5e1a5c98f9929e88f6493a482eb8f438a8fbcaa [2023-02-06T23:22:30.407Z] $ docker rm -f --volumes 4e520c6a280937bc120e49ffa5e1a5c98f9929e88f6493a482eb8f438a8fbcaa [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T23:22:30.866Z] + docker images [2023-02-06T23:22:31.131Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-06T23:22:31.131Z] support-notifications-arm64 latest 2cf02a6b13dd 2 seconds ago 29.5MB [2023-02-06T23:22:31.131Z] e1e78ee4e531 13 seconds ago 1.4GB [2023-02-06T23:22:31.131Z] support-scheduler-arm64 latest 1b5d1f525165 57 seconds ago 29MB [2023-02-06T23:22:31.131Z] 11ea37760c9a About a minute ago 1.4GB [2023-02-06T23:22:31.131Z] core-data-arm64 latest 1ed3c1f546c1 2 minutes ago 17.2MB [2023-02-06T23:22:31.131Z] core-common-config-bootstrapper-arm64 latest cf391229084a 2 minutes ago 14.9MB [2023-02-06T23:22:31.131Z] e68ec57c4167 2 minutes ago 1.35GB [2023-02-06T23:22:31.131Z] 5577bc6a53d9 3 minutes ago 1.34GB [2023-02-06T23:22:31.131Z] security-proxy-setup-arm64 latest 81cb43d54e38 3 minutes ago 26.8MB [2023-02-06T23:22:31.131Z] e691fa4c2cbf 4 minutes ago 1.33GB [2023-02-06T23:22:31.131Z] security-secretstore-setup-arm64 latest 4e9ce7342e77 6 minutes ago 28.7MB [2023-02-06T23:22:31.131Z] 62190f098116 6 minutes ago 1.33GB [2023-02-06T23:22:31.131Z] security-spiffe-token-provider-arm64 latest fedc00374bec 8 minutes ago 28.9MB [2023-02-06T23:22:31.131Z] d3fc07261c3f 9 minutes ago 1.37GB [2023-02-06T23:22:31.131Z] core-command-arm64 latest 76eaa081d188 9 minutes ago 17MB [2023-02-06T23:22:31.131Z] 639c0f159b6b 9 minutes ago 1.34GB [2023-02-06T23:22:31.132Z] core-metadata-arm64 latest bbdde202b12f 10 minutes ago 17.8MB [2023-02-06T23:22:31.132Z] 7082d632f49b 10 minutes ago 1.35GB [2023-02-06T23:22:31.132Z] security-bootstrapper-arm64 latest aa518bce8b4c 10 minutes ago 19.5MB [2023-02-06T23:22:31.132Z] f6794e681637 11 minutes ago 1.33GB [2023-02-06T23:22:31.132Z] security-spire-config-arm64 latest 2c4d8b6f2a98 14 minutes ago 83.6MB [2023-02-06T23:22:31.132Z] 58654d2b53f6 15 minutes ago 1.21GB [2023-02-06T23:22:31.132Z] security-spire-agent-arm64 latest 06baeadcb20e 17 minutes ago 122MB [2023-02-06T23:22:31.132Z] security-spire-server-arm64 latest b30f893f5ea7 17 minutes ago 84.3MB [2023-02-06T23:22:31.132Z] 8ac10ed0be01 17 minutes ago 1.21GB [2023-02-06T23:22:31.132Z] 0b2afa03bbe2 17 minutes ago 1.21GB [2023-02-06T23:22:31.132Z] ci-base-image-arm64 latest 095b01034e55 21 minutes ago 905MB [2023-02-06T23:22:31.132Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-02-06T23:22:31.132Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-02-06T23:22:31.132Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-06T23:22:31.132Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T23:22:31.242Z] provisioning config files... [2023-02-06T23:22:31.256Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/393@tmp/config2082519309618045614tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:22:31.599Z] ---> docker-login.sh [2023-02-06T23:22:31.599Z] nexus3.edgexfoundry.org:10001 [2023-02-06T23:22:31.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:22:31.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:22:31.865Z] Configure a credential helper to remove this warning. See [2023-02-06T23:22:31.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:22:31.865Z] [2023-02-06T23:22:31.865Z] Login Succeeded [2023-02-06T23:22:31.865Z] nexus3.edgexfoundry.org:10002 [2023-02-06T23:22:32.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:22:32.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:22:32.131Z] Configure a credential helper to remove this warning. See [2023-02-06T23:22:32.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:22:32.131Z] [2023-02-06T23:22:32.131Z] Login Succeeded [2023-02-06T23:22:32.131Z] nexus3.edgexfoundry.org:10003 [2023-02-06T23:22:32.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:22:32.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:22:32.664Z] Configure a credential helper to remove this warning. See [2023-02-06T23:22:32.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:22:32.664Z] [2023-02-06T23:22:32.664Z] Login Succeeded [2023-02-06T23:22:32.664Z] nexus3.edgexfoundry.org:10004 [2023-02-06T23:22:32.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:22:32.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:22:32.930Z] Configure a credential helper to remove this warning. See [2023-02-06T23:22:32.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:22:32.930Z] [2023-02-06T23:22:32.930Z] Login Succeeded [2023-02-06T23:22:32.930Z] docker.io [2023-02-06T23:22:33.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-06T23:22:33.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-06T23:22:33.462Z] Configure a credential helper to remove this warning. See [2023-02-06T23:22:33.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-06T23:22:33.462Z] [2023-02-06T23:22:33.462Z] Login Succeeded [2023-02-06T23:22:33.462Z] ---> docker-login.sh ends [Pipeline] } [2023-02-06T23:22:33.475Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:22:33.497Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-06T23:22:33.514Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-06T23:22:33.514Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:22:33.514Z] latest [2023-02-06T23:22:33.514Z] 3.0.0-dev.34 [2023-02-06T23:22:33.514Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:22:33.514Z] main [2023-02-06T23:22:33.514Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:33.855Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:34.192Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:22:34.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-06T23:22:34.192Z] 62056fce2334: Preparing [2023-02-06T23:22:34.192Z] 7c2a019f9c90: Preparing [2023-02-06T23:22:34.192Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:34.192Z] b39228b95b11: Preparing [2023-02-06T23:22:34.192Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:34.192Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:34.459Z] 8ebaa47fb9ff: Pushed [2023-02-06T23:22:34.459Z] 62056fce2334: Pushed [2023-02-06T23:22:34.459Z] b39228b95b11: Pushed [2023-02-06T23:22:37.805Z] 7c2a019f9c90: Pushed [2023-02-06T23:22:37.805Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:5d4bfdb06d7e8e639b2e9ff7278f8b5bc5e424b8de86b676258df4e1131a5b5d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:38.208Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:38.563Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-06T23:22:38.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-06T23:22:38.564Z] 62056fce2334: Preparing [2023-02-06T23:22:38.564Z] 7c2a019f9c90: Preparing [2023-02-06T23:22:38.564Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:38.564Z] b39228b95b11: Preparing [2023-02-06T23:22:38.564Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:38.564Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:38.564Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:38.564Z] b39228b95b11: Layer already exists [2023-02-06T23:22:38.564Z] 62056fce2334: Layer already exists [2023-02-06T23:22:38.564Z] 7c2a019f9c90: Layer already exists [2023-02-06T23:22:38.836Z] latest: digest: sha256:5d4bfdb06d7e8e639b2e9ff7278f8b5bc5e424b8de86b676258df4e1131a5b5d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:39.196Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:39.557Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.34 [2023-02-06T23:22:39.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-06T23:22:39.557Z] 62056fce2334: Preparing [2023-02-06T23:22:39.557Z] 7c2a019f9c90: Preparing [2023-02-06T23:22:39.557Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:39.557Z] b39228b95b11: Preparing [2023-02-06T23:22:39.557Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:39.557Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:39.557Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:39.557Z] 62056fce2334: Layer already exists [2023-02-06T23:22:39.557Z] 7c2a019f9c90: Layer already exists [2023-02-06T23:22:39.557Z] b39228b95b11: Layer already exists [2023-02-06T23:22:39.557Z] 3.0.0-dev.34: digest: sha256:5d4bfdb06d7e8e639b2e9ff7278f8b5bc5e424b8de86b676258df4e1131a5b5d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:40.199Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:40.541Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:22:40.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-06T23:22:40.541Z] 62056fce2334: Preparing [2023-02-06T23:22:40.541Z] 7c2a019f9c90: Preparing [2023-02-06T23:22:40.541Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:40.541Z] b39228b95b11: Preparing [2023-02-06T23:22:40.541Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:40.541Z] b39228b95b11: Layer already exists [2023-02-06T23:22:40.541Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:40.541Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:40.541Z] 7c2a019f9c90: Layer already exists [2023-02-06T23:22:40.541Z] 62056fce2334: Layer already exists [2023-02-06T23:22:40.541Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:5d4bfdb06d7e8e639b2e9ff7278f8b5bc5e424b8de86b676258df4e1131a5b5d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:41.156Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:41.502Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-06T23:22:41.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-06T23:22:41.502Z] 62056fce2334: Preparing [2023-02-06T23:22:41.502Z] 7c2a019f9c90: Preparing [2023-02-06T23:22:41.502Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:41.502Z] b39228b95b11: Preparing [2023-02-06T23:22:41.502Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:41.502Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:41.502Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:41.502Z] 7c2a019f9c90: Layer already exists [2023-02-06T23:22:41.502Z] b39228b95b11: Layer already exists [2023-02-06T23:22:41.502Z] 62056fce2334: Layer already exists [2023-02-06T23:22:41.768Z] main: digest: sha256:5d4bfdb06d7e8e639b2e9ff7278f8b5bc5e424b8de86b676258df4e1131a5b5d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:22:41.826Z] ===================================================== [Pipeline] echo [2023-02-06T23:22:41.835Z] taggedImages: [2023-02-06T23:22:41.835Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:22:41.835Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-06T23:22:41.835Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.34 [2023-02-06T23:22:41.835Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:22:41.835Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-06T23:22:41.858Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-06T23:22:41.858Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:22:41.858Z] latest [2023-02-06T23:22:41.858Z] 3.0.0-dev.34 [2023-02-06T23:22:41.858Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:22:41.858Z] main [2023-02-06T23:22:41.858Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:42.217Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:42.555Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:22:42.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-06T23:22:42.555Z] 580f5afae587: Preparing [2023-02-06T23:22:42.555Z] a74a5f826f82: Preparing [2023-02-06T23:22:42.555Z] b3494938f6c0: Preparing [2023-02-06T23:22:42.555Z] 04e130b4fbfe: Preparing [2023-02-06T23:22:42.555Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:42.555Z] 2aeeff07f170: Preparing [2023-02-06T23:22:42.555Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:42.555Z] 2aeeff07f170: Waiting [2023-02-06T23:22:42.555Z] 17bec77d7fdc: Waiting [2023-02-06T23:22:42.555Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:42.836Z] 580f5afae587: Pushed [2023-02-06T23:22:42.836Z] b3494938f6c0: Pushed [2023-02-06T23:22:42.836Z] a74a5f826f82: Pushed [2023-02-06T23:22:42.836Z] 2aeeff07f170: Pushed [2023-02-06T23:22:42.836Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:45.415Z] 04e130b4fbfe: Pushed [2023-02-06T23:22:45.415Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:1b4725435a96e304ee097498ef38e01f71687ed87b69698f49003fb875c2c776 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:45.757Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:46.089Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-06T23:22:46.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-06T23:22:46.089Z] 580f5afae587: Preparing [2023-02-06T23:22:46.089Z] a74a5f826f82: Preparing [2023-02-06T23:22:46.089Z] b3494938f6c0: Preparing [2023-02-06T23:22:46.089Z] 04e130b4fbfe: Preparing [2023-02-06T23:22:46.089Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:46.089Z] 2aeeff07f170: Preparing [2023-02-06T23:22:46.089Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:46.089Z] 2aeeff07f170: Waiting [2023-02-06T23:22:46.089Z] 17bec77d7fdc: Waiting [2023-02-06T23:22:46.089Z] 580f5afae587: Layer already exists [2023-02-06T23:22:46.089Z] 04e130b4fbfe: Layer already exists [2023-02-06T23:22:46.089Z] a74a5f826f82: Layer already exists [2023-02-06T23:22:46.089Z] b3494938f6c0: Layer already exists [2023-02-06T23:22:46.089Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:46.089Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:46.089Z] 2aeeff07f170: Layer already exists [2023-02-06T23:22:46.355Z] latest: digest: sha256:1b4725435a96e304ee097498ef38e01f71687ed87b69698f49003fb875c2c776 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:46.699Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:47.040Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.34 [2023-02-06T23:22:47.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-06T23:22:47.040Z] 580f5afae587: Preparing [2023-02-06T23:22:47.040Z] a74a5f826f82: Preparing [2023-02-06T23:22:47.040Z] b3494938f6c0: Preparing [2023-02-06T23:22:47.040Z] 04e130b4fbfe: Preparing [2023-02-06T23:22:47.040Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:47.040Z] 2aeeff07f170: Preparing [2023-02-06T23:22:47.040Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:47.040Z] 2aeeff07f170: Waiting [2023-02-06T23:22:47.040Z] 17bec77d7fdc: Waiting [2023-02-06T23:22:47.040Z] 580f5afae587: Layer already exists [2023-02-06T23:22:47.040Z] b3494938f6c0: Layer already exists [2023-02-06T23:22:47.040Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:47.040Z] a74a5f826f82: Layer already exists [2023-02-06T23:22:47.040Z] 04e130b4fbfe: Layer already exists [2023-02-06T23:22:47.040Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:47.040Z] 2aeeff07f170: Layer already exists [2023-02-06T23:22:47.305Z] 3.0.0-dev.34: digest: sha256:1b4725435a96e304ee097498ef38e01f71687ed87b69698f49003fb875c2c776 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:47.710Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:48.045Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:22:48.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-06T23:22:48.045Z] 580f5afae587: Preparing [2023-02-06T23:22:48.045Z] a74a5f826f82: Preparing [2023-02-06T23:22:48.045Z] b3494938f6c0: Preparing [2023-02-06T23:22:48.045Z] 04e130b4fbfe: Preparing [2023-02-06T23:22:48.045Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:48.045Z] 2aeeff07f170: Preparing [2023-02-06T23:22:48.045Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:48.045Z] 17bec77d7fdc: Waiting [2023-02-06T23:22:48.045Z] 580f5afae587: Layer already exists [2023-02-06T23:22:48.045Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:48.045Z] b3494938f6c0: Layer already exists [2023-02-06T23:22:48.045Z] 04e130b4fbfe: Layer already exists [2023-02-06T23:22:48.045Z] a74a5f826f82: Layer already exists [2023-02-06T23:22:48.045Z] 2aeeff07f170: Layer already exists [2023-02-06T23:22:48.045Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:48.311Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:1b4725435a96e304ee097498ef38e01f71687ed87b69698f49003fb875c2c776 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:48.653Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:48.990Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-06T23:22:48.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-06T23:22:48.990Z] 580f5afae587: Preparing [2023-02-06T23:22:48.990Z] a74a5f826f82: Preparing [2023-02-06T23:22:48.990Z] b3494938f6c0: Preparing [2023-02-06T23:22:48.990Z] 04e130b4fbfe: Preparing [2023-02-06T23:22:48.990Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:48.990Z] 2aeeff07f170: Preparing [2023-02-06T23:22:48.990Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:48.990Z] 2aeeff07f170: Waiting [2023-02-06T23:22:48.990Z] 17bec77d7fdc: Waiting [2023-02-06T23:22:48.990Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:48.990Z] b3494938f6c0: Layer already exists [2023-02-06T23:22:48.990Z] 580f5afae587: Layer already exists [2023-02-06T23:22:48.990Z] 04e130b4fbfe: Layer already exists [2023-02-06T23:22:48.990Z] a74a5f826f82: Layer already exists [2023-02-06T23:22:48.990Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:48.990Z] 2aeeff07f170: Layer already exists [2023-02-06T23:22:49.257Z] main: digest: sha256:1b4725435a96e304ee097498ef38e01f71687ed87b69698f49003fb875c2c776 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:22:49.298Z] ===================================================== [Pipeline] echo [2023-02-06T23:22:49.304Z] taggedImages: [2023-02-06T23:22:49.304Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:22:49.304Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-06T23:22:49.304Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.34 [2023-02-06T23:22:49.304Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:22:49.304Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-06T23:22:49.319Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-06T23:22:49.319Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:22:49.319Z] latest [2023-02-06T23:22:49.319Z] 3.0.0-dev.34 [2023-02-06T23:22:49.319Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:22:49.319Z] main [2023-02-06T23:22:49.319Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:49.652Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:49.999Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:22:49.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-06T23:22:49.999Z] 673db1cd0304: Preparing [2023-02-06T23:22:49.999Z] 9f0237837784: Preparing [2023-02-06T23:22:49.999Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:49.999Z] dc12cd5a6fd2: Preparing [2023-02-06T23:22:49.999Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:49.999Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:49.999Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:50.266Z] 673db1cd0304: Pushed [2023-02-06T23:22:50.266Z] dc12cd5a6fd2: Pushed [2023-02-06T23:22:53.607Z] 9f0237837784: Pushed [2023-02-06T23:22:53.607Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:e1e186e32c2d066abaa9e5c949bd9798c948e751d6eabab49770c4829832ce51 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:53.946Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:54.282Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-06T23:22:54.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-06T23:22:54.282Z] 673db1cd0304: Preparing [2023-02-06T23:22:54.282Z] 9f0237837784: Preparing [2023-02-06T23:22:54.282Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:54.282Z] dc12cd5a6fd2: Preparing [2023-02-06T23:22:54.282Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:54.282Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:54.282Z] dc12cd5a6fd2: Layer already exists [2023-02-06T23:22:54.282Z] 9f0237837784: Layer already exists [2023-02-06T23:22:54.282Z] 673db1cd0304: Layer already exists [2023-02-06T23:22:54.282Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:54.548Z] latest: digest: sha256:e1e186e32c2d066abaa9e5c949bd9798c948e751d6eabab49770c4829832ce51 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:54.895Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:55.248Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.34 [2023-02-06T23:22:55.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-06T23:22:55.248Z] 673db1cd0304: Preparing [2023-02-06T23:22:55.248Z] 9f0237837784: Preparing [2023-02-06T23:22:55.248Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:55.248Z] dc12cd5a6fd2: Preparing [2023-02-06T23:22:55.248Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:55.248Z] 9f0237837784: Layer already exists [2023-02-06T23:22:55.248Z] dc12cd5a6fd2: Layer already exists [2023-02-06T23:22:55.248Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:55.248Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:55.248Z] 673db1cd0304: Layer already exists [2023-02-06T23:22:55.515Z] 3.0.0-dev.34: digest: sha256:e1e186e32c2d066abaa9e5c949bd9798c948e751d6eabab49770c4829832ce51 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:55.878Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:56.227Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:22:56.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-06T23:22:56.228Z] 673db1cd0304: Preparing [2023-02-06T23:22:56.228Z] 9f0237837784: Preparing [2023-02-06T23:22:56.228Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:56.228Z] dc12cd5a6fd2: Preparing [2023-02-06T23:22:56.228Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:56.228Z] 673db1cd0304: Layer already exists [2023-02-06T23:22:56.228Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:56.228Z] 9f0237837784: Layer already exists [2023-02-06T23:22:56.228Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:56.228Z] dc12cd5a6fd2: Layer already exists [2023-02-06T23:22:56.228Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:e1e186e32c2d066abaa9e5c949bd9798c948e751d6eabab49770c4829832ce51 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:56.835Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:57.170Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-06T23:22:57.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-06T23:22:57.170Z] 673db1cd0304: Preparing [2023-02-06T23:22:57.170Z] 9f0237837784: Preparing [2023-02-06T23:22:57.170Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:57.170Z] dc12cd5a6fd2: Preparing [2023-02-06T23:22:57.170Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:57.170Z] 673db1cd0304: Layer already exists [2023-02-06T23:22:57.170Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:57.170Z] 9f0237837784: Layer already exists [2023-02-06T23:22:57.170Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:57.170Z] dc12cd5a6fd2: Layer already exists [2023-02-06T23:22:57.436Z] main: digest: sha256:e1e186e32c2d066abaa9e5c949bd9798c948e751d6eabab49770c4829832ce51 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:22:57.487Z] ===================================================== [Pipeline] echo [2023-02-06T23:22:57.495Z] taggedImages: [2023-02-06T23:22:57.495Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:22:57.495Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-06T23:22:57.495Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.34 [2023-02-06T23:22:57.495Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:22:57.495Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-06T23:22:57.517Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-06T23:22:57.517Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:22:57.517Z] latest [2023-02-06T23:22:57.517Z] 3.0.0-dev.34 [2023-02-06T23:22:57.517Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:22:57.517Z] main [2023-02-06T23:22:57.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:57.860Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:22:58.205Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:22:58.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-06T23:22:58.205Z] 233c659d0fdc: Preparing [2023-02-06T23:22:58.205Z] ac331903b3f2: Preparing [2023-02-06T23:22:58.205Z] f972bcd350f1: Preparing [2023-02-06T23:22:58.205Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:22:58.205Z] b39228b95b11: Preparing [2023-02-06T23:22:58.205Z] 17bec77d7fdc: Preparing [2023-02-06T23:22:58.205Z] 17bec77d7fdc: Waiting [2023-02-06T23:22:58.205Z] b39228b95b11: Layer already exists [2023-02-06T23:22:58.471Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:22:58.472Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:22:58.472Z] 233c659d0fdc: Pushed [2023-02-06T23:22:58.472Z] ac331903b3f2: Pushed [2023-02-06T23:23:01.809Z] f972bcd350f1: Pushed [2023-02-06T23:23:01.809Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:135226a67f6eb771d599d5058aa41bd51a6b47ef47cdfeed04ef241148f9bcb3 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:02.159Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:02.496Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-06T23:23:02.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-06T23:23:02.496Z] 233c659d0fdc: Preparing [2023-02-06T23:23:02.496Z] ac331903b3f2: Preparing [2023-02-06T23:23:02.496Z] f972bcd350f1: Preparing [2023-02-06T23:23:02.496Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:02.496Z] b39228b95b11: Preparing [2023-02-06T23:23:02.496Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:02.496Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:02.496Z] 233c659d0fdc: Layer already exists [2023-02-06T23:23:02.496Z] f972bcd350f1: Layer already exists [2023-02-06T23:23:02.496Z] ac331903b3f2: Layer already exists [2023-02-06T23:23:02.496Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:02.496Z] b39228b95b11: Layer already exists [2023-02-06T23:23:02.496Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:02.761Z] latest: digest: sha256:135226a67f6eb771d599d5058aa41bd51a6b47ef47cdfeed04ef241148f9bcb3 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:03.106Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:03.439Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.34 [2023-02-06T23:23:03.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-06T23:23:03.439Z] 233c659d0fdc: Preparing [2023-02-06T23:23:03.439Z] ac331903b3f2: Preparing [2023-02-06T23:23:03.439Z] f972bcd350f1: Preparing [2023-02-06T23:23:03.439Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:03.439Z] b39228b95b11: Preparing [2023-02-06T23:23:03.439Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:03.439Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:03.439Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:03.439Z] 233c659d0fdc: Layer already exists [2023-02-06T23:23:03.439Z] ac331903b3f2: Layer already exists [2023-02-06T23:23:03.439Z] f972bcd350f1: Layer already exists [2023-02-06T23:23:03.439Z] b39228b95b11: Layer already exists [2023-02-06T23:23:03.439Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:03.439Z] 3.0.0-dev.34: digest: sha256:135226a67f6eb771d599d5058aa41bd51a6b47ef47cdfeed04ef241148f9bcb3 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:04.034Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:04.363Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:04.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-06T23:23:04.363Z] 233c659d0fdc: Preparing [2023-02-06T23:23:04.363Z] ac331903b3f2: Preparing [2023-02-06T23:23:04.363Z] f972bcd350f1: Preparing [2023-02-06T23:23:04.363Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:04.363Z] b39228b95b11: Preparing [2023-02-06T23:23:04.363Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:04.363Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:04.363Z] b39228b95b11: Layer already exists [2023-02-06T23:23:04.363Z] ac331903b3f2: Layer already exists [2023-02-06T23:23:04.363Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:04.363Z] 233c659d0fdc: Layer already exists [2023-02-06T23:23:04.363Z] f972bcd350f1: Layer already exists [2023-02-06T23:23:04.363Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:04.628Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:135226a67f6eb771d599d5058aa41bd51a6b47ef47cdfeed04ef241148f9bcb3 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:04.967Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:05.305Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-06T23:23:05.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-06T23:23:05.305Z] 233c659d0fdc: Preparing [2023-02-06T23:23:05.305Z] ac331903b3f2: Preparing [2023-02-06T23:23:05.305Z] f972bcd350f1: Preparing [2023-02-06T23:23:05.305Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:05.305Z] b39228b95b11: Preparing [2023-02-06T23:23:05.305Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:05.305Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:05.305Z] ac331903b3f2: Layer already exists [2023-02-06T23:23:05.305Z] f972bcd350f1: Layer already exists [2023-02-06T23:23:05.305Z] b39228b95b11: Layer already exists [2023-02-06T23:23:05.305Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:05.305Z] 233c659d0fdc: Layer already exists [2023-02-06T23:23:05.305Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:05.571Z] main: digest: sha256:135226a67f6eb771d599d5058aa41bd51a6b47ef47cdfeed04ef241148f9bcb3 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:23:05.610Z] ===================================================== [Pipeline] echo [2023-02-06T23:23:05.616Z] taggedImages: [2023-02-06T23:23:05.616Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:05.616Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-06T23:23:05.616Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.34 [2023-02-06T23:23:05.616Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:05.616Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-06T23:23:05.631Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-06T23:23:05.631Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:05.631Z] latest [2023-02-06T23:23:05.631Z] 3.0.0-dev.34 [2023-02-06T23:23:05.631Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:05.631Z] main [2023-02-06T23:23:05.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:05.957Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:06.288Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:06.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-06T23:23:06.288Z] 273c2d18a874: Preparing [2023-02-06T23:23:06.288Z] 273c2d18a874: Preparing [2023-02-06T23:23:06.288Z] d27f1f9d8ffd: Preparing [2023-02-06T23:23:06.288Z] fd0447f18e55: Preparing [2023-02-06T23:23:06.288Z] a533ef7114b1: Preparing [2023-02-06T23:23:06.288Z] d5d6c794514a: Preparing [2023-02-06T23:23:06.288Z] 126233798044: Preparing [2023-02-06T23:23:06.288Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:06.288Z] 537a2e95188d: Preparing [2023-02-06T23:23:06.288Z] 4be8a7ac03b7: Preparing [2023-02-06T23:23:06.288Z] fe7e689f203b: Preparing [2023-02-06T23:23:06.288Z] 11b32bd62adc: Preparing [2023-02-06T23:23:06.288Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:06.288Z] 8ebaa47fb9ff: Waiting [2023-02-06T23:23:06.288Z] 537a2e95188d: Waiting [2023-02-06T23:23:06.288Z] 4be8a7ac03b7: Waiting [2023-02-06T23:23:06.288Z] fe7e689f203b: Waiting [2023-02-06T23:23:06.288Z] 11b32bd62adc: Waiting [2023-02-06T23:23:06.288Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:06.288Z] 126233798044: Waiting [2023-02-06T23:23:06.556Z] d5d6c794514a: Pushed [2023-02-06T23:23:06.556Z] 273c2d18a874: Pushed [2023-02-06T23:23:06.556Z] fd0447f18e55: Pushed [2023-02-06T23:23:06.556Z] d27f1f9d8ffd: Pushed [2023-02-06T23:23:06.556Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:06.556Z] a533ef7114b1: Pushed [2023-02-06T23:23:06.822Z] 537a2e95188d: Pushed [2023-02-06T23:23:06.822Z] fe7e689f203b: Pushed [2023-02-06T23:23:06.822Z] 4be8a7ac03b7: Pushed [2023-02-06T23:23:06.822Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:06.822Z] 11b32bd62adc: Pushed [2023-02-06T23:23:10.151Z] 126233798044: Pushed [2023-02-06T23:23:10.415Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:84fa01f53d96905c8a8750c59d379e75632e9e38af782cb682f4e564eb299aae size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:10.746Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:11.078Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-06T23:23:11.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-06T23:23:11.078Z] 273c2d18a874: Preparing [2023-02-06T23:23:11.078Z] 273c2d18a874: Preparing [2023-02-06T23:23:11.078Z] d27f1f9d8ffd: Preparing [2023-02-06T23:23:11.078Z] fd0447f18e55: Preparing [2023-02-06T23:23:11.078Z] a533ef7114b1: Preparing [2023-02-06T23:23:11.078Z] d5d6c794514a: Preparing [2023-02-06T23:23:11.078Z] 126233798044: Preparing [2023-02-06T23:23:11.078Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:11.078Z] 537a2e95188d: Preparing [2023-02-06T23:23:11.078Z] 4be8a7ac03b7: Preparing [2023-02-06T23:23:11.078Z] fe7e689f203b: Preparing [2023-02-06T23:23:11.078Z] 11b32bd62adc: Preparing [2023-02-06T23:23:11.078Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:11.078Z] 126233798044: Waiting [2023-02-06T23:23:11.078Z] 4be8a7ac03b7: Waiting [2023-02-06T23:23:11.078Z] fe7e689f203b: Waiting [2023-02-06T23:23:11.078Z] 11b32bd62adc: Waiting [2023-02-06T23:23:11.078Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:11.078Z] 537a2e95188d: Waiting [2023-02-06T23:23:11.078Z] 8ebaa47fb9ff: Waiting [2023-02-06T23:23:11.078Z] 273c2d18a874: Layer already exists [2023-02-06T23:23:11.078Z] d5d6c794514a: Layer already exists [2023-02-06T23:23:11.078Z] fd0447f18e55: Layer already exists [2023-02-06T23:23:11.078Z] a533ef7114b1: Layer already exists [2023-02-06T23:23:11.078Z] d27f1f9d8ffd: Layer already exists [2023-02-06T23:23:11.078Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:11.078Z] 537a2e95188d: Layer already exists [2023-02-06T23:23:11.078Z] 126233798044: Layer already exists [2023-02-06T23:23:11.078Z] fe7e689f203b: Layer already exists [2023-02-06T23:23:11.078Z] 4be8a7ac03b7: Layer already exists [2023-02-06T23:23:11.078Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:11.078Z] 11b32bd62adc: Layer already exists [2023-02-06T23:23:11.343Z] latest: digest: sha256:84fa01f53d96905c8a8750c59d379e75632e9e38af782cb682f4e564eb299aae size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:11.670Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:11.996Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.34 [2023-02-06T23:23:11.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-06T23:23:11.996Z] 273c2d18a874: Preparing [2023-02-06T23:23:11.996Z] 273c2d18a874: Preparing [2023-02-06T23:23:11.996Z] d27f1f9d8ffd: Preparing [2023-02-06T23:23:11.996Z] fd0447f18e55: Preparing [2023-02-06T23:23:11.996Z] a533ef7114b1: Preparing [2023-02-06T23:23:11.996Z] d5d6c794514a: Preparing [2023-02-06T23:23:11.996Z] 126233798044: Preparing [2023-02-06T23:23:11.996Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:11.996Z] 537a2e95188d: Preparing [2023-02-06T23:23:11.996Z] 4be8a7ac03b7: Preparing [2023-02-06T23:23:11.996Z] fe7e689f203b: Preparing [2023-02-06T23:23:11.996Z] 11b32bd62adc: Preparing [2023-02-06T23:23:11.996Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:11.996Z] 4be8a7ac03b7: Waiting [2023-02-06T23:23:11.996Z] fe7e689f203b: Waiting [2023-02-06T23:23:11.996Z] 126233798044: Waiting [2023-02-06T23:23:11.996Z] 8ebaa47fb9ff: Waiting [2023-02-06T23:23:11.996Z] 11b32bd62adc: Waiting [2023-02-06T23:23:11.996Z] 537a2e95188d: Waiting [2023-02-06T23:23:11.996Z] d5d6c794514a: Layer already exists [2023-02-06T23:23:11.996Z] fd0447f18e55: Layer already exists [2023-02-06T23:23:11.996Z] a533ef7114b1: Layer already exists [2023-02-06T23:23:11.996Z] d27f1f9d8ffd: Layer already exists [2023-02-06T23:23:11.996Z] 273c2d18a874: Layer already exists [2023-02-06T23:23:11.996Z] 126233798044: Layer already exists [2023-02-06T23:23:11.996Z] 537a2e95188d: Layer already exists [2023-02-06T23:23:11.996Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:11.996Z] fe7e689f203b: Layer already exists [2023-02-06T23:23:11.996Z] 4be8a7ac03b7: Layer already exists [2023-02-06T23:23:11.996Z] 11b32bd62adc: Layer already exists [2023-02-06T23:23:11.996Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:12.260Z] 3.0.0-dev.34: digest: sha256:84fa01f53d96905c8a8750c59d379e75632e9e38af782cb682f4e564eb299aae size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:12.591Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:12.918Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:12.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-06T23:23:12.919Z] 273c2d18a874: Preparing [2023-02-06T23:23:12.919Z] 273c2d18a874: Preparing [2023-02-06T23:23:12.919Z] d27f1f9d8ffd: Preparing [2023-02-06T23:23:12.919Z] fd0447f18e55: Preparing [2023-02-06T23:23:12.919Z] a533ef7114b1: Preparing [2023-02-06T23:23:12.919Z] d5d6c794514a: Preparing [2023-02-06T23:23:12.919Z] 126233798044: Preparing [2023-02-06T23:23:12.919Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:12.919Z] 537a2e95188d: Preparing [2023-02-06T23:23:12.919Z] 4be8a7ac03b7: Preparing [2023-02-06T23:23:12.919Z] fe7e689f203b: Preparing [2023-02-06T23:23:12.919Z] 11b32bd62adc: Preparing [2023-02-06T23:23:12.919Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:12.919Z] 4be8a7ac03b7: Waiting [2023-02-06T23:23:12.919Z] fe7e689f203b: Waiting [2023-02-06T23:23:12.919Z] 126233798044: Waiting [2023-02-06T23:23:12.919Z] 11b32bd62adc: Waiting [2023-02-06T23:23:12.919Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:12.919Z] 8ebaa47fb9ff: Waiting [2023-02-06T23:23:12.919Z] 537a2e95188d: Waiting [2023-02-06T23:23:12.919Z] 273c2d18a874: Layer already exists [2023-02-06T23:23:12.919Z] d27f1f9d8ffd: Layer already exists [2023-02-06T23:23:12.919Z] fd0447f18e55: Layer already exists [2023-02-06T23:23:12.919Z] a533ef7114b1: Layer already exists [2023-02-06T23:23:12.919Z] d5d6c794514a: Layer already exists [2023-02-06T23:23:12.919Z] 537a2e95188d: Layer already exists [2023-02-06T23:23:12.919Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:12.919Z] 126233798044: Layer already exists [2023-02-06T23:23:12.919Z] 4be8a7ac03b7: Layer already exists [2023-02-06T23:23:12.919Z] fe7e689f203b: Layer already exists [2023-02-06T23:23:12.919Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:12.919Z] 11b32bd62adc: Layer already exists [2023-02-06T23:23:13.183Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:84fa01f53d96905c8a8750c59d379e75632e9e38af782cb682f4e564eb299aae size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:13.516Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:13.844Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-06T23:23:13.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-06T23:23:13.844Z] 273c2d18a874: Preparing [2023-02-06T23:23:13.844Z] 273c2d18a874: Preparing [2023-02-06T23:23:13.844Z] d27f1f9d8ffd: Preparing [2023-02-06T23:23:13.844Z] fd0447f18e55: Preparing [2023-02-06T23:23:13.844Z] a533ef7114b1: Preparing [2023-02-06T23:23:13.844Z] d5d6c794514a: Preparing [2023-02-06T23:23:13.844Z] 126233798044: Preparing [2023-02-06T23:23:13.844Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:13.844Z] 537a2e95188d: Preparing [2023-02-06T23:23:13.844Z] 4be8a7ac03b7: Preparing [2023-02-06T23:23:13.844Z] fe7e689f203b: Preparing [2023-02-06T23:23:13.844Z] 11b32bd62adc: Preparing [2023-02-06T23:23:13.844Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:13.844Z] 4be8a7ac03b7: Waiting [2023-02-06T23:23:13.844Z] fe7e689f203b: Waiting [2023-02-06T23:23:13.844Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:13.844Z] 126233798044: Waiting [2023-02-06T23:23:13.844Z] 11b32bd62adc: Waiting [2023-02-06T23:23:13.844Z] 8ebaa47fb9ff: Waiting [2023-02-06T23:23:13.844Z] 537a2e95188d: Waiting [2023-02-06T23:23:13.844Z] d5d6c794514a: Layer already exists [2023-02-06T23:23:13.844Z] d27f1f9d8ffd: Layer already exists [2023-02-06T23:23:13.844Z] 273c2d18a874: Layer already exists [2023-02-06T23:23:13.844Z] a533ef7114b1: Layer already exists [2023-02-06T23:23:13.844Z] fd0447f18e55: Layer already exists [2023-02-06T23:23:13.844Z] 126233798044: Layer already exists [2023-02-06T23:23:13.844Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:13.844Z] fe7e689f203b: Layer already exists [2023-02-06T23:23:13.844Z] 4be8a7ac03b7: Layer already exists [2023-02-06T23:23:13.844Z] 537a2e95188d: Layer already exists [2023-02-06T23:23:13.844Z] 11b32bd62adc: Layer already exists [2023-02-06T23:23:13.844Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:14.108Z] main: digest: sha256:84fa01f53d96905c8a8750c59d379e75632e9e38af782cb682f4e564eb299aae size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:23:14.155Z] ===================================================== [Pipeline] echo [2023-02-06T23:23:14.161Z] taggedImages: [2023-02-06T23:23:14.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:14.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-06T23:23:14.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.34 [2023-02-06T23:23:14.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:14.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-06T23:23:14.178Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-06T23:23:14.178Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:14.178Z] latest [2023-02-06T23:23:14.178Z] 3.0.0-dev.34 [2023-02-06T23:23:14.178Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:14.178Z] main [2023-02-06T23:23:14.178Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:14.541Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:14.884Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:14.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-06T23:23:14.884Z] 28095b6b8445: Preparing [2023-02-06T23:23:14.884Z] 933153be9ce6: Preparing [2023-02-06T23:23:14.884Z] 4f544e53b933: Preparing [2023-02-06T23:23:14.884Z] 32d2780186f8: Preparing [2023-02-06T23:23:14.884Z] 2ef9c3afc183: Preparing [2023-02-06T23:23:14.884Z] ea559e9486f8: Preparing [2023-02-06T23:23:14.884Z] f394dbcc8d56: Preparing [2023-02-06T23:23:14.884Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:14.884Z] ea559e9486f8: Waiting [2023-02-06T23:23:14.884Z] f394dbcc8d56: Waiting [2023-02-06T23:23:14.884Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:15.166Z] 933153be9ce6: Pushed [2023-02-06T23:23:15.166Z] 2ef9c3afc183: Pushed [2023-02-06T23:23:15.166Z] 28095b6b8445: Pushed [2023-02-06T23:23:15.166Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:15.451Z] ea559e9486f8: Pushed [2023-02-06T23:23:16.042Z] f394dbcc8d56: Pushed [2023-02-06T23:23:17.446Z] 32d2780186f8: Pushed [2023-02-06T23:23:17.446Z] 4f544e53b933: Pushed [2023-02-06T23:23:17.446Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:8dd139a2ab04180575d8ff239a8b4a7a6fa1247b580282a41318253427e7847c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:17.788Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:18.126Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-06T23:23:18.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-06T23:23:18.126Z] 28095b6b8445: Preparing [2023-02-06T23:23:18.126Z] 933153be9ce6: Preparing [2023-02-06T23:23:18.126Z] 4f544e53b933: Preparing [2023-02-06T23:23:18.126Z] 32d2780186f8: Preparing [2023-02-06T23:23:18.126Z] 2ef9c3afc183: Preparing [2023-02-06T23:23:18.126Z] ea559e9486f8: Preparing [2023-02-06T23:23:18.126Z] f394dbcc8d56: Preparing [2023-02-06T23:23:18.126Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:18.126Z] ea559e9486f8: Waiting [2023-02-06T23:23:18.126Z] f394dbcc8d56: Waiting [2023-02-06T23:23:18.126Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:18.126Z] 32d2780186f8: Layer already exists [2023-02-06T23:23:18.126Z] 933153be9ce6: Layer already exists [2023-02-06T23:23:18.126Z] 2ef9c3afc183: Layer already exists [2023-02-06T23:23:18.126Z] 4f544e53b933: Layer already exists [2023-02-06T23:23:18.126Z] 28095b6b8445: Layer already exists [2023-02-06T23:23:18.126Z] f394dbcc8d56: Layer already exists [2023-02-06T23:23:18.127Z] ea559e9486f8: Layer already exists [2023-02-06T23:23:18.127Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:18.391Z] latest: digest: sha256:8dd139a2ab04180575d8ff239a8b4a7a6fa1247b580282a41318253427e7847c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:18.729Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:19.072Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.34 [2023-02-06T23:23:19.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-06T23:23:19.072Z] 28095b6b8445: Preparing [2023-02-06T23:23:19.072Z] 933153be9ce6: Preparing [2023-02-06T23:23:19.072Z] 4f544e53b933: Preparing [2023-02-06T23:23:19.072Z] 32d2780186f8: Preparing [2023-02-06T23:23:19.072Z] 2ef9c3afc183: Preparing [2023-02-06T23:23:19.072Z] ea559e9486f8: Preparing [2023-02-06T23:23:19.072Z] f394dbcc8d56: Preparing [2023-02-06T23:23:19.072Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:19.072Z] ea559e9486f8: Waiting [2023-02-06T23:23:19.072Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:19.072Z] f394dbcc8d56: Waiting [2023-02-06T23:23:19.072Z] 28095b6b8445: Layer already exists [2023-02-06T23:23:19.072Z] 4f544e53b933: Layer already exists [2023-02-06T23:23:19.072Z] 933153be9ce6: Layer already exists [2023-02-06T23:23:19.072Z] 2ef9c3afc183: Layer already exists [2023-02-06T23:23:19.072Z] 32d2780186f8: Layer already exists [2023-02-06T23:23:19.072Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:19.072Z] ea559e9486f8: Layer already exists [2023-02-06T23:23:19.072Z] f394dbcc8d56: Layer already exists [2023-02-06T23:23:19.337Z] 3.0.0-dev.34: digest: sha256:8dd139a2ab04180575d8ff239a8b4a7a6fa1247b580282a41318253427e7847c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:19.666Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:20.573Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:20.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-06T23:23:20.574Z] 28095b6b8445: Preparing [2023-02-06T23:23:20.574Z] 933153be9ce6: Preparing [2023-02-06T23:23:20.574Z] 4f544e53b933: Preparing [2023-02-06T23:23:20.574Z] 32d2780186f8: Preparing [2023-02-06T23:23:20.574Z] 2ef9c3afc183: Preparing [2023-02-06T23:23:20.574Z] ea559e9486f8: Preparing [2023-02-06T23:23:20.574Z] f394dbcc8d56: Preparing [2023-02-06T23:23:20.574Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:20.574Z] f394dbcc8d56: Waiting [2023-02-06T23:23:20.574Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:20.574Z] ea559e9486f8: Waiting [2023-02-06T23:23:20.574Z] 2ef9c3afc183: Layer already exists [2023-02-06T23:23:20.574Z] 28095b6b8445: Layer already exists [2023-02-06T23:23:20.574Z] 933153be9ce6: Layer already exists [2023-02-06T23:23:20.574Z] 32d2780186f8: Layer already exists [2023-02-06T23:23:20.574Z] 4f544e53b933: Layer already exists [2023-02-06T23:23:20.574Z] ea559e9486f8: Layer already exists [2023-02-06T23:23:20.574Z] f394dbcc8d56: Layer already exists [2023-02-06T23:23:20.574Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:20.838Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:8dd139a2ab04180575d8ff239a8b4a7a6fa1247b580282a41318253427e7847c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:21.170Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:21.500Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-06T23:23:21.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-06T23:23:21.500Z] 28095b6b8445: Preparing [2023-02-06T23:23:21.500Z] 933153be9ce6: Preparing [2023-02-06T23:23:21.500Z] 4f544e53b933: Preparing [2023-02-06T23:23:21.500Z] 32d2780186f8: Preparing [2023-02-06T23:23:21.500Z] 2ef9c3afc183: Preparing [2023-02-06T23:23:21.500Z] ea559e9486f8: Preparing [2023-02-06T23:23:21.500Z] f394dbcc8d56: Preparing [2023-02-06T23:23:21.500Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:21.500Z] f394dbcc8d56: Waiting [2023-02-06T23:23:21.500Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:21.500Z] ea559e9486f8: Waiting [2023-02-06T23:23:21.500Z] 4f544e53b933: Layer already exists [2023-02-06T23:23:21.500Z] 28095b6b8445: Layer already exists [2023-02-06T23:23:21.500Z] 933153be9ce6: Layer already exists [2023-02-06T23:23:21.500Z] 32d2780186f8: Layer already exists [2023-02-06T23:23:21.500Z] 2ef9c3afc183: Layer already exists [2023-02-06T23:23:21.500Z] ea559e9486f8: Layer already exists [2023-02-06T23:23:21.500Z] f394dbcc8d56: Layer already exists [2023-02-06T23:23:21.500Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:21.766Z] main: digest: sha256:8dd139a2ab04180575d8ff239a8b4a7a6fa1247b580282a41318253427e7847c size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:23:21.812Z] ===================================================== [Pipeline] echo [2023-02-06T23:23:21.817Z] taggedImages: [2023-02-06T23:23:21.817Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:21.817Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-06T23:23:21.817Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.34 [2023-02-06T23:23:21.817Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:21.817Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-06T23:23:21.831Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-06T23:23:21.831Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:21.831Z] latest [2023-02-06T23:23:21.831Z] 3.0.0-dev.34 [2023-02-06T23:23:21.831Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:21.831Z] main [2023-02-06T23:23:21.831Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:22.155Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:22.495Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:22.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-06T23:23:22.495Z] f3f78a92a2e1: Preparing [2023-02-06T23:23:22.495Z] 912fc8f02061: Preparing [2023-02-06T23:23:22.495Z] 97cdbea2de9b: Preparing [2023-02-06T23:23:22.495Z] 46d2a735e3bc: Preparing [2023-02-06T23:23:22.495Z] 6fbbce1afebe: Preparing [2023-02-06T23:23:22.495Z] 852059887703: Preparing [2023-02-06T23:23:22.495Z] 5f701878d44a: Preparing [2023-02-06T23:23:22.495Z] b6f2525b3957: Preparing [2023-02-06T23:23:22.495Z] 38b2e6fb6d4b: Preparing [2023-02-06T23:23:22.495Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:22.495Z] 38b2e6fb6d4b: Waiting [2023-02-06T23:23:22.495Z] b6f2525b3957: Waiting [2023-02-06T23:23:22.495Z] 852059887703: Waiting [2023-02-06T23:23:22.495Z] 5f701878d44a: Waiting [2023-02-06T23:23:22.495Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:22.764Z] f3f78a92a2e1: Pushed [2023-02-06T23:23:22.764Z] 6fbbce1afebe: Pushed [2023-02-06T23:23:22.764Z] 912fc8f02061: Pushed [2023-02-06T23:23:23.030Z] 852059887703: Pushed [2023-02-06T23:23:23.030Z] b6f2525b3957: Pushed [2023-02-06T23:23:23.030Z] 5f701878d44a: Pushed [2023-02-06T23:23:23.030Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:23.294Z] 38b2e6fb6d4b: Pushed [2023-02-06T23:23:25.232Z] 46d2a735e3bc: Pushed [2023-02-06T23:23:25.811Z] 97cdbea2de9b: Pushed [2023-02-06T23:23:25.811Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:8bd29d5288a287610edc8786178699358a63d4c890c82eafda8a4cca3dc2b82b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:26.414Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:26.752Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-06T23:23:26.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-06T23:23:26.753Z] f3f78a92a2e1: Preparing [2023-02-06T23:23:26.753Z] 912fc8f02061: Preparing [2023-02-06T23:23:26.753Z] 97cdbea2de9b: Preparing [2023-02-06T23:23:26.753Z] 46d2a735e3bc: Preparing [2023-02-06T23:23:26.753Z] 6fbbce1afebe: Preparing [2023-02-06T23:23:26.753Z] 852059887703: Preparing [2023-02-06T23:23:26.753Z] 5f701878d44a: Preparing [2023-02-06T23:23:26.753Z] b6f2525b3957: Preparing [2023-02-06T23:23:26.753Z] 38b2e6fb6d4b: Preparing [2023-02-06T23:23:26.753Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:26.753Z] 852059887703: Waiting [2023-02-06T23:23:26.753Z] 5f701878d44a: Waiting [2023-02-06T23:23:26.753Z] b6f2525b3957: Waiting [2023-02-06T23:23:26.753Z] 38b2e6fb6d4b: Waiting [2023-02-06T23:23:26.753Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:26.753Z] 97cdbea2de9b: Layer already exists [2023-02-06T23:23:26.753Z] 6fbbce1afebe: Layer already exists [2023-02-06T23:23:26.753Z] 46d2a735e3bc: Layer already exists [2023-02-06T23:23:26.753Z] f3f78a92a2e1: Layer already exists [2023-02-06T23:23:26.753Z] 912fc8f02061: Layer already exists [2023-02-06T23:23:26.753Z] 5f701878d44a: Layer already exists [2023-02-06T23:23:26.753Z] b6f2525b3957: Layer already exists [2023-02-06T23:23:26.753Z] 852059887703: Layer already exists [2023-02-06T23:23:26.753Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:26.753Z] 38b2e6fb6d4b: Layer already exists [2023-02-06T23:23:27.017Z] latest: digest: sha256:8bd29d5288a287610edc8786178699358a63d4c890c82eafda8a4cca3dc2b82b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:27.359Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:27.693Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.34 [2023-02-06T23:23:27.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-06T23:23:27.693Z] f3f78a92a2e1: Preparing [2023-02-06T23:23:27.693Z] 912fc8f02061: Preparing [2023-02-06T23:23:27.693Z] 97cdbea2de9b: Preparing [2023-02-06T23:23:27.693Z] 46d2a735e3bc: Preparing [2023-02-06T23:23:27.693Z] 6fbbce1afebe: Preparing [2023-02-06T23:23:27.693Z] 852059887703: Preparing [2023-02-06T23:23:27.693Z] 5f701878d44a: Preparing [2023-02-06T23:23:27.693Z] b6f2525b3957: Preparing [2023-02-06T23:23:27.693Z] 38b2e6fb6d4b: Preparing [2023-02-06T23:23:27.693Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:27.693Z] 852059887703: Waiting [2023-02-06T23:23:27.693Z] 5f701878d44a: Waiting [2023-02-06T23:23:27.693Z] b6f2525b3957: Waiting [2023-02-06T23:23:27.693Z] 38b2e6fb6d4b: Waiting [2023-02-06T23:23:27.693Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:27.693Z] 912fc8f02061: Layer already exists [2023-02-06T23:23:27.693Z] 97cdbea2de9b: Layer already exists [2023-02-06T23:23:27.693Z] 6fbbce1afebe: Layer already exists [2023-02-06T23:23:27.693Z] f3f78a92a2e1: Layer already exists [2023-02-06T23:23:27.693Z] 46d2a735e3bc: Layer already exists [2023-02-06T23:23:27.693Z] b6f2525b3957: Layer already exists [2023-02-06T23:23:27.693Z] 852059887703: Layer already exists [2023-02-06T23:23:27.693Z] 38b2e6fb6d4b: Layer already exists [2023-02-06T23:23:27.693Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:27.693Z] 5f701878d44a: Layer already exists [2023-02-06T23:23:27.959Z] 3.0.0-dev.34: digest: sha256:8bd29d5288a287610edc8786178699358a63d4c890c82eafda8a4cca3dc2b82b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:28.300Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:28.639Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:28.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-06T23:23:28.639Z] f3f78a92a2e1: Preparing [2023-02-06T23:23:28.639Z] 912fc8f02061: Preparing [2023-02-06T23:23:28.639Z] 97cdbea2de9b: Preparing [2023-02-06T23:23:28.639Z] 46d2a735e3bc: Preparing [2023-02-06T23:23:28.639Z] 6fbbce1afebe: Preparing [2023-02-06T23:23:28.639Z] 852059887703: Preparing [2023-02-06T23:23:28.639Z] 5f701878d44a: Preparing [2023-02-06T23:23:28.639Z] b6f2525b3957: Preparing [2023-02-06T23:23:28.639Z] 38b2e6fb6d4b: Preparing [2023-02-06T23:23:28.639Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:28.639Z] 852059887703: Waiting [2023-02-06T23:23:28.639Z] 5f701878d44a: Waiting [2023-02-06T23:23:28.639Z] b6f2525b3957: Waiting [2023-02-06T23:23:28.639Z] 38b2e6fb6d4b: Waiting [2023-02-06T23:23:28.639Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:28.639Z] 97cdbea2de9b: Layer already exists [2023-02-06T23:23:28.639Z] 6fbbce1afebe: Layer already exists [2023-02-06T23:23:28.639Z] 46d2a735e3bc: Layer already exists [2023-02-06T23:23:28.639Z] 912fc8f02061: Layer already exists [2023-02-06T23:23:28.639Z] f3f78a92a2e1: Layer already exists [2023-02-06T23:23:28.639Z] b6f2525b3957: Layer already exists [2023-02-06T23:23:28.639Z] 852059887703: Layer already exists [2023-02-06T23:23:28.639Z] 5f701878d44a: Layer already exists [2023-02-06T23:23:28.639Z] 38b2e6fb6d4b: Layer already exists [2023-02-06T23:23:28.639Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:28.904Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:8bd29d5288a287610edc8786178699358a63d4c890c82eafda8a4cca3dc2b82b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:29.249Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:29.581Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-06T23:23:29.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-06T23:23:29.581Z] f3f78a92a2e1: Preparing [2023-02-06T23:23:29.581Z] 912fc8f02061: Preparing [2023-02-06T23:23:29.581Z] 97cdbea2de9b: Preparing [2023-02-06T23:23:29.581Z] 46d2a735e3bc: Preparing [2023-02-06T23:23:29.581Z] 6fbbce1afebe: Preparing [2023-02-06T23:23:29.581Z] 852059887703: Preparing [2023-02-06T23:23:29.581Z] 5f701878d44a: Preparing [2023-02-06T23:23:29.581Z] b6f2525b3957: Preparing [2023-02-06T23:23:29.581Z] 38b2e6fb6d4b: Preparing [2023-02-06T23:23:29.581Z] 17bec77d7fdc: Preparing [2023-02-06T23:23:29.581Z] 852059887703: Waiting [2023-02-06T23:23:29.581Z] 5f701878d44a: Waiting [2023-02-06T23:23:29.581Z] b6f2525b3957: Waiting [2023-02-06T23:23:29.581Z] 38b2e6fb6d4b: Waiting [2023-02-06T23:23:29.581Z] 17bec77d7fdc: Waiting [2023-02-06T23:23:29.581Z] 6fbbce1afebe: Layer already exists [2023-02-06T23:23:29.581Z] 46d2a735e3bc: Layer already exists [2023-02-06T23:23:29.581Z] 912fc8f02061: Layer already exists [2023-02-06T23:23:29.581Z] 97cdbea2de9b: Layer already exists [2023-02-06T23:23:29.581Z] f3f78a92a2e1: Layer already exists [2023-02-06T23:23:29.581Z] 852059887703: Layer already exists [2023-02-06T23:23:29.581Z] 38b2e6fb6d4b: Layer already exists [2023-02-06T23:23:29.581Z] 5f701878d44a: Layer already exists [2023-02-06T23:23:29.581Z] b6f2525b3957: Layer already exists [2023-02-06T23:23:29.581Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:23:29.847Z] main: digest: sha256:8bd29d5288a287610edc8786178699358a63d4c890c82eafda8a4cca3dc2b82b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:23:29.895Z] ===================================================== [Pipeline] echo [2023-02-06T23:23:29.902Z] taggedImages: [2023-02-06T23:23:29.902Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:29.902Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-06T23:23:29.902Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.34 [2023-02-06T23:23:29.902Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:29.902Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-06T23:23:29.916Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-06T23:23:29.916Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:29.916Z] latest [2023-02-06T23:23:29.916Z] 3.0.0-dev.34 [2023-02-06T23:23:29.916Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:29.916Z] main [2023-02-06T23:23:29.916Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:30.245Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:30.578Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:30.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-06T23:23:30.578Z] 30caacd94b2c: Preparing [2023-02-06T23:23:30.578Z] a047f155d181: Preparing [2023-02-06T23:23:30.578Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:30.578Z] 2031a76ae370: Preparing [2023-02-06T23:23:30.578Z] 9833f26c6bda: Preparing [2023-02-06T23:23:30.848Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:30.848Z] 9833f26c6bda: Layer already exists [2023-02-06T23:23:30.848Z] 30caacd94b2c: Pushed [2023-02-06T23:23:32.257Z] 2031a76ae370: Pushed [2023-02-06T23:23:35.598Z] a047f155d181: Pushed [2023-02-06T23:23:35.598Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:f6d35a659ee7c4228565fbbd2bdcb28a797afb758dfa9859073f49048c46ca95 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:35.947Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:36.283Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-06T23:23:36.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-06T23:23:36.283Z] 30caacd94b2c: Preparing [2023-02-06T23:23:36.283Z] a047f155d181: Preparing [2023-02-06T23:23:36.283Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:36.283Z] 2031a76ae370: Preparing [2023-02-06T23:23:36.283Z] 9833f26c6bda: Preparing [2023-02-06T23:23:36.283Z] a047f155d181: Layer already exists [2023-02-06T23:23:36.283Z] 30caacd94b2c: Layer already exists [2023-02-06T23:23:36.283Z] 9833f26c6bda: Layer already exists [2023-02-06T23:23:36.283Z] 2031a76ae370: Layer already exists [2023-02-06T23:23:36.283Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:36.549Z] latest: digest: sha256:f6d35a659ee7c4228565fbbd2bdcb28a797afb758dfa9859073f49048c46ca95 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:36.882Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:37.213Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.34 [2023-02-06T23:23:37.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-06T23:23:37.213Z] 30caacd94b2c: Preparing [2023-02-06T23:23:37.213Z] a047f155d181: Preparing [2023-02-06T23:23:37.213Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:37.213Z] 2031a76ae370: Preparing [2023-02-06T23:23:37.213Z] 9833f26c6bda: Preparing [2023-02-06T23:23:37.213Z] a047f155d181: Layer already exists [2023-02-06T23:23:37.213Z] 9833f26c6bda: Layer already exists [2023-02-06T23:23:37.213Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:37.213Z] 2031a76ae370: Layer already exists [2023-02-06T23:23:37.213Z] 30caacd94b2c: Layer already exists [2023-02-06T23:23:37.213Z] 3.0.0-dev.34: digest: sha256:f6d35a659ee7c4228565fbbd2bdcb28a797afb758dfa9859073f49048c46ca95 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:37.812Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:38.147Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:38.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-06T23:23:38.147Z] 30caacd94b2c: Preparing [2023-02-06T23:23:38.147Z] a047f155d181: Preparing [2023-02-06T23:23:38.147Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:38.147Z] 2031a76ae370: Preparing [2023-02-06T23:23:38.147Z] 9833f26c6bda: Preparing [2023-02-06T23:23:38.147Z] a047f155d181: Layer already exists [2023-02-06T23:23:38.147Z] 2031a76ae370: Layer already exists [2023-02-06T23:23:38.147Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:38.147Z] 9833f26c6bda: Layer already exists [2023-02-06T23:23:38.147Z] 30caacd94b2c: Layer already exists [2023-02-06T23:23:38.414Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:f6d35a659ee7c4228565fbbd2bdcb28a797afb758dfa9859073f49048c46ca95 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:38.770Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:39.116Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-06T23:23:39.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-06T23:23:39.116Z] 30caacd94b2c: Preparing [2023-02-06T23:23:39.116Z] a047f155d181: Preparing [2023-02-06T23:23:39.116Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:23:39.116Z] 2031a76ae370: Preparing [2023-02-06T23:23:39.116Z] 9833f26c6bda: Preparing [2023-02-06T23:23:39.116Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:23:39.116Z] a047f155d181: Layer already exists [2023-02-06T23:23:39.116Z] 9833f26c6bda: Layer already exists [2023-02-06T23:23:39.116Z] 30caacd94b2c: Layer already exists [2023-02-06T23:23:39.116Z] 2031a76ae370: Layer already exists [2023-02-06T23:23:39.382Z] main: digest: sha256:f6d35a659ee7c4228565fbbd2bdcb28a797afb758dfa9859073f49048c46ca95 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:23:39.430Z] ===================================================== [Pipeline] echo [2023-02-06T23:23:39.437Z] taggedImages: [2023-02-06T23:23:39.437Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:39.437Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-06T23:23:39.437Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.34 [2023-02-06T23:23:39.437Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:39.437Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-06T23:23:39.455Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-06T23:23:39.455Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:39.455Z] latest [2023-02-06T23:23:39.455Z] 3.0.0-dev.34 [2023-02-06T23:23:39.455Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:23:39.455Z] main [2023-02-06T23:23:39.455Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:39.796Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:40.131Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:23:40.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-06T23:23:40.131Z] 3d04f5c12310: Preparing [2023-02-06T23:23:40.131Z] fa50e3fb55f9: Preparing [2023-02-06T23:23:40.131Z] 18796dcb391c: Preparing [2023-02-06T23:23:40.131Z] bc22f589b4c2: Preparing [2023-02-06T23:23:40.131Z] c0754ccc9e9a: Preparing [2023-02-06T23:23:40.131Z] 918ba26f9635: Preparing [2023-02-06T23:23:40.131Z] 9833f26c6bda: Preparing [2023-02-06T23:23:40.131Z] 918ba26f9635: Waiting [2023-02-06T23:23:40.131Z] 9833f26c6bda: Waiting [2023-02-06T23:23:40.396Z] 18796dcb391c: Pushed [2023-02-06T23:23:40.396Z] fa50e3fb55f9: Pushed [2023-02-06T23:23:40.396Z] 3d04f5c12310: Pushed [2023-02-06T23:23:40.396Z] 9833f26c6bda: Layer already exists [2023-02-06T23:23:41.360Z] 918ba26f9635: Pushed [2023-02-06T23:23:49.568Z] c0754ccc9e9a: Pushed [2023-02-06T23:23:57.778Z] bc22f589b4c2: Pushed [2023-02-06T23:23:57.778Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:79269cfe075ab01c6d5561d74698317d1e8cb1983ce2ee4ab7aa40b5ab1fc7bb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:58.120Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:58.459Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-06T23:23:58.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-06T23:23:58.460Z] 3d04f5c12310: Preparing [2023-02-06T23:23:58.460Z] fa50e3fb55f9: Preparing [2023-02-06T23:23:58.460Z] 18796dcb391c: Preparing [2023-02-06T23:23:58.460Z] bc22f589b4c2: Preparing [2023-02-06T23:23:58.460Z] c0754ccc9e9a: Preparing [2023-02-06T23:23:58.460Z] 918ba26f9635: Preparing [2023-02-06T23:23:58.460Z] 9833f26c6bda: Preparing [2023-02-06T23:23:58.460Z] 918ba26f9635: Waiting [2023-02-06T23:23:58.460Z] 9833f26c6bda: Waiting [2023-02-06T23:23:58.460Z] 18796dcb391c: Layer already exists [2023-02-06T23:23:58.460Z] fa50e3fb55f9: Layer already exists [2023-02-06T23:23:58.460Z] 3d04f5c12310: Layer already exists [2023-02-06T23:23:58.460Z] c0754ccc9e9a: Layer already exists [2023-02-06T23:23:58.460Z] bc22f589b4c2: Layer already exists [2023-02-06T23:23:58.460Z] 918ba26f9635: Layer already exists [2023-02-06T23:23:58.460Z] 9833f26c6bda: Layer already exists [2023-02-06T23:23:58.731Z] latest: digest: sha256:79269cfe075ab01c6d5561d74698317d1e8cb1983ce2ee4ab7aa40b5ab1fc7bb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:59.077Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:23:59.424Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.34 [2023-02-06T23:23:59.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-06T23:23:59.424Z] 3d04f5c12310: Preparing [2023-02-06T23:23:59.424Z] fa50e3fb55f9: Preparing [2023-02-06T23:23:59.424Z] 18796dcb391c: Preparing [2023-02-06T23:23:59.424Z] bc22f589b4c2: Preparing [2023-02-06T23:23:59.424Z] c0754ccc9e9a: Preparing [2023-02-06T23:23:59.424Z] 918ba26f9635: Preparing [2023-02-06T23:23:59.424Z] 9833f26c6bda: Preparing [2023-02-06T23:23:59.424Z] 918ba26f9635: Waiting [2023-02-06T23:23:59.424Z] 9833f26c6bda: Waiting [2023-02-06T23:23:59.424Z] c0754ccc9e9a: Layer already exists [2023-02-06T23:23:59.424Z] 3d04f5c12310: Layer already exists [2023-02-06T23:23:59.424Z] fa50e3fb55f9: Layer already exists [2023-02-06T23:23:59.424Z] bc22f589b4c2: Layer already exists [2023-02-06T23:23:59.424Z] 18796dcb391c: Layer already exists [2023-02-06T23:23:59.424Z] 9833f26c6bda: Layer already exists [2023-02-06T23:23:59.424Z] 918ba26f9635: Layer already exists [2023-02-06T23:23:59.693Z] 3.0.0-dev.34: digest: sha256:79269cfe075ab01c6d5561d74698317d1e8cb1983ce2ee4ab7aa40b5ab1fc7bb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:00.046Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:00.392Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:24:00.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-06T23:24:00.392Z] 3d04f5c12310: Preparing [2023-02-06T23:24:00.392Z] fa50e3fb55f9: Preparing [2023-02-06T23:24:00.392Z] 18796dcb391c: Preparing [2023-02-06T23:24:00.392Z] bc22f589b4c2: Preparing [2023-02-06T23:24:00.392Z] c0754ccc9e9a: Preparing [2023-02-06T23:24:00.392Z] 918ba26f9635: Preparing [2023-02-06T23:24:00.392Z] 9833f26c6bda: Preparing [2023-02-06T23:24:00.392Z] 9833f26c6bda: Waiting [2023-02-06T23:24:00.392Z] 918ba26f9635: Waiting [2023-02-06T23:24:00.392Z] fa50e3fb55f9: Layer already exists [2023-02-06T23:24:00.392Z] c0754ccc9e9a: Layer already exists [2023-02-06T23:24:00.392Z] bc22f589b4c2: Layer already exists [2023-02-06T23:24:00.392Z] 3d04f5c12310: Layer already exists [2023-02-06T23:24:00.392Z] 18796dcb391c: Layer already exists [2023-02-06T23:24:00.392Z] 918ba26f9635: Layer already exists [2023-02-06T23:24:00.392Z] 9833f26c6bda: Layer already exists [2023-02-06T23:24:00.658Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:79269cfe075ab01c6d5561d74698317d1e8cb1983ce2ee4ab7aa40b5ab1fc7bb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:01.011Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:01.360Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-06T23:24:01.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-06T23:24:01.360Z] 3d04f5c12310: Preparing [2023-02-06T23:24:01.360Z] fa50e3fb55f9: Preparing [2023-02-06T23:24:01.360Z] 18796dcb391c: Preparing [2023-02-06T23:24:01.360Z] bc22f589b4c2: Preparing [2023-02-06T23:24:01.360Z] c0754ccc9e9a: Preparing [2023-02-06T23:24:01.360Z] 918ba26f9635: Preparing [2023-02-06T23:24:01.360Z] 9833f26c6bda: Preparing [2023-02-06T23:24:01.360Z] 918ba26f9635: Waiting [2023-02-06T23:24:01.360Z] 9833f26c6bda: Waiting [2023-02-06T23:24:01.360Z] c0754ccc9e9a: Layer already exists [2023-02-06T23:24:01.360Z] 18796dcb391c: Layer already exists [2023-02-06T23:24:01.360Z] 3d04f5c12310: Layer already exists [2023-02-06T23:24:01.360Z] fa50e3fb55f9: Layer already exists [2023-02-06T23:24:01.360Z] bc22f589b4c2: Layer already exists [2023-02-06T23:24:01.360Z] 918ba26f9635: Layer already exists [2023-02-06T23:24:01.360Z] 9833f26c6bda: Layer already exists [2023-02-06T23:24:01.626Z] main: digest: sha256:79269cfe075ab01c6d5561d74698317d1e8cb1983ce2ee4ab7aa40b5ab1fc7bb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:24:01.690Z] ===================================================== [Pipeline] echo [2023-02-06T23:24:01.699Z] taggedImages: [2023-02-06T23:24:01.699Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:24:01.699Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-06T23:24:01.699Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.34 [2023-02-06T23:24:01.699Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:24:01.699Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-06T23:24:01.726Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-06T23:24:01.726Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:24:01.726Z] latest [2023-02-06T23:24:01.726Z] 3.0.0-dev.34 [2023-02-06T23:24:01.726Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:24:01.726Z] main [2023-02-06T23:24:01.726Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:02.078Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:02.420Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:24:02.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-06T23:24:02.420Z] 2874dada1d5a: Preparing [2023-02-06T23:24:02.420Z] 3d565a8597d3: Preparing [2023-02-06T23:24:02.420Z] e1b707ca1d77: Preparing [2023-02-06T23:24:02.420Z] d6c6c925c6f8: Preparing [2023-02-06T23:24:02.420Z] b6eb6e3d3ed8: Preparing [2023-02-06T23:24:02.420Z] 9833f26c6bda: Preparing [2023-02-06T23:24:02.420Z] 9833f26c6bda: Waiting [2023-02-06T23:24:02.685Z] 2874dada1d5a: Pushed [2023-02-06T23:24:02.685Z] e1b707ca1d77: Pushed [2023-02-06T23:24:02.685Z] 3d565a8597d3: Pushed [2023-02-06T23:24:02.685Z] 9833f26c6bda: Layer already exists [2023-02-06T23:24:03.273Z] b6eb6e3d3ed8: Pushed [2023-02-06T23:24:21.468Z] d6c6c925c6f8: Pushed [2023-02-06T23:24:21.468Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:d38d8b045c057fc6d7c39d609f4c9b6e0a7799b752ea053f52e935729ebdff4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:21.807Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:22.146Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-06T23:24:22.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-06T23:24:22.146Z] 2874dada1d5a: Preparing [2023-02-06T23:24:22.146Z] 3d565a8597d3: Preparing [2023-02-06T23:24:22.146Z] e1b707ca1d77: Preparing [2023-02-06T23:24:22.146Z] d6c6c925c6f8: Preparing [2023-02-06T23:24:22.146Z] b6eb6e3d3ed8: Preparing [2023-02-06T23:24:22.146Z] 9833f26c6bda: Preparing [2023-02-06T23:24:22.146Z] 9833f26c6bda: Waiting [2023-02-06T23:24:22.146Z] b6eb6e3d3ed8: Layer already exists [2023-02-06T23:24:22.146Z] e1b707ca1d77: Layer already exists [2023-02-06T23:24:22.146Z] d6c6c925c6f8: Layer already exists [2023-02-06T23:24:22.146Z] 3d565a8597d3: Layer already exists [2023-02-06T23:24:22.146Z] 2874dada1d5a: Layer already exists [2023-02-06T23:24:22.147Z] 9833f26c6bda: Layer already exists [2023-02-06T23:24:22.411Z] latest: digest: sha256:d38d8b045c057fc6d7c39d609f4c9b6e0a7799b752ea053f52e935729ebdff4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:22.749Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:23.077Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.34 [2023-02-06T23:24:23.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-06T23:24:23.077Z] 2874dada1d5a: Preparing [2023-02-06T23:24:23.077Z] 3d565a8597d3: Preparing [2023-02-06T23:24:23.077Z] e1b707ca1d77: Preparing [2023-02-06T23:24:23.077Z] d6c6c925c6f8: Preparing [2023-02-06T23:24:23.077Z] b6eb6e3d3ed8: Preparing [2023-02-06T23:24:23.077Z] 9833f26c6bda: Preparing [2023-02-06T23:24:23.077Z] 9833f26c6bda: Waiting [2023-02-06T23:24:23.343Z] 3d565a8597d3: Layer already exists [2023-02-06T23:24:23.343Z] e1b707ca1d77: Layer already exists [2023-02-06T23:24:23.343Z] b6eb6e3d3ed8: Layer already exists [2023-02-06T23:24:23.343Z] d6c6c925c6f8: Layer already exists [2023-02-06T23:24:23.343Z] 2874dada1d5a: Layer already exists [2023-02-06T23:24:23.343Z] 9833f26c6bda: Layer already exists [2023-02-06T23:24:23.343Z] 3.0.0-dev.34: digest: sha256:d38d8b045c057fc6d7c39d609f4c9b6e0a7799b752ea053f52e935729ebdff4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:23.725Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:24.061Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:24:24.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-06T23:24:24.061Z] 2874dada1d5a: Preparing [2023-02-06T23:24:24.061Z] 3d565a8597d3: Preparing [2023-02-06T23:24:24.061Z] e1b707ca1d77: Preparing [2023-02-06T23:24:24.061Z] d6c6c925c6f8: Preparing [2023-02-06T23:24:24.061Z] b6eb6e3d3ed8: Preparing [2023-02-06T23:24:24.061Z] 9833f26c6bda: Preparing [2023-02-06T23:24:24.061Z] 9833f26c6bda: Waiting [2023-02-06T23:24:24.061Z] b6eb6e3d3ed8: Layer already exists [2023-02-06T23:24:24.061Z] 3d565a8597d3: Layer already exists [2023-02-06T23:24:24.061Z] e1b707ca1d77: Layer already exists [2023-02-06T23:24:24.061Z] 2874dada1d5a: Layer already exists [2023-02-06T23:24:24.061Z] d6c6c925c6f8: Layer already exists [2023-02-06T23:24:24.061Z] 9833f26c6bda: Layer already exists [2023-02-06T23:24:24.061Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:d38d8b045c057fc6d7c39d609f4c9b6e0a7799b752ea053f52e935729ebdff4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:24.400Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:26.678Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-06T23:24:26.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-06T23:24:26.678Z] 2874dada1d5a: Preparing [2023-02-06T23:24:26.678Z] 3d565a8597d3: Preparing [2023-02-06T23:24:26.678Z] e1b707ca1d77: Preparing [2023-02-06T23:24:26.678Z] d6c6c925c6f8: Preparing [2023-02-06T23:24:26.678Z] b6eb6e3d3ed8: Preparing [2023-02-06T23:24:26.678Z] 9833f26c6bda: Preparing [2023-02-06T23:24:26.678Z] 9833f26c6bda: Waiting [2023-02-06T23:24:26.678Z] b6eb6e3d3ed8: Layer already exists [2023-02-06T23:24:26.678Z] e1b707ca1d77: Layer already exists [2023-02-06T23:24:26.678Z] 3d565a8597d3: Layer already exists [2023-02-06T23:24:26.678Z] d6c6c925c6f8: Layer already exists [2023-02-06T23:24:26.678Z] 2874dada1d5a: Layer already exists [2023-02-06T23:24:26.678Z] 9833f26c6bda: Layer already exists [2023-02-06T23:24:26.943Z] main: digest: sha256:d38d8b045c057fc6d7c39d609f4c9b6e0a7799b752ea053f52e935729ebdff4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:24:26.985Z] ===================================================== [Pipeline] echo [2023-02-06T23:24:26.991Z] taggedImages: [2023-02-06T23:24:26.991Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:24:26.991Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-06T23:24:26.991Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.34 [2023-02-06T23:24:26.991Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:24:26.991Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-06T23:24:27.005Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-06T23:24:27.005Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:24:27.005Z] latest [2023-02-06T23:24:27.005Z] 3.0.0-dev.34 [2023-02-06T23:24:27.005Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:24:27.005Z] main [2023-02-06T23:24:27.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:27.349Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:27.693Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:24:27.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-06T23:24:27.694Z] 523f05753a38: Preparing [2023-02-06T23:24:27.694Z] a2cce4e47ae9: Preparing [2023-02-06T23:24:27.694Z] b4d4190bfab4: Preparing [2023-02-06T23:24:27.694Z] 28adc033eaa9: Preparing [2023-02-06T23:24:27.694Z] ba0346989f10: Preparing [2023-02-06T23:24:27.694Z] 9833f26c6bda: Preparing [2023-02-06T23:24:27.694Z] 9833f26c6bda: Waiting [2023-02-06T23:24:27.961Z] a2cce4e47ae9: Pushed [2023-02-06T23:24:27.961Z] b4d4190bfab4: Pushed [2023-02-06T23:24:27.961Z] 523f05753a38: Pushed [2023-02-06T23:24:27.961Z] 9833f26c6bda: Layer already exists [2023-02-06T23:24:28.544Z] ba0346989f10: Pushed [2023-02-06T23:24:46.741Z] 28adc033eaa9: Pushed [2023-02-06T23:24:46.741Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:6bf817dbdef6f8110d7e3c452269cc8ec6f59af1b8a16608a17882efb4c54ad6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:47.096Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:47.438Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-06T23:24:47.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-06T23:24:47.438Z] 523f05753a38: Preparing [2023-02-06T23:24:47.438Z] a2cce4e47ae9: Preparing [2023-02-06T23:24:47.438Z] b4d4190bfab4: Preparing [2023-02-06T23:24:47.438Z] 28adc033eaa9: Preparing [2023-02-06T23:24:47.438Z] ba0346989f10: Preparing [2023-02-06T23:24:47.438Z] 9833f26c6bda: Preparing [2023-02-06T23:24:47.438Z] 9833f26c6bda: Waiting [2023-02-06T23:24:47.438Z] 523f05753a38: Layer already exists [2023-02-06T23:24:47.438Z] a2cce4e47ae9: Layer already exists [2023-02-06T23:24:47.438Z] b4d4190bfab4: Layer already exists [2023-02-06T23:24:47.438Z] 28adc033eaa9: Layer already exists [2023-02-06T23:24:47.438Z] ba0346989f10: Layer already exists [2023-02-06T23:24:47.438Z] 9833f26c6bda: Layer already exists [2023-02-06T23:24:47.705Z] latest: digest: sha256:6bf817dbdef6f8110d7e3c452269cc8ec6f59af1b8a16608a17882efb4c54ad6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:48.052Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:48.381Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.34 [2023-02-06T23:24:48.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-06T23:24:48.381Z] 523f05753a38: Preparing [2023-02-06T23:24:48.381Z] a2cce4e47ae9: Preparing [2023-02-06T23:24:48.381Z] b4d4190bfab4: Preparing [2023-02-06T23:24:48.381Z] 28adc033eaa9: Preparing [2023-02-06T23:24:48.381Z] ba0346989f10: Preparing [2023-02-06T23:24:48.381Z] 9833f26c6bda: Preparing [2023-02-06T23:24:48.381Z] 9833f26c6bda: Waiting [2023-02-06T23:24:48.381Z] 523f05753a38: Layer already exists [2023-02-06T23:24:48.381Z] ba0346989f10: Layer already exists [2023-02-06T23:24:48.381Z] b4d4190bfab4: Layer already exists [2023-02-06T23:24:48.381Z] a2cce4e47ae9: Layer already exists [2023-02-06T23:24:48.381Z] 28adc033eaa9: Layer already exists [2023-02-06T23:24:48.381Z] 9833f26c6bda: Layer already exists [2023-02-06T23:24:48.646Z] 3.0.0-dev.34: digest: sha256:6bf817dbdef6f8110d7e3c452269cc8ec6f59af1b8a16608a17882efb4c54ad6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:48.977Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:49.306Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:24:49.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-06T23:24:49.306Z] 523f05753a38: Preparing [2023-02-06T23:24:49.306Z] a2cce4e47ae9: Preparing [2023-02-06T23:24:49.306Z] b4d4190bfab4: Preparing [2023-02-06T23:24:49.306Z] 28adc033eaa9: Preparing [2023-02-06T23:24:49.306Z] ba0346989f10: Preparing [2023-02-06T23:24:49.306Z] 9833f26c6bda: Preparing [2023-02-06T23:24:49.306Z] 9833f26c6bda: Waiting [2023-02-06T23:24:49.306Z] 523f05753a38: Layer already exists [2023-02-06T23:24:49.306Z] a2cce4e47ae9: Layer already exists [2023-02-06T23:24:49.306Z] 28adc033eaa9: Layer already exists [2023-02-06T23:24:49.306Z] b4d4190bfab4: Layer already exists [2023-02-06T23:24:49.306Z] ba0346989f10: Layer already exists [2023-02-06T23:24:49.306Z] 9833f26c6bda: Layer already exists [2023-02-06T23:24:49.571Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:6bf817dbdef6f8110d7e3c452269cc8ec6f59af1b8a16608a17882efb4c54ad6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:49.905Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:50.240Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-06T23:24:50.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-06T23:24:50.240Z] 523f05753a38: Preparing [2023-02-06T23:24:50.240Z] a2cce4e47ae9: Preparing [2023-02-06T23:24:50.240Z] b4d4190bfab4: Preparing [2023-02-06T23:24:50.240Z] 28adc033eaa9: Preparing [2023-02-06T23:24:50.240Z] ba0346989f10: Preparing [2023-02-06T23:24:50.240Z] 9833f26c6bda: Preparing [2023-02-06T23:24:50.240Z] 9833f26c6bda: Waiting [2023-02-06T23:24:50.240Z] 28adc033eaa9: Layer already exists [2023-02-06T23:24:50.240Z] ba0346989f10: Layer already exists [2023-02-06T23:24:50.240Z] a2cce4e47ae9: Layer already exists [2023-02-06T23:24:50.240Z] b4d4190bfab4: Layer already exists [2023-02-06T23:24:50.240Z] 523f05753a38: Layer already exists [2023-02-06T23:24:50.240Z] 9833f26c6bda: Layer already exists [2023-02-06T23:24:50.506Z] main: digest: sha256:6bf817dbdef6f8110d7e3c452269cc8ec6f59af1b8a16608a17882efb4c54ad6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:24:50.546Z] ===================================================== [Pipeline] echo [2023-02-06T23:24:50.551Z] taggedImages: [2023-02-06T23:24:50.551Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:24:50.551Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-06T23:24:50.551Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.34 [2023-02-06T23:24:50.551Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:24:50.551Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-06T23:24:50.565Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-06T23:24:50.565Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:24:50.565Z] latest [2023-02-06T23:24:50.565Z] 3.0.0-dev.34 [2023-02-06T23:24:50.565Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:24:50.565Z] main [2023-02-06T23:24:50.565Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:50.895Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:51.243Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:24:51.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-06T23:24:51.243Z] 0e65f9d25a7c: Preparing [2023-02-06T23:24:51.243Z] 2e07bb17c991: Preparing [2023-02-06T23:24:51.243Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:24:51.243Z] 65d0ce7c783a: Preparing [2023-02-06T23:24:51.243Z] 17bec77d7fdc: Preparing [2023-02-06T23:24:51.243Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:24:51.243Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:24:51.510Z] 0e65f9d25a7c: Pushed [2023-02-06T23:24:51.775Z] 65d0ce7c783a: Pushed [2023-02-06T23:24:57.107Z] 2e07bb17c991: Pushed [2023-02-06T23:24:57.107Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:69609124b9c404b6b818c620511aa0d563636ed44b9f5335f2db53a0ba4dead3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:57.442Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:57.782Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-06T23:24:57.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-06T23:24:57.782Z] 0e65f9d25a7c: Preparing [2023-02-06T23:24:57.782Z] 2e07bb17c991: Preparing [2023-02-06T23:24:57.782Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:24:57.782Z] 65d0ce7c783a: Preparing [2023-02-06T23:24:57.782Z] 17bec77d7fdc: Preparing [2023-02-06T23:24:57.782Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:24:57.782Z] 0e65f9d25a7c: Layer already exists [2023-02-06T23:24:57.782Z] 2e07bb17c991: Layer already exists [2023-02-06T23:24:57.782Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:24:57.782Z] 65d0ce7c783a: Layer already exists [2023-02-06T23:24:57.782Z] latest: digest: sha256:69609124b9c404b6b818c620511aa0d563636ed44b9f5335f2db53a0ba4dead3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:58.393Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:58.731Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.34 [2023-02-06T23:24:58.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-06T23:24:58.731Z] 0e65f9d25a7c: Preparing [2023-02-06T23:24:58.731Z] 2e07bb17c991: Preparing [2023-02-06T23:24:58.731Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:24:58.731Z] 65d0ce7c783a: Preparing [2023-02-06T23:24:58.731Z] 17bec77d7fdc: Preparing [2023-02-06T23:24:58.731Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:24:58.731Z] 2e07bb17c991: Layer already exists [2023-02-06T23:24:58.731Z] 0e65f9d25a7c: Layer already exists [2023-02-06T23:24:58.731Z] 65d0ce7c783a: Layer already exists [2023-02-06T23:24:58.731Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:24:58.731Z] 3.0.0-dev.34: digest: sha256:69609124b9c404b6b818c620511aa0d563636ed44b9f5335f2db53a0ba4dead3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:59.068Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:59.398Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:24:59.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-06T23:24:59.398Z] 0e65f9d25a7c: Preparing [2023-02-06T23:24:59.398Z] 2e07bb17c991: Preparing [2023-02-06T23:24:59.398Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:24:59.398Z] 65d0ce7c783a: Preparing [2023-02-06T23:24:59.398Z] 17bec77d7fdc: Preparing [2023-02-06T23:24:59.398Z] 0e65f9d25a7c: Layer already exists [2023-02-06T23:24:59.398Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:24:59.398Z] 65d0ce7c783a: Layer already exists [2023-02-06T23:24:59.398Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:24:59.398Z] 2e07bb17c991: Layer already exists [2023-02-06T23:24:59.398Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:69609124b9c404b6b818c620511aa0d563636ed44b9f5335f2db53a0ba4dead3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:24:59.734Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:00.065Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-06T23:25:00.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-06T23:25:00.066Z] 0e65f9d25a7c: Preparing [2023-02-06T23:25:00.066Z] 2e07bb17c991: Preparing [2023-02-06T23:25:00.066Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:25:00.066Z] 65d0ce7c783a: Preparing [2023-02-06T23:25:00.066Z] 17bec77d7fdc: Preparing [2023-02-06T23:25:00.066Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:25:00.066Z] 2e07bb17c991: Layer already exists [2023-02-06T23:25:00.066Z] 0e65f9d25a7c: Layer already exists [2023-02-06T23:25:00.066Z] 65d0ce7c783a: Layer already exists [2023-02-06T23:25:00.066Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:25:00.066Z] main: digest: sha256:69609124b9c404b6b818c620511aa0d563636ed44b9f5335f2db53a0ba4dead3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:25:00.382Z] ===================================================== [Pipeline] echo [2023-02-06T23:25:00.394Z] taggedImages: [2023-02-06T23:25:00.394Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:25:00.394Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-06T23:25:00.394Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.34 [2023-02-06T23:25:00.394Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:25:00.394Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-06T23:25:00.421Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-06T23:25:00.421Z] 6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:25:00.421Z] latest [2023-02-06T23:25:00.421Z] 3.0.0-dev.34 [2023-02-06T23:25:00.421Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:25:00.421Z] main [2023-02-06T23:25:00.421Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:00.780Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:01.114Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:25:01.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-06T23:25:01.114Z] 566a8182fb8a: Preparing [2023-02-06T23:25:01.114Z] 285eee2c194a: Preparing [2023-02-06T23:25:01.114Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:25:01.114Z] b39228b95b11: Preparing [2023-02-06T23:25:01.114Z] 17bec77d7fdc: Preparing [2023-02-06T23:25:01.114Z] b39228b95b11: Layer already exists [2023-02-06T23:25:01.114Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:25:01.114Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:25:01.380Z] 566a8182fb8a: Pushed [2023-02-06T23:25:08.196Z] 285eee2c194a: Pushed [2023-02-06T23:25:08.196Z] 6d9013359bac93c0779241eb2f361232f813e28c: digest: sha256:8e0dfcc76cc4ce89723985e17f6dc0f04f8dfffeef53a20a67499bc7e56f8c3c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:08.533Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:08.867Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-06T23:25:08.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-06T23:25:08.867Z] 566a8182fb8a: Preparing [2023-02-06T23:25:08.867Z] 285eee2c194a: Preparing [2023-02-06T23:25:08.867Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:25:08.867Z] b39228b95b11: Preparing [2023-02-06T23:25:08.867Z] 17bec77d7fdc: Preparing [2023-02-06T23:25:08.867Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:25:08.867Z] 566a8182fb8a: Layer already exists [2023-02-06T23:25:08.867Z] 285eee2c194a: Layer already exists [2023-02-06T23:25:08.867Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:25:08.867Z] b39228b95b11: Layer already exists [2023-02-06T23:25:09.132Z] latest: digest: sha256:8e0dfcc76cc4ce89723985e17f6dc0f04f8dfffeef53a20a67499bc7e56f8c3c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:09.480Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:09.806Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.34 [2023-02-06T23:25:09.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-06T23:25:09.806Z] 566a8182fb8a: Preparing [2023-02-06T23:25:09.806Z] 285eee2c194a: Preparing [2023-02-06T23:25:09.806Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:25:09.806Z] b39228b95b11: Preparing [2023-02-06T23:25:09.806Z] 17bec77d7fdc: Preparing [2023-02-06T23:25:09.806Z] b39228b95b11: Layer already exists [2023-02-06T23:25:09.806Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:25:09.806Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:25:09.806Z] 566a8182fb8a: Layer already exists [2023-02-06T23:25:09.806Z] 285eee2c194a: Layer already exists [2023-02-06T23:25:09.806Z] 3.0.0-dev.34: digest: sha256:8e0dfcc76cc4ce89723985e17f6dc0f04f8dfffeef53a20a67499bc7e56f8c3c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:10.138Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:10.467Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:25:10.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-06T23:25:10.467Z] 566a8182fb8a: Preparing [2023-02-06T23:25:10.467Z] 285eee2c194a: Preparing [2023-02-06T23:25:10.467Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:25:10.467Z] b39228b95b11: Preparing [2023-02-06T23:25:10.467Z] 17bec77d7fdc: Preparing [2023-02-06T23:25:10.467Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:25:10.467Z] b39228b95b11: Layer already exists [2023-02-06T23:25:10.467Z] 285eee2c194a: Layer already exists [2023-02-06T23:25:10.467Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:25:10.467Z] 566a8182fb8a: Layer already exists [2023-02-06T23:25:10.467Z] 6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34: digest: sha256:8e0dfcc76cc4ce89723985e17f6dc0f04f8dfffeef53a20a67499bc7e56f8c3c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:10.810Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:11.145Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-06T23:25:11.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-06T23:25:11.145Z] 566a8182fb8a: Preparing [2023-02-06T23:25:11.145Z] 285eee2c194a: Preparing [2023-02-06T23:25:11.145Z] 8ebaa47fb9ff: Preparing [2023-02-06T23:25:11.145Z] b39228b95b11: Preparing [2023-02-06T23:25:11.145Z] 17bec77d7fdc: Preparing [2023-02-06T23:25:11.145Z] b39228b95b11: Layer already exists [2023-02-06T23:25:11.145Z] 285eee2c194a: Layer already exists [2023-02-06T23:25:11.145Z] 17bec77d7fdc: Layer already exists [2023-02-06T23:25:11.145Z] 8ebaa47fb9ff: Layer already exists [2023-02-06T23:25:11.145Z] 566a8182fb8a: Layer already exists [2023-02-06T23:25:11.145Z] main: digest: sha256:8e0dfcc76cc4ce89723985e17f6dc0f04f8dfffeef53a20a67499bc7e56f8c3c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-06T23:25:11.465Z] ===================================================== [Pipeline] echo [2023-02-06T23:25:11.475Z] taggedImages: [2023-02-06T23:25:11.475Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6d9013359bac93c0779241eb2f361232f813e28c [2023-02-06T23:25:11.475Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-06T23:25:11.475Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.34 [2023-02-06T23:25:11.475Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6d9013359bac93c0779241eb2f361232f813e28c-3.0.0-dev.34 [2023-02-06T23:25:11.475Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:11.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T23:25:11.823Z] [2023-02-06T23:25:11.823Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:12.146Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T23:25:12.146Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-06T23:25:12.146Z] 8998bd30e6a1: Pulling fs layer [2023-02-06T23:25:12.146Z] 04944245beec: Pulling fs layer [2023-02-06T23:25:12.146Z] 699f458cf7ca: Pulling fs layer [2023-02-06T23:25:12.146Z] 765212b225bb: Pulling fs layer [2023-02-06T23:25:12.146Z] f23df028b6ca: Pulling fs layer [2023-02-06T23:25:12.146Z] d65c8cfc05b1: Pulling fs layer [2023-02-06T23:25:12.146Z] 2437ff75d9bd: Pulling fs layer [2023-02-06T23:25:12.146Z] 765212b225bb: Waiting [2023-02-06T23:25:12.146Z] d65c8cfc05b1: Waiting [2023-02-06T23:25:12.146Z] 2437ff75d9bd: Waiting [2023-02-06T23:25:12.146Z] f23df028b6ca: Waiting [2023-02-06T23:25:12.415Z] 04944245beec: Verifying Checksum [2023-02-06T23:25:12.415Z] 04944245beec: Download complete [2023-02-06T23:25:12.415Z] 765212b225bb: Verifying Checksum [2023-02-06T23:25:12.415Z] 765212b225bb: Download complete [2023-02-06T23:25:12.415Z] f23df028b6ca: Verifying Checksum [2023-02-06T23:25:12.415Z] f23df028b6ca: Download complete [2023-02-06T23:25:12.415Z] d65c8cfc05b1: Verifying Checksum [2023-02-06T23:25:12.415Z] d65c8cfc05b1: Download complete [2023-02-06T23:25:12.683Z] 699f458cf7ca: Verifying Checksum [2023-02-06T23:25:12.683Z] 699f458cf7ca: Download complete [2023-02-06T23:25:12.947Z] 8998bd30e6a1: Verifying Checksum [2023-02-06T23:25:12.947Z] 8998bd30e6a1: Download complete [2023-02-06T23:25:15.514Z] 2437ff75d9bd: Verifying Checksum [2023-02-06T23:25:15.514Z] 2437ff75d9bd: Download complete [2023-02-06T23:25:16.467Z] 8998bd30e6a1: Pull complete [2023-02-06T23:25:17.046Z] 04944245beec: Pull complete [2023-02-06T23:25:20.376Z] 699f458cf7ca: Pull complete [2023-02-06T23:25:20.376Z] 765212b225bb: Pull complete [2023-02-06T23:25:20.954Z] f23df028b6ca: Pull complete [2023-02-06T23:25:20.954Z] d65c8cfc05b1: Pull complete [2023-02-06T23:25:35.930Z] 2437ff75d9bd: Pull complete [2023-02-06T23:25:35.930Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-06T23:25:35.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-06T23:25:35.930Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T23:25:36.138Z] prd-ubuntu20.04-docker-arm64-4c-16g-4779 does not seem to be running inside a container [2023-02-06T23:25:36.213Z] $ 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/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-06T23:25:38.822Z] $ docker top 2b85d277926f3816ab60cbf2d89c2c4c4b165c481bdadc33a2525d83b20419c7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:25:39.690Z] ---> job-cost.sh [2023-02-06T23:25:39.690Z] lf-activate-venv: SKIPPING [2023-02-06T23:25:39.690Z] INFO: No Stack... [2023-02-06T23:25:40.270Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-06T23:25:41.226Z] INFO: Archiving Costs [Pipeline] sh [2023-02-06T23:25:41.545Z] + cat /w/workspace/edgex-go/393/archives/cost.csv [2023-02-06T23:25:41.811Z] + cut -d, -f6 [Pipeline] lock [2023-02-06T23:25:41.884Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-393-stack-cost] [2023-02-06T23:25:41.893Z] Resource [jenkins-edgexfoundry-edgex-go-main-393-stack-cost] did not exist. Created. [2023-02-06T23:25:41.893Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-393-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-06T23:25:42.214Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-06T23:25:42.933Z] Stashed 1 file(s) [Pipeline] } [2023-02-06T23:25:42.943Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-393-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-06T23:25:42.978Z] $ docker stop --time=1 2b85d277926f3816ab60cbf2d89c2c4c4b165c481bdadc33a2525d83b20419c7 [2023-02-06T23:25:44.489Z] $ docker rm -f --volumes 2b85d277926f3816ab60cbf2d89c2c4c4b165c481bdadc33a2525d83b20419c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-06T23:25:44.990Z] provisioning config files... [2023-02-06T23:25:44.998Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/393@tmp/config4769616017784218264tmp [Pipeline] { [Pipeline] sh [2023-02-06T23:25:45.293Z] + set +x [2023-02-06T23:25:45.293Z] + curl -s https://codecov.io/bash [2023-02-06T23:25:45.293Z] + bash -s -- [2023-02-06T23:25:45.293Z] [2023-02-06T23:25:45.293Z] _____ _ [2023-02-06T23:25:45.293Z] / ____| | | [2023-02-06T23:25:45.293Z] | | ___ __| | ___ ___ _____ __ [2023-02-06T23:25:45.293Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-06T23:25:45.293Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-06T23:25:45.293Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-06T23:25:45.293Z] Bash-1.0.6 [2023-02-06T23:25:45.293Z] [2023-02-06T23:25:45.293Z] [2023-02-06T23:25:45.293Z] ==> git version 2.25.1 found [2023-02-06T23:25:45.293Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-06T23:25:45.293Z] Release-Date: 2020-01-08 [2023-02-06T23:25:45.293Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-06T23:25:45.293Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-06T23:25:45.293Z] ==> Jenkins CI detected. [2023-02-06T23:25:45.293Z] current dir:  /w/workspace/edgex-go/393 [2023-02-06T23:25:45.293Z] project root: . [2023-02-06T23:25:45.293Z] --> token set from env [2023-02-06T23:25:45.293Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-06T23:25:45.293Z] ==> Running gcov in . (disable via -X gcov) [2023-02-06T23:25:45.293Z] ==> Python coveragepy not found [2023-02-06T23:25:45.293Z] ==> Searching for coverage reports in: [2023-02-06T23:25:45.293Z] + . [2023-02-06T23:25:45.629Z] -> Found 1 reports [2023-02-06T23:25:45.630Z] ==> Detecting git/mercurial file structure [2023-02-06T23:25:45.630Z] ==> Reading reports [2023-02-06T23:25:45.630Z] + ./coverage.out bytes=486191 [2023-02-06T23:25:45.630Z] ==> Appending adjustments [2023-02-06T23:25:45.630Z] https://docs.codecov.io/docs/fixing-reports [2023-02-06T23:25:46.584Z] + Found adjustments [2023-02-06T23:25:46.584Z] ==> Gzipping contents [2023-02-06T23:25:46.584Z] 64K /tmp/codecov.TxRsqF.gz [2023-02-06T23:25:46.584Z] ==> Uploading reports [2023-02-06T23:25:46.584Z] url: https://codecov.io [2023-02-06T23:25:46.584Z] query: branch=main&commit=6d9013359bac93c0779241eb2f361232f813e28c&build=393&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F393%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-06T23:25:46.584Z] -> Pinging Codecov [2023-02-06T23:25:46.584Z] 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=6d9013359bac93c0779241eb2f361232f813e28c&build=393&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F393%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-06T23:25:47.152Z] -> Uploading to [2023-02-06T23:25:47.152Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-06/00271124DB129430A58F1EEE437C3FCB/6d9013359bac93c0779241eb2f361232f813e28c/b12b10f7-f45e-4758-adff-aeacef6cc352.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230206T232546Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d99ab9aec2632d9b8e63e0a628481d4e3b828bec820d8b63d6a0a63046db29c5 [2023-02-06T23:25:47.153Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T23:25:47.153Z] Dload Upload Total Spent Left Speed [2023-02-06T23:25:47.412Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62907 0 0 100 62907 0 302k --:--:-- --:--:-- --:--:-- 301k 100 62907 0 0 100 62907 0 198k --:--:-- --:--:-- --:--:-- 198k [2023-02-06T23:25:47.412Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/6d9013359bac93c0779241eb2f361232f813e28c [Pipeline] } [2023-02-06T23:25:47.423Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-06T23:25:47.682Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-06T23:25:47.693Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:47.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-06T23:25:47.999Z] [2023-02-06T23:25:47.999Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:25:48.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-06T23:25:48.299Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-06T23:25:48.299Z] df9b9388f04a: Pulling fs layer [2023-02-06T23:25:48.299Z] 52dc419b0ee2: Pulling fs layer [2023-02-06T23:25:48.299Z] 25bc292e5bac: Pulling fs layer [2023-02-06T23:25:48.299Z] 114826534d7a: Pulling fs layer [2023-02-06T23:25:48.299Z] 4657fd5d0bcf: Pulling fs layer [2023-02-06T23:25:48.299Z] 6ad1cebc031e: Pulling fs layer [2023-02-06T23:25:48.299Z] 8a3aa393b2d8: Pulling fs layer [2023-02-06T23:25:48.299Z] 6ad1cebc031e: Waiting [2023-02-06T23:25:48.299Z] 114826534d7a: Waiting [2023-02-06T23:25:48.299Z] 4657fd5d0bcf: Waiting [2023-02-06T23:25:48.299Z] 8a3aa393b2d8: Waiting [2023-02-06T23:25:48.299Z] 25bc292e5bac: Verifying Checksum [2023-02-06T23:25:48.299Z] 52dc419b0ee2: Download complete [2023-02-06T23:25:48.299Z] 4657fd5d0bcf: Verifying Checksum [2023-02-06T23:25:48.299Z] 4657fd5d0bcf: Download complete [2023-02-06T23:25:48.565Z] df9b9388f04a: Verifying Checksum [2023-02-06T23:25:48.565Z] df9b9388f04a: Download complete [2023-02-06T23:25:48.565Z] df9b9388f04a: Pull complete [2023-02-06T23:25:48.836Z] 52dc419b0ee2: Pull complete [2023-02-06T23:25:48.836Z] 25bc292e5bac: Pull complete [2023-02-06T23:25:48.836Z] 6ad1cebc031e: Verifying Checksum [2023-02-06T23:25:48.836Z] 6ad1cebc031e: Download complete [2023-02-06T23:25:49.840Z] 114826534d7a: Verifying Checksum [2023-02-06T23:25:49.840Z] 114826534d7a: Download complete [2023-02-06T23:25:50.097Z] 8a3aa393b2d8: Verifying Checksum [2023-02-06T23:25:50.097Z] 8a3aa393b2d8: Download complete [2023-02-06T23:25:53.376Z] 114826534d7a: Pull complete [2023-02-06T23:25:53.376Z] 4657fd5d0bcf: Pull complete [2023-02-06T23:25:53.940Z] 6ad1cebc031e: Pull complete [2023-02-06T23:25:57.221Z] 8a3aa393b2d8: Pull complete [2023-02-06T23:25:57.221Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-06T23:25:57.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-06T23:25:57.221Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T23:25:57.309Z] prd-ubuntu20.04-docker-8c-8g-4777 does not seem to be running inside a container [2023-02-06T23:25:57.340Z] $ 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/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-06T23:26:03.351Z] $ docker top 90073bb3a3b961849ca9aa6f8f6fbfd2c72c35d4dd7f735c3d933115bff65c6e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-06T23:26:03.417Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-06T23:26:03.694Z] + set -o pipefail [2023-02-06T23:26:03.694Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-06T23:26:18.579Z] [2023-02-06T23:26:18.579Z] Monitoring /w/workspace/edgex-go/393 (github.com/edgexfoundry/edgex-go)... [2023-02-06T23:26:18.579Z] [2023-02-06T23:26:18.579Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/d7289aa8-3a9a-4fc4-ba3c-8064cfee8bac [2023-02-06T23:26:18.579Z] [2023-02-06T23:26:18.579Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-06T23:26:18.579Z] [2023-02-06T23:26:18.579Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-06T23:26:18.579Z] [2023-02-06T23:26:19.517Z] [2023-02-06T23:26:19.517Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-06T23:26:19.517Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-06T23:26:19.517Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-06T23:26:19.528Z] $ docker stop --time=1 90073bb3a3b961849ca9aa6f8f6fbfd2c72c35d4dd7f735c3d933115bff65c6e [2023-02-06T23:26:22.997Z] $ docker rm -f --volumes 90073bb3a3b961849ca9aa6f8f6fbfd2c72c35d4dd7f735c3d933115bff65c6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-06T23:26:23.379Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T23:26:23.393Z] provisioning config files... [2023-02-06T23:26:23.402Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/393@tmp/config16196586363414789075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:26:23.695Z] --> edgex-publish-swagger.sh [2023-02-06T23:26:23.695Z] === Publish openapi/v2 API === [2023-02-06T23:26:23.695Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-02-06T23:26:23.695Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/393/openapi/v2/core-command.yaml] [2023-02-06T23:26:23.695Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T23:26:23.695Z] Dload Upload Total Spent Left Speed [2023-02-06T23:26:24.264Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 59333 --:--:-- --:--:-- --:--:-- 59333 [2023-02-06T23:26:24.264Z] [2023-02-06T23:26:24.264Z] [2023-02-06T23:26:24.264Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/393/openapi/v2/core-data.yaml] [2023-02-06T23:26:24.264Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T23:26:24.264Z] Dload Upload Total Spent Left Speed [2023-02-06T23:26:24.833Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68908 0 0 100 68908 0 108k --:--:-- --:--:-- --:--:-- 108k [2023-02-06T23:26:24.833Z] [2023-02-06T23:26:24.833Z] [2023-02-06T23:26:24.833Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/393/openapi/v2/core-metadata.yaml] [2023-02-06T23:26:24.833Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T23:26:24.833Z] Dload Upload Total Spent Left Speed [2023-02-06T23:26:25.402Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 275k --:--:-- --:--:-- --:--:-- 275k 100 142k 0 0 100 142k 0 275k --:--:-- --:--:-- --:--:-- 274k [2023-02-06T23:26:25.402Z] [2023-02-06T23:26:25.402Z] [2023-02-06T23:26:25.402Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/393/openapi/v2/support-notifications.yaml] [2023-02-06T23:26:25.402Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T23:26:25.402Z] Dload Upload Total Spent Left Speed [2023-02-06T23:26:25.969Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86536 0 0 100 86536 0 165k --:--:-- --:--:-- --:--:-- 165k [2023-02-06T23:26:25.969Z] [2023-02-06T23:26:25.969Z] [2023-02-06T23:26:25.969Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/393/openapi/v2/support-scheduler.yaml] [2023-02-06T23:26:25.969Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-06T23:26:25.969Z] Dload Upload Total Spent Left Speed [2023-02-06T23:26:26.228Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 74267 --:--:-- --:--:-- --:--:-- 74267 100 36985 0 0 100 36985 0 74267 --:--:-- --:--:-- --:--:-- 74118 [2023-02-06T23:26:26.228Z] [2023-02-06T23:26:26.228Z] [Pipeline] } [2023-02-06T23:26:26.235Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-02-06T23:26:26.640Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T23:26:26.640Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:26:26.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T23:26:26.945Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T23:26:27.013Z] prd-ubuntu20.04-docker-8c-8g-4777 does not seem to be running inside a container [2023-02-06T23:26:27.039Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T23:26:27.456Z] $ docker top eef9c029cd990eaacbe9caabd285dd735a5194d927ecafe709b0f1163ed103d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T23:26:27.548Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T23:26:27.548Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T23:26:27.671Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T23:26:27.672Z] $ docker exec eef9c029cd990eaacbe9caabd285dd735a5194d927ecafe709b0f1163ed103d4 ssh-agent [2023-02-06T23:26:27.798Z] SSH_AUTH_SOCK=/tmp/ssh-X44u0fMFy6aW/agent.33 [2023-02-06T23:26:27.798Z] SSH_AGENT_PID=39 [2023-02-06T23:26:27.802Z] Running ssh-add (command line suppressed) [2023-02-06T23:26:27.913Z] Identity added: /w/workspace/edgex-go/393@tmp/private_key_8559469670613490158.key (/w/workspace/edgex-go/393@tmp/private_key_8559469670613490158.key) [2023-02-06T23:26:27.928Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T23:26:28.213Z] + git semver tag [2023-02-06T23:26:28.472Z] 2023-02-06 23:26:28,416 [run_tag] DEBUG tag force:False [2023-02-06T23:26:28.472Z] 2023-02-06 23:26:28,416 [check_head_tag] DEBUG check head tag [2023-02-06T23:26:28.472Z] 2023-02-06 23:26:28,418 [execute] INFO git cat-file --batch-check [2023-02-06T23:26:28.472Z] 2023-02-06 23:26:28,418 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/393, universal_newlines=False, shell=None, istream=) [2023-02-06T23:26:28.472Z] 2023-02-06 23:26:28,423 [execute] INFO git cat-file --batch [2023-02-06T23:26:28.472Z] 2023-02-06 23:26:28,424 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/393, universal_newlines=False, shell=None, istream=) [2023-02-06T23:26:28.730Z] 2023-02-06 23:26:28,471 [read_version] DEBUG read version from /w/workspace/edgex-go/393/.semver/main [2023-02-06T23:26:28.730Z] 2023-02-06 23:26:28,472 [execute] INFO git tag -a v3.0.0-dev.34 -m v3.0.0-dev.34 [2023-02-06T23:26:28.730Z] 2023-02-06 23:26:28,472 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.34', '-m', 'v3.0.0-dev.34'], cwd=/w/workspace/edgex-go/393, universal_newlines=False, shell=None, istream=None) [2023-02-06T23:26:28.730Z] 2023-02-06 23:26:28,479 [read_version] DEBUG read version from /w/workspace/edgex-go/393/.semver/main [2023-02-06T23:26:28.730Z] 3.0.0-dev.34 [Pipeline] } [2023-02-06T23:26:28.739Z] $ docker exec --env ******** --env ******** eef9c029cd990eaacbe9caabd285dd735a5194d927ecafe709b0f1163ed103d4 ssh-agent -k [2023-02-06T23:26:28.839Z] unset SSH_AUTH_SOCK; [2023-02-06T23:26:28.840Z] unset SSH_AGENT_PID; [2023-02-06T23:26:28.840Z] echo Agent pid 39 killed; [2023-02-06T23:26:28.851Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T23:26:29.156Z] + git semver [Pipeline] } [2023-02-06T23:26:29.425Z] $ docker stop --time=1 eef9c029cd990eaacbe9caabd285dd735a5194d927ecafe709b0f1163ed103d4 [2023-02-06T23:26:30.731Z] $ docker rm -f --volumes eef9c029cd990eaacbe9caabd285dd735a5194d927ecafe709b0f1163ed103d4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:26:31.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-06T23:26:31.123Z] [2023-02-06T23:26:31.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:26:31.431Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-06T23:26:31.431Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-06T23:26:31.431Z] ab5ef0e58194: Pulling fs layer [2023-02-06T23:26:31.431Z] 9712f1f96733: Pulling fs layer [2023-02-06T23:26:31.431Z] 63f879dbbcfc: Pulling fs layer [2023-02-06T23:26:31.431Z] 0d9ebad4ef96: Pulling fs layer [2023-02-06T23:26:31.431Z] e9a5061849ea: Pulling fs layer [2023-02-06T23:26:31.431Z] d747dcd14b5f: Pulling fs layer [2023-02-06T23:26:31.431Z] 2de7ff778b66: Pulling fs layer [2023-02-06T23:26:31.431Z] 0d9ebad4ef96: Waiting [2023-02-06T23:26:31.431Z] e9a5061849ea: Waiting [2023-02-06T23:26:31.431Z] d747dcd14b5f: Waiting [2023-02-06T23:26:31.431Z] 2de7ff778b66: Waiting [2023-02-06T23:26:31.431Z] 9712f1f96733: Verifying Checksum [2023-02-06T23:26:31.431Z] 9712f1f96733: Download complete [2023-02-06T23:26:32.887Z] 63f879dbbcfc: Verifying Checksum [2023-02-06T23:26:32.888Z] 63f879dbbcfc: Download complete [2023-02-06T23:26:32.888Z] ab5ef0e58194: Verifying Checksum [2023-02-06T23:26:32.888Z] ab5ef0e58194: Download complete [2023-02-06T23:26:32.888Z] d747dcd14b5f: Verifying Checksum [2023-02-06T23:26:32.888Z] d747dcd14b5f: Download complete [2023-02-06T23:26:32.888Z] 0d9ebad4ef96: Verifying Checksum [2023-02-06T23:26:32.888Z] 0d9ebad4ef96: Download complete [2023-02-06T23:26:32.888Z] e9a5061849ea: Verifying Checksum [2023-02-06T23:26:32.888Z] e9a5061849ea: Download complete [2023-02-06T23:26:33.148Z] 2de7ff778b66: Verifying Checksum [2023-02-06T23:26:33.148Z] 2de7ff778b66: Download complete [2023-02-06T23:26:35.677Z] ab5ef0e58194: Pull complete [2023-02-06T23:26:35.677Z] 9712f1f96733: Pull complete [2023-02-06T23:26:36.245Z] 63f879dbbcfc: Pull complete [2023-02-06T23:26:40.434Z] 0d9ebad4ef96: Pull complete [2023-02-06T23:26:40.434Z] e9a5061849ea: Pull complete [2023-02-06T23:26:40.694Z] d747dcd14b5f: Pull complete [2023-02-06T23:26:41.627Z] 2de7ff778b66: Pull complete [2023-02-06T23:26:41.627Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-06T23:26:41.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-06T23:26:41.627Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T23:26:41.701Z] prd-ubuntu20.04-docker-8c-8g-4777 does not seem to be running inside a container [2023-02-06T23:26:41.724Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-06T23:26:46.588Z] $ docker top 5bf9c7960ce3851106c4fa80e16c7c5f9e2c15e7eb499cc260688bdc8de36195 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-06T23:26:46.658Z] provisioning config files... [2023-02-06T23:26:46.664Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/393@tmp/config10980885460818394382tmp [2023-02-06T23:26:46.673Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/393@tmp/config1299411023494880989tmp [2023-02-06T23:26:46.684Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/393@tmp/config15977457254834966997tmp [Pipeline] { [Pipeline] echo [2023-02-06T23:26:46.704Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:26:46.983Z] ---> sigul-configuration.sh [2023-02-06T23:26:46.983Z] gpg: directory `/root/.gnupg' created [2023-02-06T23:26:46.983Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-06T23:26:46.983Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-06T23:26:46.983Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-06T23:26:46.983Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-06T23:26:46.983Z] gpg: CAST5 encrypted data [2023-02-06T23:26:46.983Z] gpg: encrypted with 1 passphrase [2023-02-06T23:26:46.983Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-06T23:26:47.266Z] + mkdir /home/jenkins [2023-02-06T23:26:47.266Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-06T23:26:47.549Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-06T23:26:47.558Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:26:47.838Z] ---> sigul-install.sh [2023-02-06T23:26:47.838Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-06T23:26:48.137Z] + git tag --list [2023-02-06T23:26:48.137Z] 0.6.0 [2023-02-06T23:26:48.137Z] 0.6.1 [2023-02-06T23:26:48.137Z] 0.7.0 [2023-02-06T23:26:48.137Z] 0.7.1 [2023-02-06T23:26:48.137Z] v1.0.0 [2023-02-06T23:26:48.137Z] v1.0.1 [2023-02-06T23:26:48.137Z] v1.1.0 [2023-02-06T23:26:48.137Z] v1.2.0 [2023-02-06T23:26:48.137Z] v1.2.1 [2023-02-06T23:26:48.137Z] v1.3.0 [2023-02-06T23:26:48.137Z] v1.3.1 [2023-02-06T23:26:48.137Z] v2.0.0 [2023-02-06T23:26:48.137Z] v2.1.0 [2023-02-06T23:26:48.137Z] v2.1.1 [2023-02-06T23:26:48.137Z] v2.1.1-dev.1 [2023-02-06T23:26:48.137Z] v2.1.1-dev.2 [2023-02-06T23:26:48.137Z] v2.1.1-dev.3 [2023-02-06T23:26:48.137Z] v2.1.1-dev.4 [2023-02-06T23:26:48.137Z] v2.1.1-dev.5 [2023-02-06T23:26:48.137Z] v2.1.1-dev.6 [2023-02-06T23:26:48.137Z] v2.1.1-dev.7 [2023-02-06T23:26:48.137Z] v2.1.1-dev.8 [2023-02-06T23:26:48.137Z] v2.1.2-dev.1 [2023-02-06T23:26:48.137Z] v2.2.0 [2023-02-06T23:26:48.137Z] v2.2.1-dev.1 [2023-02-06T23:26:48.137Z] v2.2.1-dev.10 [2023-02-06T23:26:48.137Z] v2.2.1-dev.11 [2023-02-06T23:26:48.137Z] v2.2.1-dev.12 [2023-02-06T23:26:48.137Z] v2.2.1-dev.13 [2023-02-06T23:26:48.137Z] v2.2.1-dev.14 [2023-02-06T23:26:48.137Z] v2.2.1-dev.15 [2023-02-06T23:26:48.137Z] v2.2.1-dev.16 [2023-02-06T23:26:48.137Z] v2.2.1-dev.17 [2023-02-06T23:26:48.137Z] v2.2.1-dev.18 [2023-02-06T23:26:48.137Z] v2.2.1-dev.19 [2023-02-06T23:26:48.137Z] v2.2.1-dev.2 [2023-02-06T23:26:48.137Z] v2.2.1-dev.20 [2023-02-06T23:26:48.137Z] v2.2.1-dev.21 [2023-02-06T23:26:48.137Z] v2.2.1-dev.22 [2023-02-06T23:26:48.137Z] v2.2.1-dev.23 [2023-02-06T23:26:48.137Z] v2.2.1-dev.24 [2023-02-06T23:26:48.137Z] v2.2.1-dev.25 [2023-02-06T23:26:48.137Z] v2.2.1-dev.26 [2023-02-06T23:26:48.137Z] v2.2.1-dev.27 [2023-02-06T23:26:48.137Z] v2.2.1-dev.28 [2023-02-06T23:26:48.137Z] v2.2.1-dev.29 [2023-02-06T23:26:48.137Z] v2.2.1-dev.3 [2023-02-06T23:26:48.137Z] v2.2.1-dev.4 [2023-02-06T23:26:48.137Z] v2.2.1-dev.5 [2023-02-06T23:26:48.137Z] v2.2.1-dev.6 [2023-02-06T23:26:48.137Z] v2.2.1-dev.7 [2023-02-06T23:26:48.137Z] v2.2.1-dev.8 [2023-02-06T23:26:48.137Z] v2.2.1-dev.9 [2023-02-06T23:26:48.137Z] v2.3.0 [2023-02-06T23:26:48.137Z] v2.3.0-dev.100 [2023-02-06T23:26:48.137Z] v2.3.0-dev.101 [2023-02-06T23:26:48.137Z] v2.3.0-dev.102 [2023-02-06T23:26:48.137Z] v2.3.0-dev.103 [2023-02-06T23:26:48.137Z] v2.3.0-dev.104 [2023-02-06T23:26:48.137Z] v2.3.0-dev.105 [2023-02-06T23:26:48.137Z] v2.3.0-dev.106 [2023-02-06T23:26:48.137Z] v2.3.0-dev.29 [2023-02-06T23:26:48.137Z] v2.3.0-dev.30 [2023-02-06T23:26:48.137Z] v2.3.0-dev.31 [2023-02-06T23:26:48.137Z] v2.3.0-dev.32 [2023-02-06T23:26:48.137Z] v2.3.0-dev.33 [2023-02-06T23:26:48.137Z] v2.3.0-dev.34 [2023-02-06T23:26:48.137Z] v2.3.0-dev.35 [2023-02-06T23:26:48.137Z] v2.3.0-dev.36 [2023-02-06T23:26:48.137Z] v2.3.0-dev.37 [2023-02-06T23:26:48.137Z] v2.3.0-dev.38 [2023-02-06T23:26:48.137Z] v2.3.0-dev.39 [2023-02-06T23:26:48.137Z] v2.3.0-dev.40 [2023-02-06T23:26:48.137Z] v2.3.0-dev.41 [2023-02-06T23:26:48.137Z] v2.3.0-dev.42 [2023-02-06T23:26:48.137Z] v2.3.0-dev.43 [2023-02-06T23:26:48.137Z] v2.3.0-dev.44 [2023-02-06T23:26:48.137Z] v2.3.0-dev.45 [2023-02-06T23:26:48.137Z] v2.3.0-dev.46 [2023-02-06T23:26:48.137Z] v2.3.0-dev.47 [2023-02-06T23:26:48.137Z] v2.3.0-dev.48 [2023-02-06T23:26:48.137Z] v2.3.0-dev.49 [2023-02-06T23:26:48.137Z] v2.3.0-dev.50 [2023-02-06T23:26:48.137Z] v2.3.0-dev.51 [2023-02-06T23:26:48.137Z] v2.3.0-dev.52 [2023-02-06T23:26:48.137Z] v2.3.0-dev.53 [2023-02-06T23:26:48.137Z] v2.3.0-dev.54 [2023-02-06T23:26:48.137Z] v2.3.0-dev.55 [2023-02-06T23:26:48.137Z] v2.3.0-dev.56 [2023-02-06T23:26:48.137Z] v2.3.0-dev.57 [2023-02-06T23:26:48.137Z] v2.3.0-dev.58 [2023-02-06T23:26:48.137Z] v2.3.0-dev.59 [2023-02-06T23:26:48.137Z] v2.3.0-dev.60 [2023-02-06T23:26:48.137Z] v2.3.0-dev.61 [2023-02-06T23:26:48.137Z] v2.3.0-dev.62 [2023-02-06T23:26:48.137Z] v2.3.0-dev.63 [2023-02-06T23:26:48.137Z] v2.3.0-dev.64 [2023-02-06T23:26:48.137Z] v2.3.0-dev.65 [2023-02-06T23:26:48.137Z] v2.3.0-dev.66 [2023-02-06T23:26:48.137Z] v2.3.0-dev.67 [2023-02-06T23:26:48.137Z] v2.3.0-dev.68 [2023-02-06T23:26:48.137Z] v2.3.0-dev.69 [2023-02-06T23:26:48.137Z] v2.3.0-dev.70 [2023-02-06T23:26:48.137Z] v2.3.0-dev.71 [2023-02-06T23:26:48.137Z] v2.3.0-dev.72 [2023-02-06T23:26:48.137Z] v2.3.0-dev.73 [2023-02-06T23:26:48.137Z] v2.3.0-dev.74 [2023-02-06T23:26:48.137Z] v2.3.0-dev.75 [2023-02-06T23:26:48.137Z] v2.3.0-dev.76 [2023-02-06T23:26:48.137Z] v2.3.0-dev.77 [2023-02-06T23:26:48.137Z] v2.3.0-dev.78 [2023-02-06T23:26:48.137Z] v2.3.0-dev.79 [2023-02-06T23:26:48.137Z] v2.3.0-dev.80 [2023-02-06T23:26:48.137Z] v2.3.0-dev.81 [2023-02-06T23:26:48.137Z] v2.3.0-dev.82 [2023-02-06T23:26:48.137Z] v2.3.0-dev.83 [2023-02-06T23:26:48.137Z] v2.3.0-dev.84 [2023-02-06T23:26:48.137Z] v2.3.0-dev.85 [2023-02-06T23:26:48.137Z] v2.3.0-dev.86 [2023-02-06T23:26:48.137Z] v2.3.0-dev.87 [2023-02-06T23:26:48.137Z] v2.3.0-dev.88 [2023-02-06T23:26:48.137Z] v2.3.0-dev.89 [2023-02-06T23:26:48.137Z] v2.3.0-dev.90 [2023-02-06T23:26:48.137Z] v2.3.0-dev.91 [2023-02-06T23:26:48.137Z] v2.3.0-dev.92 [2023-02-06T23:26:48.137Z] v2.3.0-dev.93 [2023-02-06T23:26:48.137Z] v2.3.0-dev.94 [2023-02-06T23:26:48.137Z] v2.3.0-dev.95 [2023-02-06T23:26:48.137Z] v2.3.0-dev.96 [2023-02-06T23:26:48.137Z] v2.3.0-dev.97 [2023-02-06T23:26:48.137Z] v2.3.0-dev.98 [2023-02-06T23:26:48.137Z] v2.3.0-dev.99 [2023-02-06T23:26:48.137Z] v2.3.1-dev.1 [2023-02-06T23:26:48.137Z] v2.3.1-dev.2 [2023-02-06T23:26:48.137Z] v2.3.1-dev.3 [2023-02-06T23:26:48.137Z] v2.3.1-dev.4 [2023-02-06T23:26:48.137Z] v2.3.1-dev.5 [2023-02-06T23:26:48.137Z] v3.0.0-dev.1 [2023-02-06T23:26:48.137Z] v3.0.0-dev.10 [2023-02-06T23:26:48.137Z] v3.0.0-dev.11 [2023-02-06T23:26:48.137Z] v3.0.0-dev.12 [2023-02-06T23:26:48.137Z] v3.0.0-dev.13 [2023-02-06T23:26:48.137Z] v3.0.0-dev.14 [2023-02-06T23:26:48.137Z] v3.0.0-dev.15 [2023-02-06T23:26:48.137Z] v3.0.0-dev.16 [2023-02-06T23:26:48.137Z] v3.0.0-dev.17 [2023-02-06T23:26:48.137Z] v3.0.0-dev.18 [2023-02-06T23:26:48.137Z] v3.0.0-dev.19 [2023-02-06T23:26:48.137Z] v3.0.0-dev.2 [2023-02-06T23:26:48.137Z] v3.0.0-dev.20 [2023-02-06T23:26:48.137Z] v3.0.0-dev.21 [2023-02-06T23:26:48.137Z] v3.0.0-dev.22 [2023-02-06T23:26:48.137Z] v3.0.0-dev.23 [2023-02-06T23:26:48.137Z] v3.0.0-dev.24 [2023-02-06T23:26:48.137Z] v3.0.0-dev.25 [2023-02-06T23:26:48.137Z] v3.0.0-dev.26 [2023-02-06T23:26:48.137Z] v3.0.0-dev.27 [2023-02-06T23:26:48.137Z] v3.0.0-dev.28 [2023-02-06T23:26:48.137Z] v3.0.0-dev.29 [2023-02-06T23:26:48.137Z] v3.0.0-dev.3 [2023-02-06T23:26:48.137Z] v3.0.0-dev.30 [2023-02-06T23:26:48.137Z] v3.0.0-dev.31 [2023-02-06T23:26:48.137Z] v3.0.0-dev.32 [2023-02-06T23:26:48.137Z] v3.0.0-dev.33 [2023-02-06T23:26:48.137Z] v3.0.0-dev.34 [2023-02-06T23:26:48.137Z] v3.0.0-dev.4 [2023-02-06T23:26:48.137Z] v3.0.0-dev.5 [2023-02-06T23:26:48.137Z] v3.0.0-dev.6 [2023-02-06T23:26:48.137Z] v3.0.0-dev.7 [2023-02-06T23:26:48.137Z] v3.0.0-dev.8 [2023-02-06T23:26:48.137Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-06T23:26:48.419Z] + lftools sign git-tag v3.0.0-dev.34 [2023-02-06T23:26:48.986Z] Signing Git tag with Sigul... [2023-02-06T23:26:48.986Z] Signing v3.0.0-dev.34 [Pipeline] echo [2023-02-06T23:26:49.563Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:26:49.843Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-06T23:26:49.849Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-06T23:26:49.867Z] $ docker stop --time=1 5bf9c7960ce3851106c4fa80e16c7c5f9e2c15e7eb499cc260688bdc8de36195 [2023-02-06T23:26:51.160Z] $ docker rm -f --volumes 5bf9c7960ce3851106c4fa80e16c7c5f9e2c15e7eb499cc260688bdc8de36195 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-06T23:26:51.576Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T23:26:51.576Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:26:51.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T23:26:51.881Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T23:26:51.952Z] prd-ubuntu20.04-docker-8c-8g-4777 does not seem to be running inside a container [2023-02-06T23:26:51.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T23:26:52.329Z] $ docker top 8df7a975a5e8357f95b4104a651a869dc8d6d283f9c47929151bb9d2cfd59996 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T23:26:52.421Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T23:26:52.421Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T23:26:52.541Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T23:26:52.542Z] $ docker exec 8df7a975a5e8357f95b4104a651a869dc8d6d283f9c47929151bb9d2cfd59996 ssh-agent [2023-02-06T23:26:52.671Z] SSH_AUTH_SOCK=/tmp/ssh-gbyn9PdKqtLa/agent.32 [2023-02-06T23:26:52.671Z] SSH_AGENT_PID=38 [2023-02-06T23:26:52.676Z] Running ssh-add (command line suppressed) [2023-02-06T23:26:52.779Z] Identity added: /w/workspace/edgex-go/393@tmp/private_key_15373976095803013849.key (/w/workspace/edgex-go/393@tmp/private_key_15373976095803013849.key) [2023-02-06T23:26:52.793Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T23:26:53.076Z] + git semver bump pre [2023-02-06T23:26:53.336Z] 2023-02-06 23:26:53,270 [read_version] DEBUG read version from /w/workspace/edgex-go/393/.semver/main [2023-02-06T23:26:53.336Z] 2023-02-06 23:26:53,270 [bump_version] DEBUG bumping version:3.0.0-dev.34 on axis:pre with prefix:dev [2023-02-06T23:26:53.336Z] 2023-02-06 23:26:53,270 [bump_version] DEBUG bumped version:3.0.0-dev.35 [2023-02-06T23:26:53.336Z] 2023-02-06 23:26:53,270 [write_version] DEBUG write version:3.0.0-dev.35 to path:/w/workspace/edgex-go/393/.semver/main with force:True [2023-02-06T23:26:53.336Z] 2023-02-06 23:26:53,270 [read_version] DEBUG read version from /w/workspace/edgex-go/393/.semver/main [2023-02-06T23:26:53.336Z] 2023-02-06 23:26:53,271 [write_file] DEBUG write to file:/w/workspace/edgex-go/393/.semver/main [2023-02-06T23:26:53.336Z] 2023-02-06 23:26:53,272 [execute] INFO git cat-file --batch-check [2023-02-06T23:26:53.336Z] 2023-02-06 23:26:53,272 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/393/.semver, universal_newlines=False, shell=None, istream=) [2023-02-06T23:26:53.336Z] 2023-02-06 23:26:53,278 [execute] INFO git cat-file --batch [2023-02-06T23:26:53.336Z] 2023-02-06 23:26:53,278 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/393/.semver, universal_newlines=False, shell=None, istream=) [2023-02-06T23:26:53.336Z] 2023-02-06 23:26:53,283 [read_version] DEBUG read version from /w/workspace/edgex-go/393/.semver/main [2023-02-06T23:26:53.336Z] 3.0.0-dev.35 [Pipeline] } [2023-02-06T23:26:53.343Z] $ docker exec --env ******** --env ******** 8df7a975a5e8357f95b4104a651a869dc8d6d283f9c47929151bb9d2cfd59996 ssh-agent -k [2023-02-06T23:26:53.434Z] unset SSH_AUTH_SOCK; [2023-02-06T23:26:53.434Z] unset SSH_AGENT_PID; [2023-02-06T23:26:53.434Z] echo Agent pid 38 killed; [2023-02-06T23:26:53.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T23:26:53.748Z] + git semver [Pipeline] } [2023-02-06T23:26:54.016Z] $ docker stop --time=1 8df7a975a5e8357f95b4104a651a869dc8d6d283f9c47929151bb9d2cfd59996 [2023-02-06T23:26:55.336Z] $ docker rm -f --volumes 8df7a975a5e8357f95b4104a651a869dc8d6d283f9c47929151bb9d2cfd59996 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-06T23:26:55.670Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-06T23:26:55.671Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:26:55.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-06T23:26:55.969Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T23:26:56.038Z] prd-ubuntu20.04-docker-8c-8g-4777 does not seem to be running inside a container [2023-02-06T23:26:56.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-06T23:26:56.404Z] $ docker top c1137235143c7c24964e54679addbb91488642a2d3244becd28dd861eec9ce57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-06T23:26:56.504Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-06T23:26:56.504Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-06T23:26:56.614Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-06T23:26:56.614Z] $ docker exec c1137235143c7c24964e54679addbb91488642a2d3244becd28dd861eec9ce57 ssh-agent [2023-02-06T23:26:56.721Z] SSH_AUTH_SOCK=/tmp/ssh-TNQSEABvLOfk/agent.32 [2023-02-06T23:26:56.721Z] SSH_AGENT_PID=38 [2023-02-06T23:26:56.726Z] Running ssh-add (command line suppressed) [2023-02-06T23:26:56.829Z] Identity added: /w/workspace/edgex-go/393@tmp/private_key_2735914283433264817.key (/w/workspace/edgex-go/393@tmp/private_key_2735914283433264817.key) [2023-02-06T23:26:56.847Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-06T23:26:57.136Z] + git semver push [2023-02-06T23:26:57.395Z] 2023-02-06 23:26:57,312 [run_push] DEBUG push [2023-02-06T23:26:57.395Z] 2023-02-06 23:26:57,312 [execute] INFO git cat-file --batch-check [2023-02-06T23:26:57.395Z] 2023-02-06 23:26:57,313 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/393/.semver, universal_newlines=False, shell=None, istream=) [2023-02-06T23:26:57.395Z] 2023-02-06 23:26:57,316 [execute] INFO git rev-list 24a7c67962be640220f69185165a1b7f99d36e89 -- [2023-02-06T23:26:57.395Z] 2023-02-06 23:26:57,317 [execute] DEBUG Popen(['git', 'rev-list', '24a7c67962be640220f69185165a1b7f99d36e89', '--'], cwd=/w/workspace/edgex-go/393/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-06T23:26:57.395Z] 2023-02-06 23:26:57,333 [execute] INFO git fetch -v origin [2023-02-06T23:26:57.395Z] 2023-02-06 23:26:57,333 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/393/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-06T23:26:57.964Z] 2023-02-06 23:26:57,905 [run_push] DEBUG no remote changes detected [2023-02-06T23:26:57.964Z] 2023-02-06 23:26:57,906 [execute] INFO git push origin semver [2023-02-06T23:26:57.964Z] 2023-02-06 23:26:57,906 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/393/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-06T23:26:58.903Z] 2023-02-06 23:26:58,825 [run_push] DEBUG push all version tags [2023-02-06T23:26:58.903Z] 2023-02-06 23:26:58,825 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-06T23:26:58.903Z] 2023-02-06 23:26:58,826 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/393, universal_newlines=False, shell=None, istream=None) [2023-02-06T23:27:00.322Z] 2023-02-06 23:26:59,970 [read_version] DEBUG read version from /w/workspace/edgex-go/393/.semver/main [2023-02-06T23:27:00.322Z] 3.0.0-dev.35 [Pipeline] } [2023-02-06T23:27:00.334Z] $ docker exec --env ******** --env ******** c1137235143c7c24964e54679addbb91488642a2d3244becd28dd861eec9ce57 ssh-agent -k [2023-02-06T23:27:00.430Z] unset SSH_AUTH_SOCK; [2023-02-06T23:27:00.431Z] unset SSH_AGENT_PID; [2023-02-06T23:27:00.431Z] echo Agent pid 38 killed; [2023-02-06T23:27:00.440Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-06T23:27:00.789Z] + git semver [Pipeline] } [2023-02-06T23:27:01.080Z] $ docker stop --time=1 c1137235143c7c24964e54679addbb91488642a2d3244becd28dd861eec9ce57 [2023-02-06T23:27:02.644Z] $ docker rm -f --volumes c1137235143c7c24964e54679addbb91488642a2d3244becd28dd861eec9ce57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-06T23:27:03.151Z] + [ -d /w/workspace/edgex-go/393/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:27:03.437Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:27:04.317Z] ---> package-listing.sh [2023-02-06T23:27:04.317Z] ++ facter osfamily [2023-02-06T23:27:04.317Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-06T23:27:04.575Z] + OS_FAMILY=debian [2023-02-06T23:27:04.575Z] + workspace=/w/workspace/edgex-go/393 [2023-02-06T23:27:04.575Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-06T23:27:04.575Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-06T23:27:04.575Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-06T23:27:04.575Z] + PACKAGES=/tmp/packages_start.txt [2023-02-06T23:27:04.575Z] + '[' /w/workspace/edgex-go/393 ']' [2023-02-06T23:27:04.575Z] + PACKAGES=/tmp/packages_end.txt [2023-02-06T23:27:04.575Z] + case "${OS_FAMILY}" in [2023-02-06T23:27:04.575Z] + dpkg -l [2023-02-06T23:27:04.575Z] + grep '^ii' [2023-02-06T23:27:04.575Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-06T23:27:04.575Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-06T23:27:04.575Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-06T23:27:04.575Z] + '[' /w/workspace/edgex-go/393 ']' [2023-02-06T23:27:04.575Z] + mkdir -p /w/workspace/edgex-go/393/archives/ [2023-02-06T23:27:04.575Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/393/archives/ [Pipeline] echo [2023-02-06T23:27:04.585Z] 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/393/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-06T23:27:04.860Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:27:05.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T23:27:05.418Z] [2023-02-06T23:27:05.418Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-06T23:27:05.721Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T23:27:05.982Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-06T23:27:05.982Z] 5eb5b503b376: Pulling fs layer [2023-02-06T23:27:05.982Z] 5c69ac0246d0: Pulling fs layer [2023-02-06T23:27:05.982Z] ec43610c2a17: Pulling fs layer [2023-02-06T23:27:05.982Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-06T23:27:05.982Z] 33b1e0a273af: Pulling fs layer [2023-02-06T23:27:05.982Z] 5d3b04190fa2: Pulling fs layer [2023-02-06T23:27:05.982Z] 2f39f015ded8: Pulling fs layer [2023-02-06T23:27:05.982Z] 3a2ae6a8a46f: Waiting [2023-02-06T23:27:05.982Z] 33b1e0a273af: Waiting [2023-02-06T23:27:05.982Z] 2f39f015ded8: Waiting [2023-02-06T23:27:05.982Z] 5d3b04190fa2: Waiting [2023-02-06T23:27:05.982Z] 5c69ac0246d0: Verifying Checksum [2023-02-06T23:27:05.982Z] 5c69ac0246d0: Download complete [2023-02-06T23:27:05.982Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-06T23:27:05.982Z] 3a2ae6a8a46f: Download complete [2023-02-06T23:27:06.247Z] 33b1e0a273af: Verifying Checksum [2023-02-06T23:27:06.247Z] 33b1e0a273af: Download complete [2023-02-06T23:27:06.247Z] 5d3b04190fa2: Verifying Checksum [2023-02-06T23:27:06.247Z] 5d3b04190fa2: Download complete [2023-02-06T23:27:06.247Z] ec43610c2a17: Download complete [2023-02-06T23:27:06.513Z] 5eb5b503b376: Verifying Checksum [2023-02-06T23:27:06.513Z] 5eb5b503b376: Download complete [2023-02-06T23:27:07.479Z] 2f39f015ded8: Verifying Checksum [2023-02-06T23:27:07.479Z] 2f39f015ded8: Download complete [2023-02-06T23:27:07.737Z] 5eb5b503b376: Pull complete [2023-02-06T23:27:07.994Z] 5c69ac0246d0: Pull complete [2023-02-06T23:27:08.252Z] ec43610c2a17: Pull complete [2023-02-06T23:27:08.511Z] 3a2ae6a8a46f: Pull complete [2023-02-06T23:27:08.769Z] 33b1e0a273af: Pull complete [2023-02-06T23:27:09.026Z] 5d3b04190fa2: Pull complete [2023-02-06T23:27:14.286Z] 2f39f015ded8: Pull complete [2023-02-06T23:27:14.286Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-06T23:27:14.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-06T23:27:14.286Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-06T23:27:14.368Z] prd-ubuntu20.04-docker-8c-8g-4777 does not seem to be running inside a container [2023-02-06T23:27:14.393Z] $ 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/393/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/393 -v /w/workspace/edgex-go/393:/w/workspace/edgex-go/393:rw,z -v /w/workspace/edgex-go/393@tmp:/w/workspace/edgex-go/393@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-06T23:27:18.217Z] $ docker top 7d24650be25807653853e3d03627604c664f47e0d0a07f451f151e761ce90eee -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-06T23:27:18.578Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-06T23:27:18.864Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-06T23:27:19.151Z] + ls /var/log/sa-host [2023-02-06T23:27:19.152Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-06T23:27:19.298Z] provisioning config files... [2023-02-06T23:27:19.307Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/393@tmp/config74766037860674910tmp [Pipeline] { [Pipeline] echo [2023-02-06T23:27:19.327Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:27:19.608Z] ---> create-netrc.sh [Pipeline] } [2023-02-06T23:27:19.614Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:27:19.939Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-06T23:27:19.947Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:27:20.229Z] ---> sudo-logs.sh [2023-02-06T23:27:20.230Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-06T23:27:20.250Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:27:20.529Z] ---> job-cost.sh [2023-02-06T23:27:20.529Z] lf-activate-venv: SKIPPING [2023-02-06T23:27:20.529Z] DEBUG: total: 0.10999999940395355 [2023-02-06T23:27:20.529Z] INFO: Retrieving Stack Cost... [2023-02-06T23:27:20.792Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-06T23:27:21.359Z] INFO: Archiving Costs [Pipeline] echo [2023-02-06T23:27:21.372Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-06T23:27:21.655Z] ---> logs-deploy.sh [2023-02-06T23:27:21.655Z] lf-activate-venv: SKIPPING [2023-02-06T23:27:21.655Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/393 [2023-02-06T23:27:21.655Z] INFO: archiving workspace using pattern(s): [2023-02-06T23:27:22.591Z] Archives upload complete. [2023-02-06T23:27:22.591Z] INFO: archiving logs to Nexus