Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d3b1737e00ce27f584d3094ba6acb2e2b1233441 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-ssh4258485074445112658.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-ssh13600597204360773574.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-ssh8561686730455265593.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-ssh11304841050721574069.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-ssh2430087255474217359.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 Running on prd-ubuntu20.04-docker-8c-8g-3076 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/380 [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/380 # 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 d3b1737e00ce27f584d3094ba6acb2e2b1233441 (main) Commit message: "build(deps): bump go-mod dependencies and fix unittests (#4296)" > 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 d3b1737e00ce27f584d3094ba6acb2e2b1233441 # timeout=10 > git rev-list --no-walk 5762ad0855b277c3a10a3989888db3e958004f6b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-19T04:39:24.388Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-19T04:39:24.441Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-19T04:39:24.454Z] ========================================================= [2023-01-19T04:39:24.454Z] EdgeX Global Pipelines Version Info [2023-01-19T04:39:24.454Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-19T04:39:25.147Z] ------------------- [2023-01-19T04:39:25.147Z] stable info: [2023-01-19T04:39:25.147Z] ------------------- [2023-01-19T04:39:25.147Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-19T04:39:25.147Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-19T04:39:25.147Z] Message: update stable to v1.0.244 [2023-01-19T04:39:25.714Z] ------------------- [2023-01-19T04:39:25.714Z] experimental info: [2023-01-19T04:39:25.714Z] ------------------- [2023-01-19T04:39:25.714Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-19T04:39:25.714Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-19T04:39:25.714Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-19T04:39:25.868Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-19T04:39:25.876Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-19T04:39:25.885Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-19T04:39:25.899Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-19T04:39:25.912Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-19T04:39:25.924Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-19T04:39:25.938Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-19T04:39:25.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-19T04:39:25.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-19T04:39:25.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-19T04:39:25.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-19T04:39:25.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-19T04:39:26.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-19T04:39:26.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-19T04:39:26.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-19T04:39:26.045Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-19T04:39:26.055Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-19T04:39:26.065Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-19T04:39:26.076Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-19T04:39:26.090Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-19T04:39:26.103Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-19T04:39:26.117Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-19T04:39:26.127Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-19T04:39:26.137Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-19T04:39:26.148Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-19T04:39:26.159Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-19T04:39:26.170Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] echo [2023-01-19T04:39:26.181Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d3b1737 [Pipeline] echo [2023-01-19T04:39:26.195Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-19T04:39:26.240Z] provisioning config files... [2023-01-19T04:39:26.253Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/380@tmp/config15860481953453302365tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-19T04:39:26.552Z] ---> docker-login.sh [2023-01-19T04:39:26.552Z] nexus3.edgexfoundry.org:10001 [2023-01-19T04:39:26.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:39:27.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:39:27.072Z] Configure a credential helper to remove this warning. See [2023-01-19T04:39:27.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:39:27.072Z] [2023-01-19T04:39:27.072Z] Login Succeeded [2023-01-19T04:39:27.072Z] nexus3.edgexfoundry.org:10002 [2023-01-19T04:39:27.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:39:27.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:39:27.072Z] Configure a credential helper to remove this warning. See [2023-01-19T04:39:27.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:39:27.072Z] [2023-01-19T04:39:27.072Z] Login Succeeded [2023-01-19T04:39:27.072Z] nexus3.edgexfoundry.org:10003 [2023-01-19T04:39:27.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:39:27.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:39:27.331Z] Configure a credential helper to remove this warning. See [2023-01-19T04:39:27.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:39:27.331Z] [2023-01-19T04:39:27.331Z] Login Succeeded [2023-01-19T04:39:27.331Z] nexus3.edgexfoundry.org:10004 [2023-01-19T04:39:27.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:39:27.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:39:27.331Z] Configure a credential helper to remove this warning. See [2023-01-19T04:39:27.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:39:27.331Z] [2023-01-19T04:39:27.331Z] Login Succeeded [2023-01-19T04:39:27.331Z] docker.io [2023-01-19T04:39:27.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:39:27.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:39:27.591Z] Configure a credential helper to remove this warning. See [2023-01-19T04:39:27.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:39:27.591Z] [2023-01-19T04:39:27.591Z] Login Succeeded [2023-01-19T04:39:27.591Z] ---> docker-login.sh ends [Pipeline] } [2023-01-19T04:39:27.599Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-19T04:39:27.905Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-01-19T04:39:27.905Z] + dirname cmd/core-command/Dockerfile [2023-01-19T04:39:27.905Z] + cut -d/ -f2 [2023-01-19T04:39:27.905Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-19T04:39:27.905Z] + + dirname cmd/core-data/Dockerfile [2023-01-19T04:39:27.905Z] cut -d/ -f2 [2023-01-19T04:39:27.905Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-19T04:39:27.905Z] + dirname cmd/core-metadata/Dockerfile [2023-01-19T04:39:27.905Z] + cut -d/ -f2 [2023-01-19T04:39:27.905Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-19T04:39:27.905Z] + + dirname cmd/security-bootstrapper/Dockerfile [2023-01-19T04:39:27.905Z] cut -d/ -f2 [2023-01-19T04:39:27.905Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-19T04:39:27.905Z] + + cut -d/ -f2 [2023-01-19T04:39:27.905Z] dirname cmd/security-proxy-setup/Dockerfile [2023-01-19T04:39:27.905Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-19T04:39:27.905Z] + + dirname cmd/security-secretstore-setup/Dockerfilecut [2023-01-19T04:39:27.905Z] -d/ -f2 [2023-01-19T04:39:27.905Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-19T04:39:27.905Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-19T04:39:27.905Z] + cut -d/ -f2 [2023-01-19T04:39:27.905Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-19T04:39:27.905Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-19T04:39:27.905Z] + cut -d/ -f2 [2023-01-19T04:39:27.905Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-19T04:39:27.905Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-19T04:39:27.905Z] + cut -d/ -f2 [2023-01-19T04:39:27.905Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-19T04:39:27.905Z] + cut -d/ -f2 [2023-01-19T04:39:27.905Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-19T04:39:27.905Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-19T04:39:27.905Z] + dirname cmd/support-notifications/Dockerfile [2023-01-19T04:39:27.905Z] + cut -d/ -f2 [2023-01-19T04:39:27.905Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-19T04:39:27.905Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-19T04:39:27.905Z] + cut -d/ -f2 [2023-01-19T04:39:27.905Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-19T04:39:27.950Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-19T04:39:28.281Z] + git rev-list -1 --merges d3b1737e00ce27f584d3094ba6acb2e2b1233441~1..d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] echo [2023-01-19T04:39:28.296Z] -----------> git rev-list -1 --merges d3b1737e00ce27f584d3094ba6acb2e2b1233441~1..d3b1737e00ce27f584d3094ba6acb2e2b1233441 d3b1737e00ce27f584d3094ba6acb2e2b1233441 [false] [Pipeline] sh [2023-01-19T04:39:28.578Z] + git log --format=format:%s -1 d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] echo [2023-01-19T04:39:28.595Z] ========================================================= [2023-01-19T04:39:28.595Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-19T04:39:28.595Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-19T04:39:28.995Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-19T04:39:28.995Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-19T04:39:28.995Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-19T04:39:28.995Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-19T04:39:28.995Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-19T04:39:28.995Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-19T04:39:28.995Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:39:29.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-19T04:39:29.386Z] [2023-01-19T04:39:29.386Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:39:29.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-19T04:39:29.681Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-19T04:39:29.681Z] b85a868b505f: Pulling fs layer [2023-01-19T04:39:29.681Z] e2be974225ed: Pulling fs layer [2023-01-19T04:39:29.681Z] 339a4e72a1f5: Pulling fs layer [2023-01-19T04:39:29.681Z] 988bab9f4d93: Pulling fs layer [2023-01-19T04:39:29.681Z] 1469e6f7b9e6: Pulling fs layer [2023-01-19T04:39:29.681Z] eaf3925da568: Pulling fs layer [2023-01-19T04:39:29.681Z] bab4dde63d76: Pulling fs layer [2023-01-19T04:39:29.681Z] bde34c3a00c8: Pulling fs layer [2023-01-19T04:39:29.681Z] b352a97aabf1: Pulling fs layer [2023-01-19T04:39:29.681Z] 4872d77fe225: Pulling fs layer [2023-01-19T04:39:29.681Z] 5851b861e8e6: Pulling fs layer [2023-01-19T04:39:29.681Z] 988bab9f4d93: Waiting [2023-01-19T04:39:29.681Z] 1469e6f7b9e6: Waiting [2023-01-19T04:39:29.681Z] eaf3925da568: Waiting [2023-01-19T04:39:29.681Z] bab4dde63d76: Waiting [2023-01-19T04:39:29.681Z] bde34c3a00c8: Waiting [2023-01-19T04:39:29.681Z] b352a97aabf1: Waiting [2023-01-19T04:39:29.681Z] 4872d77fe225: Waiting [2023-01-19T04:39:29.681Z] 5851b861e8e6: Waiting [2023-01-19T04:39:29.681Z] e2be974225ed: Verifying Checksum [2023-01-19T04:39:29.681Z] e2be974225ed: Download complete [2023-01-19T04:39:29.681Z] 988bab9f4d93: Verifying Checksum [2023-01-19T04:39:29.681Z] 988bab9f4d93: Download complete [2023-01-19T04:39:29.946Z] 1469e6f7b9e6: Verifying Checksum [2023-01-19T04:39:29.946Z] 1469e6f7b9e6: Download complete [2023-01-19T04:39:29.946Z] 339a4e72a1f5: Verifying Checksum [2023-01-19T04:39:29.946Z] 339a4e72a1f5: Download complete [2023-01-19T04:39:29.946Z] eaf3925da568: Download complete [2023-01-19T04:39:29.946Z] bde34c3a00c8: Download complete [2023-01-19T04:39:30.211Z] b352a97aabf1: Verifying Checksum [2023-01-19T04:39:30.211Z] b352a97aabf1: Download complete [2023-01-19T04:39:30.211Z] 5851b861e8e6: Verifying Checksum [2023-01-19T04:39:30.211Z] 5851b861e8e6: Download complete [2023-01-19T04:39:30.211Z] b85a868b505f: Verifying Checksum [2023-01-19T04:39:30.211Z] b85a868b505f: Download complete [2023-01-19T04:39:30.469Z] bab4dde63d76: Verifying Checksum [2023-01-19T04:39:30.469Z] bab4dde63d76: Download complete [2023-01-19T04:39:31.404Z] b85a868b505f: Pull complete [2023-01-19T04:39:31.404Z] e2be974225ed: Pull complete [2023-01-19T04:39:31.971Z] 339a4e72a1f5: Pull complete [2023-01-19T04:39:31.971Z] 988bab9f4d93: Pull complete [2023-01-19T04:39:32.231Z] 1469e6f7b9e6: Pull complete [2023-01-19T04:39:32.231Z] eaf3925da568: Pull complete [2023-01-19T04:39:33.609Z] bab4dde63d76: Pull complete [2023-01-19T04:39:33.609Z] bde34c3a00c8: Pull complete [2023-01-19T04:39:33.868Z] b352a97aabf1: Pull complete [2023-01-19T04:39:33.868Z] 4872d77fe225: Pull complete [2023-01-19T04:39:33.868Z] 5851b861e8e6: Pull complete [2023-01-19T04:39:33.869Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-19T04:39:33.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-19T04:39:33.869Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T04:39:34.203Z] prd-ubuntu20.04-docker-8c-8g-3076 does not seem to be running inside a container [2023-01-19T04:39:34.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-19T04:39:36.045Z] $ docker top 1a859963c7d0a2e4e14f6c652069fb292f216f53be2a8109aa8d35c5f4266463 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-19T04:39:36.146Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-19T04:39:36.146Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-19T04:39:36.261Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-19T04:39:36.263Z] $ docker exec 1a859963c7d0a2e4e14f6c652069fb292f216f53be2a8109aa8d35c5f4266463 ssh-agent [2023-01-19T04:39:36.387Z] SSH_AUTH_SOCK=/tmp/ssh-tjHQS9DBSlOp/agent.32 [2023-01-19T04:39:36.387Z] SSH_AGENT_PID=38 [2023-01-19T04:39:36.394Z] Running ssh-add (command line suppressed) [2023-01-19T04:39:36.497Z] Identity added: /w/workspace/edgex-go/380@tmp/private_key_276393730733573852.key (/w/workspace/edgex-go/380@tmp/private_key_276393730733573852.key) [2023-01-19T04:39:36.513Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-19T04:39:36.798Z] + git tag --points-at HEAD [Pipeline] } [2023-01-19T04:39:36.808Z] $ docker exec --env ******** --env ******** 1a859963c7d0a2e4e14f6c652069fb292f216f53be2a8109aa8d35c5f4266463 ssh-agent -k [2023-01-19T04:39:36.906Z] unset SSH_AUTH_SOCK; [2023-01-19T04:39:36.906Z] unset SSH_AGENT_PID; [2023-01-19T04:39:36.906Z] echo Agent pid 38 killed; [2023-01-19T04:39:36.917Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-19T04:39:36.942Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-19T04:39:36.942Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-19T04:39:37.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-19T04:39:37.058Z] $ docker exec 1a859963c7d0a2e4e14f6c652069fb292f216f53be2a8109aa8d35c5f4266463 ssh-agent [2023-01-19T04:39:37.182Z] SSH_AUTH_SOCK=/tmp/ssh-A44F3UkhabpR/agent.70 [2023-01-19T04:39:37.182Z] SSH_AGENT_PID=76 [2023-01-19T04:39:37.187Z] Running ssh-add (command line suppressed) [2023-01-19T04:39:37.291Z] Identity added: /w/workspace/edgex-go/380@tmp/private_key_8845970450156447572.key (/w/workspace/edgex-go/380@tmp/private_key_8845970450156447572.key) [2023-01-19T04:39:37.307Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-19T04:39:37.597Z] + git semver init [2023-01-19T04:39:37.856Z] 2023-01-19 04:39:37,779 [run_init] DEBUG init version:0.0.0 force:False [2023-01-19T04:39:37.856Z] 2023-01-19 04:39:37,780 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/380/.semver [2023-01-19T04:39:37.856Z] 2023-01-19 04:39:37,780 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/380/.semver [2023-01-19T04:39:37.857Z] 2023-01-19 04:39:37,780 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/380/.semver'], cwd=/w/workspace/edgex-go/380, universal_newlines=False, shell=None, istream=None) [2023-01-19T04:39:43.143Z] 2023-01-19 04:39:42,192 [append_file] DEBUG append to file:/w/workspace/edgex-go/380/.git/info/exclude [2023-01-19T04:39:43.143Z] 2023-01-19 04:39:42,193 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/380/.semver/main with force:False [2023-01-19T04:39:43.143Z] 2023-01-19 04:39:42,193 [read_version] DEBUG read version from /w/workspace/edgex-go/380/.semver/main [2023-01-19T04:39:43.143Z] 2023-01-19 04:39:42,193 [read_version] DEBUG read version from /w/workspace/edgex-go/380/.semver/main [2023-01-19T04:39:43.143Z] 3.0.0-dev.24 [Pipeline] } [2023-01-19T04:39:43.151Z] $ docker exec --env ******** --env ******** 1a859963c7d0a2e4e14f6c652069fb292f216f53be2a8109aa8d35c5f4266463 ssh-agent -k [2023-01-19T04:39:43.247Z] unset SSH_AUTH_SOCK; [2023-01-19T04:39:43.247Z] unset SSH_AGENT_PID; [2023-01-19T04:39:43.247Z] echo Agent pid 76 killed; [2023-01-19T04:39:43.257Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-19T04:39:43.556Z] + git semver [Pipeline] } [2023-01-19T04:39:43.828Z] $ docker stop --time=1 1a859963c7d0a2e4e14f6c652069fb292f216f53be2a8109aa8d35c5f4266463 [2023-01-19T04:39:45.121Z] $ docker rm -f --volumes 1a859963c7d0a2e4e14f6c652069fb292f216f53be2a8109aa8d35c5f4266463 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-19T04:39:45.456Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-19T04:39:45.723Z] Stashed 1 file(s) [Pipeline] echo [2023-01-19T04:39:45.727Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.24 [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-01-19T04:39:46.044Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3082 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-01-19T04:39:46.061Z] Running in /w/workspace/edgex-go/380 [Pipeline] { [Pipeline] checkout [2023-01-19T04:39:46.089Z] The recommended git tool is: git [2023-01-19T04:39:46.130Z] + git config --global --add safe.directory /w/workspace/edgex-go/380 [Pipeline] echo [2023-01-19T04:39:46.142Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-19T04:39:46.153Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-19T04:39:46.162Z] ========================================================= [2023-01-19T04:39:46.162Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-19T04:39:46.162Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-19T04:39:46.455Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-19T04:39:46.455Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-19T04:39:46.455Z] 213ec9aee27d: Pulling fs layer [2023-01-19T04:39:46.455Z] 4583459ba037: Pulling fs layer [2023-01-19T04:39:46.455Z] 93c1e223e6f2: Pulling fs layer [2023-01-19T04:39:46.455Z] 53926ce57604: Pulling fs layer [2023-01-19T04:39:46.455Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-19T04:39:46.455Z] 22ff95d597cd: Pulling fs layer [2023-01-19T04:39:46.455Z] 12d6caf4c0d1: Pulling fs layer [2023-01-19T04:39:46.455Z] 96b7cbca73a9: Pulling fs layer [2023-01-19T04:39:46.455Z] a7acece74701: Pulling fs layer [2023-01-19T04:39:46.455Z] 22ff95d597cd: Waiting [2023-01-19T04:39:46.455Z] 12d6caf4c0d1: Waiting [2023-01-19T04:39:46.455Z] 96b7cbca73a9: Waiting [2023-01-19T04:39:46.455Z] a7acece74701: Waiting [2023-01-19T04:39:46.455Z] 53926ce57604: Waiting [2023-01-19T04:39:46.455Z] 21b2b0c7a3f4: Waiting [2023-01-19T04:39:46.455Z] 93c1e223e6f2: Verifying Checksum [2023-01-19T04:39:46.455Z] 93c1e223e6f2: Download complete [2023-01-19T04:39:46.455Z] 4583459ba037: Download complete [2023-01-19T04:39:46.455Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-19T04:39:46.455Z] 21b2b0c7a3f4: Download complete [2023-01-19T04:39:46.455Z] 22ff95d597cd: Verifying Checksum [2023-01-19T04:39:46.455Z] 22ff95d597cd: Download complete [2023-01-19T04:39:46.455Z] 213ec9aee27d: Verifying Checksum [2023-01-19T04:39:46.455Z] 213ec9aee27d: Download complete [2023-01-19T04:39:46.724Z] 12d6caf4c0d1: Verifying Checksum [2023-01-19T04:39:46.724Z] 12d6caf4c0d1: Download complete [2023-01-19T04:39:46.724Z] 213ec9aee27d: Pull complete [2023-01-19T04:39:46.724Z] 4583459ba037: Pull complete [2023-01-19T04:39:47.001Z] 93c1e223e6f2: Pull complete [2023-01-19T04:39:48.057Z] 53926ce57604: Verifying Checksum [2023-01-19T04:39:48.057Z] 53926ce57604: Download complete [2023-01-19T04:39:48.057Z] a7acece74701: Verifying Checksum [2023-01-19T04:39:48.057Z] a7acece74701: Download complete [2023-01-19T04:39:48.317Z] 96b7cbca73a9: Verifying Checksum [2023-01-19T04:39:48.317Z] 96b7cbca73a9: Download complete [2023-01-19T04:39:50.755Z] using credential edgex-jenkins-ssh [2023-01-19T04:39:50.777Z] Cloning the remote Git repository [2023-01-19T04:39:50.820Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-19T04:39:50.901Z] > git init /w/workspace/edgex-go/380 # timeout=10 [2023-01-19T04:39:51.596Z] 53926ce57604: Pull complete [2023-01-19T04:39:51.596Z] 21b2b0c7a3f4: Pull complete [2023-01-19T04:39:51.596Z] 22ff95d597cd: Pull complete [2023-01-19T04:39:51.596Z] 12d6caf4c0d1: Pull complete [2023-01-19T04:39:51.055Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-19T04:39:51.056Z] > git --version # timeout=10 [2023-01-19T04:39:51.076Z] > git --version # 'git version 2.25.1' [2023-01-19T04:39:51.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-19T04:39:51.131Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-19T04:39:53.494Z] 96b7cbca73a9: Pull complete [2023-01-19T04:39:54.424Z] a7acece74701: Pull complete [2023-01-19T04:39:54.424Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-19T04:39:54.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-19T04:39:54.424Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-19T04:39:54.716Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-19T04:39:54.716Z] WORKDIR /edgex [2023-01-19T04:39:54.716Z] COPY go.mod . [2023-01-19T04:39:54.716Z] RUN go mod download [2023-01-19T04:39:54.716Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-19T04:39:55.283Z] Sending build context to Docker daemon 170MB [2023-01-19T04:39:55.283Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-19T04:39:55.283Z] ---> db6d94c90886 [2023-01-19T04:39:55.283Z] Step 2/4 : WORKDIR /edgex [2023-01-19T04:39:59.475Z] ---> Running in fd42eda74cb0 [2023-01-19T04:39:59.475Z] Removing intermediate container fd42eda74cb0 [2023-01-19T04:39:59.475Z] ---> 577ba1454c4b [2023-01-19T04:39:59.475Z] Step 3/4 : COPY go.mod . [2023-01-19T04:39:59.475Z] ---> 7041078d8f9d [2023-01-19T04:39:59.475Z] Step 4/4 : RUN go mod download [2023-01-19T04:39:59.475Z] ---> Running in 9c21846ace40 [2023-01-19T04:40:07.331Z] Avoid second fetch [2023-01-19T04:40:07.331Z] Checking out Revision d3b1737e00ce27f584d3094ba6acb2e2b1233441 (main) [2023-01-19T04:40:08.001Z] Commit message: "build(deps): bump go-mod dependencies and fix unittests (#4296)" [2023-01-19T04:40:06.510Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-19T04:40:06.537Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-19T04:40:07.344Z] > git config core.sparsecheckout # timeout=10 [2023-01-19T04:40:07.360Z] > git checkout -f d3b1737e00ce27f584d3094ba6acb2e2b1233441 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-19T04:40:08.921Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-19T04:40:08.921Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-19T04:40:08.921Z] Dload Upload Total Spent Left Speed [2023-01-19T04:40:08.921Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95156 0 --:--:-- --:--:-- --:--:-- 95156 [Pipeline] sh [2023-01-19T04:40:09.539Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-19T04:40:09.876Z] + sudo tee /etc/docker/daemon.new [2023-01-19T04:40:09.877Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-19T04:40:09.877Z] { [2023-01-19T04:40:09.877Z] "registry-mirrors": [ [2023-01-19T04:40:09.877Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-19T04:40:09.877Z] ], [2023-01-19T04:40:09.877Z] "bip": "10.250.0.254/24", [2023-01-19T04:40:09.877Z] "hosts": [ [2023-01-19T04:40:09.877Z] "tcp://0.0.0.0:5555", [2023-01-19T04:40:09.877Z] "unix:///var/run/docker.sock" [2023-01-19T04:40:09.877Z] ], [2023-01-19T04:40:09.877Z] "mtu": 1458, [2023-01-19T04:40:09.877Z] "selinux-enabled": true, [2023-01-19T04:40:09.877Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-19T04:40:09.877Z] } [Pipeline] sh [2023-01-19T04:40:10.211Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-19T04:40:10.535Z] + sudo service docker restart [2023-01-19T04:40:11.678Z] Removing intermediate container 9c21846ace40 [2023-01-19T04:40:11.678Z] ---> 7d9993640365 [2023-01-19T04:40:11.678Z] Successfully built 7d9993640365 [2023-01-19T04:40:11.678Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:40:11.979Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-19T04:40:11.979Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T04:40:12.049Z] prd-ubuntu20.04-docker-8c-8g-3076 does not seem to be running inside a container [2023-01-19T04:40:12.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-19T04:40:12.521Z] $ docker top 0d513cebaeafec34d2f7c9fcd008bce1c214347df3413bc8b2d3af13acdcafa7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-19T04:40:12.862Z] + go version [2023-01-19T04:40:12.863Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-19T04:40:12.872Z] $ docker stop --time=1 0d513cebaeafec34d2f7c9fcd008bce1c214347df3413bc8b2d3af13acdcafa7 [2023-01-19T04:40:14.129Z] $ docker rm -f --volumes 0d513cebaeafec34d2f7c9fcd008bce1c214347df3413bc8b2d3af13acdcafa7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:40:14.524Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-19T04:40:14.524Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T04:40:14.599Z] prd-ubuntu20.04-docker-8c-8g-3076 does not seem to be running inside a container [2023-01-19T04:40:14.628Z] $ 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/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-19T04:40:14.959Z] $ docker top a647e6565226f760e87aa529cf8b94d1983ebf82b68b7f21ad96c89f972bef5b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-19T04:40:15.032Z] ========================================================= [2023-01-19T04:40:15.032Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-19T04:40:15.032Z] ========================================================= [Pipeline] sh [2023-01-19T04:40:15.313Z] + git config --global --add safe.directory /w/workspace/edgex-go/380 [Pipeline] fileExists [Pipeline] sh [2023-01-19T04:40:15.608Z] + make test [2023-01-19T04:40:15.609Z] go test -race -coverprofile=coverage.out ./... [2023-01-19T04:40:22.172Z] ? github.com/edgexfoundry/edgex-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-19T04:40:28.781Z] provisioning config files... [2023-01-19T04:40:28.805Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/380@tmp/config12586415727824723405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-19T04:40:29.152Z] ---> docker-login.sh [2023-01-19T04:40:29.152Z] nexus3.edgexfoundry.org:10001 [2023-01-19T04:40:29.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:40:29.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:40:29.690Z] Configure a credential helper to remove this warning. See [2023-01-19T04:40:29.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:40:29.690Z] [2023-01-19T04:40:29.690Z] Login Succeeded [2023-01-19T04:40:29.690Z] nexus3.edgexfoundry.org:10002 [2023-01-19T04:40:29.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:40:29.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:40:29.958Z] Configure a credential helper to remove this warning. See [2023-01-19T04:40:29.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:40:29.958Z] [2023-01-19T04:40:29.958Z] Login Succeeded [2023-01-19T04:40:29.958Z] nexus3.edgexfoundry.org:10003 [2023-01-19T04:40:30.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:40:30.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:40:30.499Z] Configure a credential helper to remove this warning. See [2023-01-19T04:40:30.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:40:30.499Z] [2023-01-19T04:40:30.499Z] Login Succeeded [2023-01-19T04:40:30.499Z] nexus3.edgexfoundry.org:10004 [2023-01-19T04:40:30.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:40:30.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:40:30.771Z] Configure a credential helper to remove this warning. See [2023-01-19T04:40:30.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:40:30.771Z] [2023-01-19T04:40:30.771Z] Login Succeeded [2023-01-19T04:40:30.771Z] docker.io [2023-01-19T04:40:31.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:40:31.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:40:31.306Z] Configure a credential helper to remove this warning. See [2023-01-19T04:40:31.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:40:31.306Z] [2023-01-19T04:40:31.306Z] Login Succeeded [2023-01-19T04:40:31.306Z] ---> docker-login.sh ends [Pipeline] } [2023-01-19T04:40:31.319Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-19T04:40:31.854Z] + git config --global --add safe.directory /w/workspace/edgex-go/380 [Pipeline] echo [2023-01-19T04:40:31.873Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-19T04:40:31.883Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-19T04:40:31.891Z] ========================================================= [2023-01-19T04:40:31.891Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-19T04:40:31.891Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-19T04:40:32.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-19T04:40:32.209Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-19T04:40:32.209Z] 9b18e9b68314: Pulling fs layer [2023-01-19T04:40:32.209Z] 35d82f9e3411: Pulling fs layer [2023-01-19T04:40:32.209Z] e16973657156: Pulling fs layer [2023-01-19T04:40:32.209Z] fc693d55d65f: Pulling fs layer [2023-01-19T04:40:32.209Z] 7e9fc2657dce: Pulling fs layer [2023-01-19T04:40:32.209Z] dda99020689f: Pulling fs layer [2023-01-19T04:40:32.209Z] db1c61fa0a46: Pulling fs layer [2023-01-19T04:40:32.209Z] 891c053d2c06: Pulling fs layer [2023-01-19T04:40:32.209Z] fc693d55d65f: Waiting [2023-01-19T04:40:32.209Z] db1c61fa0a46: Waiting [2023-01-19T04:40:32.209Z] 7e9fc2657dce: Waiting [2023-01-19T04:40:32.209Z] dda99020689f: Waiting [2023-01-19T04:40:32.209Z] 891c053d2c06: Waiting [2023-01-19T04:40:32.491Z] e16973657156: Verifying Checksum [2023-01-19T04:40:32.491Z] e16973657156: Download complete [2023-01-19T04:40:32.491Z] 35d82f9e3411: Verifying Checksum [2023-01-19T04:40:32.491Z] 35d82f9e3411: Download complete [2023-01-19T04:40:32.491Z] 7e9fc2657dce: Verifying Checksum [2023-01-19T04:40:32.491Z] 7e9fc2657dce: Download complete [2023-01-19T04:40:32.491Z] dda99020689f: Verifying Checksum [2023-01-19T04:40:32.491Z] dda99020689f: Download complete [2023-01-19T04:40:32.491Z] 9b18e9b68314: Download complete [2023-01-19T04:40:33.473Z] 9b18e9b68314: Pull complete [2023-01-19T04:40:33.473Z] 891c053d2c06: Verifying Checksum [2023-01-19T04:40:33.473Z] 891c053d2c06: Download complete [2023-01-19T04:40:34.064Z] 35d82f9e3411: Pull complete [2023-01-19T04:40:34.335Z] e16973657156: Pull complete [2023-01-19T04:40:34.604Z] db1c61fa0a46: Verifying Checksum [2023-01-19T04:40:34.604Z] db1c61fa0a46: Download complete [2023-01-19T04:40:35.190Z] fc693d55d65f: Verifying Checksum [2023-01-19T04:40:35.190Z] fc693d55d65f: Download complete [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-19T04:40:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.056s coverage: 28.7% of statements [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-19T04:40:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.089s coverage: 98.5% of statements [2023-01-19T04:40:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.094s coverage: 43.0% of statements [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-19T04:40:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-19T04:40:37.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.089s coverage: 54.0% of statements [2023-01-19T04:40:37.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-19T04:40:37.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.330s coverage: 89.2% of statements [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.089s coverage: 2.4% of statements [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.500s coverage: 95.6% of statements [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.066s coverage: 72.2% of statements [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.062s coverage: 0.9% of statements [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.067s coverage: 29.6% of statements [2023-01-19T04:40:41.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2023-01-19T04:40:41.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2023-01-19T04:40:46.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements [2023-01-19T04:40:46.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.076s coverage: 44.8% of statements [2023-01-19T04:40:47.516Z] fc693d55d65f: Pull complete [2023-01-19T04:40:47.516Z] 7e9fc2657dce: Pull complete [2023-01-19T04:40:47.516Z] dda99020689f: Pull complete [2023-01-19T04:40:53.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.300s coverage: 79.9% of statements [2023-01-19T04:40:53.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-19T04:40:54.173Z] db1c61fa0a46: Pull complete [2023-01-19T04:40:56.141Z] 891c053d2c06: Pull complete [2023-01-19T04:40:56.141Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-19T04:40:56.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-19T04:40:56.141Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-19T04:40:56.478Z] + docker build -t ci-base-image-arm64+ -f - . [2023-01-19T04:40:56.478Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-19T04:40:56.478Z] WORKDIR /edgex [2023-01-19T04:40:56.478Z] COPY go.mod . [2023-01-19T04:40:56.478Z] RUN go mod download [2023-01-19T04:40:56.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.117s coverage: 92.9% of statements [2023-01-19T04:40:56.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-19T04:40:56.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-19T04:40:56.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-19T04:40:56.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.052s coverage: 65.1% of statements [2023-01-19T04:40:56.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-19T04:40:56.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-19T04:40:56.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-19T04:40:56.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-19T04:40:56.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 86.9% of statements [2023-01-19T04:40:56.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-19T04:40:56.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-19T04:40:56.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-19T04:40:56.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 77.4% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.108s coverage: 80.0% of statements [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.261s coverage: 91.2% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.219s coverage: 64.7% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.374s coverage: 65.3% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.165s coverage: 41.8% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.073s coverage: 89.5% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.083s coverage: 84.8% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.092s coverage: 17.7% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.159s coverage: 92.3% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 63.2% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-19T04:40:56.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-19T04:40:56.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-19T04:40:57.063Z] Sending build context to Docker daemon 3.109MB [2023-01-19T04:40:57.063Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-19T04:40:57.063Z] ---> f96f9c87975a [2023-01-19T04:40:57.063Z] Step 2/4 : WORKDIR /edgex [2023-01-19T04:40:57.194Z] 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-01-19T04:40:59.021Z] ---> Running in 9cb01989c6cb [2023-01-19T04:40:59.021Z] Removing intermediate container 9cb01989c6cb [2023-01-19T04:40:59.021Z] ---> 0ace04efb896 [2023-01-19T04:40:59.021Z] Step 3/4 : COPY go.mod . [2023-01-19T04:40:59.689Z] ---> 88b8c640d65a [2023-01-19T04:40:59.689Z] Step 4/4 : RUN go mod download [2023-01-19T04:40:59.689Z] ---> Running in 5dcc316505ef [2023-01-19T04:41:19.252Z] 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-01-19T04:41:19.252Z] go vet ./... [2023-01-19T04:41:21.800Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-19T04:41:21.800Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-19T04:41:22.063Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-19T04:41:22.077Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-19T04:41:22.376Z] + ls -al . [2023-01-19T04:41:22.377Z] total 748 [2023-01-19T04:41:22.377Z] drwxrwxr-x 11 1001 1001 4096 Jan 19 04:40 . [2023-01-19T04:41:22.377Z] drwxr-xr-x 4 root root 4096 Jan 19 04:40 .. [2023-01-19T04:41:22.377Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 04:39 .blubracket [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 16 Jan 19 04:39 .dockerignore [2023-01-19T04:41:22.377Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 04:40 .git [2023-01-19T04:41:22.377Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 04:39 .github [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 956 Jan 19 04:39 .gitignore [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 42 Jan 19 04:39 .golangci.yml [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 87 Jan 19 04:39 .hadolint.yml [2023-01-19T04:41:22.377Z] drwxr-xr-x 3 1001 1001 4096 Jan 19 04:39 .semver [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 04:39 .sonarcloud.properties [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 1171 Jan 19 04:39 ADOPTERS.md [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 10825 Jan 19 04:39 Attribution.txt [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 73765 Jan 19 04:39 CHANGELOG.md [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 04:39 CONTRIBUTING.md [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 677 Jan 19 04:39 GOVERNANCE.md [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 850 Jan 19 04:39 Jenkinsfile [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 04:39 LICENSE [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 12513 Jan 19 04:39 Makefile [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 582 Jan 19 04:39 OWNERS.md [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 9403 Jan 19 04:39 README.md [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 6912 Jan 19 04:39 SECURITY.md [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 12 Jan 19 04:39 VERSION [2023-01-19T04:41:22.377Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 04:39 bin [2023-01-19T04:41:22.377Z] drwxrwxr-x 16 1001 1001 4096 Jan 19 04:39 cmd [2023-01-19T04:41:22.377Z] -rw-r--r-- 1 root root 489970 Jan 19 04:40 coverage.out [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 3377 Jan 19 04:39 go.mod [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 34951 Jan 19 04:39 go.sum [2023-01-19T04:41:22.377Z] drwxrwxr-x 7 1001 1001 4096 Jan 19 04:39 internal [2023-01-19T04:41:22.377Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 04:39 openapi [2023-01-19T04:41:22.377Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 04:39 snap [2023-01-19T04:41:22.377Z] -rw-rw-r-- 1 1001 1001 204 Jan 19 04:39 version.go [Pipeline] sh [2023-01-19T04:41:22.749Z] + '[' -e coverage.out ] [2023-01-19T04:41:22.749Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-19T04:41:22.841Z] Stashed 1 file(s) [Pipeline] sh [2023-01-19T04:41:23.124Z] + make build [2023-01-19T04:41:23.124Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-19T04:41:31.998Z] Removing intermediate container 5dcc316505ef [2023-01-19T04:41:31.998Z] ---> 541acd89a639 [2023-01-19T04:41:31.998Z] Successfully built 541acd89a639 [2023-01-19T04:41:31.998Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:41:32.326Z] + docker inspect -f . ci-base-image-arm64 [2023-01-19T04:41:32.326Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T04:41:32.507Z] prd-ubuntu20.04-docker-arm64-4c-16g-3082 does not seem to be running inside a container [2023-01-19T04:41:32.566Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-19T04:41:33.749Z] $ docker top 18e95b34919e5a58957187f63d8a7002dfa32a298a5200bae52c9821e9ae15f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-19T04:41:34.579Z] + go version [2023-01-19T04:41:34.579Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-19T04:41:34.597Z] $ docker stop --time=1 18e95b34919e5a58957187f63d8a7002dfa32a298a5200bae52c9821e9ae15f6 [2023-01-19T04:41:36.211Z] $ docker rm -f --volumes 18e95b34919e5a58957187f63d8a7002dfa32a298a5200bae52c9821e9ae15f6 [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-01-19T04:41:36.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-19T04:41:36.951Z] [2023-01-19T04:41:36.951Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:41:37.278Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-19T04:41:37.278Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-19T04:41:37.278Z] 29e5d40040c1: Pulling fs layer [2023-01-19T04:41:37.278Z] 1ce36da41761: Pulling fs layer [2023-01-19T04:41:37.278Z] 25b303627fd3: Pulling fs layer [2023-01-19T04:41:37.547Z] 29e5d40040c1: Verifying Checksum [2023-01-19T04:41:37.547Z] 29e5d40040c1: Download complete [2023-01-19T04:41:37.815Z] 1ce36da41761: Verifying Checksum [2023-01-19T04:41:37.815Z] 1ce36da41761: Download complete [2023-01-19T04:41:37.998Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-19T04:41:37.998Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-19T04:41:38.081Z] 29e5d40040c1: Pull complete [2023-01-19T04:41:38.564Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-19T04:41:39.041Z] 1ce36da41761: Pull complete [2023-01-19T04:41:39.041Z] 25b303627fd3: Verifying Checksum [2023-01-19T04:41:39.041Z] 25b303627fd3: Download complete [2023-01-19T04:41:46.679Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-19T04:41:48.057Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-19T04:41:49.105Z] 25b303627fd3: Pull complete [2023-01-19T04:41:49.105Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-19T04:41:49.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-19T04:41:49.105Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T04:41:49.281Z] prd-ubuntu20.04-docker-arm64-4c-16g-3082 does not seem to be running inside a container [2023-01-19T04:41:49.335Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-19T04:41:49.432Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-19T04:41:50.804Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-19T04:41:51.387Z] $ docker top fca998b9da34b1db9f57f1f61966d7ab2c7b02d883cd9f377337b91de3e82a31 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-19T04:41:51.738Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-19T04:41:52.200Z] + docker-compose build --help [2023-01-19T04:41:52.200Z] + grep parallel [2023-01-19T04:41:52.674Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-19T04:41:55.206Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-19T04:41:56.446Z] --parallel Build images in parallel. [Pipeline] } [2023-01-19T04:41:56.462Z] $ docker stop --time=1 fca998b9da34b1db9f57f1f61966d7ab2c7b02d883cd9f377337b91de3e82a31 [2023-01-19T04:41:58.092Z] $ docker rm -f --volumes fca998b9da34b1db9f57f1f61966d7ab2c7b02d883cd9f377337b91de3e82a31 [Pipeline] // withDockerContainer [Pipeline] } [2023-01-19T04:41:58.249Z] $ docker stop --time=1 a647e6565226f760e87aa529cf8b94d1983ebf82b68b7f21ad96c89f972bef5b [2023-01-19T04:42:01.471Z] $ docker rm -f --volumes a647e6565226f760e87aa529cf8b94d1983ebf82b68b7f21ad96c89f972bef5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:42:02.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-19T04:42:02.173Z] [2023-01-19T04:42:02.173Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:42:02.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-19T04:42:02.238Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T04:42:02.397Z] prd-ubuntu20.04-docker-arm64-4c-16g-3082 does not seem to be running inside a container [2023-01-19T04:42:02.455Z] $ 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/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@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-01-19T04:42:02.464Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-19T04:42:02.464Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-19T04:42:02.464Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-19T04:42:02.464Z] ca9280d653b3: Pulling fs layer [2023-01-19T04:42:02.464Z] 7e9c9ca2126c: Pulling fs layer [2023-01-19T04:42:02.464Z] cbdbe7a5bc2a: Verifying Checksum [2023-01-19T04:42:02.464Z] cbdbe7a5bc2a: Download complete [2023-01-19T04:42:02.726Z] cbdbe7a5bc2a: Pull complete [2023-01-19T04:42:02.726Z] ca9280d653b3: Download complete [2023-01-19T04:42:03.293Z] 7e9c9ca2126c: Verifying Checksum [2023-01-19T04:42:03.293Z] 7e9c9ca2126c: Download complete [2023-01-19T04:42:03.293Z] ca9280d653b3: Pull complete [2023-01-19T04:42:03.549Z] $ docker top e83909810f276fa41295c0826c3fb1289ad712352b872a46a0b71c6352ed87b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-19T04:42:04.043Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-19T04:42:06.582Z] 7e9c9ca2126c: Pull complete [2023-01-19T04:42:06.582Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-19T04:42:06.582Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-19T04:42:06.582Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T04:42:06.675Z] prd-ubuntu20.04-docker-8c-8g-3076 does not seem to be running inside a container [2023-01-19T04:42:06.711Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-19T04:42:08.284Z] Building core-command ... [2023-01-19T04:42:08.285Z] Building core-data ... [2023-01-19T04:42:08.285Z] Building core-metadata ... [2023-01-19T04:42:08.285Z] Building security-bootstrapper ... [2023-01-19T04:42:08.285Z] Building security-proxy-setup ... [2023-01-19T04:42:08.285Z] Building security-secretstore-setup ... [2023-01-19T04:42:08.285Z] Building security-spiffe-token-provider ... [2023-01-19T04:42:08.285Z] Building security-spire-agent ... [2023-01-19T04:42:08.285Z] Building security-spire-config ... [2023-01-19T04:42:08.285Z] Building security-spire-server ... [2023-01-19T04:42:08.285Z] Building support-notifications ... [2023-01-19T04:42:08.285Z] Building support-scheduler ... [2023-01-19T04:42:08.285Z] Building security-spiffe-token-provider [2023-01-19T04:42:08.285Z] Building support-notifications [2023-01-19T04:42:08.285Z] Building security-spire-server [2023-01-19T04:42:08.285Z] Building security-spire-config [2023-01-19T04:42:08.285Z] Building security-secretstore-setup [2023-01-19T04:42:08.368Z] $ docker top 9bf03da4637a7f8b0565e382cd2aaf1977194b57652588997a5c17cd1817ecc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-19T04:42:08.715Z] + docker-compose build --help [2023-01-19T04:42:08.715Z] + grep parallel [2023-01-19T04:42:09.283Z] --parallel Build images in parallel. [Pipeline] } [2023-01-19T04:42:09.292Z] $ docker stop --time=1 9bf03da4637a7f8b0565e382cd2aaf1977194b57652588997a5c17cd1817ecc4 [2023-01-19T04:42:10.559Z] $ docker rm -f --volumes 9bf03da4637a7f8b0565e382cd2aaf1977194b57652588997a5c17cd1817ecc4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:42:10.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-19T04:42:10.943Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T04:42:11.010Z] prd-ubuntu20.04-docker-8c-8g-3076 does not seem to be running inside a container [2023-01-19T04:42:11.043Z] $ 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/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@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-01-19T04:42:11.406Z] $ docker top bbc88c138b888f2ec7c551035a29612ed364e5a1f132fd4fe19e940ecc1c74cd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-19T04:42:11.758Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-19T04:42:12.325Z] Building core-command ... [2023-01-19T04:42:12.325Z] Building core-data ... [2023-01-19T04:42:12.325Z] Building core-metadata ... [2023-01-19T04:42:12.325Z] Building security-bootstrapper ... [2023-01-19T04:42:12.325Z] Building security-proxy-setup ... [2023-01-19T04:42:12.325Z] Building security-secretstore-setup ... [2023-01-19T04:42:12.325Z] Building security-spiffe-token-provider ... [2023-01-19T04:42:12.325Z] Building security-spire-agent ... [2023-01-19T04:42:12.325Z] Building security-spire-config ... [2023-01-19T04:42:12.325Z] Building security-spire-server ... [2023-01-19T04:42:12.325Z] Building support-notifications ... [2023-01-19T04:42:12.325Z] Building support-scheduler ... [2023-01-19T04:42:12.325Z] Building core-command [2023-01-19T04:42:12.325Z] Building core-data [2023-01-19T04:42:12.325Z] Building security-secretstore-setup [2023-01-19T04:42:12.325Z] Building support-notifications [2023-01-19T04:42:12.325Z] Building security-proxy-setup [2023-01-19T04:42:18.344Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:42:18.344Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:42:18.344Z] ---> 541acd89a639 [2023-01-19T04:42:18.344Z] Step 3/19 : WORKDIR /edgex-go [2023-01-19T04:42:18.344Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:42:18.344Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:42:18.344Z] ---> 541acd89a639 [2023-01-19T04:42:18.344Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-19T04:42:18.344Z] ---> Running in bb25c6c2c051 [2023-01-19T04:42:18.344Z] ---> Running in 22b44f5d9d24 [2023-01-19T04:42:18.344Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:42:18.344Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:42:18.344Z] ---> 541acd89a639 [2023-01-19T04:42:18.344Z] Step 3/24 : WORKDIR /edgex-go [2023-01-19T04:42:18.344Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:42:18.344Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:42:18.344Z] ---> 541acd89a639 [2023-01-19T04:42:18.344Z] Step 3/24 : WORKDIR /edgex-go [2023-01-19T04:42:18.344Z] ---> Running in fb992390739c [2023-01-19T04:42:18.344Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:42:18.344Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:42:18.344Z] ---> 541acd89a639 [2023-01-19T04:42:18.344Z] Step 3/23 : WORKDIR /edgex-go [2023-01-19T04:42:18.344Z] ---> Running in bd3e06fc1aa5 [2023-01-19T04:42:18.344Z] ---> Running in cb8e54c9f0c4 [2023-01-19T04:42:18.344Z] Removing intermediate container bb25c6c2c051 [2023-01-19T04:42:18.344Z] ---> 62accb152ea3 [2023-01-19T04:42:18.344Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-19T04:42:18.344Z] ---> Running in 88e834e40368 [2023-01-19T04:42:18.344Z] Removing intermediate container 22b44f5d9d24 [2023-01-19T04:42:18.344Z] ---> 4521e5e2d3c0 [2023-01-19T04:42:18.344Z] Step 4/22 : WORKDIR /edgex-go [2023-01-19T04:42:18.344Z] Removing intermediate container fb992390739c [2023-01-19T04:42:18.344Z] ---> f2de80f1464e [2023-01-19T04:42:18.344Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-19T04:42:18.344Z] ---> Running in 9410b27ec272 [2023-01-19T04:42:18.616Z] ---> Running in 3de4afcda3ae [2023-01-19T04:42:18.616Z] Removing intermediate container bd3e06fc1aa5 [2023-01-19T04:42:18.616Z] ---> bebedbb1221b [2023-01-19T04:42:18.616Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-19T04:42:18.884Z] Removing intermediate container cb8e54c9f0c4 [2023-01-19T04:42:18.884Z] ---> b167d6076e73 [2023-01-19T04:42:18.884Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-19T04:42:18.884Z] ---> Running in 4bef662c289d [2023-01-19T04:42:18.884Z] ---> Running in 62dddc095d1e [2023-01-19T04:42:19.485Z] Removing intermediate container 9410b27ec272 [2023-01-19T04:42:19.485Z] ---> 096fcbd0e9e6 [2023-01-19T04:42:19.485Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-19T04:42:19.485Z] ---> Running in 01bfcfa498e1 [2023-01-19T04:42:20.449Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:42:21.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:42:21.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:42:21.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:42:21.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:42:21.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:42:21.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:42:21.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:42:21.566Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:42:21.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:42:22.416Z] v3.16.3-125-gdeedb1d818 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-19T04:42:22.416Z] v3.16.3-128-g16bbabafae [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-19T04:42:22.416Z] OK: 16900 distinct packages available [2023-01-19T04:42:22.686Z] OK: 221 MiB in 51 packages [2023-01-19T04:42:22.686Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:42:22.686Z] OK: 221 MiB in 51 packages [2023-01-19T04:42:22.960Z] OK: 221 MiB in 51 packages [2023-01-19T04:42:22.960Z] OK: 221 MiB in 51 packages [2023-01-19T04:42:23.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:42:24.189Z] OK: 221 MiB in 51 packages [2023-01-19T04:42:24.456Z] Removing intermediate container 3de4afcda3ae [2023-01-19T04:42:24.456Z] ---> 0dc97d564e72 [2023-01-19T04:42:24.456Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-19T04:42:24.724Z] Removing intermediate container 62dddc095d1e [2023-01-19T04:42:24.724Z] ---> 25e61d91e660 [2023-01-19T04:42:24.724Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-19T04:42:24.995Z] Removing intermediate container 4bef662c289d [2023-01-19T04:42:24.995Z] ---> 3cb2e8afbb57 [2023-01-19T04:42:24.995Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-19T04:42:24.995Z] Removing intermediate container 01bfcfa498e1 [2023-01-19T04:42:24.995Z] ---> f8a0f82ae705 [2023-01-19T04:42:24.995Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-19T04:42:25.578Z] ---> a4137368f2bb [2023-01-19T04:42:25.578Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:42:25.578Z] Removing intermediate container 88e834e40368 [2023-01-19T04:42:25.578Z] ---> 548d5d7571ef [2023-01-19T04:42:25.578Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-19T04:42:25.578Z] ---> Running in 074d5115b33c [2023-01-19T04:42:26.171Z] ---> 3b623994af32 [2023-01-19T04:42:26.171Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:42:26.439Z] ---> 063cd05e9e81 [2023-01-19T04:42:26.439Z] ---> Running in 2bbab567fa12 [2023-01-19T04:42:26.439Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:42:26.439Z] ---> 2087822a0c24 [2023-01-19T04:42:26.439Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:42:26.439Z] ---> Running in ddafa7adb7d5 [2023-01-19T04:42:26.708Z] ---> Running in d6225b046463 [2023-01-19T04:42:26.987Z] ---> e1d691407f2b [2023-01-19T04:42:26.987Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:42:27.204Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:42:27.204Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:42:27.204Z] ---> 7d9993640365 [2023-01-19T04:42:27.204Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-19T04:42:27.204Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:42:27.204Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:42:27.204Z] ---> 7d9993640365 [2023-01-19T04:42:27.204Z] Step 3/24 : WORKDIR /edgex-go [2023-01-19T04:42:27.204Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:42:27.204Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:42:27.204Z] ---> 7d9993640365 [2023-01-19T04:42:27.204Z] Step 3/21 : WORKDIR /edgex-go [2023-01-19T04:42:27.204Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:42:27.204Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:42:27.204Z] ---> 7d9993640365 [2023-01-19T04:42:27.204Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-19T04:42:27.204Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:42:27.204Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:42:27.205Z] ---> 7d9993640365 [2023-01-19T04:42:27.205Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-19T04:42:27.268Z] ---> Running in ab03e7991e54 [2023-01-19T04:42:30.496Z] ---> Running in 164bb5259e87 [2023-01-19T04:42:30.496Z] ---> Running in 69924592426a [2023-01-19T04:42:30.496Z] ---> Running in 240f15bacbc7 [2023-01-19T04:42:30.496Z] ---> Running in 0d45c75f9d74 [2023-01-19T04:42:30.496Z] ---> Running in d5d8a543e136 [2023-01-19T04:42:30.496Z] Removing intermediate container 0d45c75f9d74 [2023-01-19T04:42:30.496Z] ---> 4ba0225ff92b [2023-01-19T04:42:30.496Z] Step 4/22 : WORKDIR /edgex-go [2023-01-19T04:42:30.496Z] Removing intermediate container d5d8a543e136 [2023-01-19T04:42:30.496Z] ---> 61782fe74919 [2023-01-19T04:42:30.496Z] Step 4/22 : WORKDIR /edgex-go [2023-01-19T04:42:30.496Z] Removing intermediate container 164bb5259e87 [2023-01-19T04:42:30.496Z] ---> 6f861274df8c [2023-01-19T04:42:30.496Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-19T04:42:30.496Z] Removing intermediate container 240f15bacbc7 [2023-01-19T04:42:30.496Z] ---> b798b28bd1ed [2023-01-19T04:42:30.497Z] Step 4/23 : WORKDIR /edgex-goRemoving intermediate container 69924592426a [2023-01-19T04:42:30.497Z] [2023-01-19T04:42:30.497Z] ---> c267b394021c [2023-01-19T04:42:30.497Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-19T04:42:30.497Z] ---> Running in 7204f13b4ff8 [2023-01-19T04:42:30.497Z] ---> Running in f63880f6d93a [2023-01-19T04:42:30.497Z] ---> Running in b1a2679113dc [2023-01-19T04:42:30.497Z] ---> Running in dc4ec601d5a2 [2023-01-19T04:42:30.497Z] ---> Running in 82553d0dc9c6 [2023-01-19T04:42:30.497Z] Removing intermediate container 7204f13b4ff8 [2023-01-19T04:42:30.497Z] ---> 90486e9d80f1 [2023-01-19T04:42:30.497Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-19T04:42:30.497Z] Removing intermediate container b1a2679113dc [2023-01-19T04:42:30.497Z] ---> 9c9756538aa5 [2023-01-19T04:42:30.497Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-19T04:42:30.497Z] ---> Running in 9221edf35aa2 [2023-01-19T04:42:30.497Z] ---> Running in cec4d5fc7d7b [2023-01-19T04:42:30.497Z] Removing intermediate container 82553d0dc9c6 [2023-01-19T04:42:30.497Z] ---> 9db036b27f8c [2023-01-19T04:42:30.497Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-19T04:42:30.497Z] ---> Running in 887a0c1b88b5 [2023-01-19T04:42:30.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:42:30.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:42:30.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:42:30.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:42:30.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:42:31.012Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:42:31.012Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:42:31.012Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:42:31.012Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:42:31.012Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:42:31.012Z] OK: 211 MiB in 51 packages [2023-01-19T04:42:31.012Z] OK: 211 MiB in 51 packages [2023-01-19T04:42:31.012Z] OK: 211 MiB in 51 packages [2023-01-19T04:42:31.271Z] OK: 211 MiB in 51 packages [2023-01-19T04:42:31.271Z] OK: 211 MiB in 51 packages [2023-01-19T04:42:31.837Z] Removing intermediate container dc4ec601d5a2 [2023-01-19T04:42:31.837Z] ---> d5d458430eb8 [2023-01-19T04:42:31.837Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-19T04:42:31.837Z] Removing intermediate container f63880f6d93a [2023-01-19T04:42:31.837Z] ---> f70dab7ffa6f [2023-01-19T04:42:31.837Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-19T04:42:31.837Z] Removing intermediate container cec4d5fc7d7b [2023-01-19T04:42:31.837Z] ---> 73dee0799e4f [2023-01-19T04:42:31.837Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-19T04:42:31.837Z] ---> d071fb121bd8 [2023-01-19T04:42:31.837Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:42:31.837Z] Removing intermediate container 887a0c1b88b5 [2023-01-19T04:42:31.837Z] ---> dbeb446612a4 [2023-01-19T04:42:31.837Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-19T04:42:31.837Z] ---> Running in 3b44cf0cfd31 [2023-01-19T04:42:31.837Z] ---> dd63c7fd72c4 [2023-01-19T04:42:31.837Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:42:31.837Z] Removing intermediate container 9221edf35aa2 [2023-01-19T04:42:31.837Z] ---> df74ce574747 [2023-01-19T04:42:31.837Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-19T04:42:31.837Z] ---> Running in 885ebde919e4 [2023-01-19T04:42:31.837Z] ---> bf3a400265fa [2023-01-19T04:42:31.837Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:42:32.095Z] ---> Running in 9ca9f9ad95ee [2023-01-19T04:42:32.095Z] ---> 6e20189179aa [2023-01-19T04:42:32.095Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:42:32.095Z] ---> c324a59153c4 [2023-01-19T04:42:32.095Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:42:32.095Z] ---> Running in b9a058a00a59 [2023-01-19T04:42:32.095Z] ---> Running in 3fc5d5c1f86d [2023-01-19T04:43:10.924Z] Removing intermediate container 3b44cf0cfd31 [2023-01-19T04:43:10.924Z] ---> 5795c132930b [2023-01-19T04:43:10.924Z] Step 7/24 : COPY . . [2023-01-19T04:43:10.924Z] Removing intermediate container 3fc5d5c1f86d [2023-01-19T04:43:10.924Z] ---> ef245e9c9dee [2023-01-19T04:43:10.924Z] Step 8/23 : COPY . . [2023-01-19T04:43:10.924Z] Removing intermediate container b9a058a00a59 [2023-01-19T04:43:10.924Z] ---> d850764d3cc0 [2023-01-19T04:43:10.924Z] Step 8/22 : COPY . . [2023-01-19T04:43:10.924Z] Removing intermediate container 885ebde919e4 [2023-01-19T04:43:10.924Z] ---> 47bf015f2ae1 [2023-01-19T04:43:10.924Z] Step 7/21 : COPY . . [2023-01-19T04:43:10.924Z] Removing intermediate container 9ca9f9ad95ee [2023-01-19T04:43:10.924Z] ---> d7b11f8eddc8 [2023-01-19T04:43:10.924Z] Step 8/22 : COPY . . [2023-01-19T04:43:20.908Z] ---> 15ec20898394 [2023-01-19T04:43:20.908Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-19T04:43:20.908Z] ---> 31723e170300 [2023-01-19T04:43:20.908Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-19T04:43:20.908Z] ---> d369f12b663d [2023-01-19T04:43:20.908Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-19T04:43:20.908Z] ---> 9fec2877841c [2023-01-19T04:43:20.908Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-19T04:43:20.908Z] ---> Running in 2404b43bf70a [2023-01-19T04:43:20.908Z] ---> a674351dd92b [2023-01-19T04:43:20.908Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-19T04:43:20.908Z] ---> Running in 1b9e0b1cea33 [2023-01-19T04:43:20.908Z] ---> Running in e5f9a91d567a [2023-01-19T04:43:20.908Z] ---> Running in 2dcbc4b78b4b [2023-01-19T04:43:20.908Z] ---> Running in 5e488bfe2f50 [2023-01-19T04:43:21.166Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-19T04:43:21.166Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-19T04:43:21.455Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-19T04:43:21.713Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-19T04:43:21.714Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-19T04:44:00.441Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-19T04:44:00.441Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-19T04:44:05.707Z] Removing intermediate container 1b9e0b1cea33 [2023-01-19T04:44:05.707Z] ---> c4fdf93a09e1 [2023-01-19T04:44:05.707Z] [2023-01-19T04:44:05.707Z] Step 9/21 : FROM alpine:3.16 [2023-01-19T04:44:05.707Z] 3.16: Pulling from library/alpine [2023-01-19T04:44:05.707Z] Removing intermediate container 5e488bfe2f50 [2023-01-19T04:44:05.707Z] ---> f965f0358f6c [2023-01-19T04:44:05.707Z] [2023-01-19T04:44:05.707Z] Step 10/22 : FROM alpine:3.16 [2023-01-19T04:44:05.707Z] Removing intermediate container 2404b43bf70a [2023-01-19T04:44:05.707Z] ---> 9188cada8f70 [2023-01-19T04:44:05.707Z] [2023-01-19T04:44:05.707Z] Step 9/24 : FROM alpine:3.16 [2023-01-19T04:44:05.707Z] Removing intermediate container 2dcbc4b78b4b [2023-01-19T04:44:05.707Z] ---> 7fd05c9e2d9c [2023-01-19T04:44:05.707Z] [2023-01-19T04:44:05.707Z] Step 10/23 : FROM alpine:3.16 [2023-01-19T04:44:05.707Z] 3.16: Pulling from library/alpine [2023-01-19T04:44:05.965Z] 3.16: Pulling from library/alpine [2023-01-19T04:44:05.965Z] 3.16: Pulling from library/alpine [2023-01-19T04:44:06.222Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-19T04:44:06.222Z] Status: Downloaded newer image for alpine:3.16 [2023-01-19T04:44:06.222Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-19T04:44:06.222Z] Status: Image is up to date for alpine:3.16 [2023-01-19T04:44:06.222Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-19T04:44:06.222Z] Status: Image is up to date for alpine:3.16 [2023-01-19T04:44:06.222Z] ---> bfe296a52501 [2023-01-19T04:44:06.222Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-19T04:44:06.222Z] ---> bfe296a52501 [2023-01-19T04:44:06.222Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-19T04:44:06.222Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-19T04:44:06.222Z] Status: Image is up to date for alpine:3.16 [2023-01-19T04:44:06.222Z] ---> bfe296a52501 [2023-01-19T04:44:06.222Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-19T04:44:06.222Z] ---> bfe296a52501 [2023-01-19T04:44:06.222Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-19T04:44:07.264Z] ---> Running in 65776ac73d60 [2023-01-19T04:44:07.264Z] ---> Running in 10b5717342ec [2023-01-19T04:44:07.264Z] ---> Running in 4dbec2ccd2dd [2023-01-19T04:44:07.264Z] ---> Running in 13ab62699a7f [2023-01-19T04:44:07.522Z] Removing intermediate container 13ab62699a7f [2023-01-19T04:44:07.522Z] ---> d0e51b280b41 [2023-01-19T04:44:07.522Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-19T04:44:07.522Z] ---> Running in c6bdf7471bcd [2023-01-19T04:44:07.803Z] Removing intermediate container c6bdf7471bcd [2023-01-19T04:44:07.803Z] ---> f28cc92d4ef1 [2023-01-19T04:44:07.803Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-19T04:44:07.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:07.803Z] ---> Running in 914df5159d8c [2023-01-19T04:44:07.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:07.803Z] Removing intermediate container 914df5159d8c [2023-01-19T04:44:07.803Z] ---> 202c641251c6 [2023-01-19T04:44:07.803Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-19T04:44:08.081Z] ---> Running in facfe73c9cd3 [2023-01-19T04:44:08.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:08.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:08.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:08.081Z] Removing intermediate container e5f9a91d567a [2023-01-19T04:44:08.081Z] ---> 6354fe9f450d [2023-01-19T04:44:08.081Z] [2023-01-19T04:44:08.081Z] Step 10/22 : FROM alpine:3.16 [2023-01-19T04:44:08.081Z] ---> bfe296a52501 [2023-01-19T04:44:08.081Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-19T04:44:08.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:08.081Z] ---> Running in 24e29da75730 [2023-01-19T04:44:08.081Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-19T04:44:08.081Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-19T04:44:08.339Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-19T04:44:08.339Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-19T04:44:08.339Z] (5/6) Installing curl (7.83.1-r5) [2023-01-19T04:44:08.339Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-19T04:44:08.339Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T04:44:08.339Z] Executing ca-certificates-20220614-r0.trigger [2023-01-19T04:44:08.339Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-19T04:44:08.339Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-19T04:44:08.339Z] (3/3) Installing su-exec (0.2-r1) [2023-01-19T04:44:08.339Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T04:44:08.339Z] Executing ca-certificates-20220614-r0.trigger [2023-01-19T04:44:08.339Z] OK: 8 MiB in 20 packages [2023-01-19T04:44:08.339Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-19T04:44:08.339Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T04:44:08.339Z] OK: 6 MiB in 15 packages [2023-01-19T04:44:08.339Z] OK: 6 MiB in 17 packages [2023-01-19T04:44:08.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:08.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:08.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:08.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:08.600Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-19T04:44:08.600Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T04:44:08.600Z] OK: 6 MiB in 15 packages [2023-01-19T04:44:08.881Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-19T04:44:08.881Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-19T04:44:08.881Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T04:44:08.881Z] Executing ca-certificates-20220614-r0.trigger [2023-01-19T04:44:08.881Z] Removing intermediate container 4dbec2ccd2dd [2023-01-19T04:44:08.881Z] ---> f921e1be3d5f [2023-01-19T04:44:08.881Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-19T04:44:09.143Z] ---> Running in 7d2ec5c1d36f [2023-01-19T04:44:09.143Z] OK: 6 MiB in 16 packages [2023-01-19T04:44:09.143Z] Removing intermediate container 7d2ec5c1d36f [2023-01-19T04:44:09.143Z] ---> a197407a8157 [2023-01-19T04:44:09.143Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-19T04:44:09.143Z] Removing intermediate container 65776ac73d60 [2023-01-19T04:44:09.143Z] ---> 53cf93d495d2 [2023-01-19T04:44:09.143Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-19T04:44:09.143Z] Removing intermediate container 10b5717342ec [2023-01-19T04:44:09.143Z] ---> 24160f36b76d [2023-01-19T04:44:09.143Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-19T04:44:09.143Z] ---> Running in 70ef2588048b [2023-01-19T04:44:09.143Z] ---> Running in 9fe7ba958991 [2023-01-19T04:44:09.402Z] ---> Running in 10a9342bd457 [2023-01-19T04:44:09.402Z] Removing intermediate container facfe73c9cd3 [2023-01-19T04:44:09.402Z] ---> 93315f5cb9a9 [2023-01-19T04:44:09.402Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:44:09.402Z] Removing intermediate container 70ef2588048b [2023-01-19T04:44:09.402Z] ---> 93d0df620026 [2023-01-19T04:44:09.402Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-19T04:44:09.402Z] ---> Running in f00945beef87 [2023-01-19T04:44:09.402Z] Removing intermediate container 9fe7ba958991 [2023-01-19T04:44:09.402Z] ---> d820b529fdd4 [2023-01-19T04:44:09.402Z] Step 12/21 : WORKDIR /edgex [2023-01-19T04:44:09.402Z] Removing intermediate container 10a9342bd457 [2023-01-19T04:44:09.402Z] ---> c618523f413c [2023-01-19T04:44:09.402Z] Step 12/24 : WORKDIR / [2023-01-19T04:44:09.402Z] ---> Running in 19caca20fb21 [2023-01-19T04:44:09.402Z] ---> Running in 2ea722a7dba9 [2023-01-19T04:44:09.686Z] ---> 0b97817e3243 [2023-01-19T04:44:09.686Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-19T04:44:09.686Z] Removing intermediate container f00945beef87 [2023-01-19T04:44:09.686Z] ---> a8b0d6cb2e27 [2023-01-19T04:44:09.686Z] Step 15/23 : WORKDIR / [2023-01-19T04:44:09.686Z] Removing intermediate container 19caca20fb21 [2023-01-19T04:44:09.686Z] ---> d271b7245556 [2023-01-19T04:44:09.686Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-19T04:44:09.686Z] ---> Running in 8e65dfa236a4 [2023-01-19T04:44:09.686Z] Removing intermediate container 2ea722a7dba9 [2023-01-19T04:44:09.686Z] ---> 41fe901a5448 [2023-01-19T04:44:09.686Z] 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-01-19T04:44:09.686Z] Removing intermediate container 24e29da75730 [2023-01-19T04:44:09.686Z] ---> 77d6cce01b9b [2023-01-19T04:44:09.686Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-19T04:44:09.686Z] ---> Running in 34c0c5e2b3e5 [2023-01-19T04:44:09.945Z] Removing intermediate container 8e65dfa236a4 [2023-01-19T04:44:09.945Z] ---> f85aaa51e7aa [2023-01-19T04:44:09.945Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:44:09.945Z] ---> d68ec16f1c98 [2023-01-19T04:44:09.945Z] 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-01-19T04:44:09.945Z] Removing intermediate container 34c0c5e2b3e5 [2023-01-19T04:44:09.945Z] ---> 9471d5942068 [2023-01-19T04:44:09.945Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-19T04:44:09.945Z] ---> eb396315a397 [2023-01-19T04:44:09.945Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-19T04:44:09.945Z] ---> 3234a0d502c3 [2023-01-19T04:44:09.945Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-19T04:44:09.945Z] ---> f8af04e1eb0b [2023-01-19T04:44:09.945Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-19T04:44:09.945Z] ---> Running in 8502ce18ee38 [2023-01-19T04:44:10.209Z] Removing intermediate container 8502ce18ee38 [2023-01-19T04:44:10.209Z] ---> 8878bbe959cc [2023-01-19T04:44:10.209Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-19T04:44:10.209Z] ---> 9c079032f586 [2023-01-19T04:44:10.209Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-19T04:44:10.209Z] ---> Running in cf90b54f297e [2023-01-19T04:44:10.468Z] ---> 9b615b3bb55f [2023-01-19T04:44:10.468Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-19T04:44:10.468Z] Removing intermediate container cf90b54f297e [2023-01-19T04:44:10.468Z] ---> e8819e9854da [2023-01-19T04:44:10.468Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:44:10.468Z] ---> Running in 94d2ccdbbec6 [2023-01-19T04:44:10.727Z] ---> 31cf9c91c43b [2023-01-19T04:44:10.727Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-19T04:44:10.727Z] ---> 897cbd4615dd [2023-01-19T04:44:10.727Z] 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-01-19T04:44:10.727Z] ---> 3e24739fce53 [2023-01-19T04:44:10.727Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-19T04:44:10.727Z] Removing intermediate container 94d2ccdbbec6 [2023-01-19T04:44:10.727Z] ---> f83467ce1154 [2023-01-19T04:44:10.727Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T04:44:10.727Z] ---> Running in 8ca90073ae43 [2023-01-19T04:44:10.986Z] ---> a9ee30731363 [2023-01-19T04:44:10.986Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-19T04:44:10.986Z] ---> 899ae6f924b2 [2023-01-19T04:44:10.986Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-19T04:44:10.986Z] ---> d62b122b43d0 [2023-01-19T04:44:10.986Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-19T04:44:10.986Z] Removing intermediate container 8ca90073ae43 [2023-01-19T04:44:10.986Z] ---> ddc0ed6bac64 [2023-01-19T04:44:10.986Z] Step 20/22 : LABEL arch=x86_64 [2023-01-19T04:44:10.986Z] ---> Running in a57ff7830386 [2023-01-19T04:44:10.986Z] ---> d49b4c1a175f [2023-01-19T04:44:10.986Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-19T04:44:10.986Z] ---> Running in 3cab02780883 [2023-01-19T04:44:11.245Z] Removing intermediate container a57ff7830386 [2023-01-19T04:44:11.245Z] ---> 7e05a0dafa07 [2023-01-19T04:44:11.245Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T04:44:11.832Z] Removing intermediate container 3cab02780883 [2023-01-19T04:44:11.832Z] ---> 07159b5a1601 [2023-01-19T04:44:11.832Z] Step 21/22 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:44:11.832Z] ---> 34e4c302cb6a [2023-01-19T04:44:11.832Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-19T04:44:11.832Z] ---> Running in 9e981e264fe6 [2023-01-19T04:44:11.832Z] ---> Running in 109f4fa21193 [2023-01-19T04:44:11.832Z] ---> 9045017b95ae [2023-01-19T04:44:11.832Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-19T04:44:11.832Z] ---> d77b8475a708 [2023-01-19T04:44:11.832Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-19T04:44:11.832Z] ---> Running in 8ac800da438f [2023-01-19T04:44:11.832Z] Removing intermediate container 109f4fa21193 [2023-01-19T04:44:11.832Z] ---> 1bd04457a1db [2023-01-19T04:44:11.832Z] Step 22/22 : LABEL version=3.0.0-dev.24 [2023-01-19T04:44:11.832Z] Removing intermediate container 9e981e264fe6 [2023-01-19T04:44:11.832Z] ---> 9b6327197ba1 [2023-01-19T04:44:11.832Z] Step 21/23 : LABEL arch=x86_64 [2023-01-19T04:44:11.832Z] ---> Running in bda2fe519cf8 [2023-01-19T04:44:12.091Z] ---> Running in 3d9f199f8491 [2023-01-19T04:44:12.091Z] ---> a4ba8b772a82 [2023-01-19T04:44:12.091Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-19T04:44:12.091Z] ---> Running in 5afe258fdf6f [2023-01-19T04:44:12.091Z] ---> 951ef0d9a870 [2023-01-19T04:44:12.091Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-19T04:44:12.091Z] Removing intermediate container bda2fe519cf8 [2023-01-19T04:44:12.091Z] ---> 31fa25101ac8 [2023-01-19T04:44:12.091Z] [2023-01-19T04:44:12.091Z] Removing intermediate container 3d9f199f8491 [2023-01-19T04:44:12.091Z] ---> f1bd6e2427ea [2023-01-19T04:44:12.091Z] Step 22/23 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:44:12.358Z] ---> Running in af3ed5335900 [2023-01-19T04:44:12.358Z] Successfully built 31fa25101ac8 [2023-01-19T04:44:12.358Z] Successfully tagged core-data:latest [2023-01-19T04:44:12.358Z]  Building core-data ... done Building security-spiffe-token-provider [2023-01-19T04:44:12.358Z] Removing intermediate container 5afe258fdf6f [2023-01-19T04:44:12.358Z] ---> eef533f9ceda [2023-01-19T04:44:12.358Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T04:44:12.358Z] ---> Running in dd848d6c0b32 [2023-01-19T04:44:12.358Z] Removing intermediate container af3ed5335900 [2023-01-19T04:44:12.358Z] ---> f12c9ef778a6 [2023-01-19T04:44:12.358Z] Step 23/23 : LABEL version=3.0.0-dev.24 [2023-01-19T04:44:12.358Z] ---> Running in 2ce9a4b20699 [2023-01-19T04:44:12.358Z] ---> b3ac9b3b4f15 [2023-01-19T04:44:12.358Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-19T04:44:14.905Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:44:14.905Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:44:15.472Z] ---> 7d9993640365 [2023-01-19T04:44:15.473Z] Step 3/19 : WORKDIR /edgex-go [2023-01-19T04:44:15.473Z] ---> Using cache [2023-01-19T04:44:15.473Z] ---> c267b394021c [2023-01-19T04:44:15.473Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-19T04:44:15.473Z] ---> Running in 1899c92ade01 [2023-01-19T04:44:15.473Z] Removing intermediate container dd848d6c0b32 [2023-01-19T04:44:15.473Z] ---> 86005df8f205 [2023-01-19T04:44:15.473Z] Step 20/22 : LABEL arch=x86_64 [2023-01-19T04:44:15.473Z] Removing intermediate container 2ce9a4b20699 [2023-01-19T04:44:15.473Z] ---> 88f299a18f60 [2023-01-19T04:44:15.473Z] [2023-01-19T04:44:15.473Z] Removing intermediate container 8ac800da438f [2023-01-19T04:44:15.473Z] ---> 827aa65342a8 [2023-01-19T04:44:15.473Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-19T04:44:15.473Z] ---> Running in ab490a5ce01f [2023-01-19T04:44:15.473Z] ---> Running in c9c71a9a5fef [2023-01-19T04:44:15.473Z] ---> Running in d7b825e22506 [2023-01-19T04:44:15.473Z] Successfully built 88f299a18f60 [2023-01-19T04:44:15.473Z] Successfully tagged core-command:latest [2023-01-19T04:44:15.473Z]  Building core-command ... done Building security-spire-agent [2023-01-19T04:44:15.473Z] Removing intermediate container d7b825e22506 [2023-01-19T04:44:15.473Z] ---> b81c8abaccb4 [2023-01-19T04:44:15.473Z] Step 19/21 : LABEL arch=x86_64 [2023-01-19T04:44:15.473Z] Removing intermediate container c9c71a9a5fef [2023-01-19T04:44:15.473Z] ---> e8a7c2c16fbb [2023-01-19T04:44:15.473Z] Step 21/22 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:44:15.473Z] ---> Running in 4c6a3070d21e [2023-01-19T04:44:15.730Z] ---> Running in 776e87932b2d [2023-01-19T04:44:17.106Z] Removing intermediate container 4c6a3070d21e [2023-01-19T04:44:17.106Z] ---> fd90684a8353 [2023-01-19T04:44:17.106Z] Step 20/21 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:44:17.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:17.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:17.382Z] v3.16.3-125-gdeedb1d818 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-19T04:44:17.382Z] v3.16.3-128-g16bbabafae [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-19T04:44:17.382Z] OK: 17043 distinct packages available [2023-01-19T04:44:17.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:17.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:17.641Z] OK: 211 MiB in 51 packages [2023-01-19T04:44:18.208Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:44:18.208Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:44:18.208Z] ---> 7d9993640365 [2023-01-19T04:44:18.208Z] Step 3/24 : WORKDIR /edgex-go [2023-01-19T04:44:18.208Z] ---> Using cache [2023-01-19T04:44:18.208Z] ---> c267b394021c [2023-01-19T04:44:18.208Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-19T04:44:18.466Z] Removing intermediate container 776e87932b2d [2023-01-19T04:44:18.466Z] ---> 5480ade118f0 [2023-01-19T04:44:18.466Z] Step 22/22 : LABEL version=3.0.0-dev.24 [2023-01-19T04:44:18.466Z] ---> Running in 4ad6e523c36b [2023-01-19T04:44:18.466Z] ---> Running in 33ba61b72298 [2023-01-19T04:44:18.466Z] ---> Running in a868495479b8 [2023-01-19T04:44:18.466Z] Removing intermediate container 4ad6e523c36b [2023-01-19T04:44:18.466Z] ---> 5ebb1e6c2249 [2023-01-19T04:44:18.466Z] Step 21/21 : LABEL version=3.0.0-dev.24 [2023-01-19T04:44:18.466Z] ---> Running in 0032a886f4b4 [2023-01-19T04:44:18.736Z] Removing intermediate container 1899c92ade01 [2023-01-19T04:44:18.736Z] ---> c8e52fea5e33 [2023-01-19T04:44:18.736Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-19T04:44:18.736Z] Removing intermediate container a868495479b8 [2023-01-19T04:44:18.736Z] ---> 25f52a502863 [2023-01-19T04:44:18.736Z] [2023-01-19T04:44:18.736Z] ---> Running in 9e1185523f73 [2023-01-19T04:44:18.736Z] Removing intermediate container 0032a886f4b4 [2023-01-19T04:44:18.736Z] ---> 9670e030257b [2023-01-19T04:44:18.736Z] [2023-01-19T04:44:18.736Z] Successfully built 25f52a502863 [2023-01-19T04:44:18.736Z] Successfully tagged support-notifications:latest [2023-01-19T04:44:18.736Z]  Building support-notifications ... done Building core-metadata [2023-01-19T04:44:18.736Z] Successfully built 9670e030257b [2023-01-19T04:44:18.736Z] Successfully tagged security-proxy-setup:latest [2023-01-19T04:44:18.736Z]  Building security-proxy-setup ... done Building support-scheduler [2023-01-19T04:44:18.736Z] Removing intermediate container 9e1185523f73 [2023-01-19T04:44:18.736Z] ---> 9067f6beca73 [2023-01-19T04:44:18.736Z] Step 22/24 : LABEL arch=x86_64 [2023-01-19T04:44:18.736Z] Removing intermediate container ab490a5ce01f [2023-01-19T04:44:18.736Z] ---> c54fbb15d5cc [2023-01-19T04:44:18.736Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-19T04:44:18.932Z] Removing intermediate container d6225b046463 [2023-01-19T04:44:18.932Z] ---> 4229dcad7750 [2023-01-19T04:44:18.932Z] Step 8/22 : COPY . . [2023-01-19T04:44:18.932Z] Removing intermediate container ab03e7991e54 [2023-01-19T04:44:18.932Z] ---> 142451d9e4cb [2023-01-19T04:44:18.932Z] Step 7/19 : COPY . . [2023-01-19T04:44:18.932Z] Removing intermediate container 2bbab567fa12 [2023-01-19T04:44:18.932Z] ---> c645e56e9882 [2023-01-19T04:44:18.932Z] Step 7/23 : COPY . . [2023-01-19T04:44:18.932Z] Removing intermediate container ddafa7adb7d5 [2023-01-19T04:44:18.932Z] ---> 81c7a8362f23 [2023-01-19T04:44:18.932Z] Step 7/24 : COPY . . [2023-01-19T04:44:18.932Z] Removing intermediate container 074d5115b33c [2023-01-19T04:44:18.932Z] ---> e0bee260c21c [2023-01-19T04:44:18.932Z] Step 7/24 : COPY . . [2023-01-19T04:44:18.932Z] ---> 849089ac3643 [2023-01-19T04:44:18.932Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-19T04:44:18.932Z] ---> 6be513d6eb74 [2023-01-19T04:44:18.932Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-19T04:44:18.932Z] ---> f4bc48455bd2 [2023-01-19T04:44:18.932Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-19T04:44:18.932Z] ---> 88a90b51f021 [2023-01-19T04:44:18.932Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-19T04:44:18.932Z] ---> 88f252fe0abd [2023-01-19T04:44:18.932Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-19T04:44:18.932Z] ---> Running in 1fd6aaddabdd [2023-01-19T04:44:18.932Z] ---> Running in 97a351753007 [2023-01-19T04:44:18.932Z] ---> Running in 7281a3c22974 [2023-01-19T04:44:18.932Z] ---> Running in d2fa3f8765ee [2023-01-19T04:44:18.932Z] ---> Running in b872b6e9f8ff [2023-01-19T04:44:18.932Z] Removing intermediate container 7281a3c22974 [2023-01-19T04:44:18.932Z] ---> 917fa681cc43 [2023-01-19T04:44:18.932Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-19T04:44:18.932Z] Removing intermediate container 97a351753007 [2023-01-19T04:44:18.932Z] ---> b1b8e7e4b2a3 [2023-01-19T04:44:18.932Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-19T04:44:18.932Z] ---> Running in 8cb3b044c76a [2023-01-19T04:44:18.932Z] ---> Running in a49192dd238c [2023-01-19T04:44:18.932Z] Removing intermediate container a49192dd238c [2023-01-19T04:44:18.932Z] ---> cf8144a10af8 [2023-01-19T04:44:18.932Z] 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-01-19T04:44:18.932Z] Removing intermediate container 8cb3b044c76a [2023-01-19T04:44:18.932Z] ---> b7d9179e0e88 [2023-01-19T04:44:18.932Z] 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-01-19T04:44:18.932Z] ---> Running in 2bd0b7f91661 [2023-01-19T04:44:18.932Z] ---> Running in ff2dbec79ed9 [2023-01-19T04:44:18.932Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-19T04:44:18.932Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-19T04:44:18.932Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-19T04:44:19.131Z] ---> Running in 9584ae7e0186 [2023-01-19T04:44:19.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:19.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:44:19.390Z] OK: 211 MiB in 51 packages [2023-01-19T04:44:19.958Z] Removing intermediate container 9584ae7e0186 [2023-01-19T04:44:19.958Z] ---> fe5697b6f7c6 [2023-01-19T04:44:19.958Z] Step 23/24 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:44:20.886Z] Removing intermediate container 2bd0b7f91661 [2023-01-19T04:44:20.886Z] ---> d7dcb47aa903 [2023-01-19T04:44:20.886Z] Step 11/23 : WORKDIR /edgex-go [2023-01-19T04:44:20.886Z] ---> Running in a6d4a86ec8b5 [2023-01-19T04:44:21.468Z] Removing intermediate container a6d4a86ec8b5 [2023-01-19T04:44:21.468Z] ---> d3aec0c518ec [2023-01-19T04:44:21.468Z] [2023-01-19T04:44:21.468Z] Step 12/23 : FROM alpine:3.15 [2023-01-19T04:44:21.468Z] Removing intermediate container ff2dbec79ed9 [2023-01-19T04:44:21.468Z] ---> dd6d95c1aab8 [2023-01-19T04:44:21.468Z] Step 11/24 : WORKDIR /edgex-go [2023-01-19T04:44:21.468Z] ---> Running in be94127c29a6 [2023-01-19T04:44:21.468Z] 3.15: Pulling from library/alpine [2023-01-19T04:44:22.052Z] Removing intermediate container be94127c29a6 [2023-01-19T04:44:22.052Z] ---> d83e40b3892c [2023-01-19T04:44:22.052Z] [2023-01-19T04:44:22.052Z] Step 12/24 : FROM alpine:3.15 [2023-01-19T04:44:22.319Z] 3.15: Pulling from library/alpine [2023-01-19T04:44:22.495Z] ---> f30933fddfdb [2023-01-19T04:44:22.495Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:44:23.062Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:44:23.062Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:44:23.062Z] ---> 7d9993640365 [2023-01-19T04:44:23.062Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-19T04:44:23.062Z] ---> Using cache [2023-01-19T04:44:23.062Z] ---> b798b28bd1ed [2023-01-19T04:44:23.062Z] Step 4/24 : WORKDIR /edgex-go [2023-01-19T04:44:23.062Z] ---> Using cache [2023-01-19T04:44:23.062Z] ---> 9db036b27f8c [2023-01-19T04:44:23.062Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-19T04:44:23.062Z] ---> Using cache [2023-01-19T04:44:23.062Z] ---> dbeb446612a4 [2023-01-19T04:44:23.062Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-19T04:44:23.062Z] ---> Using cache [2023-01-19T04:44:23.062Z] ---> 6e20189179aa [2023-01-19T04:44:23.062Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:44:23.062Z] ---> Using cache [2023-01-19T04:44:23.062Z] ---> ef245e9c9dee [2023-01-19T04:44:23.062Z] Step 8/24 : COPY . . [2023-01-19T04:44:23.062Z] ---> Using cache [2023-01-19T04:44:23.062Z] ---> 31723e170300 [2023-01-19T04:44:23.062Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-19T04:44:23.062Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:44:23.062Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:44:23.062Z] ---> 7d9993640365 [2023-01-19T04:44:23.062Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-19T04:44:23.062Z] ---> Using cache [2023-01-19T04:44:23.062Z] ---> b798b28bd1ed [2023-01-19T04:44:23.062Z] Step 4/22 : WORKDIR /edgex-go [2023-01-19T04:44:23.062Z] ---> Using cache [2023-01-19T04:44:23.062Z] ---> 9db036b27f8c [2023-01-19T04:44:23.062Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-19T04:44:23.062Z] ---> Using cache [2023-01-19T04:44:23.062Z] ---> dbeb446612a4 [2023-01-19T04:44:23.062Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-19T04:44:23.062Z] ---> Using cache [2023-01-19T04:44:23.062Z] ---> 6e20189179aa [2023-01-19T04:44:23.062Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:44:23.062Z] ---> Using cache [2023-01-19T04:44:23.062Z] ---> ef245e9c9dee [2023-01-19T04:44:23.062Z] Step 8/22 : COPY . . [2023-01-19T04:44:23.062Z] ---> Using cache [2023-01-19T04:44:23.062Z] ---> 31723e170300 [2023-01-19T04:44:23.062Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-19T04:44:23.310Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-19T04:44:23.310Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-19T04:44:23.310Z] Status: Downloaded newer image for alpine:3.15 [2023-01-19T04:44:23.310Z] Status: Downloaded newer image for alpine:3.15 [2023-01-19T04:44:23.310Z] ---> 8aa73fd46299 [2023-01-19T04:44:23.310Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-19T04:44:23.310Z] ---> 8aa73fd46299 [2023-01-19T04:44:23.310Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-19T04:44:23.319Z] ---> Running in a0b565cff60e [2023-01-19T04:44:23.320Z] ---> Running in 70a9cdb0dae9 [2023-01-19T04:44:23.320Z] ---> Running in e1d536be50dc [2023-01-19T04:44:23.320Z] ---> Running in 14bc6d67354f [2023-01-19T04:44:23.577Z] ---> Running in 2ab96f088832 [2023-01-19T04:44:23.577Z] ---> Running in 1eb2d83c8407 [2023-01-19T04:44:23.577Z] Removing intermediate container a0b565cff60e [2023-01-19T04:44:23.577Z] ---> fce953da27b2 [2023-01-19T04:44:23.577Z] Step 24/24 : LABEL version=3.0.0-dev.24 [2023-01-19T04:44:23.577Z] Removing intermediate container 33ba61b72298 [2023-01-19T04:44:23.577Z] ---> 231daa9e428d [2023-01-19T04:44:23.577Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-19T04:44:23.577Z] ---> Running in 969d3297e242 [2023-01-19T04:44:23.577Z] Removing intermediate container 969d3297e242 [2023-01-19T04:44:23.577Z] ---> 62d2ca66590a [2023-01-19T04:44:23.577Z] [2023-01-19T04:44:23.577Z] ---> b152617536c6 [2023-01-19T04:44:23.577Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:44:23.577Z] Successfully built 62d2ca66590a [2023-01-19T04:44:23.577Z] Successfully tagged security-secretstore-setup:latest [2023-01-19T04:44:23.577Z] Building security-bootstrapper [2023-01-19T04:44:23.834Z]  Building security-secretstore-setup ... done  ---> Running in 9eb24556bf2f [2023-01-19T04:44:23.834Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-19T04:44:24.091Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-19T04:44:24.158Z] Removing intermediate container 2ab96f088832 [2023-01-19T04:44:24.158Z] ---> b97106cc442e [2023-01-19T04:44:24.158Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-19T04:44:24.158Z] Removing intermediate container 1eb2d83c8407 [2023-01-19T04:44:24.158Z] ---> b389421e3449 [2023-01-19T04:44:24.424Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-19T04:44:24.424Z] ---> Running in c7fcefdd362b [2023-01-19T04:44:24.424Z] ---> Running in 0301b6a48a00 [2023-01-19T04:44:25.987Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:44:25.987Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:44:25.987Z] ---> 7d9993640365 [2023-01-19T04:44:25.987Z] Step 3/32 : WORKDIR /edgex-go [2023-01-19T04:44:25.987Z] ---> Using cache [2023-01-19T04:44:25.987Z] ---> c267b394021c [2023-01-19T04:44:25.987Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-19T04:44:25.987Z] ---> Using cache [2023-01-19T04:44:25.987Z] ---> d5d458430eb8 [2023-01-19T04:44:25.987Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-19T04:44:25.987Z] ---> Using cache [2023-01-19T04:44:25.987Z] ---> d071fb121bd8 [2023-01-19T04:44:25.987Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:44:25.987Z] ---> Using cache [2023-01-19T04:44:25.987Z] ---> 5795c132930b [2023-01-19T04:44:25.987Z] Step 7/32 : COPY . . [2023-01-19T04:44:25.987Z] ---> Using cache [2023-01-19T04:44:25.987Z] ---> 15ec20898394 [2023-01-19T04:44:25.987Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-19T04:44:27.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:44:27.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:44:27.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:44:27.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:44:28.516Z] ---> Running in bcaa0cd6466c [2023-01-19T04:44:28.773Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-19T04:44:29.013Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-19T04:44:29.013Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-19T04:44:29.013Z] v3.15.6-267-g0d32177539 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-19T04:44:29.013Z] OK: 15736 distinct packages available [2023-01-19T04:44:29.013Z] v3.15.6-267-g0d32177539 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-19T04:44:29.013Z] OK: 15736 distinct packages available [2023-01-19T04:44:29.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:44:29.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:44:29.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:44:29.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:44:30.962Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-19T04:44:30.962Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-19T04:44:30.962Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-19T04:44:30.962Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-19T04:44:30.962Z] (3/4) Installing libucontext (1.1-r0) [2023-01-19T04:44:30.962Z] (3/5) Installing libucontext (1.1-r0) [2023-01-19T04:44:30.962Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-19T04:44:30.962Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-19T04:44:30.962Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-19T04:44:30.962Z] Executing busybox-1.34.1-r7.trigger [2023-01-19T04:44:30.962Z] Executing busybox-1.34.1-r7.trigger [2023-01-19T04:44:30.962Z] OK: 6 MiB in 18 packages [2023-01-19T04:44:30.962Z] OK: 6 MiB in 19 packages [2023-01-19T04:44:33.539Z] Removing intermediate container c7fcefdd362b [2023-01-19T04:44:33.539Z] ---> 3b9fa2a93da7 [2023-01-19T04:44:33.539Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-19T04:44:33.539Z] Removing intermediate container 0301b6a48a00 [2023-01-19T04:44:33.539Z] ---> 1b0b7be16f31 [2023-01-19T04:44:33.539Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-19T04:44:41.731Z] ---> 273f406bc5bc [2023-01-19T04:44:41.731Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-19T04:44:41.731Z] ---> 359196e16d73 [2023-01-19T04:44:41.731Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-19T04:44:42.327Z] ---> 6fda99273c09 [2023-01-19T04:44:42.327Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-19T04:44:42.327Z] ---> 19d3c911b449 [2023-01-19T04:44:42.327Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-19T04:44:42.595Z] ---> Running in 8c14cc2086cb [2023-01-19T04:44:43.199Z] Removing intermediate container 8c14cc2086cb [2023-01-19T04:44:43.199Z] ---> e8be44e471e7 [2023-01-19T04:44:43.199Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-19T04:44:43.779Z] ---> 1027e7da428c [2023-01-19T04:44:43.779Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-19T04:44:44.376Z] ---> 4feaf4e2e2a3 [2023-01-19T04:44:44.376Z] Step 19/24 : WORKDIR / [2023-01-19T04:44:44.644Z] ---> Running in 8fc05f5959ad [2023-01-19T04:44:44.644Z] ---> bad6c840fa23 [2023-01-19T04:44:44.644Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-19T04:44:44.911Z] ---> Running in 9737de26a0c0 [2023-01-19T04:44:45.177Z] Removing intermediate container 8fc05f5959ad [2023-01-19T04:44:45.177Z] ---> 85b9781d4fbf [2023-01-19T04:44:45.177Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-19T04:44:45.444Z] ---> Running in 6d3ee9431433 [2023-01-19T04:44:45.709Z] Removing intermediate container 9737de26a0c0 [2023-01-19T04:44:45.709Z] ---> e49ae5c757f3 [2023-01-19T04:44:45.709Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-19T04:44:45.976Z] ---> Running in c4a7bc8bbd21 [2023-01-19T04:44:45.976Z] Removing intermediate container 6d3ee9431433 [2023-01-19T04:44:45.976Z] ---> d77dc24805de [2023-01-19T04:44:45.976Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-19T04:44:45.976Z] ---> Running in 6e4ad322ca2a [2023-01-19T04:44:46.571Z] Removing intermediate container 6e4ad322ca2a [2023-01-19T04:44:46.571Z] ---> ffc70c39ca03 [2023-01-19T04:44:46.571Z] Step 22/24 : LABEL arch=arm64 [2023-01-19T04:44:46.571Z] Removing intermediate container c4a7bc8bbd21 [2023-01-19T04:44:46.571Z] ---> 4e85ef6f8734 [2023-01-19T04:44:46.571Z] Step 21/23 : LABEL arch=arm64 [2023-01-19T04:44:46.571Z] ---> Running in 8b3f94226875 [2023-01-19T04:44:46.841Z] ---> Running in 0b8efb9b779a [2023-01-19T04:44:47.108Z] Removing intermediate container 8b3f94226875 [2023-01-19T04:44:47.108Z] ---> 3778f5f3ed50 [2023-01-19T04:44:47.108Z] Step 23/24 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:44:47.375Z] ---> Running in 9845e3b489ef [2023-01-19T04:44:47.375Z] Removing intermediate container 0b8efb9b779a [2023-01-19T04:44:47.375Z] ---> 0f77ae74c547 [2023-01-19T04:44:47.375Z] Step 22/23 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:44:47.643Z] ---> Running in 24f9231a19a0 [2023-01-19T04:44:47.909Z] Removing intermediate container 9845e3b489ef [2023-01-19T04:44:47.909Z] ---> 15dbe0222419 [2023-01-19T04:44:47.909Z] Step 24/24 : LABEL version=3.0.0-dev.24 [2023-01-19T04:44:47.909Z] ---> Running in 280d7b8ef167 [2023-01-19T04:44:48.179Z] Removing intermediate container 24f9231a19a0 [2023-01-19T04:44:48.179Z] ---> 5d2feac503b4 [2023-01-19T04:44:48.179Z] Step 23/23 : LABEL version=3.0.0-dev.24 [2023-01-19T04:44:48.447Z] ---> Running in 6427373e220c [2023-01-19T04:44:48.713Z] Removing intermediate container 280d7b8ef167 [2023-01-19T04:44:48.713Z] ---> d26bb9616606 [2023-01-19T04:44:48.713Z] [2023-01-19T04:44:48.980Z] Successfully built d26bb9616606 [2023-01-19T04:44:48.980Z] Successfully tagged security-spire-config-arm64:latest [2023-01-19T04:44:48.980Z] Building security-proxy-setup [2023-01-19T04:44:48.980Z]  Building security-spire-config ... done Removing intermediate container 6427373e220c [2023-01-19T04:44:48.980Z] ---> 0ef3c01b73b0 [2023-01-19T04:44:48.980Z] [2023-01-19T04:44:48.980Z] Successfully built 0ef3c01b73b0 [2023-01-19T04:44:49.246Z] Successfully tagged security-spire-server-arm64:latest [2023-01-19T04:44:49.246Z]  Building security-spire-server ... done Building support-scheduler [2023-01-19T04:44:53.501Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:44:53.501Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:44:53.501Z] ---> 541acd89a639 [2023-01-19T04:44:53.501Z] Step 3/21 : WORKDIR /edgex-go [2023-01-19T04:44:53.501Z] ---> Using cache [2023-01-19T04:44:53.501Z] ---> b167d6076e73 [2023-01-19T04:44:53.501Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-19T04:44:53.501Z] ---> Running in 327f233822d9 [2023-01-19T04:44:54.464Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:44:54.464Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:44:54.464Z] ---> 541acd89a639 [2023-01-19T04:44:54.464Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-19T04:44:54.464Z] ---> Using cache [2023-01-19T04:44:54.464Z] ---> 4521e5e2d3c0 [2023-01-19T04:44:54.464Z] Step 4/22 : WORKDIR /edgex-go [2023-01-19T04:44:54.464Z] ---> Using cache [2023-01-19T04:44:54.464Z] ---> 096fcbd0e9e6 [2023-01-19T04:44:54.464Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-19T04:44:55.419Z] ---> Running in 547f486231e6 [2023-01-19T04:44:55.419Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:44:56.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:44:56.956Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:44:57.222Z] OK: 221 MiB in 51 packages [2023-01-19T04:44:57.490Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:44:58.910Z] Removing intermediate container 327f233822d9 [2023-01-19T04:44:58.910Z] ---> 12057d339ba4 [2023-01-19T04:44:58.910Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-19T04:44:58.910Z] OK: 221 MiB in 51 packages [2023-01-19T04:45:00.343Z] ---> 02762b6ef823 [2023-01-19T04:45:00.343Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:45:00.343Z] ---> Running in 03decd7336fa [2023-01-19T04:45:00.612Z] Removing intermediate container 547f486231e6 [2023-01-19T04:45:00.612Z] ---> ee2e77ff76e7 [2023-01-19T04:45:00.612Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-19T04:45:00.880Z] Removing intermediate container e1d536be50dc [2023-01-19T04:45:00.880Z] ---> 2372caa1fcab [2023-01-19T04:45:00.880Z] Step 7/19 : COPY . . [2023-01-19T04:45:00.880Z] Removing intermediate container 9eb24556bf2f [2023-01-19T04:45:00.880Z] ---> 80ea45b07b4e [2023-01-19T04:45:00.880Z] Step 7/24 : COPY . . [2023-01-19T04:45:02.014Z] ---> 2a81a03f7535 [2023-01-19T04:45:02.014Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:45:02.279Z] ---> Running in b6e1f5783fd7 [2023-01-19T04:45:11.191Z] Removing intermediate container bcaa0cd6466c [2023-01-19T04:45:11.191Z] ---> bded94fa94a9 [2023-01-19T04:45:11.191Z] [2023-01-19T04:45:11.191Z] Step 9/32 : FROM alpine:3.16 [2023-01-19T04:45:11.191Z] ---> bfe296a52501 [2023-01-19T04:45:11.191Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-19T04:45:11.191Z] Removing intermediate container 70a9cdb0dae9 [2023-01-19T04:45:11.191Z] ---> 7eac2bf51cef [2023-01-19T04:45:11.191Z] [2023-01-19T04:45:11.191Z] Step 10/24 : FROM alpine:3.16 [2023-01-19T04:45:11.191Z] ---> bfe296a52501 [2023-01-19T04:45:11.191Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-19T04:45:11.191Z] ---> Using cache [2023-01-19T04:45:11.191Z] ---> f921e1be3d5f [2023-01-19T04:45:11.191Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-19T04:45:11.191Z] ---> Using cache [2023-01-19T04:45:11.191Z] ---> a197407a8157 [2023-01-19T04:45:11.191Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-19T04:45:11.191Z] ---> 8e899b2265cf [2023-01-19T04:45:11.191Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-19T04:45:11.191Z] ---> aa0e7fe367b8 [2023-01-19T04:45:11.191Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-19T04:45:11.191Z] ---> Running in 13c689f3b05f [2023-01-19T04:45:11.191Z] ---> Running in 4ef0c5022d4b [2023-01-19T04:45:11.191Z] ---> Running in 835f42415d74 [2023-01-19T04:45:11.191Z] ---> Running in 57941157aca4 [2023-01-19T04:45:11.191Z] Removing intermediate container 14bc6d67354f [2023-01-19T04:45:11.191Z] ---> 5449778d0354 [2023-01-19T04:45:11.191Z] [2023-01-19T04:45:11.191Z] Step 10/22 : FROM alpine:3.16 [2023-01-19T04:45:11.191Z] ---> bfe296a52501 [2023-01-19T04:45:11.191Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-19T04:45:11.191Z] ---> Using cache [2023-01-19T04:45:11.191Z] ---> f921e1be3d5f [2023-01-19T04:45:11.191Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-19T04:45:11.191Z] ---> Using cache [2023-01-19T04:45:11.191Z] ---> a197407a8157 [2023-01-19T04:45:11.191Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-19T04:45:11.191Z] ---> Running in 202dea0c07d9 [2023-01-19T04:45:11.191Z] Removing intermediate container 4ef0c5022d4b [2023-01-19T04:45:11.191Z] ---> d41377adea4d [2023-01-19T04:45:11.191Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-19T04:45:11.191Z] Removing intermediate container 835f42415d74 [2023-01-19T04:45:11.191Z] ---> 3afccbb3b02b [2023-01-19T04:45:11.191Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-19T04:45:11.191Z] Removing intermediate container 13c689f3b05f [2023-01-19T04:45:11.191Z] ---> 1ba63bb7ca2c [2023-01-19T04:45:11.191Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-19T04:45:11.191Z] ---> Running in c69480f8fe86 [2023-01-19T04:45:11.191Z] ---> Running in 52cad068e745 [2023-01-19T04:45:11.191Z] ---> Running in e93492d8a7f4 [2023-01-19T04:45:11.191Z] Removing intermediate container 202dea0c07d9 [2023-01-19T04:45:11.191Z] ---> b9e1af6593d4 [2023-01-19T04:45:11.191Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-19T04:45:11.191Z] ---> Running in 4b5e613ec996 [2023-01-19T04:45:11.191Z] Removing intermediate container 52cad068e745 [2023-01-19T04:45:11.191Z] ---> f8668efc75b7 [2023-01-19T04:45:11.191Z] Step 15/24 : WORKDIR / [2023-01-19T04:45:11.191Z] Removing intermediate container c69480f8fe86 [2023-01-19T04:45:11.191Z] ---> 4bfa1cdae007 [2023-01-19T04:45:11.191Z] 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-01-19T04:45:11.191Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-19T04:45:11.191Z] ---> Running in d2f9fa90b997 [2023-01-19T04:45:11.191Z] ---> Running in 6bd0f138ad5c [2023-01-19T04:45:11.191Z] Removing intermediate container 4b5e613ec996 [2023-01-19T04:45:11.191Z] ---> d281a9364af4 [2023-01-19T04:45:11.191Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:45:11.191Z] Removing intermediate container d2f9fa90b997 [2023-01-19T04:45:11.191Z] ---> 17640608c26f [2023-01-19T04:45:11.191Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:45:11.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:11.191Z] ---> a6b580dcbb9c [2023-01-19T04:45:11.191Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-19T04:45:11.191Z] ---> b03cf068435c [2023-01-19T04:45:11.191Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-19T04:45:11.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:11.191Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-19T04:45:11.191Z] (2/2) Installing su-exec (0.2-r1) [2023-01-19T04:45:11.191Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T04:45:11.191Z] OK: 6 MiB in 16 packages [2023-01-19T04:45:11.451Z] ---> 683936919428 [2023-01-19T04:45:11.451Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-19T04:45:11.451Z] ---> 4b4f03f77e73 [2023-01-19T04:45:11.451Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-19T04:45:11.451Z] Removing intermediate container 6bd0f138ad5c [2023-01-19T04:45:11.451Z] ---> cda73afc96dc [2023-01-19T04:45:11.451Z] Step 11/24 : WORKDIR /edgex-go [2023-01-19T04:45:11.451Z] ---> Running in 37adbdd0d51b [2023-01-19T04:45:11.451Z] Removing intermediate container e93492d8a7f4 [2023-01-19T04:45:11.451Z] ---> cd04a12552fd [2023-01-19T04:45:11.451Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-19T04:45:11.711Z] ---> Running in 3d501f9283d4 [2023-01-19T04:45:11.711Z] ---> e0a196396e5a [2023-01-19T04:45:11.711Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-19T04:45:11.711Z] Removing intermediate container 37adbdd0d51b [2023-01-19T04:45:11.711Z] ---> bb0eec525247 [2023-01-19T04:45:11.711Z] [2023-01-19T04:45:11.711Z] Step 12/24 : FROM alpine:3.15 [2023-01-19T04:45:11.711Z] ---> Running in 0e16e6763d7c [2023-01-19T04:45:11.711Z] ---> 508b59a28eff [2023-01-19T04:45:11.711Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-19T04:45:11.711Z] Removing intermediate container 3d501f9283d4 [2023-01-19T04:45:11.711Z] ---> 7e2b4693597f [2023-01-19T04:45:11.711Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-19T04:45:11.711Z] ---> Running in 81cfd2bc6951 [2023-01-19T04:45:11.711Z] Removing intermediate container 0e16e6763d7c [2023-01-19T04:45:11.711Z] ---> 9a1a26fe1208 [2023-01-19T04:45:11.711Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T04:45:11.711Z] ---> Running in c4509a1debfa [2023-01-19T04:45:11.711Z] 3.15: Pulling from library/alpine [2023-01-19T04:45:11.711Z] ---> fc9aaafe751b [2023-01-19T04:45:11.711Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-19T04:45:11.972Z] ---> Running in 445e0e8cebd5 [2023-01-19T04:45:11.972Z] Removing intermediate container 81cfd2bc6951 [2023-01-19T04:45:11.972Z] ---> 57fb92c4db94 [2023-01-19T04:45:11.972Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-19T04:45:11.972Z] ---> Running in 7b0608a90f9e [2023-01-19T04:45:11.972Z] Removing intermediate container c4509a1debfa [2023-01-19T04:45:11.972Z] ---> e484ff098ba0 [2023-01-19T04:45:11.972Z] Step 20/22 : LABEL arch=x86_64 [2023-01-19T04:45:11.972Z] Removing intermediate container 445e0e8cebd5 [2023-01-19T04:45:11.972Z] ---> 773700457ba2 [2023-01-19T04:45:11.972Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T04:45:11.972Z] ---> Running in 9a51385aa7b8 [2023-01-19T04:45:11.972Z] ---> Running in c7d76524ad3d [2023-01-19T04:45:12.235Z] Removing intermediate container 7b0608a90f9e [2023-01-19T04:45:12.235Z] ---> d0a1d1752f54 [2023-01-19T04:45:12.235Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-19T04:45:12.235Z] ---> Running in 29b2edf75e13 [2023-01-19T04:45:12.235Z] Removing intermediate container c7d76524ad3d [2023-01-19T04:45:12.235Z] ---> df8a28421d8d [2023-01-19T04:45:12.235Z] Step 22/24 : LABEL arch=x86_64 [2023-01-19T04:45:12.235Z] Removing intermediate container 9a51385aa7b8 [2023-01-19T04:45:12.235Z] ---> a1ce7f25793e [2023-01-19T04:45:12.235Z] Step 21/22 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:12.235Z] Removing intermediate container 29b2edf75e13 [2023-01-19T04:45:12.235Z] ---> 820220363b01 [2023-01-19T04:45:12.235Z] ---> Running in 0c627d021e44 [2023-01-19T04:45:12.235Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-19T04:45:12.496Z] ---> Running in fa0b7d0c8b2c [2023-01-19T04:45:12.496Z] ---> Running in 20f1d839a0de [2023-01-19T04:45:12.496Z] Removing intermediate container 0c627d021e44 [2023-01-19T04:45:12.496Z] ---> 0ff3eed94848 [2023-01-19T04:45:12.496Z] Step 23/24 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:12.496Z] Removing intermediate container fa0b7d0c8b2c [2023-01-19T04:45:12.496Z] ---> 3e6eb36b059c [2023-01-19T04:45:12.496Z] Step 22/22 : LABEL version=3.0.0-dev.24 [2023-01-19T04:45:12.496Z] ---> Running in 1fb86f8e299a [2023-01-19T04:45:12.496Z] ---> Running in a1defd0e0ffa [2023-01-19T04:45:12.757Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-19T04:45:12.757Z] Status: Downloaded newer image for alpine:3.15 [2023-01-19T04:45:12.757Z] Removing intermediate container 1fb86f8e299a [2023-01-19T04:45:12.757Z] ---> 297b62809eec [2023-01-19T04:45:12.757Z] Step 24/24 : LABEL version=3.0.0-dev.24 [2023-01-19T04:45:12.757Z] ---> c4fc93816858 [2023-01-19T04:45:12.757Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-19T04:45:12.757Z] Removing intermediate container a1defd0e0ffa [2023-01-19T04:45:12.757Z] ---> 0aa553c25e88 [2023-01-19T04:45:12.757Z] [2023-01-19T04:45:12.757Z] ---> Running in 0564456346d3 [2023-01-19T04:45:12.757Z] ---> Running in a0b5578197d0 [2023-01-19T04:45:12.757Z] Successfully built 0aa553c25e88 [2023-01-19T04:45:12.757Z] Successfully tagged support-scheduler:latest [2023-01-19T04:45:13.022Z] Building security-spire-server [2023-01-19T04:45:13.022Z]  Building support-scheduler ... done Removing intermediate container a0b5578197d0 [2023-01-19T04:45:13.022Z] ---> e5b5551f2451 [2023-01-19T04:45:13.022Z] [2023-01-19T04:45:13.022Z] Removing intermediate container 0564456346d3 [2023-01-19T04:45:13.022Z] ---> 68563af402b1 [2023-01-19T04:45:13.022Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-19T04:45:13.022Z] ---> Running in 6f07e207dad5 [2023-01-19T04:45:13.022Z] Successfully built e5b5551f2451 [2023-01-19T04:45:13.022Z] Successfully tagged core-metadata:latest [2023-01-19T04:45:13.022Z]  Building core-metadata ... done Building security-spire-config [2023-01-19T04:45:13.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:14.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:14.323Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-19T04:45:14.323Z] v3.15.6-267-g0d32177539 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-19T04:45:14.323Z] OK: 15859 distinct packages available [2023-01-19T04:45:14.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:14.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:14.582Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-19T04:45:14.582Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-19T04:45:14.582Z] (3/5) Installing libucontext (1.1-r0) [2023-01-19T04:45:14.582Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-19T04:45:14.582Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-19T04:45:14.582Z] Executing busybox-1.34.1-r7.trigger [2023-01-19T04:45:14.582Z] OK: 7 MiB in 19 packages [2023-01-19T04:45:18.976Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:45:18.976Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:45:18.976Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:45:18.976Z] ---> 7d9993640365 [2023-01-19T04:45:18.976Z] Step 3/23 : WORKDIR /edgex-go [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> c267b394021c [2023-01-19T04:45:18.976Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> 231daa9e428d [2023-01-19T04:45:18.976Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> b152617536c6 [2023-01-19T04:45:18.976Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> 80ea45b07b4e [2023-01-19T04:45:18.976Z] Step 7/23 : COPY . . [2023-01-19T04:45:18.976Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:45:18.976Z] ---> 7d9993640365 [2023-01-19T04:45:18.976Z] Step 3/24 : WORKDIR /edgex-go [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> c267b394021c [2023-01-19T04:45:18.976Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> 231daa9e428d [2023-01-19T04:45:18.976Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> b152617536c6 [2023-01-19T04:45:18.976Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> 80ea45b07b4e [2023-01-19T04:45:18.976Z] Step 7/24 : COPY . . [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> 8e899b2265cf [2023-01-19T04:45:18.976Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> d41377adea4d [2023-01-19T04:45:18.976Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> 4bfa1cdae007 [2023-01-19T04:45:18.976Z] 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-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> cda73afc96dc [2023-01-19T04:45:18.976Z] Step 11/24 : WORKDIR /edgex-go [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> bb0eec525247 [2023-01-19T04:45:18.976Z] [2023-01-19T04:45:18.976Z] Step 12/24 : FROM alpine:3.15 [2023-01-19T04:45:18.976Z] ---> c4fc93816858 [2023-01-19T04:45:18.976Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> 68563af402b1 [2023-01-19T04:45:18.976Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> 8e899b2265cf [2023-01-19T04:45:18.976Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> d41377adea4d [2023-01-19T04:45:18.976Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-19T04:45:18.976Z] ---> Using cache [2023-01-19T04:45:18.976Z] ---> 4bfa1cdae007 [2023-01-19T04:45:18.976Z] 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-01-19T04:45:19.907Z] Removing intermediate container 20f1d839a0de [2023-01-19T04:45:19.907Z] ---> d5bda1d91517 [2023-01-19T04:45:19.907Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-19T04:45:20.840Z] ---> Running in 649891a6a044 [2023-01-19T04:45:20.840Z] ---> Running in 65cd1058a093 [2023-01-19T04:45:20.840Z] ---> Running in c98519a00b67 [2023-01-19T04:45:21.097Z] Removing intermediate container 6f07e207dad5 [2023-01-19T04:45:21.097Z] ---> 3d0138b86a6d [2023-01-19T04:45:21.097Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-19T04:45:21.363Z] Removing intermediate container 65cd1058a093 [2023-01-19T04:45:21.363Z] ---> a7476913e6f6 [2023-01-19T04:45:21.363Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-19T04:45:21.363Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:21.621Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:21.928Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-19T04:45:21.928Z] v3.15.6-267-g0d32177539 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-19T04:45:21.928Z] OK: 15859 distinct packages available [2023-01-19T04:45:21.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:21.928Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:22.187Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-19T04:45:22.187Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-19T04:45:22.187Z] (3/4) Installing libucontext (1.1-r0) [2023-01-19T04:45:22.187Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-19T04:45:22.187Z] Executing busybox-1.34.1-r7.trigger [2023-01-19T04:45:22.187Z] OK: 6 MiB in 18 packages [2023-01-19T04:45:22.444Z] ---> eca9867f4e48 [2023-01-19T04:45:22.444Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-19T04:45:22.444Z] ---> aa8213dc11f5 [2023-01-19T04:45:22.444Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-19T04:45:22.444Z] ---> Running in 10c52da964f8 [2023-01-19T04:45:22.444Z] Removing intermediate container 649891a6a044 [2023-01-19T04:45:22.444Z] ---> a0c3a4d44d51 [2023-01-19T04:45:22.444Z] Step 11/23 : WORKDIR /edgex-go [2023-01-19T04:45:22.444Z] ---> Running in f270c50ff100 [2023-01-19T04:45:23.010Z] Removing intermediate container f270c50ff100 [2023-01-19T04:45:23.010Z] ---> 276b8d780357 [2023-01-19T04:45:23.010Z] [2023-01-19T04:45:23.010Z] Step 12/23 : FROM alpine:3.15 [2023-01-19T04:45:23.010Z] ---> c4fc93816858 [2023-01-19T04:45:23.010Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-19T04:45:23.010Z] ---> Using cache [2023-01-19T04:45:23.010Z] ---> 68563af402b1 [2023-01-19T04:45:23.010Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-19T04:45:23.010Z] ---> Using cache [2023-01-19T04:45:23.010Z] ---> 3d0138b86a6d [2023-01-19T04:45:23.010Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-19T04:45:23.275Z] Removing intermediate container c98519a00b67 [2023-01-19T04:45:23.275Z] ---> 46dad7a685e5 [2023-01-19T04:45:23.275Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-19T04:45:26.561Z] ---> 4e412f6dc10f [2023-01-19T04:45:26.561Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-19T04:45:26.561Z] Removing intermediate container 10c52da964f8 [2023-01-19T04:45:26.561Z] ---> 6ac2011a3340 [2023-01-19T04:45:26.561Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:45:26.561Z] ---> 41f5a64754a1 [2023-01-19T04:45:26.561Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-19T04:45:26.561Z] ---> 827393dd0c44 [2023-01-19T04:45:26.561Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-19T04:45:26.561Z] ---> cce6d3169992 [2023-01-19T04:45:26.561Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-19T04:45:26.819Z] ---> ce6034ef92a1 [2023-01-19T04:45:26.819Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-19T04:45:26.819Z] ---> d1aa8cc5d26e [2023-01-19T04:45:26.819Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-19T04:45:26.819Z] ---> 79d47d399e81 [2023-01-19T04:45:26.819Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-19T04:45:26.819Z] ---> Running in 60e4ce464a70 [2023-01-19T04:45:26.819Z] ---> bcaf2cd94f54 [2023-01-19T04:45:26.819Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-19T04:45:27.081Z] Removing intermediate container 60e4ce464a70 [2023-01-19T04:45:27.081Z] ---> 5c9bb193ab97 [2023-01-19T04:45:27.081Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-19T04:45:27.081Z] ---> cbdb8eddaaff [2023-01-19T04:45:27.081Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-19T04:45:27.081Z] ---> d6331e69372e [2023-01-19T04:45:27.081Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-19T04:45:27.339Z] ---> Running in 51de5d679a39 [2023-01-19T04:45:27.339Z] ---> 49090db4225a [2023-01-19T04:45:27.339Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-19T04:45:27.339Z] ---> 1dcb20279c93 [2023-01-19T04:45:27.339Z] Step 19/24 : WORKDIR / [2023-01-19T04:45:27.339Z] ---> 51542fdff295 [2023-01-19T04:45:27.339Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-19T04:45:27.340Z] ---> Running in f4a86c4233b3 [2023-01-19T04:45:27.340Z] ---> Running in bd5cfd6e1e54 [2023-01-19T04:45:27.340Z] Removing intermediate container 51de5d679a39 [2023-01-19T04:45:27.340Z] ---> 0b957fd48788 [2023-01-19T04:45:27.340Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-19T04:45:27.597Z] ---> Running in 0a8d6c283ce5 [2023-01-19T04:45:27.597Z] ---> b99d7f3fb651 [2023-01-19T04:45:27.597Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-19T04:45:27.597Z] Removing intermediate container f4a86c4233b3 [2023-01-19T04:45:27.597Z] ---> 40760123d67e [2023-01-19T04:45:27.597Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-19T04:45:27.597Z] Removing intermediate container bd5cfd6e1e54 [2023-01-19T04:45:27.597Z] ---> c42e81de82fd [2023-01-19T04:45:27.597Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-19T04:45:27.597Z] ---> Running in 62fc09beb78c [2023-01-19T04:45:27.597Z] ---> Running in 8e54256a8ad5 [2023-01-19T04:45:27.597Z] Removing intermediate container 0a8d6c283ce5 [2023-01-19T04:45:27.597Z] ---> 38df4eded16f [2023-01-19T04:45:27.597Z] Step 22/24 : LABEL arch=x86_64 [2023-01-19T04:45:27.597Z] ---> Running in 7ff3cd633b9c [2023-01-19T04:45:27.884Z] ---> 459cd8f19c89 [2023-01-19T04:45:27.884Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-19T04:45:27.884Z] Removing intermediate container 62fc09beb78c [2023-01-19T04:45:27.884Z] ---> 0cfab56ee306 [2023-01-19T04:45:27.884Z] Step 21/23 : LABEL arch=x86_64 [2023-01-19T04:45:27.884Z] Removing intermediate container 8e54256a8ad5 [2023-01-19T04:45:27.884Z] ---> 52153411c95a [2023-01-19T04:45:27.884Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-19T04:45:27.884Z] ---> Running in f68fffcc49dc [2023-01-19T04:45:28.144Z] ---> Running in 2ed15b4ff7e9 [2023-01-19T04:45:28.144Z] Removing intermediate container 7ff3cd633b9c [2023-01-19T04:45:28.144Z] ---> 7f7989afb29c [2023-01-19T04:45:28.144Z] Step 23/24 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:28.144Z] ---> f430f4d6496a [2023-01-19T04:45:28.144Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-19T04:45:28.144Z] ---> Running in 964534e030f6 [2023-01-19T04:45:28.144Z] Removing intermediate container f68fffcc49dc [2023-01-19T04:45:28.144Z] ---> 865677c6a42f [2023-01-19T04:45:28.144Z] Step 22/23 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:28.144Z] Removing intermediate container 2ed15b4ff7e9 [2023-01-19T04:45:28.144Z] ---> fcc0d87641fc [2023-01-19T04:45:28.144Z] Step 22/24 : LABEL arch=x86_64 [2023-01-19T04:45:28.144Z] ---> Running in 709b377dd457 [2023-01-19T04:45:28.144Z] ---> Running in 20e20665fabd [2023-01-19T04:45:28.406Z] Removing intermediate container 964534e030f6 [2023-01-19T04:45:28.406Z] ---> 78df75d51ec1 [2023-01-19T04:45:28.406Z] Step 24/24 : LABEL version=3.0.0-dev.24 [2023-01-19T04:45:28.406Z] ---> Running in 9a22dd8a8357 [2023-01-19T04:45:28.406Z] ---> d7e575e04259 [2023-01-19T04:45:28.406Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-19T04:45:28.406Z] Removing intermediate container 709b377dd457 [2023-01-19T04:45:28.406Z] ---> 3a0739981033 [2023-01-19T04:45:28.406Z] Step 23/23 : LABEL version=3.0.0-dev.24 [2023-01-19T04:45:28.686Z] Removing intermediate container 20e20665fabd [2023-01-19T04:45:28.686Z] ---> fc79f444fac5 [2023-01-19T04:45:28.686Z] Step 23/24 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:28.686Z] ---> Running in 26842a751de5 [2023-01-19T04:45:28.686Z] Removing intermediate container 9a22dd8a8357 [2023-01-19T04:45:28.686Z] ---> d41056856426 [2023-01-19T04:45:28.686Z] [2023-01-19T04:45:28.686Z] ---> Running in cd3a30d0d941 [2023-01-19T04:45:28.686Z] Removing intermediate container cd3a30d0d941 [2023-01-19T04:45:28.686Z] ---> 01b2a6e31023 [2023-01-19T04:45:28.686Z] Step 24/24 : LABEL version=3.0.0-dev.24 [2023-01-19T04:45:28.686Z] Removing intermediate container 26842a751de5 [2023-01-19T04:45:28.686Z] ---> df04f9d7ebc3 [2023-01-19T04:45:28.686Z] [2023-01-19T04:45:28.948Z] Successfully built d41056856426 [2023-01-19T04:45:28.948Z] Successfully tagged security-spire-agent:latest [2023-01-19T04:45:28.948Z] ---> Running in 49b22876ed1a [2023-01-19T04:45:28.948Z]  Building security-spire-agent ... done Successfully built df04f9d7ebc3 [2023-01-19T04:45:28.948Z] ---> eda687736391 [2023-01-19T04:45:28.948Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-19T04:45:28.948Z] Successfully tagged security-spire-server:latest [2023-01-19T04:45:28.948Z]  Building security-spire-server ... done  ---> Running in 812a8aa3ab22 [2023-01-19T04:45:28.948Z] Removing intermediate container 49b22876ed1a [2023-01-19T04:45:28.948Z] ---> 1e1bf48d7daa [2023-01-19T04:45:28.948Z] [2023-01-19T04:45:29.209Z] Successfully built 1e1bf48d7daa [2023-01-19T04:45:29.209Z] Successfully tagged security-spire-config:latest [2023-01-19T04:45:30.153Z]  Building security-spire-config ... done Removing intermediate container 812a8aa3ab22 [2023-01-19T04:45:30.153Z] ---> 7ffdf1fc680e [2023-01-19T04:45:30.153Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-19T04:45:30.153Z] ---> Running in 87daaf6b11d4 [2023-01-19T04:45:30.153Z] Removing intermediate container 87daaf6b11d4 [2023-01-19T04:45:30.153Z] ---> 184eb4cda4e9 [2023-01-19T04:45:30.153Z] Step 29/32 : CMD ["gate"] [2023-01-19T04:45:30.153Z] ---> Running in b6bf07af6dc6 [2023-01-19T04:45:30.415Z] Removing intermediate container b6bf07af6dc6 [2023-01-19T04:45:30.415Z] ---> cc66b4679ed4 [2023-01-19T04:45:30.415Z] Step 30/32 : LABEL arch=x86_64 [2023-01-19T04:45:30.415Z] ---> Running in 0887d90ae924 [2023-01-19T04:45:30.415Z] Removing intermediate container 0887d90ae924 [2023-01-19T04:45:30.415Z] ---> 94fcc8d8301a [2023-01-19T04:45:30.415Z] Step 31/32 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:30.675Z] ---> Running in 5de2d19119a2 [2023-01-19T04:45:30.675Z] Removing intermediate container 5de2d19119a2 [2023-01-19T04:45:30.675Z] ---> 76b38727f6ea [2023-01-19T04:45:30.675Z] Step 32/32 : LABEL version=3.0.0-dev.24 [2023-01-19T04:45:30.675Z] ---> Running in b6c01e87cbac [2023-01-19T04:45:30.936Z] Removing intermediate container b6c01e87cbac [2023-01-19T04:45:30.936Z] ---> 57b7469c487d [2023-01-19T04:45:30.936Z] [2023-01-19T04:45:30.936Z] Successfully built 57b7469c487d [2023-01-19T04:45:30.936Z] Successfully tagged security-bootstrapper:latest [2023-01-19T04:45:35.366Z]  Building security-bootstrapper ... done Removing intermediate container 57941157aca4 [2023-01-19T04:45:35.367Z] ---> 941c86da194d [2023-01-19T04:45:35.367Z] [2023-01-19T04:45:35.367Z] Step 9/19 : FROM alpine:3.15 [2023-01-19T04:45:35.367Z] ---> c4fc93816858 [2023-01-19T04:45:35.367Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-19T04:45:35.367Z] ---> Using cache [2023-01-19T04:45:35.367Z] ---> 68563af402b1 [2023-01-19T04:45:35.367Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-19T04:45:35.367Z] ---> Running in d78ab66bab39 [2023-01-19T04:45:35.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:35.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:35.658Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-19T04:45:35.658Z] v3.15.6-267-g0d32177539 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-19T04:45:35.658Z] OK: 15859 distinct packages available [2023-01-19T04:45:35.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:35.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-19T04:45:35.945Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-19T04:45:36.204Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-19T04:45:36.204Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-19T04:45:36.204Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-19T04:45:36.204Z] (5/9) Installing curl (7.80.0-r5) [2023-01-19T04:45:36.204Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-19T04:45:36.204Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-19T04:45:36.204Z] (8/9) Installing libucontext (1.1-r0) [2023-01-19T04:45:36.204Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-19T04:45:36.204Z] Executing busybox-1.34.1-r7.trigger [2023-01-19T04:45:36.204Z] Executing ca-certificates-20220614-r0.trigger [2023-01-19T04:45:36.204Z] OK: 8 MiB in 23 packages [2023-01-19T04:45:36.770Z] Removing intermediate container d78ab66bab39 [2023-01-19T04:45:36.770Z] ---> 836b39db0a9a [2023-01-19T04:45:36.770Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:45:37.028Z] ---> 02d7c9e80d4a [2023-01-19T04:45:37.028Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-19T04:45:37.597Z] ---> 8ac34e3e6e11 [2023-01-19T04:45:37.597Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-19T04:45:37.597Z] ---> dfa931ad446c [2023-01-19T04:45:37.597Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-19T04:45:37.858Z] ---> Running in fe39c6bd9b1a [2023-01-19T04:45:37.858Z] Removing intermediate container fe39c6bd9b1a [2023-01-19T04:45:37.858Z] ---> fdd354abc51e [2023-01-19T04:45:37.858Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T04:45:37.858Z] ---> Running in 81b7f1c1c56b [2023-01-19T04:45:37.858Z] Removing intermediate container 81b7f1c1c56b [2023-01-19T04:45:37.858Z] ---> c77734135039 [2023-01-19T04:45:37.858Z] Step 17/19 : LABEL arch=x86_64 [2023-01-19T04:45:37.858Z] ---> Running in 9ee9faa30dc2 [2023-01-19T04:45:38.138Z] Removing intermediate container 9ee9faa30dc2 [2023-01-19T04:45:38.138Z] ---> 810e4b4e193c [2023-01-19T04:45:38.138Z] Step 18/19 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:38.138Z] ---> Running in 15ed0b711fab [2023-01-19T04:45:38.138Z] Removing intermediate container 15ed0b711fab [2023-01-19T04:45:38.138Z] ---> 1aae545b4160 [2023-01-19T04:45:38.138Z] Step 19/19 : LABEL version=3.0.0-dev.24 [2023-01-19T04:45:38.138Z] ---> Running in 35fd4381751e [2023-01-19T04:45:38.138Z] Removing intermediate container 35fd4381751e [2023-01-19T04:45:38.138Z] ---> f25137e40697 [2023-01-19T04:45:38.138Z] [2023-01-19T04:45:38.138Z] Successfully built f25137e40697 [2023-01-19T04:45:38.397Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-19T04:45:38.407Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-01-19T04:45:38.411Z] $ docker stop --time=1 bbc88c138b888f2ec7c551035a29612ed364e5a1f132fd4fe19e940ecc1c74cd [2023-01-19T04:45:39.688Z] $ docker rm -f --volumes bbc88c138b888f2ec7c551035a29612ed364e5a1f132fd4fe19e940ecc1c74cd [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-19T04:45:40.021Z] + docker images [2023-01-19T04:45:40.021Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-19T04:45:40.021Z] security-spiffe-token-provider latest f25137e40697 1 second ago 29.8MB [2023-01-19T04:45:40.021Z] 941c86da194d 6 seconds ago 1.71GB [2023-01-19T04:45:40.021Z] security-bootstrapper latest 57b7469c487d 9 seconds ago 20.3MB [2023-01-19T04:45:40.021Z] security-spire-agent latest d41056856426 11 seconds ago 125MB [2023-01-19T04:45:40.021Z] security-spire-server latest df04f9d7ebc3 11 seconds ago 86.5MB [2023-01-19T04:45:40.021Z] security-spire-config latest 1e1bf48d7daa 11 seconds ago 85.8MB [2023-01-19T04:45:40.021Z] 276b8d780357 17 seconds ago 1.54GB [2023-01-19T04:45:40.021Z] core-metadata latest e5b5551f2451 27 seconds ago 18.6MB [2023-01-19T04:45:40.021Z] support-scheduler latest 0aa553c25e88 27 seconds ago 30MB [2023-01-19T04:45:40.021Z] bb0eec525247 28 seconds ago 1.54GB [2023-01-19T04:45:40.021Z] 7eac2bf51cef 36 seconds ago 1.68GB [2023-01-19T04:45:40.021Z] 5449778d0354 36 seconds ago 1.74GB [2023-01-19T04:45:40.021Z] bded94fa94a9 38 seconds ago 1.66GB [2023-01-19T04:45:40.021Z] security-secretstore-setup latest 62d2ca66590a About a minute ago 29.9MB [2023-01-19T04:45:40.021Z] security-proxy-setup latest 9670e030257b About a minute ago 27.8MB [2023-01-19T04:45:40.021Z] support-notifications latest 25f52a502863 About a minute ago 30.6MB [2023-01-19T04:45:40.021Z] core-command latest 88f299a18f60 About a minute ago 17.7MB [2023-01-19T04:45:40.021Z] core-data latest 31fa25101ac8 About a minute ago 17.9MB [2023-01-19T04:45:40.021Z] 6354fe9f450d About a minute ago 1.74GB [2023-01-19T04:45:40.021Z] f965f0358f6c About a minute ago 1.68GB [2023-01-19T04:45:40.021Z] 9188cada8f70 About a minute ago 1.67GB [2023-01-19T04:45:40.021Z] 7fd05c9e2d9c About a minute ago 1.67GB [2023-01-19T04:45:40.021Z] c4fdf93a09e1 About a minute ago 1.66GB [2023-01-19T04:45:40.021Z] ci-base-image-x86_64 latest 7d9993640365 5 minutes ago 904MB [2023-01-19T04:45:40.021Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-19T04:45:40.021Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-19T04:45:40.021Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-19T04:45:40.021Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-19T04:45:40.022Z] 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-01-19T04:45:40.133Z] provisioning config files... [2023-01-19T04:45:40.140Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/380@tmp/config13020715218976656645tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-19T04:45:40.447Z] ---> docker-login.sh [2023-01-19T04:45:40.448Z] nexus3.edgexfoundry.org:10001 [2023-01-19T04:45:40.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:45:40.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:45:40.448Z] Configure a credential helper to remove this warning. See [2023-01-19T04:45:40.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:45:40.448Z] [2023-01-19T04:45:40.448Z] Login Succeeded [2023-01-19T04:45:40.448Z] nexus3.edgexfoundry.org:10002 [2023-01-19T04:45:40.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:45:40.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:45:40.708Z] Configure a credential helper to remove this warning. See [2023-01-19T04:45:40.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:45:40.708Z] [2023-01-19T04:45:40.708Z] Login Succeeded [2023-01-19T04:45:40.708Z] nexus3.edgexfoundry.org:10003 [2023-01-19T04:45:40.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:45:40.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:45:40.708Z] Configure a credential helper to remove this warning. See [2023-01-19T04:45:40.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:45:40.708Z] [2023-01-19T04:45:40.708Z] Login Succeeded [2023-01-19T04:45:40.708Z] nexus3.edgexfoundry.org:10004 [2023-01-19T04:45:40.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:45:40.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:45:40.967Z] Configure a credential helper to remove this warning. See [2023-01-19T04:45:40.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:45:40.967Z] [2023-01-19T04:45:40.967Z] Login Succeeded [2023-01-19T04:45:40.967Z] docker.io [2023-01-19T04:45:40.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:45:41.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:45:41.226Z] Configure a credential helper to remove this warning. See [2023-01-19T04:45:41.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:45:41.226Z] [2023-01-19T04:45:41.226Z] Login Succeeded [2023-01-19T04:45:41.226Z] ---> docker-login.sh ends [Pipeline] } [2023-01-19T04:45:41.234Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:45:41.264Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-19T04:45:41.295Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-01-19T04:45:41.295Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:41.295Z] latest [2023-01-19T04:45:41.295Z] 3.0.0-dev.24 [2023-01-19T04:45:41.295Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:45:41.295Z] main [2023-01-19T04:45:41.295Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:41.618Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:41.923Z] + docker push nexus3.edgexfoundry.org:10004/core-command:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:41.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-19T04:45:41.923Z] f08e9fd63e22: Preparing [2023-01-19T04:45:41.923Z] 7fb86dceba7c: Preparing [2023-01-19T04:45:41.923Z] 27207fa65b62: Preparing [2023-01-19T04:45:41.923Z] 08e0f5d86d14: Preparing [2023-01-19T04:45:41.923Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:41.923Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:41.923Z] 08e0f5d86d14: Pushed [2023-01-19T04:45:41.923Z] f08e9fd63e22: Pushed [2023-01-19T04:45:41.923Z] 27207fa65b62: Pushed [2023-01-19T04:45:43.305Z] 7fb86dceba7c: Pushed [2023-01-19T04:45:43.564Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:c6453693fe934d32c84778c71a62b31f7e9b43aff6ac5a3a1b38e1515198246f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:43.881Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:44.211Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-19T04:45:44.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-19T04:45:44.211Z] f08e9fd63e22: Preparing [2023-01-19T04:45:44.211Z] 7fb86dceba7c: Preparing [2023-01-19T04:45:44.211Z] 27207fa65b62: Preparing [2023-01-19T04:45:44.211Z] 08e0f5d86d14: Preparing [2023-01-19T04:45:44.211Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:44.211Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:45:44.211Z] 7fb86dceba7c: Layer already exists [2023-01-19T04:45:44.211Z] f08e9fd63e22: Layer already exists [2023-01-19T04:45:44.211Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:44.211Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:44.211Z] latest: digest: sha256:c6453693fe934d32c84778c71a62b31f7e9b43aff6ac5a3a1b38e1515198246f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:44.528Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:44.833Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.24 [2023-01-19T04:45:44.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-19T04:45:44.833Z] f08e9fd63e22: Preparing [2023-01-19T04:45:44.833Z] 7fb86dceba7c: Preparing [2023-01-19T04:45:44.833Z] 27207fa65b62: Preparing [2023-01-19T04:45:44.833Z] 08e0f5d86d14: Preparing [2023-01-19T04:45:44.833Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:44.833Z] f08e9fd63e22: Layer already exists [2023-01-19T04:45:44.833Z] 7fb86dceba7c: Layer already exists [2023-01-19T04:45:44.833Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:44.833Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:45:44.833Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:44.833Z] 3.0.0-dev.24: digest: sha256:c6453693fe934d32c84778c71a62b31f7e9b43aff6ac5a3a1b38e1515198246f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:45.144Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:45.454Z] + docker push nexus3.edgexfoundry.org:10004/core-command:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:45:45.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-19T04:45:45.454Z] f08e9fd63e22: Preparing [2023-01-19T04:45:45.454Z] 7fb86dceba7c: Preparing [2023-01-19T04:45:45.454Z] 27207fa65b62: Preparing [2023-01-19T04:45:45.454Z] 08e0f5d86d14: Preparing [2023-01-19T04:45:45.454Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:45.454Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:45.454Z] f08e9fd63e22: Layer already exists [2023-01-19T04:45:45.454Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:45:45.454Z] 7fb86dceba7c: Layer already exists [2023-01-19T04:45:45.454Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:45.454Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:c6453693fe934d32c84778c71a62b31f7e9b43aff6ac5a3a1b38e1515198246f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:45.764Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:46.071Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-01-19T04:45:46.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-19T04:45:46.071Z] f08e9fd63e22: Preparing [2023-01-19T04:45:46.071Z] 7fb86dceba7c: Preparing [2023-01-19T04:45:46.071Z] 27207fa65b62: Preparing [2023-01-19T04:45:46.071Z] 08e0f5d86d14: Preparing [2023-01-19T04:45:46.071Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:46.071Z] f08e9fd63e22: Layer already exists [2023-01-19T04:45:46.071Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:46.071Z] 7fb86dceba7c: Layer already exists [2023-01-19T04:45:46.071Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:45:46.071Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:46.071Z] main: digest: sha256:c6453693fe934d32c84778c71a62b31f7e9b43aff6ac5a3a1b38e1515198246f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:45:46.110Z] ===================================================== [Pipeline] echo [2023-01-19T04:45:46.115Z] taggedImages: [2023-01-19T04:45:46.115Z] - nexus3.edgexfoundry.org:10004/core-command:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:46.115Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-19T04:45:46.115Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.24 [2023-01-19T04:45:46.115Z] - nexus3.edgexfoundry.org:10004/core-command:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:45:46.115Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-01-19T04:45:46.132Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-01-19T04:45:46.132Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:46.132Z] latest [2023-01-19T04:45:46.132Z] 3.0.0-dev.24 [2023-01-19T04:45:46.132Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:45:46.132Z] main [2023-01-19T04:45:46.132Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:46.437Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:46.742Z] + docker push nexus3.edgexfoundry.org:10004/core-data:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:46.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-19T04:45:46.742Z] 1545a95c9d9a: Preparing [2023-01-19T04:45:46.742Z] c6091ba9af72: Preparing [2023-01-19T04:45:46.742Z] 27207fa65b62: Preparing [2023-01-19T04:45:46.742Z] ac5d100e28bf: Preparing [2023-01-19T04:45:46.742Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:46.742Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:46.742Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:46.742Z] 1545a95c9d9a: Pushed [2023-01-19T04:45:46.742Z] ac5d100e28bf: Pushed [2023-01-19T04:45:48.125Z] c6091ba9af72: Pushed [2023-01-19T04:45:48.384Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:ca0f124201b493b7bccb99ec4358b39f279f6f0edb4bfe33aacde7efb87a250b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:48.692Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:48.998Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-19T04:45:48.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-19T04:45:48.998Z] 1545a95c9d9a: Preparing [2023-01-19T04:45:48.998Z] c6091ba9af72: Preparing [2023-01-19T04:45:48.998Z] 27207fa65b62: Preparing [2023-01-19T04:45:48.998Z] ac5d100e28bf: Preparing [2023-01-19T04:45:48.998Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:48.998Z] c6091ba9af72: Layer already exists [2023-01-19T04:45:48.998Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:48.998Z] 1545a95c9d9a: Layer already exists [2023-01-19T04:45:48.998Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:48.998Z] ac5d100e28bf: Layer already exists [2023-01-19T04:45:48.998Z] latest: digest: sha256:ca0f124201b493b7bccb99ec4358b39f279f6f0edb4bfe33aacde7efb87a250b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:49.315Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:49.623Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.24 [2023-01-19T04:45:49.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-19T04:45:49.623Z] 1545a95c9d9a: Preparing [2023-01-19T04:45:49.623Z] c6091ba9af72: Preparing [2023-01-19T04:45:49.623Z] 27207fa65b62: Preparing [2023-01-19T04:45:49.623Z] ac5d100e28bf: Preparing [2023-01-19T04:45:49.623Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:49.623Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:49.623Z] c6091ba9af72: Layer already exists [2023-01-19T04:45:49.623Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:49.623Z] ac5d100e28bf: Layer already exists [2023-01-19T04:45:49.623Z] 1545a95c9d9a: Layer already exists [2023-01-19T04:45:49.623Z] 3.0.0-dev.24: digest: sha256:ca0f124201b493b7bccb99ec4358b39f279f6f0edb4bfe33aacde7efb87a250b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:49.935Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:50.245Z] + docker push nexus3.edgexfoundry.org:10004/core-data:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:45:50.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-19T04:45:50.245Z] 1545a95c9d9a: Preparing [2023-01-19T04:45:50.245Z] c6091ba9af72: Preparing [2023-01-19T04:45:50.245Z] 27207fa65b62: Preparing [2023-01-19T04:45:50.245Z] ac5d100e28bf: Preparing [2023-01-19T04:45:50.245Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:50.245Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:50.245Z] 1545a95c9d9a: Layer already exists [2023-01-19T04:45:50.245Z] c6091ba9af72: Layer already exists [2023-01-19T04:45:50.245Z] ac5d100e28bf: Layer already exists [2023-01-19T04:45:50.245Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:50.245Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:ca0f124201b493b7bccb99ec4358b39f279f6f0edb4bfe33aacde7efb87a250b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:50.556Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:50.862Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-01-19T04:45:50.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-19T04:45:50.862Z] 1545a95c9d9a: Preparing [2023-01-19T04:45:50.862Z] c6091ba9af72: Preparing [2023-01-19T04:45:50.862Z] 27207fa65b62: Preparing [2023-01-19T04:45:50.862Z] ac5d100e28bf: Preparing [2023-01-19T04:45:50.862Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:50.862Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:50.862Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:50.862Z] 1545a95c9d9a: Layer already exists [2023-01-19T04:45:50.862Z] c6091ba9af72: Layer already exists [2023-01-19T04:45:50.862Z] ac5d100e28bf: Layer already exists [2023-01-19T04:45:50.862Z] main: digest: sha256:ca0f124201b493b7bccb99ec4358b39f279f6f0edb4bfe33aacde7efb87a250b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:45:50.901Z] ===================================================== [Pipeline] echo [2023-01-19T04:45:50.911Z] taggedImages: [2023-01-19T04:45:50.911Z] - nexus3.edgexfoundry.org:10004/core-data:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:50.911Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-19T04:45:50.911Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.24 [2023-01-19T04:45:50.911Z] - nexus3.edgexfoundry.org:10004/core-data:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:45:50.911Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-01-19T04:45:50.934Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-01-19T04:45:50.934Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:50.934Z] latest [2023-01-19T04:45:50.934Z] 3.0.0-dev.24 [2023-01-19T04:45:50.934Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:45:50.934Z] main [2023-01-19T04:45:50.934Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:51.256Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:51.560Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:51.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-19T04:45:51.560Z] 35edf0063c55: Preparing [2023-01-19T04:45:51.560Z] e4f2dcbb63e6: Preparing [2023-01-19T04:45:51.560Z] 0c31049148fe: Preparing [2023-01-19T04:45:51.560Z] 27207fa65b62: Preparing [2023-01-19T04:45:51.560Z] 08e0f5d86d14: Preparing [2023-01-19T04:45:51.560Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:51.560Z] e5e13b0c77cb: Waiting [2023-01-19T04:45:51.560Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:45:51.560Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:51.560Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:51.560Z] 35edf0063c55: Pushed [2023-01-19T04:45:51.560Z] e4f2dcbb63e6: Pushed [2023-01-19T04:45:52.940Z] 0c31049148fe: Pushed [2023-01-19T04:45:53.198Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:167e9d842b32ad176444ace55de6ddc2e86d578a500af41a2e6cefe8993da231 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:53.512Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:53.828Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-19T04:45:53.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-19T04:45:53.828Z] 35edf0063c55: Preparing [2023-01-19T04:45:53.828Z] e4f2dcbb63e6: Preparing [2023-01-19T04:45:53.828Z] 0c31049148fe: Preparing [2023-01-19T04:45:53.828Z] 27207fa65b62: Preparing [2023-01-19T04:45:53.828Z] 08e0f5d86d14: Preparing [2023-01-19T04:45:53.828Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:53.828Z] e5e13b0c77cb: Waiting [2023-01-19T04:45:53.828Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:53.828Z] 0c31049148fe: Layer already exists [2023-01-19T04:45:53.828Z] 35edf0063c55: Layer already exists [2023-01-19T04:45:53.828Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:45:53.828Z] e4f2dcbb63e6: Layer already exists [2023-01-19T04:45:53.828Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:53.828Z] latest: digest: sha256:167e9d842b32ad176444ace55de6ddc2e86d578a500af41a2e6cefe8993da231 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:54.142Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:54.450Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.24 [2023-01-19T04:45:54.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-19T04:45:54.450Z] 35edf0063c55: Preparing [2023-01-19T04:45:54.450Z] e4f2dcbb63e6: Preparing [2023-01-19T04:45:54.450Z] 0c31049148fe: Preparing [2023-01-19T04:45:54.450Z] 27207fa65b62: Preparing [2023-01-19T04:45:54.450Z] 08e0f5d86d14: Preparing [2023-01-19T04:45:54.450Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:54.450Z] e5e13b0c77cb: Waiting [2023-01-19T04:45:54.450Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:45:54.450Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:54.450Z] e4f2dcbb63e6: Layer already exists [2023-01-19T04:45:54.450Z] 35edf0063c55: Layer already exists [2023-01-19T04:45:54.450Z] 0c31049148fe: Layer already exists [2023-01-19T04:45:54.450Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:54.450Z] 3.0.0-dev.24: digest: sha256:167e9d842b32ad176444ace55de6ddc2e86d578a500af41a2e6cefe8993da231 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:54.766Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:55.072Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:45:55.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-19T04:45:55.072Z] 35edf0063c55: Preparing [2023-01-19T04:45:55.072Z] e4f2dcbb63e6: Preparing [2023-01-19T04:45:55.072Z] 0c31049148fe: Preparing [2023-01-19T04:45:55.072Z] 27207fa65b62: Preparing [2023-01-19T04:45:55.072Z] 08e0f5d86d14: Preparing [2023-01-19T04:45:55.072Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:55.072Z] e5e13b0c77cb: Waiting [2023-01-19T04:45:55.072Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:55.072Z] e4f2dcbb63e6: Layer already exists [2023-01-19T04:45:55.072Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:45:55.072Z] 35edf0063c55: Layer already exists [2023-01-19T04:45:55.072Z] 0c31049148fe: Layer already exists [2023-01-19T04:45:55.072Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:55.072Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:167e9d842b32ad176444ace55de6ddc2e86d578a500af41a2e6cefe8993da231 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:55.395Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:55.700Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-01-19T04:45:55.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-19T04:45:55.700Z] 35edf0063c55: Preparing [2023-01-19T04:45:55.700Z] e4f2dcbb63e6: Preparing [2023-01-19T04:45:55.700Z] 0c31049148fe: Preparing [2023-01-19T04:45:55.700Z] 27207fa65b62: Preparing [2023-01-19T04:45:55.700Z] 08e0f5d86d14: Preparing [2023-01-19T04:45:55.700Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:55.700Z] e5e13b0c77cb: Waiting [2023-01-19T04:45:55.700Z] e4f2dcbb63e6: Layer already exists [2023-01-19T04:45:55.700Z] 35edf0063c55: Layer already exists [2023-01-19T04:45:55.700Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:45:55.700Z] 0c31049148fe: Layer already exists [2023-01-19T04:45:55.700Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:55.700Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:55.700Z] main: digest: sha256:167e9d842b32ad176444ace55de6ddc2e86d578a500af41a2e6cefe8993da231 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:45:55.737Z] ===================================================== [Pipeline] echo [2023-01-19T04:45:55.743Z] taggedImages: [2023-01-19T04:45:55.743Z] - nexus3.edgexfoundry.org:10004/core-metadata:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:55.743Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-19T04:45:55.743Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.24 [2023-01-19T04:45:55.743Z] - nexus3.edgexfoundry.org:10004/core-metadata:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:45:55.743Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-01-19T04:45:55.758Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-01-19T04:45:55.758Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:55.758Z] latest [2023-01-19T04:45:55.758Z] 3.0.0-dev.24 [2023-01-19T04:45:55.758Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:45:55.758Z] main [2023-01-19T04:45:55.758Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:56.072Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:56.375Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:45:56.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-19T04:45:56.375Z] 9f4e54f0ce76: Preparing [2023-01-19T04:45:56.375Z] 9f4e54f0ce76: Preparing [2023-01-19T04:45:56.375Z] 63ae40ca8178: Preparing [2023-01-19T04:45:56.375Z] e8ae7656f511: Preparing [2023-01-19T04:45:56.375Z] b8ae272ef97a: Preparing [2023-01-19T04:45:56.375Z] 8135ede73925: Preparing [2023-01-19T04:45:56.375Z] 04af27ac310b: Preparing [2023-01-19T04:45:56.375Z] 27207fa65b62: Preparing [2023-01-19T04:45:56.375Z] 21be4126f9d8: Preparing [2023-01-19T04:45:56.375Z] ddede25faa3c: Preparing [2023-01-19T04:45:56.375Z] 5efe6b116e78: Preparing [2023-01-19T04:45:56.375Z] ddcab5557194: Preparing [2023-01-19T04:45:56.375Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:56.375Z] 04af27ac310b: Waiting [2023-01-19T04:45:56.375Z] 27207fa65b62: Waiting [2023-01-19T04:45:56.375Z] ddede25faa3c: Waiting [2023-01-19T04:45:56.375Z] e5e13b0c77cb: Waiting [2023-01-19T04:45:56.375Z] 5efe6b116e78: Waiting [2023-01-19T04:45:56.375Z] 8135ede73925: Pushed [2023-01-19T04:45:56.375Z] e8ae7656f511: Pushed [2023-01-19T04:45:56.375Z] 9f4e54f0ce76: Pushed [2023-01-19T04:45:56.375Z] b8ae272ef97a: Pushed [2023-01-19T04:45:56.375Z] 63ae40ca8178: Pushed [2023-01-19T04:45:56.375Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:56.636Z] 5efe6b116e78: Pushed [2023-01-19T04:45:56.636Z] 21be4126f9d8: Pushed [2023-01-19T04:45:56.636Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:56.636Z] ddede25faa3c: Pushed [2023-01-19T04:45:56.636Z] ddcab5557194: Pushed [2023-01-19T04:45:58.017Z] 04af27ac310b: Pushed [2023-01-19T04:45:58.277Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:92d2dfd3c193c31e9f25f90a84ace414ce0b127c109c63694beb7a520c7b9a9d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:58.586Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:58.904Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-19T04:45:58.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-19T04:45:58.904Z] 9f4e54f0ce76: Preparing [2023-01-19T04:45:58.904Z] 9f4e54f0ce76: Preparing [2023-01-19T04:45:58.904Z] 63ae40ca8178: Preparing [2023-01-19T04:45:58.904Z] e8ae7656f511: Preparing [2023-01-19T04:45:58.904Z] b8ae272ef97a: Preparing [2023-01-19T04:45:58.904Z] 8135ede73925: Preparing [2023-01-19T04:45:58.904Z] 04af27ac310b: Preparing [2023-01-19T04:45:58.904Z] 27207fa65b62: Preparing [2023-01-19T04:45:58.904Z] 21be4126f9d8: Preparing [2023-01-19T04:45:58.904Z] ddede25faa3c: Preparing [2023-01-19T04:45:58.904Z] 5efe6b116e78: Preparing [2023-01-19T04:45:58.904Z] ddcab5557194: Preparing [2023-01-19T04:45:58.904Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:58.904Z] 21be4126f9d8: Waiting [2023-01-19T04:45:58.904Z] ddede25faa3c: Waiting [2023-01-19T04:45:58.904Z] 5efe6b116e78: Waiting [2023-01-19T04:45:58.904Z] ddcab5557194: Waiting [2023-01-19T04:45:58.904Z] e5e13b0c77cb: Waiting [2023-01-19T04:45:58.904Z] 04af27ac310b: Waiting [2023-01-19T04:45:58.904Z] 27207fa65b62: Waiting [2023-01-19T04:45:58.904Z] b8ae272ef97a: Layer already exists [2023-01-19T04:45:58.904Z] 8135ede73925: Layer already exists [2023-01-19T04:45:58.904Z] e8ae7656f511: Layer already exists [2023-01-19T04:45:58.904Z] 9f4e54f0ce76: Layer already exists [2023-01-19T04:45:58.904Z] 63ae40ca8178: Layer already exists [2023-01-19T04:45:58.904Z] 04af27ac310b: Layer already exists [2023-01-19T04:45:58.904Z] 21be4126f9d8: Layer already exists [2023-01-19T04:45:58.904Z] 5efe6b116e78: Layer already exists [2023-01-19T04:45:58.904Z] ddede25faa3c: Layer already exists [2023-01-19T04:45:58.904Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:58.904Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:58.904Z] ddcab5557194: Layer already exists [2023-01-19T04:45:58.904Z] latest: digest: sha256:92d2dfd3c193c31e9f25f90a84ace414ce0b127c109c63694beb7a520c7b9a9d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:59.211Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:59.513Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.24 [2023-01-19T04:45:59.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-19T04:45:59.513Z] 9f4e54f0ce76: Preparing [2023-01-19T04:45:59.513Z] 9f4e54f0ce76: Preparing [2023-01-19T04:45:59.513Z] 63ae40ca8178: Preparing [2023-01-19T04:45:59.513Z] e8ae7656f511: Preparing [2023-01-19T04:45:59.513Z] b8ae272ef97a: Preparing [2023-01-19T04:45:59.513Z] 8135ede73925: Preparing [2023-01-19T04:45:59.513Z] 04af27ac310b: Preparing [2023-01-19T04:45:59.513Z] 27207fa65b62: Preparing [2023-01-19T04:45:59.513Z] 21be4126f9d8: Preparing [2023-01-19T04:45:59.513Z] ddede25faa3c: Preparing [2023-01-19T04:45:59.513Z] 5efe6b116e78: Preparing [2023-01-19T04:45:59.513Z] ddcab5557194: Preparing [2023-01-19T04:45:59.513Z] e5e13b0c77cb: Preparing [2023-01-19T04:45:59.513Z] 27207fa65b62: Waiting [2023-01-19T04:45:59.513Z] 21be4126f9d8: Waiting [2023-01-19T04:45:59.513Z] ddede25faa3c: Waiting [2023-01-19T04:45:59.513Z] 5efe6b116e78: Waiting [2023-01-19T04:45:59.513Z] ddcab5557194: Waiting [2023-01-19T04:45:59.513Z] e5e13b0c77cb: Waiting [2023-01-19T04:45:59.513Z] 04af27ac310b: Waiting [2023-01-19T04:45:59.513Z] 63ae40ca8178: Layer already exists [2023-01-19T04:45:59.513Z] e8ae7656f511: Layer already exists [2023-01-19T04:45:59.513Z] 9f4e54f0ce76: Layer already exists [2023-01-19T04:45:59.513Z] 8135ede73925: Layer already exists [2023-01-19T04:45:59.513Z] b8ae272ef97a: Layer already exists [2023-01-19T04:45:59.513Z] 04af27ac310b: Layer already exists [2023-01-19T04:45:59.513Z] ddede25faa3c: Layer already exists [2023-01-19T04:45:59.513Z] 21be4126f9d8: Layer already exists [2023-01-19T04:45:59.513Z] 27207fa65b62: Layer already exists [2023-01-19T04:45:59.513Z] 5efe6b116e78: Layer already exists [2023-01-19T04:45:59.513Z] ddcab5557194: Layer already exists [2023-01-19T04:45:59.513Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:45:59.513Z] 3.0.0-dev.24: digest: sha256:92d2dfd3c193c31e9f25f90a84ace414ce0b127c109c63694beb7a520c7b9a9d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:45:59.818Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:00.131Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:00.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-19T04:46:00.131Z] 9f4e54f0ce76: Preparing [2023-01-19T04:46:00.131Z] 9f4e54f0ce76: Preparing [2023-01-19T04:46:00.131Z] 63ae40ca8178: Preparing [2023-01-19T04:46:00.131Z] e8ae7656f511: Preparing [2023-01-19T04:46:00.131Z] b8ae272ef97a: Preparing [2023-01-19T04:46:00.131Z] 8135ede73925: Preparing [2023-01-19T04:46:00.131Z] 04af27ac310b: Preparing [2023-01-19T04:46:00.131Z] 27207fa65b62: Preparing [2023-01-19T04:46:00.131Z] 21be4126f9d8: Preparing [2023-01-19T04:46:00.131Z] ddede25faa3c: Preparing [2023-01-19T04:46:00.131Z] 5efe6b116e78: Preparing [2023-01-19T04:46:00.131Z] ddcab5557194: Preparing [2023-01-19T04:46:00.131Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:00.131Z] 04af27ac310b: Waiting [2023-01-19T04:46:00.131Z] 27207fa65b62: Waiting [2023-01-19T04:46:00.131Z] 21be4126f9d8: Waiting [2023-01-19T04:46:00.131Z] ddede25faa3c: Waiting [2023-01-19T04:46:00.131Z] 5efe6b116e78: Waiting [2023-01-19T04:46:00.131Z] ddcab5557194: Waiting [2023-01-19T04:46:00.131Z] e5e13b0c77cb: Waiting [2023-01-19T04:46:00.131Z] b8ae272ef97a: Layer already exists [2023-01-19T04:46:00.131Z] 9f4e54f0ce76: Layer already exists [2023-01-19T04:46:00.131Z] 63ae40ca8178: Layer already exists [2023-01-19T04:46:00.131Z] 8135ede73925: Layer already exists [2023-01-19T04:46:00.131Z] e8ae7656f511: Layer already exists [2023-01-19T04:46:00.131Z] 04af27ac310b: Layer already exists [2023-01-19T04:46:00.131Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:00.131Z] ddede25faa3c: Layer already exists [2023-01-19T04:46:00.131Z] 21be4126f9d8: Layer already exists [2023-01-19T04:46:00.131Z] 5efe6b116e78: Layer already exists [2023-01-19T04:46:00.131Z] ddcab5557194: Layer already exists [2023-01-19T04:46:00.131Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:00.131Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:92d2dfd3c193c31e9f25f90a84ace414ce0b127c109c63694beb7a520c7b9a9d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:00.437Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:00.741Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-01-19T04:46:00.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-19T04:46:00.741Z] 9f4e54f0ce76: Preparing [2023-01-19T04:46:00.741Z] 9f4e54f0ce76: Preparing [2023-01-19T04:46:00.741Z] 63ae40ca8178: Preparing [2023-01-19T04:46:00.741Z] e8ae7656f511: Preparing [2023-01-19T04:46:00.741Z] b8ae272ef97a: Preparing [2023-01-19T04:46:00.741Z] 8135ede73925: Preparing [2023-01-19T04:46:00.741Z] 04af27ac310b: Preparing [2023-01-19T04:46:00.741Z] 27207fa65b62: Preparing [2023-01-19T04:46:00.741Z] 21be4126f9d8: Preparing [2023-01-19T04:46:00.741Z] ddede25faa3c: Preparing [2023-01-19T04:46:00.741Z] 5efe6b116e78: Preparing [2023-01-19T04:46:00.741Z] ddcab5557194: Preparing [2023-01-19T04:46:00.741Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:00.741Z] 04af27ac310b: Waiting [2023-01-19T04:46:00.741Z] 27207fa65b62: Waiting [2023-01-19T04:46:00.741Z] ddede25faa3c: Waiting [2023-01-19T04:46:00.741Z] 5efe6b116e78: Waiting [2023-01-19T04:46:00.741Z] e5e13b0c77cb: Waiting [2023-01-19T04:46:00.741Z] ddcab5557194: Waiting [2023-01-19T04:46:00.741Z] 21be4126f9d8: Waiting [2023-01-19T04:46:00.741Z] e8ae7656f511: Layer already exists [2023-01-19T04:46:00.741Z] b8ae272ef97a: Layer already exists [2023-01-19T04:46:00.741Z] 9f4e54f0ce76: Layer already exists [2023-01-19T04:46:00.741Z] 8135ede73925: Layer already exists [2023-01-19T04:46:00.741Z] 63ae40ca8178: Layer already exists [2023-01-19T04:46:00.741Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:00.741Z] 21be4126f9d8: Layer already exists [2023-01-19T04:46:00.741Z] 5efe6b116e78: Layer already exists [2023-01-19T04:46:00.741Z] 04af27ac310b: Layer already exists [2023-01-19T04:46:00.741Z] ddede25faa3c: Layer already exists [2023-01-19T04:46:00.741Z] ddcab5557194: Layer already exists [2023-01-19T04:46:00.741Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:00.741Z] main: digest: sha256:92d2dfd3c193c31e9f25f90a84ace414ce0b127c109c63694beb7a520c7b9a9d size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:46:00.781Z] ===================================================== [Pipeline] echo [2023-01-19T04:46:00.790Z] taggedImages: [2023-01-19T04:46:00.790Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:00.790Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-19T04:46:00.790Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.24 [2023-01-19T04:46:00.790Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:00.790Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-01-19T04:46:00.808Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-01-19T04:46:00.808Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:00.808Z] latest [2023-01-19T04:46:00.808Z] 3.0.0-dev.24 [2023-01-19T04:46:00.808Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:00.808Z] main [2023-01-19T04:46:00.808Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:01.114Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:01.430Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:01.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-19T04:46:01.430Z] 2016aa3fab15: Preparing [2023-01-19T04:46:01.430Z] a12d6fb3791d: Preparing [2023-01-19T04:46:01.430Z] 18792ab72d1f: Preparing [2023-01-19T04:46:01.430Z] d12274c20c31: Preparing [2023-01-19T04:46:01.430Z] eb6bf4882b90: Preparing [2023-01-19T04:46:01.430Z] fade9f2a6dbb: Preparing [2023-01-19T04:46:01.430Z] 9e939e73d135: Preparing [2023-01-19T04:46:01.430Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:01.430Z] fade9f2a6dbb: Waiting [2023-01-19T04:46:01.430Z] e5e13b0c77cb: Waiting [2023-01-19T04:46:01.430Z] 9e939e73d135: Waiting [2023-01-19T04:46:01.430Z] eb6bf4882b90: Pushed [2023-01-19T04:46:01.430Z] a12d6fb3791d: Pushed [2023-01-19T04:46:01.430Z] 2016aa3fab15: Pushed [2023-01-19T04:46:01.690Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:01.690Z] fade9f2a6dbb: Pushed [2023-01-19T04:46:01.950Z] 9e939e73d135: Pushed [2023-01-19T04:46:02.544Z] d12274c20c31: Pushed [2023-01-19T04:46:02.544Z] 18792ab72d1f: Pushed [2023-01-19T04:46:02.803Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:463c1e64748886e8187d75327f83423b9230b5447893ad4b428949b8f325fb73 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:03.116Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:03.431Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-19T04:46:03.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-19T04:46:03.431Z] 2016aa3fab15: Preparing [2023-01-19T04:46:03.431Z] a12d6fb3791d: Preparing [2023-01-19T04:46:03.431Z] 18792ab72d1f: Preparing [2023-01-19T04:46:03.431Z] d12274c20c31: Preparing [2023-01-19T04:46:03.431Z] eb6bf4882b90: Preparing [2023-01-19T04:46:03.431Z] fade9f2a6dbb: Preparing [2023-01-19T04:46:03.431Z] 9e939e73d135: Preparing [2023-01-19T04:46:03.431Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:03.431Z] fade9f2a6dbb: Waiting [2023-01-19T04:46:03.431Z] 9e939e73d135: Waiting [2023-01-19T04:46:03.431Z] e5e13b0c77cb: Waiting [2023-01-19T04:46:03.693Z] eb6bf4882b90: Layer already exists [2023-01-19T04:46:03.693Z] 18792ab72d1f: Layer already exists [2023-01-19T04:46:03.693Z] 2016aa3fab15: Layer already exists [2023-01-19T04:46:03.693Z] a12d6fb3791d: Layer already exists [2023-01-19T04:46:03.693Z] d12274c20c31: Layer already exists [2023-01-19T04:46:03.693Z] 9e939e73d135: Layer already exists [2023-01-19T04:46:03.693Z] fade9f2a6dbb: Layer already exists [2023-01-19T04:46:03.693Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:03.693Z] latest: digest: sha256:463c1e64748886e8187d75327f83423b9230b5447893ad4b428949b8f325fb73 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:03.998Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:04.301Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.24 [2023-01-19T04:46:04.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-19T04:46:04.302Z] 2016aa3fab15: Preparing [2023-01-19T04:46:04.302Z] a12d6fb3791d: Preparing [2023-01-19T04:46:04.302Z] 18792ab72d1f: Preparing [2023-01-19T04:46:04.302Z] d12274c20c31: Preparing [2023-01-19T04:46:04.302Z] eb6bf4882b90: Preparing [2023-01-19T04:46:04.302Z] fade9f2a6dbb: Preparing [2023-01-19T04:46:04.302Z] 9e939e73d135: Preparing [2023-01-19T04:46:04.302Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:04.302Z] e5e13b0c77cb: Waiting [2023-01-19T04:46:04.302Z] 9e939e73d135: Waiting [2023-01-19T04:46:04.302Z] fade9f2a6dbb: Waiting [2023-01-19T04:46:04.302Z] 18792ab72d1f: Layer already exists [2023-01-19T04:46:04.302Z] d12274c20c31: Layer already exists [2023-01-19T04:46:04.302Z] eb6bf4882b90: Layer already exists [2023-01-19T04:46:04.302Z] 2016aa3fab15: Layer already exists [2023-01-19T04:46:04.302Z] a12d6fb3791d: Layer already exists [2023-01-19T04:46:04.302Z] fade9f2a6dbb: Layer already exists [2023-01-19T04:46:04.302Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:04.302Z] 9e939e73d135: Layer already exists [2023-01-19T04:46:04.302Z] 3.0.0-dev.24: digest: sha256:463c1e64748886e8187d75327f83423b9230b5447893ad4b428949b8f325fb73 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:04.607Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:04.918Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:04.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-19T04:46:04.918Z] 2016aa3fab15: Preparing [2023-01-19T04:46:04.919Z] a12d6fb3791d: Preparing [2023-01-19T04:46:04.919Z] 18792ab72d1f: Preparing [2023-01-19T04:46:04.919Z] d12274c20c31: Preparing [2023-01-19T04:46:04.919Z] eb6bf4882b90: Preparing [2023-01-19T04:46:04.919Z] fade9f2a6dbb: Preparing [2023-01-19T04:46:04.919Z] 9e939e73d135: Preparing [2023-01-19T04:46:04.919Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:04.919Z] 9e939e73d135: Waiting [2023-01-19T04:46:04.919Z] e5e13b0c77cb: Waiting [2023-01-19T04:46:04.919Z] fade9f2a6dbb: Waiting [2023-01-19T04:46:04.919Z] d12274c20c31: Layer already exists [2023-01-19T04:46:04.919Z] 18792ab72d1f: Layer already exists [2023-01-19T04:46:04.919Z] 2016aa3fab15: Layer already exists [2023-01-19T04:46:04.919Z] eb6bf4882b90: Layer already exists [2023-01-19T04:46:04.919Z] a12d6fb3791d: Layer already exists [2023-01-19T04:46:04.919Z] fade9f2a6dbb: Layer already exists [2023-01-19T04:46:04.919Z] 9e939e73d135: Layer already exists [2023-01-19T04:46:04.919Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:04.919Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:463c1e64748886e8187d75327f83423b9230b5447893ad4b428949b8f325fb73 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:05.226Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:05.530Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-01-19T04:46:05.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-19T04:46:05.530Z] 2016aa3fab15: Preparing [2023-01-19T04:46:05.530Z] a12d6fb3791d: Preparing [2023-01-19T04:46:05.530Z] 18792ab72d1f: Preparing [2023-01-19T04:46:05.530Z] d12274c20c31: Preparing [2023-01-19T04:46:05.530Z] eb6bf4882b90: Preparing [2023-01-19T04:46:05.530Z] fade9f2a6dbb: Preparing [2023-01-19T04:46:05.530Z] 9e939e73d135: Preparing [2023-01-19T04:46:05.530Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:05.530Z] fade9f2a6dbb: Waiting [2023-01-19T04:46:05.530Z] e5e13b0c77cb: Waiting [2023-01-19T04:46:05.530Z] 9e939e73d135: Waiting [2023-01-19T04:46:05.530Z] 2016aa3fab15: Layer already exists [2023-01-19T04:46:05.530Z] eb6bf4882b90: Layer already exists [2023-01-19T04:46:05.530Z] 18792ab72d1f: Layer already exists [2023-01-19T04:46:05.530Z] d12274c20c31: Layer already exists [2023-01-19T04:46:05.530Z] a12d6fb3791d: Layer already exists [2023-01-19T04:46:05.530Z] fade9f2a6dbb: Layer already exists [2023-01-19T04:46:05.530Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:05.530Z] 9e939e73d135: Layer already exists [2023-01-19T04:46:05.530Z] main: digest: sha256:463c1e64748886e8187d75327f83423b9230b5447893ad4b428949b8f325fb73 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:46:05.573Z] ===================================================== [Pipeline] echo [2023-01-19T04:46:05.580Z] taggedImages: [2023-01-19T04:46:05.580Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:05.580Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-19T04:46:05.580Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.24 [2023-01-19T04:46:05.580Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:05.580Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-01-19T04:46:05.599Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-01-19T04:46:05.599Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:05.599Z] latest [2023-01-19T04:46:05.599Z] 3.0.0-dev.24 [2023-01-19T04:46:05.599Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:05.599Z] main [2023-01-19T04:46:05.599Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:05.914Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:06.226Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:06.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-19T04:46:06.226Z] 232978fe96f2: Preparing [2023-01-19T04:46:06.226Z] 41a83855a3be: Preparing [2023-01-19T04:46:06.226Z] d3c810abd913: Preparing [2023-01-19T04:46:06.226Z] f9183b607c27: Preparing [2023-01-19T04:46:06.226Z] a57e502b53a0: Preparing [2023-01-19T04:46:06.226Z] 26b2cbcd2edc: Preparing [2023-01-19T04:46:06.226Z] 0a53c9755aa2: Preparing [2023-01-19T04:46:06.226Z] 3d8544e598db: Preparing [2023-01-19T04:46:06.226Z] ed989e821791: Preparing [2023-01-19T04:46:06.226Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:06.226Z] 26b2cbcd2edc: Waiting [2023-01-19T04:46:06.226Z] 3d8544e598db: Waiting [2023-01-19T04:46:06.226Z] 0a53c9755aa2: Waiting [2023-01-19T04:46:06.226Z] ed989e821791: Waiting [2023-01-19T04:46:06.226Z] 232978fe96f2: Pushed [2023-01-19T04:46:06.226Z] 41a83855a3be: Pushed [2023-01-19T04:46:06.226Z] a57e502b53a0: Pushed [2023-01-19T04:46:06.485Z] 3d8544e598db: Pushed [2023-01-19T04:46:06.485Z] 26b2cbcd2edc: Pushed [2023-01-19T04:46:06.485Z] 0a53c9755aa2: Pushed [2023-01-19T04:46:06.485Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:06.485Z] ed989e821791: Pushed [2023-01-19T04:46:07.422Z] f9183b607c27: Pushed [2023-01-19T04:46:07.680Z] d3c810abd913: Pushed [2023-01-19T04:46:07.939Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:54d36959f57e50785c84bca40e9291653d15a50851f9a8697d64dd5e7c731ca5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:08.256Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:08.559Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-19T04:46:08.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-19T04:46:08.559Z] 232978fe96f2: Preparing [2023-01-19T04:46:08.559Z] 41a83855a3be: Preparing [2023-01-19T04:46:08.559Z] d3c810abd913: Preparing [2023-01-19T04:46:08.559Z] f9183b607c27: Preparing [2023-01-19T04:46:08.559Z] a57e502b53a0: Preparing [2023-01-19T04:46:08.559Z] 26b2cbcd2edc: Preparing [2023-01-19T04:46:08.559Z] 0a53c9755aa2: Preparing [2023-01-19T04:46:08.559Z] 3d8544e598db: Preparing [2023-01-19T04:46:08.559Z] ed989e821791: Preparing [2023-01-19T04:46:08.559Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:08.559Z] 26b2cbcd2edc: Waiting [2023-01-19T04:46:08.559Z] 0a53c9755aa2: Waiting [2023-01-19T04:46:08.559Z] ed989e821791: Waiting [2023-01-19T04:46:08.559Z] 3d8544e598db: Waiting [2023-01-19T04:46:08.559Z] d3c810abd913: Layer already exists [2023-01-19T04:46:08.559Z] 232978fe96f2: Layer already exists [2023-01-19T04:46:08.559Z] f9183b607c27: Layer already exists [2023-01-19T04:46:08.559Z] a57e502b53a0: Layer already exists [2023-01-19T04:46:08.559Z] 41a83855a3be: Layer already exists [2023-01-19T04:46:08.559Z] 26b2cbcd2edc: Layer already exists [2023-01-19T04:46:08.559Z] 0a53c9755aa2: Layer already exists [2023-01-19T04:46:08.559Z] 3d8544e598db: Layer already exists [2023-01-19T04:46:08.559Z] ed989e821791: Layer already exists [2023-01-19T04:46:08.559Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:08.559Z] latest: digest: sha256:54d36959f57e50785c84bca40e9291653d15a50851f9a8697d64dd5e7c731ca5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:08.867Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:09.169Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.24 [2023-01-19T04:46:09.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-19T04:46:09.169Z] 232978fe96f2: Preparing [2023-01-19T04:46:09.169Z] 41a83855a3be: Preparing [2023-01-19T04:46:09.169Z] d3c810abd913: Preparing [2023-01-19T04:46:09.169Z] f9183b607c27: Preparing [2023-01-19T04:46:09.169Z] a57e502b53a0: Preparing [2023-01-19T04:46:09.169Z] 26b2cbcd2edc: Preparing [2023-01-19T04:46:09.169Z] 0a53c9755aa2: Preparing [2023-01-19T04:46:09.169Z] 3d8544e598db: Preparing [2023-01-19T04:46:09.169Z] ed989e821791: Preparing [2023-01-19T04:46:09.169Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:09.169Z] 0a53c9755aa2: Waiting [2023-01-19T04:46:09.169Z] 3d8544e598db: Waiting [2023-01-19T04:46:09.169Z] ed989e821791: Waiting [2023-01-19T04:46:09.169Z] e5e13b0c77cb: Waiting [2023-01-19T04:46:09.169Z] 26b2cbcd2edc: Waiting [2023-01-19T04:46:09.169Z] a57e502b53a0: Layer already exists [2023-01-19T04:46:09.169Z] d3c810abd913: Layer already exists [2023-01-19T04:46:09.169Z] 41a83855a3be: Layer already exists [2023-01-19T04:46:09.169Z] 232978fe96f2: Layer already exists [2023-01-19T04:46:09.169Z] f9183b607c27: Layer already exists [2023-01-19T04:46:09.169Z] 26b2cbcd2edc: Layer already exists [2023-01-19T04:46:09.169Z] 0a53c9755aa2: Layer already exists [2023-01-19T04:46:09.169Z] ed989e821791: Layer already exists [2023-01-19T04:46:09.169Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:09.169Z] 3d8544e598db: Layer already exists [2023-01-19T04:46:09.170Z] 3.0.0-dev.24: digest: sha256:54d36959f57e50785c84bca40e9291653d15a50851f9a8697d64dd5e7c731ca5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:09.480Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:09.786Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:09.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-19T04:46:09.786Z] 232978fe96f2: Preparing [2023-01-19T04:46:09.786Z] 41a83855a3be: Preparing [2023-01-19T04:46:09.786Z] d3c810abd913: Preparing [2023-01-19T04:46:09.786Z] f9183b607c27: Preparing [2023-01-19T04:46:09.786Z] a57e502b53a0: Preparing [2023-01-19T04:46:09.786Z] 26b2cbcd2edc: Preparing [2023-01-19T04:46:09.786Z] 0a53c9755aa2: Preparing [2023-01-19T04:46:09.786Z] 3d8544e598db: Preparing [2023-01-19T04:46:09.786Z] ed989e821791: Preparing [2023-01-19T04:46:09.786Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:09.786Z] 26b2cbcd2edc: Waiting [2023-01-19T04:46:09.786Z] e5e13b0c77cb: Waiting [2023-01-19T04:46:09.786Z] 0a53c9755aa2: Waiting [2023-01-19T04:46:09.786Z] ed989e821791: Waiting [2023-01-19T04:46:09.786Z] 3d8544e598db: Waiting [2023-01-19T04:46:09.786Z] a57e502b53a0: Layer already exists [2023-01-19T04:46:09.786Z] 232978fe96f2: Layer already exists [2023-01-19T04:46:09.786Z] 41a83855a3be: Layer already exists [2023-01-19T04:46:09.786Z] d3c810abd913: Layer already exists [2023-01-19T04:46:09.786Z] f9183b607c27: Layer already exists [2023-01-19T04:46:09.786Z] 26b2cbcd2edc: Layer already exists [2023-01-19T04:46:09.786Z] 0a53c9755aa2: Layer already exists [2023-01-19T04:46:09.786Z] ed989e821791: Layer already exists [2023-01-19T04:46:09.786Z] 3d8544e598db: Layer already exists [2023-01-19T04:46:09.786Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:09.786Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:54d36959f57e50785c84bca40e9291653d15a50851f9a8697d64dd5e7c731ca5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:10.097Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:10.402Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-01-19T04:46:10.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-19T04:46:10.402Z] 232978fe96f2: Preparing [2023-01-19T04:46:10.402Z] 41a83855a3be: Preparing [2023-01-19T04:46:10.402Z] d3c810abd913: Preparing [2023-01-19T04:46:10.402Z] f9183b607c27: Preparing [2023-01-19T04:46:10.402Z] a57e502b53a0: Preparing [2023-01-19T04:46:10.402Z] 26b2cbcd2edc: Preparing [2023-01-19T04:46:10.402Z] 0a53c9755aa2: Preparing [2023-01-19T04:46:10.402Z] 3d8544e598db: Preparing [2023-01-19T04:46:10.402Z] ed989e821791: Preparing [2023-01-19T04:46:10.402Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:10.402Z] 3d8544e598db: Waiting [2023-01-19T04:46:10.402Z] ed989e821791: Waiting [2023-01-19T04:46:10.402Z] 26b2cbcd2edc: Waiting [2023-01-19T04:46:10.402Z] e5e13b0c77cb: Waiting [2023-01-19T04:46:10.402Z] 0a53c9755aa2: Waiting [2023-01-19T04:46:10.402Z] a57e502b53a0: Layer already exists [2023-01-19T04:46:10.402Z] 232978fe96f2: Layer already exists [2023-01-19T04:46:10.402Z] f9183b607c27: Layer already exists [2023-01-19T04:46:10.402Z] 41a83855a3be: Layer already exists [2023-01-19T04:46:10.402Z] d3c810abd913: Layer already exists [2023-01-19T04:46:10.402Z] 26b2cbcd2edc: Layer already exists [2023-01-19T04:46:10.402Z] ed989e821791: Layer already exists [2023-01-19T04:46:10.402Z] 3d8544e598db: Layer already exists [2023-01-19T04:46:10.402Z] 0a53c9755aa2: Layer already exists [2023-01-19T04:46:10.402Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:10.402Z] main: digest: sha256:54d36959f57e50785c84bca40e9291653d15a50851f9a8697d64dd5e7c731ca5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:46:10.435Z] ===================================================== [Pipeline] echo [2023-01-19T04:46:10.440Z] taggedImages: [2023-01-19T04:46:10.440Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:10.440Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-19T04:46:10.440Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.24 [2023-01-19T04:46:10.440Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:10.440Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-01-19T04:46:10.455Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-01-19T04:46:10.455Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:10.455Z] latest [2023-01-19T04:46:10.455Z] 3.0.0-dev.24 [2023-01-19T04:46:10.455Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:10.455Z] main [2023-01-19T04:46:10.455Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:10.781Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:11.088Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:11.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-19T04:46:11.088Z] cefe50aa2fde: Preparing [2023-01-19T04:46:11.088Z] 6d35f65762c3: Preparing [2023-01-19T04:46:11.088Z] 27207fa65b62: Preparing [2023-01-19T04:46:11.088Z] b34233fb5c12: Preparing [2023-01-19T04:46:11.088Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:11.088Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:11.088Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:11.088Z] cefe50aa2fde: Pushed [2023-01-19T04:46:11.655Z] b34233fb5c12: Pushed [2023-01-19T04:46:13.563Z] 6d35f65762c3: Pushed [2023-01-19T04:46:13.823Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:c9cf1d04f7e3a70d1c50f5e3358a68b40aa764a314670cdf5888ec24bcea8919 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:14.134Z] + 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-01-19T04:46:14.439Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-19T04:46:14.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-19T04:46:14.439Z] cefe50aa2fde: Preparing [2023-01-19T04:46:14.439Z] 6d35f65762c3: Preparing [2023-01-19T04:46:14.439Z] 27207fa65b62: Preparing [2023-01-19T04:46:14.439Z] b34233fb5c12: Preparing [2023-01-19T04:46:14.439Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:14.439Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:14.439Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:14.439Z] cefe50aa2fde: Layer already exists [2023-01-19T04:46:14.439Z] 6d35f65762c3: Layer already exists [2023-01-19T04:46:14.439Z] b34233fb5c12: Layer already exists [2023-01-19T04:46:14.439Z] latest: digest: sha256:c9cf1d04f7e3a70d1c50f5e3358a68b40aa764a314670cdf5888ec24bcea8919 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:14.747Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:15.125Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.24 [2023-01-19T04:46:15.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-19T04:46:15.125Z] cefe50aa2fde: Preparing [2023-01-19T04:46:15.125Z] 6d35f65762c3: Preparing [2023-01-19T04:46:15.125Z] 27207fa65b62: Preparing [2023-01-19T04:46:15.125Z] b34233fb5c12: Preparing [2023-01-19T04:46:15.125Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:15.125Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:15.125Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:15.125Z] cefe50aa2fde: Layer already exists [2023-01-19T04:46:15.125Z] 6d35f65762c3: Layer already exists [2023-01-19T04:46:15.125Z] b34233fb5c12: Layer already exists [2023-01-19T04:46:15.125Z] 3.0.0-dev.24: digest: sha256:c9cf1d04f7e3a70d1c50f5e3358a68b40aa764a314670cdf5888ec24bcea8919 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:15.429Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:15.727Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:15.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-19T04:46:15.727Z] cefe50aa2fde: Preparing [2023-01-19T04:46:15.727Z] 6d35f65762c3: Preparing [2023-01-19T04:46:15.727Z] 27207fa65b62: Preparing [2023-01-19T04:46:15.727Z] b34233fb5c12: Preparing [2023-01-19T04:46:15.727Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:15.727Z] cefe50aa2fde: Layer already exists [2023-01-19T04:46:15.727Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:15.727Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:15.727Z] 6d35f65762c3: Layer already exists [2023-01-19T04:46:15.727Z] b34233fb5c12: Layer already exists [2023-01-19T04:46:15.727Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:c9cf1d04f7e3a70d1c50f5e3358a68b40aa764a314670cdf5888ec24bcea8919 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:16.032Z] + 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-01-19T04:46:16.344Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-01-19T04:46:16.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-19T04:46:16.344Z] cefe50aa2fde: Preparing [2023-01-19T04:46:16.344Z] 6d35f65762c3: Preparing [2023-01-19T04:46:16.344Z] 27207fa65b62: Preparing [2023-01-19T04:46:16.344Z] b34233fb5c12: Preparing [2023-01-19T04:46:16.344Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:16.344Z] b34233fb5c12: Layer already exists [2023-01-19T04:46:16.344Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:16.344Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:16.344Z] cefe50aa2fde: Layer already exists [2023-01-19T04:46:16.344Z] 6d35f65762c3: Layer already exists [2023-01-19T04:46:16.344Z] main: digest: sha256:c9cf1d04f7e3a70d1c50f5e3358a68b40aa764a314670cdf5888ec24bcea8919 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:46:16.392Z] ===================================================== [Pipeline] echo [2023-01-19T04:46:16.401Z] taggedImages: [2023-01-19T04:46:16.401Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:16.401Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-19T04:46:16.401Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.24 [2023-01-19T04:46:16.401Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:16.401Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-01-19T04:46:16.426Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-01-19T04:46:16.426Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:16.426Z] latest [2023-01-19T04:46:16.426Z] 3.0.0-dev.24 [2023-01-19T04:46:16.426Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:16.426Z] main [2023-01-19T04:46:16.426Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:16.747Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:17.064Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:17.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-19T04:46:17.064Z] da243d90b795: Preparing [2023-01-19T04:46:17.064Z] 5ffe3d7f15a4: Preparing [2023-01-19T04:46:17.064Z] 94dfc7b70280: Preparing [2023-01-19T04:46:17.064Z] 80a4e0d573d4: Preparing [2023-01-19T04:46:17.064Z] 705d436f0bd1: Preparing [2023-01-19T04:46:17.064Z] 369ab4c05629: Preparing [2023-01-19T04:46:17.064Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:17.064Z] 369ab4c05629: Waiting [2023-01-19T04:46:17.064Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:17.064Z] 5ffe3d7f15a4: Pushed [2023-01-19T04:46:17.064Z] da243d90b795: Pushed [2023-01-19T04:46:17.064Z] 94dfc7b70280: Pushed [2023-01-19T04:46:17.064Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:18.314Z] 369ab4c05629: Pushed [2023-01-19T04:46:20.859Z] 705d436f0bd1: Pushed [2023-01-19T04:46:25.054Z] 80a4e0d573d4: Pushed [2023-01-19T04:46:25.054Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:51907245fff4de9d66f8fc2bed57afa1849b61c7c7b5ba12123f9cb9f11cdee3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:25.366Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:25.672Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-19T04:46:25.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-19T04:46:25.672Z] da243d90b795: Preparing [2023-01-19T04:46:25.672Z] 5ffe3d7f15a4: Preparing [2023-01-19T04:46:25.672Z] 94dfc7b70280: Preparing [2023-01-19T04:46:25.672Z] 80a4e0d573d4: Preparing [2023-01-19T04:46:25.672Z] 705d436f0bd1: Preparing [2023-01-19T04:46:25.672Z] 369ab4c05629: Preparing [2023-01-19T04:46:25.672Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:25.672Z] 369ab4c05629: Waiting [2023-01-19T04:46:25.672Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:25.672Z] 80a4e0d573d4: Layer already exists [2023-01-19T04:46:25.672Z] da243d90b795: Layer already exists [2023-01-19T04:46:25.672Z] 5ffe3d7f15a4: Layer already exists [2023-01-19T04:46:25.672Z] 705d436f0bd1: Layer already exists [2023-01-19T04:46:25.672Z] 94dfc7b70280: Layer already exists [2023-01-19T04:46:25.672Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:25.672Z] 369ab4c05629: Layer already exists [2023-01-19T04:46:25.672Z] latest: digest: sha256:51907245fff4de9d66f8fc2bed57afa1849b61c7c7b5ba12123f9cb9f11cdee3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:25.978Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:26.285Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.24 [2023-01-19T04:46:26.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-19T04:46:26.286Z] da243d90b795: Preparing [2023-01-19T04:46:26.286Z] 5ffe3d7f15a4: Preparing [2023-01-19T04:46:26.286Z] 94dfc7b70280: Preparing [2023-01-19T04:46:26.286Z] 80a4e0d573d4: Preparing [2023-01-19T04:46:26.286Z] 705d436f0bd1: Preparing [2023-01-19T04:46:26.286Z] 369ab4c05629: Preparing [2023-01-19T04:46:26.286Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:26.286Z] 369ab4c05629: Waiting [2023-01-19T04:46:26.286Z] da243d90b795: Layer already exists [2023-01-19T04:46:26.286Z] 705d436f0bd1: Layer already exists [2023-01-19T04:46:26.286Z] 5ffe3d7f15a4: Layer already exists [2023-01-19T04:46:26.286Z] 80a4e0d573d4: Layer already exists [2023-01-19T04:46:26.286Z] 94dfc7b70280: Layer already exists [2023-01-19T04:46:26.286Z] 369ab4c05629: Layer already exists [2023-01-19T04:46:26.286Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:26.286Z] 3.0.0-dev.24: digest: sha256:51907245fff4de9d66f8fc2bed57afa1849b61c7c7b5ba12123f9cb9f11cdee3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:26.588Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:26.894Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:26.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-19T04:46:26.894Z] da243d90b795: Preparing [2023-01-19T04:46:26.894Z] 5ffe3d7f15a4: Preparing [2023-01-19T04:46:26.894Z] 94dfc7b70280: Preparing [2023-01-19T04:46:26.894Z] 80a4e0d573d4: Preparing [2023-01-19T04:46:26.894Z] 705d436f0bd1: Preparing [2023-01-19T04:46:26.894Z] 369ab4c05629: Preparing [2023-01-19T04:46:26.894Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:26.894Z] 369ab4c05629: Waiting [2023-01-19T04:46:26.894Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:26.894Z] 5ffe3d7f15a4: Layer already exists [2023-01-19T04:46:26.894Z] 94dfc7b70280: Layer already exists [2023-01-19T04:46:26.894Z] 705d436f0bd1: Layer already exists [2023-01-19T04:46:26.894Z] da243d90b795: Layer already exists [2023-01-19T04:46:26.894Z] 80a4e0d573d4: Layer already exists [2023-01-19T04:46:26.894Z] 369ab4c05629: Layer already exists [2023-01-19T04:46:26.894Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:26.894Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:51907245fff4de9d66f8fc2bed57afa1849b61c7c7b5ba12123f9cb9f11cdee3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:27.204Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:27.522Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-01-19T04:46:27.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-19T04:46:27.522Z] da243d90b795: Preparing [2023-01-19T04:46:27.522Z] 5ffe3d7f15a4: Preparing [2023-01-19T04:46:27.522Z] 94dfc7b70280: Preparing [2023-01-19T04:46:27.522Z] 80a4e0d573d4: Preparing [2023-01-19T04:46:27.522Z] 705d436f0bd1: Preparing [2023-01-19T04:46:27.522Z] 369ab4c05629: Preparing [2023-01-19T04:46:27.522Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:27.522Z] 369ab4c05629: Waiting [2023-01-19T04:46:27.522Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:27.523Z] 5ffe3d7f15a4: Layer already exists [2023-01-19T04:46:27.523Z] da243d90b795: Layer already exists [2023-01-19T04:46:27.523Z] 94dfc7b70280: Layer already exists [2023-01-19T04:46:27.523Z] 80a4e0d573d4: Layer already exists [2023-01-19T04:46:27.523Z] 705d436f0bd1: Layer already exists [2023-01-19T04:46:27.523Z] 369ab4c05629: Layer already exists [2023-01-19T04:46:27.523Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:27.523Z] main: digest: sha256:51907245fff4de9d66f8fc2bed57afa1849b61c7c7b5ba12123f9cb9f11cdee3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:46:27.570Z] ===================================================== [Pipeline] echo [2023-01-19T04:46:27.578Z] taggedImages: [2023-01-19T04:46:27.578Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:27.578Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-19T04:46:27.578Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.24 [2023-01-19T04:46:27.578Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:27.578Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-01-19T04:46:27.607Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-01-19T04:46:27.607Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:27.607Z] latest [2023-01-19T04:46:27.607Z] 3.0.0-dev.24 [2023-01-19T04:46:27.607Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:27.607Z] main [2023-01-19T04:46:27.607Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:27.935Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:28.261Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:28.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-19T04:46:28.261Z] 271715065042: Preparing [2023-01-19T04:46:28.261Z] f7857f7f62a4: Preparing [2023-01-19T04:46:28.261Z] cace578ec3af: Preparing [2023-01-19T04:46:28.261Z] 6df5de3b5b87: Preparing [2023-01-19T04:46:28.261Z] db5d12c88630: Preparing [2023-01-19T04:46:28.261Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:28.261Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:28.261Z] cace578ec3af: Pushed [2023-01-19T04:46:28.261Z] 271715065042: Pushed [2023-01-19T04:46:28.261Z] f7857f7f62a4: Pushed [2023-01-19T04:46:28.261Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:28.522Z] db5d12c88630: Pushed [2023-01-19T04:46:36.646Z] 6df5de3b5b87: Pushed [2023-01-19T04:46:36.646Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:bbe8a674e781883277395d4f6bf02b66ddbcb312a864b3f9c843de48c9631bd8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:36.967Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:37.274Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-19T04:46:37.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-19T04:46:37.274Z] 271715065042: Preparing [2023-01-19T04:46:37.274Z] f7857f7f62a4: Preparing [2023-01-19T04:46:37.274Z] cace578ec3af: Preparing [2023-01-19T04:46:37.274Z] 6df5de3b5b87: Preparing [2023-01-19T04:46:37.274Z] db5d12c88630: Preparing [2023-01-19T04:46:37.274Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:37.274Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:37.274Z] cace578ec3af: Layer already exists [2023-01-19T04:46:37.274Z] f7857f7f62a4: Layer already exists [2023-01-19T04:46:37.274Z] 271715065042: Layer already exists [2023-01-19T04:46:37.274Z] db5d12c88630: Layer already exists [2023-01-19T04:46:37.274Z] 6df5de3b5b87: Layer already exists [2023-01-19T04:46:37.274Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:37.274Z] latest: digest: sha256:bbe8a674e781883277395d4f6bf02b66ddbcb312a864b3f9c843de48c9631bd8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:37.583Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:37.898Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.24 [2023-01-19T04:46:37.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-19T04:46:37.898Z] 271715065042: Preparing [2023-01-19T04:46:37.898Z] f7857f7f62a4: Preparing [2023-01-19T04:46:37.898Z] cace578ec3af: Preparing [2023-01-19T04:46:37.898Z] 6df5de3b5b87: Preparing [2023-01-19T04:46:37.898Z] db5d12c88630: Preparing [2023-01-19T04:46:37.898Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:37.898Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:37.898Z] f7857f7f62a4: Layer already exists [2023-01-19T04:46:37.898Z] 271715065042: Layer already exists [2023-01-19T04:46:37.898Z] cace578ec3af: Layer already exists [2023-01-19T04:46:37.898Z] 6df5de3b5b87: Layer already exists [2023-01-19T04:46:37.898Z] db5d12c88630: Layer already exists [2023-01-19T04:46:37.898Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:37.898Z] 3.0.0-dev.24: digest: sha256:bbe8a674e781883277395d4f6bf02b66ddbcb312a864b3f9c843de48c9631bd8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:38.214Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:38.524Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:38.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-19T04:46:38.524Z] 271715065042: Preparing [2023-01-19T04:46:38.524Z] f7857f7f62a4: Preparing [2023-01-19T04:46:38.524Z] cace578ec3af: Preparing [2023-01-19T04:46:38.524Z] 6df5de3b5b87: Preparing [2023-01-19T04:46:38.524Z] db5d12c88630: Preparing [2023-01-19T04:46:38.524Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:38.524Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:38.524Z] db5d12c88630: Layer already exists [2023-01-19T04:46:38.524Z] cace578ec3af: Layer already exists [2023-01-19T04:46:38.524Z] 6df5de3b5b87: Layer already exists [2023-01-19T04:46:38.524Z] f7857f7f62a4: Layer already exists [2023-01-19T04:46:38.524Z] 271715065042: Layer already exists [2023-01-19T04:46:38.524Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:38.524Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:bbe8a674e781883277395d4f6bf02b66ddbcb312a864b3f9c843de48c9631bd8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:38.934Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:39.271Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-01-19T04:46:39.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-19T04:46:39.271Z] 271715065042: Preparing [2023-01-19T04:46:39.271Z] f7857f7f62a4: Preparing [2023-01-19T04:46:39.271Z] cace578ec3af: Preparing [2023-01-19T04:46:39.271Z] 6df5de3b5b87: Preparing [2023-01-19T04:46:39.271Z] db5d12c88630: Preparing [2023-01-19T04:46:39.271Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:39.271Z] 6df5de3b5b87: Layer already exists [2023-01-19T04:46:39.271Z] 271715065042: Layer already exists [2023-01-19T04:46:39.271Z] cace578ec3af: Layer already exists [2023-01-19T04:46:39.271Z] f7857f7f62a4: Layer already exists [2023-01-19T04:46:39.271Z] db5d12c88630: Layer already exists [2023-01-19T04:46:39.271Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:39.271Z] main: digest: sha256:bbe8a674e781883277395d4f6bf02b66ddbcb312a864b3f9c843de48c9631bd8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:46:39.317Z] ===================================================== [Pipeline] echo [2023-01-19T04:46:39.323Z] taggedImages: [2023-01-19T04:46:39.323Z] - nexus3.edgexfoundry.org:10004/security-spire-config:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:39.323Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-19T04:46:39.323Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.24 [2023-01-19T04:46:39.323Z] - nexus3.edgexfoundry.org:10004/security-spire-config:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:39.323Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-01-19T04:46:39.338Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-01-19T04:46:39.338Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:39.338Z] latest [2023-01-19T04:46:39.338Z] 3.0.0-dev.24 [2023-01-19T04:46:39.338Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:39.338Z] main [2023-01-19T04:46:39.338Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:39.674Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:39.985Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:39.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-19T04:46:39.985Z] d0bbf7736cd8: Preparing [2023-01-19T04:46:39.985Z] 43a100819fb3: Preparing [2023-01-19T04:46:39.985Z] 4049093e82db: Preparing [2023-01-19T04:46:39.985Z] 6df5de3b5b87: Preparing [2023-01-19T04:46:39.985Z] 369ab4c05629: Preparing [2023-01-19T04:46:39.985Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:39.985Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:39.985Z] 369ab4c05629: Layer already exists [2023-01-19T04:46:39.985Z] 6df5de3b5b87: Layer already exists [2023-01-19T04:46:39.985Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:39.985Z] 4049093e82db: Pushed [2023-01-19T04:46:39.985Z] 43a100819fb3: Pushed [2023-01-19T04:46:39.985Z] d0bbf7736cd8: Pushed [2023-01-19T04:46:40.243Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:53aabde9d93373ee0f1e8bd16971eda1430ec41f24b17a3d6510c5897dc5b566 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:40.550Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:40.856Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-19T04:46:40.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-19T04:46:40.856Z] d0bbf7736cd8: Preparing [2023-01-19T04:46:40.856Z] 43a100819fb3: Preparing [2023-01-19T04:46:40.856Z] 4049093e82db: Preparing [2023-01-19T04:46:40.856Z] 6df5de3b5b87: Preparing [2023-01-19T04:46:40.856Z] 369ab4c05629: Preparing [2023-01-19T04:46:40.856Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:40.856Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:40.856Z] d0bbf7736cd8: Layer already exists [2023-01-19T04:46:40.856Z] 369ab4c05629: Layer already exists [2023-01-19T04:46:40.856Z] 6df5de3b5b87: Layer already exists [2023-01-19T04:46:40.856Z] 43a100819fb3: Layer already exists [2023-01-19T04:46:40.856Z] 4049093e82db: Layer already exists [2023-01-19T04:46:40.856Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:40.856Z] latest: digest: sha256:53aabde9d93373ee0f1e8bd16971eda1430ec41f24b17a3d6510c5897dc5b566 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:41.165Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:41.479Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.24 [2023-01-19T04:46:41.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-19T04:46:41.479Z] d0bbf7736cd8: Preparing [2023-01-19T04:46:41.479Z] 43a100819fb3: Preparing [2023-01-19T04:46:41.479Z] 4049093e82db: Preparing [2023-01-19T04:46:41.479Z] 6df5de3b5b87: Preparing [2023-01-19T04:46:41.479Z] 369ab4c05629: Preparing [2023-01-19T04:46:41.479Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:41.479Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:41.479Z] 6df5de3b5b87: Layer already exists [2023-01-19T04:46:41.479Z] 369ab4c05629: Layer already exists [2023-01-19T04:46:41.479Z] 4049093e82db: Layer already exists [2023-01-19T04:46:41.479Z] d0bbf7736cd8: Layer already exists [2023-01-19T04:46:41.479Z] 43a100819fb3: Layer already exists [2023-01-19T04:46:41.479Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:41.479Z] 3.0.0-dev.24: digest: sha256:53aabde9d93373ee0f1e8bd16971eda1430ec41f24b17a3d6510c5897dc5b566 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:41.787Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:42.095Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:42.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-19T04:46:42.095Z] d0bbf7736cd8: Preparing [2023-01-19T04:46:42.095Z] 43a100819fb3: Preparing [2023-01-19T04:46:42.095Z] 4049093e82db: Preparing [2023-01-19T04:46:42.095Z] 6df5de3b5b87: Preparing [2023-01-19T04:46:42.095Z] 369ab4c05629: Preparing [2023-01-19T04:46:42.095Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:42.095Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:42.095Z] 43a100819fb3: Layer already exists [2023-01-19T04:46:42.095Z] d0bbf7736cd8: Layer already exists [2023-01-19T04:46:42.095Z] 6df5de3b5b87: Layer already exists [2023-01-19T04:46:42.095Z] 369ab4c05629: Layer already exists [2023-01-19T04:46:42.095Z] 4049093e82db: Layer already exists [2023-01-19T04:46:42.095Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:42.095Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:53aabde9d93373ee0f1e8bd16971eda1430ec41f24b17a3d6510c5897dc5b566 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:42.408Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:42.722Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-01-19T04:46:42.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-19T04:46:42.722Z] d0bbf7736cd8: Preparing [2023-01-19T04:46:42.722Z] 43a100819fb3: Preparing [2023-01-19T04:46:42.722Z] 4049093e82db: Preparing [2023-01-19T04:46:42.722Z] 6df5de3b5b87: Preparing [2023-01-19T04:46:42.722Z] 369ab4c05629: Preparing [2023-01-19T04:46:42.722Z] 34d5ebaa5410: Preparing [2023-01-19T04:46:42.722Z] 34d5ebaa5410: Waiting [2023-01-19T04:46:42.722Z] 43a100819fb3: Layer already exists [2023-01-19T04:46:42.722Z] d0bbf7736cd8: Layer already exists [2023-01-19T04:46:42.722Z] 6df5de3b5b87: Layer already exists [2023-01-19T04:46:42.722Z] 369ab4c05629: Layer already exists [2023-01-19T04:46:42.722Z] 4049093e82db: Layer already exists [2023-01-19T04:46:42.722Z] 34d5ebaa5410: Layer already exists [2023-01-19T04:46:42.722Z] main: digest: sha256:53aabde9d93373ee0f1e8bd16971eda1430ec41f24b17a3d6510c5897dc5b566 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:46:42.754Z] ===================================================== [Pipeline] echo [2023-01-19T04:46:42.760Z] taggedImages: [2023-01-19T04:46:42.760Z] - nexus3.edgexfoundry.org:10004/security-spire-server:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:42.760Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-19T04:46:42.760Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.24 [2023-01-19T04:46:42.760Z] - nexus3.edgexfoundry.org:10004/security-spire-server:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:42.760Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-01-19T04:46:42.774Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-01-19T04:46:42.774Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:42.774Z] latest [2023-01-19T04:46:42.774Z] 3.0.0-dev.24 [2023-01-19T04:46:42.774Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:42.774Z] main [2023-01-19T04:46:42.774Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:43.081Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:43.382Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:43.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-19T04:46:43.382Z] 94ce9e77b40c: Preparing [2023-01-19T04:46:43.382Z] ac83e71f9951: Preparing [2023-01-19T04:46:43.382Z] 27207fa65b62: Preparing [2023-01-19T04:46:43.382Z] 190b1c4a3331: Preparing [2023-01-19T04:46:43.382Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:43.382Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:43.382Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:43.382Z] 94ce9e77b40c: Pushed [2023-01-19T04:46:43.382Z] 190b1c4a3331: Pushed [2023-01-19T04:46:46.676Z] ac83e71f9951: Pushed [2023-01-19T04:46:46.676Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:b030d55aaf4a08b7788c254388e3da17ec453d27def251aa7b47536b91269309 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:46.981Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:47.284Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-19T04:46:47.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-19T04:46:47.284Z] 94ce9e77b40c: Preparing [2023-01-19T04:46:47.284Z] ac83e71f9951: Preparing [2023-01-19T04:46:47.284Z] 27207fa65b62: Preparing [2023-01-19T04:46:47.284Z] 190b1c4a3331: Preparing [2023-01-19T04:46:47.284Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:47.284Z] ac83e71f9951: Layer already exists [2023-01-19T04:46:47.284Z] 94ce9e77b40c: Layer already exists [2023-01-19T04:46:47.284Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:47.284Z] 190b1c4a3331: Layer already exists [2023-01-19T04:46:47.284Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:47.284Z] latest: digest: sha256:b030d55aaf4a08b7788c254388e3da17ec453d27def251aa7b47536b91269309 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:47.598Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:47.901Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.24 [2023-01-19T04:46:47.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-19T04:46:47.901Z] 94ce9e77b40c: Preparing [2023-01-19T04:46:47.901Z] ac83e71f9951: Preparing [2023-01-19T04:46:47.901Z] 27207fa65b62: Preparing [2023-01-19T04:46:47.901Z] 190b1c4a3331: Preparing [2023-01-19T04:46:47.901Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:47.901Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:47.901Z] 94ce9e77b40c: Layer already exists [2023-01-19T04:46:47.901Z] ac83e71f9951: Layer already exists [2023-01-19T04:46:47.901Z] 190b1c4a3331: Layer already exists [2023-01-19T04:46:47.901Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:47.901Z] 3.0.0-dev.24: digest: sha256:b030d55aaf4a08b7788c254388e3da17ec453d27def251aa7b47536b91269309 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:48.207Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:48.516Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:48.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-19T04:46:48.516Z] 94ce9e77b40c: Preparing [2023-01-19T04:46:48.516Z] ac83e71f9951: Preparing [2023-01-19T04:46:48.516Z] 27207fa65b62: Preparing [2023-01-19T04:46:48.516Z] 190b1c4a3331: Preparing [2023-01-19T04:46:48.516Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:48.516Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:48.516Z] ac83e71f9951: Layer already exists [2023-01-19T04:46:48.516Z] 190b1c4a3331: Layer already exists [2023-01-19T04:46:48.516Z] 94ce9e77b40c: Layer already exists [2023-01-19T04:46:48.516Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:48.516Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:b030d55aaf4a08b7788c254388e3da17ec453d27def251aa7b47536b91269309 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:48.832Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:49.140Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-01-19T04:46:49.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-19T04:46:49.140Z] 94ce9e77b40c: Preparing [2023-01-19T04:46:49.140Z] ac83e71f9951: Preparing [2023-01-19T04:46:49.140Z] 27207fa65b62: Preparing [2023-01-19T04:46:49.140Z] 190b1c4a3331: Preparing [2023-01-19T04:46:49.140Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:49.140Z] 94ce9e77b40c: Layer already exists [2023-01-19T04:46:49.140Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:49.140Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:49.140Z] 190b1c4a3331: Layer already exists [2023-01-19T04:46:49.140Z] ac83e71f9951: Layer already exists [2023-01-19T04:46:49.140Z] main: digest: sha256:b030d55aaf4a08b7788c254388e3da17ec453d27def251aa7b47536b91269309 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:46:49.174Z] ===================================================== [Pipeline] echo [2023-01-19T04:46:49.180Z] taggedImages: [2023-01-19T04:46:49.180Z] - nexus3.edgexfoundry.org:10004/support-notifications:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:49.180Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-19T04:46:49.180Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.24 [2023-01-19T04:46:49.180Z] - nexus3.edgexfoundry.org:10004/support-notifications:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:49.180Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-01-19T04:46:49.196Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-01-19T04:46:49.196Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:49.196Z] latest [2023-01-19T04:46:49.196Z] 3.0.0-dev.24 [2023-01-19T04:46:49.196Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:49.196Z] main [2023-01-19T04:46:49.196Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:49.511Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:49.815Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:49.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-19T04:46:49.816Z] 501930a26edb: Preparing [2023-01-19T04:46:49.816Z] c29d96de816f: Preparing [2023-01-19T04:46:49.816Z] 27207fa65b62: Preparing [2023-01-19T04:46:49.816Z] 08e0f5d86d14: Preparing [2023-01-19T04:46:49.816Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:49.816Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:49.816Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:46:49.816Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:49.816Z] 501930a26edb: Pushed [2023-01-19T04:46:53.107Z] c29d96de816f: Pushed [2023-01-19T04:46:53.107Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:ef0954fcec2d8f7e8c18567803ce0961da0e99e9e54b8e72c3ee9084f213dcb5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:53.419Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:53.720Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-19T04:46:53.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-19T04:46:53.720Z] 501930a26edb: Preparing [2023-01-19T04:46:53.720Z] c29d96de816f: Preparing [2023-01-19T04:46:53.720Z] 27207fa65b62: Preparing [2023-01-19T04:46:53.720Z] 08e0f5d86d14: Preparing [2023-01-19T04:46:53.720Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:53.720Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:53.720Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:53.720Z] 501930a26edb: Layer already exists [2023-01-19T04:46:53.720Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:46:53.720Z] c29d96de816f: Layer already exists [2023-01-19T04:46:53.720Z] latest: digest: sha256:ef0954fcec2d8f7e8c18567803ce0961da0e99e9e54b8e72c3ee9084f213dcb5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:54.039Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:54.347Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.24 [2023-01-19T04:46:54.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-19T04:46:54.347Z] 501930a26edb: Preparing [2023-01-19T04:46:54.347Z] c29d96de816f: Preparing [2023-01-19T04:46:54.347Z] 27207fa65b62: Preparing [2023-01-19T04:46:54.347Z] 08e0f5d86d14: Preparing [2023-01-19T04:46:54.347Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:54.347Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:54.347Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:46:54.347Z] c29d96de816f: Layer already exists [2023-01-19T04:46:54.347Z] 501930a26edb: Layer already exists [2023-01-19T04:46:54.347Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:54.348Z] 3.0.0-dev.24: digest: sha256:ef0954fcec2d8f7e8c18567803ce0961da0e99e9e54b8e72c3ee9084f213dcb5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:54.657Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:54.970Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:54.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-19T04:46:54.970Z] 501930a26edb: Preparing [2023-01-19T04:46:54.970Z] c29d96de816f: Preparing [2023-01-19T04:46:54.970Z] 27207fa65b62: Preparing [2023-01-19T04:46:54.970Z] 08e0f5d86d14: Preparing [2023-01-19T04:46:54.970Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:54.970Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:54.970Z] c29d96de816f: Layer already exists [2023-01-19T04:46:54.970Z] 501930a26edb: Layer already exists [2023-01-19T04:46:54.970Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:54.970Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:46:54.970Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:ef0954fcec2d8f7e8c18567803ce0961da0e99e9e54b8e72c3ee9084f213dcb5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:55.280Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:46:55.585Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-01-19T04:46:55.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-19T04:46:55.585Z] 501930a26edb: Preparing [2023-01-19T04:46:55.585Z] c29d96de816f: Preparing [2023-01-19T04:46:55.585Z] 27207fa65b62: Preparing [2023-01-19T04:46:55.585Z] 08e0f5d86d14: Preparing [2023-01-19T04:46:55.585Z] e5e13b0c77cb: Preparing [2023-01-19T04:46:55.585Z] 08e0f5d86d14: Layer already exists [2023-01-19T04:46:55.585Z] 501930a26edb: Layer already exists [2023-01-19T04:46:55.585Z] e5e13b0c77cb: Layer already exists [2023-01-19T04:46:55.585Z] 27207fa65b62: Layer already exists [2023-01-19T04:46:55.585Z] c29d96de816f: Layer already exists [2023-01-19T04:46:55.585Z] main: digest: sha256:ef0954fcec2d8f7e8c18567803ce0961da0e99e9e54b8e72c3ee9084f213dcb5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:46:55.623Z] ===================================================== [Pipeline] echo [2023-01-19T04:46:55.634Z] taggedImages: [2023-01-19T04:46:55.634Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:46:55.634Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-19T04:46:55.634Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.24 [2023-01-19T04:46:55.634Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:46:55.634Z] - 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-01-19T04:47:24.216Z] Removing intermediate container 03decd7336fa [2023-01-19T04:47:24.216Z] ---> b79c363c5af4 [2023-01-19T04:47:24.216Z] Step 7/21 : COPY . . [2023-01-19T04:47:24.216Z] Removing intermediate container b6e1f5783fd7 [2023-01-19T04:47:24.216Z] ---> d57dea40a418 [2023-01-19T04:47:24.216Z] Step 8/22 : COPY . . [2023-01-19T04:47:24.216Z] ---> 3bcadcd7cb03 [2023-01-19T04:47:24.217Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-19T04:47:24.217Z] ---> 4e38c922e9f7 [2023-01-19T04:47:24.217Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-19T04:47:24.217Z] ---> Running in f981f77ce938 [2023-01-19T04:47:24.217Z] ---> Running in 66e31f62ae69 [2023-01-19T04:47:24.217Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-19T04:47:24.217Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-19T04:49:30.936Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-19T04:49:45.908Z] Removing intermediate container d2fa3f8765ee [2023-01-19T04:49:45.908Z] ---> f63ee07636cc [2023-01-19T04:49:45.908Z] [2023-01-19T04:49:45.908Z] Step 9/24 : FROM alpine:3.16 [2023-01-19T04:49:45.908Z] 3.16: Pulling from library/alpine [2023-01-19T04:49:45.908Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-19T04:49:45.908Z] Status: Downloaded newer image for alpine:3.16 [2023-01-19T04:49:45.908Z] ---> 2b4661558fb8 [2023-01-19T04:49:45.908Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-19T04:49:45.908Z] ---> Running in 19934d246dc9 [2023-01-19T04:49:46.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:49:47.447Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:49:48.850Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-19T04:49:48.850Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-19T04:49:48.850Z] (3/3) Installing su-exec (0.2-r1) [2023-01-19T04:49:48.850Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T04:49:48.850Z] Executing ca-certificates-20220614-r0.trigger [2023-01-19T04:49:49.431Z] OK: 6 MiB in 17 packages [2023-01-19T04:49:51.393Z] Removing intermediate container 19934d246dc9 [2023-01-19T04:49:51.393Z] ---> 6a34f33203db [2023-01-19T04:49:51.393Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-19T04:49:51.661Z] ---> Running in 15915418591d [2023-01-19T04:49:52.244Z] Removing intermediate container 15915418591d [2023-01-19T04:49:52.244Z] ---> 4a76f784d4ff [2023-01-19T04:49:52.244Z] Step 12/24 : WORKDIR / [2023-01-19T04:49:52.244Z] ---> Running in 44b9b62fc376 [2023-01-19T04:49:52.832Z] Removing intermediate container 44b9b62fc376 [2023-01-19T04:49:52.832Z] ---> 28a555eb450e [2023-01-19T04:49:52.832Z] 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-01-19T04:49:53.793Z] ---> 351adf60dbd5 [2023-01-19T04:49:53.793Z] 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-01-19T04:49:54.749Z] ---> b7f72fa3b926 [2023-01-19T04:49:54.749Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-19T04:49:55.705Z] ---> 0a90620e2c03 [2023-01-19T04:49:55.705Z] 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-01-19T04:49:56.663Z] ---> eb0e4bb5124b [2023-01-19T04:49:56.663Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-19T04:49:58.066Z] ---> 6a155f2d81da [2023-01-19T04:49:58.066Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-19T04:50:00.005Z] ---> c094e469239d [2023-01-19T04:50:00.005Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-19T04:50:01.405Z] ---> e55eb2fa7da6 [2023-01-19T04:50:01.405Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-19T04:50:01.405Z] ---> Running in 811971ce98fb [2023-01-19T04:50:05.075Z] Removing intermediate container 811971ce98fb [2023-01-19T04:50:05.075Z] ---> 9f154212d0d2 [2023-01-19T04:50:05.075Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-19T04:50:05.075Z] ---> Running in d7a65ecab37d [2023-01-19T04:50:05.667Z] Removing intermediate container d7a65ecab37d [2023-01-19T04:50:05.667Z] ---> 1810a3d15a8b [2023-01-19T04:50:05.667Z] Step 22/24 : LABEL arch=arm64 [2023-01-19T04:50:05.667Z] ---> Running in a4c0c84d812f [2023-01-19T04:50:06.252Z] Removing intermediate container a4c0c84d812f [2023-01-19T04:50:06.253Z] ---> ac2b196151d1 [2023-01-19T04:50:06.253Z] Step 23/24 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:50:06.253Z] ---> Running in 918eac701787 [2023-01-19T04:50:06.842Z] Removing intermediate container 918eac701787 [2023-01-19T04:50:06.842Z] ---> 60ddb197dca3 [2023-01-19T04:50:06.842Z] Step 24/24 : LABEL version=3.0.0-dev.24 [2023-01-19T04:50:06.842Z] ---> Running in b1aa71c6db8a [2023-01-19T04:50:07.434Z] Removing intermediate container b1aa71c6db8a [2023-01-19T04:50:07.434Z] ---> 9794f07d3ae9 [2023-01-19T04:50:07.434Z] [2023-01-19T04:50:07.434Z] Successfully built 9794f07d3ae9 [2023-01-19T04:50:07.434Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-19T04:50:07.434Z]  Building security-secretstore-setup ... done Building security-spire-agent [2023-01-19T04:50:11.256Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:50:11.256Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:50:11.256Z] ---> 541acd89a639 [2023-01-19T04:50:11.256Z] Step 3/24 : WORKDIR /edgex-go [2023-01-19T04:50:11.256Z] ---> Using cache [2023-01-19T04:50:11.256Z] ---> b167d6076e73 [2023-01-19T04:50:11.256Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-19T04:50:11.256Z] ---> Using cache [2023-01-19T04:50:11.256Z] ---> 25e61d91e660 [2023-01-19T04:50:11.256Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-19T04:50:11.256Z] ---> Using cache [2023-01-19T04:50:11.256Z] ---> 3b623994af32 [2023-01-19T04:50:11.256Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:50:11.256Z] ---> Using cache [2023-01-19T04:50:11.256Z] ---> c645e56e9882 [2023-01-19T04:50:11.256Z] Step 7/24 : COPY . . [2023-01-19T04:50:11.256Z] ---> Using cache [2023-01-19T04:50:11.256Z] ---> f4bc48455bd2 [2023-01-19T04:50:11.256Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-19T04:50:11.256Z] ---> Using cache [2023-01-19T04:50:11.256Z] ---> b1b8e7e4b2a3 [2023-01-19T04:50:11.256Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-19T04:50:11.256Z] ---> Using cache [2023-01-19T04:50:11.256Z] ---> cf8144a10af8 [2023-01-19T04:50:11.256Z] 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-01-19T04:50:11.539Z] ---> Running in c1039abc41c6 [2023-01-19T04:50:14.162Z] Removing intermediate container c1039abc41c6 [2023-01-19T04:50:14.162Z] ---> 416c3b21226b [2023-01-19T04:50:14.162Z] Step 11/24 : WORKDIR /edgex-go [2023-01-19T04:50:14.428Z] ---> Running in 3ea8fa919fa8 [2023-01-19T04:50:14.694Z] Removing intermediate container 3ea8fa919fa8 [2023-01-19T04:50:14.694Z] ---> 26f7106cf45b [2023-01-19T04:50:14.694Z] [2023-01-19T04:50:14.694Z] Step 12/24 : FROM alpine:3.15 [2023-01-19T04:50:14.694Z] ---> 8aa73fd46299 [2023-01-19T04:50:14.694Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-19T04:50:14.694Z] ---> Using cache [2023-01-19T04:50:14.694Z] ---> b389421e3449 [2023-01-19T04:50:14.960Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-19T04:50:14.960Z] ---> Using cache [2023-01-19T04:50:14.960Z] ---> 1b0b7be16f31 [2023-01-19T04:50:14.960Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-19T04:50:18.301Z] ---> 6f9b3245484a [2023-01-19T04:50:18.301Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-19T04:50:22.547Z] ---> 8b0dbd6e6d1f [2023-01-19T04:50:22.547Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-19T04:50:23.501Z] ---> e131875c3760 [2023-01-19T04:50:23.501Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-19T04:50:26.862Z] ---> 1ec9e7545dae [2023-01-19T04:50:26.862Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-19T04:50:27.443Z] ---> d10514a867bd [2023-01-19T04:50:27.443Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-19T04:50:27.708Z] ---> Running in b3da49d659c7 [2023-01-19T04:50:27.973Z] Removing intermediate container b3da49d659c7 [2023-01-19T04:50:27.973Z] ---> 7cfadedfac03 [2023-01-19T04:50:27.973Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-19T04:50:28.238Z] ---> Running in d42999c2fc68 [2023-01-19T04:50:28.817Z] Removing intermediate container d42999c2fc68 [2023-01-19T04:50:28.817Z] ---> aa3ec5fad99f [2023-01-19T04:50:28.817Z] Step 22/24 : LABEL arch=arm64 [2023-01-19T04:50:28.817Z] ---> Running in 950a4f2dcae5 [2023-01-19T04:50:29.405Z] Removing intermediate container 950a4f2dcae5 [2023-01-19T04:50:29.405Z] ---> 8e149558bc5f [2023-01-19T04:50:29.405Z] Step 23/24 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:50:29.405Z] ---> Running in d3dce1cd572b [2023-01-19T04:50:29.985Z] Removing intermediate container d3dce1cd572b [2023-01-19T04:50:29.985Z] ---> 13b48d026f0e [2023-01-19T04:50:29.985Z] Step 24/24 : LABEL version=3.0.0-dev.24 [2023-01-19T04:50:29.985Z] ---> Running in 3747adc6111b [2023-01-19T04:50:30.566Z] Removing intermediate container 3747adc6111b [2023-01-19T04:50:30.566Z] ---> 766b2c60a711 [2023-01-19T04:50:30.566Z] [2023-01-19T04:50:30.566Z] Successfully built 766b2c60a711 [2023-01-19T04:50:30.566Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-19T04:50:30.566Z]  Building security-spire-agent ... done Building core-data [2023-01-19T04:50:33.901Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:50:33.901Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:50:33.901Z] ---> 541acd89a639 [2023-01-19T04:50:33.901Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-19T04:50:33.901Z] ---> Using cache [2023-01-19T04:50:33.901Z] ---> 4521e5e2d3c0 [2023-01-19T04:50:33.901Z] Step 4/22 : WORKDIR /edgex-go [2023-01-19T04:50:33.901Z] ---> Using cache [2023-01-19T04:50:33.901Z] ---> 096fcbd0e9e6 [2023-01-19T04:50:33.901Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-19T04:50:33.901Z] ---> Using cache [2023-01-19T04:50:33.901Z] ---> ee2e77ff76e7 [2023-01-19T04:50:33.901Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-19T04:50:33.901Z] ---> Using cache [2023-01-19T04:50:33.901Z] ---> 2a81a03f7535 [2023-01-19T04:50:33.901Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:50:33.901Z] ---> Using cache [2023-01-19T04:50:33.901Z] ---> d57dea40a418 [2023-01-19T04:50:33.901Z] Step 8/22 : COPY . . [2023-01-19T04:50:33.901Z] ---> Using cache [2023-01-19T04:50:33.901Z] ---> 4e38c922e9f7 [2023-01-19T04:50:33.901Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-19T04:50:33.901Z] ---> Running in e9305a313c43 [2023-01-19T04:50:35.847Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-19T04:51:57.441Z] Removing intermediate container b872b6e9f8ff [2023-01-19T04:51:57.441Z] ---> 564bdf062ac5 [2023-01-19T04:51:57.441Z] [2023-01-19T04:51:57.441Z] Step 9/19 : FROM alpine:3.15 [2023-01-19T04:51:57.441Z] ---> 8aa73fd46299 [2023-01-19T04:51:57.441Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-19T04:51:57.441Z] ---> Using cache [2023-01-19T04:51:57.441Z] ---> b389421e3449 [2023-01-19T04:51:57.441Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-19T04:51:57.441Z] ---> Running in c5814c3ac37b [2023-01-19T04:51:57.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:51:57.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:51:57.441Z] v3.15.6-264-g17188750c9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-19T04:51:57.441Z] v3.15.6-267-g0d32177539 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-19T04:51:57.441Z] OK: 15736 distinct packages available [2023-01-19T04:51:57.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:51:57.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:51:57.441Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-19T04:51:57.441Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-19T04:51:57.441Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-19T04:51:57.442Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-19T04:51:57.442Z] (5/9) Installing curl (7.80.0-r5) [2023-01-19T04:51:57.442Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-19T04:51:57.442Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-19T04:51:57.442Z] (8/9) Installing libucontext (1.1-r0) [2023-01-19T04:51:57.442Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-19T04:51:57.442Z] Executing busybox-1.34.1-r7.trigger [2023-01-19T04:51:57.442Z] Executing ca-certificates-20220614-r0.trigger [2023-01-19T04:51:57.442Z] OK: 8 MiB in 23 packages [2023-01-19T04:51:57.442Z] Removing intermediate container c5814c3ac37b [2023-01-19T04:51:57.442Z] ---> b49eb42448f0 [2023-01-19T04:51:57.442Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:51:58.022Z] ---> c6bdded862aa [2023-01-19T04:51:58.022Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-19T04:52:00.629Z] ---> 484e238e48d7 [2023-01-19T04:52:00.629Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-19T04:52:01.078Z] ---> 956d8963f839 [2023-01-19T04:52:01.078Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-19T04:52:01.078Z] ---> Running in 8e3ce76a152b [2023-01-19T04:52:01.686Z] Removing intermediate container 8e3ce76a152b [2023-01-19T04:52:01.686Z] ---> 5fad2a977f3b [2023-01-19T04:52:01.686Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T04:52:02.006Z] ---> Running in db7d3bb4d508 [2023-01-19T04:52:02.629Z] Removing intermediate container db7d3bb4d508 [2023-01-19T04:52:02.629Z] ---> d093f1db80a2 [2023-01-19T04:52:02.629Z] Step 17/19 : LABEL arch=arm64 [2023-01-19T04:52:02.629Z] ---> Running in 1f9d431df1ad [2023-01-19T04:52:02.937Z] Removing intermediate container 1f9d431df1ad [2023-01-19T04:52:02.937Z] ---> 9aa662f61875 [2023-01-19T04:52:02.937Z] Step 18/19 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:52:03.221Z] ---> Running in 8750029b2490 [2023-01-19T04:52:03.496Z] Removing intermediate container 8750029b2490 [2023-01-19T04:52:03.496Z] ---> 842bac47c9fc [2023-01-19T04:52:03.496Z] Step 19/19 : LABEL version=3.0.0-dev.24 [2023-01-19T04:52:03.760Z] ---> Running in b8c8b9d941d1 [2023-01-19T04:52:04.342Z] Removing intermediate container b8c8b9d941d1 [2023-01-19T04:52:04.342Z] ---> a2dd49b20fbc [2023-01-19T04:52:04.342Z] [2023-01-19T04:52:04.342Z] Successfully built a2dd49b20fbc [2023-01-19T04:52:04.342Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-19T04:52:04.342Z]  Building security-spiffe-token-provider ... done Building core-metadata [2023-01-19T04:52:07.676Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:52:07.676Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:52:07.676Z] ---> 541acd89a639 [2023-01-19T04:52:07.676Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-19T04:52:07.676Z] ---> Using cache [2023-01-19T04:52:07.676Z] ---> 4521e5e2d3c0 [2023-01-19T04:52:07.676Z] Step 4/24 : WORKDIR /edgex-go [2023-01-19T04:52:07.676Z] ---> Using cache [2023-01-19T04:52:07.676Z] ---> 096fcbd0e9e6 [2023-01-19T04:52:07.676Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-19T04:52:07.676Z] ---> Using cache [2023-01-19T04:52:07.676Z] ---> ee2e77ff76e7 [2023-01-19T04:52:07.676Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-19T04:52:07.676Z] ---> Using cache [2023-01-19T04:52:07.676Z] ---> 2a81a03f7535 [2023-01-19T04:52:07.676Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:52:07.676Z] ---> Using cache [2023-01-19T04:52:07.676Z] ---> d57dea40a418 [2023-01-19T04:52:07.676Z] Step 8/24 : COPY . . [2023-01-19T04:52:07.676Z] ---> Using cache [2023-01-19T04:52:07.676Z] ---> 4e38c922e9f7 [2023-01-19T04:52:07.676Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-19T04:52:08.642Z] ---> Running in a6ecdd49cebd [2023-01-19T04:52:10.591Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-19T04:52:49.444Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-19T04:53:16.093Z] Removing intermediate container f981f77ce938 [2023-01-19T04:53:16.093Z] ---> dc81e217c7b1 [2023-01-19T04:53:16.093Z] [2023-01-19T04:53:16.093Z] Step 9/21 : FROM alpine:3.16 [2023-01-19T04:53:16.093Z] ---> 2b4661558fb8 [2023-01-19T04:53:16.093Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-19T04:53:16.360Z] ---> Running in df0a75085a2d [2023-01-19T04:53:16.360Z] Removing intermediate container 1fd6aaddabdd [2023-01-19T04:53:16.360Z] ---> 343b9c8b3a75 [2023-01-19T04:53:16.360Z] [2023-01-19T04:53:16.360Z] Step 10/22 : FROM alpine:3.16 [2023-01-19T04:53:16.360Z] ---> 2b4661558fb8 [2023-01-19T04:53:16.360Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-19T04:53:16.631Z] ---> Running in 6372828952d9 [2023-01-19T04:53:19.212Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:53:19.212Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:53:19.212Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:53:19.212Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:53:20.619Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-19T04:53:20.619Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-19T04:53:20.619Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-19T04:53:20.619Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T04:53:20.619Z] Executing ca-certificates-20220614-r0.trigger [2023-01-19T04:53:20.619Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-19T04:53:20.619Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-19T04:53:20.619Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-19T04:53:20.619Z] (5/6) Installing curl (7.83.1-r5) [2023-01-19T04:53:20.619Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-19T04:53:20.619Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T04:53:20.885Z] Executing ca-certificates-20220614-r0.trigger [2023-01-19T04:53:20.885Z] OK: 6 MiB in 16 packages [2023-01-19T04:53:21.151Z] OK: 8 MiB in 20 packages [2023-01-19T04:53:23.722Z] Removing intermediate container 6372828952d9 [2023-01-19T04:53:23.722Z] ---> 6659ca240506 [2023-01-19T04:53:23.722Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-19T04:53:23.722Z] ---> Running in 1bd704da4902 [2023-01-19T04:53:24.007Z] Removing intermediate container df0a75085a2d [2023-01-19T04:53:24.007Z] ---> 875486a2c3e2 [2023-01-19T04:53:24.007Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-19T04:53:24.278Z] ---> Running in c3a989a4124f [2023-01-19T04:53:24.278Z] Removing intermediate container 1bd704da4902 [2023-01-19T04:53:24.278Z] ---> 773019cb5c9f [2023-01-19T04:53:24.278Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-19T04:53:24.278Z] ---> Running in 8b6ac309d11d [2023-01-19T04:53:24.862Z] Removing intermediate container c3a989a4124f [2023-01-19T04:53:24.862Z] ---> 325a00d6fd7f [2023-01-19T04:53:24.862Z] Step 12/21 : WORKDIR /edgex [2023-01-19T04:53:25.130Z] ---> Running in 3c572e1343e0 [2023-01-19T04:53:25.130Z] Removing intermediate container 8b6ac309d11d [2023-01-19T04:53:25.130Z] ---> a9a44c2b1ebb [2023-01-19T04:53:25.130Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-19T04:53:25.130Z] ---> Running in c6f525d74b6d [2023-01-19T04:53:25.725Z] Removing intermediate container 3c572e1343e0 [2023-01-19T04:53:25.725Z] ---> 702f0fcb0981 [2023-01-19T04:53:25.725Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-19T04:53:25.725Z] Removing intermediate container c6f525d74b6d [2023-01-19T04:53:25.725Z] ---> 973b87297141 [2023-01-19T04:53:25.725Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:53:27.134Z] ---> 3535cbc8ce8c [2023-01-19T04:53:27.134Z] ---> 17af10a0b12e [2023-01-19T04:53:27.134Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-19T04:53:27.134Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-19T04:53:29.707Z] ---> af811d52dbfa [2023-01-19T04:53:29.707Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-19T04:53:30.293Z] ---> c54647291ff0 [2023-01-19T04:53:30.293Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-19T04:53:31.249Z] ---> 8c130c53eeac [2023-01-19T04:53:31.249Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-19T04:53:31.520Z] ---> db03039410b0 [2023-01-19T04:53:31.520Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-19T04:53:31.790Z] ---> Running in bce66b77d8fc [2023-01-19T04:53:32.373Z] Removing intermediate container bce66b77d8fc [2023-01-19T04:53:32.373Z] ---> 2fee49c8c7a8 [2023-01-19T04:53:32.373Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T04:53:32.373Z] ---> 385ad31574f6 [2023-01-19T04:53:32.373Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-19T04:53:32.641Z] ---> Running in 6c2677d973bb [2023-01-19T04:53:32.641Z] ---> Running in 6d65a09c0aee [2023-01-19T04:53:33.226Z] Removing intermediate container 6c2677d973bb [2023-01-19T04:53:33.226Z] ---> 1963b635a28b [2023-01-19T04:53:33.226Z] Step 20/22 : LABEL arch=arm64 [2023-01-19T04:53:33.498Z] ---> Running in cd1823dc9a21 [2023-01-19T04:53:34.455Z] Removing intermediate container cd1823dc9a21 [2023-01-19T04:53:34.455Z] ---> 7eefde49b957 [2023-01-19T04:53:34.455Z] Step 21/22 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:53:34.455Z] ---> Running in 77c0638556b0 [2023-01-19T04:53:35.045Z] Removing intermediate container 77c0638556b0 [2023-01-19T04:53:35.045Z] ---> 2dd3d88fa699 [2023-01-19T04:53:35.045Z] Step 22/22 : LABEL version=3.0.0-dev.24 [2023-01-19T04:53:35.322Z] ---> Running in 26daedbca6bc [2023-01-19T04:53:36.293Z] Removing intermediate container 26daedbca6bc [2023-01-19T04:53:36.293Z] ---> 2e89827c4edc [2023-01-19T04:53:36.293Z] [2023-01-19T04:53:36.293Z] Removing intermediate container 6d65a09c0aee [2023-01-19T04:53:36.293Z] ---> 7148d61d6430 [2023-01-19T04:53:36.293Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-19T04:53:36.563Z] ---> Running in 3b5b48f30db7 [2023-01-19T04:53:36.563Z] Successfully built 2e89827c4edc [2023-01-19T04:53:36.563Z] Successfully tagged support-notifications-arm64:latest [2023-01-19T04:53:36.563Z] Building core-command [2023-01-19T04:53:37.141Z]  Building support-notifications ... done Removing intermediate container 3b5b48f30db7 [2023-01-19T04:53:37.141Z] ---> 40d737cdc3e4 [2023-01-19T04:53:37.141Z] Step 19/21 : LABEL arch=arm64 [2023-01-19T04:53:37.141Z] ---> Running in 905c4d4cf224 [2023-01-19T04:53:37.794Z] Removing intermediate container 905c4d4cf224 [2023-01-19T04:53:37.794Z] ---> 4812bd164955 [2023-01-19T04:53:37.794Z] Step 20/21 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:53:38.060Z] ---> Running in 7d0ca697e3d9 [2023-01-19T04:53:38.338Z] Removing intermediate container 7d0ca697e3d9 [2023-01-19T04:53:38.338Z] ---> 657e234c1c0d [2023-01-19T04:53:38.338Z] Step 21/21 : LABEL version=3.0.0-dev.24 [2023-01-19T04:53:38.611Z] ---> Running in 9b6e87b558b9 [2023-01-19T04:53:38.876Z] Removing intermediate container 9b6e87b558b9 [2023-01-19T04:53:38.876Z] ---> 2400e5e78219 [2023-01-19T04:53:38.876Z] [2023-01-19T04:53:39.141Z] Successfully built 2400e5e78219 [2023-01-19T04:53:39.141Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-19T04:53:39.141Z] Building security-bootstrapper [2023-01-19T04:53:41.733Z]  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:53:41.733Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:53:41.733Z] ---> 541acd89a639 [2023-01-19T04:53:41.733Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-19T04:53:41.733Z] ---> Using cache [2023-01-19T04:53:41.733Z] ---> 4521e5e2d3c0 [2023-01-19T04:53:41.733Z] Step 4/23 : WORKDIR /edgex-go [2023-01-19T04:53:41.733Z] ---> Using cache [2023-01-19T04:53:41.733Z] ---> 096fcbd0e9e6 [2023-01-19T04:53:41.733Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-19T04:53:41.733Z] ---> Using cache [2023-01-19T04:53:41.733Z] ---> ee2e77ff76e7 [2023-01-19T04:53:41.733Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-19T04:53:41.733Z] ---> Using cache [2023-01-19T04:53:41.733Z] ---> 2a81a03f7535 [2023-01-19T04:53:41.733Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:53:41.733Z] ---> Using cache [2023-01-19T04:53:41.733Z] ---> d57dea40a418 [2023-01-19T04:53:41.733Z] Step 8/23 : COPY . . [2023-01-19T04:53:41.733Z] ---> Using cache [2023-01-19T04:53:41.733Z] ---> 4e38c922e9f7 [2023-01-19T04:53:41.733Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-19T04:53:42.002Z] ---> Running in 76bcae51d9c2 [2023-01-19T04:53:43.944Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-19T04:53:44.213Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-19T04:53:44.213Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-19T04:53:44.213Z] ---> 541acd89a639 [2023-01-19T04:53:44.213Z] Step 3/32 : WORKDIR /edgex-go [2023-01-19T04:53:44.213Z] ---> Using cache [2023-01-19T04:53:44.213Z] ---> b167d6076e73 [2023-01-19T04:53:44.213Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-19T04:53:44.213Z] ---> Using cache [2023-01-19T04:53:44.213Z] ---> 12057d339ba4 [2023-01-19T04:53:44.213Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-19T04:53:44.213Z] ---> Using cache [2023-01-19T04:53:44.213Z] ---> 02762b6ef823 [2023-01-19T04:53:44.213Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T04:53:44.213Z] ---> Using cache [2023-01-19T04:53:44.213Z] ---> b79c363c5af4 [2023-01-19T04:53:44.213Z] Step 7/32 : COPY . . [2023-01-19T04:53:44.482Z] ---> Using cache [2023-01-19T04:53:44.482Z] ---> 3bcadcd7cb03 [2023-01-19T04:53:44.482Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-19T04:53:44.750Z] ---> Running in 09261e8485ee [2023-01-19T04:53:46.695Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-19T04:56:39.059Z] Removing intermediate container 66e31f62ae69 [2023-01-19T04:56:39.059Z] ---> 7628ccd9d07d [2023-01-19T04:56:39.059Z] [2023-01-19T04:56:39.059Z] Step 10/22 : FROM alpine:3.16 [2023-01-19T04:56:39.059Z] ---> 2b4661558fb8 [2023-01-19T04:56:39.059Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-19T04:56:39.059Z] ---> Running in 0471d3b4d76b [2023-01-19T04:56:39.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:56:39.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:56:39.059Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-19T04:56:39.060Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T04:56:39.060Z] OK: 5 MiB in 15 packages [2023-01-19T04:56:39.060Z] Removing intermediate container 0471d3b4d76b [2023-01-19T04:56:39.060Z] ---> 477c63471160 [2023-01-19T04:56:39.060Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-19T04:56:39.060Z] ---> Running in 294f78afaf08 [2023-01-19T04:56:39.325Z] Removing intermediate container 294f78afaf08 [2023-01-19T04:56:39.325Z] ---> 81148a2b8782 [2023-01-19T04:56:39.325Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-19T04:56:39.325Z] ---> Running in c786da1c74fe [2023-01-19T04:56:39.905Z] Removing intermediate container c786da1c74fe [2023-01-19T04:56:39.905Z] ---> 3f7f36e9ed9f [2023-01-19T04:56:39.905Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-19T04:56:39.905Z] ---> Running in 475880dc3001 [2023-01-19T04:56:40.491Z] Removing intermediate container 475880dc3001 [2023-01-19T04:56:40.491Z] ---> 3ece1d13aff5 [2023-01-19T04:56:40.491Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:56:42.429Z] ---> a11c66d276ad [2023-01-19T04:56:42.429Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-19T04:56:44.365Z] ---> 3b6ed14c5e50 [2023-01-19T04:56:44.365Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-19T04:56:45.331Z] ---> 0b9d35c47a6a [2023-01-19T04:56:45.331Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-19T04:56:45.597Z] ---> Running in 3349914b1db3 [2023-01-19T04:56:46.196Z] Removing intermediate container 3349914b1db3 [2023-01-19T04:56:46.196Z] ---> 1f7f23783d1b [2023-01-19T04:56:46.196Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T04:56:46.196Z] ---> Running in 727678d58dd5 [2023-01-19T04:56:46.779Z] Removing intermediate container 727678d58dd5 [2023-01-19T04:56:46.779Z] ---> 46255fd483b0 [2023-01-19T04:56:46.779Z] Step 20/22 : LABEL arch=arm64 [2023-01-19T04:56:46.779Z] ---> Running in 8e5dea50165e [2023-01-19T04:56:47.359Z] Removing intermediate container 8e5dea50165e [2023-01-19T04:56:47.359Z] ---> be9a033defa6 [2023-01-19T04:56:47.359Z] Step 21/22 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:56:47.359Z] ---> Running in e4d621e4bf26 [2023-01-19T04:56:47.938Z] Removing intermediate container e4d621e4bf26 [2023-01-19T04:56:47.938Z] ---> 652e9918a78c [2023-01-19T04:56:47.938Z] Step 22/22 : LABEL version=3.0.0-dev.24 [2023-01-19T04:56:47.938Z] ---> Running in 9ddb57220fbc [2023-01-19T04:56:48.518Z] Removing intermediate container 9ddb57220fbc [2023-01-19T04:56:48.518Z] ---> f6c0a70ae029 [2023-01-19T04:56:48.518Z] [2023-01-19T04:56:48.518Z] Successfully built f6c0a70ae029 [2023-01-19T04:56:48.518Z] Successfully tagged support-scheduler-arm64:latest [2023-01-19T04:57:20.726Z]  Building support-scheduler ... done Removing intermediate container e9305a313c43 [2023-01-19T04:57:20.726Z] ---> 0fd471bb489e [2023-01-19T04:57:20.726Z] [2023-01-19T04:57:20.726Z] Step 10/22 : FROM alpine:3.16 [2023-01-19T04:57:20.726Z] ---> 2b4661558fb8 [2023-01-19T04:57:20.726Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-19T04:57:20.726Z] ---> Running in eea389c67779 [2023-01-19T04:57:20.726Z] Removing intermediate container eea389c67779 [2023-01-19T04:57:20.726Z] ---> 9f06804de77d [2023-01-19T04:57:20.726Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-19T04:57:20.726Z] ---> Running in eba8129ed633 [2023-01-19T04:57:20.726Z] Removing intermediate container eba8129ed633 [2023-01-19T04:57:20.726Z] ---> ffe8027f1385 [2023-01-19T04:57:20.726Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-19T04:57:20.726Z] ---> Running in 400d832b49a0 [2023-01-19T04:57:20.726Z] Removing intermediate container 400d832b49a0 [2023-01-19T04:57:20.726Z] ---> 4fedfdc43ec0 [2023-01-19T04:57:20.726Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-19T04:57:20.726Z] ---> Running in 78be9b9ab995 [2023-01-19T04:57:21.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:57:21.890Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:57:23.299Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-19T04:57:23.299Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T04:57:23.299Z] OK: 5 MiB in 15 packages [2023-01-19T04:57:24.718Z] Removing intermediate container 78be9b9ab995 [2023-01-19T04:57:24.718Z] ---> 2ec4a14e2062 [2023-01-19T04:57:24.718Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:57:25.676Z] ---> 684f6a06c98a [2023-01-19T04:57:25.676Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-19T04:57:27.632Z] ---> 5684b5a6d147 [2023-01-19T04:57:27.632Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-19T04:57:28.590Z] ---> a14418579e36 [2023-01-19T04:57:28.590Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-19T04:57:28.590Z] ---> Running in 6bb8899db3aa [2023-01-19T04:57:29.174Z] Removing intermediate container 6bb8899db3aa [2023-01-19T04:57:29.174Z] ---> 25bbe5e73221 [2023-01-19T04:57:29.174Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T04:57:29.174Z] ---> Running in de4941dd684b [2023-01-19T04:57:29.766Z] Removing intermediate container de4941dd684b [2023-01-19T04:57:29.766Z] ---> 446f540c34b6 [2023-01-19T04:57:29.766Z] Step 20/22 : LABEL arch=arm64 [2023-01-19T04:57:29.766Z] ---> Running in cd1d23b459a4 [2023-01-19T04:57:30.347Z] Removing intermediate container cd1d23b459a4 [2023-01-19T04:57:30.347Z] ---> 24c0cea1533a [2023-01-19T04:57:30.347Z] Step 21/22 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:57:30.347Z] ---> Running in 21317b6a100f [2023-01-19T04:57:30.933Z] Removing intermediate container 21317b6a100f [2023-01-19T04:57:30.933Z] ---> 0128e09b087e [2023-01-19T04:57:30.933Z] Step 22/22 : LABEL version=3.0.0-dev.24 [2023-01-19T04:57:30.933Z] ---> Running in 86159a5ed81e [2023-01-19T04:57:33.860Z] Removing intermediate container 86159a5ed81e [2023-01-19T04:57:33.860Z] ---> f09a281abb8f [2023-01-19T04:57:33.860Z] [2023-01-19T04:57:33.860Z] Successfully built f09a281abb8f [2023-01-19T04:57:33.860Z] Successfully tagged core-data-arm64:latest [2023-01-19T04:58:21.616Z]  Building core-data ... done Removing intermediate container a6ecdd49cebd [2023-01-19T04:58:21.616Z] ---> 52decfa42ce3 [2023-01-19T04:58:21.616Z] [2023-01-19T04:58:21.616Z] Step 10/24 : FROM alpine:3.16 [2023-01-19T04:58:21.616Z] ---> 2b4661558fb8 [2023-01-19T04:58:21.616Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-19T04:58:21.616Z] ---> Using cache [2023-01-19T04:58:21.616Z] ---> 477c63471160 [2023-01-19T04:58:21.616Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-19T04:58:21.616Z] ---> Using cache [2023-01-19T04:58:21.616Z] ---> 81148a2b8782 [2023-01-19T04:58:21.616Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-19T04:58:21.886Z] ---> Running in 1ea1ad164e00 [2023-01-19T04:58:22.152Z] Removing intermediate container 1ea1ad164e00 [2023-01-19T04:58:22.152Z] ---> 63e42f724365 [2023-01-19T04:58:22.152Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-19T04:58:22.418Z] ---> Running in 508f74f049fe [2023-01-19T04:58:23.003Z] Removing intermediate container 508f74f049fe [2023-01-19T04:58:23.003Z] ---> 6fea6c95a3a5 [2023-01-19T04:58:23.003Z] Step 15/24 : WORKDIR / [2023-01-19T04:58:23.003Z] ---> Running in 0566795148da [2023-01-19T04:58:23.584Z] Removing intermediate container 0566795148da [2023-01-19T04:58:23.584Z] ---> 7a9ff3995991 [2023-01-19T04:58:23.584Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:58:27.378Z] ---> 1d79d94bcc99 [2023-01-19T04:58:27.378Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-19T04:58:28.783Z] ---> f434256212dc [2023-01-19T04:58:28.783Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-19T04:58:29.741Z] ---> e52451c20ce3 [2023-01-19T04:58:29.741Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-19T04:58:30.706Z] ---> 7643470abb1c [2023-01-19T04:58:30.706Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-19T04:58:30.706Z] ---> Running in 4aaf52342952 [2023-01-19T04:58:31.290Z] Removing intermediate container 4aaf52342952 [2023-01-19T04:58:31.290Z] ---> 3c65009e67c2 [2023-01-19T04:58:31.290Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T04:58:31.290Z] ---> Running in 4b5396f7817e [2023-01-19T04:58:31.873Z] Removing intermediate container 4b5396f7817e [2023-01-19T04:58:31.873Z] ---> b8c15516b86b [2023-01-19T04:58:31.873Z] Step 22/24 : LABEL arch=arm64 [2023-01-19T04:58:31.873Z] ---> Running in 65521b72f23c [2023-01-19T04:58:32.467Z] Removing intermediate container 65521b72f23c [2023-01-19T04:58:32.467Z] ---> 83a75ff22d7a [2023-01-19T04:58:32.467Z] Step 23/24 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:58:32.467Z] ---> Running in 6548a809b9cb [2023-01-19T04:58:33.050Z] Removing intermediate container 6548a809b9cb [2023-01-19T04:58:33.050Z] ---> 60fee1bd48b0 [2023-01-19T04:58:33.050Z] Step 24/24 : LABEL version=3.0.0-dev.24 [2023-01-19T04:58:33.315Z] ---> Running in b4d8655acc41 [2023-01-19T04:58:33.580Z] Removing intermediate container b4d8655acc41 [2023-01-19T04:58:33.580Z] ---> 7543c4cad337 [2023-01-19T04:58:33.580Z] [2023-01-19T04:58:33.846Z] Successfully built 7543c4cad337 [2023-01-19T04:58:33.846Z] Successfully tagged core-metadata-arm64:latest [2023-01-19T04:58:48.836Z]  Building core-metadata ... done Removing intermediate container 09261e8485ee [2023-01-19T04:58:48.836Z] ---> 20db7de48427 [2023-01-19T04:58:48.836Z] [2023-01-19T04:58:48.836Z] Step 9/32 : FROM alpine:3.16 [2023-01-19T04:58:48.836Z] ---> 2b4661558fb8 [2023-01-19T04:58:48.836Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-19T04:58:49.103Z] ---> Running in 9d5ff54bf68b [2023-01-19T04:58:49.371Z] Removing intermediate container 76bcae51d9c2 [2023-01-19T04:58:49.371Z] ---> ea5d12e40c0a [2023-01-19T04:58:49.371Z] [2023-01-19T04:58:49.371Z] Step 10/23 : FROM alpine:3.16 [2023-01-19T04:58:49.371Z] ---> 2b4661558fb8 [2023-01-19T04:58:49.371Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-19T04:58:49.371Z] ---> Using cache [2023-01-19T04:58:49.371Z] ---> 477c63471160 [2023-01-19T04:58:49.371Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-19T04:58:49.371Z] ---> Using cache [2023-01-19T04:58:49.371Z] ---> 81148a2b8782 [2023-01-19T04:58:49.371Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-19T04:58:49.371Z] ---> Running in 9a9653c5533f [2023-01-19T04:58:49.371Z] Removing intermediate container 9d5ff54bf68b [2023-01-19T04:58:49.371Z] ---> 1ea03fef3b00 [2023-01-19T04:58:49.371Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-19T04:58:49.637Z] ---> Running in 03d6944d1f62 [2023-01-19T04:58:49.905Z] Removing intermediate container 9a9653c5533f [2023-01-19T04:58:49.905Z] ---> a015c63a042e [2023-01-19T04:58:49.905Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-19T04:58:49.905Z] ---> Running in a0e3cb4c1698 [2023-01-19T04:58:50.170Z] Removing intermediate container a0e3cb4c1698 [2023-01-19T04:58:50.435Z] ---> db0321bb7479 [2023-01-19T04:58:50.435Z] Step 15/23 : WORKDIR / [2023-01-19T04:58:50.435Z] ---> Running in 27a81513c2f6 [2023-01-19T04:58:50.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T04:58:50.701Z] Removing intermediate container 27a81513c2f6 [2023-01-19T04:58:50.701Z] ---> 767e5547ec77 [2023-01-19T04:58:50.701Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:58:50.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T04:58:51.552Z] ---> 976f7f8f0061 [2023-01-19T04:58:51.552Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-19T04:58:52.135Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-19T04:58:52.402Z] (2/2) Installing su-exec (0.2-r1) [2023-01-19T04:58:52.402Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T04:58:52.402Z] OK: 5 MiB in 16 packages [2023-01-19T04:58:52.402Z] ---> f5ed50716224 [2023-01-19T04:58:52.402Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-19T04:58:53.368Z] ---> d474e6e7a560 [2023-01-19T04:58:53.368Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-19T04:58:53.368Z] ---> Running in d8fa5ed963df [2023-01-19T04:58:53.368Z] Removing intermediate container 03d6944d1f62 [2023-01-19T04:58:53.368Z] ---> 2c72a8610137 [2023-01-19T04:58:53.368Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-19T04:58:53.368Z] ---> Running in eec511cbc813 [2023-01-19T04:58:53.638Z] Removing intermediate container d8fa5ed963df [2023-01-19T04:58:53.638Z] ---> 102a0dc43d9c [2023-01-19T04:58:53.638Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T04:58:53.905Z] ---> Running in a1c88460d6ba [2023-01-19T04:58:53.905Z] Removing intermediate container eec511cbc813 [2023-01-19T04:58:53.905Z] ---> f89ad5dbd3a8 [2023-01-19T04:58:53.905Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-19T04:58:53.905Z] ---> Running in 3a7f0468813e [2023-01-19T04:58:54.172Z] Removing intermediate container a1c88460d6ba [2023-01-19T04:58:54.172Z] ---> 5809aabb609a [2023-01-19T04:58:54.172Z] Step 21/23 : LABEL arch=arm64 [2023-01-19T04:58:54.172Z] ---> Running in d48b8b61802d [2023-01-19T04:58:54.443Z] Removing intermediate container 3a7f0468813e [2023-01-19T04:58:54.443Z] ---> 7db08b935096 [2023-01-19T04:58:54.443Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-19T04:58:54.444Z] ---> Running in 581a8045a9ab [2023-01-19T04:58:54.710Z] Removing intermediate container d48b8b61802d [2023-01-19T04:58:54.710Z] ---> 6fa5fe40b56d [2023-01-19T04:58:54.710Z] Step 22/23 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:58:54.710Z] ---> Running in 3da73ea78d7e [2023-01-19T04:58:54.710Z] Removing intermediate container 581a8045a9ab [2023-01-19T04:58:54.710Z] ---> d450bd68ff94 [2023-01-19T04:58:54.710Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-19T04:58:54.978Z] ---> Running in b834d8275bfb [2023-01-19T04:58:54.978Z] Removing intermediate container 3da73ea78d7e [2023-01-19T04:58:54.978Z] ---> 889d5758492e [2023-01-19T04:58:54.978Z] Step 23/23 : LABEL version=3.0.0-dev.24 [2023-01-19T04:58:55.247Z] ---> Running in fff2bbbf7dae [2023-01-19T04:58:55.247Z] Removing intermediate container b834d8275bfb [2023-01-19T04:58:55.247Z] ---> e07f840c8ecf [2023-01-19T04:58:55.247Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-19T04:58:55.247Z] ---> Running in 0bec2a317028 [2023-01-19T04:58:55.514Z] Removing intermediate container fff2bbbf7dae [2023-01-19T04:58:55.514Z] ---> 74c4eafec03c [2023-01-19T04:58:55.514Z] [2023-01-19T04:58:55.782Z] Successfully built 74c4eafec03c [2023-01-19T04:58:55.782Z] Successfully tagged core-command-arm64:latest [2023-01-19T04:58:57.191Z]  Building core-command ... done Removing intermediate container 0bec2a317028 [2023-01-19T04:58:57.191Z] ---> e19a7ac7146f [2023-01-19T04:58:57.191Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-19T04:58:57.191Z] ---> Running in 52064de73bc9 [2023-01-19T04:58:57.457Z] Removing intermediate container 52064de73bc9 [2023-01-19T04:58:57.457Z] ---> cba86b36fffb [2023-01-19T04:58:57.457Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-19T04:58:58.073Z] ---> 5a881cc49d5a [2023-01-19T04:58:58.073Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-19T04:58:58.073Z] ---> Running in d45f1fd52e24 [2023-01-19T04:59:00.072Z] Removing intermediate container d45f1fd52e24 [2023-01-19T04:59:00.072Z] ---> a0db49e58091 [2023-01-19T04:59:00.072Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-19T04:59:00.343Z] ---> ec96bb9a373d [2023-01-19T04:59:00.343Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-19T04:59:01.346Z] ---> 8405289bf911 [2023-01-19T04:59:01.346Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-19T04:59:01.941Z] ---> 6bdcfea0b13e [2023-01-19T04:59:01.941Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-19T04:59:02.526Z] ---> c4c69771813d [2023-01-19T04:59:02.526Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-19T04:59:03.137Z] ---> 275cb67e2a7c [2023-01-19T04:59:03.137Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-19T04:59:03.718Z] ---> b423c1a4c8d2 [2023-01-19T04:59:03.718Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-19T04:59:04.310Z] ---> 8f014602f4f5 [2023-01-19T04:59:04.310Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-19T04:59:04.310Z] ---> Running in 5f9ca03622c9 [2023-01-19T04:59:06.256Z] Removing intermediate container 5f9ca03622c9 [2023-01-19T04:59:06.256Z] ---> cea4ff3f73a1 [2023-01-19T04:59:06.256Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-19T04:59:06.256Z] ---> Running in 73e99a6a1eea [2023-01-19T04:59:06.256Z] Removing intermediate container 73e99a6a1eea [2023-01-19T04:59:06.256Z] ---> 77632c19004a [2023-01-19T04:59:06.256Z] Step 29/32 : CMD ["gate"] [2023-01-19T04:59:06.256Z] ---> Running in 86cdb2d6e687 [2023-01-19T04:59:06.523Z] Removing intermediate container 86cdb2d6e687 [2023-01-19T04:59:06.523Z] ---> 3ec44875521a [2023-01-19T04:59:06.523Z] Step 30/32 : LABEL arch=arm64 [2023-01-19T04:59:06.787Z] ---> Running in 823bb2bdfebb [2023-01-19T04:59:07.054Z] Removing intermediate container 823bb2bdfebb [2023-01-19T04:59:07.054Z] ---> 905ec48442ca [2023-01-19T04:59:07.054Z] Step 31/32 : LABEL git_sha=d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:07.054Z] ---> Running in a746fd87edb8 [2023-01-19T04:59:07.320Z] Removing intermediate container a746fd87edb8 [2023-01-19T04:59:07.320Z] ---> df6e7f8b6e0e [2023-01-19T04:59:07.320Z] Step 32/32 : LABEL version=3.0.0-dev.24 [2023-01-19T04:59:07.320Z] ---> Running in 9be1ec426ccc [2023-01-19T04:59:07.585Z] Removing intermediate container 9be1ec426ccc [2023-01-19T04:59:07.586Z] ---> f59528476c3f [2023-01-19T04:59:07.586Z] [2023-01-19T04:59:07.849Z] Successfully built f59528476c3f [2023-01-19T04:59:07.849Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-19T04:59:08.125Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-01-19T04:59:08.132Z] $ docker stop --time=1 e83909810f276fa41295c0826c3fb1289ad712352b872a46a0b71c6352ed87b4 [2023-01-19T04:59:09.829Z] $ docker rm -f --volumes e83909810f276fa41295c0826c3fb1289ad712352b872a46a0b71c6352ed87b4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-19T04:59:10.325Z] + docker images [2023-01-19T04:59:10.590Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-19T04:59:10.590Z] security-bootstrapper-arm64 latest f59528476c3f 3 seconds ago 19.5MB [2023-01-19T04:59:10.590Z] core-command-arm64 latest 74c4eafec03c 15 seconds ago 17MB [2023-01-19T04:59:10.590Z] ea5d12e40c0a 22 seconds ago 1.34GB [2023-01-19T04:59:10.590Z] 20db7de48427 23 seconds ago 1.33GB [2023-01-19T04:59:10.590Z] core-metadata-arm64 latest 7543c4cad337 37 seconds ago 17.8MB [2023-01-19T04:59:10.590Z] 52decfa42ce3 50 seconds ago 1.35GB [2023-01-19T04:59:10.590Z] core-data-arm64 latest f09a281abb8f About a minute ago 17.2MB [2023-01-19T04:59:10.590Z] 0fd471bb489e About a minute ago 1.35GB [2023-01-19T04:59:10.590Z] support-scheduler-arm64 latest f6c0a70ae029 2 minutes ago 29MB [2023-01-19T04:59:10.590Z] 7628ccd9d07d 2 minutes ago 1.4GB [2023-01-19T04:59:10.590Z] security-proxy-setup-arm64 latest 2400e5e78219 5 minutes ago 26.8MB [2023-01-19T04:59:10.590Z] support-notifications-arm64 latest 2e89827c4edc 5 minutes ago 29.6MB [2023-01-19T04:59:10.590Z] 343b9c8b3a75 5 minutes ago 1.41GB [2023-01-19T04:59:10.590Z] dc81e217c7b1 5 minutes ago 1.33GB [2023-01-19T04:59:10.590Z] security-spiffe-token-provider-arm64 latest a2dd49b20fbc 7 minutes ago 28.9MB [2023-01-19T04:59:10.590Z] 564bdf062ac5 7 minutes ago 1.37GB [2023-01-19T04:59:10.590Z] security-spire-agent-arm64 latest 766b2c60a711 8 minutes ago 122MB [2023-01-19T04:59:10.590Z] 26f7106cf45b 8 minutes ago 1.21GB [2023-01-19T04:59:10.590Z] security-secretstore-setup-arm64 latest 9794f07d3ae9 9 minutes ago 28.7MB [2023-01-19T04:59:10.590Z] f63ee07636cc 9 minutes ago 1.33GB [2023-01-19T04:59:10.590Z] security-spire-config-arm64 latest d26bb9616606 14 minutes ago 83.6MB [2023-01-19T04:59:10.590Z] security-spire-server-arm64 latest 0ef3c01b73b0 14 minutes ago 84.3MB [2023-01-19T04:59:10.590Z] d83e40b3892c 14 minutes ago 1.21GB [2023-01-19T04:59:10.590Z] d3aec0c518ec 14 minutes ago 1.21GB [2023-01-19T04:59:10.590Z] ci-base-image-arm64 latest 541acd89a639 17 minutes ago 905MB [2023-01-19T04:59:10.590Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-19T04:59:10.590Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-19T04:59:10.590Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-19T04:59:10.590Z] 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-01-19T04:59:10.681Z] provisioning config files... [2023-01-19T04:59:10.697Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/380@tmp/config14496228320982404309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-19T04:59:11.036Z] ---> docker-login.sh [2023-01-19T04:59:11.036Z] nexus3.edgexfoundry.org:10001 [2023-01-19T04:59:11.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:59:11.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:59:11.301Z] Configure a credential helper to remove this warning. See [2023-01-19T04:59:11.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:59:11.301Z] [2023-01-19T04:59:11.301Z] Login Succeeded [2023-01-19T04:59:11.301Z] nexus3.edgexfoundry.org:10002 [2023-01-19T04:59:11.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:59:11.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:59:11.567Z] Configure a credential helper to remove this warning. See [2023-01-19T04:59:11.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:59:11.567Z] [2023-01-19T04:59:11.567Z] Login Succeeded [2023-01-19T04:59:11.567Z] nexus3.edgexfoundry.org:10003 [2023-01-19T04:59:11.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:59:12.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:59:12.101Z] Configure a credential helper to remove this warning. See [2023-01-19T04:59:12.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:59:12.101Z] [2023-01-19T04:59:12.101Z] Login Succeeded [2023-01-19T04:59:12.101Z] nexus3.edgexfoundry.org:10004 [2023-01-19T04:59:12.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:59:12.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:59:12.370Z] Configure a credential helper to remove this warning. See [2023-01-19T04:59:12.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:59:12.370Z] [2023-01-19T04:59:12.370Z] Login Succeeded [2023-01-19T04:59:12.370Z] docker.io [2023-01-19T04:59:12.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T04:59:13.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T04:59:13.222Z] Configure a credential helper to remove this warning. See [2023-01-19T04:59:13.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T04:59:13.222Z] [2023-01-19T04:59:13.222Z] Login Succeeded [2023-01-19T04:59:13.222Z] ---> docker-login.sh ends [Pipeline] } [2023-01-19T04:59:13.233Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:59:13.262Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-19T04:59:13.286Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-01-19T04:59:13.286Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:13.286Z] latest [2023-01-19T04:59:13.286Z] 3.0.0-dev.24 [2023-01-19T04:59:13.286Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:13.286Z] main [2023-01-19T04:59:13.286Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:13.630Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:13.972Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:13.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-19T04:59:13.972Z] 3a4dd1e5ec96: Preparing [2023-01-19T04:59:13.972Z] 15d366e3e976: Preparing [2023-01-19T04:59:13.972Z] 124c633893a1: Preparing [2023-01-19T04:59:13.972Z] 5cb68992f105: Preparing [2023-01-19T04:59:13.972Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:13.972Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:14.239Z] 3a4dd1e5ec96: Pushed [2023-01-19T04:59:14.239Z] 124c633893a1: Pushed [2023-01-19T04:59:14.239Z] 5cb68992f105: Pushed [2023-01-19T04:59:17.652Z] 15d366e3e976: Pushed [2023-01-19T04:59:17.652Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:ca0f9bd2ba42b8276522ea6aaaf49d1c279b039bb021e04e904c46bb3b5a1ccd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:18.000Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:18.353Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-19T04:59:18.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-19T04:59:18.353Z] 3a4dd1e5ec96: Preparing [2023-01-19T04:59:18.353Z] 15d366e3e976: Preparing [2023-01-19T04:59:18.353Z] 124c633893a1: Preparing [2023-01-19T04:59:18.353Z] 5cb68992f105: Preparing [2023-01-19T04:59:18.353Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:18.353Z] 124c633893a1: Layer already exists [2023-01-19T04:59:18.353Z] 15d366e3e976: Layer already exists [2023-01-19T04:59:18.353Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:18.353Z] 5cb68992f105: Layer already exists [2023-01-19T04:59:18.353Z] 3a4dd1e5ec96: Layer already exists [2023-01-19T04:59:18.620Z] latest: digest: sha256:ca0f9bd2ba42b8276522ea6aaaf49d1c279b039bb021e04e904c46bb3b5a1ccd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:18.969Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:19.313Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.24 [2023-01-19T04:59:19.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-19T04:59:19.313Z] 3a4dd1e5ec96: Preparing [2023-01-19T04:59:19.313Z] 15d366e3e976: Preparing [2023-01-19T04:59:19.313Z] 124c633893a1: Preparing [2023-01-19T04:59:19.313Z] 5cb68992f105: Preparing [2023-01-19T04:59:19.313Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:19.313Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:19.313Z] 3a4dd1e5ec96: Layer already exists [2023-01-19T04:59:19.313Z] 5cb68992f105: Layer already exists [2023-01-19T04:59:19.313Z] 15d366e3e976: Layer already exists [2023-01-19T04:59:19.313Z] 124c633893a1: Layer already exists [2023-01-19T04:59:19.579Z] 3.0.0-dev.24: digest: sha256:ca0f9bd2ba42b8276522ea6aaaf49d1c279b039bb021e04e904c46bb3b5a1ccd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:19.928Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:20.265Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:20.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-19T04:59:20.265Z] 3a4dd1e5ec96: Preparing [2023-01-19T04:59:20.265Z] 15d366e3e976: Preparing [2023-01-19T04:59:20.265Z] 124c633893a1: Preparing [2023-01-19T04:59:20.265Z] 5cb68992f105: Preparing [2023-01-19T04:59:20.265Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:20.265Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:20.265Z] 3a4dd1e5ec96: Layer already exists [2023-01-19T04:59:20.265Z] 15d366e3e976: Layer already exists [2023-01-19T04:59:20.265Z] 124c633893a1: Layer already exists [2023-01-19T04:59:20.265Z] 5cb68992f105: Layer already exists [2023-01-19T04:59:20.265Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:ca0f9bd2ba42b8276522ea6aaaf49d1c279b039bb021e04e904c46bb3b5a1ccd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:20.870Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:21.205Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-01-19T04:59:21.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-19T04:59:21.205Z] 3a4dd1e5ec96: Preparing [2023-01-19T04:59:21.205Z] 15d366e3e976: Preparing [2023-01-19T04:59:21.205Z] 124c633893a1: Preparing [2023-01-19T04:59:21.205Z] 5cb68992f105: Preparing [2023-01-19T04:59:21.205Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:21.205Z] 5cb68992f105: Layer already exists [2023-01-19T04:59:21.205Z] 124c633893a1: Layer already exists [2023-01-19T04:59:21.205Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:21.205Z] 3a4dd1e5ec96: Layer already exists [2023-01-19T04:59:21.205Z] 15d366e3e976: Layer already exists [2023-01-19T04:59:21.205Z] main: digest: sha256:ca0f9bd2ba42b8276522ea6aaaf49d1c279b039bb021e04e904c46bb3b5a1ccd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:59:21.521Z] ===================================================== [Pipeline] echo [2023-01-19T04:59:21.527Z] taggedImages: [2023-01-19T04:59:21.527Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:21.527Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-19T04:59:21.527Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.24 [2023-01-19T04:59:21.527Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:21.527Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-01-19T04:59:21.542Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-01-19T04:59:21.542Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:21.542Z] latest [2023-01-19T04:59:21.542Z] 3.0.0-dev.24 [2023-01-19T04:59:21.542Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:21.542Z] main [2023-01-19T04:59:21.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:21.890Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:22.241Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:22.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-19T04:59:22.241Z] 77dfd87c5ae8: Preparing [2023-01-19T04:59:22.241Z] 9de692e074b5: Preparing [2023-01-19T04:59:22.241Z] 124c633893a1: Preparing [2023-01-19T04:59:22.241Z] 34c7b41affab: Preparing [2023-01-19T04:59:22.241Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:22.241Z] 124c633893a1: Layer already exists [2023-01-19T04:59:22.241Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:22.507Z] 77dfd87c5ae8: Pushed [2023-01-19T04:59:22.507Z] 34c7b41affab: Pushed [2023-01-19T04:59:25.846Z] 9de692e074b5: Pushed [2023-01-19T04:59:25.846Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:6cde3cd70dd596698ad4aad23a308103f5fc5f8849e91a9b468912f0b73f04dd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:26.203Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:26.551Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-19T04:59:26.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-19T04:59:26.551Z] 77dfd87c5ae8: Preparing [2023-01-19T04:59:26.551Z] 9de692e074b5: Preparing [2023-01-19T04:59:26.551Z] 124c633893a1: Preparing [2023-01-19T04:59:26.551Z] 34c7b41affab: Preparing [2023-01-19T04:59:26.551Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:26.551Z] 9de692e074b5: Layer already exists [2023-01-19T04:59:26.551Z] 124c633893a1: Layer already exists [2023-01-19T04:59:26.551Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:26.551Z] 34c7b41affab: Layer already exists [2023-01-19T04:59:26.551Z] 77dfd87c5ae8: Layer already exists [2023-01-19T04:59:26.551Z] latest: digest: sha256:6cde3cd70dd596698ad4aad23a308103f5fc5f8849e91a9b468912f0b73f04dd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:27.165Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:27.510Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.24 [2023-01-19T04:59:27.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-19T04:59:27.510Z] 77dfd87c5ae8: Preparing [2023-01-19T04:59:27.510Z] 9de692e074b5: Preparing [2023-01-19T04:59:27.510Z] 124c633893a1: Preparing [2023-01-19T04:59:27.510Z] 34c7b41affab: Preparing [2023-01-19T04:59:27.510Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:27.510Z] 9de692e074b5: Layer already exists [2023-01-19T04:59:27.510Z] 124c633893a1: Layer already exists [2023-01-19T04:59:27.510Z] 34c7b41affab: Layer already exists [2023-01-19T04:59:27.510Z] 77dfd87c5ae8: Layer already exists [2023-01-19T04:59:27.510Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:27.510Z] 3.0.0-dev.24: digest: sha256:6cde3cd70dd596698ad4aad23a308103f5fc5f8849e91a9b468912f0b73f04dd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:27.856Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:28.189Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:28.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-19T04:59:28.190Z] 77dfd87c5ae8: Preparing [2023-01-19T04:59:28.190Z] 9de692e074b5: Preparing [2023-01-19T04:59:28.190Z] 124c633893a1: Preparing [2023-01-19T04:59:28.190Z] 34c7b41affab: Preparing [2023-01-19T04:59:28.190Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:28.190Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:28.190Z] 77dfd87c5ae8: Layer already exists [2023-01-19T04:59:28.190Z] 124c633893a1: Layer already exists [2023-01-19T04:59:28.190Z] 34c7b41affab: Layer already exists [2023-01-19T04:59:28.190Z] 9de692e074b5: Layer already exists [2023-01-19T04:59:28.454Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:6cde3cd70dd596698ad4aad23a308103f5fc5f8849e91a9b468912f0b73f04dd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:28.792Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:29.146Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-01-19T04:59:29.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-19T04:59:29.146Z] 77dfd87c5ae8: Preparing [2023-01-19T04:59:29.146Z] 9de692e074b5: Preparing [2023-01-19T04:59:29.146Z] 124c633893a1: Preparing [2023-01-19T04:59:29.146Z] 34c7b41affab: Preparing [2023-01-19T04:59:29.146Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:29.146Z] 9de692e074b5: Layer already exists [2023-01-19T04:59:29.146Z] 34c7b41affab: Layer already exists [2023-01-19T04:59:29.146Z] 124c633893a1: Layer already exists [2023-01-19T04:59:29.146Z] 77dfd87c5ae8: Layer already exists [2023-01-19T04:59:29.146Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:29.146Z] main: digest: sha256:6cde3cd70dd596698ad4aad23a308103f5fc5f8849e91a9b468912f0b73f04dd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:59:29.187Z] ===================================================== [Pipeline] echo [2023-01-19T04:59:29.192Z] taggedImages: [2023-01-19T04:59:29.192Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:29.192Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-19T04:59:29.192Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.24 [2023-01-19T04:59:29.192Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:29.192Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-01-19T04:59:29.208Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-01-19T04:59:29.208Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:29.208Z] latest [2023-01-19T04:59:29.208Z] 3.0.0-dev.24 [2023-01-19T04:59:29.208Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:29.208Z] main [2023-01-19T04:59:29.208Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:29.541Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:29.878Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:29.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-19T04:59:29.878Z] 13c7369d0dce: Preparing [2023-01-19T04:59:29.878Z] b06a976b7a1d: Preparing [2023-01-19T04:59:29.878Z] 043378380c72: Preparing [2023-01-19T04:59:29.878Z] 124c633893a1: Preparing [2023-01-19T04:59:29.878Z] 5cb68992f105: Preparing [2023-01-19T04:59:29.878Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:29.878Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:29.878Z] 124c633893a1: Layer already exists [2023-01-19T04:59:29.878Z] 5cb68992f105: Layer already exists [2023-01-19T04:59:29.878Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:30.142Z] b06a976b7a1d: Pushed [2023-01-19T04:59:30.142Z] 13c7369d0dce: Pushed [2023-01-19T04:59:33.480Z] 043378380c72: Pushed [2023-01-19T04:59:33.480Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:7a3369bec00ca3a7845cf336e56119a61063c89d91daeeac693bba5ba7c28f45 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:33.819Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:34.156Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-19T04:59:34.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-19T04:59:34.156Z] 13c7369d0dce: Preparing [2023-01-19T04:59:34.156Z] b06a976b7a1d: Preparing [2023-01-19T04:59:34.156Z] 043378380c72: Preparing [2023-01-19T04:59:34.156Z] 124c633893a1: Preparing [2023-01-19T04:59:34.156Z] 5cb68992f105: Preparing [2023-01-19T04:59:34.156Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:34.156Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:34.156Z] 043378380c72: Layer already exists [2023-01-19T04:59:34.156Z] b06a976b7a1d: Layer already exists [2023-01-19T04:59:34.156Z] 5cb68992f105: Layer already exists [2023-01-19T04:59:34.156Z] 13c7369d0dce: Layer already exists [2023-01-19T04:59:34.156Z] 124c633893a1: Layer already exists [2023-01-19T04:59:34.156Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:34.420Z] latest: digest: sha256:7a3369bec00ca3a7845cf336e56119a61063c89d91daeeac693bba5ba7c28f45 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:34.769Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:35.111Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.24 [2023-01-19T04:59:35.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-19T04:59:35.111Z] 13c7369d0dce: Preparing [2023-01-19T04:59:35.111Z] b06a976b7a1d: Preparing [2023-01-19T04:59:35.111Z] 043378380c72: Preparing [2023-01-19T04:59:35.111Z] 124c633893a1: Preparing [2023-01-19T04:59:35.111Z] 5cb68992f105: Preparing [2023-01-19T04:59:35.111Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:35.111Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:35.111Z] 5cb68992f105: Layer already exists [2023-01-19T04:59:35.111Z] 043378380c72: Layer already exists [2023-01-19T04:59:35.111Z] 13c7369d0dce: Layer already exists [2023-01-19T04:59:35.111Z] 124c633893a1: Layer already exists [2023-01-19T04:59:35.111Z] b06a976b7a1d: Layer already exists [2023-01-19T04:59:35.111Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:35.111Z] 3.0.0-dev.24: digest: sha256:7a3369bec00ca3a7845cf336e56119a61063c89d91daeeac693bba5ba7c28f45 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:35.726Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:36.063Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:36.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-19T04:59:36.063Z] 13c7369d0dce: Preparing [2023-01-19T04:59:36.063Z] b06a976b7a1d: Preparing [2023-01-19T04:59:36.063Z] 043378380c72: Preparing [2023-01-19T04:59:36.063Z] 124c633893a1: Preparing [2023-01-19T04:59:36.063Z] 5cb68992f105: Preparing [2023-01-19T04:59:36.063Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:36.063Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:36.063Z] 043378380c72: Layer already exists [2023-01-19T04:59:36.063Z] 13c7369d0dce: Layer already exists [2023-01-19T04:59:36.063Z] b06a976b7a1d: Layer already exists [2023-01-19T04:59:36.063Z] 5cb68992f105: Layer already exists [2023-01-19T04:59:36.063Z] 124c633893a1: Layer already exists [2023-01-19T04:59:36.063Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:36.330Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:7a3369bec00ca3a7845cf336e56119a61063c89d91daeeac693bba5ba7c28f45 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:36.675Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:37.009Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-01-19T04:59:37.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-19T04:59:37.009Z] 13c7369d0dce: Preparing [2023-01-19T04:59:37.009Z] b06a976b7a1d: Preparing [2023-01-19T04:59:37.009Z] 043378380c72: Preparing [2023-01-19T04:59:37.009Z] 124c633893a1: Preparing [2023-01-19T04:59:37.009Z] 5cb68992f105: Preparing [2023-01-19T04:59:37.009Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:37.009Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:37.009Z] 13c7369d0dce: Layer already exists [2023-01-19T04:59:37.009Z] 124c633893a1: Layer already exists [2023-01-19T04:59:37.009Z] 5cb68992f105: Layer already exists [2023-01-19T04:59:37.009Z] b06a976b7a1d: Layer already exists [2023-01-19T04:59:37.009Z] 043378380c72: Layer already exists [2023-01-19T04:59:37.009Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:37.275Z] main: digest: sha256:7a3369bec00ca3a7845cf336e56119a61063c89d91daeeac693bba5ba7c28f45 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:59:37.316Z] ===================================================== [Pipeline] echo [2023-01-19T04:59:37.322Z] taggedImages: [2023-01-19T04:59:37.322Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:37.322Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-19T04:59:37.322Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.24 [2023-01-19T04:59:37.322Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:37.322Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-01-19T04:59:37.337Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-01-19T04:59:37.337Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:37.337Z] latest [2023-01-19T04:59:37.337Z] 3.0.0-dev.24 [2023-01-19T04:59:37.337Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:37.337Z] main [2023-01-19T04:59:37.337Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:37.665Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:38.003Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:38.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-19T04:59:38.003Z] be8e561c4b3e: Preparing [2023-01-19T04:59:38.003Z] be8e561c4b3e: Preparing [2023-01-19T04:59:38.003Z] afc219adf527: Preparing [2023-01-19T04:59:38.003Z] b7a35ca5d39d: Preparing [2023-01-19T04:59:38.003Z] 42f81cd17f48: Preparing [2023-01-19T04:59:38.003Z] f7552951c630: Preparing [2023-01-19T04:59:38.003Z] 11540178a630: Preparing [2023-01-19T04:59:38.003Z] 124c633893a1: Preparing [2023-01-19T04:59:38.003Z] ee6fb927e56a: Preparing [2023-01-19T04:59:38.003Z] 1cd1bf962df1: Preparing [2023-01-19T04:59:38.003Z] aea1cd0df6c8: Preparing [2023-01-19T04:59:38.003Z] c977ae13cc8d: Preparing [2023-01-19T04:59:38.003Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:38.003Z] 11540178a630: Waiting [2023-01-19T04:59:38.003Z] aea1cd0df6c8: Waiting [2023-01-19T04:59:38.003Z] 124c633893a1: Waiting [2023-01-19T04:59:38.003Z] ee6fb927e56a: Waiting [2023-01-19T04:59:38.003Z] c977ae13cc8d: Waiting [2023-01-19T04:59:38.003Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:38.270Z] b7a35ca5d39d: Pushed [2023-01-19T04:59:38.270Z] f7552951c630: Pushed [2023-01-19T04:59:38.270Z] afc219adf527: Pushed [2023-01-19T04:59:38.270Z] be8e561c4b3e: Pushed [2023-01-19T04:59:38.270Z] 42f81cd17f48: Pushed [2023-01-19T04:59:38.270Z] 124c633893a1: Layer already exists [2023-01-19T04:59:38.535Z] aea1cd0df6c8: Pushed [2023-01-19T04:59:38.535Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:38.535Z] 1cd1bf962df1: Pushed [2023-01-19T04:59:38.535Z] c977ae13cc8d: Pushed [2023-01-19T04:59:38.535Z] ee6fb927e56a: Pushed [2023-01-19T04:59:41.869Z] 11540178a630: Pushed [2023-01-19T04:59:42.451Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:3fe9f809aea478443a810524d185451521a3849e9a8dec711bb11097f66dbfcf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:42.796Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:43.130Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-19T04:59:43.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-19T04:59:43.130Z] be8e561c4b3e: Preparing [2023-01-19T04:59:43.130Z] be8e561c4b3e: Preparing [2023-01-19T04:59:43.130Z] afc219adf527: Preparing [2023-01-19T04:59:43.130Z] b7a35ca5d39d: Preparing [2023-01-19T04:59:43.130Z] 42f81cd17f48: Preparing [2023-01-19T04:59:43.130Z] f7552951c630: Preparing [2023-01-19T04:59:43.130Z] 11540178a630: Preparing [2023-01-19T04:59:43.130Z] 124c633893a1: Preparing [2023-01-19T04:59:43.130Z] ee6fb927e56a: Preparing [2023-01-19T04:59:43.130Z] 1cd1bf962df1: Preparing [2023-01-19T04:59:43.130Z] aea1cd0df6c8: Preparing [2023-01-19T04:59:43.130Z] c977ae13cc8d: Preparing [2023-01-19T04:59:43.130Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:43.130Z] 11540178a630: Waiting [2023-01-19T04:59:43.130Z] 124c633893a1: Waiting [2023-01-19T04:59:43.130Z] ee6fb927e56a: Waiting [2023-01-19T04:59:43.130Z] 1cd1bf962df1: Waiting [2023-01-19T04:59:43.130Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:43.130Z] aea1cd0df6c8: Waiting [2023-01-19T04:59:43.130Z] c977ae13cc8d: Waiting [2023-01-19T04:59:43.130Z] f7552951c630: Layer already exists [2023-01-19T04:59:43.130Z] b7a35ca5d39d: Layer already exists [2023-01-19T04:59:43.130Z] afc219adf527: Layer already exists [2023-01-19T04:59:43.130Z] 42f81cd17f48: Layer already exists [2023-01-19T04:59:43.130Z] be8e561c4b3e: Layer already exists [2023-01-19T04:59:43.130Z] 1cd1bf962df1: Layer already exists [2023-01-19T04:59:43.130Z] 124c633893a1: Layer already exists [2023-01-19T04:59:43.130Z] ee6fb927e56a: Layer already exists [2023-01-19T04:59:43.130Z] aea1cd0df6c8: Layer already exists [2023-01-19T04:59:43.130Z] 11540178a630: Layer already exists [2023-01-19T04:59:43.130Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:43.130Z] c977ae13cc8d: Layer already exists [2023-01-19T04:59:43.396Z] latest: digest: sha256:3fe9f809aea478443a810524d185451521a3849e9a8dec711bb11097f66dbfcf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:43.736Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:44.110Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.24 [2023-01-19T04:59:44.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-19T04:59:44.110Z] be8e561c4b3e: Preparing [2023-01-19T04:59:44.110Z] be8e561c4b3e: Preparing [2023-01-19T04:59:44.110Z] afc219adf527: Preparing [2023-01-19T04:59:44.110Z] b7a35ca5d39d: Preparing [2023-01-19T04:59:44.110Z] 42f81cd17f48: Preparing [2023-01-19T04:59:44.110Z] f7552951c630: Preparing [2023-01-19T04:59:44.110Z] 11540178a630: Preparing [2023-01-19T04:59:44.110Z] 124c633893a1: Preparing [2023-01-19T04:59:44.110Z] ee6fb927e56a: Preparing [2023-01-19T04:59:44.110Z] 1cd1bf962df1: Preparing [2023-01-19T04:59:44.110Z] aea1cd0df6c8: Preparing [2023-01-19T04:59:44.110Z] c977ae13cc8d: Preparing [2023-01-19T04:59:44.110Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:44.110Z] ee6fb927e56a: Waiting [2023-01-19T04:59:44.110Z] 1cd1bf962df1: Waiting [2023-01-19T04:59:44.110Z] 11540178a630: Waiting [2023-01-19T04:59:44.110Z] 124c633893a1: Waiting [2023-01-19T04:59:44.110Z] aea1cd0df6c8: Waiting [2023-01-19T04:59:44.110Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:44.110Z] c977ae13cc8d: Waiting [2023-01-19T04:59:44.110Z] f7552951c630: Layer already exists [2023-01-19T04:59:44.110Z] b7a35ca5d39d: Layer already exists [2023-01-19T04:59:44.110Z] afc219adf527: Layer already exists [2023-01-19T04:59:44.110Z] be8e561c4b3e: Layer already exists [2023-01-19T04:59:44.110Z] 42f81cd17f48: Layer already exists [2023-01-19T04:59:44.110Z] 11540178a630: Layer already exists [2023-01-19T04:59:44.110Z] 1cd1bf962df1: Layer already exists [2023-01-19T04:59:44.110Z] ee6fb927e56a: Layer already exists [2023-01-19T04:59:44.110Z] 124c633893a1: Layer already exists [2023-01-19T04:59:44.110Z] aea1cd0df6c8: Layer already exists [2023-01-19T04:59:44.110Z] c977ae13cc8d: Layer already exists [2023-01-19T04:59:44.110Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:44.380Z] 3.0.0-dev.24: digest: sha256:3fe9f809aea478443a810524d185451521a3849e9a8dec711bb11097f66dbfcf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:44.743Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:45.105Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:45.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-19T04:59:45.105Z] be8e561c4b3e: Preparing [2023-01-19T04:59:45.105Z] be8e561c4b3e: Preparing [2023-01-19T04:59:45.105Z] afc219adf527: Preparing [2023-01-19T04:59:45.105Z] b7a35ca5d39d: Preparing [2023-01-19T04:59:45.105Z] 42f81cd17f48: Preparing [2023-01-19T04:59:45.105Z] f7552951c630: Preparing [2023-01-19T04:59:45.105Z] 11540178a630: Preparing [2023-01-19T04:59:45.105Z] 124c633893a1: Preparing [2023-01-19T04:59:45.105Z] ee6fb927e56a: Preparing [2023-01-19T04:59:45.105Z] 1cd1bf962df1: Preparing [2023-01-19T04:59:45.105Z] aea1cd0df6c8: Preparing [2023-01-19T04:59:45.105Z] c977ae13cc8d: Preparing [2023-01-19T04:59:45.105Z] 11540178a630: Waiting [2023-01-19T04:59:45.105Z] ee6fb927e56a: Waiting [2023-01-19T04:59:45.105Z] 1cd1bf962df1: Waiting [2023-01-19T04:59:45.105Z] aea1cd0df6c8: Waiting [2023-01-19T04:59:45.105Z] 124c633893a1: Waiting [2023-01-19T04:59:45.105Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:45.105Z] c977ae13cc8d: Waiting [2023-01-19T04:59:45.105Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:45.105Z] f7552951c630: Layer already exists [2023-01-19T04:59:45.105Z] afc219adf527: Layer already exists [2023-01-19T04:59:45.105Z] 42f81cd17f48: Layer already exists [2023-01-19T04:59:45.105Z] b7a35ca5d39d: Layer already exists [2023-01-19T04:59:45.105Z] be8e561c4b3e: Layer already exists [2023-01-19T04:59:45.105Z] ee6fb927e56a: Layer already exists [2023-01-19T04:59:45.105Z] 11540178a630: Layer already exists [2023-01-19T04:59:45.105Z] 124c633893a1: Layer already exists [2023-01-19T04:59:45.105Z] 1cd1bf962df1: Layer already exists [2023-01-19T04:59:45.105Z] aea1cd0df6c8: Layer already exists [2023-01-19T04:59:45.105Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:45.105Z] c977ae13cc8d: Layer already exists [2023-01-19T04:59:45.375Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:3fe9f809aea478443a810524d185451521a3849e9a8dec711bb11097f66dbfcf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:45.724Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:46.066Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-01-19T04:59:46.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-19T04:59:46.066Z] be8e561c4b3e: Preparing [2023-01-19T04:59:46.066Z] be8e561c4b3e: Preparing [2023-01-19T04:59:46.066Z] afc219adf527: Preparing [2023-01-19T04:59:46.066Z] b7a35ca5d39d: Preparing [2023-01-19T04:59:46.066Z] 42f81cd17f48: Preparing [2023-01-19T04:59:46.066Z] f7552951c630: Preparing [2023-01-19T04:59:46.066Z] 11540178a630: Preparing [2023-01-19T04:59:46.066Z] 124c633893a1: Preparing [2023-01-19T04:59:46.066Z] ee6fb927e56a: Preparing [2023-01-19T04:59:46.066Z] 1cd1bf962df1: Preparing [2023-01-19T04:59:46.066Z] aea1cd0df6c8: Preparing [2023-01-19T04:59:46.066Z] c977ae13cc8d: Preparing [2023-01-19T04:59:46.066Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:46.066Z] 11540178a630: Waiting [2023-01-19T04:59:46.066Z] 124c633893a1: Waiting [2023-01-19T04:59:46.066Z] ee6fb927e56a: Waiting [2023-01-19T04:59:46.066Z] 1cd1bf962df1: Waiting [2023-01-19T04:59:46.066Z] aea1cd0df6c8: Waiting [2023-01-19T04:59:46.066Z] c977ae13cc8d: Waiting [2023-01-19T04:59:46.066Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:46.066Z] f7552951c630: Layer already exists [2023-01-19T04:59:46.066Z] 42f81cd17f48: Layer already exists [2023-01-19T04:59:46.066Z] be8e561c4b3e: Layer already exists [2023-01-19T04:59:46.066Z] b7a35ca5d39d: Layer already exists [2023-01-19T04:59:46.066Z] afc219adf527: Layer already exists [2023-01-19T04:59:46.066Z] 1cd1bf962df1: Layer already exists [2023-01-19T04:59:46.066Z] 124c633893a1: Layer already exists [2023-01-19T04:59:46.066Z] 11540178a630: Layer already exists [2023-01-19T04:59:46.066Z] ee6fb927e56a: Layer already exists [2023-01-19T04:59:46.066Z] aea1cd0df6c8: Layer already exists [2023-01-19T04:59:46.066Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:46.066Z] c977ae13cc8d: Layer already exists [2023-01-19T04:59:46.330Z] main: digest: sha256:3fe9f809aea478443a810524d185451521a3849e9a8dec711bb11097f66dbfcf size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:59:46.380Z] ===================================================== [Pipeline] echo [2023-01-19T04:59:46.390Z] taggedImages: [2023-01-19T04:59:46.390Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:46.390Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-19T04:59:46.390Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.24 [2023-01-19T04:59:46.390Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:46.390Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-01-19T04:59:46.464Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-01-19T04:59:46.464Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:46.464Z] latest [2023-01-19T04:59:46.464Z] 3.0.0-dev.24 [2023-01-19T04:59:46.464Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:46.464Z] main [2023-01-19T04:59:46.464Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:46.807Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:47.139Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:47.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-19T04:59:47.139Z] f346d7af0ce5: Preparing [2023-01-19T04:59:47.139Z] 3962d0c7eb9f: Preparing [2023-01-19T04:59:47.139Z] 495a8ae548d4: Preparing [2023-01-19T04:59:47.139Z] f9c46ba31dc1: Preparing [2023-01-19T04:59:47.139Z] c2dd4bf68428: Preparing [2023-01-19T04:59:47.139Z] 26affb32fe5d: Preparing [2023-01-19T04:59:47.139Z] 895d36166d69: Preparing [2023-01-19T04:59:47.139Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:47.139Z] 26affb32fe5d: Waiting [2023-01-19T04:59:47.139Z] 895d36166d69: Waiting [2023-01-19T04:59:47.139Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:47.404Z] 3962d0c7eb9f: Pushed [2023-01-19T04:59:47.404Z] f346d7af0ce5: Pushed [2023-01-19T04:59:47.404Z] c2dd4bf68428: Pushed [2023-01-19T04:59:47.404Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:47.670Z] 26affb32fe5d: Pushed [2023-01-19T04:59:48.252Z] 895d36166d69: Pushed [2023-01-19T04:59:49.660Z] 495a8ae548d4: Pushed [2023-01-19T04:59:49.660Z] f9c46ba31dc1: Pushed [2023-01-19T04:59:49.660Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:baf93c9c09b47a6427fd247d8117b95f2433c4bc40fa9dc23efb0ca99febf2bd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:49.994Z] + 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-01-19T04:59:50.339Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-19T04:59:50.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-19T04:59:50.339Z] f346d7af0ce5: Preparing [2023-01-19T04:59:50.339Z] 3962d0c7eb9f: Preparing [2023-01-19T04:59:50.339Z] 495a8ae548d4: Preparing [2023-01-19T04:59:50.339Z] f9c46ba31dc1: Preparing [2023-01-19T04:59:50.339Z] c2dd4bf68428: Preparing [2023-01-19T04:59:50.339Z] 26affb32fe5d: Preparing [2023-01-19T04:59:50.339Z] 895d36166d69: Preparing [2023-01-19T04:59:50.339Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:50.339Z] 895d36166d69: Waiting [2023-01-19T04:59:50.339Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:50.339Z] 26affb32fe5d: Waiting [2023-01-19T04:59:50.339Z] f346d7af0ce5: Layer already exists [2023-01-19T04:59:50.339Z] f9c46ba31dc1: Layer already exists [2023-01-19T04:59:50.339Z] c2dd4bf68428: Layer already exists [2023-01-19T04:59:50.339Z] 495a8ae548d4: Layer already exists [2023-01-19T04:59:50.339Z] 3962d0c7eb9f: Layer already exists [2023-01-19T04:59:50.339Z] 26affb32fe5d: Layer already exists [2023-01-19T04:59:50.339Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:50.339Z] 895d36166d69: Layer already exists [2023-01-19T04:59:50.604Z] latest: digest: sha256:baf93c9c09b47a6427fd247d8117b95f2433c4bc40fa9dc23efb0ca99febf2bd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:50.953Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:51.292Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.24 [2023-01-19T04:59:51.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-19T04:59:51.292Z] f346d7af0ce5: Preparing [2023-01-19T04:59:51.292Z] 3962d0c7eb9f: Preparing [2023-01-19T04:59:51.292Z] 495a8ae548d4: Preparing [2023-01-19T04:59:51.292Z] f9c46ba31dc1: Preparing [2023-01-19T04:59:51.292Z] c2dd4bf68428: Preparing [2023-01-19T04:59:51.292Z] 26affb32fe5d: Preparing [2023-01-19T04:59:51.292Z] 895d36166d69: Preparing [2023-01-19T04:59:51.292Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:51.292Z] 26affb32fe5d: Waiting [2023-01-19T04:59:51.292Z] 895d36166d69: Waiting [2023-01-19T04:59:51.292Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:51.292Z] 3962d0c7eb9f: Layer already exists [2023-01-19T04:59:51.292Z] f346d7af0ce5: Layer already exists [2023-01-19T04:59:51.292Z] f9c46ba31dc1: Layer already exists [2023-01-19T04:59:51.292Z] c2dd4bf68428: Layer already exists [2023-01-19T04:59:51.292Z] 495a8ae548d4: Layer already exists [2023-01-19T04:59:51.292Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:51.292Z] 26affb32fe5d: Layer already exists [2023-01-19T04:59:51.292Z] 895d36166d69: Layer already exists [2023-01-19T04:59:51.557Z] 3.0.0-dev.24: digest: sha256:baf93c9c09b47a6427fd247d8117b95f2433c4bc40fa9dc23efb0ca99febf2bd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:51.896Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:52.244Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:52.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-19T04:59:52.245Z] f346d7af0ce5: Preparing [2023-01-19T04:59:52.245Z] 3962d0c7eb9f: Preparing [2023-01-19T04:59:52.245Z] 495a8ae548d4: Preparing [2023-01-19T04:59:52.245Z] f9c46ba31dc1: Preparing [2023-01-19T04:59:52.245Z] c2dd4bf68428: Preparing [2023-01-19T04:59:52.245Z] 26affb32fe5d: Preparing [2023-01-19T04:59:52.245Z] 895d36166d69: Preparing [2023-01-19T04:59:52.245Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:52.245Z] 895d36166d69: Waiting [2023-01-19T04:59:52.245Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:52.245Z] 26affb32fe5d: Waiting [2023-01-19T04:59:52.245Z] 3962d0c7eb9f: Layer already exists [2023-01-19T04:59:52.245Z] f9c46ba31dc1: Layer already exists [2023-01-19T04:59:52.245Z] c2dd4bf68428: Layer already exists [2023-01-19T04:59:52.245Z] 495a8ae548d4: Layer already exists [2023-01-19T04:59:52.245Z] f346d7af0ce5: Layer already exists [2023-01-19T04:59:52.245Z] 26affb32fe5d: Layer already exists [2023-01-19T04:59:52.245Z] 895d36166d69: Layer already exists [2023-01-19T04:59:52.245Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:52.512Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:baf93c9c09b47a6427fd247d8117b95f2433c4bc40fa9dc23efb0ca99febf2bd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:52.861Z] + 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-01-19T04:59:53.200Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-01-19T04:59:53.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-19T04:59:53.200Z] f346d7af0ce5: Preparing [2023-01-19T04:59:53.200Z] 3962d0c7eb9f: Preparing [2023-01-19T04:59:53.200Z] 495a8ae548d4: Preparing [2023-01-19T04:59:53.200Z] f9c46ba31dc1: Preparing [2023-01-19T04:59:53.200Z] c2dd4bf68428: Preparing [2023-01-19T04:59:53.200Z] 26affb32fe5d: Preparing [2023-01-19T04:59:53.200Z] 895d36166d69: Preparing [2023-01-19T04:59:53.200Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:53.200Z] 26affb32fe5d: Waiting [2023-01-19T04:59:53.200Z] 895d36166d69: Waiting [2023-01-19T04:59:53.200Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:53.200Z] f9c46ba31dc1: Layer already exists [2023-01-19T04:59:53.200Z] f346d7af0ce5: Layer already exists [2023-01-19T04:59:53.200Z] 3962d0c7eb9f: Layer already exists [2023-01-19T04:59:53.200Z] 495a8ae548d4: Layer already exists [2023-01-19T04:59:53.200Z] c2dd4bf68428: Layer already exists [2023-01-19T04:59:53.200Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:53.200Z] 895d36166d69: Layer already exists [2023-01-19T04:59:53.200Z] 26affb32fe5d: Layer already exists [2023-01-19T04:59:53.465Z] main: digest: sha256:baf93c9c09b47a6427fd247d8117b95f2433c4bc40fa9dc23efb0ca99febf2bd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T04:59:53.510Z] ===================================================== [Pipeline] echo [2023-01-19T04:59:53.517Z] taggedImages: [2023-01-19T04:59:53.517Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:53.517Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-19T04:59:53.517Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.24 [2023-01-19T04:59:53.517Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:53.517Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-01-19T04:59:53.532Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-01-19T04:59:53.532Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:53.532Z] latest [2023-01-19T04:59:53.532Z] 3.0.0-dev.24 [2023-01-19T04:59:53.532Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T04:59:53.532Z] main [2023-01-19T04:59:53.532Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:53.866Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:54.207Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T04:59:54.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-19T04:59:54.207Z] 6873bb89c6d8: Preparing [2023-01-19T04:59:54.207Z] d927186f3df9: Preparing [2023-01-19T04:59:54.207Z] c70015fc3a70: Preparing [2023-01-19T04:59:54.207Z] 72383034e446: Preparing [2023-01-19T04:59:54.207Z] ad8c0dd0bc97: Preparing [2023-01-19T04:59:54.207Z] b28a656e557a: Preparing [2023-01-19T04:59:54.207Z] 8d888ac4a00b: Preparing [2023-01-19T04:59:54.207Z] 1e741ed08f2c: Preparing [2023-01-19T04:59:54.207Z] 2919687cd5de: Preparing [2023-01-19T04:59:54.207Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:54.207Z] 1e741ed08f2c: Waiting [2023-01-19T04:59:54.207Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:54.207Z] b28a656e557a: Waiting [2023-01-19T04:59:54.207Z] 8d888ac4a00b: Waiting [2023-01-19T04:59:54.207Z] 2919687cd5de: Waiting [2023-01-19T04:59:54.477Z] d927186f3df9: Pushed [2023-01-19T04:59:54.477Z] 6873bb89c6d8: Pushed [2023-01-19T04:59:54.477Z] ad8c0dd0bc97: Pushed [2023-01-19T04:59:54.746Z] b28a656e557a: Pushed [2023-01-19T04:59:54.746Z] 8d888ac4a00b: Pushed [2023-01-19T04:59:54.746Z] 1e741ed08f2c: Pushed [2023-01-19T04:59:54.746Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:55.014Z] 2919687cd5de: Pushed [2023-01-19T04:59:56.971Z] 72383034e446: Pushed [2023-01-19T04:59:57.553Z] c70015fc3a70: Pushed [2023-01-19T04:59:57.819Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:263545aebcf82c2ed25da407415d2db425de7cf1026da0d131513c07b8cfcd47 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:58.182Z] + 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-01-19T04:59:58.530Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-19T04:59:58.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-19T04:59:58.530Z] 6873bb89c6d8: Preparing [2023-01-19T04:59:58.530Z] d927186f3df9: Preparing [2023-01-19T04:59:58.530Z] c70015fc3a70: Preparing [2023-01-19T04:59:58.530Z] 72383034e446: Preparing [2023-01-19T04:59:58.530Z] ad8c0dd0bc97: Preparing [2023-01-19T04:59:58.530Z] b28a656e557a: Preparing [2023-01-19T04:59:58.530Z] 8d888ac4a00b: Preparing [2023-01-19T04:59:58.530Z] 1e741ed08f2c: Preparing [2023-01-19T04:59:58.530Z] 2919687cd5de: Preparing [2023-01-19T04:59:58.530Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:58.530Z] b28a656e557a: Waiting [2023-01-19T04:59:58.530Z] 8d888ac4a00b: Waiting [2023-01-19T04:59:58.530Z] 2919687cd5de: Waiting [2023-01-19T04:59:58.530Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:58.530Z] 1e741ed08f2c: Waiting [2023-01-19T04:59:58.530Z] 6873bb89c6d8: Layer already exists [2023-01-19T04:59:58.530Z] d927186f3df9: Layer already exists [2023-01-19T04:59:58.530Z] ad8c0dd0bc97: Layer already exists [2023-01-19T04:59:58.530Z] c70015fc3a70: Layer already exists [2023-01-19T04:59:58.530Z] 72383034e446: Layer already exists [2023-01-19T04:59:58.530Z] 1e741ed08f2c: Layer already exists [2023-01-19T04:59:58.530Z] 8d888ac4a00b: Layer already exists [2023-01-19T04:59:58.530Z] b28a656e557a: Layer already exists [2023-01-19T04:59:58.530Z] 2919687cd5de: Layer already exists [2023-01-19T04:59:58.530Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:58.796Z] latest: digest: sha256:263545aebcf82c2ed25da407415d2db425de7cf1026da0d131513c07b8cfcd47 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:59.138Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T04:59:59.479Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.24 [2023-01-19T04:59:59.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-19T04:59:59.479Z] 6873bb89c6d8: Preparing [2023-01-19T04:59:59.479Z] d927186f3df9: Preparing [2023-01-19T04:59:59.479Z] c70015fc3a70: Preparing [2023-01-19T04:59:59.479Z] 72383034e446: Preparing [2023-01-19T04:59:59.479Z] ad8c0dd0bc97: Preparing [2023-01-19T04:59:59.479Z] b28a656e557a: Preparing [2023-01-19T04:59:59.479Z] 8d888ac4a00b: Preparing [2023-01-19T04:59:59.479Z] 1e741ed08f2c: Preparing [2023-01-19T04:59:59.479Z] 2919687cd5de: Preparing [2023-01-19T04:59:59.479Z] b28a656e557a: Waiting [2023-01-19T04:59:59.479Z] 17bec77d7fdc: Preparing [2023-01-19T04:59:59.479Z] 1e741ed08f2c: Waiting [2023-01-19T04:59:59.479Z] 8d888ac4a00b: Waiting [2023-01-19T04:59:59.479Z] 17bec77d7fdc: Waiting [2023-01-19T04:59:59.479Z] 2919687cd5de: Waiting [2023-01-19T04:59:59.479Z] 72383034e446: Layer already exists [2023-01-19T04:59:59.479Z] ad8c0dd0bc97: Layer already exists [2023-01-19T04:59:59.479Z] 6873bb89c6d8: Layer already exists [2023-01-19T04:59:59.479Z] d927186f3df9: Layer already exists [2023-01-19T04:59:59.479Z] c70015fc3a70: Layer already exists [2023-01-19T04:59:59.479Z] 2919687cd5de: Layer already exists [2023-01-19T04:59:59.479Z] b28a656e557a: Layer already exists [2023-01-19T04:59:59.479Z] 1e741ed08f2c: Layer already exists [2023-01-19T04:59:59.479Z] 17bec77d7fdc: Layer already exists [2023-01-19T04:59:59.479Z] 8d888ac4a00b: Layer already exists [2023-01-19T04:59:59.744Z] 3.0.0-dev.24: digest: sha256:263545aebcf82c2ed25da407415d2db425de7cf1026da0d131513c07b8cfcd47 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:00.099Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:00.437Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:00:00.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-19T05:00:00.437Z] 6873bb89c6d8: Preparing [2023-01-19T05:00:00.437Z] d927186f3df9: Preparing [2023-01-19T05:00:00.437Z] c70015fc3a70: Preparing [2023-01-19T05:00:00.437Z] 72383034e446: Preparing [2023-01-19T05:00:00.437Z] ad8c0dd0bc97: Preparing [2023-01-19T05:00:00.437Z] b28a656e557a: Preparing [2023-01-19T05:00:00.437Z] 8d888ac4a00b: Preparing [2023-01-19T05:00:00.437Z] 1e741ed08f2c: Preparing [2023-01-19T05:00:00.437Z] 2919687cd5de: Preparing [2023-01-19T05:00:00.437Z] 17bec77d7fdc: Preparing [2023-01-19T05:00:00.437Z] b28a656e557a: Waiting [2023-01-19T05:00:00.437Z] 8d888ac4a00b: Waiting [2023-01-19T05:00:00.437Z] 1e741ed08f2c: Waiting [2023-01-19T05:00:00.437Z] 2919687cd5de: Waiting [2023-01-19T05:00:00.437Z] 17bec77d7fdc: Waiting [2023-01-19T05:00:00.437Z] 6873bb89c6d8: Layer already exists [2023-01-19T05:00:00.437Z] c70015fc3a70: Layer already exists [2023-01-19T05:00:00.437Z] 72383034e446: Layer already exists [2023-01-19T05:00:00.437Z] d927186f3df9: Layer already exists [2023-01-19T05:00:00.437Z] ad8c0dd0bc97: Layer already exists [2023-01-19T05:00:00.437Z] 8d888ac4a00b: Layer already exists [2023-01-19T05:00:00.437Z] 1e741ed08f2c: Layer already exists [2023-01-19T05:00:00.437Z] 17bec77d7fdc: Layer already exists [2023-01-19T05:00:00.437Z] b28a656e557a: Layer already exists [2023-01-19T05:00:00.437Z] 2919687cd5de: Layer already exists [2023-01-19T05:00:00.705Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:263545aebcf82c2ed25da407415d2db425de7cf1026da0d131513c07b8cfcd47 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:01.052Z] + 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-01-19T05:00:01.388Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-01-19T05:00:01.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-19T05:00:01.388Z] 6873bb89c6d8: Preparing [2023-01-19T05:00:01.388Z] d927186f3df9: Preparing [2023-01-19T05:00:01.388Z] c70015fc3a70: Preparing [2023-01-19T05:00:01.388Z] 72383034e446: Preparing [2023-01-19T05:00:01.388Z] ad8c0dd0bc97: Preparing [2023-01-19T05:00:01.388Z] b28a656e557a: Preparing [2023-01-19T05:00:01.388Z] 8d888ac4a00b: Preparing [2023-01-19T05:00:01.388Z] 1e741ed08f2c: Preparing [2023-01-19T05:00:01.388Z] 2919687cd5de: Preparing [2023-01-19T05:00:01.388Z] 17bec77d7fdc: Preparing [2023-01-19T05:00:01.388Z] 1e741ed08f2c: Waiting [2023-01-19T05:00:01.388Z] 2919687cd5de: Waiting [2023-01-19T05:00:01.388Z] 17bec77d7fdc: Waiting [2023-01-19T05:00:01.388Z] b28a656e557a: Waiting [2023-01-19T05:00:01.388Z] 8d888ac4a00b: Waiting [2023-01-19T05:00:01.388Z] ad8c0dd0bc97: Layer already exists [2023-01-19T05:00:01.388Z] d927186f3df9: Layer already exists [2023-01-19T05:00:01.388Z] 72383034e446: Layer already exists [2023-01-19T05:00:01.388Z] c70015fc3a70: Layer already exists [2023-01-19T05:00:01.388Z] 6873bb89c6d8: Layer already exists [2023-01-19T05:00:01.388Z] b28a656e557a: Layer already exists [2023-01-19T05:00:01.388Z] 8d888ac4a00b: Layer already exists [2023-01-19T05:00:01.388Z] 1e741ed08f2c: Layer already exists [2023-01-19T05:00:01.388Z] 2919687cd5de: Layer already exists [2023-01-19T05:00:01.388Z] 17bec77d7fdc: Layer already exists [2023-01-19T05:00:01.666Z] main: digest: sha256:263545aebcf82c2ed25da407415d2db425de7cf1026da0d131513c07b8cfcd47 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T05:00:01.705Z] ===================================================== [Pipeline] echo [2023-01-19T05:00:01.711Z] taggedImages: [2023-01-19T05:00:01.711Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:00:01.711Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-19T05:00:01.711Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.24 [2023-01-19T05:00:01.711Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:00:01.711Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-01-19T05:00:01.726Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-01-19T05:00:01.727Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:00:01.727Z] latest [2023-01-19T05:00:01.727Z] 3.0.0-dev.24 [2023-01-19T05:00:01.727Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:00:01.727Z] main [2023-01-19T05:00:01.727Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:02.067Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:02.419Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:00:02.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-19T05:00:02.419Z] d8d8f5179ea5: Preparing [2023-01-19T05:00:02.419Z] 0247b99e71b2: Preparing [2023-01-19T05:00:02.419Z] 124c633893a1: Preparing [2023-01-19T05:00:02.419Z] dfb3a40f3e61: Preparing [2023-01-19T05:00:02.419Z] 9833f26c6bda: Preparing [2023-01-19T05:00:02.419Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:02.419Z] 124c633893a1: Layer already exists [2023-01-19T05:00:02.689Z] d8d8f5179ea5: Pushed [2023-01-19T05:00:03.645Z] dfb3a40f3e61: Pushed [2023-01-19T05:00:06.978Z] 0247b99e71b2: Pushed [2023-01-19T05:00:07.244Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:2f5d2daeaf10ae1169db118ba0756b9148818b47e085b8cf0c089160b31fe6db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:07.590Z] + 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-01-19T05:00:07.926Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-19T05:00:07.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-19T05:00:07.926Z] d8d8f5179ea5: Preparing [2023-01-19T05:00:07.926Z] 0247b99e71b2: Preparing [2023-01-19T05:00:07.926Z] 124c633893a1: Preparing [2023-01-19T05:00:07.926Z] dfb3a40f3e61: Preparing [2023-01-19T05:00:07.926Z] 9833f26c6bda: Preparing [2023-01-19T05:00:07.926Z] 0247b99e71b2: Layer already exists [2023-01-19T05:00:07.926Z] 124c633893a1: Layer already exists [2023-01-19T05:00:07.926Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:07.926Z] d8d8f5179ea5: Layer already exists [2023-01-19T05:00:07.926Z] dfb3a40f3e61: Layer already exists [2023-01-19T05:00:08.192Z] latest: digest: sha256:2f5d2daeaf10ae1169db118ba0756b9148818b47e085b8cf0c089160b31fe6db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:08.598Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:08.941Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.24 [2023-01-19T05:00:08.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-19T05:00:08.941Z] d8d8f5179ea5: Preparing [2023-01-19T05:00:08.941Z] 0247b99e71b2: Preparing [2023-01-19T05:00:08.941Z] 124c633893a1: Preparing [2023-01-19T05:00:08.941Z] dfb3a40f3e61: Preparing [2023-01-19T05:00:08.941Z] 9833f26c6bda: Preparing [2023-01-19T05:00:08.941Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:08.941Z] dfb3a40f3e61: Layer already exists [2023-01-19T05:00:08.941Z] d8d8f5179ea5: Layer already exists [2023-01-19T05:00:08.941Z] 0247b99e71b2: Layer already exists [2023-01-19T05:00:08.941Z] 124c633893a1: Layer already exists [2023-01-19T05:00:09.206Z] 3.0.0-dev.24: digest: sha256:2f5d2daeaf10ae1169db118ba0756b9148818b47e085b8cf0c089160b31fe6db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:09.547Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:09.882Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:00:09.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-19T05:00:09.882Z] d8d8f5179ea5: Preparing [2023-01-19T05:00:09.882Z] 0247b99e71b2: Preparing [2023-01-19T05:00:09.882Z] 124c633893a1: Preparing [2023-01-19T05:00:09.882Z] dfb3a40f3e61: Preparing [2023-01-19T05:00:09.882Z] 9833f26c6bda: Preparing [2023-01-19T05:00:09.882Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:09.882Z] 124c633893a1: Layer already exists [2023-01-19T05:00:09.882Z] d8d8f5179ea5: Layer already exists [2023-01-19T05:00:09.882Z] dfb3a40f3e61: Layer already exists [2023-01-19T05:00:09.882Z] 0247b99e71b2: Layer already exists [2023-01-19T05:00:10.148Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:2f5d2daeaf10ae1169db118ba0756b9148818b47e085b8cf0c089160b31fe6db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:10.499Z] + 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-01-19T05:00:10.830Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-01-19T05:00:10.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-19T05:00:10.831Z] d8d8f5179ea5: Preparing [2023-01-19T05:00:10.831Z] 0247b99e71b2: Preparing [2023-01-19T05:00:10.831Z] 124c633893a1: Preparing [2023-01-19T05:00:10.831Z] dfb3a40f3e61: Preparing [2023-01-19T05:00:10.831Z] 9833f26c6bda: Preparing [2023-01-19T05:00:10.831Z] 0247b99e71b2: Layer already exists [2023-01-19T05:00:10.831Z] d8d8f5179ea5: Layer already exists [2023-01-19T05:00:10.831Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:10.831Z] dfb3a40f3e61: Layer already exists [2023-01-19T05:00:10.831Z] 124c633893a1: Layer already exists [2023-01-19T05:00:11.096Z] main: digest: sha256:2f5d2daeaf10ae1169db118ba0756b9148818b47e085b8cf0c089160b31fe6db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T05:00:11.140Z] ===================================================== [Pipeline] echo [2023-01-19T05:00:11.146Z] taggedImages: [2023-01-19T05:00:11.146Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:00:11.146Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-19T05:00:11.146Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.24 [2023-01-19T05:00:11.146Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:00:11.146Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-01-19T05:00:11.175Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-01-19T05:00:11.175Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:00:11.175Z] latest [2023-01-19T05:00:11.175Z] 3.0.0-dev.24 [2023-01-19T05:00:11.175Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:00:11.175Z] main [2023-01-19T05:00:11.175Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:11.529Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:11.866Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:00:11.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-19T05:00:11.867Z] 8435a65ba3dc: Preparing [2023-01-19T05:00:11.867Z] ac25c404a914: Preparing [2023-01-19T05:00:11.867Z] 001fe63c9375: Preparing [2023-01-19T05:00:11.867Z] 4b131d48c5b8: Preparing [2023-01-19T05:00:11.867Z] 4aee66590cb7: Preparing [2023-01-19T05:00:11.867Z] c509a0b5d234: Preparing [2023-01-19T05:00:11.867Z] 9833f26c6bda: Preparing [2023-01-19T05:00:11.867Z] c509a0b5d234: Waiting [2023-01-19T05:00:11.867Z] 9833f26c6bda: Waiting [2023-01-19T05:00:12.132Z] 8435a65ba3dc: Pushed [2023-01-19T05:00:12.132Z] ac25c404a914: Pushed [2023-01-19T05:00:12.132Z] 001fe63c9375: Pushed [2023-01-19T05:00:12.132Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:13.088Z] c509a0b5d234: Pushed [2023-01-19T05:00:21.287Z] 4aee66590cb7: Pushed [2023-01-19T05:00:27.932Z] 4b131d48c5b8: Pushed [2023-01-19T05:00:28.197Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:bf71a371a371328d14bef43d0e2afc68ea11d9958cba3b2d3a5b88b0b8705b7d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:28.539Z] + 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-01-19T05:00:28.869Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-19T05:00:28.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-19T05:00:28.869Z] 8435a65ba3dc: Preparing [2023-01-19T05:00:28.869Z] ac25c404a914: Preparing [2023-01-19T05:00:28.869Z] 001fe63c9375: Preparing [2023-01-19T05:00:28.869Z] 4b131d48c5b8: Preparing [2023-01-19T05:00:28.869Z] 4aee66590cb7: Preparing [2023-01-19T05:00:28.869Z] c509a0b5d234: Preparing [2023-01-19T05:00:28.869Z] 9833f26c6bda: Preparing [2023-01-19T05:00:28.869Z] c509a0b5d234: Waiting [2023-01-19T05:00:28.869Z] 9833f26c6bda: Waiting [2023-01-19T05:00:28.869Z] 8435a65ba3dc: Layer already exists [2023-01-19T05:00:28.869Z] 001fe63c9375: Layer already exists [2023-01-19T05:00:28.869Z] ac25c404a914: Layer already exists [2023-01-19T05:00:28.869Z] 4b131d48c5b8: Layer already exists [2023-01-19T05:00:28.869Z] 4aee66590cb7: Layer already exists [2023-01-19T05:00:28.869Z] c509a0b5d234: Layer already exists [2023-01-19T05:00:28.869Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:29.134Z] latest: digest: sha256:bf71a371a371328d14bef43d0e2afc68ea11d9958cba3b2d3a5b88b0b8705b7d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:29.481Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:29.810Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.24 [2023-01-19T05:00:29.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-19T05:00:29.811Z] 8435a65ba3dc: Preparing [2023-01-19T05:00:29.811Z] ac25c404a914: Preparing [2023-01-19T05:00:29.811Z] 001fe63c9375: Preparing [2023-01-19T05:00:29.811Z] 4b131d48c5b8: Preparing [2023-01-19T05:00:29.811Z] 4aee66590cb7: Preparing [2023-01-19T05:00:29.811Z] c509a0b5d234: Preparing [2023-01-19T05:00:29.811Z] 9833f26c6bda: Preparing [2023-01-19T05:00:29.811Z] c509a0b5d234: Waiting [2023-01-19T05:00:29.811Z] 9833f26c6bda: Waiting [2023-01-19T05:00:29.811Z] ac25c404a914: Layer already exists [2023-01-19T05:00:29.811Z] 001fe63c9375: Layer already exists [2023-01-19T05:00:29.811Z] 8435a65ba3dc: Layer already exists [2023-01-19T05:00:29.811Z] 4b131d48c5b8: Layer already exists [2023-01-19T05:00:29.811Z] 4aee66590cb7: Layer already exists [2023-01-19T05:00:29.811Z] c509a0b5d234: Layer already exists [2023-01-19T05:00:29.811Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:30.075Z] 3.0.0-dev.24: digest: sha256:bf71a371a371328d14bef43d0e2afc68ea11d9958cba3b2d3a5b88b0b8705b7d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:30.428Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:30.762Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:00:30.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-19T05:00:30.762Z] 8435a65ba3dc: Preparing [2023-01-19T05:00:30.762Z] ac25c404a914: Preparing [2023-01-19T05:00:30.762Z] 001fe63c9375: Preparing [2023-01-19T05:00:30.762Z] 4b131d48c5b8: Preparing [2023-01-19T05:00:30.762Z] 4aee66590cb7: Preparing [2023-01-19T05:00:30.762Z] c509a0b5d234: Preparing [2023-01-19T05:00:30.762Z] 9833f26c6bda: Preparing [2023-01-19T05:00:30.762Z] c509a0b5d234: Waiting [2023-01-19T05:00:30.762Z] 9833f26c6bda: Waiting [2023-01-19T05:00:30.762Z] 001fe63c9375: Layer already exists [2023-01-19T05:00:30.762Z] 4aee66590cb7: Layer already exists [2023-01-19T05:00:30.762Z] 4b131d48c5b8: Layer already exists [2023-01-19T05:00:30.762Z] ac25c404a914: Layer already exists [2023-01-19T05:00:30.762Z] 8435a65ba3dc: Layer already exists [2023-01-19T05:00:30.762Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:30.762Z] c509a0b5d234: Layer already exists [2023-01-19T05:00:31.025Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:bf71a371a371328d14bef43d0e2afc68ea11d9958cba3b2d3a5b88b0b8705b7d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:31.357Z] + 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-01-19T05:00:31.700Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-01-19T05:00:31.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-19T05:00:31.700Z] 8435a65ba3dc: Preparing [2023-01-19T05:00:31.700Z] ac25c404a914: Preparing [2023-01-19T05:00:31.700Z] 001fe63c9375: Preparing [2023-01-19T05:00:31.700Z] 4b131d48c5b8: Preparing [2023-01-19T05:00:31.700Z] 4aee66590cb7: Preparing [2023-01-19T05:00:31.700Z] c509a0b5d234: Preparing [2023-01-19T05:00:31.700Z] 9833f26c6bda: Preparing [2023-01-19T05:00:31.700Z] c509a0b5d234: Waiting [2023-01-19T05:00:31.700Z] ac25c404a914: Layer already exists [2023-01-19T05:00:31.700Z] 001fe63c9375: Layer already exists [2023-01-19T05:00:31.700Z] 4b131d48c5b8: Layer already exists [2023-01-19T05:00:31.700Z] 8435a65ba3dc: Layer already exists [2023-01-19T05:00:31.700Z] 4aee66590cb7: Layer already exists [2023-01-19T05:00:31.700Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:31.700Z] c509a0b5d234: Layer already exists [2023-01-19T05:00:31.968Z] main: digest: sha256:bf71a371a371328d14bef43d0e2afc68ea11d9958cba3b2d3a5b88b0b8705b7d size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T05:00:32.005Z] ===================================================== [Pipeline] echo [2023-01-19T05:00:32.011Z] taggedImages: [2023-01-19T05:00:32.011Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:00:32.011Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-19T05:00:32.011Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.24 [2023-01-19T05:00:32.011Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:00:32.011Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-01-19T05:00:32.025Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-01-19T05:00:32.025Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:00:32.025Z] latest [2023-01-19T05:00:32.025Z] 3.0.0-dev.24 [2023-01-19T05:00:32.025Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:00:32.025Z] main [2023-01-19T05:00:32.025Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:32.356Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:32.688Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:00:32.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-19T05:00:32.688Z] 64bb853efa04: Preparing [2023-01-19T05:00:32.688Z] 63b5b5d2b4d7: Preparing [2023-01-19T05:00:32.688Z] 0185c953bb8a: Preparing [2023-01-19T05:00:32.688Z] 9f957ba18257: Preparing [2023-01-19T05:00:32.688Z] 65a2b2567ac6: Preparing [2023-01-19T05:00:32.688Z] 9833f26c6bda: Preparing [2023-01-19T05:00:32.688Z] 9833f26c6bda: Waiting [2023-01-19T05:00:32.954Z] 63b5b5d2b4d7: Pushed [2023-01-19T05:00:32.954Z] 64bb853efa04: Pushed [2023-01-19T05:00:32.954Z] 0185c953bb8a: Pushed [2023-01-19T05:00:32.954Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:33.533Z] 65a2b2567ac6: Pushed [2023-01-19T05:00:49.920Z] 9f957ba18257: Pushed [2023-01-19T05:00:49.920Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:6bba20a4613c055e1bff2a8cd8c18b894a0df8e77972d50a27e782533623514c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:50.266Z] + 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-01-19T05:00:50.601Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-19T05:00:50.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-19T05:00:50.601Z] 64bb853efa04: Preparing [2023-01-19T05:00:50.601Z] 63b5b5d2b4d7: Preparing [2023-01-19T05:00:50.601Z] 0185c953bb8a: Preparing [2023-01-19T05:00:50.601Z] 9f957ba18257: Preparing [2023-01-19T05:00:50.601Z] 65a2b2567ac6: Preparing [2023-01-19T05:00:50.601Z] 9833f26c6bda: Preparing [2023-01-19T05:00:50.601Z] 9833f26c6bda: Waiting [2023-01-19T05:00:50.601Z] 64bb853efa04: Layer already exists [2023-01-19T05:00:50.601Z] 0185c953bb8a: Layer already exists [2023-01-19T05:00:50.601Z] 65a2b2567ac6: Layer already exists [2023-01-19T05:00:50.601Z] 63b5b5d2b4d7: Layer already exists [2023-01-19T05:00:50.601Z] 9f957ba18257: Layer already exists [2023-01-19T05:00:50.601Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:50.866Z] latest: digest: sha256:6bba20a4613c055e1bff2a8cd8c18b894a0df8e77972d50a27e782533623514c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:51.207Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:51.540Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.24 [2023-01-19T05:00:51.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-19T05:00:51.540Z] 64bb853efa04: Preparing [2023-01-19T05:00:51.540Z] 63b5b5d2b4d7: Preparing [2023-01-19T05:00:51.540Z] 0185c953bb8a: Preparing [2023-01-19T05:00:51.540Z] 9f957ba18257: Preparing [2023-01-19T05:00:51.540Z] 65a2b2567ac6: Preparing [2023-01-19T05:00:51.540Z] 9833f26c6bda: Preparing [2023-01-19T05:00:51.540Z] 9833f26c6bda: Waiting [2023-01-19T05:00:51.540Z] 65a2b2567ac6: Layer already exists [2023-01-19T05:00:51.540Z] 64bb853efa04: Layer already exists [2023-01-19T05:00:51.540Z] 9f957ba18257: Layer already exists [2023-01-19T05:00:51.540Z] 0185c953bb8a: Layer already exists [2023-01-19T05:00:51.540Z] 63b5b5d2b4d7: Layer already exists [2023-01-19T05:00:51.540Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:51.540Z] 3.0.0-dev.24: digest: sha256:6bba20a4613c055e1bff2a8cd8c18b894a0df8e77972d50a27e782533623514c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:51.874Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:52.200Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:00:52.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-19T05:00:52.200Z] 64bb853efa04: Preparing [2023-01-19T05:00:52.200Z] 63b5b5d2b4d7: Preparing [2023-01-19T05:00:52.200Z] 0185c953bb8a: Preparing [2023-01-19T05:00:52.200Z] 9f957ba18257: Preparing [2023-01-19T05:00:52.200Z] 65a2b2567ac6: Preparing [2023-01-19T05:00:52.200Z] 9833f26c6bda: Preparing [2023-01-19T05:00:52.200Z] 64bb853efa04: Layer already exists [2023-01-19T05:00:52.200Z] 0185c953bb8a: Layer already exists [2023-01-19T05:00:52.200Z] 65a2b2567ac6: Layer already exists [2023-01-19T05:00:52.200Z] 9f957ba18257: Layer already exists [2023-01-19T05:00:52.200Z] 63b5b5d2b4d7: Layer already exists [2023-01-19T05:00:52.200Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:52.200Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:6bba20a4613c055e1bff2a8cd8c18b894a0df8e77972d50a27e782533623514c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:52.796Z] + 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-01-19T05:00:53.131Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-01-19T05:00:53.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-19T05:00:53.132Z] 64bb853efa04: Preparing [2023-01-19T05:00:53.132Z] 63b5b5d2b4d7: Preparing [2023-01-19T05:00:53.132Z] 0185c953bb8a: Preparing [2023-01-19T05:00:53.132Z] 9f957ba18257: Preparing [2023-01-19T05:00:53.132Z] 65a2b2567ac6: Preparing [2023-01-19T05:00:53.132Z] 9833f26c6bda: Preparing [2023-01-19T05:00:53.132Z] 9833f26c6bda: Waiting [2023-01-19T05:00:53.132Z] 64bb853efa04: Layer already exists [2023-01-19T05:00:53.132Z] 9f957ba18257: Layer already exists [2023-01-19T05:00:53.132Z] 65a2b2567ac6: Layer already exists [2023-01-19T05:00:53.132Z] 63b5b5d2b4d7: Layer already exists [2023-01-19T05:00:53.132Z] 0185c953bb8a: Layer already exists [2023-01-19T05:00:53.132Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:53.396Z] main: digest: sha256:6bba20a4613c055e1bff2a8cd8c18b894a0df8e77972d50a27e782533623514c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T05:00:53.444Z] ===================================================== [Pipeline] echo [2023-01-19T05:00:53.453Z] taggedImages: [2023-01-19T05:00:53.453Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:00:53.453Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-19T05:00:53.453Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.24 [2023-01-19T05:00:53.453Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:00:53.453Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-01-19T05:00:53.475Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-01-19T05:00:53.475Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:00:53.475Z] latest [2023-01-19T05:00:53.475Z] 3.0.0-dev.24 [2023-01-19T05:00:53.475Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:00:53.475Z] main [2023-01-19T05:00:53.475Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:53.833Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:00:54.176Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:00:54.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-19T05:00:54.176Z] 84609910127e: Preparing [2023-01-19T05:00:54.176Z] 553c5f9b5c06: Preparing [2023-01-19T05:00:54.176Z] 3442f00b673a: Preparing [2023-01-19T05:00:54.176Z] 69f4e82b328a: Preparing [2023-01-19T05:00:54.176Z] c509a0b5d234: Preparing [2023-01-19T05:00:54.176Z] 9833f26c6bda: Preparing [2023-01-19T05:00:54.176Z] 9833f26c6bda: Waiting [2023-01-19T05:00:54.176Z] c509a0b5d234: Layer already exists [2023-01-19T05:00:54.440Z] 9833f26c6bda: Layer already exists [2023-01-19T05:00:54.440Z] 84609910127e: Pushed [2023-01-19T05:00:54.440Z] 3442f00b673a: Pushed [2023-01-19T05:00:54.440Z] 553c5f9b5c06: Pushed [2023-01-19T05:01:12.627Z] 69f4e82b328a: Pushed [2023-01-19T05:01:12.627Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:01d01f465e79288dcb8458e60ae1fa96e33384f9a818e0c1ebdc359ee155b2ae size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:12.982Z] + 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-01-19T05:01:13.323Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-19T05:01:13.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-19T05:01:13.323Z] 84609910127e: Preparing [2023-01-19T05:01:13.323Z] 553c5f9b5c06: Preparing [2023-01-19T05:01:13.323Z] 3442f00b673a: Preparing [2023-01-19T05:01:13.323Z] 69f4e82b328a: Preparing [2023-01-19T05:01:13.323Z] c509a0b5d234: Preparing [2023-01-19T05:01:13.323Z] 9833f26c6bda: Preparing [2023-01-19T05:01:13.323Z] 9833f26c6bda: Waiting [2023-01-19T05:01:13.323Z] 84609910127e: Layer already exists [2023-01-19T05:01:13.323Z] c509a0b5d234: Layer already exists [2023-01-19T05:01:13.323Z] 553c5f9b5c06: Layer already exists [2023-01-19T05:01:13.323Z] 69f4e82b328a: Layer already exists [2023-01-19T05:01:13.323Z] 3442f00b673a: Layer already exists [2023-01-19T05:01:13.323Z] 9833f26c6bda: Layer already exists [2023-01-19T05:01:13.589Z] latest: digest: sha256:01d01f465e79288dcb8458e60ae1fa96e33384f9a818e0c1ebdc359ee155b2ae size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:13.933Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:14.276Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.24 [2023-01-19T05:01:14.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-19T05:01:14.276Z] 84609910127e: Preparing [2023-01-19T05:01:14.276Z] 553c5f9b5c06: Preparing [2023-01-19T05:01:14.276Z] 3442f00b673a: Preparing [2023-01-19T05:01:14.276Z] 69f4e82b328a: Preparing [2023-01-19T05:01:14.276Z] c509a0b5d234: Preparing [2023-01-19T05:01:14.276Z] 9833f26c6bda: Preparing [2023-01-19T05:01:14.276Z] 9833f26c6bda: Waiting [2023-01-19T05:01:14.276Z] 553c5f9b5c06: Layer already exists [2023-01-19T05:01:14.276Z] 84609910127e: Layer already exists [2023-01-19T05:01:14.276Z] 69f4e82b328a: Layer already exists [2023-01-19T05:01:14.276Z] c509a0b5d234: Layer already exists [2023-01-19T05:01:14.276Z] 3442f00b673a: Layer already exists [2023-01-19T05:01:14.276Z] 9833f26c6bda: Layer already exists [2023-01-19T05:01:14.543Z] 3.0.0-dev.24: digest: sha256:01d01f465e79288dcb8458e60ae1fa96e33384f9a818e0c1ebdc359ee155b2ae size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:14.891Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:15.235Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:01:15.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-19T05:01:15.235Z] 84609910127e: Preparing [2023-01-19T05:01:15.235Z] 553c5f9b5c06: Preparing [2023-01-19T05:01:15.235Z] 3442f00b673a: Preparing [2023-01-19T05:01:15.235Z] 69f4e82b328a: Preparing [2023-01-19T05:01:15.235Z] c509a0b5d234: Preparing [2023-01-19T05:01:15.235Z] 9833f26c6bda: Preparing [2023-01-19T05:01:15.235Z] 9833f26c6bda: Waiting [2023-01-19T05:01:15.235Z] 3442f00b673a: Layer already exists [2023-01-19T05:01:15.235Z] 84609910127e: Layer already exists [2023-01-19T05:01:15.235Z] c509a0b5d234: Layer already exists [2023-01-19T05:01:15.235Z] 553c5f9b5c06: Layer already exists [2023-01-19T05:01:15.235Z] 69f4e82b328a: Layer already exists [2023-01-19T05:01:15.235Z] 9833f26c6bda: Layer already exists [2023-01-19T05:01:15.235Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:01d01f465e79288dcb8458e60ae1fa96e33384f9a818e0c1ebdc359ee155b2ae size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:15.851Z] + 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-01-19T05:01:16.190Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-01-19T05:01:16.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-19T05:01:16.190Z] 84609910127e: Preparing [2023-01-19T05:01:16.190Z] 553c5f9b5c06: Preparing [2023-01-19T05:01:16.190Z] 3442f00b673a: Preparing [2023-01-19T05:01:16.190Z] 69f4e82b328a: Preparing [2023-01-19T05:01:16.190Z] c509a0b5d234: Preparing [2023-01-19T05:01:16.190Z] 9833f26c6bda: Preparing [2023-01-19T05:01:16.190Z] 9833f26c6bda: Waiting [2023-01-19T05:01:16.190Z] 3442f00b673a: Layer already exists [2023-01-19T05:01:16.190Z] 553c5f9b5c06: Layer already exists [2023-01-19T05:01:16.190Z] 84609910127e: Layer already exists [2023-01-19T05:01:16.190Z] c509a0b5d234: Layer already exists [2023-01-19T05:01:16.190Z] 69f4e82b328a: Layer already exists [2023-01-19T05:01:16.190Z] 9833f26c6bda: Layer already exists [2023-01-19T05:01:16.456Z] main: digest: sha256:01d01f465e79288dcb8458e60ae1fa96e33384f9a818e0c1ebdc359ee155b2ae size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T05:01:16.506Z] ===================================================== [Pipeline] echo [2023-01-19T05:01:16.513Z] taggedImages: [2023-01-19T05:01:16.513Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:01:16.514Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-19T05:01:16.514Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.24 [2023-01-19T05:01:16.514Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:01:16.514Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-01-19T05:01:16.528Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-01-19T05:01:16.528Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:01:16.528Z] latest [2023-01-19T05:01:16.528Z] 3.0.0-dev.24 [2023-01-19T05:01:16.528Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:01:16.528Z] main [2023-01-19T05:01:16.528Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:16.859Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:17.192Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:01:17.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-19T05:01:17.192Z] a9389cc0a642: Preparing [2023-01-19T05:01:17.192Z] 354f455583d7: Preparing [2023-01-19T05:01:17.192Z] 124c633893a1: Preparing [2023-01-19T05:01:17.192Z] 57f45fd72b15: Preparing [2023-01-19T05:01:17.192Z] 17bec77d7fdc: Preparing [2023-01-19T05:01:17.192Z] 17bec77d7fdc: Layer already exists [2023-01-19T05:01:17.192Z] 124c633893a1: Layer already exists [2023-01-19T05:01:17.462Z] a9389cc0a642: Pushed [2023-01-19T05:01:17.727Z] 57f45fd72b15: Pushed [2023-01-19T05:01:23.071Z] 354f455583d7: Pushed [2023-01-19T05:01:23.071Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:f6d96f8dba6d395398e1ca1d31eae38d75e1d6756e27473781982c6f12c2feeb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:23.405Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:23.747Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-19T05:01:23.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-19T05:01:23.747Z] a9389cc0a642: Preparing [2023-01-19T05:01:23.747Z] 354f455583d7: Preparing [2023-01-19T05:01:23.747Z] 124c633893a1: Preparing [2023-01-19T05:01:23.747Z] 57f45fd72b15: Preparing [2023-01-19T05:01:23.747Z] 17bec77d7fdc: Preparing [2023-01-19T05:01:23.747Z] 124c633893a1: Layer already exists [2023-01-19T05:01:23.747Z] 57f45fd72b15: Layer already exists [2023-01-19T05:01:23.747Z] 17bec77d7fdc: Layer already exists [2023-01-19T05:01:23.747Z] a9389cc0a642: Layer already exists [2023-01-19T05:01:23.747Z] 354f455583d7: Layer already exists [2023-01-19T05:01:23.747Z] latest: digest: sha256:f6d96f8dba6d395398e1ca1d31eae38d75e1d6756e27473781982c6f12c2feeb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:24.355Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:24.693Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.24 [2023-01-19T05:01:24.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-19T05:01:24.693Z] a9389cc0a642: Preparing [2023-01-19T05:01:24.693Z] 354f455583d7: Preparing [2023-01-19T05:01:24.693Z] 124c633893a1: Preparing [2023-01-19T05:01:24.693Z] 57f45fd72b15: Preparing [2023-01-19T05:01:24.693Z] 17bec77d7fdc: Preparing [2023-01-19T05:01:24.693Z] 17bec77d7fdc: Layer already exists [2023-01-19T05:01:24.693Z] 57f45fd72b15: Layer already exists [2023-01-19T05:01:24.693Z] 124c633893a1: Layer already exists [2023-01-19T05:01:24.693Z] 354f455583d7: Layer already exists [2023-01-19T05:01:24.693Z] a9389cc0a642: Layer already exists [2023-01-19T05:01:24.693Z] 3.0.0-dev.24: digest: sha256:f6d96f8dba6d395398e1ca1d31eae38d75e1d6756e27473781982c6f12c2feeb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:25.312Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:25.642Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:01:25.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-19T05:01:25.643Z] a9389cc0a642: Preparing [2023-01-19T05:01:25.643Z] 354f455583d7: Preparing [2023-01-19T05:01:25.643Z] 124c633893a1: Preparing [2023-01-19T05:01:25.643Z] 57f45fd72b15: Preparing [2023-01-19T05:01:25.643Z] 17bec77d7fdc: Preparing [2023-01-19T05:01:25.643Z] 17bec77d7fdc: Layer already exists [2023-01-19T05:01:25.643Z] 354f455583d7: Layer already exists [2023-01-19T05:01:25.643Z] a9389cc0a642: Layer already exists [2023-01-19T05:01:25.643Z] 124c633893a1: Layer already exists [2023-01-19T05:01:25.643Z] 57f45fd72b15: Layer already exists [2023-01-19T05:01:25.643Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:f6d96f8dba6d395398e1ca1d31eae38d75e1d6756e27473781982c6f12c2feeb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:25.975Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:26.314Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-01-19T05:01:26.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-19T05:01:26.314Z] a9389cc0a642: Preparing [2023-01-19T05:01:26.314Z] 354f455583d7: Preparing [2023-01-19T05:01:26.314Z] 124c633893a1: Preparing [2023-01-19T05:01:26.314Z] 57f45fd72b15: Preparing [2023-01-19T05:01:26.314Z] 17bec77d7fdc: Preparing [2023-01-19T05:01:26.314Z] 57f45fd72b15: Layer already exists [2023-01-19T05:01:26.314Z] 17bec77d7fdc: Layer already exists [2023-01-19T05:01:26.314Z] 124c633893a1: Layer already exists [2023-01-19T05:01:26.314Z] 354f455583d7: Layer already exists [2023-01-19T05:01:26.314Z] a9389cc0a642: Layer already exists [2023-01-19T05:01:26.580Z] main: digest: sha256:f6d96f8dba6d395398e1ca1d31eae38d75e1d6756e27473781982c6f12c2feeb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T05:01:26.624Z] ===================================================== [Pipeline] echo [2023-01-19T05:01:26.631Z] taggedImages: [2023-01-19T05:01:26.631Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:01:26.631Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-19T05:01:26.631Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.24 [2023-01-19T05:01:26.631Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:01:26.631Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-01-19T05:01:26.645Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-01-19T05:01:26.645Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:01:26.645Z] latest [2023-01-19T05:01:26.645Z] 3.0.0-dev.24 [2023-01-19T05:01:26.645Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:01:26.645Z] main [2023-01-19T05:01:26.645Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:26.978Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:27.317Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:01:27.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-19T05:01:27.317Z] 6a9d01dfcb7c: Preparing [2023-01-19T05:01:27.317Z] b05b41b5c1c9: Preparing [2023-01-19T05:01:27.317Z] 124c633893a1: Preparing [2023-01-19T05:01:27.317Z] 5cb68992f105: Preparing [2023-01-19T05:01:27.317Z] 17bec77d7fdc: Preparing [2023-01-19T05:01:27.317Z] 124c633893a1: Layer already exists [2023-01-19T05:01:27.317Z] 17bec77d7fdc: Layer already exists [2023-01-19T05:01:27.317Z] 5cb68992f105: Layer already exists [2023-01-19T05:01:27.582Z] 6a9d01dfcb7c: Pushed [2023-01-19T05:01:32.937Z] b05b41b5c1c9: Pushed [2023-01-19T05:01:33.201Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441: digest: sha256:6961cc87a33eb0836508d8d6e631c866e3be32fcf3c8e1c83f95ac93511a7bdc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:33.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-01-19T05:01:33.869Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-19T05:01:33.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-19T05:01:33.869Z] 6a9d01dfcb7c: Preparing [2023-01-19T05:01:33.869Z] b05b41b5c1c9: Preparing [2023-01-19T05:01:33.869Z] 124c633893a1: Preparing [2023-01-19T05:01:33.869Z] 5cb68992f105: Preparing [2023-01-19T05:01:33.869Z] 17bec77d7fdc: Preparing [2023-01-19T05:01:33.869Z] 17bec77d7fdc: Layer already exists [2023-01-19T05:01:33.869Z] 124c633893a1: Layer already exists [2023-01-19T05:01:33.869Z] 6a9d01dfcb7c: Layer already exists [2023-01-19T05:01:33.869Z] 5cb68992f105: Layer already exists [2023-01-19T05:01:33.869Z] b05b41b5c1c9: Layer already exists [2023-01-19T05:01:34.135Z] latest: digest: sha256:6961cc87a33eb0836508d8d6e631c866e3be32fcf3c8e1c83f95ac93511a7bdc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:34.470Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:34.808Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.24 [2023-01-19T05:01:34.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-19T05:01:34.808Z] 6a9d01dfcb7c: Preparing [2023-01-19T05:01:34.808Z] b05b41b5c1c9: Preparing [2023-01-19T05:01:34.808Z] 124c633893a1: Preparing [2023-01-19T05:01:34.808Z] 5cb68992f105: Preparing [2023-01-19T05:01:34.808Z] 17bec77d7fdc: Preparing [2023-01-19T05:01:34.808Z] 17bec77d7fdc: Layer already exists [2023-01-19T05:01:34.808Z] 124c633893a1: Layer already exists [2023-01-19T05:01:34.808Z] 5cb68992f105: Layer already exists [2023-01-19T05:01:34.808Z] 6a9d01dfcb7c: Layer already exists [2023-01-19T05:01:34.808Z] b05b41b5c1c9: Layer already exists [2023-01-19T05:01:34.808Z] 3.0.0-dev.24: digest: sha256:6961cc87a33eb0836508d8d6e631c866e3be32fcf3c8e1c83f95ac93511a7bdc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:35.144Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:35.470Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:01:35.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-19T05:01:35.470Z] 6a9d01dfcb7c: Preparing [2023-01-19T05:01:35.470Z] b05b41b5c1c9: Preparing [2023-01-19T05:01:35.470Z] 124c633893a1: Preparing [2023-01-19T05:01:35.470Z] 5cb68992f105: Preparing [2023-01-19T05:01:35.470Z] 17bec77d7fdc: Preparing [2023-01-19T05:01:35.470Z] b05b41b5c1c9: Layer already exists [2023-01-19T05:01:35.470Z] 6a9d01dfcb7c: Layer already exists [2023-01-19T05:01:35.470Z] 5cb68992f105: Layer already exists [2023-01-19T05:01:35.470Z] 17bec77d7fdc: Layer already exists [2023-01-19T05:01:35.470Z] 124c633893a1: Layer already exists [2023-01-19T05:01:35.470Z] d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24: digest: sha256:6961cc87a33eb0836508d8d6e631c866e3be32fcf3c8e1c83f95ac93511a7bdc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:36.070Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:37.812Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-01-19T05:01:37.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-19T05:01:37.812Z] 6a9d01dfcb7c: Preparing [2023-01-19T05:01:37.812Z] b05b41b5c1c9: Preparing [2023-01-19T05:01:37.812Z] 124c633893a1: Preparing [2023-01-19T05:01:37.812Z] 5cb68992f105: Preparing [2023-01-19T05:01:37.812Z] 17bec77d7fdc: Preparing [2023-01-19T05:01:37.812Z] b05b41b5c1c9: Layer already exists [2023-01-19T05:01:37.812Z] 17bec77d7fdc: Layer already exists [2023-01-19T05:01:37.812Z] 6a9d01dfcb7c: Layer already exists [2023-01-19T05:01:37.812Z] 124c633893a1: Layer already exists [2023-01-19T05:01:37.812Z] 5cb68992f105: Layer already exists [2023-01-19T05:01:37.812Z] main: digest: sha256:6961cc87a33eb0836508d8d6e631c866e3be32fcf3c8e1c83f95ac93511a7bdc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-19T05:01:38.129Z] ===================================================== [Pipeline] echo [2023-01-19T05:01:38.137Z] taggedImages: [2023-01-19T05:01:38.137Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441 [2023-01-19T05:01:38.137Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-19T05:01:38.137Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.24 [2023-01-19T05:01:38.137Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d3b1737e00ce27f584d3094ba6acb2e2b1233441-3.0.0-dev.24 [2023-01-19T05:01:38.137Z] - 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-01-19T05:01:38.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-19T05:01:38.497Z] [2023-01-19T05:01:38.497Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:01:38.829Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-19T05:01:38.829Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-19T05:01:38.829Z] 8998bd30e6a1: Pulling fs layer [2023-01-19T05:01:38.829Z] 04944245beec: Pulling fs layer [2023-01-19T05:01:38.829Z] 699f458cf7ca: Pulling fs layer [2023-01-19T05:01:38.829Z] 765212b225bb: Pulling fs layer [2023-01-19T05:01:38.829Z] f23df028b6ca: Pulling fs layer [2023-01-19T05:01:38.829Z] d65c8cfc05b1: Pulling fs layer [2023-01-19T05:01:38.829Z] 2437ff75d9bd: Pulling fs layer [2023-01-19T05:01:38.829Z] 765212b225bb: Waiting [2023-01-19T05:01:38.829Z] f23df028b6ca: Waiting [2023-01-19T05:01:38.829Z] d65c8cfc05b1: Waiting [2023-01-19T05:01:38.829Z] 2437ff75d9bd: Waiting [2023-01-19T05:01:39.095Z] 04944245beec: Verifying Checksum [2023-01-19T05:01:39.095Z] 04944245beec: Download complete [2023-01-19T05:01:39.363Z] 699f458cf7ca: Verifying Checksum [2023-01-19T05:01:39.363Z] 699f458cf7ca: Download complete [2023-01-19T05:01:39.363Z] 765212b225bb: Verifying Checksum [2023-01-19T05:01:39.363Z] 765212b225bb: Download complete [2023-01-19T05:01:39.363Z] d65c8cfc05b1: Verifying Checksum [2023-01-19T05:01:39.363Z] d65c8cfc05b1: Download complete [2023-01-19T05:01:39.363Z] f23df028b6ca: Verifying Checksum [2023-01-19T05:01:39.363Z] f23df028b6ca: Download complete [2023-01-19T05:01:39.628Z] 8998bd30e6a1: Verifying Checksum [2023-01-19T05:01:39.628Z] 8998bd30e6a1: Download complete [2023-01-19T05:01:42.200Z] 2437ff75d9bd: Verifying Checksum [2023-01-19T05:01:43.599Z] 8998bd30e6a1: Pull complete [2023-01-19T05:01:43.863Z] 04944245beec: Pull complete [2023-01-19T05:01:45.263Z] 699f458cf7ca: Pull complete [2023-01-19T05:01:45.263Z] 765212b225bb: Pull complete [2023-01-19T05:01:45.842Z] f23df028b6ca: Pull complete [2023-01-19T05:01:46.108Z] d65c8cfc05b1: Pull complete [2023-01-19T05:02:01.070Z] 2437ff75d9bd: Pull complete [2023-01-19T05:02:01.070Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-19T05:02:01.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-19T05:02:01.070Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T05:02:01.254Z] prd-ubuntu20.04-docker-arm64-4c-16g-3082 does not seem to be running inside a container [2023-01-19T05:02:01.310Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@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:arm64 cat [2023-01-19T05:02:04.443Z] $ docker top 205fa20acff2df7a883fc300251b424e2c401d5d56854dbc9d8c22d229281495 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-19T05:02:05.291Z] ---> job-cost.sh [2023-01-19T05:02:05.291Z] lf-activate-venv: SKIPPING [2023-01-19T05:02:05.291Z] INFO: No Stack... [2023-01-19T05:02:15.425Z] INFO: Retrieving Pricing Info for: [2023-01-19T05:02:15.425Z] [2023-01-19T05:02:15.425Z] 500 Internal Server Error [2023-01-19T05:02:15.425Z] [2023-01-19T05:02:15.425Z] [2023-01-19T05:02:15.425Z]

500 Internal Server Error

[2023-01-19T05:02:15.425Z] Remote metadata server experienced an internal server error.

[2023-01-19T05:02:15.425Z] [2023-01-19T05:02:15.425Z] [2023-01-19T05:02:15.425Z] [2023-01-19T05:02:15.425Z] [2023-01-19T05:02:15.425Z] [Pipeline] echo [2023-01-19T05:02:15.439Z] Exception caught while running job-cost.sh. [Pipeline] } [2023-01-19T05:02:15.442Z] $ docker stop --time=1 205fa20acff2df7a883fc300251b424e2c401d5d56854dbc9d8c22d229281495 [2023-01-19T05:02:16.919Z] $ docker rm -f --volumes 205fa20acff2df7a883fc300251b424e2c401d5d56854dbc9d8c22d229281495 [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-01-19T05:02:17.363Z] provisioning config files... [2023-01-19T05:02:17.369Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/380@tmp/config15629748957366789198tmp [Pipeline] { [Pipeline] sh [2023-01-19T05:02:17.662Z] + set +x [2023-01-19T05:02:17.662Z] + curl -s https://codecov.io/bash [2023-01-19T05:02:17.662Z] + bash -s -- [2023-01-19T05:02:17.662Z] [2023-01-19T05:02:17.662Z] _____ _ [2023-01-19T05:02:17.662Z] / ____| | | [2023-01-19T05:02:17.662Z] | | ___ __| | ___ ___ _____ __ [2023-01-19T05:02:17.662Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-19T05:02:17.662Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-19T05:02:17.662Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-19T05:02:17.662Z] Bash-1.0.6 [2023-01-19T05:02:17.662Z] [2023-01-19T05:02:17.662Z] [2023-01-19T05:02:17.662Z] ==> git version 2.25.1 found [2023-01-19T05:02:17.662Z] ==> 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-01-19T05:02:17.662Z] Release-Date: 2020-01-08 [2023-01-19T05:02:17.662Z] 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-01-19T05:02:17.662Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-19T05:02:17.662Z] ==> Jenkins CI detected. [2023-01-19T05:02:17.662Z] current dir:  /w/workspace/edgex-go/380 [2023-01-19T05:02:17.662Z] project root: . [2023-01-19T05:02:17.662Z] --> token set from env [2023-01-19T05:02:17.662Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-19T05:02:17.662Z] ==> Running gcov in . (disable via -X gcov) [2023-01-19T05:02:17.662Z] ==> Python coveragepy not found [2023-01-19T05:02:17.662Z] ==> Searching for coverage reports in: [2023-01-19T05:02:17.662Z] + . [2023-01-19T05:02:17.922Z] -> Found 1 reports [2023-01-19T05:02:17.922Z] ==> Detecting git/mercurial file structure [2023-01-19T05:02:17.922Z] ==> Reading reports [2023-01-19T05:02:17.922Z] + ./coverage.out bytes=489970 [2023-01-19T05:02:17.922Z] ==> Appending adjustments [2023-01-19T05:02:17.922Z] https://docs.codecov.io/docs/fixing-reports [2023-01-19T05:02:18.856Z] + Found adjustments [2023-01-19T05:02:18.856Z] ==> Gzipping contents [2023-01-19T05:02:19.115Z] 64K /tmp/codecov.PE8NJg.gz [2023-01-19T05:02:19.115Z] ==> Uploading reports [2023-01-19T05:02:19.115Z] url: https://codecov.io [2023-01-19T05:02:19.115Z] query: branch=main&commit=d3b1737e00ce27f584d3094ba6acb2e2b1233441&build=380&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F380%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-19T05:02:19.115Z] -> Pinging Codecov [2023-01-19T05:02:19.115Z] 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=d3b1737e00ce27f584d3094ba6acb2e2b1233441&build=380&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F380%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-19T05:02:19.374Z] -> Uploading to [2023-01-19T05:02:19.374Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-19/00271124DB129430A58F1EEE437C3FCB/d3b1737e00ce27f584d3094ba6acb2e2b1233441/81b4f686-9e3b-4940-b9f9-5cd08084ea9e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230119T050219Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d4e48969412eacf7f77803dc0aa092bd31b5ab41716bf02b65aa95ede3e8cd72 [2023-01-19T05:02:19.374Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-19T05:02:19.374Z] Dload Upload Total Spent Left Speed [2023-01-19T05:02:19.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63170 0 0 100 63170 0 279k --:--:-- --:--:-- --:--:-- 277k 100 63170 0 0 100 63170 0 197k --:--:-- --:--:-- --:--:-- 197k [2023-01-19T05:02:19.891Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/d3b1737e00ce27f584d3094ba6acb2e2b1233441 [Pipeline] } [2023-01-19T05:02:19.898Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-01-19T05:02:20.111Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-19T05:02:20.121Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:02:20.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-19T05:02:20.424Z] [2023-01-19T05:02:20.424Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:02:20.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-19T05:02:20.725Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-19T05:02:20.725Z] df9b9388f04a: Pulling fs layer [2023-01-19T05:02:20.725Z] 52dc419b0ee2: Pulling fs layer [2023-01-19T05:02:20.725Z] 25bc292e5bac: Pulling fs layer [2023-01-19T05:02:20.725Z] 114826534d7a: Pulling fs layer [2023-01-19T05:02:20.725Z] 4657fd5d0bcf: Pulling fs layer [2023-01-19T05:02:20.725Z] 6ad1cebc031e: Pulling fs layer [2023-01-19T05:02:20.725Z] 8a3aa393b2d8: Pulling fs layer [2023-01-19T05:02:20.725Z] 4657fd5d0bcf: Waiting [2023-01-19T05:02:20.725Z] 114826534d7a: Waiting [2023-01-19T05:02:20.725Z] 6ad1cebc031e: Waiting [2023-01-19T05:02:20.725Z] 8a3aa393b2d8: Waiting [2023-01-19T05:02:20.725Z] 25bc292e5bac: Verifying Checksum [2023-01-19T05:02:20.725Z] 25bc292e5bac: Download complete [2023-01-19T05:02:20.725Z] 52dc419b0ee2: Verifying Checksum [2023-01-19T05:02:20.725Z] 52dc419b0ee2: Download complete [2023-01-19T05:02:20.725Z] 4657fd5d0bcf: Verifying Checksum [2023-01-19T05:02:20.725Z] 4657fd5d0bcf: Download complete [2023-01-19T05:02:20.986Z] df9b9388f04a: Download complete [2023-01-19T05:02:20.986Z] df9b9388f04a: Pull complete [2023-01-19T05:02:21.261Z] 52dc419b0ee2: Pull complete [2023-01-19T05:02:21.261Z] 25bc292e5bac: Pull complete [2023-01-19T05:02:21.261Z] 6ad1cebc031e: Verifying Checksum [2023-01-19T05:02:21.261Z] 6ad1cebc031e: Download complete [2023-01-19T05:02:22.247Z] 114826534d7a: Verifying Checksum [2023-01-19T05:02:22.247Z] 114826534d7a: Download complete [2023-01-19T05:02:22.504Z] 8a3aa393b2d8: Verifying Checksum [2023-01-19T05:02:22.504Z] 8a3aa393b2d8: Download complete [2023-01-19T05:02:25.781Z] 114826534d7a: Pull complete [2023-01-19T05:02:25.781Z] 4657fd5d0bcf: Pull complete [2023-01-19T05:02:25.781Z] 6ad1cebc031e: Pull complete [2023-01-19T05:02:28.307Z] 8a3aa393b2d8: Pull complete [2023-01-19T05:02:28.307Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-19T05:02:28.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-19T05:02:28.307Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T05:02:28.385Z] prd-ubuntu20.04-docker-8c-8g-3076 does not seem to be running inside a container [2023-01-19T05:02:28.409Z] $ 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/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-19T05:02:32.604Z] $ docker top 309434fb5e8fc877a2495b6cc0c47c6d5c744b0452c32cc106a8cd655b98a21d -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-19T05:02:32.667Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-01-19T05:02:32.942Z] + set -o pipefail [2023-01-19T05:02:32.943Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-01-19T05:02:37.153Z] [2023-01-19T05:02:37.153Z] Monitoring /w/workspace/edgex-go/380 (github.com/edgexfoundry/edgex-go)... [2023-01-19T05:02:37.153Z] [2023-01-19T05:02:37.153Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/46c21559-7977-41a3-833a-b7c1b765022b [2023-01-19T05:02:37.153Z] [2023-01-19T05:02:37.153Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-19T05:02:37.153Z] [2023-01-19T05:02:37.153Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-19T05:02:37.153Z] [2023-01-19T05:02:37.721Z] [2023-01-19T05:02:37.721Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-19T05:02:37.721Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-19T05:02:37.721Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-19T05:02:37.753Z] $ docker stop --time=1 309434fb5e8fc877a2495b6cc0c47c6d5c744b0452c32cc106a8cd655b98a21d [2023-01-19T05:02:40.553Z] $ docker rm -f --volumes 309434fb5e8fc877a2495b6cc0c47c6d5c744b0452c32cc106a8cd655b98a21d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-19T05:02:40.896Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-19T05:02:40.909Z] provisioning config files... [2023-01-19T05:02:40.917Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/380@tmp/config9176547838146294329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-19T05:02:41.209Z] --> edgex-publish-swagger.sh [2023-01-19T05:02:41.209Z] === Publish openapi/v2 API === [2023-01-19T05:02:41.209Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-19T05:02:41.209Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/380/openapi/v2/core-command.yaml] [2023-01-19T05:02:41.209Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-19T05:02:41.209Z] Dload Upload Total Spent Left Speed [2023-01-19T05:02:42.147Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33880 100 38 100 33842 44 40002 --:--:-- --:--:-- --:--:-- 40000 100 33880 100 38 100 33842 44 40002 --:--:-- --:--:-- --:--:-- 40000 [2023-01-19T05:02:42.147Z] {"code":403,"message":"Access Denied"} [2023-01-19T05:02:42.147Z] [2023-01-19T05:02:42.147Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/380/openapi/v2/core-data.yaml] [2023-01-19T05:02:42.147Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-19T05:02:42.147Z] Dload Upload Total Spent Left Speed [2023-01-19T05:02:42.715Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71748 100 38 100 71710 45 85267 --:--:-- --:--:-- --:--:-- 85211 100 71748 100 38 100 71710 45 85166 --:--:-- --:--:-- --:--:-- 85110 [2023-01-19T05:02:42.715Z] {"code":403,"message":"Access Denied"} [2023-01-19T05:02:42.715Z] [2023-01-19T05:02:42.715Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/380/openapi/v2/core-metadata.yaml] [2023-01-19T05:02:42.715Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-19T05:02:42.715Z] Dload Upload Total Spent Left Speed [2023-01-19T05:02:43.652Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 43 167k --:--:-- --:--:-- --:--:-- 166k 100 144k 100 38 100 144k 43 166k --:--:-- --:--:-- --:--:-- 166k [2023-01-19T05:02:43.652Z] {"code":403,"message":"Access Denied"} [2023-01-19T05:02:43.652Z] [2023-01-19T05:02:43.652Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/380/openapi/v2/support-notifications.yaml] [2023-01-19T05:02:43.652Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-19T05:02:43.652Z] Dload Upload Total Spent Left Speed [2023-01-19T05:02:44.589Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 44 101k --:--:-- --:--:-- --:--:-- 101k [2023-01-19T05:02:44.590Z] {"code":403,"message":"Access Denied"} [2023-01-19T05:02:44.590Z] [2023-01-19T05:02:44.590Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/380/openapi/v2/support-scheduler.yaml] [2023-01-19T05:02:44.590Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-19T05:02:44.590Z] Dload Upload Total Spent Left Speed [2023-01-19T05:02:45.529Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39547 0 0 100 39547 0 476k --:--:-- --:--:-- --:--:-- 470k 100 39585 100 38 100 39547 47 49433 --:--:-- --:--:-- --:--:-- 49419 [2023-01-19T05:02:45.529Z] {"code":403,"message":"Access Denied"} [2023-01-19T05:02:45.529Z] [Pipeline] } [2023-01-19T05:02:45.537Z] 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-01-19T05:02:46.027Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-19T05:02:46.027Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:02:46.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-19T05:02:46.336Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T05:02:46.410Z] prd-ubuntu20.04-docker-8c-8g-3076 does not seem to be running inside a container [2023-01-19T05:02:46.436Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-19T05:02:46.872Z] $ docker top 64838f8b7d808484423528eba1daf765f517c4afbfa3ab5c4824076bacb2d06a -eo pid,comm [2023-01-19T05:02:46.922Z] 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-01-19T05:02:46.922Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-19T05:02:46.960Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-19T05:02:46.960Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-19T05:02:47.068Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-19T05:02:47.067Z] $ docker exec 64838f8b7d808484423528eba1daf765f517c4afbfa3ab5c4824076bacb2d06a ssh-agent [2023-01-19T05:02:47.172Z] SSH_AUTH_SOCK=/tmp/ssh-2xh9Fs69a1G5/agent.32 [2023-01-19T05:02:47.172Z] SSH_AGENT_PID=38 [2023-01-19T05:02:47.176Z] Running ssh-add (command line suppressed) [2023-01-19T05:02:47.264Z] Identity added: /w/workspace/edgex-go/380@tmp/private_key_16839932087784483899.key (/w/workspace/edgex-go/380@tmp/private_key_16839932087784483899.key) [2023-01-19T05:02:47.279Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-19T05:02:47.563Z] + git semver tag [2023-01-19T05:02:47.821Z] 2023-01-19 05:02:47,722 [run_tag] DEBUG tag force:False [2023-01-19T05:02:47.821Z] 2023-01-19 05:02:47,723 [check_head_tag] DEBUG check head tag [2023-01-19T05:02:47.821Z] 2023-01-19 05:02:47,725 [execute] INFO git cat-file --batch-check [2023-01-19T05:02:47.821Z] 2023-01-19 05:02:47,725 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/380, universal_newlines=False, shell=None, istream=) [2023-01-19T05:02:47.821Z] 2023-01-19 05:02:47,729 [execute] INFO git cat-file --batch [2023-01-19T05:02:47.821Z] 2023-01-19 05:02:47,729 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/380, universal_newlines=False, shell=None, istream=) [2023-01-19T05:02:47.821Z] 2023-01-19 05:02:47,763 [read_version] DEBUG read version from /w/workspace/edgex-go/380/.semver/main [2023-01-19T05:02:47.821Z] 2023-01-19 05:02:47,763 [execute] INFO git tag -a v3.0.0-dev.24 -m v3.0.0-dev.24 [2023-01-19T05:02:47.821Z] 2023-01-19 05:02:47,763 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.24', '-m', 'v3.0.0-dev.24'], cwd=/w/workspace/edgex-go/380, universal_newlines=False, shell=None, istream=None) [2023-01-19T05:02:47.821Z] 2023-01-19 05:02:47,768 [read_version] DEBUG read version from /w/workspace/edgex-go/380/.semver/main [2023-01-19T05:02:47.821Z] 3.0.0-dev.24 [Pipeline] } [2023-01-19T05:02:47.827Z] $ docker exec --env ******** --env ******** 64838f8b7d808484423528eba1daf765f517c4afbfa3ab5c4824076bacb2d06a ssh-agent -k [2023-01-19T05:02:47.920Z] unset SSH_AUTH_SOCK; [2023-01-19T05:02:47.920Z] unset SSH_AGENT_PID; [2023-01-19T05:02:47.920Z] echo Agent pid 38 killed; [2023-01-19T05:02:47.936Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-19T05:02:48.233Z] + git semver [Pipeline] } [2023-01-19T05:02:48.502Z] $ docker stop --time=1 64838f8b7d808484423528eba1daf765f517c4afbfa3ab5c4824076bacb2d06a [2023-01-19T05:02:49.814Z] $ docker rm -f --volumes 64838f8b7d808484423528eba1daf765f517c4afbfa3ab5c4824076bacb2d06a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:02:50.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-19T05:02:50.201Z] [2023-01-19T05:02:50.201Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:02:50.501Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-19T05:02:50.501Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-19T05:02:50.501Z] ab5ef0e58194: Pulling fs layer [2023-01-19T05:02:50.501Z] 9712f1f96733: Pulling fs layer [2023-01-19T05:02:50.501Z] 63f879dbbcfc: Pulling fs layer [2023-01-19T05:02:50.501Z] 0d9ebad4ef96: Pulling fs layer [2023-01-19T05:02:50.501Z] e9a5061849ea: Pulling fs layer [2023-01-19T05:02:50.501Z] d747dcd14b5f: Pulling fs layer [2023-01-19T05:02:50.501Z] 2de7ff778b66: Pulling fs layer [2023-01-19T05:02:50.501Z] 0d9ebad4ef96: Waiting [2023-01-19T05:02:50.501Z] e9a5061849ea: Waiting [2023-01-19T05:02:50.501Z] d747dcd14b5f: Waiting [2023-01-19T05:02:50.501Z] 2de7ff778b66: Waiting [2023-01-19T05:02:50.501Z] 9712f1f96733: Verifying Checksum [2023-01-19T05:02:50.501Z] 9712f1f96733: Download complete [2023-01-19T05:02:51.495Z] 63f879dbbcfc: Verifying Checksum [2023-01-19T05:02:51.495Z] 63f879dbbcfc: Download complete [2023-01-19T05:02:51.495Z] e9a5061849ea: Verifying Checksum [2023-01-19T05:02:51.495Z] d747dcd14b5f: Verifying Checksum [2023-01-19T05:02:51.495Z] d747dcd14b5f: Download complete [2023-01-19T05:02:51.759Z] 0d9ebad4ef96: Verifying Checksum [2023-01-19T05:02:51.759Z] 0d9ebad4ef96: Download complete [2023-01-19T05:02:51.759Z] ab5ef0e58194: Download complete [2023-01-19T05:02:51.759Z] 2de7ff778b66: Verifying Checksum [2023-01-19T05:02:51.759Z] 2de7ff778b66: Download complete [2023-01-19T05:02:54.283Z] ab5ef0e58194: Pull complete [2023-01-19T05:02:54.283Z] 9712f1f96733: Pull complete [2023-01-19T05:02:55.214Z] 63f879dbbcfc: Pull complete [2023-01-19T05:02:58.489Z] 0d9ebad4ef96: Pull complete [2023-01-19T05:02:58.747Z] e9a5061849ea: Pull complete [2023-01-19T05:02:59.006Z] d747dcd14b5f: Pull complete [2023-01-19T05:02:59.942Z] 2de7ff778b66: Pull complete [2023-01-19T05:02:59.942Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-19T05:02:59.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-19T05:02:59.942Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T05:03:00.022Z] prd-ubuntu20.04-docker-8c-8g-3076 does not seem to be running inside a container [2023-01-19T05:03:00.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-19T05:03:03.987Z] $ docker top 9729e8166bbc4606ba414cc1cbb4b22351a21e348305fd1acb5bdf569f38d72f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-19T05:03:04.048Z] provisioning config files... [2023-01-19T05:03:04.053Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/380@tmp/config12060472705804547678tmp [2023-01-19T05:03:04.060Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/380@tmp/config7511600826632273532tmp [2023-01-19T05:03:04.067Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/380@tmp/config2831473906418484017tmp [Pipeline] { [Pipeline] echo [2023-01-19T05:03:04.081Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T05:03:04.369Z] ---> sigul-configuration.sh [2023-01-19T05:03:04.369Z] gpg: directory `/root/.gnupg' created [2023-01-19T05:03:04.369Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-19T05:03:04.369Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-19T05:03:04.369Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-19T05:03:04.369Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-19T05:03:04.369Z] gpg: CAST5 encrypted data [2023-01-19T05:03:04.369Z] gpg: encrypted with 1 passphrase [2023-01-19T05:03:04.369Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-19T05:03:04.653Z] + mkdir /home/jenkins [2023-01-19T05:03:04.653Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-19T05:03:04.937Z] + 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-01-19T05:03:04.945Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T05:03:05.229Z] ---> sigul-install.sh [2023-01-19T05:03:05.229Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-19T05:03:05.513Z] + git tag --list [2023-01-19T05:03:05.513Z] 0.6.0 [2023-01-19T05:03:05.513Z] 0.6.1 [2023-01-19T05:03:05.513Z] 0.7.0 [2023-01-19T05:03:05.513Z] 0.7.1 [2023-01-19T05:03:05.513Z] v1.0.0 [2023-01-19T05:03:05.513Z] v1.0.1 [2023-01-19T05:03:05.513Z] v1.1.0 [2023-01-19T05:03:05.513Z] v1.2.0 [2023-01-19T05:03:05.513Z] v1.2.1 [2023-01-19T05:03:05.513Z] v1.3.0 [2023-01-19T05:03:05.513Z] v1.3.1 [2023-01-19T05:03:05.513Z] v2.0.0 [2023-01-19T05:03:05.513Z] v2.1.0 [2023-01-19T05:03:05.513Z] v2.1.1 [2023-01-19T05:03:05.513Z] v2.1.1-dev.1 [2023-01-19T05:03:05.513Z] v2.1.1-dev.2 [2023-01-19T05:03:05.513Z] v2.1.1-dev.3 [2023-01-19T05:03:05.513Z] v2.1.1-dev.4 [2023-01-19T05:03:05.513Z] v2.1.1-dev.5 [2023-01-19T05:03:05.513Z] v2.1.1-dev.6 [2023-01-19T05:03:05.513Z] v2.1.1-dev.7 [2023-01-19T05:03:05.513Z] v2.1.1-dev.8 [2023-01-19T05:03:05.513Z] v2.1.2-dev.1 [2023-01-19T05:03:05.513Z] v2.2.0 [2023-01-19T05:03:05.513Z] v2.2.1-dev.1 [2023-01-19T05:03:05.513Z] v2.2.1-dev.10 [2023-01-19T05:03:05.513Z] v2.2.1-dev.11 [2023-01-19T05:03:05.513Z] v2.2.1-dev.12 [2023-01-19T05:03:05.513Z] v2.2.1-dev.13 [2023-01-19T05:03:05.513Z] v2.2.1-dev.14 [2023-01-19T05:03:05.513Z] v2.2.1-dev.15 [2023-01-19T05:03:05.513Z] v2.2.1-dev.16 [2023-01-19T05:03:05.513Z] v2.2.1-dev.17 [2023-01-19T05:03:05.513Z] v2.2.1-dev.18 [2023-01-19T05:03:05.513Z] v2.2.1-dev.19 [2023-01-19T05:03:05.513Z] v2.2.1-dev.2 [2023-01-19T05:03:05.513Z] v2.2.1-dev.20 [2023-01-19T05:03:05.513Z] v2.2.1-dev.21 [2023-01-19T05:03:05.513Z] v2.2.1-dev.22 [2023-01-19T05:03:05.513Z] v2.2.1-dev.23 [2023-01-19T05:03:05.513Z] v2.2.1-dev.24 [2023-01-19T05:03:05.513Z] v2.2.1-dev.25 [2023-01-19T05:03:05.513Z] v2.2.1-dev.26 [2023-01-19T05:03:05.513Z] v2.2.1-dev.27 [2023-01-19T05:03:05.513Z] v2.2.1-dev.28 [2023-01-19T05:03:05.513Z] v2.2.1-dev.29 [2023-01-19T05:03:05.513Z] v2.2.1-dev.3 [2023-01-19T05:03:05.513Z] v2.2.1-dev.4 [2023-01-19T05:03:05.513Z] v2.2.1-dev.5 [2023-01-19T05:03:05.513Z] v2.2.1-dev.6 [2023-01-19T05:03:05.513Z] v2.2.1-dev.7 [2023-01-19T05:03:05.513Z] v2.2.1-dev.8 [2023-01-19T05:03:05.513Z] v2.2.1-dev.9 [2023-01-19T05:03:05.513Z] v2.3.0 [2023-01-19T05:03:05.513Z] v2.3.0-dev.100 [2023-01-19T05:03:05.513Z] v2.3.0-dev.101 [2023-01-19T05:03:05.513Z] v2.3.0-dev.102 [2023-01-19T05:03:05.513Z] v2.3.0-dev.103 [2023-01-19T05:03:05.513Z] v2.3.0-dev.104 [2023-01-19T05:03:05.513Z] v2.3.0-dev.105 [2023-01-19T05:03:05.513Z] v2.3.0-dev.106 [2023-01-19T05:03:05.513Z] v2.3.0-dev.29 [2023-01-19T05:03:05.513Z] v2.3.0-dev.30 [2023-01-19T05:03:05.513Z] v2.3.0-dev.31 [2023-01-19T05:03:05.513Z] v2.3.0-dev.32 [2023-01-19T05:03:05.513Z] v2.3.0-dev.33 [2023-01-19T05:03:05.513Z] v2.3.0-dev.34 [2023-01-19T05:03:05.513Z] v2.3.0-dev.35 [2023-01-19T05:03:05.513Z] v2.3.0-dev.36 [2023-01-19T05:03:05.513Z] v2.3.0-dev.37 [2023-01-19T05:03:05.513Z] v2.3.0-dev.38 [2023-01-19T05:03:05.513Z] v2.3.0-dev.39 [2023-01-19T05:03:05.513Z] v2.3.0-dev.40 [2023-01-19T05:03:05.513Z] v2.3.0-dev.41 [2023-01-19T05:03:05.513Z] v2.3.0-dev.42 [2023-01-19T05:03:05.513Z] v2.3.0-dev.43 [2023-01-19T05:03:05.513Z] v2.3.0-dev.44 [2023-01-19T05:03:05.513Z] v2.3.0-dev.45 [2023-01-19T05:03:05.513Z] v2.3.0-dev.46 [2023-01-19T05:03:05.513Z] v2.3.0-dev.47 [2023-01-19T05:03:05.513Z] v2.3.0-dev.48 [2023-01-19T05:03:05.513Z] v2.3.0-dev.49 [2023-01-19T05:03:05.513Z] v2.3.0-dev.50 [2023-01-19T05:03:05.513Z] v2.3.0-dev.51 [2023-01-19T05:03:05.513Z] v2.3.0-dev.52 [2023-01-19T05:03:05.513Z] v2.3.0-dev.53 [2023-01-19T05:03:05.513Z] v2.3.0-dev.54 [2023-01-19T05:03:05.513Z] v2.3.0-dev.55 [2023-01-19T05:03:05.513Z] v2.3.0-dev.56 [2023-01-19T05:03:05.513Z] v2.3.0-dev.57 [2023-01-19T05:03:05.513Z] v2.3.0-dev.58 [2023-01-19T05:03:05.513Z] v2.3.0-dev.59 [2023-01-19T05:03:05.513Z] v2.3.0-dev.60 [2023-01-19T05:03:05.513Z] v2.3.0-dev.61 [2023-01-19T05:03:05.513Z] v2.3.0-dev.62 [2023-01-19T05:03:05.513Z] v2.3.0-dev.63 [2023-01-19T05:03:05.513Z] v2.3.0-dev.64 [2023-01-19T05:03:05.513Z] v2.3.0-dev.65 [2023-01-19T05:03:05.513Z] v2.3.0-dev.66 [2023-01-19T05:03:05.513Z] v2.3.0-dev.67 [2023-01-19T05:03:05.513Z] v2.3.0-dev.68 [2023-01-19T05:03:05.513Z] v2.3.0-dev.69 [2023-01-19T05:03:05.513Z] v2.3.0-dev.70 [2023-01-19T05:03:05.513Z] v2.3.0-dev.71 [2023-01-19T05:03:05.513Z] v2.3.0-dev.72 [2023-01-19T05:03:05.513Z] v2.3.0-dev.73 [2023-01-19T05:03:05.513Z] v2.3.0-dev.74 [2023-01-19T05:03:05.513Z] v2.3.0-dev.75 [2023-01-19T05:03:05.513Z] v2.3.0-dev.76 [2023-01-19T05:03:05.513Z] v2.3.0-dev.77 [2023-01-19T05:03:05.513Z] v2.3.0-dev.78 [2023-01-19T05:03:05.513Z] v2.3.0-dev.79 [2023-01-19T05:03:05.513Z] v2.3.0-dev.80 [2023-01-19T05:03:05.513Z] v2.3.0-dev.81 [2023-01-19T05:03:05.513Z] v2.3.0-dev.82 [2023-01-19T05:03:05.513Z] v2.3.0-dev.83 [2023-01-19T05:03:05.513Z] v2.3.0-dev.84 [2023-01-19T05:03:05.513Z] v2.3.0-dev.85 [2023-01-19T05:03:05.513Z] v2.3.0-dev.86 [2023-01-19T05:03:05.513Z] v2.3.0-dev.87 [2023-01-19T05:03:05.513Z] v2.3.0-dev.88 [2023-01-19T05:03:05.513Z] v2.3.0-dev.89 [2023-01-19T05:03:05.513Z] v2.3.0-dev.90 [2023-01-19T05:03:05.513Z] v2.3.0-dev.91 [2023-01-19T05:03:05.513Z] v2.3.0-dev.92 [2023-01-19T05:03:05.513Z] v2.3.0-dev.93 [2023-01-19T05:03:05.513Z] v2.3.0-dev.94 [2023-01-19T05:03:05.513Z] v2.3.0-dev.95 [2023-01-19T05:03:05.513Z] v2.3.0-dev.96 [2023-01-19T05:03:05.513Z] v2.3.0-dev.97 [2023-01-19T05:03:05.513Z] v2.3.0-dev.98 [2023-01-19T05:03:05.513Z] v2.3.0-dev.99 [2023-01-19T05:03:05.513Z] v2.3.1-dev.1 [2023-01-19T05:03:05.513Z] v2.3.1-dev.2 [2023-01-19T05:03:05.513Z] v2.3.1-dev.3 [2023-01-19T05:03:05.513Z] v2.3.1-dev.4 [2023-01-19T05:03:05.513Z] v2.3.1-dev.5 [2023-01-19T05:03:05.513Z] v3.0.0-dev.1 [2023-01-19T05:03:05.513Z] v3.0.0-dev.10 [2023-01-19T05:03:05.513Z] v3.0.0-dev.11 [2023-01-19T05:03:05.513Z] v3.0.0-dev.12 [2023-01-19T05:03:05.513Z] v3.0.0-dev.13 [2023-01-19T05:03:05.513Z] v3.0.0-dev.14 [2023-01-19T05:03:05.513Z] v3.0.0-dev.15 [2023-01-19T05:03:05.513Z] v3.0.0-dev.16 [2023-01-19T05:03:05.513Z] v3.0.0-dev.17 [2023-01-19T05:03:05.514Z] v3.0.0-dev.18 [2023-01-19T05:03:05.514Z] v3.0.0-dev.19 [2023-01-19T05:03:05.514Z] v3.0.0-dev.2 [2023-01-19T05:03:05.514Z] v3.0.0-dev.20 [2023-01-19T05:03:05.514Z] v3.0.0-dev.21 [2023-01-19T05:03:05.514Z] v3.0.0-dev.22 [2023-01-19T05:03:05.514Z] v3.0.0-dev.23 [2023-01-19T05:03:05.514Z] v3.0.0-dev.24 [2023-01-19T05:03:05.514Z] v3.0.0-dev.3 [2023-01-19T05:03:05.514Z] v3.0.0-dev.4 [2023-01-19T05:03:05.514Z] v3.0.0-dev.5 [2023-01-19T05:03:05.514Z] v3.0.0-dev.6 [2023-01-19T05:03:05.514Z] v3.0.0-dev.7 [2023-01-19T05:03:05.514Z] v3.0.0-dev.8 [2023-01-19T05:03:05.514Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-19T05:03:05.799Z] + lftools sign git-tag v3.0.0-dev.24 [2023-01-19T05:03:06.366Z] Signing Git tag with Sigul... [2023-01-19T05:03:06.366Z] Signing v3.0.0-dev.24 [Pipeline] echo [2023-01-19T05:03:06.635Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T05:03:06.921Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-19T05:03:06.928Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-19T05:03:06.944Z] $ docker stop --time=1 9729e8166bbc4606ba414cc1cbb4b22351a21e348305fd1acb5bdf569f38d72f [2023-01-19T05:03:08.211Z] $ docker rm -f --volumes 9729e8166bbc4606ba414cc1cbb4b22351a21e348305fd1acb5bdf569f38d72f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-19T05:03:08.628Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-19T05:03:08.628Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:03:08.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-19T05:03:08.930Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T05:03:09.000Z] prd-ubuntu20.04-docker-8c-8g-3076 does not seem to be running inside a container [2023-01-19T05:03:09.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-19T05:03:09.398Z] $ docker top d9cd1465ce3b2ed55df594a918e662a856ed1ce9226dfdedfced0fb4b2bc2d67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-19T05:03:09.490Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-19T05:03:09.490Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-19T05:03:09.607Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-19T05:03:09.606Z] $ docker exec d9cd1465ce3b2ed55df594a918e662a856ed1ce9226dfdedfced0fb4b2bc2d67 ssh-agent [2023-01-19T05:03:09.708Z] SSH_AUTH_SOCK=/tmp/ssh-m3PSC495rl8C/agent.33 [2023-01-19T05:03:09.708Z] SSH_AGENT_PID=39 [2023-01-19T05:03:09.713Z] Running ssh-add (command line suppressed) [2023-01-19T05:03:09.810Z] Identity added: /w/workspace/edgex-go/380@tmp/private_key_17398671352483636663.key (/w/workspace/edgex-go/380@tmp/private_key_17398671352483636663.key) [2023-01-19T05:03:09.828Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-19T05:03:10.111Z] + git semver bump pre [2023-01-19T05:03:10.369Z] 2023-01-19 05:03:10,289 [read_version] DEBUG read version from /w/workspace/edgex-go/380/.semver/main [2023-01-19T05:03:10.369Z] 2023-01-19 05:03:10,289 [bump_version] DEBUG bumping version:3.0.0-dev.24 on axis:pre with prefix:dev [2023-01-19T05:03:10.369Z] 2023-01-19 05:03:10,289 [bump_version] DEBUG bumped version:3.0.0-dev.25 [2023-01-19T05:03:10.369Z] 2023-01-19 05:03:10,289 [write_version] DEBUG write version:3.0.0-dev.25 to path:/w/workspace/edgex-go/380/.semver/main with force:True [2023-01-19T05:03:10.369Z] 2023-01-19 05:03:10,289 [read_version] DEBUG read version from /w/workspace/edgex-go/380/.semver/main [2023-01-19T05:03:10.369Z] 2023-01-19 05:03:10,289 [write_file] DEBUG write to file:/w/workspace/edgex-go/380/.semver/main [2023-01-19T05:03:10.369Z] 2023-01-19 05:03:10,291 [execute] INFO git cat-file --batch-check [2023-01-19T05:03:10.369Z] 2023-01-19 05:03:10,291 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/380/.semver, universal_newlines=False, shell=None, istream=) [2023-01-19T05:03:10.369Z] 2023-01-19 05:03:10,297 [execute] INFO git cat-file --batch [2023-01-19T05:03:10.369Z] 2023-01-19 05:03:10,297 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/380/.semver, universal_newlines=False, shell=None, istream=) [2023-01-19T05:03:10.369Z] 2023-01-19 05:03:10,303 [read_version] DEBUG read version from /w/workspace/edgex-go/380/.semver/main [2023-01-19T05:03:10.369Z] 3.0.0-dev.25 [Pipeline] } [2023-01-19T05:03:10.374Z] $ docker exec --env ******** --env ******** d9cd1465ce3b2ed55df594a918e662a856ed1ce9226dfdedfced0fb4b2bc2d67 ssh-agent -k [2023-01-19T05:03:10.481Z] unset SSH_AUTH_SOCK; [2023-01-19T05:03:10.483Z] unset SSH_AGENT_PID; [2023-01-19T05:03:10.483Z] echo Agent pid 39 killed; [2023-01-19T05:03:10.496Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-19T05:03:10.802Z] + git semver [Pipeline] } [2023-01-19T05:03:11.068Z] $ docker stop --time=1 d9cd1465ce3b2ed55df594a918e662a856ed1ce9226dfdedfced0fb4b2bc2d67 [2023-01-19T05:03:12.386Z] $ docker rm -f --volumes d9cd1465ce3b2ed55df594a918e662a856ed1ce9226dfdedfced0fb4b2bc2d67 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-19T05:03:12.800Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-19T05:03:12.800Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:03:13.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-19T05:03:13.165Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T05:03:13.240Z] prd-ubuntu20.04-docker-8c-8g-3076 does not seem to be running inside a container [2023-01-19T05:03:13.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-19T05:03:13.616Z] $ docker top 73405f4bcab777083848023cb2f5348426e0b7b0bed374c8f5cb5755d4332c9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-19T05:03:13.703Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-19T05:03:13.703Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-19T05:03:13.822Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-19T05:03:13.821Z] $ docker exec 73405f4bcab777083848023cb2f5348426e0b7b0bed374c8f5cb5755d4332c9a ssh-agent [2023-01-19T05:03:13.940Z] SSH_AUTH_SOCK=/tmp/ssh-TxvPHBRbsyjc/agent.32 [2023-01-19T05:03:13.940Z] SSH_AGENT_PID=38 [2023-01-19T05:03:13.944Z] Running ssh-add (command line suppressed) [2023-01-19T05:03:14.040Z] Identity added: /w/workspace/edgex-go/380@tmp/private_key_16812015928189262300.key (/w/workspace/edgex-go/380@tmp/private_key_16812015928189262300.key) [2023-01-19T05:03:14.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-19T05:03:14.343Z] + git semver push [2023-01-19T05:03:14.602Z] 2023-01-19 05:03:14,516 [run_push] DEBUG push [2023-01-19T05:03:14.602Z] 2023-01-19 05:03:14,517 [execute] INFO git cat-file --batch-check [2023-01-19T05:03:14.602Z] 2023-01-19 05:03:14,517 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/380/.semver, universal_newlines=False, shell=None, istream=) [2023-01-19T05:03:14.602Z] 2023-01-19 05:03:14,521 [execute] INFO git rev-list ec73a345f6d651a959461d6e3587ad5cc9f3b47b -- [2023-01-19T05:03:14.602Z] 2023-01-19 05:03:14,521 [execute] DEBUG Popen(['git', 'rev-list', 'ec73a345f6d651a959461d6e3587ad5cc9f3b47b', '--'], cwd=/w/workspace/edgex-go/380/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-19T05:03:14.602Z] 2023-01-19 05:03:14,538 [execute] INFO git fetch -v origin [2023-01-19T05:03:14.602Z] 2023-01-19 05:03:14,539 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/380/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-19T05:03:15.170Z] 2023-01-19 05:03:15,009 [run_push] DEBUG no remote changes detected [2023-01-19T05:03:15.170Z] 2023-01-19 05:03:15,009 [execute] INFO git push origin semver [2023-01-19T05:03:15.170Z] 2023-01-19 05:03:15,010 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/380/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-19T05:03:16.106Z] 2023-01-19 05:03:15,941 [run_push] DEBUG push all version tags [2023-01-19T05:03:16.107Z] 2023-01-19 05:03:15,941 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-19T05:03:16.107Z] 2023-01-19 05:03:15,942 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/380, universal_newlines=False, shell=None, istream=None) [2023-01-19T05:03:17.041Z] 2023-01-19 05:03:16,810 [read_version] DEBUG read version from /w/workspace/edgex-go/380/.semver/main [2023-01-19T05:03:17.041Z] 3.0.0-dev.25 [Pipeline] } [2023-01-19T05:03:17.046Z] $ docker exec --env ******** --env ******** 73405f4bcab777083848023cb2f5348426e0b7b0bed374c8f5cb5755d4332c9a ssh-agent -k [2023-01-19T05:03:17.170Z] unset SSH_AUTH_SOCK; [2023-01-19T05:03:17.170Z] unset SSH_AGENT_PID; [2023-01-19T05:03:17.170Z] echo Agent pid 38 killed; [2023-01-19T05:03:17.183Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-19T05:03:17.479Z] + git semver [Pipeline] } [2023-01-19T05:03:17.746Z] $ docker stop --time=1 73405f4bcab777083848023cb2f5348426e0b7b0bed374c8f5cb5755d4332c9a [2023-01-19T05:03:19.053Z] $ docker rm -f --volumes 73405f4bcab777083848023cb2f5348426e0b7b0bed374c8f5cb5755d4332c9a [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-01-19T05:03:19.561Z] + [ -d /w/workspace/edgex-go/380/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-19T05:03:19.853Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T05:03:20.709Z] ---> package-listing.sh [2023-01-19T05:03:20.710Z] ++ facter osfamily [2023-01-19T05:03:20.710Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-19T05:03:20.968Z] + OS_FAMILY=debian [2023-01-19T05:03:20.968Z] + workspace=/w/workspace/edgex-go/380 [2023-01-19T05:03:20.968Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-19T05:03:20.968Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-19T05:03:20.968Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-19T05:03:20.968Z] + PACKAGES=/tmp/packages_start.txt [2023-01-19T05:03:20.968Z] + '[' /w/workspace/edgex-go/380 ']' [2023-01-19T05:03:20.968Z] + PACKAGES=/tmp/packages_end.txt [2023-01-19T05:03:20.968Z] + case "${OS_FAMILY}" in [2023-01-19T05:03:20.968Z] + dpkg -l [2023-01-19T05:03:20.968Z] + grep '^ii' [2023-01-19T05:03:20.968Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-19T05:03:20.968Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-19T05:03:20.968Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-19T05:03:20.968Z] + '[' /w/workspace/edgex-go/380 ']' [2023-01-19T05:03:20.968Z] + mkdir -p /w/workspace/edgex-go/380/archives/ [2023-01-19T05:03:20.968Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/380/archives/ [Pipeline] echo [2023-01-19T05:03:20.977Z] 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/380/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-19T05:03:21.251Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:03:21.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-19T05:03:21.806Z] [2023-01-19T05:03:21.806Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T05:03:22.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-19T05:03:22.101Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-19T05:03:22.101Z] 5eb5b503b376: Pulling fs layer [2023-01-19T05:03:22.101Z] 5c69ac0246d0: Pulling fs layer [2023-01-19T05:03:22.101Z] ec43610c2a17: Pulling fs layer [2023-01-19T05:03:22.101Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-19T05:03:22.101Z] 33b1e0a273af: Pulling fs layer [2023-01-19T05:03:22.101Z] 5d3b04190fa2: Pulling fs layer [2023-01-19T05:03:22.101Z] 2f39f015ded8: Pulling fs layer [2023-01-19T05:03:22.101Z] 3a2ae6a8a46f: Waiting [2023-01-19T05:03:22.101Z] 33b1e0a273af: Waiting [2023-01-19T05:03:22.101Z] 5d3b04190fa2: Waiting [2023-01-19T05:03:22.101Z] 2f39f015ded8: Waiting [2023-01-19T05:03:22.101Z] 5c69ac0246d0: Download complete [2023-01-19T05:03:22.361Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-19T05:03:22.361Z] 3a2ae6a8a46f: Download complete [2023-01-19T05:03:22.361Z] ec43610c2a17: Verifying Checksum [2023-01-19T05:03:22.361Z] ec43610c2a17: Download complete [2023-01-19T05:03:22.361Z] 33b1e0a273af: Verifying Checksum [2023-01-19T05:03:22.361Z] 33b1e0a273af: Download complete [2023-01-19T05:03:22.361Z] 5d3b04190fa2: Verifying Checksum [2023-01-19T05:03:22.361Z] 5d3b04190fa2: Download complete [2023-01-19T05:03:22.620Z] 5eb5b503b376: Verifying Checksum [2023-01-19T05:03:22.620Z] 5eb5b503b376: Download complete [2023-01-19T05:03:23.189Z] 2f39f015ded8: Verifying Checksum [2023-01-19T05:03:23.189Z] 2f39f015ded8: Download complete [2023-01-19T05:03:23.753Z] 5eb5b503b376: Pull complete [2023-01-19T05:03:24.011Z] 5c69ac0246d0: Pull complete [2023-01-19T05:03:24.268Z] ec43610c2a17: Pull complete [2023-01-19T05:03:24.527Z] 3a2ae6a8a46f: Pull complete [2023-01-19T05:03:24.527Z] 33b1e0a273af: Pull complete [2023-01-19T05:03:24.785Z] 5d3b04190fa2: Pull complete [2023-01-19T05:03:28.968Z] 2f39f015ded8: Pull complete [2023-01-19T05:03:28.968Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-19T05:03:28.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-19T05:03:28.968Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T05:03:29.050Z] prd-ubuntu20.04-docker-8c-8g-3076 does not seem to be running inside a container [2023-01-19T05:03:29.080Z] $ 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/380/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/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-19T05:03:32.326Z] $ docker top 041e9bc9ed259c0a9e7b7cdb1168e3b23dfa9855662b2272c69bb8b7ddd8834b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-19T05:03:32.672Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-19T05:03:32.958Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-19T05:03:33.238Z] + ls /var/log/sa-host [2023-01-19T05:03:33.238Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-19T05:03:33.398Z] provisioning config files... [2023-01-19T05:03:33.405Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/380@tmp/config16275230062331814325tmp [Pipeline] { [Pipeline] echo [2023-01-19T05:03:33.415Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T05:03:33.699Z] ---> create-netrc.sh [Pipeline] } [2023-01-19T05:03:33.705Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-19T05:03:34.038Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-19T05:03:34.046Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T05:03:34.326Z] ---> sudo-logs.sh [2023-01-19T05:03:34.326Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-19T05:03:34.347Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T05:03:34.628Z] ---> job-cost.sh [2023-01-19T05:03:34.628Z] lf-activate-venv: SKIPPING [2023-01-19T05:03:34.628Z] INFO: No Stack... [2023-01-19T05:03:34.887Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-19T05:03:35.145Z] INFO: Archiving Costs [Pipeline] echo [2023-01-19T05:03:35.156Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T05:03:35.438Z] ---> logs-deploy.sh [2023-01-19T05:03:35.438Z] lf-activate-venv: SKIPPING [2023-01-19T05:03:35.438Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/380 [2023-01-19T05:03:35.438Z] INFO: archiving workspace using pattern(s): [2023-01-19T05:03:36.374Z] Archives upload complete. [2023-01-19T05:03:36.632Z] INFO: archiving logs to Nexus [2023-01-19T05:03:37.201Z] ---> uname -a: [2023-01-19T05:03:37.201Z] Linux prd-ubuntu20-04-docker-8c-8g-3076 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-19T05:03:37.201Z] [2023-01-19T05:03:37.201Z] [2023-01-19T05:03:37.201Z] ---> lscpu: [2023-01-19T05:03:37.201Z] Architecture: x86_64 [2023-01-19T05:03:37.201Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-19T05:03:37.201Z] Byte Order: Little Endian [2023-01-19T05:03:37.201Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-19T05:03:37.201Z] CPU(s): 8 [2023-01-19T05:03:37.201Z] On-line CPU(s) list: 0-7 [2023-01-19T05:03:37.201Z] Thread(s) per core: 1 [2023-01-19T05:03:37.201Z] Core(s) per socket: 1 [2023-01-19T05:03:37.201Z] Socket(s): 8 [2023-01-19T05:03:37.201Z] NUMA node(s): 1 [2023-01-19T05:03:37.201Z] Vendor ID: AuthenticAMD [2023-01-19T05:03:37.201Z] CPU family: 23 [2023-01-19T05:03:37.201Z] Model: 49 [2023-01-19T05:03:37.201Z] Model name: AMD EPYC-Rome Processor [2023-01-19T05:03:37.202Z] Stepping: 0 [2023-01-19T05:03:37.202Z] CPU MHz: 2799.988 [2023-01-19T05:03:37.202Z] BogoMIPS: 5599.97 [2023-01-19T05:03:37.202Z] Virtualization: AMD-V [2023-01-19T05:03:37.202Z] Hypervisor vendor: KVM [2023-01-19T05:03:37.202Z] Virtualization type: full [2023-01-19T05:03:37.202Z] L1d cache: 256 KiB [2023-01-19T05:03:37.202Z] L1i cache: 256 KiB [2023-01-19T05:03:37.202Z] L2 cache: 4 MiB [2023-01-19T05:03:37.202Z] L3 cache: 128 MiB [2023-01-19T05:03:37.202Z] NUMA node0 CPU(s): 0-7 [2023-01-19T05:03:37.202Z] Vulnerability Itlb multihit: Not affected [2023-01-19T05:03:37.202Z] Vulnerability L1tf: Not affected [2023-01-19T05:03:37.202Z] Vulnerability Mds: Not affected [2023-01-19T05:03:37.202Z] Vulnerability Meltdown: Not affected [2023-01-19T05:03:37.202Z] Vulnerability Mmio stale data: Not affected [2023-01-19T05:03:37.202Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-19T05:03:37.202Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-19T05:03:37.202Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-19T05:03:37.202Z] Vulnerability Srbds: Not affected [2023-01-19T05:03:37.202Z] Vulnerability Tsx async abort: Not affected [2023-01-19T05:03:37.202Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-01-19T05:03:37.202Z] [2023-01-19T05:03:37.202Z] [2023-01-19T05:03:37.202Z] ---> nproc: [2023-01-19T05:03:37.202Z] 8 [2023-01-19T05:03:37.202Z] [2023-01-19T05:03:37.202Z] [2023-01-19T05:03:37.202Z] ---> df -h: [2023-01-19T05:03:37.202Z] Filesystem Size Used Avail Use% Mounted on [2023-01-19T05:03:37.202Z] overlay 155G 20G 136G 13% / [2023-01-19T05:03:37.202Z] tmpfs 64M 0 64M 0% /dev [2023-01-19T05:03:37.202Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-19T05:03:37.202Z] shm 64M 0 64M 0% /dev/shm [2023-01-19T05:03:37.202Z] /dev/vda1 155G 20G 136G 13% /facter-os [2023-01-19T05:03:37.202Z] [2023-01-19T05:03:37.202Z] [2023-01-19T05:03:37.202Z] ---> sar -b -r -n DEV: [2023-01-19T05:03:37.202Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3076) 01/19/23 _x86_64_ (8 CPU) [2023-01-19T05:03:37.202Z] [2023-01-19T05:03:37.202Z] 04:03:40 LINUX RESTART (8 CPU) [2023-01-19T05:03:37.202Z] [2023-01-19T05:03:37.202Z] 04:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-01-19T05:03:37.202Z] 04:05:02 67.44 32.39 35.04 0.00 3405.83 86805.80 0.00 [2023-01-19T05:03:37.202Z] 04:06:01 3.34 0.00 3.34 0.00 0.00 47.05 0.00 [2023-01-19T05:03:37.202Z] 04:07:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 [2023-01-19T05:03:37.202Z] 04:08:01 0.98 0.00 0.98 0.00 0.00 12.53 0.00 [2023-01-19T05:03:37.202Z] 04:09:01 38.46 9.35 29.11 0.00 2884.45 5055.82 0.00 [2023-01-19T05:03:37.202Z] 04:10:01 18.83 2.25 16.58 0.00 2292.28 3748.31 0.00 [2023-01-19T05:03:37.202Z] 04:11:01 3.35 0.02 3.33 0.00 0.13 88.37 0.00 [2023-01-19T05:03:37.202Z] 04:12:01 1.87 0.00 1.87 0.00 0.00 20.80 0.00 [2023-01-19T05:03:37.202Z] 04:13:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 [2023-01-19T05:03:37.202Z] 04:14:01 1.90 0.00 1.90 0.00 0.00 22.00 0.00 [2023-01-19T05:03:37.202Z] 04:15:01 0.88 0.00 0.88 0.00 0.00 10.00 0.00 [2023-01-19T05:03:37.202Z] 04:16:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 [2023-01-19T05:03:37.202Z] 04:17:01 0.92 0.02 0.90 0.00 0.13 11.06 0.00 [2023-01-19T05:03:37.202Z] 04:18:01 1.75 0.00 1.75 0.00 0.00 19.86 0.00 [2023-01-19T05:03:37.202Z] 04:19:01 1.78 0.02 1.77 0.00 0.13 23.73 0.00 [2023-01-19T05:03:37.202Z] 04:20:01 1.40 0.00 1.40 0.00 0.00 16.79 0.00 [2023-01-19T05:03:37.202Z] 04:21:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 [2023-01-19T05:03:37.202Z] 04:22:01 1.62 0.00 1.62 0.00 0.00 19.46 0.00 [2023-01-19T05:03:37.202Z] 04:23:01 0.88 0.00 0.88 0.00 0.00 10.13 0.00 [2023-01-19T05:03:37.202Z] 04:24:01 1.43 0.00 1.43 0.00 0.00 17.60 0.00 [2023-01-19T05:03:37.202Z] 04:25:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 [2023-01-19T05:03:37.202Z] 04:26:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 [2023-01-19T05:03:37.202Z] 04:27:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 [2023-01-19T05:03:37.202Z] 04:28:01 0.92 0.00 0.92 0.00 0.00 11.60 0.00 [2023-01-19T05:03:37.202Z] 04:29:01 1.25 0.00 1.25 0.00 0.00 14.53 0.00 [2023-01-19T05:03:37.202Z] 04:30:01 1.02 0.00 1.02 0.00 0.00 12.80 0.00 [2023-01-19T05:03:37.202Z] 04:31:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 [2023-01-19T05:03:37.202Z] 04:32:01 1.62 0.00 1.62 0.00 0.00 19.46 0.00 [2023-01-19T05:03:37.202Z] 04:33:01 0.90 0.00 0.90 0.00 0.00 9.87 0.00 [2023-01-19T05:03:37.202Z] 04:34:01 1.50 0.00 1.50 0.00 0.00 18.13 0.00 [2023-01-19T05:03:37.202Z] 04:35:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 [2023-01-19T05:03:37.202Z] 04:36:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 [2023-01-19T05:03:37.202Z] 04:37:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 [2023-01-19T05:03:37.202Z] 04:38:01 0.92 0.00 0.92 0.00 0.00 11.60 0.00 [2023-01-19T05:03:37.202Z] 04:39:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 [2023-01-19T05:03:37.202Z] 04:40:01 106.85 14.75 92.10 0.00 1918.35 52521.25 0.00 [2023-01-19T05:03:37.202Z] 04:41:01 61.82 0.57 61.26 0.00 13.46 27894.15 0.00 [2023-01-19T05:03:37.202Z] 04:42:01 61.52 0.17 61.36 0.00 3.87 23796.03 0.00 [2023-01-19T05:03:37.202Z] 04:43:01 485.35 8.55 476.81 0.00 83.17 177140.55 0.00 [2023-01-19T05:03:37.202Z] 04:44:02 224.65 0.02 224.63 0.00 3.73 169531.34 0.00 [2023-01-19T05:03:37.202Z] 04:45:01 760.44 0.36 760.08 0.00 11.93 216860.47 0.00 [2023-01-19T05:03:37.202Z] 04:46:01 683.59 0.22 683.37 0.00 30.39 153207.13 0.00 [2023-01-19T05:03:37.202Z] 04:47:01 26.77 0.02 26.76 0.00 2.53 686.30 0.00 [2023-01-19T05:03:37.202Z] 04:48:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 [2023-01-19T05:03:37.202Z] 04:49:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 [2023-01-19T05:03:37.202Z] 04:50:01 1.52 0.32 1.20 0.00 10.13 14.80 0.00 [2023-01-19T05:03:37.202Z] 04:51:01 2.70 1.30 1.40 0.00 26.26 17.73 0.00 [2023-01-19T05:03:37.202Z] 04:52:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 [2023-01-19T05:03:37.202Z] 04:53:01 1.32 0.00 1.32 0.00 0.00 14.93 0.00 [2023-01-19T05:03:37.202Z] 04:54:01 0.93 0.00 0.93 0.00 0.00 12.00 0.00 [2023-01-19T05:03:37.202Z] 04:55:01 1.47 0.00 1.47 0.00 0.00 17.46 0.00 [2023-01-19T05:03:37.202Z] 04:56:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 [2023-01-19T05:03:37.202Z] 04:57:01 1.13 0.00 1.13 0.00 0.00 12.39 0.00 [2023-01-19T05:03:37.202Z] 04:58:01 0.95 0.00 0.95 0.00 0.00 12.26 0.00 [2023-01-19T05:03:37.202Z] 04:59:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 [2023-01-19T05:03:37.202Z] 05:00:01 1.70 0.00 1.70 0.00 0.00 19.33 0.00 [2023-01-19T05:03:37.202Z] 05:01:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 [2023-01-19T05:03:37.202Z] 05:02:01 1.03 0.00 1.03 0.00 0.00 12.80 0.00 [2023-01-19T05:03:37.202Z] 05:03:01 93.97 0.15 93.82 0.00 8.53 42781.94 0.00 [2023-01-19T05:03:37.202Z] Average: 45.46 1.19 44.27 0.00 181.37 16232.06 0.00 [2023-01-19T05:03:37.202Z] [2023-01-19T05:03:37.202Z] 04:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-01-19T05:03:37.202Z] 04:05:02 30622364 31894528 479624 1.46 47244 1542184 1644372 4.85 589568 1415636 908 [2023-01-19T05:03:37.202Z] 04:06:01 30619816 31892104 481596 1.46 47284 1542188 1644372 4.85 592056 1415612 192 [2023-01-19T05:03:37.202Z] 04:07:01 30619532 31891996 481732 1.46 47308 1542188 1644372 4.85 593092 1415700 20 [2023-01-19T05:03:37.202Z] 04:08:01 30617908 31890392 483252 1.47 47348 1542192 1644372 4.85 594068 1415708 184 [2023-01-19T05:03:37.202Z] 04:09:01 30221100 31849592 500976 1.52 66560 1875012 1696656 5.00 765260 1612132 82060 [2023-01-19T05:03:37.202Z] 04:10:01 30086852 31856128 489952 1.49 81588 1997716 1711064 5.04 918852 1581364 8 [2023-01-19T05:03:37.202Z] 04:11:01 30091036 31855644 490764 1.49 80212 1994464 1698840 5.01 918028 1578124 152 [2023-01-19T05:03:37.202Z] 04:12:01 30090688 31855356 491000 1.49 80308 1994464 1698840 5.01 918304 1578128 168 [2023-01-19T05:03:37.202Z] 04:13:01 30090672 31855532 490892 1.49 80364 1994468 1698840 5.01 918316 1578204 156 [2023-01-19T05:03:37.202Z] 04:14:01 30090844 31855772 490496 1.49 80444 1994472 1698840 5.01 918384 1578212 172 [2023-01-19T05:03:37.202Z] 04:15:01 30090608 31855532 490644 1.49 80476 1994472 1698840 5.01 918568 1578212 168 [2023-01-19T05:03:37.202Z] 04:16:01 30090512 31855608 490616 1.49 80516 1994476 1698840 5.01 918552 1578312 164 [2023-01-19T05:03:37.202Z] 04:17:01 30090020 31855212 490824 1.49 80548 1994480 1698840 5.01 919120 1578316 12 [2023-01-19T05:03:37.202Z] 04:18:01 30089684 31854948 490748 1.49 80580 1994484 1698840 5.01 918884 1578340 172 [2023-01-19T05:03:37.202Z] 04:19:01 30088748 31854096 491768 1.50 80632 1994464 1711952 5.05 919248 1578316 184 [2023-01-19T05:03:37.202Z] 04:20:01 30082944 31848344 497436 1.51 80672 1994464 1711952 5.05 925104 1578316 196 [2023-01-19T05:03:37.202Z] 04:21:01 30083084 31848496 497184 1.51 80720 1994468 1711952 5.05 925000 1578320 180 [2023-01-19T05:03:37.202Z] 04:22:01 30090408 31855880 489744 1.49 80768 1994472 1711952 5.05 918088 1578328 184 [2023-01-19T05:03:37.202Z] 04:23:01 30090392 31855920 489776 1.49 80792 1994472 1711952 5.05 917996 1578332 164 [2023-01-19T05:03:37.202Z] 04:24:01 30090312 31856008 489596 1.49 80832 1994600 1711952 5.05 918116 1578456 44 [2023-01-19T05:03:37.202Z] 04:25:01 30081984 31847680 498036 1.51 80856 1994604 1711952 5.05 926664 1578456 180 [2023-01-19T05:03:37.202Z] 04:26:01 30081952 31847708 498016 1.51 80888 1994616 1711952 5.05 926456 1578464 216 [2023-01-19T05:03:37.202Z] 04:27:01 30089560 31855320 490316 1.49 80912 1994620 1711952 5.05 919228 1578468 188 [2023-01-19T05:03:37.202Z] 04:28:01 30089796 31855608 489988 1.49 80944 1994620 1711952 5.05 919344 1578472 268 [2023-01-19T05:03:37.202Z] 04:29:01 30089820 31855636 489944 1.49 80976 1994608 1711952 5.05 918852 1578476 8 [2023-01-19T05:03:37.202Z] 04:30:01 30089764 31855684 489812 1.49 81024 1994628 1711952 5.05 919472 1578480 256 [2023-01-19T05:03:37.202Z] 04:31:01 30089688 31855612 489980 1.49 81060 1994628 1711952 5.05 919484 1578480 180 [2023-01-19T05:03:37.202Z] 04:32:01 30089908 31855920 489688 1.49 81108 1994632 1711952 5.05 919944 1578492 184 [2023-01-19T05:03:37.202Z] 04:33:01 30089860 31855872 489660 1.49 81124 1994632 1711952 5.05 919892 1578492 172 [2023-01-19T05:03:37.202Z] 04:34:01 30089844 31855920 489560 1.49 81172 1994628 1711952 5.05 919920 1578488 48 [2023-01-19T05:03:37.202Z] 04:35:01 30090108 31856188 489484 1.49 81196 1994632 1711952 5.05 919604 1578492 52 [2023-01-19T05:03:37.203Z] 04:36:01 30089768 31855908 489684 1.49 81228 1994644 1711952 5.05 919996 1578496 216 [2023-01-19T05:03:37.203Z] 04:37:01 30089720 31855868 489648 1.49 81244 1994648 1711952 5.05 920216 1578500 176 [2023-01-19T05:03:37.203Z] 04:38:01 30090060 31856256 489272 1.49 81276 1994648 1711952 5.05 919724 1578504 188 [2023-01-19T05:03:37.203Z] 04:39:01 30089708 31855916 489816 1.49 81296 1994652 1711952 5.05 920116 1578512 12 [2023-01-19T05:03:37.203Z] 04:40:01 28150432 31558916 730816 2.22 110112 3550868 2002976 5.90 1381116 2943552 1580 [2023-01-19T05:03:37.203Z] 04:41:01 27325924 31245644 1035788 3.15 148808 3959816 2587440 7.63 1866240 3207088 227528 [2023-01-19T05:03:37.203Z] 04:42:01 27854916 31576760 709556 2.16 151008 3782768 1801080 5.31 1506404 3065168 248 [2023-01-19T05:03:37.203Z] 04:43:01 21946004 31511496 752300 2.29 318188 9025916 1915460 5.65 2370364 7649608 860868 [2023-01-19T05:03:37.203Z] 04:44:02 21056660 31455168 807256 2.45 322096 9894856 2224596 6.56 2318304 8630888 1356 [2023-01-19T05:03:37.203Z] 04:45:01 19137356 31369804 891752 2.71 359012 11587904 2823144 8.32 2351996 10408084 648644 [2023-01-19T05:03:37.203Z] 04:46:01 20450504 31545420 721096 2.19 367984 10476004 1867952 5.51 2334120 9157736 1576 [2023-01-19T05:03:37.203Z] 04:47:01 20442616 31539052 727072 2.21 368984 10476548 1858372 5.48 2342916 9157748 80 [2023-01-19T05:03:37.203Z] 04:48:01 20443128 31539604 726500 2.21 369012 10476548 1858372 5.48 2341328 9157752 188 [2023-01-19T05:03:37.203Z] 04:49:01 20443200 31539696 726520 2.21 369028 10476552 1858372 5.48 2341668 9157752 64 [2023-01-19T05:03:37.203Z] 04:50:01 20449176 31545992 720172 2.19 369048 10476856 1858372 5.48 2336924 9157856 200 [2023-01-19T05:03:37.203Z] 04:51:01 20440816 31539436 726784 2.21 369056 10477648 1858372 5.48 2342816 9158048 188 [2023-01-19T05:03:37.203Z] 04:52:01 20443612 31542260 723952 2.20 369080 10477652 1858372 5.48 2340116 9158048 296 [2023-01-19T05:03:37.203Z] 04:53:01 20443572 31542232 723932 2.20 369088 10477656 1858372 5.48 2340080 9158052 184 [2023-01-19T05:03:37.203Z] 04:54:01 20443708 31542384 723916 2.20 369092 10477664 1858372 5.48 2340100 9158064 312 [2023-01-19T05:03:37.203Z] 04:55:01 20443208 31541900 724388 2.20 369108 10477664 1858372 5.48 2340280 9158068 52 [2023-01-19T05:03:37.203Z] 04:56:01 20443484 31542212 724080 2.20 369132 10477668 1858372 5.48 2339720 9158072 144 [2023-01-19T05:03:37.203Z] 04:57:01 20443436 31542168 724056 2.20 369144 10477668 1858372 5.48 2339736 9158072 8 [2023-01-19T05:03:37.203Z] 04:58:01 20443380 31542136 724020 2.20 369156 10477672 1858372 5.48 2340004 9158076 288 [2023-01-19T05:03:37.203Z] 04:59:01 20442844 31541620 724468 2.20 369188 10477676 1858372 5.48 2340220 9158080 28 [2023-01-19T05:03:37.203Z] 05:00:01 20442828 31541644 724400 2.20 369216 10477672 1858372 5.48 2340164 9158080 24 [2023-01-19T05:03:37.203Z] 05:01:01 20442772 31541624 724368 2.20 369244 10477680 1858372 5.48 2340212 9158084 208 [2023-01-19T05:03:37.203Z] 05:02:01 20442796 31541648 724312 2.20 369272 10477684 1858372 5.48 2339796 9158084 200 [2023-01-19T05:03:37.203Z] 05:03:01 18967132 31514812 747452 2.27 397148 11785488 1981184 5.84 2437928 10420704 426044 [2023-01-19T05:03:37.203Z] Average: 26565298 31720370 595771 1.81 182402 5077725 1804487 5.32 1436374 4349832 38274 [2023-01-19T05:03:37.203Z] [2023-01-19T05:03:37.203Z] 04:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-01-19T05:03:37.203Z] 04:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:05:02 ens3 190.82 132.99 466.00 25.26 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:05:02 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:06:01 ens3 3.54 1.02 1.98 0.32 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:07:01 ens3 2.33 0.57 0.72 0.46 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:08:01 ens3 1.15 0.98 0.61 0.50 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:09:01 ens3 139.88 81.22 2754.88 5.79 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:09:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:10:01 ens3 0.75 0.58 0.44 0.20 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:11:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:12:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:13:01 ens3 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:14:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:15:01 ens3 0.20 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:16:01 ens3 0.38 0.10 0.03 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:17:01 ens3 0.18 0.03 0.12 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:18:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:19:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:20:01 ens3 0.28 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:21:01 ens3 0.13 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:22:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:23:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:24:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:25:01 ens3 0.33 0.23 0.19 0.08 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:26:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:27:01 ens3 0.48 0.33 0.26 0.21 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:28:01 ens3 0.22 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:29:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:30:01 ens3 0.30 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:32:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:33:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:34:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:35:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.203Z] 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:36:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:38:01 ens3 0.27 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:39:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:40:01 docker0 375.89 363.47 28.65 2768.32 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:40:01 ens3 1211.95 1093.22 11437.38 174.34 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:40:01 lo 4.93 4.93 0.47 0.47 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:40:01 vethe05314b 43.59 57.17 4.15 45.26 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:41:01 veth6f31f86 1.43 1.62 0.11 0.14 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:41:01 docker0 36.23 49.76 2.99 647.83 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:41:01 ens3 84.65 59.87 682.32 19.36 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:42:01 ens3 25.60 17.15 22.69 11.98 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:43:01 veth3cf7e2c 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:43:01 docker0 617.04 776.14 45.64 6043.21 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:43:01 ens3 863.65 675.69 7731.64 69.72 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:43:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:44:02 veth3cf7e2c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:44:02 ens3 11.16 8.38 9.06 5.22 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:44:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:44:02 veth0d9fe5d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:45:01 veth3cf7e2c 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:45:01 docker0 178.66 308.63 15.16 2728.54 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:45:01 ens3 342.03 202.95 2799.44 30.75 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:45:01 lo 1.56 1.56 0.15 0.15 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:46:01 docker0 13.25 22.81 0.86 290.51 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:46:01 ens3 218.18 211.51 457.47 663.34 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:46:01 lo 20.93 20.93 2.06 2.06 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:47:01 ens3 449.82 452.47 205.20 2238.04 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:47:01 lo 36.85 36.85 3.64 3.64 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:48:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:49:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:50:01 ens3 1.55 1.17 1.03 0.66 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:51:01 ens3 5.88 4.12 4.11 5.46 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:51:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:52:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:53:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:54:01 ens3 0.58 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:55:01 ens3 2.17 1.62 6.01 0.43 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:58:01 ens3 0.78 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:59:01 ens3 0.52 0.37 0.34 0.27 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 05:00:01 ens3 0.32 0.22 0.14 0.08 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 05:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 05:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 05:02:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 05:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 05:03:01 docker0 38.14 47.64 3.21 587.32 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 05:03:01 ens3 328.71 268.14 7768.88 46.13 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] 05:03:01 lo 2.27 2.27 0.23 0.23 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] Average: docker0 21.30 26.51 1.63 220.80 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] Average: ens3 65.90 54.51 581.75 55.94 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] Average: lo 1.25 1.25 0.12 0.12 0.00 0.00 0.00 0.00 [2023-01-19T05:03:37.204Z] [2023-01-19T05:03:37.204Z]