Pull request #4281 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from f88f776b66bfda32466101e5a93e8ee6f15bd1c4+d445b9d68d41a0b4888c1715f4f355bbb5b97d48 (7405950d63362caa526235529bd9a102470330eb) 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-ssh8845418893403207155.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-ssh10270987732853500004.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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4281/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-4281/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4339423245009556899.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-4281/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3522661136296089552.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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh11661292715433901623.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4281/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-4281/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7221178757861690454.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-2269’ Running on prd-ubuntu20.04-docker-8c-8g-2271 in /w/workspace/edgexfoundry_edgex-go_PR-4281 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4281/head:refs/remotes/origin/PR-4281 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit d445b9d68d41a0b4888c1715f4f355bbb5b97d48 into PR head commit f88f776b66bfda32466101e5a93e8ee6f15bd1c4 Merge succeeded, producing f88f776b66bfda32466101e5a93e8ee6f15bd1c4 Checking out Revision f88f776b66bfda32466101e5a93e8ee6f15bd1c4 (PR-4281) > git config core.sparsecheckout # timeout=10 > git checkout -f f88f776b66bfda32466101e5a93e8ee6f15bd1c4 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d445b9d68d41a0b4888c1715f4f355bbb5b97d48 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f88f776b66bfda32466101e5a93e8ee6f15bd1c4 # timeout=10 Commit message: "feat(security)!: Remove OAuth support for Kong users" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-13T20:51:04.742Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-13T20:51:04.901Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-13T20:51:05.003Z] ========================================================= [2023-01-13T20:51:05.003Z] EdgeX Global Pipelines Version Info [2023-01-13T20:51:05.003Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-13T20:51:05.761Z] ------------------- [2023-01-13T20:51:05.761Z] stable info: [2023-01-13T20:51:05.761Z] ------------------- [2023-01-13T20:51:05.761Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-13T20:51:05.761Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-13T20:51:05.761Z] Message: update stable to v1.0.244 [2023-01-13T20:51:06.328Z] ------------------- [2023-01-13T20:51:06.328Z] experimental info: [2023-01-13T20:51:06.328Z] ------------------- [2023-01-13T20:51:06.328Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-13T20:51:06.328Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-13T20:51:06.328Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-13T20:51:06.591Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-13T20:51:06.626Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-13T20:51:06.660Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-13T20:51:06.700Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-13T20:51:06.737Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-13T20:51:06.773Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-13T20:51:06.816Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-13T20:51:06.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-13T20:51:06.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-13T20:51:06.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-13T20:51:06.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-13T20:51:07.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-13T20:51:07.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-13T20:51:07.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-13T20:51:07.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-13T20:51:07.145Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-13T20:51:07.180Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-13T20:51:07.216Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-13T20:51:07.251Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-13T20:51:07.289Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-13T20:51:07.325Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-13T20:51:07.362Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-13T20:51:07.397Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-13T20:51:07.431Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4281 [Pipeline] echo [2023-01-13T20:51:07.469Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4281 [Pipeline] echo [2023-01-13T20:51:07.504Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4281 [Pipeline] echo [2023-01-13T20:51:07.539Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [Pipeline] echo [2023-01-13T20:51:07.579Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f88f776 [Pipeline] echo [2023-01-13T20:51:07.614Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-13T20:51:07.724Z] provisioning config files... [2023-01-13T20:51:07.737Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13418170503518727861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-13T20:51:08.073Z] ---> docker-login.sh [2023-01-13T20:51:08.073Z] nexus3.edgexfoundry.org:10001 [2023-01-13T20:51:08.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-13T20:51:08.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-13T20:51:08.333Z] Configure a credential helper to remove this warning. See [2023-01-13T20:51:08.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-13T20:51:08.333Z] [2023-01-13T20:51:08.333Z] Login Succeeded [2023-01-13T20:51:08.333Z] nexus3.edgexfoundry.org:10002 [2023-01-13T20:51:08.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-13T20:51:08.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-13T20:51:08.333Z] Configure a credential helper to remove this warning. See [2023-01-13T20:51:08.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-13T20:51:08.333Z] [2023-01-13T20:51:08.333Z] Login Succeeded [2023-01-13T20:51:08.333Z] nexus3.edgexfoundry.org:10003 [2023-01-13T20:51:08.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-13T20:51:08.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-13T20:51:08.599Z] Configure a credential helper to remove this warning. See [2023-01-13T20:51:08.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-13T20:51:08.599Z] [2023-01-13T20:51:08.599Z] Login Succeeded [2023-01-13T20:51:08.599Z] nexus3.edgexfoundry.org:10004 [2023-01-13T20:51:08.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-13T20:51:08.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-13T20:51:08.599Z] Configure a credential helper to remove this warning. See [2023-01-13T20:51:08.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-13T20:51:08.599Z] [2023-01-13T20:51:08.599Z] Login Succeeded [2023-01-13T20:51:08.599Z] docker.io [2023-01-13T20:51:08.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-13T20:51:08.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-13T20:51:08.860Z] Configure a credential helper to remove this warning. See [2023-01-13T20:51:08.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-13T20:51:08.860Z] [2023-01-13T20:51:08.860Z] Login Succeeded [2023-01-13T20:51:08.860Z] ---> docker-login.sh ends [Pipeline] } [2023-01-13T20:51:08.887Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-13T20:51:09.299Z] + 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-13T20:51:09.299Z] + dirname cmd/core-command/Dockerfile [2023-01-13T20:51:09.299Z] + cut -d/ -f2 [2023-01-13T20:51:09.299Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-13T20:51:09.299Z] + dirname cmd/core-data/Dockerfile [2023-01-13T20:51:09.299Z] + cut -d/ -f2 [2023-01-13T20:51:09.299Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-13T20:51:09.299Z] + dirname cmd/core-metadata/Dockerfile [2023-01-13T20:51:09.299Z] + cut -d/ -f2 [2023-01-13T20:51:09.299Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-13T20:51:09.299Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-13T20:51:09.299Z] + cut -d/ -f2 [2023-01-13T20:51:09.299Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-13T20:51:09.299Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-13T20:51:09.299Z] + cut -d/ -f2 [2023-01-13T20:51:09.299Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-13T20:51:09.299Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-13T20:51:09.299Z] + cut -d/ -f2 [2023-01-13T20:51:09.299Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-13T20:51:09.299Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-13T20:51:09.299Z] + cut -d/ -f2 [2023-01-13T20:51:09.299Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-13T20:51:09.299Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-13T20:51:09.299Z] + cut -d/ -f2 [2023-01-13T20:51:09.299Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-13T20:51:09.299Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-13T20:51:09.299Z] + cut -d/ -f2 [2023-01-13T20:51:09.299Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-13T20:51:09.300Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-13T20:51:09.300Z] + cut -d/ -f2 [2023-01-13T20:51:09.300Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-13T20:51:09.300Z] + dirname cmd/support-notifications/Dockerfile [2023-01-13T20:51:09.300Z] + cut -d/ -f2 [2023-01-13T20:51:09.300Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-13T20:51:09.300Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-13T20:51:09.300Z] + cut -d/ -f2 [2023-01-13T20:51:09.300Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-13T20:51:09.361Z] 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-13T20:51:09.862Z] + git rev-list -1 --merges f88f776b66bfda32466101e5a93e8ee6f15bd1c4~1..f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [Pipeline] echo [2023-01-13T20:51:09.893Z] -----------> git rev-list -1 --merges f88f776b66bfda32466101e5a93e8ee6f15bd1c4~1..f88f776b66bfda32466101e5a93e8ee6f15bd1c4 f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [false] [Pipeline] sh [2023-01-13T20:51:10.201Z] + git log --format=format:%s -1 f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [Pipeline] echo [2023-01-13T20:51:10.236Z] ========================================================= [2023-01-13T20:51:10.236Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-13T20:51:10.236Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-13T20:51:10.664Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-13T20:51:10.664Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-13T20:51:10.664Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-13T20:51:10.664Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-13T20:51:10.664Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-13T20:51:10.664Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-13T20:51:10.664Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T20:51:11.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-13T20:51:11.165Z] [2023-01-13T20:51:11.165Z] 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-13T20:51:11.538Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-13T20:51:11.538Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-13T20:51:11.538Z] b85a868b505f: Pulling fs layer [2023-01-13T20:51:11.538Z] e2be974225ed: Pulling fs layer [2023-01-13T20:51:11.538Z] 339a4e72a1f5: Pulling fs layer [2023-01-13T20:51:11.538Z] 988bab9f4d93: Pulling fs layer [2023-01-13T20:51:11.538Z] 1469e6f7b9e6: Pulling fs layer [2023-01-13T20:51:11.538Z] eaf3925da568: Pulling fs layer [2023-01-13T20:51:11.538Z] bab4dde63d76: Pulling fs layer [2023-01-13T20:51:11.538Z] bde34c3a00c8: Pulling fs layer [2023-01-13T20:51:11.538Z] b352a97aabf1: Pulling fs layer [2023-01-13T20:51:11.538Z] 4872d77fe225: Pulling fs layer [2023-01-13T20:51:11.538Z] 5851b861e8e6: Pulling fs layer [2023-01-13T20:51:11.538Z] bab4dde63d76: Waiting [2023-01-13T20:51:11.538Z] bde34c3a00c8: Waiting [2023-01-13T20:51:11.538Z] b352a97aabf1: Waiting [2023-01-13T20:51:11.538Z] 4872d77fe225: Waiting [2023-01-13T20:51:11.538Z] 5851b861e8e6: Waiting [2023-01-13T20:51:11.538Z] 988bab9f4d93: Waiting [2023-01-13T20:51:11.538Z] 1469e6f7b9e6: Waiting [2023-01-13T20:51:11.538Z] eaf3925da568: Waiting [2023-01-13T20:51:11.538Z] e2be974225ed: Verifying Checksum [2023-01-13T20:51:11.538Z] e2be974225ed: Download complete [2023-01-13T20:51:11.538Z] 988bab9f4d93: Verifying Checksum [2023-01-13T20:51:11.538Z] 988bab9f4d93: Download complete [2023-01-13T20:51:11.798Z] 1469e6f7b9e6: Verifying Checksum [2023-01-13T20:51:11.798Z] 1469e6f7b9e6: Download complete [2023-01-13T20:51:11.798Z] 339a4e72a1f5: Verifying Checksum [2023-01-13T20:51:11.798Z] 339a4e72a1f5: Download complete [2023-01-13T20:51:11.798Z] eaf3925da568: Verifying Checksum [2023-01-13T20:51:11.798Z] eaf3925da568: Download complete [2023-01-13T20:51:11.798Z] bde34c3a00c8: Download complete [2023-01-13T20:51:11.798Z] b352a97aabf1: Download complete [2023-01-13T20:51:11.798Z] 4872d77fe225: Verifying Checksum [2023-01-13T20:51:11.798Z] 5851b861e8e6: Download complete [2023-01-13T20:51:11.798Z] b85a868b505f: Download complete [2023-01-13T20:51:12.057Z] bab4dde63d76: Verifying Checksum [2023-01-13T20:51:12.057Z] bab4dde63d76: Download complete [2023-01-13T20:51:12.996Z] b85a868b505f: Pull complete [2023-01-13T20:51:12.996Z] e2be974225ed: Pull complete [2023-01-13T20:51:13.563Z] 339a4e72a1f5: Pull complete [2023-01-13T20:51:13.563Z] 988bab9f4d93: Pull complete [2023-01-13T20:51:13.821Z] 1469e6f7b9e6: Pull complete [2023-01-13T20:51:14.081Z] eaf3925da568: Pull complete [2023-01-13T20:51:15.457Z] bab4dde63d76: Pull complete [2023-01-13T20:51:15.717Z] bde34c3a00c8: Pull complete [2023-01-13T20:51:15.717Z] b352a97aabf1: Pull complete [2023-01-13T20:51:15.980Z] 4872d77fe225: Pull complete [2023-01-13T20:51:15.980Z] 5851b861e8e6: Pull complete [2023-01-13T20:51:15.980Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-13T20:51:15.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-13T20:51:15.980Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-13T20:51:16.174Z] prd-ubuntu20.04-docker-8c-8g-2271 does not seem to be running inside a container [2023-01-13T20:51:16.208Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-13T20:51:17.643Z] $ docker top db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 -eo pid,comm [2023-01-13T20:51:17.703Z] 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-13T20:51:17.703Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-13T20:51:17.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-13T20:51:17.897Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-13T20:51:18.015Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-13T20:51:18.017Z] $ docker exec db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 ssh-agent [2023-01-13T20:51:18.134Z] SSH_AUTH_SOCK=/tmp/ssh-LAPVzYaA6dhG/agent.33 [2023-01-13T20:51:18.134Z] SSH_AGENT_PID=39 [2023-01-13T20:51:18.139Z] Running ssh-add (command line suppressed) [2023-01-13T20:51:18.239Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6493773205718032644.key (/w/workspace/edgex-go/1@tmp/private_key_6493773205718032644.key) [2023-01-13T20:51:18.255Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-13T20:51:18.585Z] + git tag --points-at HEAD [Pipeline] } [2023-01-13T20:51:18.643Z] $ docker exec --env ******** --env ******** db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 ssh-agent -k [2023-01-13T20:51:18.748Z] unset SSH_AUTH_SOCK; [2023-01-13T20:51:18.749Z] unset SSH_AGENT_PID; [2023-01-13T20:51:18.749Z] echo Agent pid 39 killed; [2023-01-13T20:51:18.762Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-13T20:51:18.854Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-13T20:51:18.855Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-13T20:51:18.974Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-13T20:51:18.976Z] $ docker exec db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 ssh-agent [2023-01-13T20:51:19.089Z] SSH_AUTH_SOCK=/tmp/ssh-BDPWCOb7Q7ot/agent.71 [2023-01-13T20:51:19.089Z] SSH_AGENT_PID=77 [2023-01-13T20:51:19.094Z] Running ssh-add (command line suppressed) [2023-01-13T20:51:19.194Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3150777386125249453.key (/w/workspace/edgex-go/1@tmp/private_key_3150777386125249453.key) [2023-01-13T20:51:19.208Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-13T20:51:19.529Z] + git semver init [2023-01-13T20:51:19.788Z] 2023-01-13 20:51:19,738 [run_init] DEBUG init version:0.0.0 force:False [2023-01-13T20:51:19.788Z] 2023-01-13 20:51:19,739 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-01-13T20:51:19.788Z] 2023-01-13 20:51:19,740 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-01-13T20:51:19.788Z] 2023-01-13 20:51:19,740 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-01-13T20:51:25.085Z] 2023-01-13 20:51:24,260 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-01-13T20:51:25.085Z] 2023-01-13 20:51:24,260 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4281 with force:False [2023-01-13T20:51:25.085Z] 2023-01-13 20:51:24,261 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4281 [2023-01-13T20:51:25.085Z] 2023-01-13 20:51:24,265 [execute] INFO git cat-file --batch-check [2023-01-13T20:51:25.085Z] 2023-01-13 20:51:24,265 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-01-13T20:51:25.085Z] 2023-01-13 20:51:24,271 [execute] INFO git cat-file --batch [2023-01-13T20:51:25.085Z] 2023-01-13 20:51:24,271 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-01-13T20:51:25.085Z] 2023-01-13 20:51:24,277 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4281 [2023-01-13T20:51:25.085Z] 0.0.0 [Pipeline] } [2023-01-13T20:51:25.112Z] $ docker exec --env ******** --env ******** db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 ssh-agent -k [2023-01-13T20:51:25.214Z] unset SSH_AUTH_SOCK; [2023-01-13T20:51:25.217Z] unset SSH_AGENT_PID; [2023-01-13T20:51:25.217Z] echo Agent pid 77 killed; [2023-01-13T20:51:25.222Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-13T20:51:25.647Z] + git semver [Pipeline] } [2023-01-13T20:51:25.930Z] $ docker stop --time=1 db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 [2023-01-13T20:51:27.218Z] $ docker rm -f --volumes db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-13T20:51:27.608Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-13T20:51:27.850Z] Stashed 1 file(s) [Pipeline] echo [2023-01-13T20:51:27.867Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-13T20:51:28.630Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-01-13T20:51:28.664Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-13T20:51:28.702Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-13T20:51:28.731Z] ========================================================= [2023-01-13T20:51:28.732Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-13T20:51:28.732Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-13T20:51:29.080Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-13T20:51:29.080Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-13T20:51:29.080Z] 213ec9aee27d: Pulling fs layer [2023-01-13T20:51:29.080Z] 4583459ba037: Pulling fs layer [2023-01-13T20:51:29.080Z] 93c1e223e6f2: Pulling fs layer [2023-01-13T20:51:29.080Z] 53926ce57604: Pulling fs layer [2023-01-13T20:51:29.080Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-13T20:51:29.080Z] 22ff95d597cd: Pulling fs layer [2023-01-13T20:51:29.080Z] 12d6caf4c0d1: Pulling fs layer [2023-01-13T20:51:29.080Z] 96b7cbca73a9: Pulling fs layer [2023-01-13T20:51:29.080Z] a7acece74701: Pulling fs layer [2023-01-13T20:51:29.080Z] 53926ce57604: Waiting [2023-01-13T20:51:29.080Z] 21b2b0c7a3f4: Waiting [2023-01-13T20:51:29.080Z] 96b7cbca73a9: Waiting [2023-01-13T20:51:29.080Z] a7acece74701: Waiting [2023-01-13T20:51:29.080Z] 22ff95d597cd: Waiting [2023-01-13T20:51:29.080Z] 93c1e223e6f2: Verifying Checksum [2023-01-13T20:51:29.080Z] 93c1e223e6f2: Download complete [2023-01-13T20:51:29.080Z] 4583459ba037: Verifying Checksum [2023-01-13T20:51:29.080Z] 4583459ba037: Download complete [2023-01-13T20:51:29.080Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-13T20:51:29.080Z] 21b2b0c7a3f4: Download complete [2023-01-13T20:51:29.080Z] 22ff95d597cd: Verifying Checksum [2023-01-13T20:51:29.080Z] 22ff95d597cd: Download complete [2023-01-13T20:51:29.080Z] 213ec9aee27d: Download complete [2023-01-13T20:51:29.341Z] 12d6caf4c0d1: Download complete [2023-01-13T20:51:29.341Z] 213ec9aee27d: Pull complete [2023-01-13T20:51:29.341Z] 4583459ba037: Pull complete [2023-01-13T20:51:29.605Z] 93c1e223e6f2: Pull complete [2023-01-13T20:51:29.605Z] a7acece74701: Verifying Checksum [2023-01-13T20:51:29.605Z] a7acece74701: Download complete [2023-01-13T20:51:30.174Z] 96b7cbca73a9: Download complete [2023-01-13T20:51:30.174Z] 53926ce57604: Verifying Checksum [2023-01-13T20:51:30.174Z] 53926ce57604: Download complete [2023-01-13T20:51:34.358Z] 53926ce57604: Pull complete [2023-01-13T20:51:34.358Z] 21b2b0c7a3f4: Pull complete [2023-01-13T20:51:34.358Z] 22ff95d597cd: Pull complete [2023-01-13T20:51:34.358Z] 12d6caf4c0d1: Pull complete [2023-01-13T20:51:36.256Z] 96b7cbca73a9: Pull complete [2023-01-13T20:51:37.188Z] a7acece74701: Pull complete [2023-01-13T20:51:37.188Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-13T20:51:37.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-13T20:51:37.188Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-13T20:51:37.547Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-13T20:51:37.547Z] WORKDIR /edgex [2023-01-13T20:51:37.547Z] COPY go.mod . [2023-01-13T20:51:37.547Z] RUN go mod download [2023-01-13T20:51:37.547Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-13T20:51:38.112Z] Sending build context to Docker daemon 170MB [2023-01-13T20:51:38.112Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-13T20:51:38.112Z] ---> db6d94c90886 [2023-01-13T20:51:38.112Z] Step 2/4 : WORKDIR /edgex [2023-01-13T20:51:40.652Z] ---> Running in 7e32f426f3ff [2023-01-13T20:51:40.652Z] Removing intermediate container 7e32f426f3ff [2023-01-13T20:51:40.652Z] ---> a4c51c8d73d6 [2023-01-13T20:51:40.652Z] Step 3/4 : COPY go.mod . [2023-01-13T20:51:40.652Z] ---> 7b9baf5da40e [2023-01-13T20:51:40.652Z] Step 4/4 : RUN go mod download [2023-01-13T20:51:40.652Z] ---> Running in e0c09f654f12 [2023-01-13T20:51:43.163Z] Still waiting to schedule task [2023-01-13T20:51:43.163Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2270’ [2023-01-13T20:51:52.875Z] Removing intermediate container e0c09f654f12 [2023-01-13T20:51:52.875Z] ---> 4d1e222e62ea [2023-01-13T20:51:52.875Z] Successfully built 4d1e222e62ea [2023-01-13T20:51:52.875Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T20:51:53.255Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-13T20:51:53.255Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-13T20:51:53.399Z] prd-ubuntu20.04-docker-8c-8g-2271 does not seem to be running inside a container [2023-01-13T20:51:53.427Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-13T20:51:53.820Z] $ docker top 54c178d92ffc90d8e27652767c9d52ccd23e1803b39be55b6e91ae6b3ed1b935 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-13T20:51:54.197Z] + go version [2023-01-13T20:51:54.197Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-13T20:51:54.235Z] $ docker stop --time=1 54c178d92ffc90d8e27652767c9d52ccd23e1803b39be55b6e91ae6b3ed1b935 [2023-01-13T20:51:55.538Z] $ docker rm -f --volumes 54c178d92ffc90d8e27652767c9d52ccd23e1803b39be55b6e91ae6b3ed1b935 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T20:51:56.217Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-13T20:51:56.217Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-13T20:51:56.361Z] prd-ubuntu20.04-docker-8c-8g-2271 does not seem to be running inside a container [2023-01-13T20:51:56.395Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-13T20:51:56.770Z] $ docker top 4b6e3fc2a7249cd3cfe94a453eb09e0cec46954a9f8660260b84070832871289 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-13T20:51:56.879Z] ========================================================= [2023-01-13T20:51:56.879Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-13T20:51:56.879Z] ========================================================= [Pipeline] sh [2023-01-13T20:51:57.170Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-13T20:51:57.521Z] + make test [2023-01-13T20:51:57.521Z] go test -race -coverprofile=coverage.out ./... [2023-01-13T20:52:04.081Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-13T20:52:18.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.066s coverage: 28.7% of statements [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-13T20:52:18.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.126s coverage: 98.5% of statements [2023-01-13T20:52:18.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.114s coverage: 43.0% of statements [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-13T20:52:18.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.101s coverage: 54.0% of statements [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-13T20:52:18.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.079s coverage: 89.2% of statements [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.109s coverage: 2.4% of statements [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.556s coverage: 95.6% of statements [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.069s coverage: 72.2% of statements [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.073s coverage: 60.0% of statements [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.075s coverage: 0.9% of statements [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.075s coverage: 29.6% of statements [2023-01-13T20:52:23.126Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 47.1% of statements [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.093s coverage: 79.5% of statements [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2023-01-13T20:52:23.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.086s coverage: 87.5% of statements [2023-01-13T20:52:28.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.122s coverage: 94.4% of statements [2023-01-13T20:52:28.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements [2023-01-13T20:52:32.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.210s coverage: 79.9% of statements [2023-01-13T20:52:32.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-13T20:52:42.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements [2023-01-13T20:52:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-13T20:52:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-13T20:52:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-13T20:52:42.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements [2023-01-13T20:52:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-13T20:52:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-13T20:52:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-13T20:52:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-13T20:52:42.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.084s coverage: 86.9% of statements [2023-01-13T20:52:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.071s coverage: 100.0% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 77.4% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.0% of statements [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.056s coverage: 87.2% of statements [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 91.2% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 64.7% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.366s coverage: 65.8% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 41.8% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.073s coverage: 89.5% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.080s coverage: 17.7% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.160s coverage: 92.3% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 63.2% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-13T20:52:42.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-13T20:52:42.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-13T20:52:42.565Z] 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-13T20:53:00.634Z] 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-13T20:53:00.634Z] go vet ./... [2023-01-13T20:53:04.818Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-13T20:53:05.075Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-13T20:53:05.075Z] ./bin/test-attribution-txt.sh [2023-01-13T20:53:05.075Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-01-13T20:53:05.075Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-01-13T20:53:05.119Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-13T20:53:05.422Z] + ls -al . [2023-01-13T20:53:05.422Z] total 748 [2023-01-13T20:53:05.422Z] drwxrwxr-x 11 1001 1001 4096 Jan 13 20:51 . [2023-01-13T20:53:05.422Z] drwxr-xr-x 4 root root 4096 Jan 13 20:51 .. [2023-01-13T20:53:05.422Z] drwxrwxr-x 2 1001 1001 4096 Jan 13 20:51 .blubracket [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 16 Jan 13 20:51 .dockerignore [2023-01-13T20:53:05.422Z] drwxrwxr-x 8 1001 1001 4096 Jan 13 20:52 .git [2023-01-13T20:53:05.422Z] drwxrwxr-x 3 1001 1001 4096 Jan 13 20:51 .github [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 956 Jan 13 20:51 .gitignore [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 42 Jan 13 20:51 .golangci.yml [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 87 Jan 13 20:51 .hadolint.yml [2023-01-13T20:53:05.422Z] drwxr-xr-x 3 1001 1001 4096 Jan 13 20:51 .semver [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 20:51 .sonarcloud.properties [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 1171 Jan 13 20:51 ADOPTERS.md [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 10618 Jan 13 20:51 Attribution.txt [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 73765 Jan 13 20:51 CHANGELOG.md [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 20:51 CONTRIBUTING.md [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 677 Jan 13 20:51 GOVERNANCE.md [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 850 Jan 13 20:51 Jenkinsfile [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 20:51 LICENSE [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 12513 Jan 13 20:51 Makefile [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 582 Jan 13 20:51 OWNERS.md [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 9403 Jan 13 20:51 README.md [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 6912 Jan 13 20:51 SECURITY.md [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 5 Jan 13 20:51 VERSION [2023-01-13T20:53:05.422Z] drwxrwxr-x 2 1001 1001 4096 Jan 13 20:51 bin [2023-01-13T20:53:05.422Z] drwxrwxr-x 16 1001 1001 4096 Jan 13 20:51 cmd [2023-01-13T20:53:05.422Z] -rw-r--r-- 1 root root 489579 Jan 13 20:52 coverage.out [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 3376 Jan 13 20:51 go.mod [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 34949 Jan 13 20:51 go.sum [2023-01-13T20:53:05.422Z] drwxrwxr-x 7 1001 1001 4096 Jan 13 20:51 internal [2023-01-13T20:53:05.422Z] drwxrwxr-x 3 1001 1001 4096 Jan 13 20:51 openapi [2023-01-13T20:53:05.422Z] drwxrwxr-x 4 1001 1001 4096 Jan 13 20:51 snap [2023-01-13T20:53:05.422Z] -rw-rw-r-- 1 1001 1001 204 Jan 13 20:51 version.go [Pipeline] sh [2023-01-13T20:53:05.733Z] + '[' -e coverage.out ] [2023-01-13T20:53:05.733Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-13T20:53:05.849Z] Stashed 1 file(s) [Pipeline] sh [2023-01-13T20:53:06.140Z] + make build [2023-01-13T20:53:06.140Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-13T20:53:21.006Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-13T20:53:21.006Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-13T20:53:21.264Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-13T20:53:29.371Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-13T20:53:29.939Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-13T20:53:31.317Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-13T20:53:32.691Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-13T20:53:33.625Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-13T20:53:34.558Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-13T20:53:37.091Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-13T20:53:38.497Z] $ docker stop --time=1 4b6e3fc2a7249cd3cfe94a453eb09e0cec46954a9f8660260b84070832871289 [2023-01-13T20:53:40.746Z] $ docker rm -f --volumes 4b6e3fc2a7249cd3cfe94a453eb09e0cec46954a9f8660260b84070832871289 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T20:53:41.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-13T20:53:41.879Z] [2023-01-13T20:53:41.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T20:53:42.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-13T20:53:42.257Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-13T20:53:42.257Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-13T20:53:42.257Z] ca9280d653b3: Pulling fs layer [2023-01-13T20:53:42.257Z] 7e9c9ca2126c: Pulling fs layer [2023-01-13T20:53:42.519Z] cbdbe7a5bc2a: Verifying Checksum [2023-01-13T20:53:42.519Z] cbdbe7a5bc2a: Download complete [2023-01-13T20:53:42.519Z] cbdbe7a5bc2a: Pull complete [2023-01-13T20:53:42.519Z] ca9280d653b3: Download complete [2023-01-13T20:53:43.086Z] 7e9c9ca2126c: Verifying Checksum [2023-01-13T20:53:43.086Z] 7e9c9ca2126c: Download complete [2023-01-13T20:53:43.086Z] ca9280d653b3: Pull complete [2023-01-13T20:53:46.372Z] 7e9c9ca2126c: Pull complete [2023-01-13T20:53:46.373Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-13T20:53:46.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-13T20:53:46.373Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-13T20:53:46.602Z] prd-ubuntu20.04-docker-8c-8g-2271 does not seem to be running inside a container [2023-01-13T20:53:46.638Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-13T20:53:47.935Z] $ docker top a98c3888a3332d5eadd09209385667f495f054daa72235a7cb5788fa1e5e4433 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-13T20:53:48.315Z] + docker-compose build --help [2023-01-13T20:53:48.315Z] + grep parallel [2023-01-13T20:53:48.895Z] --parallel Build images in parallel. [Pipeline] } [2023-01-13T20:53:48.933Z] $ docker stop --time=1 a98c3888a3332d5eadd09209385667f495f054daa72235a7cb5788fa1e5e4433 [2023-01-13T20:53:50.226Z] $ docker rm -f --volumes a98c3888a3332d5eadd09209385667f495f054daa72235a7cb5788fa1e5e4433 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T20:53:50.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-13T20:53:50.798Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-13T20:53:50.943Z] prd-ubuntu20.04-docker-8c-8g-2271 does not seem to be running inside a container [2023-01-13T20:53:50.976Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-01-13T20:53:51.315Z] $ docker top e3209b466c5a3eedcd2a16bbfb59f4bf3e6311cd647e349071054a7011862e1f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-13T20:53:51.714Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-13T20:53:52.282Z] Building core-command ... [2023-01-13T20:53:52.282Z] Building core-data ... [2023-01-13T20:53:52.282Z] Building core-metadata ... [2023-01-13T20:53:52.282Z] Building security-bootstrapper ... [2023-01-13T20:53:52.282Z] Building security-proxy-setup ... [2023-01-13T20:53:52.282Z] Building security-secretstore-setup ... [2023-01-13T20:53:52.282Z] Building security-spiffe-token-provider ... [2023-01-13T20:53:52.282Z] Building security-spire-agent ... [2023-01-13T20:53:52.282Z] Building security-spire-config ... [2023-01-13T20:53:52.282Z] Building security-spire-server ... [2023-01-13T20:53:52.282Z] Building support-notifications ... [2023-01-13T20:53:52.282Z] Building support-scheduler ... [2023-01-13T20:53:52.282Z] Building security-spiffe-token-provider [2023-01-13T20:53:52.282Z] Building security-spire-config [2023-01-13T20:53:52.282Z] Building support-notifications [2023-01-13T20:53:52.282Z] Building security-spire-server [2023-01-13T20:53:52.282Z] Building security-proxy-setup [2023-01-13T20:54:04.490Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T20:54:04.490Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-13T20:54:04.490Z] ---> 4d1e222e62ea [2023-01-13T20:54:04.490Z] Step 3/19 : WORKDIR /edgex-go [2023-01-13T20:54:04.490Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T20:54:04.490Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-13T20:54:04.490Z] ---> 4d1e222e62ea [2023-01-13T20:54:04.490Z] Step 3/23 : WORKDIR /edgex-go [2023-01-13T20:54:04.490Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T20:54:04.490Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-13T20:54:04.490Z] ---> 4d1e222e62ea [2023-01-13T20:54:04.490Z] Step 3/24 : WORKDIR /edgex-go [2023-01-13T20:54:04.490Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T20:54:04.490Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-13T20:54:04.490Z] ---> 4d1e222e62ea [2023-01-13T20:54:04.490Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-13T20:54:04.490Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T20:54:04.490Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-13T20:54:04.490Z] ---> 4d1e222e62ea [2023-01-13T20:54:04.490Z] Step 3/21 : WORKDIR /edgex-go [2023-01-13T20:54:07.779Z] ---> Running in ab4974301ada [2023-01-13T20:54:07.779Z] ---> Running in 0cc34ba8a49b [2023-01-13T20:54:07.779Z] ---> Running in 9ef7caf970eb [2023-01-13T20:54:07.779Z] ---> Running in c67e44d981ce [2023-01-13T20:54:07.779Z] ---> Running in 92fcdb44a28b [2023-01-13T20:54:07.779Z] Removing intermediate container ab4974301ada [2023-01-13T20:54:07.779Z] ---> 9025af8571d5 [2023-01-13T20:54:07.779Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-13T20:54:07.779Z] Removing intermediate container 92fcdb44a28b [2023-01-13T20:54:07.779Z] ---> 4d9d5edb8265 [2023-01-13T20:54:07.779Z] Step 4/22 : WORKDIR /edgex-go [2023-01-13T20:54:07.779Z] Removing intermediate container c67e44d981ce [2023-01-13T20:54:07.779Z] ---> 318bed93cd40 [2023-01-13T20:54:07.779Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-13T20:54:07.779Z] Removing intermediate container 9ef7caf970eb [2023-01-13T20:54:07.779Z] ---> ad5971d5ae9d [2023-01-13T20:54:07.779Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-13T20:54:07.779Z] Removing intermediate container 0cc34ba8a49b [2023-01-13T20:54:07.779Z] ---> 774bf521fc7b [2023-01-13T20:54:07.779Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-13T20:54:07.779Z] ---> Running in a6a5f2455108 [2023-01-13T20:54:07.779Z] ---> Running in 50873841fe59 [2023-01-13T20:54:07.779Z] ---> Running in 49537934849c [2023-01-13T20:54:07.779Z] ---> Running in 307e6c6681d5 [2023-01-13T20:54:07.779Z] ---> Running in 23256e9a0892 [2023-01-13T20:54:07.779Z] Removing intermediate container a6a5f2455108 [2023-01-13T20:54:07.779Z] ---> 5a38b0e8e2e7 [2023-01-13T20:54:07.779Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-13T20:54:07.779Z] ---> Running in 545e063d42ab [2023-01-13T20:54:08.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:08.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:08.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:08.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:08.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:08.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:08.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:08.554Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:08.554Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:08.813Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:08.813Z] OK: 211 MiB in 51 packages [2023-01-13T20:54:08.813Z] OK: 211 MiB in 51 packages [2023-01-13T20:54:08.813Z] v3.16.3-111-g13c6c3d6c5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-13T20:54:08.813Z] v3.16.3-111-g13c6c3d6c5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-13T20:54:08.813Z] OK: 17042 distinct packages available [2023-01-13T20:54:08.813Z] OK: 211 MiB in 51 packages [2023-01-13T20:54:08.813Z] OK: 211 MiB in 51 packages [2023-01-13T20:54:08.813Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:09.072Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:09.072Z] OK: 211 MiB in 51 packages [2023-01-13T20:54:09.330Z] Removing intermediate container 307e6c6681d5 [2023-01-13T20:54:09.330Z] ---> b68edfc9d34d [2023-01-13T20:54:09.330Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-13T20:54:09.330Z] Removing intermediate container 50873841fe59 [2023-01-13T20:54:09.330Z] ---> 63d443a7ac84 [2023-01-13T20:54:09.330Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-13T20:54:09.592Z] ---> c6b491fec6b2 [2023-01-13T20:54:09.592Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T20:54:09.592Z] ---> 8a48e4c2699b [2023-01-13T20:54:09.592Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T20:54:09.592Z] Removing intermediate container 49537934849c [2023-01-13T20:54:09.592Z] ---> d16206e29862 [2023-01-13T20:54:09.592Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-13T20:54:09.592Z] ---> Running in 042405d9992c [2023-01-13T20:54:09.592Z] Removing intermediate container 545e063d42ab [2023-01-13T20:54:09.592Z] ---> eeae76caa4e8 [2023-01-13T20:54:09.592Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-13T20:54:09.592Z] ---> Running in baaa262eaeb8 [2023-01-13T20:54:09.850Z] ---> f54271991ec7 [2023-01-13T20:54:09.850Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T20:54:09.850Z] Removing intermediate container 23256e9a0892 [2023-01-13T20:54:09.850Z] ---> 78414af1b239 [2023-01-13T20:54:09.850Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-13T20:54:09.850Z] ---> 66a5333447b4 [2023-01-13T20:54:09.850Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T20:54:09.850Z] ---> Running in eefb2f90bed1 [2023-01-13T20:54:10.109Z] ---> Running in 75046c4f3b56 [2023-01-13T20:54:10.109Z] ---> c7d2c87fefe1 [2023-01-13T20:54:10.109Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T20:54:10.109Z] ---> Running in df296238589c [2023-01-13T20:54:42.188Z] Removing intermediate container 042405d9992c [2023-01-13T20:54:42.188Z] ---> 07ff9dd90fa1 [2023-01-13T20:54:42.188Z] Step 7/23 : COPY . . [2023-01-13T20:54:42.188Z] Removing intermediate container df296238589c [2023-01-13T20:54:42.188Z] ---> ae0c31df96fe [2023-01-13T20:54:42.188Z] Step 7/19 : COPY . . [2023-01-13T20:54:42.188Z] Removing intermediate container 75046c4f3b56 [2023-01-13T20:54:42.188Z] ---> 43a1eaa7c54e [2023-01-13T20:54:42.188Z] Step 8/22 : COPY . . [2023-01-13T20:54:42.188Z] Removing intermediate container baaa262eaeb8 [2023-01-13T20:54:42.188Z] ---> 91e224abf35c [2023-01-13T20:54:42.188Z] Step 7/24 : COPY . . [2023-01-13T20:54:42.188Z] Removing intermediate container eefb2f90bed1 [2023-01-13T20:54:42.188Z] ---> 6cd7a85263a3 [2023-01-13T20:54:42.188Z] Step 7/21 : COPY . . [2023-01-13T20:54:50.299Z] ---> 6d286210808c [2023-01-13T20:54:50.299Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-13T20:54:50.299Z] ---> 950598926b40 [2023-01-13T20:54:50.299Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-13T20:54:50.299Z] ---> e0d02675721b [2023-01-13T20:54:50.299Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-13T20:54:50.299Z] ---> Running in b92c50654599 [2023-01-13T20:54:50.299Z] ---> Running in d60556c19113 [2023-01-13T20:54:50.299Z] ---> 5cfb17a4e925 [2023-01-13T20:54:50.299Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-13T20:54:50.299Z] ---> 5325a3634cc8 [2023-01-13T20:54:50.299Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-13T20:54:50.299Z] ---> Running in fddcb4fc99f3 [2023-01-13T20:54:50.299Z] ---> Running in 6774e7616314 [2023-01-13T20:54:50.299Z] ---> Running in 55963ad89235 [2023-01-13T20:54:50.299Z] Removing intermediate container b92c50654599 [2023-01-13T20:54:50.299Z] ---> 9d655ade6906 [2023-01-13T20:54:50.299Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-13T20:54:50.299Z] Removing intermediate container fddcb4fc99f3 [2023-01-13T20:54:50.299Z] ---> 9355b723c789 [2023-01-13T20:54:50.299Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-13T20:54:50.299Z] ---> Running in 3997e5ed523b [2023-01-13T20:54:50.299Z] ---> Running in c6980bad0270 [2023-01-13T20:54:50.299Z] Removing intermediate container 3997e5ed523b [2023-01-13T20:54:50.299Z] ---> 36b6d5de103e [2023-01-13T20:54:50.299Z] 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-13T20:54:50.299Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-13T20:54:50.299Z] Removing intermediate container c6980bad0270 [2023-01-13T20:54:50.299Z] ---> a31e71ffee95 [2023-01-13T20:54:50.299Z] 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-13T20:54:50.299Z] ---> Running in bc8fa6c05b3b [2023-01-13T20:54:50.299Z] ---> Running in e4e8218eff83 [2023-01-13T20:54:50.299Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-13T20:54:50.299Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-13T20:54:51.673Z] Removing intermediate container e4e8218eff83 [2023-01-13T20:54:51.673Z] ---> 6e55c03dce33 [2023-01-13T20:54:51.673Z] Step 11/23 : WORKDIR /edgex-go [2023-01-13T20:54:51.673Z] Removing intermediate container bc8fa6c05b3b [2023-01-13T20:54:51.673Z] ---> e2bc0f415ff1 [2023-01-13T20:54:51.673Z] Step 11/24 : WORKDIR /edgex-go [2023-01-13T20:54:51.673Z] ---> Running in f5a4fc8d5fa3 [2023-01-13T20:54:51.673Z] ---> Running in 7ccb67184eda [2023-01-13T20:54:51.673Z] Removing intermediate container f5a4fc8d5fa3 [2023-01-13T20:54:51.673Z] ---> 4dc58bb41e91 [2023-01-13T20:54:51.673Z] [2023-01-13T20:54:51.673Z] Step 12/23 : FROM alpine:3.15 [2023-01-13T20:54:51.673Z] Removing intermediate container 7ccb67184eda [2023-01-13T20:54:51.673Z] ---> 186d6622b8de [2023-01-13T20:54:51.673Z] [2023-01-13T20:54:51.673Z] Step 12/24 : FROM alpine:3.15 [2023-01-13T20:54:51.673Z] 3.15: Pulling from library/alpine [2023-01-13T20:54:51.673Z] 3.15: Pulling from library/alpine [2023-01-13T20:54:53.047Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-13T20:54:53.047Z] Status: Downloaded newer image for alpine:3.15 [2023-01-13T20:54:53.047Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-13T20:54:53.047Z] Status: Image is up to date for alpine:3.15 [2023-01-13T20:54:53.047Z] ---> c4fc93816858 [2023-01-13T20:54:53.047Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-13T20:54:53.047Z] ---> c4fc93816858 [2023-01-13T20:54:53.047Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-13T20:54:53.047Z] ---> Running in 086c256bf74c [2023-01-13T20:54:53.047Z] ---> Running in 0049a7883a4f [2023-01-13T20:54:53.047Z] Removing intermediate container 0049a7883a4f [2023-01-13T20:54:53.047Z] ---> b2be463863b5 [2023-01-13T20:54:53.047Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-13T20:54:53.047Z] Removing intermediate container 086c256bf74c [2023-01-13T20:54:53.047Z] ---> 450aca56302a [2023-01-13T20:54:53.047Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-13T20:54:53.047Z] ---> Running in bfe225711c96 [2023-01-13T20:54:53.305Z] ---> Running in 98ee0817c07a [2023-01-13T20:54:53.562Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:53.562Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:54.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:54.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:54.383Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-13T20:54:54.383Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-13T20:54:54.383Z] OK: 15859 distinct packages available [2023-01-13T20:54:54.383Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-13T20:54:54.383Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-13T20:54:54.383Z] OK: 15859 distinct packages available [2023-01-13T20:54:54.383Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:54.383Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:54.640Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:54.640Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:54:54.897Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-13T20:54:54.897Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-13T20:54:54.897Z] (3/5) Installing libucontext (1.1-r0) [2023-01-13T20:54:54.897Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-13T20:54:54.897Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-13T20:54:54.897Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-13T20:54:54.897Z] Executing busybox-1.34.1-r7.trigger [2023-01-13T20:54:54.897Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-13T20:54:54.897Z] OK: 7 MiB in 19 packages [2023-01-13T20:54:54.897Z] (3/4) Installing libucontext (1.1-r0) [2023-01-13T20:54:54.897Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-13T20:54:54.897Z] Executing busybox-1.34.1-r7.trigger [2023-01-13T20:54:54.897Z] OK: 6 MiB in 18 packages [2023-01-13T20:54:56.271Z] Removing intermediate container 98ee0817c07a [2023-01-13T20:54:56.271Z] ---> d4d31dab1a3d [2023-01-13T20:54:56.271Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-13T20:54:56.271Z] Removing intermediate container bfe225711c96 [2023-01-13T20:54:56.271Z] ---> 0356903d0c03 [2023-01-13T20:54:56.271Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-13T20:54:59.577Z] ---> 771dd40f7d3f [2023-01-13T20:54:59.577Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-13T20:54:59.577Z] ---> 4617ef840567 [2023-01-13T20:54:59.577Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-13T20:55:00.144Z] ---> e0fef4df294c [2023-01-13T20:55:00.144Z] ---> 6981bdb253b1 [2023-01-13T20:55:00.144Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-13T20:55:00.144Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-13T20:55:00.402Z] ---> Running in a6cd8bb47bd3 [2023-01-13T20:55:00.660Z] ---> 42bfdfa53ac4 [2023-01-13T20:55:00.660Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-13T20:55:00.660Z] Removing intermediate container a6cd8bb47bd3 [2023-01-13T20:55:00.660Z] ---> ce53f29f3c47 [2023-01-13T20:55:00.660Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-13T20:55:01.590Z] ---> 8f4e9620cd11 [2023-01-13T20:55:01.590Z] Step 19/24 : WORKDIR / [2023-01-13T20:55:01.590Z] ---> 4e4d1f62ec2e [2023-01-13T20:55:01.590Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-13T20:55:01.590Z] ---> Running in 581b1598aec9 [2023-01-13T20:55:01.590Z] ---> Running in a3ae29003cba [2023-01-13T20:55:01.870Z] Removing intermediate container a3ae29003cba [2023-01-13T20:55:01.870Z] ---> 28e3893e4d56 [2023-01-13T20:55:01.870Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-13T20:55:02.147Z] Removing intermediate container 581b1598aec9 [2023-01-13T20:55:02.147Z] ---> 35f4b5c1a78a [2023-01-13T20:55:02.147Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-13T20:55:02.147Z] ---> Running in bb135628626b [2023-01-13T20:55:02.405Z] ---> Running in f3c95ab95ffe [2023-01-13T20:55:02.405Z] Removing intermediate container bb135628626b [2023-01-13T20:55:02.405Z] ---> e445c4d4e58e [2023-01-13T20:55:02.405Z] Step 21/23 : LABEL arch=x86_64 [2023-01-13T20:55:02.726Z] ---> Running in 609b6d387fda [2023-01-13T20:55:02.726Z] Removing intermediate container f3c95ab95ffe [2023-01-13T20:55:02.726Z] ---> ad2ddec180bc [2023-01-13T20:55:02.726Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-13T20:55:02.987Z] ---> Running in 8a807dc7cc09 [2023-01-13T20:55:02.987Z] Removing intermediate container 609b6d387fda [2023-01-13T20:55:02.987Z] ---> 4ff932126969 [2023-01-13T20:55:02.987Z] Step 22/23 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:55:03.249Z] ---> Running in 04cf403109a0 [2023-01-13T20:55:03.249Z] Removing intermediate container 8a807dc7cc09 [2023-01-13T20:55:03.249Z] ---> 65574dc8d39a [2023-01-13T20:55:03.249Z] Step 22/24 : LABEL arch=x86_64 [2023-01-13T20:55:03.249Z] ---> Running in fc8128f60ac8 [2023-01-13T20:55:03.507Z] Removing intermediate container 04cf403109a0 [2023-01-13T20:55:03.507Z] ---> fb9a79f2ed0a [2023-01-13T20:55:03.507Z] Step 23/23 : LABEL version=0.0.0 [2023-01-13T20:55:03.507Z] ---> Running in 59fa19f58953 [2023-01-13T20:55:03.765Z] Removing intermediate container fc8128f60ac8 [2023-01-13T20:55:03.765Z] ---> 8409158bcef6 [2023-01-13T20:55:03.765Z] Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:55:03.765Z] ---> Running in 3b9919d07b99 [2023-01-13T20:55:03.765Z] Removing intermediate container 59fa19f58953 [2023-01-13T20:55:03.765Z] ---> fc48202d18e1 [2023-01-13T20:55:03.765Z] [2023-01-13T20:55:04.023Z] Successfully built fc48202d18e1 [2023-01-13T20:55:04.023Z] Successfully tagged security-spire-server:latest [2023-01-13T20:55:04.023Z] Building core-command [2023-01-13T20:55:04.589Z]  Building security-spire-server ... done Removing intermediate container 3b9919d07b99 [2023-01-13T20:55:04.589Z] ---> 1f9ffd6ad00d [2023-01-13T20:55:04.589Z] Step 24/24 : LABEL version=0.0.0 [2023-01-13T20:55:05.156Z] ---> Running in f2312e625674 [2023-01-13T20:55:05.424Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2272 in /w/workspace/edgexfoundry_edgex-go_PR-4281 [Pipeline] { [Pipeline] ws [2023-01-13T20:55:05.481Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-01-13T20:55:05.559Z] The recommended git tool is: git [2023-01-13T20:55:05.722Z] Removing intermediate container f2312e625674 [2023-01-13T20:55:05.722Z] ---> 13b154be1cf6 [2023-01-13T20:55:05.722Z] [2023-01-13T20:55:05.722Z] Successfully built 13b154be1cf6 [2023-01-13T20:55:05.722Z] Successfully tagged security-spire-config:latest [2023-01-13T20:55:05.722Z] Building security-spire-agent [2023-01-13T20:55:08.249Z]  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T20:55:08.249Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-13T20:55:08.249Z] ---> 4d1e222e62ea [2023-01-13T20:55:08.249Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-13T20:55:08.249Z] ---> Using cache [2023-01-13T20:55:08.249Z] ---> 4d9d5edb8265 [2023-01-13T20:55:08.249Z] Step 4/23 : WORKDIR /edgex-go [2023-01-13T20:55:08.249Z] ---> Using cache [2023-01-13T20:55:08.249Z] ---> 5a38b0e8e2e7 [2023-01-13T20:55:08.249Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-13T20:55:09.642Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T20:55:09.642Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-13T20:55:09.642Z] ---> 4d1e222e62ea [2023-01-13T20:55:09.642Z] Step 3/24 : WORKDIR /edgex-go [2023-01-13T20:55:09.642Z] ---> Using cache [2023-01-13T20:55:09.642Z] ---> 774bf521fc7b [2023-01-13T20:55:09.642Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-13T20:55:11.177Z] using credential edgex-jenkins-ssh [2023-01-13T20:55:11.202Z] Cloning the remote Git repository [2023-01-13T20:55:11.544Z] ---> Running in 63d2b77cd69e [2023-01-13T20:55:11.544Z] ---> Running in 39c221f7ec2a [2023-01-13T20:55:11.254Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-13T20:55:11.329Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-01-13T20:55:11.492Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-13T20:55:11.494Z] > git --version # timeout=10 [2023-01-13T20:55:11.521Z] > git --version # 'git version 2.25.1' [2023-01-13T20:55:11.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-13T20:55:11.582Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-13T20:55:11.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:12.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:12.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:12.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:12.319Z] OK: 211 MiB in 51 packages [2023-01-13T20:55:12.581Z] OK: 211 MiB in 51 packages [2023-01-13T20:55:13.147Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-13T20:55:13.714Z] Removing intermediate container 63d2b77cd69e [2023-01-13T20:55:13.714Z] ---> f93c9b543a3c [2023-01-13T20:55:13.714Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-13T20:55:13.714Z] Removing intermediate container 39c221f7ec2a [2023-01-13T20:55:13.714Z] ---> 805a3c14e61f [2023-01-13T20:55:13.714Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-13T20:55:14.288Z] ---> 4a0c4a1e8edd [2023-01-13T20:55:14.288Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T20:55:14.288Z] ---> 39ccee58036f [2023-01-13T20:55:14.288Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T20:55:14.547Z] ---> Running in 6a7509fe82c5 [2023-01-13T20:55:14.547Z] ---> Running in 2d13eb78ae30 [2023-01-13T20:55:17.834Z] Removing intermediate container 55963ad89235 [2023-01-13T20:55:17.834Z] ---> 445531298355 [2023-01-13T20:55:17.834Z] [2023-01-13T20:55:17.834Z] Step 9/21 : FROM alpine:3.16 [2023-01-13T20:55:17.834Z] 3.16: Pulling from library/alpine [2023-01-13T20:55:17.834Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-13T20:55:17.834Z] Status: Downloaded newer image for alpine:3.16 [2023-01-13T20:55:17.834Z] ---> bfe296a52501 [2023-01-13T20:55:17.834Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-13T20:55:18.097Z] ---> Running in 1ddffd21facb [2023-01-13T20:55:18.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:18.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:18.613Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-13T20:55:18.613Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-13T20:55:18.613Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-13T20:55:18.613Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-13T20:55:18.613Z] (5/6) Installing curl (7.83.1-r5) [2023-01-13T20:55:18.613Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-13T20:55:18.613Z] Executing busybox-1.35.0-r17.trigger [2023-01-13T20:55:18.613Z] Executing ca-certificates-20220614-r0.trigger [2023-01-13T20:55:18.613Z] OK: 8 MiB in 20 packages [2023-01-13T20:55:19.989Z] Removing intermediate container d60556c19113 [2023-01-13T20:55:19.990Z] ---> cc3fc14aa6e9 [2023-01-13T20:55:19.990Z] [2023-01-13T20:55:19.990Z] Step 9/19 : FROM alpine:3.15 [2023-01-13T20:55:19.990Z] ---> c4fc93816858 [2023-01-13T20:55:19.990Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-13T20:55:19.990Z] ---> Using cache [2023-01-13T20:55:19.990Z] ---> 450aca56302a [2023-01-13T20:55:19.990Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-13T20:55:19.990Z] Removing intermediate container 1ddffd21facb [2023-01-13T20:55:19.990Z] ---> 87f33a85bfe4 [2023-01-13T20:55:19.990Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-13T20:55:20.248Z] ---> Running in af314be2ed0e [2023-01-13T20:55:20.248Z] ---> Running in 2c654f86a33f [2023-01-13T20:55:20.506Z] Removing intermediate container af314be2ed0e [2023-01-13T20:55:20.506Z] ---> c4108fced36f [2023-01-13T20:55:20.506Z] Step 12/21 : WORKDIR /edgex [2023-01-13T20:55:20.506Z] ---> Running in f73ea030a1d6 [2023-01-13T20:55:20.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:20.763Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:20.763Z] Removing intermediate container f73ea030a1d6 [2023-01-13T20:55:20.763Z] ---> 2d3aa237f55d [2023-01-13T20:55:20.763Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-13T20:55:21.021Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-13T20:55:21.021Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-13T20:55:21.021Z] OK: 15859 distinct packages available [2023-01-13T20:55:21.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:21.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:21.021Z] ---> d3f1c9b16a4d [2023-01-13T20:55:21.021Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-13T20:55:21.279Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-13T20:55:21.279Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-13T20:55:21.279Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-13T20:55:21.279Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-13T20:55:21.279Z] (5/9) Installing curl (7.80.0-r5) [2023-01-13T20:55:21.279Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-13T20:55:21.279Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-13T20:55:21.279Z] (8/9) Installing libucontext (1.1-r0) [2023-01-13T20:55:21.279Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-13T20:55:21.279Z] Executing busybox-1.34.1-r7.trigger [2023-01-13T20:55:21.279Z] Executing ca-certificates-20220614-r0.trigger [2023-01-13T20:55:21.537Z] OK: 8 MiB in 23 packages [2023-01-13T20:55:22.103Z] ---> f5ae5f4b27e2 [2023-01-13T20:55:22.103Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-13T20:55:22.360Z] ---> a016311319e5 [2023-01-13T20:55:22.360Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-13T20:55:22.360Z] Removing intermediate container 2c654f86a33f [2023-01-13T20:55:22.360Z] ---> 4a29d9b56361 [2023-01-13T20:55:22.360Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T20:55:22.623Z] Removing intermediate container 6774e7616314 [2023-01-13T20:55:22.623Z] ---> 04d6d449afcf [2023-01-13T20:55:22.623Z] [2023-01-13T20:55:22.623Z] Step 10/22 : FROM alpine:3.16 [2023-01-13T20:55:22.623Z] ---> bfe296a52501 [2023-01-13T20:55:22.623Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-13T20:55:22.623Z] ---> 00971051be3c [2023-01-13T20:55:22.623Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-13T20:55:22.623Z] ---> Running in f399f2e60ab8 [2023-01-13T20:55:22.623Z] ---> 7fd6bbbd8989 [2023-01-13T20:55:22.623Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-13T20:55:22.623Z] ---> Running in d7249f6d94f9 [2023-01-13T20:55:23.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:23.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:23.196Z] ---> 945630082449 [2023-01-13T20:55:23.196Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-13T20:55:23.453Z] ---> 859d0078179a [2023-01-13T20:55:23.453Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-13T20:55:23.453Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-13T20:55:23.453Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-13T20:55:23.453Z] Executing busybox-1.35.0-r17.trigger [2023-01-13T20:55:23.453Z] Executing ca-certificates-20220614-r0.trigger [2023-01-13T20:55:23.453Z] ---> Running in b5ea404dfdac [2023-01-13T20:55:23.711Z] Removing intermediate container d7249f6d94f9 [2023-01-13T20:55:23.711Z] ---> 4caff0efa3fa [2023-01-13T20:55:23.711Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-13T20:55:23.711Z] ---> Running in 2afd9872867d [2023-01-13T20:55:23.711Z] OK: 6 MiB in 16 packages [2023-01-13T20:55:23.711Z] Removing intermediate container b5ea404dfdac [2023-01-13T20:55:23.711Z] ---> 07cc585742b8 [2023-01-13T20:55:23.711Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-13T20:55:23.711Z] ---> Running in 0a32a17d2471 [2023-01-13T20:55:23.711Z] Removing intermediate container 2afd9872867d [2023-01-13T20:55:23.711Z] ---> 1265f9bbbcc1 [2023-01-13T20:55:23.711Z] Step 19/21 : LABEL arch=x86_64 [2023-01-13T20:55:23.970Z] ---> Running in 7ab0c2904c2c [2023-01-13T20:55:23.970Z] Removing intermediate container 0a32a17d2471 [2023-01-13T20:55:23.970Z] ---> 365db7e621ba [2023-01-13T20:55:23.970Z] Step 17/19 : LABEL arch=x86_64 [2023-01-13T20:55:23.970Z] ---> Running in 9097a1f185d8 [2023-01-13T20:55:23.970Z] Removing intermediate container 7ab0c2904c2c [2023-01-13T20:55:23.970Z] ---> a06a874ac69c [2023-01-13T20:55:23.970Z] Step 20/21 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:55:23.970Z] ---> Running in f17b3a46cfc8 [2023-01-13T20:55:23.970Z] Removing intermediate container 9097a1f185d8 [2023-01-13T20:55:23.970Z] ---> bf9c79b98088 [2023-01-13T20:55:23.970Z] Step 18/19 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:55:24.250Z] ---> Running in 96385ed17280 [2023-01-13T20:55:24.250Z] Removing intermediate container f17b3a46cfc8 [2023-01-13T20:55:24.250Z] ---> f8101ec74960 [2023-01-13T20:55:24.250Z] Step 21/21 : LABEL version=0.0.0 [2023-01-13T20:55:24.250Z] Removing intermediate container f399f2e60ab8 [2023-01-13T20:55:24.250Z] ---> 344bf69684c2 [2023-01-13T20:55:24.250Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-13T20:55:24.250Z] ---> Running in 776379deaa58 [2023-01-13T20:55:24.250Z] Removing intermediate container 96385ed17280 [2023-01-13T20:55:24.250Z] ---> 0819d70dbf79 [2023-01-13T20:55:24.250Z] Step 19/19 : LABEL version=0.0.0 [2023-01-13T20:55:24.507Z] ---> Running in 3e5f63e2ef8e [2023-01-13T20:55:24.507Z] ---> Running in 4c4961a47283 [2023-01-13T20:55:24.507Z] Removing intermediate container 776379deaa58 [2023-01-13T20:55:24.507Z] ---> 21d5e527e121 [2023-01-13T20:55:24.507Z] [2023-01-13T20:55:24.507Z] Successfully built 21d5e527e121 [2023-01-13T20:55:24.507Z] Removing intermediate container 3e5f63e2ef8e [2023-01-13T20:55:24.507Z] ---> 9efbbb9db568 [2023-01-13T20:55:24.507Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-13T20:55:24.507Z] Successfully tagged security-proxy-setup:latest [2023-01-13T20:55:24.507Z]  Building security-proxy-setup ... done Building security-bootstrapper [2023-01-13T20:55:24.507Z] Removing intermediate container 4c4961a47283 [2023-01-13T20:55:24.507Z] ---> fe25e1d5a6c8 [2023-01-13T20:55:24.507Z] [2023-01-13T20:55:24.507Z] ---> Running in d4eb3061d0c8 [2023-01-13T20:55:24.764Z] Successfully built fe25e1d5a6c8 [2023-01-13T20:55:24.764Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-13T20:55:24.764Z] Building security-secretstore-setup [2023-01-13T20:55:25.021Z]  Building security-spiffe-token-provider ... done Removing intermediate container d4eb3061d0c8 [2023-01-13T20:55:25.021Z] ---> 3657f4c24032 [2023-01-13T20:55:25.021Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-13T20:55:26.946Z] ---> Running in 59eb7b3b079d [2023-01-13T20:55:27.881Z] Removing intermediate container 59eb7b3b079d [2023-01-13T20:55:27.881Z] ---> 29d48c89fbd9 [2023-01-13T20:55:27.881Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T20:55:28.816Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T20:55:28.816Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-13T20:55:28.816Z] ---> 4d1e222e62ea [2023-01-13T20:55:28.816Z] Step 3/32 : WORKDIR /edgex-go [2023-01-13T20:55:28.816Z] ---> Using cache [2023-01-13T20:55:28.816Z] ---> 774bf521fc7b [2023-01-13T20:55:28.816Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-13T20:55:28.816Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T20:55:28.816Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-13T20:55:28.816Z] ---> 4d1e222e62ea [2023-01-13T20:55:28.816Z] Step 3/24 : WORKDIR /edgex-go [2023-01-13T20:55:28.816Z] ---> Using cache [2023-01-13T20:55:28.816Z] ---> 774bf521fc7b [2023-01-13T20:55:28.816Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-13T20:55:30.208Z] ---> f46da61ebe38 [2023-01-13T20:55:30.208Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-13T20:55:30.777Z] ---> Running in 1c6fb3c34818 [2023-01-13T20:55:30.777Z] ---> Running in 2a46793f7cc0 [2023-01-13T20:55:31.046Z] ---> a26633dbccaa [2023-01-13T20:55:31.046Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-13T20:55:31.648Z] ---> a82b81e22cb1 [2023-01-13T20:55:31.648Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-13T20:55:31.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:31.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:31.648Z] ---> Running in 03f64ed53793 [2023-01-13T20:55:31.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:31.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:31.906Z] Removing intermediate container 03f64ed53793 [2023-01-13T20:55:31.906Z] ---> 249d48ce2e9e [2023-01-13T20:55:31.906Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-13T20:55:31.906Z] OK: 211 MiB in 51 packages [2023-01-13T20:55:31.906Z] OK: 211 MiB in 51 packages [2023-01-13T20:55:31.906Z] ---> Running in e51559cfdfec [2023-01-13T20:55:32.187Z] Removing intermediate container e51559cfdfec [2023-01-13T20:55:32.187Z] ---> 13548773b9ad [2023-01-13T20:55:32.187Z] Step 20/22 : LABEL arch=x86_64 [2023-01-13T20:55:32.512Z] ---> Running in 0d094b5ab191 [2023-01-13T20:55:32.769Z] Removing intermediate container 0d094b5ab191 [2023-01-13T20:55:32.769Z] ---> 13abe41e1352 [2023-01-13T20:55:32.769Z] Step 21/22 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:55:32.769Z] Removing intermediate container 1c6fb3c34818 [2023-01-13T20:55:32.769Z] ---> 487ae442b4dd [2023-01-13T20:55:32.769Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-13T20:55:32.769Z] Removing intermediate container 2a46793f7cc0 [2023-01-13T20:55:32.769Z] ---> 7d91cbeae599 [2023-01-13T20:55:32.769Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-13T20:55:33.028Z] ---> Running in 160ce3885454 [2023-01-13T20:55:33.287Z] ---> c88ef5a28e81 [2023-01-13T20:55:33.287Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T20:55:33.287Z] ---> 71d4217c8abf [2023-01-13T20:55:33.287Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T20:55:33.287Z] Removing intermediate container 160ce3885454 [2023-01-13T20:55:33.287Z] ---> 6eeed81275bd [2023-01-13T20:55:33.287Z] Step 22/22 : LABEL version=0.0.0 [2023-01-13T20:55:33.545Z] ---> Running in b4f91890f4c7 [2023-01-13T20:55:33.545Z] ---> Running in 1ffd70e0d122 [2023-01-13T20:55:33.545Z] ---> Running in a553e2928b19 [2023-01-13T20:55:33.803Z] Removing intermediate container 1ffd70e0d122 [2023-01-13T20:55:33.803Z] ---> 4834a7f86023 [2023-01-13T20:55:33.803Z] [2023-01-13T20:55:33.803Z] Successfully built 4834a7f86023 [2023-01-13T20:55:33.965Z] Merging remotes/origin/main commit d445b9d68d41a0b4888c1715f4f355bbb5b97d48 into PR head commit f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:55:34.060Z] Successfully tagged support-notifications:latest [2023-01-13T20:55:34.061Z]  Building support-notifications ... done Building core-metadata [2023-01-13T20:55:31.990Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-13T20:55:32.016Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-13T20:55:33.046Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-13T20:55:33.102Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-13T20:55:33.103Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-13T20:55:33.122Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4281/head:refs/remotes/origin/PR-4281 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-01-13T20:55:33.985Z] > git config core.sparsecheckout # timeout=10 [2023-01-13T20:55:34.014Z] > git checkout -f f88f776b66bfda32466101e5a93e8ee6f15bd1c4 # timeout=10 [2023-01-13T20:55:34.387Z] Merge succeeded, producing f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:55:34.387Z] Checking out Revision f88f776b66bfda32466101e5a93e8ee6f15bd1c4 (PR-4281) [2023-01-13T20:55:34.271Z] > git remote # timeout=10 [2023-01-13T20:55:34.293Z] > git config --get remote.origin.url # timeout=10 [2023-01-13T20:55:34.313Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-13T20:55:34.329Z] > git merge d445b9d68d41a0b4888c1715f4f355bbb5b97d48 # timeout=10 [2023-01-13T20:55:34.358Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-01-13T20:55:34.391Z] > git config core.sparsecheckout # timeout=10 [2023-01-13T20:55:34.406Z] > git checkout -f f88f776b66bfda32466101e5a93e8ee6f15bd1c4 # timeout=10 [2023-01-13T20:55:37.336Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T20:55:37.336Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-13T20:55:37.336Z] ---> 4d1e222e62ea [2023-01-13T20:55:37.336Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-13T20:55:37.336Z] ---> Using cache [2023-01-13T20:55:37.336Z] ---> 4d9d5edb8265 [2023-01-13T20:55:37.336Z] Step 4/24 : WORKDIR /edgex-go [2023-01-13T20:55:37.336Z] ---> Using cache [2023-01-13T20:55:37.336Z] ---> 5a38b0e8e2e7 [2023-01-13T20:55:37.336Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-13T20:55:37.336Z] ---> Using cache [2023-01-13T20:55:37.336Z] ---> 805a3c14e61f [2023-01-13T20:55:37.336Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-13T20:55:37.336Z] ---> Using cache [2023-01-13T20:55:37.336Z] ---> 4a0c4a1e8edd [2023-01-13T20:55:37.336Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T20:55:38.149Z] Commit message: "feat(security)!: Remove OAuth support for Kong users" [2023-01-13T20:55:38.199Z] > git --version # timeout=10 [2023-01-13T20:55:38.211Z] > git --version # 'git version 2.25.1' [2023-01-13T20:55:38.237Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-13T20:55:38.269Z] ---> Running in 24020c494a6b [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2023-01-13T20:55:38.836Z] Removing intermediate container 2d13eb78ae30 [2023-01-13T20:55:38.836Z] ---> c9400f828bfb [2023-01-13T20:55:38.836Z] Step 7/24 : COPY . . [Pipeline] sh [2023-01-13T20:55:39.093Z] Removing intermediate container 6a7509fe82c5 [2023-01-13T20:55:39.093Z] ---> ca7fad961e7f [2023-01-13T20:55:39.093Z] Step 8/23 : COPY . . [2023-01-13T20:55:39.397Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-13T20:55:39.397Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-13T20:55:39.397Z] Dload Upload Total Spent Left Speed [2023-01-13T20:55:39.397Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89167 0 --:--:-- --:--:-- --:--:-- 89167 [Pipeline] sh [2023-01-13T20:55:40.158Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-13T20:55:40.522Z] + sudo tee /etc/docker/daemon.new [2023-01-13T20:55:40.523Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-13T20:55:40.523Z] { [2023-01-13T20:55:40.523Z] "registry-mirrors": [ [2023-01-13T20:55:40.523Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-13T20:55:40.523Z] ], [2023-01-13T20:55:40.523Z] "bip": "10.250.0.254/24", [2023-01-13T20:55:40.523Z] "hosts": [ [2023-01-13T20:55:40.523Z] "tcp://0.0.0.0:5555", [2023-01-13T20:55:40.523Z] "unix:///var/run/docker.sock" [2023-01-13T20:55:40.523Z] ], [2023-01-13T20:55:40.523Z] "mtu": 1458, [2023-01-13T20:55:40.523Z] "selinux-enabled": true, [2023-01-13T20:55:40.523Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-13T20:55:40.523Z] } [Pipeline] sh [2023-01-13T20:55:40.881Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-13T20:55:41.235Z] + sudo service docker restart [2023-01-13T20:55:45.695Z] ---> 7d1d12bba762 [2023-01-13T20:55:45.695Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-13T20:55:45.695Z] ---> e7a5524fc5ec [2023-01-13T20:55:45.695Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-13T20:55:46.263Z] ---> Running in a801d76158d1 [2023-01-13T20:55:46.263Z] ---> Running in 5f3f10483747 [2023-01-13T20:55:46.830Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-13T20:55:47.395Z] Removing intermediate container a801d76158d1 [2023-01-13T20:55:47.395Z] ---> 1307bc5c40d4 [2023-01-13T20:55:47.395Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-13T20:55:48.767Z] ---> Running in a2ce3ef7b81e [2023-01-13T20:55:49.024Z] Removing intermediate container a2ce3ef7b81e [2023-01-13T20:55:49.024Z] ---> b4f0f322e0f2 [2023-01-13T20:55:49.024Z] 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-13T20:55:49.024Z] ---> Running in 7685098b6675 [2023-01-13T20:55:53.204Z] Removing intermediate container 7685098b6675 [2023-01-13T20:55:53.204Z] ---> 265204ecc38f [2023-01-13T20:55:53.204Z] Step 11/24 : WORKDIR /edgex-go [2023-01-13T20:55:54.579Z] ---> Running in ec6cd3829f78 [2023-01-13T20:55:55.144Z] Removing intermediate container ec6cd3829f78 [2023-01-13T20:55:55.144Z] ---> c0eb97744e32 [2023-01-13T20:55:55.144Z] [2023-01-13T20:55:55.144Z] Step 12/24 : FROM alpine:3.15 [2023-01-13T20:55:55.144Z] ---> c4fc93816858 [2023-01-13T20:55:55.144Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-13T20:55:55.144Z] ---> Using cache [2023-01-13T20:55:55.144Z] ---> 450aca56302a [2023-01-13T20:55:55.144Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-13T20:55:55.401Z] ---> Running in c6429a8c5c3f [2023-01-13T20:55:55.968Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:55.968Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:56.225Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-13T20:55:56.225Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-13T20:55:56.225Z] OK: 15859 distinct packages available [2023-01-13T20:55:56.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:56.483Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:55:56.483Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-13T20:55:56.483Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-13T20:55:56.483Z] (3/5) Installing libucontext (1.1-r0) [2023-01-13T20:55:56.483Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-13T20:55:56.483Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-13T20:55:56.483Z] Executing busybox-1.34.1-r7.trigger [2023-01-13T20:55:56.483Z] OK: 7 MiB in 19 packages [2023-01-13T20:55:58.380Z] Removing intermediate container c6429a8c5c3f [2023-01-13T20:55:58.380Z] ---> 2f0e8d8e3da7 [2023-01-13T20:55:58.380Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-13T20:55:58.637Z] Removing intermediate container a553e2928b19 [2023-01-13T20:55:58.637Z] ---> 1b04002e4ae3 [2023-01-13T20:55:58.637Z] Step 7/32 : COPY . . [2023-01-13T20:55:58.637Z] Removing intermediate container b4f91890f4c7 [2023-01-13T20:55:58.637Z] ---> 93093e5edf17 [2023-01-13T20:55:58.637Z] Step 7/24 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-13T20:55:59.599Z] provisioning config files... [2023-01-13T20:55:59.627Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16217887958742743599tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-13T20:56:00.017Z] ---> docker-login.sh [2023-01-13T20:56:00.017Z] nexus3.edgexfoundry.org:10001 [2023-01-13T20:56:00.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-13T20:56:00.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-13T20:56:00.609Z] Configure a credential helper to remove this warning. See [2023-01-13T20:56:00.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-13T20:56:00.609Z] [2023-01-13T20:56:00.609Z] Login Succeeded [2023-01-13T20:56:00.609Z] nexus3.edgexfoundry.org:10002 [2023-01-13T20:56:00.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-13T20:56:01.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-13T20:56:01.153Z] Configure a credential helper to remove this warning. See [2023-01-13T20:56:01.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-13T20:56:01.153Z] [2023-01-13T20:56:01.153Z] Login Succeeded [2023-01-13T20:56:01.153Z] nexus3.edgexfoundry.org:10003 [2023-01-13T20:56:01.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-13T20:56:01.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-13T20:56:01.422Z] Configure a credential helper to remove this warning. See [2023-01-13T20:56:01.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-13T20:56:01.422Z] [2023-01-13T20:56:01.422Z] Login Succeeded [2023-01-13T20:56:01.422Z] nexus3.edgexfoundry.org:10004 [2023-01-13T20:56:01.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-13T20:56:01.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-13T20:56:01.695Z] Configure a credential helper to remove this warning. See [2023-01-13T20:56:01.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-13T20:56:01.695Z] [2023-01-13T20:56:01.695Z] Login Succeeded [2023-01-13T20:56:01.695Z] docker.io [2023-01-13T20:56:01.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-13T20:56:02.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-13T20:56:02.233Z] Configure a credential helper to remove this warning. See [2023-01-13T20:56:02.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-13T20:56:02.233Z] [2023-01-13T20:56:02.233Z] Login Succeeded [2023-01-13T20:56:02.233Z] ---> docker-login.sh ends [Pipeline] } [2023-01-13T20:56:02.264Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-13T20:56:02.971Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-01-13T20:56:03.007Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-13T20:56:03.044Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-13T20:56:03.076Z] ========================================================= [2023-01-13T20:56:03.076Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-13T20:56:03.076Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-13T20:56:03.457Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-13T20:56:03.457Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-13T20:56:03.457Z] 9b18e9b68314: Pulling fs layer [2023-01-13T20:56:03.457Z] 35d82f9e3411: Pulling fs layer [2023-01-13T20:56:03.457Z] e16973657156: Pulling fs layer [2023-01-13T20:56:03.457Z] fc693d55d65f: Pulling fs layer [2023-01-13T20:56:03.457Z] 7e9fc2657dce: Pulling fs layer [2023-01-13T20:56:03.457Z] dda99020689f: Pulling fs layer [2023-01-13T20:56:03.457Z] db1c61fa0a46: Pulling fs layer [2023-01-13T20:56:03.735Z] 891c053d2c06: Pulling fs layer [2023-01-13T20:56:03.735Z] 7e9fc2657dce: Waiting [2023-01-13T20:56:03.735Z] db1c61fa0a46: Waiting [2023-01-13T20:56:03.735Z] 891c053d2c06: Waiting [2023-01-13T20:56:03.735Z] dda99020689f: Waiting [2023-01-13T20:56:03.735Z] fc693d55d65f: Waiting [2023-01-13T20:56:03.735Z] e16973657156: Verifying Checksum [2023-01-13T20:56:03.735Z] e16973657156: Download complete [2023-01-13T20:56:03.735Z] 35d82f9e3411: Verifying Checksum [2023-01-13T20:56:03.735Z] 35d82f9e3411: Download complete [2023-01-13T20:56:03.735Z] 7e9fc2657dce: Verifying Checksum [2023-01-13T20:56:03.735Z] 7e9fc2657dce: Download complete [2023-01-13T20:56:03.735Z] dda99020689f: Download complete [2023-01-13T20:56:03.735Z] 9b18e9b68314: Verifying Checksum [2023-01-13T20:56:03.735Z] 9b18e9b68314: Download complete [2023-01-13T20:56:03.898Z] ---> 1fdf23b8bf75 [2023-01-13T20:56:03.898Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-13T20:56:04.178Z] ---> 5c5124d3cf8c [2023-01-13T20:56:04.178Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-13T20:56:04.178Z] ---> cc945a0b5a42 [2023-01-13T20:56:04.178Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-13T20:56:04.720Z] 9b18e9b68314: Pull complete [2023-01-13T20:56:04.747Z] Removing intermediate container 24020c494a6b [2023-01-13T20:56:04.747Z] ---> 3d95bc4bb238 [2023-01-13T20:56:04.747Z] Step 8/24 : COPY . . [2023-01-13T20:56:04.991Z] 891c053d2c06: Verifying Checksum [2023-01-13T20:56:04.991Z] 891c053d2c06: Download complete [2023-01-13T20:56:05.285Z] 35d82f9e3411: Pull complete [2023-01-13T20:56:05.572Z] e16973657156: Pull complete [2023-01-13T20:56:06.152Z] ---> Running in 51aa8ea5909b [2023-01-13T20:56:06.152Z] ---> Running in c448606d8fbf [2023-01-13T20:56:06.162Z] db1c61fa0a46: Verifying Checksum [2023-01-13T20:56:06.162Z] db1c61fa0a46: Download complete [2023-01-13T20:56:06.410Z] ---> 80da70a6cdb4 [2023-01-13T20:56:06.410Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-13T20:56:06.410Z] Removing intermediate container 5f3f10483747 [2023-01-13T20:56:06.410Z] ---> fc40fe35546c [2023-01-13T20:56:06.410Z] [2023-01-13T20:56:06.410Z] Step 10/23 : FROM alpine:3.16 [2023-01-13T20:56:06.410Z] ---> bfe296a52501 [2023-01-13T20:56:06.410Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-13T20:56:06.668Z] ---> 19182c2b2156 [2023-01-13T20:56:06.668Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-13T20:56:06.668Z] ---> Running in 5644a8402359 [2023-01-13T20:56:06.752Z] fc693d55d65f: Download complete [2023-01-13T20:56:06.926Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-13T20:56:06.926Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-13T20:56:06.926Z] ---> ccce45b283c7 [2023-01-13T20:56:06.926Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-13T20:56:07.184Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:56:07.507Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:56:07.507Z] ---> a59a4821c37a [2023-01-13T20:56:07.507Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-13T20:56:07.793Z] ---> Running in 59555119cd6f [2023-01-13T20:56:07.793Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-13T20:56:07.793Z] Executing busybox-1.35.0-r17.trigger [2023-01-13T20:56:07.793Z] OK: 6 MiB in 15 packages [2023-01-13T20:56:08.087Z] Removing intermediate container 59555119cd6f [2023-01-13T20:56:08.087Z] ---> 7e88afede7cc [2023-01-13T20:56:08.087Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-13T20:56:08.731Z] ---> Running in c03d9c6f223a [2023-01-13T20:56:09.032Z] Removing intermediate container c03d9c6f223a [2023-01-13T20:56:09.032Z] Removing intermediate container 5644a8402359 [2023-01-13T20:56:09.032Z] ---> d4d1e9e322b3 [2023-01-13T20:56:09.032Z] ---> 357052a2c19d [2023-01-13T20:56:09.032Z] Step 22/24 : LABEL arch=x86_64Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-13T20:56:09.032Z] [2023-01-13T20:56:09.328Z] ---> fbf34a24e797 [2023-01-13T20:56:09.328Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-13T20:56:09.328Z] ---> Running in 252ded2dbf1e [2023-01-13T20:56:09.328Z] ---> Running in 629c6b199700 [2023-01-13T20:56:09.328Z] ---> Running in b5e13257ff73 [2023-01-13T20:56:09.634Z] Removing intermediate container 252ded2dbf1e [2023-01-13T20:56:09.634Z] ---> 0f4e77252083 [2023-01-13T20:56:09.634Z] Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:56:09.634Z] Removing intermediate container b5e13257ff73 [2023-01-13T20:56:09.634Z] ---> 2531203ccede [2023-01-13T20:56:09.634Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-13T20:56:09.634Z] ---> Running in a6daba99807b [2023-01-13T20:56:09.634Z] ---> Running in 73395af75765 [2023-01-13T20:56:09.634Z] Removing intermediate container a6daba99807b [2023-01-13T20:56:09.634Z] ---> 7a109d06058e [2023-01-13T20:56:09.634Z] Step 24/24 : LABEL version=0.0.0 [2023-01-13T20:56:09.930Z] Removing intermediate container 73395af75765 [2023-01-13T20:56:09.930Z] ---> bb3408d68397 [2023-01-13T20:56:09.930Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-13T20:56:09.930Z] ---> Running in ba1c6a36b1f5 [2023-01-13T20:56:09.930Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-13T20:56:09.930Z] ---> Running in 89965c3fc7e5 [2023-01-13T20:56:09.930Z] Removing intermediate container ba1c6a36b1f5 [2023-01-13T20:56:09.930Z] ---> 918cf62d1989 [2023-01-13T20:56:09.930Z] [2023-01-13T20:56:09.930Z] Removing intermediate container 89965c3fc7e5 [2023-01-13T20:56:09.930Z] ---> 76f9d1199f90 [2023-01-13T20:56:10.191Z] Step 15/23 : WORKDIR / [2023-01-13T20:56:10.191Z] Successfully built 918cf62d1989 [2023-01-13T20:56:10.191Z] Successfully tagged security-spire-agent:latest [2023-01-13T20:56:10.191Z]  Building security-spire-agent ... done Building core-data [2023-01-13T20:56:10.191Z] ---> Running in e60c3850e949 [2023-01-13T20:56:11.127Z] Removing intermediate container e60c3850e949 [2023-01-13T20:56:11.127Z] ---> b6147aa2197d [2023-01-13T20:56:11.127Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T20:56:13.034Z] ---> c320f645dbe4 [2023-01-13T20:56:13.034Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-13T20:56:14.414Z] ---> e494e2fec508 [2023-01-13T20:56:14.414Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-13T20:56:15.004Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T20:56:15.004Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-13T20:56:15.004Z] ---> 4d1e222e62ea [2023-01-13T20:56:15.004Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-13T20:56:15.004Z] ---> Using cache [2023-01-13T20:56:15.004Z] ---> 4d9d5edb8265 [2023-01-13T20:56:15.004Z] Step 4/22 : WORKDIR /edgex-go [2023-01-13T20:56:15.004Z] ---> Using cache [2023-01-13T20:56:15.004Z] ---> 5a38b0e8e2e7 [2023-01-13T20:56:15.004Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-13T20:56:15.004Z] ---> Using cache [2023-01-13T20:56:15.004Z] ---> 805a3c14e61f [2023-01-13T20:56:15.004Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-13T20:56:15.004Z] ---> Using cache [2023-01-13T20:56:15.004Z] ---> 4a0c4a1e8edd [2023-01-13T20:56:15.004Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T20:56:15.004Z] ---> Using cache [2023-01-13T20:56:15.004Z] ---> 3d95bc4bb238 [2023-01-13T20:56:15.004Z] Step 8/22 : COPY . . [2023-01-13T20:56:15.004Z] ---> Using cache [2023-01-13T20:56:15.004Z] ---> fbf34a24e797 [2023-01-13T20:56:15.004Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-13T20:56:15.279Z] ---> 6abbb0d946cb [2023-01-13T20:56:15.279Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-13T20:56:15.279Z] ---> Running in f1b7aa244ba5 [2023-01-13T20:56:15.537Z] ---> Running in b1687bd24c54 [2023-01-13T20:56:15.808Z] Removing intermediate container b1687bd24c54 [2023-01-13T20:56:15.808Z] ---> 603fbe05cd58 [2023-01-13T20:56:15.808Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-13T20:56:16.087Z] ---> Running in 27e3c4396bc3 [2023-01-13T20:56:16.348Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-13T20:56:16.348Z] Removing intermediate container 27e3c4396bc3 [2023-01-13T20:56:16.348Z] ---> 9feae4be81e1 [2023-01-13T20:56:16.348Z] Step 21/23 : LABEL arch=x86_64 [2023-01-13T20:56:16.348Z] ---> Running in 78dc169406db [2023-01-13T20:56:16.918Z] Removing intermediate container 78dc169406db [2023-01-13T20:56:16.918Z] ---> 7079f09fd21c [2023-01-13T20:56:16.918Z] Step 22/23 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:56:16.918Z] ---> Running in 7835d2252041 [2023-01-13T20:56:17.179Z] Removing intermediate container 7835d2252041 [2023-01-13T20:56:17.179Z] ---> 378bee034c20 [2023-01-13T20:56:17.179Z] Step 23/23 : LABEL version=0.0.0 [2023-01-13T20:56:17.438Z] ---> Running in 07f3cd2e8536 [2023-01-13T20:56:17.696Z] Removing intermediate container 07f3cd2e8536 [2023-01-13T20:56:17.696Z] ---> d85793098820 [2023-01-13T20:56:17.696Z] [2023-01-13T20:56:17.954Z] Successfully built d85793098820 [2023-01-13T20:56:17.954Z] Successfully tagged core-command:latest [2023-01-13T20:56:17.954Z]  Building core-command ... done Building support-scheduler [2023-01-13T20:56:19.097Z] fc693d55d65f: Pull complete [2023-01-13T20:56:19.097Z] 7e9fc2657dce: Pull complete [2023-01-13T20:56:19.097Z] dda99020689f: Pull complete [2023-01-13T20:56:21.354Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T20:56:21.354Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-13T20:56:21.354Z] ---> 4d1e222e62ea [2023-01-13T20:56:21.354Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-13T20:56:21.354Z] ---> Using cache [2023-01-13T20:56:21.354Z] ---> 4d9d5edb8265 [2023-01-13T20:56:21.354Z] Step 4/22 : WORKDIR /edgex-go [2023-01-13T20:56:21.354Z] ---> Using cache [2023-01-13T20:56:21.354Z] ---> 5a38b0e8e2e7 [2023-01-13T20:56:21.354Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-13T20:56:21.354Z] ---> Using cache [2023-01-13T20:56:21.354Z] ---> 805a3c14e61f [2023-01-13T20:56:21.354Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-13T20:56:21.354Z] ---> Using cache [2023-01-13T20:56:21.354Z] ---> 4a0c4a1e8edd [2023-01-13T20:56:21.354Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T20:56:21.354Z] ---> Using cache [2023-01-13T20:56:21.354Z] ---> 3d95bc4bb238 [2023-01-13T20:56:21.354Z] Step 8/22 : COPY . . [2023-01-13T20:56:21.354Z] ---> Using cache [2023-01-13T20:56:21.354Z] ---> fbf34a24e797 [2023-01-13T20:56:21.354Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-13T20:56:22.290Z] ---> Running in 5dbb5f58d438 [2023-01-13T20:56:23.223Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-13T20:56:25.762Z] db1c61fa0a46: Pull complete [2023-01-13T20:56:26.725Z] 891c053d2c06: Pull complete [2023-01-13T20:56:26.725Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-13T20:56:26.725Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-13T20:56:26.725Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-13T20:56:27.100Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-13T20:56:27.100Z] WORKDIR /edgex [2023-01-13T20:56:27.100Z] COPY go.mod . [2023-01-13T20:56:27.100Z] RUN go mod download -t [2023-01-13T20:56:27.100Z] ci-base-image-arm64 -f - . [2023-01-13T20:56:27.682Z] Sending build context to Docker daemon 3.111MB [2023-01-13T20:56:27.682Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-13T20:56:27.682Z] ---> f96f9c87975a [2023-01-13T20:56:27.682Z] Step 2/4 : WORKDIR /edgex [2023-01-13T20:56:29.634Z] ---> Running in 6d5bdc3cc362 [2023-01-13T20:56:29.904Z] Removing intermediate container 6d5bdc3cc362 [2023-01-13T20:56:29.904Z] ---> 0467b6508b06 [2023-01-13T20:56:29.904Z] Step 3/4 : COPY go.mod . [2023-01-13T20:56:30.489Z] ---> 490473319a0e [2023-01-13T20:56:30.489Z] Step 4/4 : RUN go mod download [2023-01-13T20:56:30.489Z] ---> Running in 7e6dfc42a37d [2023-01-13T20:56:38.106Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-13T20:56:43.365Z] Removing intermediate container 51aa8ea5909b [2023-01-13T20:56:43.365Z] ---> a40a38f0a8c0 [2023-01-13T20:56:43.365Z] [2023-01-13T20:56:43.365Z] Step 9/32 : FROM alpine:3.16 [2023-01-13T20:56:43.365Z] ---> bfe296a52501 [2023-01-13T20:56:43.365Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-13T20:56:43.365Z] ---> Running in a7a108ae99b5 [2023-01-13T20:56:43.365Z] Removing intermediate container c448606d8fbf [2023-01-13T20:56:43.365Z] ---> 20587e366661 [2023-01-13T20:56:43.365Z] [2023-01-13T20:56:43.365Z] Step 9/24 : FROM alpine:3.16 [2023-01-13T20:56:43.365Z] ---> bfe296a52501 [2023-01-13T20:56:43.365Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-13T20:56:43.365Z] ---> Running in 5e0d2caaf969 [2023-01-13T20:56:43.365Z] Removing intermediate container a7a108ae99b5 [2023-01-13T20:56:43.365Z] ---> cd16af191479 [2023-01-13T20:56:43.365Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-13T20:56:43.623Z] ---> Running in abad154fb0b0 [2023-01-13T20:56:44.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:56:44.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:56:44.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:56:44.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:56:44.448Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-13T20:56:44.448Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-13T20:56:44.448Z] (2/2) Installing su-exec (0.2-r1) [2023-01-13T20:56:44.448Z] Executing busybox-1.35.0-r17.trigger [2023-01-13T20:56:44.448Z] OK: 6 MiB in 16 packages [2023-01-13T20:56:44.448Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-13T20:56:44.448Z] (3/3) Installing su-exec (0.2-r1) [2023-01-13T20:56:44.448Z] Executing busybox-1.35.0-r17.trigger [2023-01-13T20:56:44.707Z] Executing ca-certificates-20220614-r0.trigger [2023-01-13T20:56:44.707Z] OK: 6 MiB in 17 packages [2023-01-13T20:56:45.642Z] Removing intermediate container 629c6b199700 [2023-01-13T20:56:45.642Z] ---> 7357f27430d9 [2023-01-13T20:56:45.642Z] [2023-01-13T20:56:45.642Z] Step 10/24 : FROM alpine:3.16 [2023-01-13T20:56:45.642Z] ---> bfe296a52501 [2023-01-13T20:56:45.642Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-13T20:56:45.642Z] ---> Using cache [2023-01-13T20:56:45.642Z] ---> 357052a2c19d [2023-01-13T20:56:45.642Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-13T20:56:45.642Z] ---> Using cache [2023-01-13T20:56:45.642Z] ---> 2531203ccede [2023-01-13T20:56:45.642Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-13T20:56:45.899Z] ---> Running in daebe7c03b04 [2023-01-13T20:56:46.160Z] Removing intermediate container abad154fb0b0 [2023-01-13T20:56:46.160Z] ---> 7c8897edc49a [2023-01-13T20:56:46.160Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-13T20:56:46.160Z] Removing intermediate container 5e0d2caaf969 [2023-01-13T20:56:46.160Z] ---> 896a98cde42a [2023-01-13T20:56:46.160Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-13T20:56:46.160Z] Removing intermediate container daebe7c03b04 [2023-01-13T20:56:46.160Z] ---> 3c747d009bdc [2023-01-13T20:56:46.160Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-13T20:56:46.417Z] ---> Running in 9958b31716ae [2023-01-13T20:56:46.417Z] ---> Running in e1a361ae6773 [2023-01-13T20:56:46.417Z] ---> Running in e6c38c51babb [2023-01-13T20:56:46.418Z] Removing intermediate container 9958b31716ae [2023-01-13T20:56:46.418Z] ---> de39e46f5e50 [2023-01-13T20:56:46.418Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-13T20:56:46.675Z] Removing intermediate container e1a361ae6773 [2023-01-13T20:56:46.675Z] ---> 5a99f6b2ffc4 [2023-01-13T20:56:46.675Z] Step 12/24 : WORKDIR / [2023-01-13T20:56:46.675Z] Removing intermediate container e6c38c51babb [2023-01-13T20:56:46.675Z] ---> fd05d7bfa243 [2023-01-13T20:56:46.675Z] Step 15/24 : WORKDIR / [2023-01-13T20:56:46.675Z] ---> Running in 4ed65e6c8d8c [2023-01-13T20:56:46.675Z] ---> Running in e4f28e57dd8a [2023-01-13T20:56:46.675Z] ---> Running in ef79cf9a9e06 [2023-01-13T20:56:46.939Z] Removing intermediate container 4ed65e6c8d8c [2023-01-13T20:56:46.939Z] ---> 52895a2e7cd4 [2023-01-13T20:56:46.939Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-13T20:56:46.939Z] ---> Running in 548be5838b59 [2023-01-13T20:56:47.209Z] Removing intermediate container ef79cf9a9e06 [2023-01-13T20:56:47.210Z] ---> acddc3b90a35 [2023-01-13T20:56:47.210Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T20:56:47.210Z] Removing intermediate container e4f28e57dd8a [2023-01-13T20:56:47.210Z] ---> 827854be9bcf [2023-01-13T20:56:47.210Z] 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-13T20:56:47.210Z] Removing intermediate container 548be5838b59 [2023-01-13T20:56:47.210Z] ---> 399e7727d354 [2023-01-13T20:56:47.210Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-13T20:56:47.483Z] ---> Running in b403779e7416 [2023-01-13T20:56:47.742Z] ---> 4385a1c32546 [2023-01-13T20:56:47.742Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-13T20:56:47.742Z] ---> 4a823dc0c620 [2023-01-13T20:56:47.742Z] 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-13T20:56:47.999Z] Removing intermediate container b403779e7416 [2023-01-13T20:56:47.999Z] ---> aebbe1a83eda [2023-01-13T20:56:47.999Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-13T20:56:48.272Z] ---> Running in 5ce017799033 [2023-01-13T20:56:48.838Z] ---> 51c08978ad05 [2023-01-13T20:56:48.838Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-13T20:56:49.096Z] ---> 071da7943937 [2023-01-13T20:56:49.096Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-13T20:56:49.353Z] ---> f2378026f45f [2023-01-13T20:56:49.353Z] 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-13T20:56:49.612Z] ---> 3c87475258ec [2023-01-13T20:56:49.612Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-13T20:56:49.612Z] Removing intermediate container f1b7aa244ba5 [2023-01-13T20:56:49.612Z] ---> 7bf4fc5fd49e [2023-01-13T20:56:49.612Z] [2023-01-13T20:56:49.612Z] Step 10/22 : FROM alpine:3.16 [2023-01-13T20:56:49.612Z] ---> bfe296a52501 [2023-01-13T20:56:49.612Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-13T20:56:49.870Z] ---> Running in 13c0e623139b [2023-01-13T20:56:49.870Z] ---> d2e0e995d519 [2023-01-13T20:56:49.870Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-13T20:56:49.870Z] ---> c01a67a7a754 [2023-01-13T20:56:49.870Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-13T20:56:50.129Z] Removing intermediate container 13c0e623139b [2023-01-13T20:56:50.129Z] ---> 91da9ce1922c [2023-01-13T20:56:50.129Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-13T20:56:50.129Z] Removing intermediate container 5ce017799033 [2023-01-13T20:56:50.129Z] ---> c4c78d530c0c [2023-01-13T20:56:50.129Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-13T20:56:50.129Z] ---> Running in 03d033d97077 [2023-01-13T20:56:50.129Z] ---> Running in 0a1bbe288671 [2023-01-13T20:56:50.129Z] ---> Running in 9cb13e52fea0 [2023-01-13T20:56:50.387Z] Removing intermediate container 03d033d97077 [2023-01-13T20:56:50.387Z] ---> 9792af9236aa [2023-01-13T20:56:50.387Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-13T20:56:50.387Z] Removing intermediate container 0a1bbe288671 [2023-01-13T20:56:50.387Z] ---> ed6e5ee59ba7 [2023-01-13T20:56:50.387Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-13T20:56:50.387Z] Removing intermediate container 9cb13e52fea0 [2023-01-13T20:56:50.387Z] ---> 95ccc4187a25 [2023-01-13T20:56:50.387Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-13T20:56:50.387Z] ---> bb8eb4f3a9dd [2023-01-13T20:56:50.387Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-13T20:56:50.645Z] ---> Running in e78dbe17e088 [2023-01-13T20:56:50.645Z] ---> Running in 1200bfc58e9c [2023-01-13T20:56:50.645Z] Removing intermediate container e78dbe17e088 [2023-01-13T20:56:50.645Z] ---> f8287bfb78aa [2023-01-13T20:56:50.645Z] Step 22/24 : LABEL arch=x86_64 [2023-01-13T20:56:50.903Z] Removing intermediate container 1200bfc58e9c [2023-01-13T20:56:50.903Z] ---> a12dce90474e [2023-01-13T20:56:50.903Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-13T20:56:50.903Z] ---> Running in 5a9a3f07d210 [2023-01-13T20:56:50.903Z] ---> e228b28209fe [2023-01-13T20:56:50.903Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-13T20:56:50.903Z] ---> Running in 5ab0a1808401 [2023-01-13T20:56:51.162Z] ---> Running in f8422a372167 [2023-01-13T20:56:51.162Z] ---> 30b5e42aa0f9 [2023-01-13T20:56:51.162Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-13T20:56:51.162Z] Removing intermediate container 5a9a3f07d210 [2023-01-13T20:56:51.162Z] ---> 48049c2f7a34 [2023-01-13T20:56:51.162Z] Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:56:51.420Z] ---> Running in a7de189fc679 [2023-01-13T20:56:51.420Z] ---> 1f645d15f70c [2023-01-13T20:56:51.420Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-13T20:56:51.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-13T20:56:51.420Z] ---> Running in 1590b607b4d0 [2023-01-13T20:56:51.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-13T20:56:51.420Z] Removing intermediate container a7de189fc679 [2023-01-13T20:56:51.420Z] ---> 4a452e0cadb3 [2023-01-13T20:56:51.420Z] Step 24/24 : LABEL version=0.0.0 [2023-01-13T20:56:51.678Z] ---> Running in 3ff8f39e7a73 [2023-01-13T20:56:51.678Z] Removing intermediate container 3ff8f39e7a73 [2023-01-13T20:56:51.678Z] ---> f3c3c75a20ad [2023-01-13T20:56:51.678Z] [2023-01-13T20:56:51.678Z] Successfully built f3c3c75a20ad [2023-01-13T20:56:51.678Z] Successfully tagged core-metadata:latest [2023-01-13T20:56:51.678Z]  Building core-metadata ... done (1/1) Installing dumb-init (1.2.5-r1) [2023-01-13T20:56:51.678Z] Executing busybox-1.35.0-r17.trigger [2023-01-13T20:56:51.678Z] OK: 6 MiB in 15 packages [2023-01-13T20:56:52.245Z] Removing intermediate container f8422a372167 [2023-01-13T20:56:52.245Z] ---> a2ee150c9012 [2023-01-13T20:56:52.245Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T20:56:52.503Z] Removing intermediate container 5ab0a1808401 [2023-01-13T20:56:52.503Z] ---> 47121bd96add [2023-01-13T20:56:52.503Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T20:56:52.503Z] ---> 0de37ac81aaf [2023-01-13T20:56:52.503Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-13T20:56:52.820Z] Removing intermediate container 1590b607b4d0 [2023-01-13T20:56:52.820Z] ---> b72725212f74 [2023-01-13T20:56:52.820Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-13T20:56:52.820Z] ---> 0a949f1717d7 [2023-01-13T20:56:52.820Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-13T20:56:52.820Z] ---> Running in 171472efbae1 [2023-01-13T20:56:53.078Z] ---> bc084c22e889 [2023-01-13T20:56:53.078Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-13T20:56:53.078Z] Removing intermediate container 171472efbae1 [2023-01-13T20:56:53.078Z] ---> 6f6a1329d6c8 [2023-01-13T20:56:53.078Z] Step 22/24 : LABEL arch=x86_64 [2023-01-13T20:56:53.078Z] ---> Running in 0c7ee4f9d096 [2023-01-13T20:56:53.337Z] ---> 9c6e61111c52 [2023-01-13T20:56:53.337Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-13T20:56:53.337Z] Removing intermediate container 0c7ee4f9d096 [2023-01-13T20:56:53.337Z] ---> a217ecd9455c [2023-01-13T20:56:53.337Z] Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:56:53.595Z] ---> 0c8d40f58f1b [2023-01-13T20:56:53.595Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-13T20:56:53.595Z] ---> Running in 1d2fee20f370 [2023-01-13T20:56:53.595Z] ---> d6581f99bdb7 [2023-01-13T20:56:53.595Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-13T20:56:53.854Z] Removing intermediate container 1d2fee20f370 [2023-01-13T20:56:53.854Z] ---> a6487bc7fb13 [2023-01-13T20:56:53.854Z] Step 24/24 : LABEL version=0.0.0 [2023-01-13T20:56:53.854Z] ---> 6379149a1c4d [2023-01-13T20:56:53.854Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-13T20:56:53.854Z] ---> 2ffc4758c3fd [2023-01-13T20:56:53.854Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-13T20:56:53.854Z] ---> Running in 9ec392f03e63 [2023-01-13T20:56:53.854Z] ---> Running in 63f749fca7f7 [2023-01-13T20:56:54.112Z] Removing intermediate container 9ec392f03e63 [2023-01-13T20:56:54.112Z] ---> 32dcef996f85 [2023-01-13T20:56:54.112Z] [2023-01-13T20:56:54.112Z] ---> 1031bf9a94ae [2023-01-13T20:56:54.112Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-13T20:56:54.112Z] Removing intermediate container 63f749fca7f7 [2023-01-13T20:56:54.112Z] ---> 545a9c016b7f [2023-01-13T20:56:54.112Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-13T20:56:54.112Z] Successfully built 32dcef996f85 [2023-01-13T20:56:54.112Z] Successfully tagged security-secretstore-setup:latest [2023-01-13T20:56:54.112Z]  Building security-secretstore-setup ... done  ---> Running in 49e983168437 [2023-01-13T20:56:54.370Z] ---> 4963b7b023b0 [2023-01-13T20:56:54.370Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-13T20:56:54.370Z] ---> Running in f23a893aac72 [2023-01-13T20:56:54.370Z] Removing intermediate container 49e983168437 [2023-01-13T20:56:54.370Z] ---> 5a5c653c1f3a [2023-01-13T20:56:54.370Z] Step 20/22 : LABEL arch=x86_64 [2023-01-13T20:56:54.631Z] ---> Running in 1e4c9b62d316 [2023-01-13T20:56:54.889Z] Removing intermediate container 1e4c9b62d316 [2023-01-13T20:56:54.889Z] ---> aa8f77255c20 [2023-01-13T20:56:54.889Z] Step 21/22 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:56:55.148Z] ---> Running in 83ddaa075d1c [2023-01-13T20:56:55.427Z] Removing intermediate container 83ddaa075d1c [2023-01-13T20:56:55.427Z] ---> 9a4fa6076a23 [2023-01-13T20:56:55.427Z] Step 22/22 : LABEL version=0.0.0 [2023-01-13T20:56:55.427Z] ---> Running in 2580e22a9596 [2023-01-13T20:56:55.745Z] Removing intermediate container f23a893aac72 [2023-01-13T20:56:55.745Z] ---> 73a5a5dca386 [2023-01-13T20:56:55.745Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-13T20:56:55.745Z] Removing intermediate container 2580e22a9596 [2023-01-13T20:56:55.745Z] ---> a192cae4f245 [2023-01-13T20:56:55.745Z] [2023-01-13T20:56:55.745Z] ---> Running in c7e708faf748 [2023-01-13T20:56:55.745Z] Successfully built a192cae4f245 [2023-01-13T20:56:55.745Z] Successfully tagged core-data:latest [2023-01-13T20:56:56.021Z]  Building core-data ... done Removing intermediate container c7e708faf748 [2023-01-13T20:56:56.021Z] ---> 380adb8b6533 [2023-01-13T20:56:56.021Z] Step 29/32 : CMD ["gate"] [2023-01-13T20:56:56.021Z] ---> Running in a2bdd712ffe3 [2023-01-13T20:56:56.280Z] Removing intermediate container a2bdd712ffe3 [2023-01-13T20:56:56.280Z] ---> 3ff840d4b615 [2023-01-13T20:56:56.280Z] Step 30/32 : LABEL arch=x86_64 [2023-01-13T20:56:56.280Z] ---> Running in d752e94d2fe3 [2023-01-13T20:56:56.543Z] Removing intermediate container d752e94d2fe3 [2023-01-13T20:56:56.543Z] ---> 1f0ea593ad21 [2023-01-13T20:56:56.543Z] Step 31/32 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:56:56.543Z] ---> Running in 85c93e5f5340 [2023-01-13T20:56:56.801Z] Removing intermediate container 85c93e5f5340 [2023-01-13T20:56:56.801Z] ---> 82bc1e5146eb [2023-01-13T20:56:56.801Z] Step 32/32 : LABEL version=0.0.0 [2023-01-13T20:56:56.801Z] ---> Running in ff8423e3e4de [2023-01-13T20:56:57.059Z] Removing intermediate container ff8423e3e4de [2023-01-13T20:56:57.059Z] ---> 609dab4e5256 [2023-01-13T20:56:57.059Z] [2023-01-13T20:56:57.323Z] Successfully built 609dab4e5256 [2023-01-13T20:56:57.324Z] Successfully tagged security-bootstrapper:latest [2023-01-13T20:56:57.324Z]  Building security-bootstrapper ... done Removing intermediate container 5dbb5f58d438 [2023-01-13T20:56:57.324Z] ---> 10b5840a9e0f [2023-01-13T20:56:57.324Z] [2023-01-13T20:56:57.324Z] Step 10/22 : FROM alpine:3.16 [2023-01-13T20:56:57.324Z] ---> bfe296a52501 [2023-01-13T20:56:57.324Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-13T20:56:57.324Z] ---> Using cache [2023-01-13T20:56:57.324Z] ---> 357052a2c19d [2023-01-13T20:56:57.324Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-13T20:56:57.324Z] ---> Using cache [2023-01-13T20:56:57.324Z] ---> 2531203ccede [2023-01-13T20:56:57.324Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-13T20:56:57.324Z] ---> Running in 42c13c5726d9 [2023-01-13T20:56:57.324Z] Removing intermediate container 42c13c5726d9 [2023-01-13T20:56:57.324Z] ---> b8bdcf9b704b [2023-01-13T20:56:57.324Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-13T20:56:57.597Z] ---> Running in 095789a6cdae [2023-01-13T20:56:57.597Z] Removing intermediate container 095789a6cdae [2023-01-13T20:56:57.597Z] ---> 45b19827dd8b [2023-01-13T20:56:57.597Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T20:56:57.855Z] ---> 71b1c6f0e067 [2023-01-13T20:56:57.855Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-13T20:56:58.421Z] ---> 8cc024d2bd28 [2023-01-13T20:56:58.421Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-13T20:56:58.421Z] ---> a8e7a0996cfb [2023-01-13T20:56:58.421Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-13T20:56:58.421Z] ---> Running in fac77b95f67e [2023-01-13T20:56:58.683Z] Removing intermediate container fac77b95f67e [2023-01-13T20:56:58.683Z] ---> 665f3f08084f [2023-01-13T20:56:58.683Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-13T20:56:58.683Z] ---> Running in 443f718c93f1 [2023-01-13T20:56:58.683Z] Removing intermediate container 443f718c93f1 [2023-01-13T20:56:58.683Z] ---> 5db7c6b710a8 [2023-01-13T20:56:58.683Z] Step 20/22 : LABEL arch=x86_64 [2023-01-13T20:56:58.952Z] ---> Running in a2e3661e248f [2023-01-13T20:56:58.952Z] Removing intermediate container a2e3661e248f [2023-01-13T20:56:58.952Z] ---> fdf5f1b13dd4 [2023-01-13T20:56:58.952Z] Step 21/22 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T20:56:58.952Z] ---> Running in 52675cbb05ab [2023-01-13T20:56:58.952Z] Removing intermediate container 52675cbb05ab [2023-01-13T20:56:58.952Z] ---> 0c418fe079eb [2023-01-13T20:56:58.952Z] Step 22/22 : LABEL version=0.0.0 [2023-01-13T20:56:59.210Z] ---> Running in 809392f89aea [2023-01-13T20:56:59.210Z] Removing intermediate container 809392f89aea [2023-01-13T20:56:59.210Z] ---> 9999c58deea0 [2023-01-13T20:56:59.210Z] [2023-01-13T20:56:59.210Z] Successfully built 9999c58deea0 [2023-01-13T20:56:59.210Z] Successfully tagged support-scheduler:latest [2023-01-13T20:56:59.486Z]  Building support-scheduler ... done  [Pipeline] } [2023-01-13T20:56:59.510Z] $ docker stop --time=1 e3209b466c5a3eedcd2a16bbfb59f4bf3e6311cd647e349071054a7011862e1f [2023-01-13T20:57:00.840Z] $ docker rm -f --volumes e3209b466c5a3eedcd2a16bbfb59f4bf3e6311cd647e349071054a7011862e1f [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-13T20:57:01.251Z] + docker images [2023-01-13T20:57:01.251Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-13T20:57:01.251Z] support-scheduler latest 9999c58deea0 2 seconds ago 30MB [2023-01-13T20:57:01.251Z] 10b5840a9e0f 4 seconds ago 1.74GB [2023-01-13T20:57:01.251Z] security-bootstrapper latest 609dab4e5256 5 seconds ago 20.3MB [2023-01-13T20:57:01.251Z] core-data latest a192cae4f245 6 seconds ago 17.9MB [2023-01-13T20:57:01.251Z] security-secretstore-setup latest 32dcef996f85 8 seconds ago 29.9MB [2023-01-13T20:57:01.251Z] core-metadata latest f3c3c75a20ad 10 seconds ago 18.5MB [2023-01-13T20:57:01.251Z] 7bf4fc5fd49e 12 seconds ago 1.68GB [2023-01-13T20:57:01.251Z] 7357f27430d9 17 seconds ago 1.68GB [2023-01-13T20:57:01.251Z] 20587e366661 19 seconds ago 1.66GB [2023-01-13T20:57:01.251Z] a40a38f0a8c0 20 seconds ago 1.66GB [2023-01-13T20:57:01.251Z] core-command latest d85793098820 44 seconds ago 17.7MB [2023-01-13T20:57:01.251Z] security-spire-agent latest 918cf62d1989 52 seconds ago 125MB [2023-01-13T20:57:01.251Z] fc40fe35546c 55 seconds ago 1.67GB [2023-01-13T20:57:01.251Z] c0eb97744e32 About a minute ago 1.54GB [2023-01-13T20:57:01.251Z] support-notifications latest 4834a7f86023 About a minute ago 30.6MB [2023-01-13T20:57:01.251Z] security-spiffe-token-provider latest fe25e1d5a6c8 About a minute ago 29.8MB [2023-01-13T20:57:01.251Z] security-proxy-setup latest 21d5e527e121 About a minute ago 27.7MB [2023-01-13T20:57:01.251Z] 04d6d449afcf About a minute ago 1.74GB [2023-01-13T20:57:01.251Z] cc3fc14aa6e9 About a minute ago 1.7GB [2023-01-13T20:57:01.251Z] 445531298355 About a minute ago 1.66GB [2023-01-13T20:57:01.251Z] security-spire-config latest 13b154be1cf6 About a minute ago 85.8MB [2023-01-13T20:57:01.251Z] security-spire-server latest fc48202d18e1 About a minute ago 86.5MB [2023-01-13T20:57:01.251Z] 186d6622b8de 2 minutes ago 1.54GB [2023-01-13T20:57:01.251Z] 4dc58bb41e91 2 minutes ago 1.54GB [2023-01-13T20:57:01.251Z] ci-base-image-x86_64 latest 4d1e222e62ea 5 minutes ago 904MB [2023-01-13T20:57:01.251Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-13T20:57:01.251Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-13T20:57:01.251Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-13T20:57:01.251Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-13T20:57:01.251Z] 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) Stage "Docker Push" skipped due to when conditional [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-13T20:57:09.422Z] Removing intermediate container 7e6dfc42a37d [2023-01-13T20:57:09.423Z] ---> 9ae20d77e841 [2023-01-13T20:57:09.423Z] Successfully built 9ae20d77e841 [2023-01-13T20:57:09.423Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T20:57:09.844Z] + docker inspect -f . ci-base-image-arm64 [2023-01-13T20:57:09.844Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-13T20:57:10.129Z] prd-ubuntu20.04-docker-arm64-4c-16g-2272 does not seem to be running inside a container [2023-01-13T20:57:10.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-13T20:57:12.765Z] $ docker top a16b17f0eb4009ceffe73f3e290381e49e2a62f173e9131c70ea8476ed5b8f59 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-13T20:57:13.641Z] + go version [2023-01-13T20:57:13.641Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-13T20:57:13.676Z] $ docker stop --time=1 a16b17f0eb4009ceffe73f3e290381e49e2a62f173e9131c70ea8476ed5b8f59 [2023-01-13T20:57:15.276Z] $ docker rm -f --volumes a16b17f0eb4009ceffe73f3e290381e49e2a62f173e9131c70ea8476ed5b8f59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T20:57:16.132Z] + docker inspect -f . ci-base-image-arm64 [2023-01-13T20:57:16.132Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-13T20:57:16.389Z] prd-ubuntu20.04-docker-arm64-4c-16g-2272 does not seem to be running inside a container [2023-01-13T20:57:16.462Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-13T20:57:17.676Z] $ docker top 3e3966cefe137df552e0bc0e72ead3ca88d4798d863c76d029ef6582e418fa5c -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-13T20:57:17.937Z] ========================================================= [2023-01-13T20:57:17.937Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-13T20:57:17.937Z] ========================================================= [Pipeline] sh [2023-01-13T20:57:18.585Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-13T20:57:19.290Z] + make test [2023-01-13T20:57:19.290Z] go test -race -coverprofile=coverage.out ./... [2023-01-13T20:57:58.177Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-13T20:59:50.040Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-13T20:59:51.463Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-13T20:59:51.733Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-13T20:59:51.733Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-13T21:00:06.766Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-13T21:00:06.766Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-13T21:00:06.766Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-13T21:00:06.766Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-13T21:00:06.766Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-13T21:00:06.766Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-13T21:00:06.766Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-13T21:00:06.766Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-13T21:00:06.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-13T21:00:21.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.376s coverage: 28.7% of statements [2023-01-13T21:00:21.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-13T21:00:21.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-13T21:00:27.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.561s coverage: 98.5% of statements [2023-01-13T21:00:33.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 1.435s coverage: 43.0% of statements [2023-01-13T21:00:33.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-13T21:00:33.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-13T21:00:33.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.755s coverage: 54.0% of statements [2023-01-13T21:00:33.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-13T21:00:33.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-13T21:00:55.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 25.832s coverage: 89.2% of statements [2023-01-13T21:00:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-13T21:00:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-13T21:00:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-13T21:00:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-13T21:00:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-13T21:00:55.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.127s coverage: 2.4% of statements [2023-01-13T21:00:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-13T21:00:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-13T21:00:56.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.011s coverage: 95.6% of statements [2023-01-13T21:00:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-13T21:00:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-13T21:00:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-13T21:00:56.187Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.490s coverage: 72.2% of statements [2023-01-13T21:00:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-13T21:00:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-13T21:00:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-13T21:00:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-13T21:00:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-13T21:00:56.187Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.557s coverage: 60.0% of statements [2023-01-13T21:00:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-13T21:00:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-13T21:00:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-13T21:00:56.187Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.367s coverage: 0.9% of statements [2023-01-13T21:00:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-13T21:00:56.187Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.235s coverage: 58.8% of statements [2023-01-13T21:00:56.773Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.253s coverage: 29.6% of statements [2023-01-13T21:00:56.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-13T21:00:58.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.251s coverage: 47.1% of statements [2023-01-13T21:00:58.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.279s coverage: 79.5% of statements [2023-01-13T21:00:58.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.228s coverage: 94.1% of statements [2023-01-13T21:00:59.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.261s coverage: 96.3% of statements [2023-01-13T21:01:00.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.234s coverage: 87.5% of statements [2023-01-13T21:01:15.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.367s coverage: 94.4% of statements [2023-01-13T21:01:15.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.221s coverage: 44.8% of statements [2023-01-13T21:01:18.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.728s coverage: 79.9% of statements [2023-01-13T21:01:18.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-13T21:01:28.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.482s coverage: 92.9% of statements [2023-01-13T21:01:28.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-13T21:01:28.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.107s coverage: 65.1% of statements [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-13T21:01:28.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.261s coverage: 86.9% of statements [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-13T21:01:28.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.751s coverage: 87.2% of statements [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-13T21:01:28.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.197s coverage: 100.0% of statements [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-13T21:01:28.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.302s coverage: 77.4% of statements [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-13T21:01:28.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.286s coverage: 80.0% of statements [2023-01-13T21:01:28.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.240s coverage: 87.2% of statements [2023-01-13T21:01:28.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.813s coverage: 91.2% of statements [2023-01-13T21:01:28.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-13T21:01:29.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.042s coverage: 64.7% of statements [2023-01-13T21:01:29.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-13T21:01:29.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-13T21:01:29.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.269s coverage: 100.0% of statements [2023-01-13T21:01:30.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 89.4% of statements [2023-01-13T21:01:30.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2023-01-13T21:01:30.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2023-01-13T21:01:31.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.092s coverage: 100.0% of statements [2023-01-13T21:01:39.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.432s coverage: 65.8% of statements [2023-01-13T21:01:39.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-13T21:01:39.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-13T21:01:39.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-13T21:01:41.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.855s coverage: 41.8% of statements [2023-01-13T21:01:41.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-13T21:01:41.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-13T21:01:41.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.393s coverage: 89.5% of statements [2023-01-13T21:01:41.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-13T21:01:41.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.236s coverage: 84.8% of statements [2023-01-13T21:01:41.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-13T21:01:41.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-13T21:01:41.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-13T21:01:41.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-13T21:01:49.374Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.352s coverage: 17.7% of statements [2023-01-13T21:01:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-13T21:01:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-13T21:01:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-13T21:01:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-13T21:01:49.374Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.718s coverage: 92.3% of statements [2023-01-13T21:01:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-13T21:01:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-13T21:01:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-13T21:01:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-13T21:01:49.374Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.304s coverage: 63.2% of statements [2023-01-13T21:01:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-13T21:01:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-13T21:01:49.374Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.561s coverage: 97.7% of statements [2023-01-13T21:01:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-13T21:01:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-13T21:01:49.644Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "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-13T21:01:49.644Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-13T21:01:49.644Z] go vet ./... [2023-01-13T21:03:41.344Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-13T21:03:41.344Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-13T21:03:41.344Z] ./bin/test-attribution-txt.sh [2023-01-13T21:03:41.344Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-01-13T21:03:41.344Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-01-13T21:03:41.384Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-13T21:03:41.732Z] + ls -al . [2023-01-13T21:03:41.733Z] total 744 [2023-01-13T21:03:41.749Z] drwxrwxr-x 10 1001 1001 4096 Jan 13 20:57 . [2023-01-13T21:03:41.749Z] drwxr-xr-x 4 root root 4096 Jan 13 20:57 .. [2023-01-13T21:03:41.749Z] drwxrwxr-x 2 1001 1001 4096 Jan 13 20:55 .blubracket [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 16 Jan 13 20:55 .dockerignore [2023-01-13T21:03:41.749Z] drwxrwxr-x 8 1001 1001 4096 Jan 13 20:55 .git [2023-01-13T21:03:41.749Z] drwxrwxr-x 3 1001 1001 4096 Jan 13 20:55 .github [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 956 Jan 13 20:55 .gitignore [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 42 Jan 13 20:55 .golangci.yml [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 87 Jan 13 20:55 .hadolint.yml [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 20:55 .sonarcloud.properties [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 1171 Jan 13 20:55 ADOPTERS.md [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 10618 Jan 13 20:55 Attribution.txt [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 73765 Jan 13 20:55 CHANGELOG.md [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 20:55 CONTRIBUTING.md [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 677 Jan 13 20:55 GOVERNANCE.md [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 850 Jan 13 20:55 Jenkinsfile [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 20:55 LICENSE [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 12513 Jan 13 20:55 Makefile [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 582 Jan 13 20:55 OWNERS.md [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 9403 Jan 13 20:55 README.md [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 6912 Jan 13 20:55 SECURITY.md [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 5 Jan 13 20:51 VERSION [2023-01-13T21:03:41.749Z] drwxrwxr-x 2 1001 1001 4096 Jan 13 20:55 bin [2023-01-13T21:03:41.749Z] drwxrwxr-x 16 1001 1001 4096 Jan 13 20:55 cmd [2023-01-13T21:03:41.749Z] -rw-r--r-- 1 root root 489579 Jan 13 21:01 coverage.out [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 3376 Jan 13 20:55 go.mod [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 34949 Jan 13 20:55 go.sum [2023-01-13T21:03:41.749Z] drwxrwxr-x 7 1001 1001 4096 Jan 13 20:55 internal [2023-01-13T21:03:41.749Z] drwxrwxr-x 3 1001 1001 4096 Jan 13 20:55 openapi [2023-01-13T21:03:41.749Z] drwxrwxr-x 4 1001 1001 4096 Jan 13 20:55 snap [2023-01-13T21:03:41.749Z] -rw-rw-r-- 1 1001 1001 204 Jan 13 20:55 version.go [Pipeline] sh [2023-01-13T21:03:42.396Z] + '[' -e coverage.out ] [2023-01-13T21:03:42.396Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-13T21:03:42.435Z] Warning: overwriting stash ‘coverage-report’ [2023-01-13T21:03:43.302Z] Stashed 1 file(s) [Pipeline] sh [2023-01-13T21:03:43.962Z] + make build [2023-01-13T21:03:43.962Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-13T21:05:20.624Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-13T21:05:20.624Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-13T21:05:20.624Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-13T21:06:07.467Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-13T21:06:12.815Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-13T21:06:18.167Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-13T21:06:26.392Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-13T21:06:29.741Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-13T21:06:34.002Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-13T21:06:49.007Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-13T21:06:54.399Z] $ docker stop --time=1 3e3966cefe137df552e0bc0e72ead3ca88d4798d863c76d029ef6582e418fa5c [2023-01-13T21:06:56.402Z] $ docker rm -f --volumes 3e3966cefe137df552e0bc0e72ead3ca88d4798d863c76d029ef6582e418fa5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T21:06:58.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-13T21:06:58.910Z] [2023-01-13T21:06:58.910Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T21:06:59.320Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-13T21:06:59.590Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-13T21:06:59.590Z] 29e5d40040c1: Pulling fs layer [2023-01-13T21:06:59.590Z] 1ce36da41761: Pulling fs layer [2023-01-13T21:06:59.590Z] 25b303627fd3: Pulling fs layer [2023-01-13T21:06:59.590Z] 29e5d40040c1: Verifying Checksum [2023-01-13T21:06:59.590Z] 29e5d40040c1: Download complete [2023-01-13T21:06:59.869Z] 1ce36da41761: Verifying Checksum [2023-01-13T21:06:59.869Z] 1ce36da41761: Download complete [2023-01-13T21:07:00.149Z] 29e5d40040c1: Pull complete [2023-01-13T21:07:01.564Z] 25b303627fd3: Verifying Checksum [2023-01-13T21:07:01.564Z] 25b303627fd3: Download complete [2023-01-13T21:07:01.564Z] 1ce36da41761: Pull complete [2023-01-13T21:07:11.642Z] 25b303627fd3: Pull complete [2023-01-13T21:07:11.642Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-13T21:07:11.642Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-13T21:07:11.642Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-13T21:07:11.979Z] prd-ubuntu20.04-docker-arm64-4c-16g-2272 does not seem to be running inside a container [2023-01-13T21:07:12.054Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-13T21:07:14.640Z] $ docker top f014f84458466dab7b7deebf7cf4597d98dd55ea0e1b6ea47bbbad4647cdea9e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-13T21:07:15.527Z] + grep parallel [2023-01-13T21:07:15.528Z] + docker-compose build --help [2023-01-13T21:07:20.876Z] --parallel Build images in parallel. [Pipeline] } [2023-01-13T21:07:20.910Z] $ docker stop --time=1 f014f84458466dab7b7deebf7cf4597d98dd55ea0e1b6ea47bbbad4647cdea9e [2023-01-13T21:07:22.629Z] $ docker rm -f --volumes f014f84458466dab7b7deebf7cf4597d98dd55ea0e1b6ea47bbbad4647cdea9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T21:07:23.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-13T21:07:23.463Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-13T21:07:23.738Z] prd-ubuntu20.04-docker-arm64-4c-16g-2272 does not seem to be running inside a container [2023-01-13T21:07:23.820Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-13T21:07:25.079Z] $ docker top 8703c104415863594423b94fb255b0fba665e09c683b9ed9639e9bbcb64a3daf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-13T21:07:25.967Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-13T21:07:31.310Z] Building core-command ... [2023-01-13T21:07:31.310Z] Building core-data ... [2023-01-13T21:07:31.310Z] Building core-metadata ... [2023-01-13T21:07:31.310Z] Building security-bootstrapper ... [2023-01-13T21:07:31.310Z] Building security-proxy-setup ... [2023-01-13T21:07:31.310Z] Building security-secretstore-setup ... [2023-01-13T21:07:31.310Z] Building security-spiffe-token-provider ... [2023-01-13T21:07:31.310Z] Building security-spire-agent ... [2023-01-13T21:07:31.310Z] Building security-spire-config ... [2023-01-13T21:07:31.310Z] Building security-spire-server ... [2023-01-13T21:07:31.310Z] Building support-notifications ... [2023-01-13T21:07:31.310Z] Building support-scheduler ... [2023-01-13T21:07:31.310Z] Building security-spire-server [2023-01-13T21:07:31.310Z] Building security-spire-config [2023-01-13T21:07:31.310Z] Building support-notifications [2023-01-13T21:07:31.310Z] Building core-command [2023-01-13T21:07:31.310Z] Building security-proxy-setup [2023-01-13T21:08:18.166Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T21:08:18.166Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-13T21:08:18.166Z] ---> 9ae20d77e841 [2023-01-13T21:08:18.166Z] Step 3/21 : WORKDIR /edgex-go [2023-01-13T21:08:18.166Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T21:08:18.166Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-13T21:08:18.166Z] ---> 9ae20d77e841 [2023-01-13T21:08:18.166Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-13T21:08:18.166Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T21:08:18.166Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-13T21:08:18.166Z] ---> 9ae20d77e841 [2023-01-13T21:08:18.166Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-13T21:08:18.166Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T21:08:18.166Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-13T21:08:18.166Z] ---> 9ae20d77e841 [2023-01-13T21:08:18.166Z] Step 3/23 : WORKDIR /edgex-go [2023-01-13T21:08:18.166Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T21:08:18.166Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-13T21:08:18.166Z] ---> 9ae20d77e841 [2023-01-13T21:08:18.166Z] Step 3/24 : WORKDIR /edgex-go [2023-01-13T21:08:18.166Z] ---> Running in ce90149adf43 [2023-01-13T21:08:18.166Z] ---> Running in b68c2ac0bbc4 [2023-01-13T21:08:18.166Z] ---> Running in d1f40688a8bc [2023-01-13T21:08:18.166Z] ---> Running in c2ebc785e5a4 [2023-01-13T21:08:18.166Z] ---> Running in 27ee0303a1ff [2023-01-13T21:08:18.166Z] Removing intermediate container d1f40688a8bc [2023-01-13T21:08:18.166Z] ---> 1ec7b5aea479 [2023-01-13T21:08:18.166Z] Step 4/22 : WORKDIR /edgex-go [2023-01-13T21:08:18.166Z] Removing intermediate container b68c2ac0bbc4 [2023-01-13T21:08:18.166Z] ---> 3306b385b852 [2023-01-13T21:08:18.166Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-13T21:08:18.166Z] ---> Running in c93522439e18 [2023-01-13T21:08:18.166Z] ---> Running in 3d38905dfcc8 [2023-01-13T21:08:18.166Z] Removing intermediate container 27ee0303a1ff [2023-01-13T21:08:18.166Z] ---> 11cc35d8fafe [2023-01-13T21:08:18.166Z] Step 4/23 : WORKDIR /edgex-go [2023-01-13T21:08:18.166Z] Removing intermediate container ce90149adf43 [2023-01-13T21:08:18.166Z] ---> 0b467640d133 [2023-01-13T21:08:18.166Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-13T21:08:18.166Z] ---> Running in 0409bcf4e450 [2023-01-13T21:08:18.166Z] Removing intermediate container c2ebc785e5a4 [2023-01-13T21:08:18.166Z] ---> e075837186c6 [2023-01-13T21:08:18.166Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-13T21:08:18.166Z] ---> Running in e057a85075a3 [2023-01-13T21:08:18.166Z] ---> Running in 9fa205678345 [2023-01-13T21:08:18.166Z] Removing intermediate container 3d38905dfcc8 [2023-01-13T21:08:18.166Z] ---> eae1ddf2877b [2023-01-13T21:08:18.166Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-13T21:08:18.166Z] ---> Running in 3879fac469e5 [2023-01-13T21:08:18.166Z] Removing intermediate container 0409bcf4e450 [2023-01-13T21:08:18.166Z] ---> 434ac93723de [2023-01-13T21:08:18.166Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-13T21:08:18.166Z] ---> Running in 313c389608cd [2023-01-13T21:08:18.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:08:19.026Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:08:19.612Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:08:19.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:08:19.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:08:19.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:08:20.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:08:20.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:08:20.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:08:20.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:08:20.426Z] OK: 221 MiB in 51 packages [2023-01-13T21:08:21.396Z] OK: 221 MiB in 51 packages [2023-01-13T21:08:21.669Z] OK: 221 MiB in 51 packages [2023-01-13T21:08:21.942Z] Removing intermediate container c93522439e18 [2023-01-13T21:08:21.942Z] ---> 888a0a276cf4 [2023-01-13T21:08:21.942Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-13T21:08:21.942Z] OK: 221 MiB in 51 packages [2023-01-13T21:08:21.942Z] OK: 221 MiB in 51 packages [2023-01-13T21:08:23.373Z] ---> c901f4db0e47 [2023-01-13T21:08:23.373Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T21:08:23.373Z] ---> Running in 196dcd8d5607 [2023-01-13T21:08:23.646Z] Removing intermediate container e057a85075a3 [2023-01-13T21:08:23.646Z] ---> eca72a804753 [2023-01-13T21:08:23.646Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-13T21:08:23.646Z] Removing intermediate container 9fa205678345 [2023-01-13T21:08:23.646Z] ---> e4305f6e6d71 [2023-01-13T21:08:23.646Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-13T21:08:23.924Z] Removing intermediate container 3879fac469e5 [2023-01-13T21:08:23.924Z] ---> 85e1bf2de27b [2023-01-13T21:08:23.924Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-13T21:08:24.192Z] Removing intermediate container 313c389608cd [2023-01-13T21:08:24.192Z] ---> 2d3ea8ef8ae1 [2023-01-13T21:08:24.192Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-13T21:08:25.165Z] ---> d39e9afdf2af [2023-01-13T21:08:25.165Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T21:08:25.165Z] ---> 7124f237a519 [2023-01-13T21:08:25.165Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T21:08:25.165Z] ---> 5aff235b0ede [2023-01-13T21:08:25.165Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T21:08:25.165Z] ---> Running in 3d818dfeb050 [2023-01-13T21:08:25.165Z] ---> Running in 49346dd40d21 [2023-01-13T21:08:25.165Z] ---> Running in 109ac31d095d [2023-01-13T21:08:25.766Z] ---> a6edc3fb427e [2023-01-13T21:08:25.766Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T21:08:25.766Z] ---> Running in 22088c1b2023 [2023-01-13T21:10:17.478Z] Removing intermediate container 196dcd8d5607 [2023-01-13T21:10:17.478Z] ---> a5d5db053196 [2023-01-13T21:10:17.478Z] Step 7/23 : COPY . . [2023-01-13T21:10:17.478Z] Removing intermediate container 109ac31d095d [2023-01-13T21:10:17.478Z] ---> b14353c627ab [2023-01-13T21:10:17.478Z] Step 7/21 : COPY . . [2023-01-13T21:10:17.478Z] Removing intermediate container 3d818dfeb050 [2023-01-13T21:10:17.478Z] ---> 1212d4e7a40f [2023-01-13T21:10:17.478Z] Step 7/24 : COPY . . [2023-01-13T21:10:17.478Z] Removing intermediate container 49346dd40d21 [2023-01-13T21:10:17.478Z] ---> fee650b870e3 [2023-01-13T21:10:17.478Z] Step 8/22 : COPY . . [2023-01-13T21:10:17.478Z] Removing intermediate container 22088c1b2023 [2023-01-13T21:10:17.478Z] ---> cb6fb6f91cea [2023-01-13T21:10:17.478Z] Step 8/23 : COPY . . [2023-01-13T21:10:25.693Z] ---> 7a2aab3cdcad [2023-01-13T21:10:25.693Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-13T21:10:25.693Z] ---> cc412c7867a1 [2023-01-13T21:10:25.693Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-13T21:10:25.693Z] ---> 87c97e5a5f93 [2023-01-13T21:10:25.693Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-13T21:10:25.693Z] ---> 22ae9bec8d92 [2023-01-13T21:10:25.693Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-13T21:10:25.693Z] ---> 019ac52aaca8 [2023-01-13T21:10:25.693Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-13T21:10:25.693Z] ---> Running in ab72776ceaeb [2023-01-13T21:10:25.693Z] ---> Running in ba5bd06047e2 [2023-01-13T21:10:25.693Z] ---> Running in 0bf9b0c987e5 [2023-01-13T21:10:25.693Z] ---> Running in bb960022357a [2023-01-13T21:10:25.693Z] ---> Running in 7d2e1ba4aef0 [2023-01-13T21:10:25.970Z] Removing intermediate container ba5bd06047e2 [2023-01-13T21:10:25.970Z] ---> 267d8485bf8c [2023-01-13T21:10:25.970Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-13T21:10:26.258Z] Removing intermediate container bb960022357a [2023-01-13T21:10:26.258Z] ---> dcbb04351d58 [2023-01-13T21:10:26.258Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-13T21:10:26.258Z] ---> Running in 265247ea6862 [2023-01-13T21:10:26.258Z] ---> Running in 4fd4109f3acb [2023-01-13T21:10:26.847Z] Removing intermediate container 265247ea6862 [2023-01-13T21:10:26.847Z] ---> 60bb2e0dc426 [2023-01-13T21:10:26.847Z] 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-13T21:10:26.847Z] Removing intermediate container 4fd4109f3acb [2023-01-13T21:10:26.847Z] ---> a3569e229ca7 [2023-01-13T21:10:26.847Z] 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-13T21:10:26.847Z] ---> Running in 4b97ddf2b574 [2023-01-13T21:10:27.434Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-13T21:10:27.434Z] ---> Running in 868647208dd6 [2023-01-13T21:10:28.032Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-13T21:10:28.300Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-13T21:10:30.883Z] Removing intermediate container 4b97ddf2b574 [2023-01-13T21:10:30.883Z] ---> b90209b98c05 [2023-01-13T21:10:30.883Z] Step 11/23 : WORKDIR /edgex-go [2023-01-13T21:10:30.883Z] ---> Running in e8879b9311c1 [2023-01-13T21:10:31.151Z] Removing intermediate container 868647208dd6 [2023-01-13T21:10:31.151Z] ---> 19b80f0c9272 [2023-01-13T21:10:31.151Z] Step 11/24 : WORKDIR /edgex-go [2023-01-13T21:10:31.424Z] ---> Running in c75a2963778e [2023-01-13T21:10:31.695Z] Removing intermediate container e8879b9311c1 [2023-01-13T21:10:31.695Z] ---> 54c496382f51 [2023-01-13T21:10:31.695Z] [2023-01-13T21:10:31.695Z] Step 12/23 : FROM alpine:3.15 [2023-01-13T21:10:31.962Z] 3.15: Pulling from library/alpine [2023-01-13T21:10:32.233Z] Removing intermediate container c75a2963778e [2023-01-13T21:10:32.233Z] ---> c8d425020936 [2023-01-13T21:10:32.233Z] [2023-01-13T21:10:32.233Z] Step 12/24 : FROM alpine:3.15 [2023-01-13T21:10:32.233Z] 3.15: Pulling from library/alpine [2023-01-13T21:10:33.666Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-13T21:10:33.666Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-13T21:10:33.666Z] Status: Downloaded newer image for alpine:3.15 [2023-01-13T21:10:33.666Z] Status: Downloaded newer image for alpine:3.15 [2023-01-13T21:10:33.666Z] ---> 8aa73fd46299 [2023-01-13T21:10:33.666Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-13T21:10:33.666Z] ---> 8aa73fd46299 [2023-01-13T21:10:33.666Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-13T21:10:33.666Z] ---> Running in e2997f720a29 [2023-01-13T21:10:33.666Z] ---> Running in 69a5318515ef [2023-01-13T21:10:34.258Z] Removing intermediate container 69a5318515ef [2023-01-13T21:10:34.258Z] ---> fe11b73b97bd [2023-01-13T21:10:34.258Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-13T21:10:34.526Z] Removing intermediate container e2997f720a29 [2023-01-13T21:10:34.526Z] ---> 13a7da724e6f [2023-01-13T21:10:34.526Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-13T21:10:34.526Z] ---> Running in edfcc2d95706 [2023-01-13T21:10:34.526Z] ---> Running in d34d7ac09428 [2023-01-13T21:10:37.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:10:37.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:10:37.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:10:37.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:10:39.120Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-13T21:10:39.120Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-13T21:10:39.120Z] OK: 15736 distinct packages available [2023-01-13T21:10:39.120Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-13T21:10:39.120Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-13T21:10:39.120Z] OK: 15736 distinct packages available [2023-01-13T21:10:39.388Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:10:39.388Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:10:39.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:10:39.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:10:40.625Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-13T21:10:40.625Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-13T21:10:40.895Z] (3/4) Installing libucontext (1.1-r0) [2023-01-13T21:10:40.895Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-13T21:10:40.895Z] Executing busybox-1.34.1-r7.trigger [2023-01-13T21:10:40.895Z] OK: 6 MiB in 18 packages [2023-01-13T21:10:41.164Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-13T21:10:41.164Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-13T21:10:41.164Z] (3/5) Installing libucontext (1.1-r0) [2023-01-13T21:10:41.164Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-13T21:10:41.164Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-13T21:10:41.164Z] Executing busybox-1.34.1-r7.trigger [2023-01-13T21:10:41.164Z] OK: 6 MiB in 19 packages [2023-01-13T21:10:43.764Z] Removing intermediate container edfcc2d95706 [2023-01-13T21:10:43.764Z] ---> 13ee23d48621 [2023-01-13T21:10:43.764Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-13T21:10:43.764Z] Removing intermediate container d34d7ac09428 [2023-01-13T21:10:43.764Z] ---> 3c321d12c4d4 [2023-01-13T21:10:43.764Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-13T21:10:53.840Z] ---> 0c52ca260e30 [2023-01-13T21:10:53.840Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-13T21:10:53.840Z] ---> 33e5cafe837e [2023-01-13T21:10:53.840Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-13T21:10:54.111Z] ---> c313db27ceec [2023-01-13T21:10:54.111Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-13T21:10:54.382Z] ---> fdb7fa85b5e3 [2023-01-13T21:10:54.382Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-13T21:10:54.654Z] ---> Running in 64dad380edfb [2023-01-13T21:10:55.241Z] ---> 05bdc4b89de9 [2023-01-13T21:10:55.241Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-13T21:10:55.509Z] Removing intermediate container 64dad380edfb [2023-01-13T21:10:55.509Z] ---> ca43e50f3243 [2023-01-13T21:10:55.509Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-13T21:10:56.920Z] ---> 118b9e9fa484 [2023-01-13T21:10:56.920Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-13T21:10:56.920Z] ---> e2f8dd03a43c [2023-01-13T21:10:56.920Z] Step 19/24 : WORKDIR / [2023-01-13T21:10:57.190Z] ---> Running in a3c8aee32946 [2023-01-13T21:10:57.190Z] ---> Running in e25dcb3c676b [2023-01-13T21:10:57.785Z] Removing intermediate container a3c8aee32946 [2023-01-13T21:10:57.785Z] ---> fdf9e3f87cee [2023-01-13T21:10:57.785Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-13T21:10:57.785Z] ---> Running in b448a67ad426 [2023-01-13T21:10:58.058Z] Removing intermediate container e25dcb3c676b [2023-01-13T21:10:58.058Z] ---> 223348fbf5b7 [2023-01-13T21:10:58.058Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-13T21:10:58.058Z] ---> Running in 8f5d2fda528c [2023-01-13T21:10:58.656Z] Removing intermediate container b448a67ad426 [2023-01-13T21:10:58.656Z] ---> 41bebb6013e7 [2023-01-13T21:10:58.656Z] Step 21/23 : LABEL arch=arm64 [2023-01-13T21:10:58.924Z] ---> Running in 26e0659f51ce [2023-01-13T21:10:58.924Z] Removing intermediate container 8f5d2fda528c [2023-01-13T21:10:58.924Z] ---> c4c52d631de6 [2023-01-13T21:10:58.924Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-13T21:10:58.924Z] ---> Running in 37c291849c7c [2023-01-13T21:10:59.510Z] Removing intermediate container 26e0659f51ce [2023-01-13T21:10:59.510Z] ---> e67dcdcf4e9c [2023-01-13T21:10:59.510Z] Step 22/23 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T21:10:59.776Z] ---> Running in 879eada9b748 [2023-01-13T21:10:59.776Z] Removing intermediate container 37c291849c7c [2023-01-13T21:10:59.776Z] ---> a90bcd7567af [2023-01-13T21:10:59.776Z] Step 22/24 : LABEL arch=arm64 [2023-01-13T21:10:59.776Z] ---> Running in 98ecc76fbfce [2023-01-13T21:11:00.364Z] Removing intermediate container 98ecc76fbfce [2023-01-13T21:11:00.364Z] ---> 67099ce6fae9 [2023-01-13T21:11:00.364Z] Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T21:11:00.364Z] Removing intermediate container 879eada9b748 [2023-01-13T21:11:00.364Z] ---> 08edd2c2c30e [2023-01-13T21:11:00.364Z] Step 23/23 : LABEL version=0.0.0 [2023-01-13T21:11:00.633Z] ---> Running in 0570357cd783 [2023-01-13T21:11:00.633Z] ---> Running in bb92959a62c0 [2023-01-13T21:11:01.219Z] Removing intermediate container bb92959a62c0 [2023-01-13T21:11:01.219Z] ---> 1852e6fc4cd4 [2023-01-13T21:11:01.219Z] Step 24/24 : LABEL version=0.0.0 [2023-01-13T21:11:01.219Z] Removing intermediate container 0570357cd783 [2023-01-13T21:11:01.219Z] ---> 3a93818b924f [2023-01-13T21:11:01.219Z] [2023-01-13T21:11:01.488Z] ---> Running in 6ab11f13a1a9 [2023-01-13T21:11:01.755Z] Successfully built 3a93818b924f [2023-01-13T21:11:01.755Z] Successfully tagged security-spire-server-arm64:latest [2023-01-13T21:11:01.755Z] Building core-data [2023-01-13T21:11:02.022Z]  Building security-spire-server ... done Removing intermediate container 6ab11f13a1a9 [2023-01-13T21:11:02.023Z] ---> 5541b817663b [2023-01-13T21:11:02.023Z] [2023-01-13T21:11:02.293Z] Successfully built 5541b817663b [2023-01-13T21:11:02.293Z] Successfully tagged security-spire-config-arm64:latest [2023-01-13T21:11:02.293Z]  Building security-spire-config ... done Building security-bootstrapper [2023-01-13T21:11:29.002Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T21:11:29.002Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-13T21:11:29.002Z] ---> 9ae20d77e841 [2023-01-13T21:11:29.002Z] Step 3/32 : WORKDIR /edgex-go [2023-01-13T21:11:29.002Z] ---> Using cache [2023-01-13T21:11:29.002Z] ---> e075837186c6 [2023-01-13T21:11:29.002Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-13T21:11:29.002Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T21:11:29.002Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-13T21:11:29.002Z] ---> 9ae20d77e841 [2023-01-13T21:11:29.002Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-13T21:11:29.002Z] ---> Using cache [2023-01-13T21:11:29.002Z] ---> 11cc35d8fafe [2023-01-13T21:11:29.002Z] Step 4/22 : WORKDIR /edgex-go [2023-01-13T21:11:29.002Z] ---> Using cache [2023-01-13T21:11:29.002Z] ---> 434ac93723de [2023-01-13T21:11:29.002Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-13T21:11:29.002Z] ---> Using cache [2023-01-13T21:11:29.002Z] ---> 2d3ea8ef8ae1 [2023-01-13T21:11:29.002Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-13T21:11:29.002Z] ---> Using cache [2023-01-13T21:11:29.002Z] ---> a6edc3fb427e [2023-01-13T21:11:29.002Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T21:11:29.002Z] ---> Using cache [2023-01-13T21:11:29.002Z] ---> cb6fb6f91cea [2023-01-13T21:11:29.002Z] Step 8/22 : COPY . . [2023-01-13T21:11:29.002Z] ---> Using cache [2023-01-13T21:11:29.002Z] ---> 87c97e5a5f93 [2023-01-13T21:11:29.002Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-13T21:11:29.002Z] ---> Running in b2e2b1e02ebb [2023-01-13T21:11:29.002Z] ---> Running in e18aa9971c05 [2023-01-13T21:11:30.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:11:30.947Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-13T21:11:31.213Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:11:32.622Z] OK: 221 MiB in 51 packages [2023-01-13T21:11:34.032Z] Removing intermediate container b2e2b1e02ebb [2023-01-13T21:11:34.032Z] ---> e2b30d52b3c7 [2023-01-13T21:11:34.032Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-13T21:11:35.001Z] ---> be7a8f5652fc [2023-01-13T21:11:35.001Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T21:11:35.001Z] ---> Running in c95c6666c06b [2023-01-13T21:13:26.672Z] Removing intermediate container c95c6666c06b [2023-01-13T21:13:26.673Z] ---> d7b308e098d5 [2023-01-13T21:13:26.673Z] Step 7/32 : COPY . . [2023-01-13T21:13:26.673Z] ---> 4aa2aa8ca6f5 [2023-01-13T21:13:26.673Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-13T21:13:26.673Z] ---> Running in cbef87e19766 [2023-01-13T21:13:26.673Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-13T21:16:18.375Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-13T21:16:40.613Z] Removing intermediate container 0bf9b0c987e5 [2023-01-13T21:16:40.613Z] ---> 615e62c71fed [2023-01-13T21:16:40.613Z] [2023-01-13T21:16:40.613Z] Step 9/21 : FROM alpine:3.16 [2023-01-13T21:16:40.613Z] 3.16: Pulling from library/alpine [2023-01-13T21:16:42.597Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-13T21:16:42.597Z] Status: Downloaded newer image for alpine:3.16 [2023-01-13T21:16:42.597Z] ---> 2b4661558fb8 [2023-01-13T21:16:42.597Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-13T21:16:42.863Z] ---> Running in b9799c7dbbb9 [2023-01-13T21:16:44.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:16:45.389Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:16:46.802Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-13T21:16:46.802Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-13T21:16:46.802Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-13T21:16:46.802Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-13T21:16:46.802Z] (5/6) Installing curl (7.83.1-r5) [2023-01-13T21:16:46.802Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-13T21:16:46.802Z] Executing busybox-1.35.0-r17.trigger [2023-01-13T21:16:46.802Z] Executing ca-certificates-20220614-r0.trigger [2023-01-13T21:16:47.387Z] OK: 8 MiB in 20 packages [2023-01-13T21:16:49.331Z] Removing intermediate container b9799c7dbbb9 [2023-01-13T21:16:49.331Z] ---> f45834e44ce0 [2023-01-13T21:16:49.331Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-13T21:16:49.331Z] ---> Running in 0610dbb3ba13 [2023-01-13T21:16:49.913Z] Removing intermediate container 0610dbb3ba13 [2023-01-13T21:16:49.913Z] ---> e6e44da396b3 [2023-01-13T21:16:49.913Z] Step 12/21 : WORKDIR /edgex [2023-01-13T21:16:49.913Z] ---> Running in f6a8d06a97e2 [2023-01-13T21:16:50.181Z] Removing intermediate container f6a8d06a97e2 [2023-01-13T21:16:50.181Z] ---> 073926e4ffdd [2023-01-13T21:16:50.181Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-13T21:16:51.146Z] ---> e89822a02099 [2023-01-13T21:16:51.146Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-13T21:16:53.782Z] ---> b2b09b874b11 [2023-01-13T21:16:53.782Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-13T21:16:55.192Z] ---> 53660858d0c3 [2023-01-13T21:16:55.192Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-13T21:16:56.149Z] ---> da889aa307fd [2023-01-13T21:16:56.416Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-13T21:16:56.416Z] ---> Running in 70fd22c0aada [2023-01-13T21:16:59.760Z] Removing intermediate container 70fd22c0aada [2023-01-13T21:16:59.760Z] ---> 86249dffbb61 [2023-01-13T21:16:59.760Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-13T21:16:59.760Z] ---> Running in e2ffae5d2793 [2023-01-13T21:17:00.026Z] Removing intermediate container e2ffae5d2793 [2023-01-13T21:17:00.026Z] ---> 693f03ea31d2 [2023-01-13T21:17:00.026Z] Step 19/21 : LABEL arch=arm64 [2023-01-13T21:17:00.294Z] ---> Running in 2441d2b3bdeb [2023-01-13T21:17:00.564Z] Removing intermediate container 2441d2b3bdeb [2023-01-13T21:17:00.830Z] ---> 7846f11e3909 [2023-01-13T21:17:00.831Z] Step 20/21 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T21:17:00.831Z] ---> Running in 51a83f7b7b94 [2023-01-13T21:17:01.412Z] Removing intermediate container 51a83f7b7b94 [2023-01-13T21:17:01.412Z] ---> 72c58410a930 [2023-01-13T21:17:01.412Z] Step 21/21 : LABEL version=0.0.0 [2023-01-13T21:17:01.412Z] ---> Running in 51e0d05c762e [2023-01-13T21:17:02.005Z] Removing intermediate container 51e0d05c762e [2023-01-13T21:17:02.005Z] ---> edfacae45012 [2023-01-13T21:17:02.005Z] [2023-01-13T21:17:02.271Z] Successfully built edfacae45012 [2023-01-13T21:17:02.271Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-13T21:17:02.271Z] Building security-spiffe-token-provider [2023-01-13T21:17:12.352Z]  Building security-proxy-setup ... done Removing intermediate container 7d2e1ba4aef0 [2023-01-13T21:17:12.353Z] ---> bbd5bd48b3ac [2023-01-13T21:17:12.353Z] [2023-01-13T21:17:12.353Z] Step 10/23 : FROM alpine:3.16 [2023-01-13T21:17:12.353Z] ---> 2b4661558fb8 [2023-01-13T21:17:12.353Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-13T21:17:12.625Z] ---> Running in ec3c3f3ad63c [2023-01-13T21:17:14.567Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:17:15.154Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:17:17.107Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-13T21:17:17.107Z] Executing busybox-1.35.0-r17.trigger [2023-01-13T21:17:17.107Z] OK: 5 MiB in 15 packages [2023-01-13T21:17:19.708Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T21:17:19.708Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-13T21:17:19.708Z] ---> 9ae20d77e841 [2023-01-13T21:17:19.708Z] Step 3/19 : WORKDIR /edgex-go [2023-01-13T21:17:19.708Z] ---> Using cache [2023-01-13T21:17:19.708Z] ---> e075837186c6 [2023-01-13T21:17:19.708Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-13T21:17:19.708Z] ---> Running in 9b708de7afef [2023-01-13T21:17:19.708Z] Removing intermediate container ec3c3f3ad63c [2023-01-13T21:17:19.708Z] ---> 2105acc2be13 [2023-01-13T21:17:19.708Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-13T21:17:19.980Z] ---> Running in 1c6317934613 [2023-01-13T21:17:20.565Z] Removing intermediate container 1c6317934613 [2023-01-13T21:17:20.565Z] ---> 7aff4c038689 [2023-01-13T21:17:20.565Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-13T21:17:20.565Z] ---> Running in 19e47352fae0 [2023-01-13T21:17:21.147Z] Removing intermediate container 19e47352fae0 [2023-01-13T21:17:21.147Z] ---> d1e254349ea1 [2023-01-13T21:17:21.147Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-13T21:17:21.413Z] ---> Running in e4f18761e840 [2023-01-13T21:17:21.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:17:22.009Z] Removing intermediate container e4f18761e840 [2023-01-13T21:17:22.009Z] ---> 27eceb87a56c [2023-01-13T21:17:22.009Z] Step 15/23 : WORKDIR / [2023-01-13T21:17:22.009Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:17:22.010Z] ---> Running in b1f3c75867ba [2023-01-13T21:17:22.591Z] Removing intermediate container b1f3c75867ba [2023-01-13T21:17:22.591Z] ---> 9e83102c1be1 [2023-01-13T21:17:22.591Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T21:17:23.174Z] v3.16.3-111-g13c6c3d6c5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-13T21:17:23.174Z] v3.16.3-111-g13c6c3d6c5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-13T21:17:23.174Z] OK: 16899 distinct packages available [2023-01-13T21:17:23.439Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:17:23.439Z] ---> c969bba7666c [2023-01-13T21:17:23.439Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-13T21:17:23.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:17:25.649Z] ---> f16a3f722fdb [2023-01-13T21:17:25.649Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-13T21:17:25.649Z] OK: 221 MiB in 51 packages [2023-01-13T21:17:27.057Z] ---> a8525260d3ac [2023-01-13T21:17:27.057Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-13T21:17:27.057Z] ---> Running in d726b203d4f2 [2023-01-13T21:17:27.057Z] Removing intermediate container 9b708de7afef [2023-01-13T21:17:27.057Z] ---> bef08af272d5 [2023-01-13T21:17:27.057Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-13T21:17:27.641Z] Removing intermediate container d726b203d4f2 [2023-01-13T21:17:27.641Z] ---> 15294556339d [2023-01-13T21:17:27.641Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-13T21:17:27.641Z] ---> Running in 5ad92ce3fa51 [2023-01-13T21:17:28.224Z] Removing intermediate container 5ad92ce3fa51 [2023-01-13T21:17:28.224Z] ---> 065343e9aaf8 [2023-01-13T21:17:28.224Z] Step 21/23 : LABEL arch=arm64 [2023-01-13T21:17:28.501Z] ---> Running in d3948ea91c63 [2023-01-13T21:17:28.501Z] ---> 7f88a77750b2 [2023-01-13T21:17:28.501Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T21:17:28.769Z] ---> Running in e10c8efd56a8 [2023-01-13T21:17:29.364Z] Removing intermediate container d3948ea91c63 [2023-01-13T21:17:29.365Z] ---> 1214922d4fbf [2023-01-13T21:17:29.365Z] Step 22/23 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T21:17:29.633Z] ---> Running in 3b6e72b1c05d [2023-01-13T21:17:31.572Z] Removing intermediate container 3b6e72b1c05d [2023-01-13T21:17:31.572Z] ---> 9bda97b01843 [2023-01-13T21:17:31.572Z] Step 23/23 : LABEL version=0.0.0 [2023-01-13T21:17:31.572Z] ---> Running in 737dcf3fe5e6 [2023-01-13T21:17:32.184Z] Removing intermediate container 737dcf3fe5e6 [2023-01-13T21:17:32.184Z] ---> baa0d1023754 [2023-01-13T21:17:32.184Z] [2023-01-13T21:17:32.184Z] Successfully built baa0d1023754 [2023-01-13T21:17:32.449Z] Successfully tagged core-command-arm64:latest [2023-01-13T21:17:32.449Z]  Building core-command ... done Building security-secretstore-setup [2023-01-13T21:17:47.429Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T21:17:47.429Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-13T21:17:47.429Z] ---> 9ae20d77e841 [2023-01-13T21:17:47.429Z] Step 3/24 : WORKDIR /edgex-go [2023-01-13T21:17:47.429Z] ---> Using cache [2023-01-13T21:17:47.429Z] ---> e075837186c6 [2023-01-13T21:17:47.429Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-13T21:17:47.429Z] ---> Using cache [2023-01-13T21:17:47.429Z] ---> e2b30d52b3c7 [2023-01-13T21:17:47.429Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-13T21:17:47.429Z] ---> Using cache [2023-01-13T21:17:47.429Z] ---> be7a8f5652fc [2023-01-13T21:17:47.429Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T21:17:47.429Z] ---> Using cache [2023-01-13T21:17:47.429Z] ---> d7b308e098d5 [2023-01-13T21:17:47.429Z] Step 7/24 : COPY . . [2023-01-13T21:17:47.429Z] ---> Using cache [2023-01-13T21:17:47.429Z] ---> 4aa2aa8ca6f5 [2023-01-13T21:17:47.429Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-13T21:17:47.429Z] ---> Running in 4191a253329d [2023-01-13T21:17:49.374Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-13T21:18:45.771Z] Removing intermediate container e18aa9971c05 [2023-01-13T21:18:45.771Z] ---> 6925dee715fb [2023-01-13T21:18:45.771Z] [2023-01-13T21:18:45.771Z] Step 10/22 : FROM alpine:3.16 [2023-01-13T21:18:45.771Z] ---> 2b4661558fb8 [2023-01-13T21:18:45.771Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-13T21:18:45.771Z] ---> Running in d99874afe0a4 [2023-01-13T21:18:45.771Z] Removing intermediate container d99874afe0a4 [2023-01-13T21:18:45.771Z] ---> baaecb721a57 [2023-01-13T21:18:45.771Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-13T21:18:45.771Z] ---> Running in 9b02262c77e0 [2023-01-13T21:18:45.771Z] Removing intermediate container 9b02262c77e0 [2023-01-13T21:18:45.771Z] ---> c7cffcefb2ac [2023-01-13T21:18:45.771Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-13T21:18:45.771Z] ---> Running in a16f34587ef9 [2023-01-13T21:18:45.771Z] Removing intermediate container a16f34587ef9 [2023-01-13T21:18:45.771Z] ---> 40d398bfe12d [2023-01-13T21:18:45.771Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-13T21:18:45.771Z] ---> Running in bac1ca81d61f [2023-01-13T21:18:45.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:18:45.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:18:45.771Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-13T21:18:45.771Z] Executing busybox-1.35.0-r17.trigger [2023-01-13T21:18:45.771Z] OK: 5 MiB in 15 packages [2023-01-13T21:18:45.771Z] Removing intermediate container bac1ca81d61f [2023-01-13T21:18:45.771Z] ---> 2cc7142c27c6 [2023-01-13T21:18:45.771Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T21:18:47.177Z] ---> e6458e38c082 [2023-01-13T21:18:47.177Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-13T21:18:50.521Z] ---> 4971eb749eb0 [2023-01-13T21:18:50.521Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-13T21:18:52.470Z] ---> 55035fc0944e [2023-01-13T21:18:52.470Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-13T21:18:52.470Z] ---> Running in d02469e8b42b [2023-01-13T21:18:53.428Z] Removing intermediate container d02469e8b42b [2023-01-13T21:18:53.428Z] ---> 1005eb82df21 [2023-01-13T21:18:53.428Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-13T21:18:53.428Z] ---> Running in 5b3b333dd3b1 [2023-01-13T21:18:54.394Z] Removing intermediate container 5b3b333dd3b1 [2023-01-13T21:18:54.394Z] ---> 4e8d3852f959 [2023-01-13T21:18:54.394Z] Step 20/22 : LABEL arch=arm64 [2023-01-13T21:18:54.661Z] ---> Running in a605f00df384 [2023-01-13T21:18:55.247Z] Removing intermediate container a605f00df384 [2023-01-13T21:18:55.247Z] ---> 6efc894299f9 [2023-01-13T21:18:55.247Z] Step 21/22 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T21:18:55.247Z] ---> Running in c390e98145df [2023-01-13T21:18:56.209Z] Removing intermediate container c390e98145df [2023-01-13T21:18:56.209Z] ---> 22d61e1f4e69 [2023-01-13T21:18:56.209Z] Step 22/22 : LABEL version=0.0.0 [2023-01-13T21:18:56.478Z] ---> Running in 66ad32adbc64 [2023-01-13T21:18:57.065Z] Removing intermediate container 66ad32adbc64 [2023-01-13T21:18:57.065Z] ---> a67681bb7737 [2023-01-13T21:18:57.065Z] [2023-01-13T21:18:57.651Z] Successfully built a67681bb7737 [2023-01-13T21:18:57.651Z] Successfully tagged core-data-arm64:latest [2023-01-13T21:18:57.651Z] Building core-metadata [2023-01-13T21:19:15.861Z]  Building core-data ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T21:19:15.861Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-13T21:19:15.861Z] ---> 9ae20d77e841 [2023-01-13T21:19:15.861Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-13T21:19:15.861Z] ---> Using cache [2023-01-13T21:19:15.861Z] ---> 11cc35d8fafe [2023-01-13T21:19:15.861Z] Step 4/24 : WORKDIR /edgex-go [2023-01-13T21:19:15.861Z] ---> Using cache [2023-01-13T21:19:15.861Z] ---> 434ac93723de [2023-01-13T21:19:15.861Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-13T21:19:15.861Z] ---> Using cache [2023-01-13T21:19:15.861Z] ---> 2d3ea8ef8ae1 [2023-01-13T21:19:15.861Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-13T21:19:15.861Z] ---> Using cache [2023-01-13T21:19:15.861Z] ---> a6edc3fb427e [2023-01-13T21:19:15.861Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T21:19:15.861Z] ---> Using cache [2023-01-13T21:19:15.861Z] ---> cb6fb6f91cea [2023-01-13T21:19:15.861Z] Step 8/24 : COPY . . [2023-01-13T21:19:15.861Z] ---> Using cache [2023-01-13T21:19:15.861Z] ---> 87c97e5a5f93 [2023-01-13T21:19:15.861Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-13T21:19:16.825Z] ---> Running in e16950d084d1 [2023-01-13T21:19:19.402Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-13T21:19:20.361Z] Removing intermediate container e10c8efd56a8 [2023-01-13T21:19:20.361Z] ---> 4777aefef3cf [2023-01-13T21:19:20.361Z] Step 7/19 : COPY . . [2023-01-13T21:19:32.671Z] ---> 2aff5f0d10a1 [2023-01-13T21:19:32.671Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-13T21:19:32.671Z] ---> Running in 1fa671388b48 [2023-01-13T21:19:34.620Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-13T21:19:41.454Z] Removing intermediate container cbef87e19766 [2023-01-13T21:19:41.454Z] ---> 4b36d09cc210 [2023-01-13T21:19:41.454Z] [2023-01-13T21:19:41.454Z] Step 9/32 : FROM alpine:3.16 [2023-01-13T21:19:41.454Z] ---> 2b4661558fb8 [2023-01-13T21:19:41.454Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-13T21:19:41.454Z] ---> Running in 31eae22ffde7 [2023-01-13T21:19:41.736Z] Removing intermediate container 31eae22ffde7 [2023-01-13T21:19:41.736Z] ---> 8f78e3715e4f [2023-01-13T21:19:41.736Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-13T21:19:42.041Z] ---> Running in d73ceaa2e485 [2023-01-13T21:19:43.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:19:44.263Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:19:45.666Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-13T21:19:45.666Z] (2/2) Installing su-exec (0.2-r1) [2023-01-13T21:19:45.666Z] Executing busybox-1.35.0-r17.trigger [2023-01-13T21:19:45.666Z] OK: 5 MiB in 16 packages [2023-01-13T21:19:47.094Z] Removing intermediate container d73ceaa2e485 [2023-01-13T21:19:47.094Z] ---> c29fcba27886 [2023-01-13T21:19:47.094Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-13T21:19:47.094Z] ---> Running in 936202f07bc4 [2023-01-13T21:19:47.689Z] Removing intermediate container 936202f07bc4 [2023-01-13T21:19:47.689Z] ---> 5103d685f477 [2023-01-13T21:19:47.689Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-13T21:19:47.956Z] ---> Running in 5c5e8aee4e4f [2023-01-13T21:19:48.223Z] Removing intermediate container 5c5e8aee4e4f [2023-01-13T21:19:48.223Z] ---> 571308942544 [2023-01-13T21:19:48.223Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-13T21:19:48.493Z] ---> Running in f5df4f8c22c7 [2023-01-13T21:19:49.078Z] Removing intermediate container f5df4f8c22c7 [2023-01-13T21:19:49.078Z] ---> 206e08cc34ba [2023-01-13T21:19:49.078Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-13T21:19:49.078Z] ---> Running in 436ce2aa00cf [2023-01-13T21:19:49.661Z] Removing intermediate container 436ce2aa00cf [2023-01-13T21:19:49.661Z] ---> c6bb20458653 [2023-01-13T21:19:49.661Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-13T21:19:49.661Z] ---> Running in ba30db54e218 [2023-01-13T21:19:53.004Z] Removing intermediate container ba30db54e218 [2023-01-13T21:19:53.004Z] ---> cf6105db1801 [2023-01-13T21:19:53.004Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-13T21:19:53.004Z] ---> Running in c76f3fc52b05 [2023-01-13T21:19:53.606Z] Removing intermediate container c76f3fc52b05 [2023-01-13T21:19:53.606Z] ---> b61ebbd422b7 [2023-01-13T21:19:53.606Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-13T21:19:54.574Z] ---> 94e7d6ef0cdb [2023-01-13T21:19:54.574Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-13T21:19:54.574Z] ---> Running in a731f75b8722 [2023-01-13T21:19:57.930Z] Removing intermediate container a731f75b8722 [2023-01-13T21:19:57.930Z] ---> 1a6931fcf79a [2023-01-13T21:19:57.930Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T21:19:58.890Z] ---> b2e847d59f9b [2023-01-13T21:19:58.890Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-13T21:20:02.236Z] ---> f69aa45cd0b1 [2023-01-13T21:20:02.236Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-13T21:20:03.663Z] ---> 874340482f1d [2023-01-13T21:20:03.663Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-13T21:20:05.067Z] ---> 35badda3bd55 [2023-01-13T21:20:05.067Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-13T21:20:06.471Z] ---> f6d7c1531d59 [2023-01-13T21:20:06.471Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-13T21:20:08.407Z] ---> 8f239eddba2b [2023-01-13T21:20:08.407Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-13T21:20:09.810Z] ---> 9a0611e59010 [2023-01-13T21:20:09.810Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-13T21:20:10.078Z] ---> Running in 2b3442b9b91b [2023-01-13T21:20:14.332Z] Removing intermediate container 2b3442b9b91b [2023-01-13T21:20:14.332Z] ---> e6a1e232a961 [2023-01-13T21:20:14.332Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-13T21:20:14.332Z] ---> Running in 694871cc458f [2023-01-13T21:20:14.923Z] Removing intermediate container 694871cc458f [2023-01-13T21:20:14.923Z] ---> decf222c770f [2023-01-13T21:20:14.923Z] Step 29/32 : CMD ["gate"] [2023-01-13T21:20:15.190Z] ---> Running in 0e33a7d427ee [2023-01-13T21:20:15.190Z] Removing intermediate container ab72776ceaeb [2023-01-13T21:20:15.190Z] ---> 9d10727183f2 [2023-01-13T21:20:15.190Z] [2023-01-13T21:20:15.190Z] Step 10/22 : FROM alpine:3.16 [2023-01-13T21:20:15.190Z] ---> 2b4661558fb8 [2023-01-13T21:20:15.190Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-13T21:20:15.458Z] ---> Running in e6e93ca0643d [2023-01-13T21:20:16.045Z] Removing intermediate container 0e33a7d427ee [2023-01-13T21:20:16.045Z] ---> 73a6a471a6ab [2023-01-13T21:20:16.045Z] Step 30/32 : LABEL arch=arm64 [2023-01-13T21:20:16.045Z] ---> Running in 1cc7a3bf19cd [2023-01-13T21:20:16.628Z] Removing intermediate container 1cc7a3bf19cd [2023-01-13T21:20:16.628Z] ---> 2c1746718c87 [2023-01-13T21:20:16.628Z] Step 31/32 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T21:20:16.896Z] ---> Running in 42e84de1d4af [2023-01-13T21:20:17.865Z] Removing intermediate container 42e84de1d4af [2023-01-13T21:20:17.865Z] ---> 5cc2571baaba [2023-01-13T21:20:17.865Z] Step 32/32 : LABEL version=0.0.0 [2023-01-13T21:20:17.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:20:17.865Z] ---> Running in 6d2d5d848ba9 [2023-01-13T21:20:18.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:20:18.403Z] Removing intermediate container 6d2d5d848ba9 [2023-01-13T21:20:18.403Z] ---> 92248f4716e9 [2023-01-13T21:20:18.403Z] [2023-01-13T21:20:18.670Z] Successfully built 92248f4716e9 [2023-01-13T21:20:18.670Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-13T21:20:18.670Z] Building security-spire-agent [2023-01-13T21:20:19.631Z]  Building security-bootstrapper ... done (1/2) Installing ca-certificates (20220614-r0) [2023-01-13T21:20:19.897Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-13T21:20:19.897Z] Executing busybox-1.35.0-r17.trigger [2023-01-13T21:20:19.897Z] Executing ca-certificates-20220614-r0.trigger [2023-01-13T21:20:20.484Z] OK: 6 MiB in 16 packages [2023-01-13T21:20:23.063Z] Removing intermediate container e6e93ca0643d [2023-01-13T21:20:23.063Z] ---> accef9563e2b [2023-01-13T21:20:23.063Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-13T21:20:23.063Z] ---> Running in af80373f79a7 [2023-01-13T21:20:23.341Z] Removing intermediate container af80373f79a7 [2023-01-13T21:20:23.341Z] ---> bca35c55beaa [2023-01-13T21:20:23.341Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-13T21:20:23.613Z] ---> Running in 1f62b43a0fdc [2023-01-13T21:20:23.883Z] Removing intermediate container 1f62b43a0fdc [2023-01-13T21:20:23.883Z] ---> b010a654f821 [2023-01-13T21:20:23.883Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-13T21:20:24.149Z] ---> Running in 506065f7e166 [2023-01-13T21:20:24.738Z] Removing intermediate container 506065f7e166 [2023-01-13T21:20:24.738Z] ---> f759bad0bb2c [2023-01-13T21:20:24.738Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T21:20:28.101Z] ---> 7d7135d04bcf [2023-01-13T21:20:28.101Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-13T21:20:31.440Z] ---> 4eab607636fb [2023-01-13T21:20:31.441Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-13T21:20:32.025Z] ---> cb0d06e14c1c [2023-01-13T21:20:32.025Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-13T21:20:32.292Z] ---> Running in 6b1201973e20 [2023-01-13T21:20:32.880Z] Removing intermediate container 6b1201973e20 [2023-01-13T21:20:32.880Z] ---> a7ffb3bf97ee [2023-01-13T21:20:32.880Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-13T21:20:32.880Z] ---> Running in e645370ce274 [2023-01-13T21:20:33.464Z] Removing intermediate container e645370ce274 [2023-01-13T21:20:33.464Z] ---> f77625e073df [2023-01-13T21:20:33.464Z] Step 20/22 : LABEL arch=arm64 [2023-01-13T21:20:33.730Z] ---> Running in c08a4d6d0ff7 [2023-01-13T21:20:34.686Z] Removing intermediate container c08a4d6d0ff7 [2023-01-13T21:20:34.686Z] ---> 8bb90095046b [2023-01-13T21:20:34.686Z] Step 21/22 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T21:20:34.686Z] ---> Running in 535936b635e0 [2023-01-13T21:20:34.951Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T21:20:34.951Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-13T21:20:34.951Z] ---> 9ae20d77e841 [2023-01-13T21:20:34.951Z] Step 3/24 : WORKDIR /edgex-go [2023-01-13T21:20:34.951Z] ---> Using cache [2023-01-13T21:20:34.951Z] ---> e075837186c6 [2023-01-13T21:20:34.951Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-13T21:20:34.951Z] ---> Using cache [2023-01-13T21:20:34.951Z] ---> eca72a804753 [2023-01-13T21:20:34.951Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-13T21:20:34.951Z] ---> Using cache [2023-01-13T21:20:34.951Z] ---> d39e9afdf2af [2023-01-13T21:20:34.951Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T21:20:34.951Z] ---> Using cache [2023-01-13T21:20:34.951Z] ---> 1212d4e7a40f [2023-01-13T21:20:34.951Z] Step 7/24 : COPY . . [2023-01-13T21:20:34.951Z] ---> Using cache [2023-01-13T21:20:34.951Z] ---> 019ac52aaca8 [2023-01-13T21:20:34.951Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-13T21:20:34.951Z] ---> Using cache [2023-01-13T21:20:34.951Z] ---> dcbb04351d58 [2023-01-13T21:20:34.951Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-13T21:20:34.951Z] ---> Using cache [2023-01-13T21:20:34.951Z] ---> a3569e229ca7 [2023-01-13T21:20:34.951Z] 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-13T21:20:34.951Z] ---> Using cache [2023-01-13T21:20:34.951Z] ---> 19b80f0c9272 [2023-01-13T21:20:34.951Z] Step 11/24 : WORKDIR /edgex-go [2023-01-13T21:20:34.951Z] ---> Using cache [2023-01-13T21:20:34.951Z] ---> c8d425020936 [2023-01-13T21:20:34.951Z] [2023-01-13T21:20:34.951Z] Step 12/24 : FROM alpine:3.15 [2023-01-13T21:20:34.951Z] ---> 8aa73fd46299 [2023-01-13T21:20:34.951Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-13T21:20:34.951Z] ---> Using cache [2023-01-13T21:20:34.951Z] ---> 13a7da724e6f [2023-01-13T21:20:34.951Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-13T21:20:34.951Z] ---> Using cache [2023-01-13T21:20:34.951Z] ---> 3c321d12c4d4 [2023-01-13T21:20:34.951Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-13T21:20:35.217Z] Removing intermediate container 535936b635e0 [2023-01-13T21:20:35.217Z] ---> 11478a82b9db [2023-01-13T21:20:35.217Z] Step 22/22 : LABEL version=0.0.0 [2023-01-13T21:20:35.482Z] ---> Running in 21b05cf4a633 [2023-01-13T21:20:36.081Z] Removing intermediate container 21b05cf4a633 [2023-01-13T21:20:36.081Z] ---> 0039cdc81a3b [2023-01-13T21:20:36.081Z] [2023-01-13T21:20:36.347Z] Successfully built 0039cdc81a3b [2023-01-13T21:20:36.613Z] Successfully tagged support-notifications-arm64:latest [2023-01-13T21:20:36.613Z] Building support-scheduler [2023-01-13T21:20:39.953Z]  Building support-notifications ... done  ---> 82fc2f5cb4fa [2023-01-13T21:20:39.953Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-13T21:20:46.606Z] ---> adf6a29a697e [2023-01-13T21:20:46.606Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-13T21:20:48.010Z] ---> 964d56d03d1b [2023-01-13T21:20:48.010Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-13T21:20:48.967Z] ---> 62df5bc4d773 [2023-01-13T21:20:48.967Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-13T21:20:49.926Z] ---> 013f00d53358 [2023-01-13T21:20:49.926Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-13T21:20:50.193Z] ---> Running in a34b4df6a9ba [2023-01-13T21:20:52.770Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-13T21:20:52.770Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-13T21:20:52.770Z] ---> 9ae20d77e841 [2023-01-13T21:20:52.770Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-13T21:20:52.770Z] ---> Using cache [2023-01-13T21:20:52.770Z] ---> 11cc35d8fafe [2023-01-13T21:20:52.770Z] Step 4/22 : WORKDIR /edgex-go [2023-01-13T21:20:52.770Z] ---> Using cache [2023-01-13T21:20:52.770Z] ---> 434ac93723de [2023-01-13T21:20:52.770Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-13T21:20:52.770Z] ---> Using cache [2023-01-13T21:20:52.770Z] ---> 2d3ea8ef8ae1 [2023-01-13T21:20:52.770Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-13T21:20:52.770Z] ---> Using cache [2023-01-13T21:20:52.770Z] ---> a6edc3fb427e [2023-01-13T21:20:52.770Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-13T21:20:52.770Z] ---> Using cache [2023-01-13T21:20:52.770Z] ---> cb6fb6f91cea [2023-01-13T21:20:52.770Z] Step 8/22 : COPY . . [2023-01-13T21:20:52.770Z] ---> Using cache [2023-01-13T21:20:52.770Z] ---> 87c97e5a5f93 [2023-01-13T21:20:52.770Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-13T21:20:52.770Z] Removing intermediate container a34b4df6a9ba [2023-01-13T21:20:52.770Z] ---> 67372dac6a6b [2023-01-13T21:20:52.770Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-13T21:20:52.770Z] ---> Running in 3a70bfc8e971 [2023-01-13T21:20:53.037Z] ---> Running in 25f700203b5a [2023-01-13T21:20:53.998Z] Removing intermediate container 25f700203b5a [2023-01-13T21:20:53.998Z] ---> b65b85544d29 [2023-01-13T21:20:53.998Z] Step 22/24 : LABEL arch=arm64 [2023-01-13T21:20:53.998Z] ---> Running in 353bdb971630 [2023-01-13T21:20:54.964Z] Removing intermediate container 353bdb971630 [2023-01-13T21:20:54.964Z] ---> 187c3e379108 [2023-01-13T21:20:54.964Z] Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T21:20:54.964Z] ---> Running in ff473bdf9aca [2023-01-13T21:20:54.964Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-13T21:20:55.547Z] Removing intermediate container ff473bdf9aca [2023-01-13T21:20:55.547Z] ---> d0d7c4c1e4f6 [2023-01-13T21:20:55.547Z] Step 24/24 : LABEL version=0.0.0 [2023-01-13T21:20:55.547Z] ---> Running in 52d369c1f2b8 [2023-01-13T21:20:56.131Z] Removing intermediate container 52d369c1f2b8 [2023-01-13T21:20:56.131Z] ---> f923cab53041 [2023-01-13T21:20:56.131Z] [2023-01-13T21:20:56.397Z] Successfully built f923cab53041 [2023-01-13T21:20:56.397Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-13T21:23:03.072Z]  Building security-spire-agent ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-13T21:23:18.054Z] Removing intermediate container 4191a253329d [2023-01-13T21:23:18.054Z] ---> 383840b42d56 [2023-01-13T21:23:18.054Z] [2023-01-13T21:23:18.054Z] Step 9/24 : FROM alpine:3.16 [2023-01-13T21:23:18.054Z] ---> 2b4661558fb8 [2023-01-13T21:23:18.054Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-13T21:23:18.054Z] ---> Running in c97ab3b43546 [2023-01-13T21:23:19.995Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:23:20.262Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:23:21.663Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-13T21:23:21.663Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-13T21:23:21.663Z] (3/3) Installing su-exec (0.2-r1) [2023-01-13T21:23:21.663Z] Executing busybox-1.35.0-r17.trigger [2023-01-13T21:23:21.663Z] Executing ca-certificates-20220614-r0.trigger [2023-01-13T21:23:21.930Z] OK: 6 MiB in 17 packages [2023-01-13T21:23:25.269Z] Removing intermediate container c97ab3b43546 [2023-01-13T21:23:25.269Z] ---> c92ec9399d26 [2023-01-13T21:23:25.269Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-13T21:23:25.269Z] ---> Running in 23c786b3de1c [2023-01-13T21:23:25.852Z] Removing intermediate container 23c786b3de1c [2023-01-13T21:23:25.852Z] ---> d3b16943e7e4 [2023-01-13T21:23:25.852Z] Step 12/24 : WORKDIR / [2023-01-13T21:23:25.852Z] ---> Running in ce463350689c [2023-01-13T21:23:26.436Z] Removing intermediate container ce463350689c [2023-01-13T21:23:26.436Z] ---> ff90c72f46df [2023-01-13T21:23:26.436Z] 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-13T21:23:27.399Z] ---> a0f47e78d39d [2023-01-13T21:23:27.399Z] 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-13T21:23:27.990Z] ---> 07b804580d90 [2023-01-13T21:23:27.990Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-13T21:23:28.960Z] ---> 43e28a98b505 [2023-01-13T21:23:28.960Z] 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-13T21:23:29.925Z] ---> 68bdc87ff9fe [2023-01-13T21:23:29.925Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-13T21:23:31.870Z] ---> bdd0a06f2265 [2023-01-13T21:23:31.870Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-13T21:23:33.280Z] ---> 3e7344ef27cd [2023-01-13T21:23:33.280Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-13T21:23:34.243Z] ---> e452ec2eaf68 [2023-01-13T21:23:34.243Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-13T21:23:34.243Z] ---> Running in 18d32d5fb7ca [2023-01-13T21:23:37.581Z] Removing intermediate container 18d32d5fb7ca [2023-01-13T21:23:37.581Z] ---> 707975f7f483 [2023-01-13T21:23:37.581Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-13T21:23:37.581Z] ---> Running in f5d1332db5cd [2023-01-13T21:23:38.168Z] Removing intermediate container f5d1332db5cd [2023-01-13T21:23:38.168Z] ---> 99148cc1b664 [2023-01-13T21:23:38.168Z] Step 22/24 : LABEL arch=arm64 [2023-01-13T21:23:38.434Z] ---> Running in 213e36f83351 [2023-01-13T21:23:39.017Z] Removing intermediate container 213e36f83351 [2023-01-13T21:23:39.017Z] ---> 8f36fe8423ab [2023-01-13T21:23:39.017Z] Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T21:23:39.017Z] ---> Running in 13f9890a3b47 [2023-01-13T21:23:39.597Z] Removing intermediate container 13f9890a3b47 [2023-01-13T21:23:39.597Z] ---> 00de92d2e04b [2023-01-13T21:23:39.597Z] Step 24/24 : LABEL version=0.0.0 [2023-01-13T21:23:39.597Z] ---> Running in 883ca84f9fa4 [2023-01-13T21:23:40.176Z] Removing intermediate container 883ca84f9fa4 [2023-01-13T21:23:40.177Z] ---> af6896959625 [2023-01-13T21:23:40.177Z] [2023-01-13T21:23:40.449Z] Successfully built af6896959625 [2023-01-13T21:23:40.720Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-13T21:25:02.336Z]  Building security-secretstore-setup ... done Removing intermediate container e16950d084d1 [2023-01-13T21:25:02.336Z] ---> efdc2fdf87de [2023-01-13T21:25:02.336Z] [2023-01-13T21:25:02.336Z] Step 10/24 : FROM alpine:3.16 [2023-01-13T21:25:02.336Z] ---> 2b4661558fb8 [2023-01-13T21:25:02.336Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-13T21:25:02.336Z] ---> Using cache [2023-01-13T21:25:02.336Z] ---> 2105acc2be13 [2023-01-13T21:25:02.336Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-13T21:25:02.336Z] ---> Using cache [2023-01-13T21:25:02.336Z] ---> 7aff4c038689 [2023-01-13T21:25:02.336Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-13T21:25:02.336Z] ---> Running in 73cee411e2f4 [2023-01-13T21:25:02.336Z] Removing intermediate container 73cee411e2f4 [2023-01-13T21:25:02.336Z] ---> 3901b4e4fbae [2023-01-13T21:25:02.336Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-13T21:25:02.336Z] ---> Running in 205d35220d4b [2023-01-13T21:25:02.336Z] Removing intermediate container 205d35220d4b [2023-01-13T21:25:02.336Z] ---> c5bca6b12771 [2023-01-13T21:25:02.336Z] Step 15/24 : WORKDIR / [2023-01-13T21:25:02.336Z] ---> Running in 25c5d4d88a88 [2023-01-13T21:25:02.336Z] Removing intermediate container 25c5d4d88a88 [2023-01-13T21:25:02.336Z] ---> fea631c1451d [2023-01-13T21:25:02.336Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T21:25:02.336Z] ---> 33f9238cde74 [2023-01-13T21:25:02.336Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-13T21:25:02.336Z] ---> 81f1e1d4a773 [2023-01-13T21:25:02.336Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-13T21:25:02.918Z] ---> 6e80080b1e41 [2023-01-13T21:25:02.918Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-13T21:25:03.875Z] ---> 4a1c5302d5c6 [2023-01-13T21:25:03.875Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-13T21:25:03.875Z] ---> Running in 95855dd94a2d [2023-01-13T21:25:04.463Z] Removing intermediate container 95855dd94a2d [2023-01-13T21:25:04.463Z] ---> d15e3a501402 [2023-01-13T21:25:04.463Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-13T21:25:04.731Z] ---> Running in 1450c30c2017 [2023-01-13T21:25:05.317Z] Removing intermediate container 1450c30c2017 [2023-01-13T21:25:05.317Z] ---> 3207e7142163 [2023-01-13T21:25:05.317Z] Step 22/24 : LABEL arch=arm64 [2023-01-13T21:25:05.317Z] ---> Running in 07c671b8a0c1 [2023-01-13T21:25:05.902Z] Removing intermediate container 07c671b8a0c1 [2023-01-13T21:25:05.902Z] ---> ad3b7f21b300 [2023-01-13T21:25:05.902Z] Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T21:25:05.902Z] ---> Running in cab4782eec5d [2023-01-13T21:25:06.701Z] Removing intermediate container cab4782eec5d [2023-01-13T21:25:06.701Z] ---> a078dc640511 [2023-01-13T21:25:06.701Z] Step 24/24 : LABEL version=0.0.0 [2023-01-13T21:25:06.701Z] ---> Running in 29284896103b [2023-01-13T21:25:08.769Z] Removing intermediate container 29284896103b [2023-01-13T21:25:08.769Z] ---> 59c1556c63c0 [2023-01-13T21:25:08.769Z] [2023-01-13T21:25:08.769Z] Successfully built 59c1556c63c0 [2023-01-13T21:25:08.769Z] Successfully tagged core-metadata-arm64:latest [2023-01-13T21:25:47.754Z]  Building core-metadata ... done Removing intermediate container 1fa671388b48 [2023-01-13T21:25:47.754Z] ---> 4633d69fbad0 [2023-01-13T21:25:47.754Z] [2023-01-13T21:25:47.754Z] Step 9/19 : FROM alpine:3.15 [2023-01-13T21:25:47.754Z] ---> 8aa73fd46299 [2023-01-13T21:25:47.754Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-13T21:25:47.754Z] ---> Using cache [2023-01-13T21:25:47.754Z] ---> 13a7da724e6f [2023-01-13T21:25:47.754Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-13T21:25:47.754Z] ---> Running in 010da045541c [2023-01-13T21:25:49.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:25:49.742Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:25:50.701Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-13T21:25:50.701Z] v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-13T21:25:50.701Z] OK: 15736 distinct packages available [2023-01-13T21:25:50.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-13T21:25:51.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-13T21:25:52.220Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-13T21:25:52.489Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-13T21:25:52.489Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-13T21:25:52.489Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-13T21:25:52.489Z] (5/9) Installing curl (7.80.0-r5) [2023-01-13T21:25:52.489Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-13T21:25:52.489Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-13T21:25:52.489Z] (8/9) Installing libucontext (1.1-r0) [2023-01-13T21:25:52.489Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-13T21:25:52.489Z] Executing busybox-1.34.1-r7.trigger [2023-01-13T21:25:52.489Z] Executing ca-certificates-20220614-r0.trigger [2023-01-13T21:25:52.758Z] OK: 8 MiB in 23 packages [2023-01-13T21:25:54.706Z] Removing intermediate container 010da045541c [2023-01-13T21:25:54.706Z] ---> 56074aaad1c3 [2023-01-13T21:25:54.706Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T21:25:55.291Z] ---> d6b3231e3f2b [2023-01-13T21:25:55.291Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-13T21:25:58.638Z] ---> 512914f72b4a [2023-01-13T21:25:58.638Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-13T21:25:58.904Z] ---> 41e0ab5f168a [2023-01-13T21:25:59.169Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-13T21:25:59.169Z] ---> Running in a751e3cafe9f [2023-01-13T21:25:59.758Z] Removing intermediate container a751e3cafe9f [2023-01-13T21:25:59.758Z] ---> 379e0f6a5952 [2023-01-13T21:25:59.758Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-13T21:25:59.758Z] ---> Running in 3066480dffc5 [2023-01-13T21:26:00.342Z] Removing intermediate container 3066480dffc5 [2023-01-13T21:26:00.342Z] ---> 14c0bbb60668 [2023-01-13T21:26:00.342Z] Step 17/19 : LABEL arch=arm64 [2023-01-13T21:26:00.342Z] ---> Running in 1ba0d97a1f6b [2023-01-13T21:26:00.615Z] Removing intermediate container 1ba0d97a1f6b [2023-01-13T21:26:00.615Z] ---> 4007c607a5d4 [2023-01-13T21:26:00.615Z] Step 18/19 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T21:26:00.615Z] ---> Running in cfd1351fda6a [2023-01-13T21:26:01.202Z] Removing intermediate container cfd1351fda6a [2023-01-13T21:26:01.202Z] ---> 1d812ab4493b [2023-01-13T21:26:01.202Z] Step 19/19 : LABEL version=0.0.0 [2023-01-13T21:26:01.202Z] ---> Running in cb0591cb1cd9 [2023-01-13T21:26:01.469Z] Removing intermediate container cb0591cb1cd9 [2023-01-13T21:26:01.469Z] ---> 41fd5dbc1a4d [2023-01-13T21:26:01.469Z] [2023-01-13T21:26:01.736Z] Successfully built 41fd5dbc1a4d [2023-01-13T21:26:01.736Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-13T21:26:28.418Z]  Building security-spiffe-token-provider ... done Removing intermediate container 3a70bfc8e971 [2023-01-13T21:26:28.418Z] ---> b508c95b88a9 [2023-01-13T21:26:28.418Z] [2023-01-13T21:26:28.418Z] Step 10/22 : FROM alpine:3.16 [2023-01-13T21:26:28.418Z] ---> 2b4661558fb8 [2023-01-13T21:26:28.418Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-13T21:26:28.418Z] ---> Using cache [2023-01-13T21:26:28.418Z] ---> 2105acc2be13 [2023-01-13T21:26:28.418Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-13T21:26:28.418Z] ---> Using cache [2023-01-13T21:26:28.418Z] ---> 7aff4c038689 [2023-01-13T21:26:28.418Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-13T21:26:28.418Z] ---> Running in d1f74b069486 [2023-01-13T21:26:28.418Z] Removing intermediate container d1f74b069486 [2023-01-13T21:26:28.418Z] ---> 89248458b363 [2023-01-13T21:26:28.418Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-13T21:26:28.418Z] ---> Running in 65040120ad47 [2023-01-13T21:26:28.418Z] Removing intermediate container 65040120ad47 [2023-01-13T21:26:28.418Z] ---> eab076fb0945 [2023-01-13T21:26:28.418Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-13T21:26:28.418Z] ---> a3af45ac94f6 [2023-01-13T21:26:28.418Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-13T21:26:28.418Z] ---> 18e0e2a03482 [2023-01-13T21:26:28.418Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-13T21:26:28.418Z] ---> aa46c44954ba [2023-01-13T21:26:28.418Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-13T21:26:28.418Z] ---> Running in 23d30b41afbd [2023-01-13T21:26:28.418Z] Removing intermediate container 23d30b41afbd [2023-01-13T21:26:28.418Z] ---> 7882553d9a27 [2023-01-13T21:26:28.418Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-13T21:26:28.418Z] ---> Running in d901714f9656 [2023-01-13T21:26:28.418Z] Removing intermediate container d901714f9656 [2023-01-13T21:26:28.418Z] ---> e5858c61ada8 [2023-01-13T21:26:28.418Z] Step 20/22 : LABEL arch=arm64 [2023-01-13T21:26:28.686Z] ---> Running in 7c2fdc3d6f0c [2023-01-13T21:26:28.955Z] Removing intermediate container 7c2fdc3d6f0c [2023-01-13T21:26:28.955Z] ---> 18efb7a241de [2023-01-13T21:26:28.955Z] Step 21/22 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [2023-01-13T21:26:28.955Z] ---> Running in e2efa86fe486 [2023-01-13T21:26:29.222Z] Removing intermediate container e2efa86fe486 [2023-01-13T21:26:29.222Z] ---> 07313effac96 [2023-01-13T21:26:29.222Z] Step 22/22 : LABEL version=0.0.0 [2023-01-13T21:26:29.489Z] ---> Running in dca5df710dc7 [2023-01-13T21:26:29.756Z] Removing intermediate container dca5df710dc7 [2023-01-13T21:26:29.756Z] ---> 1aa9e59bcc49 [2023-01-13T21:26:29.756Z] [2023-01-13T21:26:30.024Z] Successfully built 1aa9e59bcc49 [2023-01-13T21:26:30.024Z] Successfully tagged support-scheduler-arm64:latest [2023-01-13T21:26:30.304Z]  Building support-scheduler ... done  [Pipeline] } [2023-01-13T21:26:30.321Z] $ docker stop --time=1 8703c104415863594423b94fb255b0fba665e09c683b9ed9639e9bbcb64a3daf [2023-01-13T21:26:32.028Z] $ docker rm -f --volumes 8703c104415863594423b94fb255b0fba665e09c683b9ed9639e9bbcb64a3daf [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-13T21:26:32.593Z] + docker images [2023-01-13T21:26:32.864Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-13T21:26:32.864Z] support-scheduler-arm64 latest 1aa9e59bcc49 3 seconds ago 29MB [2023-01-13T21:26:32.864Z] b508c95b88a9 10 seconds ago 1.56GB [2023-01-13T21:26:32.864Z] security-spiffe-token-provider-arm64 latest 41fd5dbc1a4d 31 seconds ago 28.9MB [2023-01-13T21:26:32.864Z] 4633d69fbad0 47 seconds ago 1.53GB [2023-01-13T21:26:32.864Z] core-metadata-arm64 latest 59c1556c63c0 About a minute ago 17.8MB [2023-01-13T21:26:32.864Z] efdc2fdf87de About a minute ago 1.51GB [2023-01-13T21:26:32.864Z] security-secretstore-setup-arm64 latest af6896959625 2 minutes ago 28.7MB [2023-01-13T21:26:32.864Z] 383840b42d56 3 minutes ago 1.49GB [2023-01-13T21:26:32.864Z] security-spire-agent-arm64 latest f923cab53041 5 minutes ago 122MB [2023-01-13T21:26:32.864Z] support-notifications-arm64 latest 0039cdc81a3b 5 minutes ago 29.6MB [2023-01-13T21:26:32.864Z] security-bootstrapper-arm64 latest 92248f4716e9 6 minutes ago 19.5MB [2023-01-13T21:26:32.864Z] 9d10727183f2 6 minutes ago 1.56GB [2023-01-13T21:26:32.864Z] 4b36d09cc210 6 minutes ago 1.49GB [2023-01-13T21:26:32.864Z] core-data-arm64 latest a67681bb7737 7 minutes ago 17.2MB [2023-01-13T21:26:32.865Z] 6925dee715fb 7 minutes ago 1.5GB [2023-01-13T21:26:32.865Z] core-command-arm64 latest baa0d1023754 9 minutes ago 17MB [2023-01-13T21:26:32.865Z] bbd5bd48b3ac 9 minutes ago 1.5GB [2023-01-13T21:26:32.865Z] security-proxy-setup-arm64 latest edfacae45012 9 minutes ago 26.8MB [2023-01-13T21:26:32.865Z] 615e62c71fed 9 minutes ago 1.49GB [2023-01-13T21:26:32.865Z] security-spire-server-arm64 latest 3a93818b924f 15 minutes ago 84.3MB [2023-01-13T21:26:32.865Z] security-spire-config-arm64 latest 5541b817663b 15 minutes ago 83.6MB [2023-01-13T21:26:32.865Z] 54c496382f51 16 minutes ago 1.37GB [2023-01-13T21:26:32.865Z] c8d425020936 16 minutes ago 1.37GB [2023-01-13T21:26:32.865Z] ci-base-image-arm64 latest 9ae20d77e841 29 minutes ago 905MB [2023-01-13T21:26:32.865Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-13T21:26:32.865Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-13T21:26:32.865Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-13T21:26:32.865Z] 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) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T21:26:33.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-13T21:26:33.666Z] [2023-01-13T21:26:33.666Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T21:26:34.076Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-13T21:26:34.345Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-13T21:26:34.345Z] 8998bd30e6a1: Pulling fs layer [2023-01-13T21:26:34.345Z] 04944245beec: Pulling fs layer [2023-01-13T21:26:34.345Z] 699f458cf7ca: Pulling fs layer [2023-01-13T21:26:34.345Z] 765212b225bb: Pulling fs layer [2023-01-13T21:26:34.345Z] f23df028b6ca: Pulling fs layer [2023-01-13T21:26:34.345Z] d65c8cfc05b1: Pulling fs layer [2023-01-13T21:26:34.345Z] 2437ff75d9bd: Pulling fs layer [2023-01-13T21:26:34.345Z] 765212b225bb: Waiting [2023-01-13T21:26:34.345Z] f23df028b6ca: Waiting [2023-01-13T21:26:34.345Z] d65c8cfc05b1: Waiting [2023-01-13T21:26:34.345Z] 2437ff75d9bd: Waiting [2023-01-13T21:26:34.345Z] 04944245beec: Verifying Checksum [2023-01-13T21:26:34.345Z] 04944245beec: Download complete [2023-01-13T21:26:34.345Z] 765212b225bb: Download complete [2023-01-13T21:26:34.620Z] f23df028b6ca: Verifying Checksum [2023-01-13T21:26:34.620Z] d65c8cfc05b1: Verifying Checksum [2023-01-13T21:26:34.620Z] d65c8cfc05b1: Download complete [2023-01-13T21:26:34.620Z] 699f458cf7ca: Verifying Checksum [2023-01-13T21:26:34.620Z] 699f458cf7ca: Download complete [2023-01-13T21:26:34.891Z] 8998bd30e6a1: Download complete [2023-01-13T21:26:37.476Z] 2437ff75d9bd: Verifying Checksum [2023-01-13T21:26:37.476Z] 2437ff75d9bd: Download complete [2023-01-13T21:26:38.884Z] 8998bd30e6a1: Pull complete [2023-01-13T21:26:39.469Z] 04944245beec: Pull complete [2023-01-13T21:26:40.878Z] 699f458cf7ca: Pull complete [2023-01-13T21:26:40.878Z] 765212b225bb: Pull complete [2023-01-13T21:26:41.470Z] f23df028b6ca: Pull complete [2023-01-13T21:26:41.739Z] d65c8cfc05b1: Pull complete [2023-01-13T21:26:56.733Z] 2437ff75d9bd: Pull complete [2023-01-13T21:26:56.733Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-13T21:26:56.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-13T21:26:56.733Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-13T21:26:57.036Z] prd-ubuntu20.04-docker-arm64-4c-16g-2272 does not seem to be running inside a container [2023-01-13T21:26:57.105Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-13T21:27:00.081Z] $ docker top 291d4f971159e683b757e14432f21f8d62cc14c8d5c4e1581be7ed824a16d617 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-13T21:27:01.028Z] ---> job-cost.sh [2023-01-13T21:27:01.028Z] lf-activate-venv: SKIPPING [2023-01-13T21:27:01.028Z] INFO: No Stack... [2023-01-13T21:27:01.294Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-13T21:27:02.254Z] INFO: Archiving Costs [Pipeline] sh [2023-01-13T21:27:02.917Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-01-13T21:27:02.917Z] + cut -d, -f6 [Pipeline] lock [2023-01-13T21:27:02.976Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4281-1-stack-cost] [2023-01-13T21:27:02.981Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4281-1-stack-cost] did not exist. Created. [2023-01-13T21:27:02.981Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4281-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-13T21:27:03.710Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-13T21:27:03.911Z] Stashed 1 file(s) [Pipeline] } [2023-01-13T21:27:03.926Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4281-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-13T21:27:04.002Z] $ docker stop --time=1 291d4f971159e683b757e14432f21f8d62cc14c8d5c4e1581be7ed824a16d617 [2023-01-13T21:27:05.556Z] $ docker rm -f --volumes 291d4f971159e683b757e14432f21f8d62cc14c8d5c4e1581be7ed824a16d617 [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-13T21:27:06.475Z] provisioning config files... [2023-01-13T21:27:06.482Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config13135041075529796857tmp [Pipeline] { [Pipeline] sh [2023-01-13T21:27:06.822Z] + set +x [2023-01-13T21:27:06.822Z] + + bashcurl -s -s -- https://codecov.io/bash [2023-01-13T21:27:06.822Z] [2023-01-13T21:27:06.822Z] [2023-01-13T21:27:06.822Z] _____ _ [2023-01-13T21:27:06.822Z] / ____| | | [2023-01-13T21:27:06.822Z] | | ___ __| | ___ ___ _____ __ [2023-01-13T21:27:06.822Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-13T21:27:06.822Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-13T21:27:06.822Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-13T21:27:06.822Z] Bash-1.0.6 [2023-01-13T21:27:06.822Z] [2023-01-13T21:27:06.822Z] [2023-01-13T21:27:06.823Z] ==> git version 2.25.1 found [2023-01-13T21:27:06.823Z] ==> 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-13T21:27:06.823Z] Release-Date: 2020-01-08 [2023-01-13T21:27:06.823Z] 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-13T21:27:06.823Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-13T21:27:06.823Z] ==> Jenkins CI detected. [2023-01-13T21:27:06.823Z] current dir:  /w/workspace/edgex-go/1 [2023-01-13T21:27:06.823Z] project root: . [2023-01-13T21:27:06.823Z] --> token set from env [2023-01-13T21:27:06.823Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-13T21:27:06.823Z] ==> Running gcov in . (disable via -X gcov) [2023-01-13T21:27:06.823Z] ==> Python coveragepy not found [2023-01-13T21:27:06.823Z] ==> Searching for coverage reports in: [2023-01-13T21:27:06.823Z] + . [2023-01-13T21:27:06.823Z] -> Found 1 reports [2023-01-13T21:27:06.823Z] ==> Detecting git/mercurial file structure [2023-01-13T21:27:07.082Z] ==> Reading reports [2023-01-13T21:27:07.082Z] + ./coverage.out bytes=489579 [2023-01-13T21:27:07.082Z] ==> Appending adjustments [2023-01-13T21:27:07.082Z] https://docs.codecov.io/docs/fixing-reports [2023-01-13T21:27:08.017Z] + Found adjustments [2023-01-13T21:27:08.017Z] ==> Gzipping contents [2023-01-13T21:27:08.276Z] 64K /tmp/codecov.0V7gkm.gz [2023-01-13T21:27:08.276Z] ==> Uploading reports [2023-01-13T21:27:08.276Z] url: https://codecov.io [2023-01-13T21:27:08.276Z] query: branch=PR-4281&commit=f88f776b66bfda32466101e5a93e8ee6f15bd1c4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4281%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4281&job=&cmd_args= [2023-01-13T21:27:08.276Z] -> Pinging Codecov [2023-01-13T21:27:08.276Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4281&commit=f88f776b66bfda32466101e5a93e8ee6f15bd1c4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4281%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4281&job=&cmd_args= [2023-01-13T21:27:08.536Z] -> Uploading to [2023-01-13T21:27:08.536Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-13/00271124DB129430A58F1EEE437C3FCB/f88f776b66bfda32466101e5a93e8ee6f15bd1c4/e09cc282-2ebf-4ca9-89fc-86381bb52143.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230113T212708Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=036482a653fd42be968aae0750b76e69030bc4526deb2b25e8c0f3949b2ceac2 [2023-01-13T21:27:08.536Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-13T21:27:08.536Z] Dload Upload Total Spent Left Speed [2023-01-13T21:27:08.795Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63153 0 0 100 63153 0 202k --:--:-- --:--:-- --:--:-- 202k [2023-01-13T21:27:08.795Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [Pipeline] } [2023-01-13T21:27:08.819Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [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-13T21:27:10.146Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-13T21:27:10.477Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-13T21:27:11.363Z] ---> package-listing.sh [2023-01-13T21:27:11.363Z] ++ facter osfamily [2023-01-13T21:27:11.363Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-13T21:27:11.623Z] + OS_FAMILY=debian [2023-01-13T21:27:11.623Z] + workspace=/w/workspace/edgex-go/1 [2023-01-13T21:27:11.623Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-13T21:27:11.623Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-13T21:27:11.623Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-13T21:27:11.623Z] + PACKAGES=/tmp/packages_start.txt [2023-01-13T21:27:11.623Z] + '[' /w/workspace/edgex-go/1 ']' [2023-01-13T21:27:11.623Z] + PACKAGES=/tmp/packages_end.txt [2023-01-13T21:27:11.623Z] + case "${OS_FAMILY}" in [2023-01-13T21:27:11.623Z] + dpkg -l [2023-01-13T21:27:11.623Z] + grep '^ii' [2023-01-13T21:27:11.623Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-13T21:27:11.623Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-13T21:27:11.623Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-13T21:27:11.623Z] + '[' /w/workspace/edgex-go/1 ']' [2023-01-13T21:27:11.623Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-01-13T21:27:11.623Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-01-13T21:27:11.656Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-13T21:27:11.952Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T21:27:12.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-13T21:27:12.317Z] [2023-01-13T21:27:12.317Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-13T21:27:12.692Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-13T21:27:12.692Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-13T21:27:12.692Z] 5eb5b503b376: Pulling fs layer [2023-01-13T21:27:12.692Z] 5c69ac0246d0: Pulling fs layer [2023-01-13T21:27:12.692Z] ec43610c2a17: Pulling fs layer [2023-01-13T21:27:12.692Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-13T21:27:12.692Z] 33b1e0a273af: Pulling fs layer [2023-01-13T21:27:12.692Z] 5d3b04190fa2: Pulling fs layer [2023-01-13T21:27:12.692Z] 2f39f015ded8: Pulling fs layer [2023-01-13T21:27:12.692Z] 3a2ae6a8a46f: Waiting [2023-01-13T21:27:12.692Z] 33b1e0a273af: Waiting [2023-01-13T21:27:12.692Z] 5d3b04190fa2: Waiting [2023-01-13T21:27:12.692Z] 2f39f015ded8: Waiting [2023-01-13T21:27:12.952Z] 5c69ac0246d0: Download complete [2023-01-13T21:27:12.952Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-13T21:27:12.952Z] 3a2ae6a8a46f: Download complete [2023-01-13T21:27:12.952Z] ec43610c2a17: Verifying Checksum [2023-01-13T21:27:12.952Z] ec43610c2a17: Download complete [2023-01-13T21:27:12.952Z] 5d3b04190fa2: Verifying Checksum [2023-01-13T21:27:12.952Z] 5d3b04190fa2: Download complete [2023-01-13T21:27:12.952Z] 33b1e0a273af: Verifying Checksum [2023-01-13T21:27:12.952Z] 33b1e0a273af: Download complete [2023-01-13T21:27:13.210Z] 5eb5b503b376: Verifying Checksum [2023-01-13T21:27:13.210Z] 5eb5b503b376: Download complete [2023-01-13T21:27:13.774Z] 2f39f015ded8: Verifying Checksum [2023-01-13T21:27:13.774Z] 2f39f015ded8: Download complete [2023-01-13T21:27:14.340Z] 5eb5b503b376: Pull complete [2023-01-13T21:27:14.340Z] 5c69ac0246d0: Pull complete [2023-01-13T21:27:14.907Z] ec43610c2a17: Pull complete [2023-01-13T21:27:14.907Z] 3a2ae6a8a46f: Pull complete [2023-01-13T21:27:15.166Z] 33b1e0a273af: Pull complete [2023-01-13T21:27:15.166Z] 5d3b04190fa2: Pull complete [2023-01-13T21:27:19.350Z] 2f39f015ded8: Pull complete [2023-01-13T21:27:19.350Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-13T21:27:19.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-13T21:27:19.350Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-13T21:27:19.560Z] prd-ubuntu20.04-docker-8c-8g-2271 does not seem to be running inside a container [2023-01-13T21:27:19.599Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-13T21:27:21.492Z] $ docker top d390b9b7f10c91c4d0f9c05e29a58833a4263af3e263b73e22710bcc31278d49 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-13T21:27:21.871Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-13T21:27:22.176Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-13T21:27:22.480Z] + ls /var/log/sa-host [2023-01-13T21:27:22.480Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-13T21:27:22.603Z] provisioning config files... [2023-01-13T21:27:22.614Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8019504281491023376tmp [Pipeline] { [Pipeline] echo [2023-01-13T21:27:22.657Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-13T21:27:22.965Z] ---> create-netrc.sh [Pipeline] } [2023-01-13T21:27:22.993Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-13T21:27:23.375Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-13T21:27:23.408Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-13T21:27:23.718Z] ---> sudo-logs.sh [2023-01-13T21:27:23.718Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-13T21:27:23.798Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-13T21:27:24.106Z] ---> job-cost.sh [2023-01-13T21:27:24.106Z] lf-activate-venv: SKIPPING [2023-01-13T21:27:24.106Z] DEBUG: total: 0.10999999940395355 [2023-01-13T21:27:24.106Z] INFO: Retrieving Stack Cost... [2023-01-13T21:27:24.672Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-13T21:27:24.931Z] INFO: Archiving Costs [Pipeline] echo [2023-01-13T21:27:24.962Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-13T21:27:25.271Z] ---> logs-deploy.sh [2023-01-13T21:27:25.271Z] lf-activate-venv: SKIPPING [2023-01-13T21:27:25.271Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4281/1 [2023-01-13T21:27:25.271Z] INFO: archiving workspace using pattern(s): [2023-01-13T21:27:26.208Z] Archives upload complete. [2023-01-13T21:27:26.208Z] INFO: archiving logs to Nexus