Pull request #4431 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 9bc23dae8268f53719886593a74d14a2f768ab7f+5942442abc70018486e4a97ccf80bb65ff67be19 (585c6d73763e80a349fa2277256a81a6f2e25ca6) 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-ssh6483400675853836314.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-ssh17253182183064601923.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-4431/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-4431/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17521259223569078559.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-4431/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13958652884109845843.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-ssh500394442964592043.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-4431/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-4431/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13047766214315753064.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/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9544 in /w/workspace/edgexfoundry_edgex-go_PR-4431 [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/4431/head:refs/remotes/origin/PR-4431 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 5942442abc70018486e4a97ccf80bb65ff67be19 into PR head commit 9bc23dae8268f53719886593a74d14a2f768ab7f Merge succeeded, producing 9bc23dae8268f53719886593a74d14a2f768ab7f Checking out Revision 9bc23dae8268f53719886593a74d14a2f768ab7f (PR-4431) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc23dae8268f53719886593a74d14a2f768ab7f # 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 5942442abc70018486e4a97ccf80bb65ff67be19 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc23dae8268f53719886593a74d14a2f768ab7f # timeout=10 Commit message: "docs(security): Clarify units of jwtTTL" 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-03-10T00:29:42.890Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-10T00:29:43.087Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-10T00:29:43.195Z] ========================================================= [2023-03-10T00:29:43.196Z] EdgeX Global Pipelines Version Info [2023-03-10T00:29:43.196Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-10T00:29:43.967Z] ------------------- [2023-03-10T00:29:43.968Z] stable info: [2023-03-10T00:29:43.968Z] ------------------- [2023-03-10T00:29:43.968Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-10T00:29:43.968Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T00:29:43.968Z] Message: update stable to v1.0.244 [2023-03-10T00:29:44.541Z] ------------------- [2023-03-10T00:29:44.541Z] experimental info: [2023-03-10T00:29:44.541Z] ------------------- [2023-03-10T00:29:44.541Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-10T00:29:44.541Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T00:29:44.541Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-10T00:29:44.821Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-10T00:29:44.930Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-10T00:29:44.972Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-10T00:29:45.008Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-10T00:29:45.047Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-10T00:29:45.085Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-10T00:29:45.118Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-10T00:29:45.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-10T00:29:45.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-10T00:29:45.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-10T00:29:45.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-10T00:29:45.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-10T00:29:45.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-10T00:29:45.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-10T00:29:45.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-10T00:29:45.463Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-10T00:29:45.513Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-10T00:29:45.553Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-10T00:29:45.595Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-10T00:29:45.643Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-10T00:29:45.685Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-10T00:29:45.738Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-10T00:29:45.778Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-10T00:29:45.818Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4431 [Pipeline] echo [2023-03-10T00:29:45.856Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4431 [Pipeline] echo [2023-03-10T00:29:45.892Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4431 [Pipeline] echo [2023-03-10T00:29:45.928Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9bc23dae8268f53719886593a74d14a2f768ab7f [Pipeline] echo [2023-03-10T00:29:45.969Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9bc23da [Pipeline] echo [2023-03-10T00:29:46.006Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T00:29:46.115Z] provisioning config files... [2023-03-10T00:29:46.131Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13652223730991770389tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T00:29:46.475Z] ---> docker-login.sh [2023-03-10T00:29:46.475Z] nexus3.edgexfoundry.org:10001 [2023-03-10T00:29:46.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:29:46.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:29:46.736Z] Configure a credential helper to remove this warning. See [2023-03-10T00:29:46.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:29:46.736Z] [2023-03-10T00:29:46.736Z] Login Succeeded [2023-03-10T00:29:46.736Z] nexus3.edgexfoundry.org:10002 [2023-03-10T00:29:46.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:29:46.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:29:46.999Z] Configure a credential helper to remove this warning. See [2023-03-10T00:29:46.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:29:46.999Z] [2023-03-10T00:29:46.999Z] Login Succeeded [2023-03-10T00:29:46.999Z] nexus3.edgexfoundry.org:10003 [2023-03-10T00:29:46.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:29:46.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:29:46.999Z] Configure a credential helper to remove this warning. See [2023-03-10T00:29:46.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:29:46.999Z] [2023-03-10T00:29:46.999Z] Login Succeeded [2023-03-10T00:29:46.999Z] nexus3.edgexfoundry.org:10004 [2023-03-10T00:29:47.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:29:47.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:29:47.261Z] Configure a credential helper to remove this warning. See [2023-03-10T00:29:47.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:29:47.261Z] [2023-03-10T00:29:47.261Z] Login Succeeded [2023-03-10T00:29:47.261Z] docker.io [2023-03-10T00:29:47.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:29:47.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:29:47.523Z] Configure a credential helper to remove this warning. See [2023-03-10T00:29:47.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:29:47.523Z] [2023-03-10T00:29:47.523Z] Login Succeeded [2023-03-10T00:29:47.523Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T00:29:47.557Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T00:29:47.981Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-03-10T00:29:47.981Z] + + dirname cmd/core-command/Dockerfile [2023-03-10T00:29:47.981Z] cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/core-data/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/core-metadata/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/support-notifications/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-10T00:29:47.981Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-10T00:29:47.981Z] + cut -d/ -f2 [2023-03-10T00:29:47.981Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-10T00:29:48.050Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-10T00:29:48.549Z] + git rev-list -1 --merges 9bc23dae8268f53719886593a74d14a2f768ab7f~1..9bc23dae8268f53719886593a74d14a2f768ab7f [Pipeline] echo [2023-03-10T00:29:48.619Z] -----------> git rev-list -1 --merges 9bc23dae8268f53719886593a74d14a2f768ab7f~1..9bc23dae8268f53719886593a74d14a2f768ab7f 9bc23dae8268f53719886593a74d14a2f768ab7f [false] [Pipeline] sh [2023-03-10T00:29:48.934Z] + git log --format=format:%s -1 9bc23dae8268f53719886593a74d14a2f768ab7f [Pipeline] echo [2023-03-10T00:29:48.972Z] ========================================================= [2023-03-10T00:29:48.972Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-10T00:29:48.972Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-10T00:29:49.480Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T00:29:49.480Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-10T00:29:49.480Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-10T00:29:49.480Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-10T00:29:49.480Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-10T00:29:49.480Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-10T00:29:49.480Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:29:49.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T00:29:49.967Z] [2023-03-10T00:29:49.967Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:29:50.354Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T00:29:50.354Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-10T00:29:50.354Z] b85a868b505f: Pulling fs layer [2023-03-10T00:29:50.354Z] e2be974225ed: Pulling fs layer [2023-03-10T00:29:50.354Z] 339a4e72a1f5: Pulling fs layer [2023-03-10T00:29:50.354Z] 988bab9f4d93: Pulling fs layer [2023-03-10T00:29:50.354Z] 1469e6f7b9e6: Pulling fs layer [2023-03-10T00:29:50.354Z] eaf3925da568: Pulling fs layer [2023-03-10T00:29:50.354Z] bab4dde63d76: Pulling fs layer [2023-03-10T00:29:50.354Z] bde34c3a00c8: Pulling fs layer [2023-03-10T00:29:50.354Z] b352a97aabf1: Pulling fs layer [2023-03-10T00:29:50.354Z] 4872d77fe225: Pulling fs layer [2023-03-10T00:29:50.354Z] 5851b861e8e6: Pulling fs layer [2023-03-10T00:29:50.354Z] 988bab9f4d93: Waiting [2023-03-10T00:29:50.354Z] bde34c3a00c8: Waiting [2023-03-10T00:29:50.354Z] 1469e6f7b9e6: Waiting [2023-03-10T00:29:50.354Z] bab4dde63d76: Waiting [2023-03-10T00:29:50.354Z] eaf3925da568: Waiting [2023-03-10T00:29:50.354Z] b352a97aabf1: Waiting [2023-03-10T00:29:50.354Z] 4872d77fe225: Waiting [2023-03-10T00:29:50.354Z] 5851b861e8e6: Waiting [2023-03-10T00:29:50.354Z] e2be974225ed: Verifying Checksum [2023-03-10T00:29:50.354Z] e2be974225ed: Download complete [2023-03-10T00:29:50.354Z] 988bab9f4d93: Verifying Checksum [2023-03-10T00:29:50.354Z] 988bab9f4d93: Download complete [2023-03-10T00:29:50.616Z] 1469e6f7b9e6: Verifying Checksum [2023-03-10T00:29:50.616Z] 1469e6f7b9e6: Download complete [2023-03-10T00:29:50.616Z] 339a4e72a1f5: Verifying Checksum [2023-03-10T00:29:50.616Z] 339a4e72a1f5: Download complete [2023-03-10T00:29:50.616Z] eaf3925da568: Verifying Checksum [2023-03-10T00:29:50.616Z] eaf3925da568: Download complete [2023-03-10T00:29:50.616Z] bde34c3a00c8: Verifying Checksum [2023-03-10T00:29:50.616Z] bde34c3a00c8: Download complete [2023-03-10T00:29:50.616Z] b352a97aabf1: Download complete [2023-03-10T00:29:50.616Z] 4872d77fe225: Download complete [2023-03-10T00:29:50.616Z] 5851b861e8e6: Verifying Checksum [2023-03-10T00:29:50.616Z] 5851b861e8e6: Download complete [2023-03-10T00:29:50.616Z] b85a868b505f: Verifying Checksum [2023-03-10T00:29:50.616Z] b85a868b505f: Download complete [2023-03-10T00:29:50.876Z] bab4dde63d76: Verifying Checksum [2023-03-10T00:29:50.876Z] bab4dde63d76: Download complete [2023-03-10T00:29:52.256Z] b85a868b505f: Pull complete [2023-03-10T00:29:52.256Z] e2be974225ed: Pull complete [2023-03-10T00:29:52.826Z] 339a4e72a1f5: Pull complete [2023-03-10T00:29:52.826Z] 988bab9f4d93: Pull complete [2023-03-10T00:29:53.090Z] 1469e6f7b9e6: Pull complete [2023-03-10T00:29:53.090Z] eaf3925da568: Pull complete [2023-03-10T00:29:55.002Z] bab4dde63d76: Pull complete [2023-03-10T00:29:55.002Z] bde34c3a00c8: Pull complete [2023-03-10T00:29:55.268Z] b352a97aabf1: Pull complete [2023-03-10T00:29:55.268Z] 4872d77fe225: Pull complete [2023-03-10T00:29:55.528Z] 5851b861e8e6: Pull complete [2023-03-10T00:29:55.528Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-10T00:29:55.528Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T00:29:55.528Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:29:55.745Z] prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container [2023-03-10T00:29:55.782Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T00:29:57.398Z] $ docker top 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 -eo pid,comm [2023-03-10T00:29:57.463Z] 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-03-10T00:29:57.463Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T00:29:57.595Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T00:29:57.595Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T00:29:57.745Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T00:29:57.754Z] $ docker exec 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 ssh-agent [2023-03-10T00:29:57.861Z] SSH_AUTH_SOCK=/tmp/ssh-TkzWiHfxkJpX/agent.32 [2023-03-10T00:29:57.861Z] SSH_AGENT_PID=38 [2023-03-10T00:29:57.884Z] Running ssh-add (command line suppressed) [2023-03-10T00:29:58.002Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_18210348862347513560.key (/w/workspace/edgex-go/1@tmp/private_key_18210348862347513560.key) [2023-03-10T00:29:58.011Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T00:29:58.335Z] + git tag --points-at HEAD [Pipeline] } [2023-03-10T00:29:58.379Z] $ docker exec --env ******** --env ******** 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 ssh-agent -k [2023-03-10T00:29:58.489Z] unset SSH_AUTH_SOCK; [2023-03-10T00:29:58.490Z] unset SSH_AGENT_PID; [2023-03-10T00:29:58.490Z] echo Agent pid 38 killed; [2023-03-10T00:29:58.498Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-10T00:29:58.587Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T00:29:58.587Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T00:29:58.700Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T00:29:58.708Z] $ docker exec 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 ssh-agent [2023-03-10T00:29:58.812Z] SSH_AUTH_SOCK=/tmp/ssh-VQKbl5iO1hB3/agent.70 [2023-03-10T00:29:58.812Z] SSH_AGENT_PID=76 [2023-03-10T00:29:58.819Z] Running ssh-add (command line suppressed) [2023-03-10T00:29:58.930Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8546231012742733125.key (/w/workspace/edgex-go/1@tmp/private_key_8546231012742733125.key) [2023-03-10T00:29:58.940Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T00:29:59.270Z] + git semver init [2023-03-10T00:29:59.530Z] 2023-03-10 00:29:59,504 [run_init] DEBUG init version:0.0.0 force:False [2023-03-10T00:29:59.530Z] 2023-03-10 00:29:59,505 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-03-10T00:29:59.530Z] 2023-03-10 00:29:59,505 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-03-10T00:29:59.530Z] 2023-03-10 00:29:59,505 [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-03-10T00:30:04.808Z] 2023-03-10 00:30:04,309 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-03-10T00:30:04.808Z] 2023-03-10 00:30:04,309 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4431 with force:False [2023-03-10T00:30:04.808Z] 2023-03-10 00:30:04,310 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4431 [2023-03-10T00:30:04.808Z] 2023-03-10 00:30:04,314 [execute] INFO git cat-file --batch-check [2023-03-10T00:30:04.808Z] 2023-03-10 00:30:04,314 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T00:30:04.808Z] 2023-03-10 00:30:04,320 [execute] INFO git cat-file --batch [2023-03-10T00:30:04.808Z] 2023-03-10 00:30:04,320 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T00:30:04.808Z] 2023-03-10 00:30:04,326 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4431 [2023-03-10T00:30:04.808Z] 0.0.0 [Pipeline] } [2023-03-10T00:30:04.836Z] $ docker exec --env ******** --env ******** 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 ssh-agent -k [2023-03-10T00:30:04.941Z] unset SSH_AUTH_SOCK; [2023-03-10T00:30:04.941Z] unset SSH_AGENT_PID; [2023-03-10T00:30:04.941Z] echo Agent pid 76 killed; [2023-03-10T00:30:04.948Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T00:30:05.353Z] + git semver [Pipeline] } [2023-03-10T00:30:05.641Z] $ docker stop --time=1 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 [2023-03-10T00:30:06.970Z] $ docker rm -f --volumes 1c044b3b94cd520a8dedfc5eba2c8500d2e5984a104b9af3e375e785fd21b3f9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T00:30:07.375Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-10T00:30:07.665Z] Stashed 1 file(s) [Pipeline] echo [2023-03-10T00:30:07.685Z] [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-03-10T00:30:08.477Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-10T00:30:08.514Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T00:30:08.557Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T00:30:08.588Z] ========================================================= [2023-03-10T00:30:08.588Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-10T00:30:08.588Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-10T00:30:08.931Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T00:30:08.931Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-10T00:30:08.931Z] 213ec9aee27d: Pulling fs layer [2023-03-10T00:30:08.931Z] 4583459ba037: Pulling fs layer [2023-03-10T00:30:08.931Z] 93c1e223e6f2: Pulling fs layer [2023-03-10T00:30:08.931Z] 53926ce57604: Pulling fs layer [2023-03-10T00:30:08.931Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-10T00:30:08.931Z] 22ff95d597cd: Pulling fs layer [2023-03-10T00:30:08.931Z] 12d6caf4c0d1: Pulling fs layer [2023-03-10T00:30:08.932Z] 96b7cbca73a9: Pulling fs layer [2023-03-10T00:30:08.932Z] a7acece74701: Pulling fs layer [2023-03-10T00:30:08.932Z] 53926ce57604: Waiting [2023-03-10T00:30:08.932Z] 21b2b0c7a3f4: Waiting [2023-03-10T00:30:08.932Z] 22ff95d597cd: Waiting [2023-03-10T00:30:08.932Z] 12d6caf4c0d1: Waiting [2023-03-10T00:30:08.932Z] 96b7cbca73a9: Waiting [2023-03-10T00:30:08.932Z] 93c1e223e6f2: Download complete [2023-03-10T00:30:08.932Z] 4583459ba037: Verifying Checksum [2023-03-10T00:30:08.932Z] 4583459ba037: Download complete [2023-03-10T00:30:08.932Z] 21b2b0c7a3f4: Download complete [2023-03-10T00:30:08.932Z] 22ff95d597cd: Download complete [2023-03-10T00:30:08.932Z] 213ec9aee27d: Verifying Checksum [2023-03-10T00:30:08.932Z] 213ec9aee27d: Download complete [2023-03-10T00:30:09.194Z] 12d6caf4c0d1: Verifying Checksum [2023-03-10T00:30:09.194Z] 12d6caf4c0d1: Download complete [2023-03-10T00:30:09.194Z] 213ec9aee27d: Pull complete [2023-03-10T00:30:09.194Z] 4583459ba037: Pull complete [2023-03-10T00:30:09.456Z] 93c1e223e6f2: Pull complete [2023-03-10T00:30:09.456Z] a7acece74701: Verifying Checksum [2023-03-10T00:30:09.456Z] a7acece74701: Download complete [2023-03-10T00:30:10.028Z] 96b7cbca73a9: Verifying Checksum [2023-03-10T00:30:10.028Z] 96b7cbca73a9: Download complete [2023-03-10T00:30:10.028Z] 53926ce57604: Verifying Checksum [2023-03-10T00:30:10.028Z] 53926ce57604: Download complete [2023-03-10T00:30:14.213Z] 53926ce57604: Pull complete [2023-03-10T00:30:14.213Z] 21b2b0c7a3f4: Pull complete [2023-03-10T00:30:14.213Z] 22ff95d597cd: Pull complete [2023-03-10T00:30:14.213Z] 12d6caf4c0d1: Pull complete [2023-03-10T00:30:16.748Z] 96b7cbca73a9: Pull complete [2023-03-10T00:30:17.010Z] a7acece74701: Pull complete [2023-03-10T00:30:17.010Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-10T00:30:17.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T00:30:17.010Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-10T00:30:17.619Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T00:30:17.619Z] WORKDIR /edgex [2023-03-10T00:30:17.619Z] COPY go.mod . [2023-03-10T00:30:17.619Z] RUN go mod download [2023-03-10T00:30:17.619Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-10T00:30:18.191Z] Sending build context to Docker daemon 170.4MB [2023-03-10T00:30:18.191Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T00:30:18.191Z] ---> db6d94c90886 [2023-03-10T00:30:18.191Z] Step 2/4 : WORKDIR /edgex [2023-03-10T00:30:20.748Z] ---> Running in b7d287b453a8 [2023-03-10T00:30:20.748Z] Removing intermediate container b7d287b453a8 [2023-03-10T00:30:20.748Z] ---> 0c5db180e839 [2023-03-10T00:30:20.748Z] Step 3/4 : COPY go.mod . [2023-03-10T00:30:20.748Z] ---> 72a16eea019d [2023-03-10T00:30:20.748Z] Step 4/4 : RUN go mod download [2023-03-10T00:30:20.748Z] ---> Running in 46ee2e4c9b85 [2023-03-10T00:30:23.017Z] Still waiting to schedule task [2023-03-10T00:30:23.017Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9542’ [2023-03-10T00:30:32.959Z] Removing intermediate container 46ee2e4c9b85 [2023-03-10T00:30:32.959Z] ---> 09fb4f51299d [2023-03-10T00:30:32.959Z] Successfully built 09fb4f51299d [2023-03-10T00:30:32.959Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:30:33.332Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T00:30:33.332Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:30:33.481Z] prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container [2023-03-10T00:30:33.520Z] $ 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-x86_64 cat [2023-03-10T00:30:33.930Z] $ docker top f5a0ec46e1140d8539fe433b29aa76175b607817010fd59666ec52c0a5aacaaa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T00:30:34.307Z] + go version [2023-03-10T00:30:34.307Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-10T00:30:34.343Z] $ docker stop --time=1 f5a0ec46e1140d8539fe433b29aa76175b607817010fd59666ec52c0a5aacaaa [2023-03-10T00:30:35.630Z] $ docker rm -f --volumes f5a0ec46e1140d8539fe433b29aa76175b607817010fd59666ec52c0a5aacaaa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:30:36.397Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T00:30:36.397Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:30:36.550Z] prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container [2023-03-10T00:30:36.587Z] $ 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-x86_64 cat [2023-03-10T00:30:36.964Z] $ docker top d7a630533de6c63b69dec8959511d2684cb28fab96b096b2b22a81fcfc14dc5b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-10T00:30:37.072Z] ========================================================= [2023-03-10T00:30:37.072Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-10T00:30:37.072Z] ========================================================= [Pipeline] sh [2023-03-10T00:30:37.371Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-10T00:30:37.724Z] + make test [2023-03-10T00:30:37.724Z] go test -race -coverprofile=coverage.out ./... [2023-03-10T00:30:44.311Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-10T00:30:59.177Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-10T00:30:59.177Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-10T00:30:59.177Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-10T00:30:59.177Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-10T00:30:59.177Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-10T00:30:59.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-10T00:30:59.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-10T00:30:59.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-10T00:30:59.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-10T00:30:59.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-10T00:30:59.743Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-10T00:30:59.743Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-10T00:30:59.743Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-10T00:30:59.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-10T00:31:00.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.075s coverage: 28.7% of statements [2023-03-10T00:31:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-10T00:31:00.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-10T00:31:00.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.112s coverage: 98.5% of statements [2023-03-10T00:31:03.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.142s coverage: 71.2% of statements [2023-03-10T00:31:03.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-10T00:31:03.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-10T00:31:03.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-10T00:31:03.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.087s coverage: 54.0% of statements [2023-03-10T00:31:03.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-10T00:31:03.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-10T00:31:05.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.220s coverage: 88.5% of statements [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-10T00:31:05.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.090s coverage: 3.9% of statements [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-10T00:31:05.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.566s coverage: 95.6% of statements [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-10T00:31:05.439Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.073s coverage: 72.2% of statements [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-10T00:31:05.439Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 65.9% of statements [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-10T00:31:05.439Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.093s coverage: 0.9% of statements [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-10T00:31:05.439Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.090s coverage: 29.0% of statements [2023-03-10T00:31:05.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-10T00:31:05.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 45.5% of statements [2023-03-10T00:31:05.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.087s coverage: 82.9% of statements [2023-03-10T00:31:05.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements [2023-03-10T00:31:05.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements [2023-03-10T00:31:05.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2023-03-10T00:31:09.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.097s coverage: 94.4% of statements [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.397s coverage: 79.9% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 64.4% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 86.9% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.055s coverage: 20.0% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 81.2% of statements [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 82.1% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 84.8% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.255s coverage: 63.1% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.213s coverage: 38.4% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.076s coverage: 84.8% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.169s coverage: 92.3% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.073s coverage: 61.5% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-10T00:31:27.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.121s coverage: 97.7% of statements [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-10T00:31:27.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-10T00:31:27.711Z] 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-03-10T00:31:49.629Z] 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-03-10T00:31:49.629Z] go vet ./... [2023-03-10T00:31:50.562Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-10T00:31:50.562Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-10T00:31:50.821Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-10T00:31:50.857Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-10T00:31:51.163Z] + ls -al . [2023-03-10T00:31:51.163Z] total 704 [2023-03-10T00:31:51.163Z] drwxrwxr-x 11 1001 1001 4096 Mar 10 00:30 . [2023-03-10T00:31:51.163Z] drwxr-xr-x 4 root root 4096 Mar 10 00:30 .. [2023-03-10T00:31:51.164Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 00:29 .blubracket [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 16 Mar 10 00:29 .dockerignore [2023-03-10T00:31:51.164Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 00:31 .git [2023-03-10T00:31:51.164Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 00:29 .github [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 1112 Mar 10 00:29 .gitignore [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 42 Mar 10 00:29 .golangci.yml [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 87 Mar 10 00:29 .hadolint.yml [2023-03-10T00:31:51.164Z] drwxr-xr-x 3 1001 1001 4096 Mar 10 00:30 .semver [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 00:29 .sonarcloud.properties [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 1171 Mar 10 00:29 ADOPTERS.md [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 10825 Mar 10 00:29 Attribution.txt [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 73765 Mar 10 00:29 CHANGELOG.md [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:29 CONTRIBUTING.md [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 677 Mar 10 00:29 GOVERNANCE.md [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 883 Mar 10 00:29 Jenkinsfile [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:29 LICENSE [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 14071 Mar 10 00:29 Makefile [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 582 Mar 10 00:29 OWNERS.md [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 9403 Mar 10 00:29 README.md [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 6912 Mar 10 00:29 SECURITY.md [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 00:30 VERSION [2023-03-10T00:31:51.164Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 00:29 bin [2023-03-10T00:31:51.164Z] drwxrwxr-x 18 1001 1001 4096 Mar 10 00:29 cmd [2023-03-10T00:31:51.164Z] -rw-r--r-- 1 root root 447487 Mar 10 00:31 coverage.out [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 3232 Mar 10 00:29 go.mod [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 31098 Mar 10 00:29 go.sum [2023-03-10T00:31:51.164Z] drwxrwxr-x 7 1001 1001 4096 Mar 10 00:29 internal [2023-03-10T00:31:51.164Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 00:29 openapi [2023-03-10T00:31:51.164Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 00:29 snap [2023-03-10T00:31:51.164Z] -rw-rw-r-- 1 1001 1001 204 Mar 10 00:29 version.go [Pipeline] sh [2023-03-10T00:31:51.480Z] + '[' -e coverage.out ] [2023-03-10T00:31:51.480Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-10T00:31:51.605Z] Stashed 1 file(s) [Pipeline] sh [2023-03-10T00:31:51.901Z] + make build [2023-03-10T00:31:51.901Z] 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-03-10T00:32:06.772Z] 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-03-10T00:32:06.772Z] 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-03-10T00:32:07.030Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T00:32:07.966Z] 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-03-10T00:32:16.075Z] 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-03-10T00:32:17.984Z] 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-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T00:32:19.364Z] 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-03-10T00:32:20.740Z] 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-03-10T00:32:21.674Z] 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-03-10T00:32:22.610Z] 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-03-10T00:32:23.984Z] 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-03-10T00:32:25.390Z] $ docker stop --time=1 d7a630533de6c63b69dec8959511d2684cb28fab96b096b2b22a81fcfc14dc5b [2023-03-10T00:32:27.820Z] $ docker rm -f --volumes d7a630533de6c63b69dec8959511d2684cb28fab96b096b2b22a81fcfc14dc5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:32:29.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T00:32:29.079Z] [2023-03-10T00:32:29.079Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:32:29.461Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T00:32:29.461Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-10T00:32:29.461Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-10T00:32:29.461Z] ca9280d653b3: Pulling fs layer [2023-03-10T00:32:29.461Z] 7e9c9ca2126c: Pulling fs layer [2023-03-10T00:32:29.461Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-10T00:32:29.461Z] cbdbe7a5bc2a: Download complete [2023-03-10T00:32:29.719Z] ca9280d653b3: Verifying Checksum [2023-03-10T00:32:29.719Z] ca9280d653b3: Download complete [2023-03-10T00:32:29.719Z] cbdbe7a5bc2a: Pull complete [2023-03-10T00:32:29.983Z] 7e9c9ca2126c: Download complete [2023-03-10T00:32:30.241Z] ca9280d653b3: Pull complete [2023-03-10T00:32:33.525Z] 7e9c9ca2126c: Pull complete [2023-03-10T00:32:33.525Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-10T00:32:33.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T00:32:33.525Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:32:33.736Z] prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container [2023-03-10T00:32:33.763Z] $ 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:latest cat [2023-03-10T00:32:35.165Z] $ docker top 0734ed1df8d1b132728928b9e88870d6c8f1f0afce7cf2a692898c57396c7306 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T00:32:35.560Z] + docker-compose build --help [2023-03-10T00:32:35.560Z] + grep parallel [2023-03-10T00:32:36.126Z] --parallel Build images in parallel. [Pipeline] } [2023-03-10T00:32:36.162Z] $ docker stop --time=1 0734ed1df8d1b132728928b9e88870d6c8f1f0afce7cf2a692898c57396c7306 [2023-03-10T00:32:37.449Z] $ docker rm -f --volumes 0734ed1df8d1b132728928b9e88870d6c8f1f0afce7cf2a692898c57396c7306 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:32:38.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T00:32:38.031Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:32:38.188Z] prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container [2023-03-10T00:32:38.225Z] $ 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:latest cat [2023-03-10T00:32:38.604Z] $ docker top 8baf261acc83335d2026169274d2a4d5ccce3ac2d1a851f0188fe53815bff499 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T00:32:39.004Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-10T00:32:39.572Z] Building core-command ... [2023-03-10T00:32:39.572Z] Building core-common-config-bootstrapper ... [2023-03-10T00:32:39.572Z] Building core-data ... [2023-03-10T00:32:39.572Z] Building core-metadata ... [2023-03-10T00:32:39.572Z] Building security-bootstrapper ... [2023-03-10T00:32:39.572Z] Building security-proxy-auth ... [2023-03-10T00:32:39.572Z] Building security-proxy-setup ... [2023-03-10T00:32:39.572Z] Building security-secretstore-setup ... [2023-03-10T00:32:39.572Z] Building security-spiffe-token-provider ... [2023-03-10T00:32:39.572Z] Building security-spire-agent ... [2023-03-10T00:32:39.572Z] Building security-spire-config ... [2023-03-10T00:32:39.572Z] Building security-spire-server ... [2023-03-10T00:32:39.572Z] Building support-notifications ... [2023-03-10T00:32:39.572Z] Building support-scheduler ... [2023-03-10T00:32:39.572Z] Building support-scheduler [2023-03-10T00:32:39.572Z] Building core-common-config-bootstrapper [2023-03-10T00:32:39.572Z] Building support-notifications [2023-03-10T00:32:39.572Z] Building security-proxy-auth [2023-03-10T00:32:39.572Z] Building security-spiffe-token-provider [2023-03-10T00:32:51.772Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:32:51.772Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:32:51.772Z] ---> 09fb4f51299d [2023-03-10T00:32:51.772Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:32:51.772Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:32:51.772Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:32:51.772Z] ---> 09fb4f51299d [2023-03-10T00:32:51.772Z] Step 3/19 : WORKDIR /edgex-go [2023-03-10T00:32:51.773Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:32:51.773Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:32:51.773Z] ---> 09fb4f51299d [2023-03-10T00:32:51.773Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:32:51.773Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:32:51.773Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:32:51.773Z] ---> 09fb4f51299d [2023-03-10T00:32:51.773Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:32:52.032Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:32:52.032Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:32:52.032Z] ---> 09fb4f51299d [2023-03-10T00:32:52.032Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:32:55.317Z] ---> Running in aa40c0ea1343 [2023-03-10T00:32:55.317Z] ---> Running in 8ec856caf35a [2023-03-10T00:32:55.317Z] ---> Running in fd688458d104 [2023-03-10T00:32:55.317Z] ---> Running in 6812657b5381 [2023-03-10T00:32:55.317Z] ---> Running in 5b14b3f0650a [2023-03-10T00:32:55.317Z] Removing intermediate container 6812657b5381 [2023-03-10T00:32:55.317Z] ---> 47200ae98bf1 [2023-03-10T00:32:55.317Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-10T00:32:55.317Z] Removing intermediate container aa40c0ea1343 [2023-03-10T00:32:55.317Z] ---> e9cba2a58bb0 [2023-03-10T00:32:55.317Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:32:55.317Z] Removing intermediate container 8ec856caf35a [2023-03-10T00:32:55.317Z] ---> f547873b2cd9 [2023-03-10T00:32:55.317Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:32:55.317Z] Removing intermediate container 5b14b3f0650a [2023-03-10T00:32:55.317Z] ---> 6560ee2a927f [2023-03-10T00:32:55.317Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:32:55.317Z] ---> Running in 4fd712987b9a [2023-03-10T00:32:55.317Z] Removing intermediate container fd688458d104 [2023-03-10T00:32:55.317Z] ---> 0109b10be3cb [2023-03-10T00:32:55.317Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:32:55.317Z] ---> Running in 202708e5cb91 [2023-03-10T00:32:55.317Z] ---> Running in f4a7712a3dab [2023-03-10T00:32:55.317Z] ---> Running in 10bb53c4882a [2023-03-10T00:32:55.317Z] ---> Running in f4a41286880e [2023-03-10T00:32:55.575Z] Removing intermediate container 202708e5cb91 [2023-03-10T00:32:55.575Z] ---> d716ded1c89d [2023-03-10T00:32:55.575Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T00:32:55.575Z] Removing intermediate container 10bb53c4882a [2023-03-10T00:32:55.575Z] ---> f6d9eb8b918f [2023-03-10T00:32:55.575Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T00:32:55.575Z] Removing intermediate container f4a7712a3dab [2023-03-10T00:32:55.575Z] ---> 39e35ee32a2b [2023-03-10T00:32:55.575Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates ---> Running in 776011ecd51c [2023-03-10T00:32:55.575Z] [2023-03-10T00:32:55.575Z] ---> Running in 1e6978b1c995 [2023-03-10T00:32:55.575Z] Removing intermediate container f4a41286880e [2023-03-10T00:32:55.575Z] ---> cce2059bf5ce [2023-03-10T00:32:55.575Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T00:32:55.575Z] ---> Running in d00d3356a7ee [2023-03-10T00:32:55.575Z] ---> Running in c540da233722 [2023-03-10T00:32:55.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:32:55.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:32:56.091Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:32:56.091Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:32:56.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:32:56.349Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-10T00:32:56.349Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-10T00:32:56.349Z] OK: 17046 distinct packages available [2023-03-10T00:32:56.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:32:56.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:32:56.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:32:56.349Z] OK: 211 MiB in 51 packages [2023-03-10T00:32:56.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:32:56.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:32:56.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:32:56.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:32:56.608Z] OK: 211 MiB in 51 packages [2023-03-10T00:32:56.608Z] OK: 211 MiB in 51 packages [2023-03-10T00:32:56.608Z] OK: 211 MiB in 51 packages [2023-03-10T00:32:56.608Z] OK: 211 MiB in 51 packages [2023-03-10T00:32:56.869Z] Removing intermediate container 776011ecd51c [2023-03-10T00:32:56.869Z] ---> 64880ad82ec5 [2023-03-10T00:32:56.869Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:32:56.869Z] Removing intermediate container 1e6978b1c995 [2023-03-10T00:32:56.869Z] ---> 49194d6b4909 [2023-03-10T00:32:56.869Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:32:56.869Z] ---> f07a8a73de45 [2023-03-10T00:32:56.869Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:32:57.141Z] ---> Running in 83b866624190 [2023-03-10T00:32:57.141Z] ---> 52e6ed708cdf [2023-03-10T00:32:57.141Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:32:57.141Z] ---> Running in 5b1b96513025 [2023-03-10T00:32:57.401Z] Removing intermediate container c540da233722 [2023-03-10T00:32:57.401Z] ---> e4b88fc731c9 [2023-03-10T00:32:57.401Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:32:57.401Z] Removing intermediate container 4fd712987b9a [2023-03-10T00:32:57.401Z] ---> 46febf0924e9 [2023-03-10T00:32:57.401Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-10T00:32:57.401Z] Removing intermediate container d00d3356a7ee [2023-03-10T00:32:57.401Z] ---> 5d480e6d4f0c [2023-03-10T00:32:57.401Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:32:57.401Z] ---> a7b9b0dff0aa [2023-03-10T00:32:57.401Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:32:57.660Z] ---> d45d91abafc9 [2023-03-10T00:32:57.660Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:32:57.660Z] ---> e115e8414fda [2023-03-10T00:32:57.660Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:32:57.660Z] ---> Running in 7deb8cea6c41 [2023-03-10T00:32:57.660Z] ---> Running in 76551028d2ea [2023-03-10T00:32:57.660Z] ---> Running in 05e96e77da9e [2023-03-10T00:33:44.347Z] Removing intermediate container 05e96e77da9e [2023-03-10T00:33:44.347Z] ---> 45543b7b5aeb [2023-03-10T00:33:44.347Z] Step 7/19 : COPY . . [2023-03-10T00:33:44.347Z] Removing intermediate container 76551028d2ea [2023-03-10T00:33:44.347Z] ---> 07a768fa4156 [2023-03-10T00:33:44.347Z] Step 8/22 : COPY . . [2023-03-10T00:33:44.347Z] Removing intermediate container 7deb8cea6c41 [2023-03-10T00:33:44.347Z] ---> 9e9df103954b [2023-03-10T00:33:44.347Z] Step 8/22 : COPY . . [2023-03-10T00:33:44.347Z] Removing intermediate container 5b1b96513025 [2023-03-10T00:33:44.347Z] ---> 860f0fefb90e [2023-03-10T00:33:44.347Z] Step 8/22 : COPY . . [2023-03-10T00:33:44.347Z] Removing intermediate container 83b866624190 [2023-03-10T00:33:44.347Z] ---> e78a253e97a4 [2023-03-10T00:33:44.347Z] Step 8/22 : COPY . . [2023-03-10T00:33:49.623Z] ---> 9e6de4f26dcc [2023-03-10T00:33:49.623Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-10T00:33:49.623Z] ---> 4bf0e10511f9 [2023-03-10T00:33:49.623Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-10T00:33:49.623Z] ---> 9ffbea217c99 [2023-03-10T00:33:49.623Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-10T00:33:49.623Z] ---> c4268478d392 [2023-03-10T00:33:49.623Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-10T00:33:49.623Z] ---> 23c379196370 [2023-03-10T00:33:49.623Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-10T00:33:49.623Z] ---> Running in 6b46b36100fa [2023-03-10T00:33:49.623Z] ---> Running in f92cc635932b [2023-03-10T00:33:49.623Z] ---> Running in 498b95580832 [2023-03-10T00:33:49.623Z] ---> Running in 46ac7484a6bc [2023-03-10T00:33:49.623Z] ---> Running in bd3cf99b4578 [2023-03-10T00:33:49.623Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T00:33:49.623Z] 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-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T00:33:49.881Z] 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-03-10T00:33:49.881Z] 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-03-10T00:33:49.881Z] 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-03-10T00:33:56.898Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9546 in /w/workspace/edgexfoundry_edgex-go_PR-4431 [Pipeline] { [Pipeline] ws [2023-03-10T00:33:56.960Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-03-10T00:33:57.099Z] The recommended git tool is: git [2023-03-10T00:34:07.894Z] using credential edgex-jenkins-ssh [2023-03-10T00:34:07.913Z] Cloning the remote Git repository [2023-03-10T00:34:07.973Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-10T00:34:08.055Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-03-10T00:34:08.367Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-10T00:34:08.369Z] > git --version # timeout=10 [2023-03-10T00:34:08.427Z] > git --version # 'git version 2.25.1' [2023-03-10T00:34:08.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-10T00:34:08.557Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T00:34:29.808Z] Merging remotes/origin/main commit 5942442abc70018486e4a97ccf80bb65ff67be19 into PR head commit 9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:34:28.125Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-10T00:34:28.154Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T00:34:28.964Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-10T00:34:29.005Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-10T00:34:29.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-10T00:34:29.024Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4431/head:refs/remotes/origin/PR-4431 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-10T00:34:29.835Z] > git config core.sparsecheckout # timeout=10 [2023-03-10T00:34:30.173Z] Merge succeeded, producing 9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:34:30.173Z] Checking out Revision 9bc23dae8268f53719886593a74d14a2f768ab7f (PR-4431) [2023-03-10T00:34:29.855Z] > git checkout -f 9bc23dae8268f53719886593a74d14a2f768ab7f # timeout=10 [2023-03-10T00:34:30.087Z] > git remote # timeout=10 [2023-03-10T00:34:30.103Z] > git config --get remote.origin.url # timeout=10 [2023-03-10T00:34:30.119Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-10T00:34:30.134Z] > git merge 5942442abc70018486e4a97ccf80bb65ff67be19 # timeout=10 [2023-03-10T00:34:30.163Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-10T00:34:30.189Z] > git config core.sparsecheckout # timeout=10 [2023-03-10T00:34:30.202Z] > git checkout -f 9bc23dae8268f53719886593a74d14a2f768ab7f # timeout=10 [2023-03-10T00:34:33.755Z] Commit message: "docs(security): Clarify units of jwtTTL" [2023-03-10T00:34:33.816Z] > git --version # timeout=10 [2023-03-10T00:34:33.828Z] > git --version # 'git version 2.25.1' [2023-03-10T00:34:33.846Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T00:34:35.032Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-10T00:34:35.032Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T00:34:35.032Z] Dload Upload Total Spent Left Speed [2023-03-10T00:34:35.033Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72448 0 --:--:-- --:--:-- --:--:-- 72862 [Pipeline] sh [2023-03-10T00:34:35.752Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-10T00:34:36.091Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-10T00:34:36.091Z] + sudo tee /etc/docker/daemon.new [2023-03-10T00:34:36.091Z] { [2023-03-10T00:34:36.091Z] "registry-mirrors": [ [2023-03-10T00:34:36.091Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-10T00:34:36.091Z] ], [2023-03-10T00:34:36.091Z] "bip": "10.250.0.254/24", [2023-03-10T00:34:36.091Z] "hosts": [ [2023-03-10T00:34:36.091Z] "tcp://0.0.0.0:5555", [2023-03-10T00:34:36.091Z] "unix:///var/run/docker.sock" [2023-03-10T00:34:36.091Z] ], [2023-03-10T00:34:36.091Z] "mtu": 1458, [2023-03-10T00:34:36.091Z] "selinux-enabled": true, [2023-03-10T00:34:36.091Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-10T00:34:36.091Z] } [Pipeline] sh [2023-03-10T00:34:36.510Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-10T00:34:36.541Z] Removing intermediate container f92cc635932b [2023-03-10T00:34:36.541Z] ---> bf36393217d0 [2023-03-10T00:34:36.541Z] [2023-03-10T00:34:36.541Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T00:34:36.541Z] Removing intermediate container 6b46b36100fa [2023-03-10T00:34:36.541Z] ---> 7da52dc3a2a6 [2023-03-10T00:34:36.541Z] [2023-03-10T00:34:36.541Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T00:34:36.541Z] 3.16: Pulling from library/alpine [2023-03-10T00:34:36.541Z] 3.16: Pulling from library/alpine [2023-03-10T00:34:36.541Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T00:34:36.541Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T00:34:36.541Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T00:34:36.541Z] Status: Image is up to date for alpine:3.16 [2023-03-10T00:34:36.541Z] ---> dfd21b5a31f5 [2023-03-10T00:34:36.541Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T00:34:36.541Z] ---> dfd21b5a31f5 [2023-03-10T00:34:36.541Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T00:34:36.541Z] ---> Running in 232fb36efc62 [2023-03-10T00:34:36.541Z] ---> Running in 7063f23aec6a [2023-03-10T00:34:36.541Z] Removing intermediate container 232fb36efc62 [2023-03-10T00:34:36.541Z] ---> 649751187875 [2023-03-10T00:34:36.541Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:34:36.541Z] Removing intermediate container 7063f23aec6a [2023-03-10T00:34:36.541Z] ---> 5251156465dc [2023-03-10T00:34:36.541Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:34:36.541Z] ---> Running in dab11cc1edd5 [2023-03-10T00:34:36.541Z] ---> Running in 1f8f06024e6f [2023-03-10T00:34:36.541Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:36.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:36.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:36.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:36.862Z] + sudo service docker restart [2023-03-10T00:34:37.056Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T00:34:37.056Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T00:34:37.056Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:34:37.056Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:34:37.056Z] OK: 6 MiB in 15 packages [2023-03-10T00:34:37.056Z] OK: 6 MiB in 15 packages [2023-03-10T00:34:38.432Z] Removing intermediate container 46ac7484a6bc [2023-03-10T00:34:38.432Z] ---> fcc1c800c729 [2023-03-10T00:34:38.432Z] [2023-03-10T00:34:38.432Z] Step 9/19 : FROM alpine:3.15 [2023-03-10T00:34:38.432Z] Removing intermediate container dab11cc1edd5 [2023-03-10T00:34:38.432Z] ---> bede8ad0ff15 [2023-03-10T00:34:38.432Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:34:38.432Z] Removing intermediate container 1f8f06024e6f [2023-03-10T00:34:38.432Z] ---> 4a3ce5d85e22 [2023-03-10T00:34:38.432Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:34:38.692Z] 3.15: Pulling from library/alpine [2023-03-10T00:34:38.692Z] ---> 278d7623e89e [2023-03-10T00:34:38.692Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-10T00:34:38.951Z] ---> de4896fd2882 [2023-03-10T00:34:38.951Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-10T00:34:40.873Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-10T00:34:40.873Z] Status: Downloaded newer image for alpine:3.15 [2023-03-10T00:34:41.135Z] ---> 5ce65d7b0fde [2023-03-10T00:34:41.136Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:34:41.136Z] ---> 016844fe1746 [2023-03-10T00:34:41.136Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-10T00:34:41.136Z] ---> 65754ef78e26 [2023-03-10T00:34:41.136Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-10T00:34:41.415Z] ---> Running in 3003cd21b7b2 [2023-03-10T00:34:41.683Z] ---> 7bd073d32e10 [2023-03-10T00:34:41.683Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-10T00:34:41.683Z] Removing intermediate container 3003cd21b7b2 [2023-03-10T00:34:41.683Z] ---> f99020db0988 [2023-03-10T00:34:41.683Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-10T00:34:41.683Z] ---> 02aa054cf497 [2023-03-10T00:34:41.683Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-10T00:34:41.943Z] ---> Running in 64d7cb216ffe [2023-03-10T00:34:41.943Z] Removing intermediate container bd3cf99b4578 [2023-03-10T00:34:41.943Z] ---> 36f9141c5b46 [2023-03-10T00:34:41.943Z] [2023-03-10T00:34:41.943Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T00:34:41.943Z] ---> dfd21b5a31f5 [2023-03-10T00:34:41.943Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-10T00:34:41.943Z] ---> 6574ed697ecf [2023-03-10T00:34:41.943Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T00:34:42.202Z] ---> Running in 7f78a06aa255 [2023-03-10T00:34:42.202Z] Removing intermediate container 498b95580832 [2023-03-10T00:34:42.202Z] ---> f54e1a1e2a27 [2023-03-10T00:34:42.203Z] [2023-03-10T00:34:42.203Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T00:34:42.203Z] ---> dfd21b5a31f5 [2023-03-10T00:34:42.203Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:34:42.203Z] ---> ac1e39b11436 [2023-03-10T00:34:42.203Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T00:34:42.203Z] ---> Running in c28e3e1ceb54 [2023-03-10T00:34:42.203Z] ---> Running in 151da64d6bcc [2023-03-10T00:34:42.203Z] ---> Running in e419e855afc0 [2023-03-10T00:34:42.203Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:42.461Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:42.461Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:42.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:42.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:42.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:42.978Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-10T00:34:42.978Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T00:34:42.978Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T00:34:42.978Z] OK: 15859 distinct packages available [2023-03-10T00:34:42.978Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-10T00:34:42.978Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:34:42.978Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T00:34:42.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:42.978Z] OK: 6 MiB in 16 packages [2023-03-10T00:34:42.978Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T00:34:42.978Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:34:42.978Z] OK: 6 MiB in 15 packages [2023-03-10T00:34:42.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:43.238Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-10T00:34:43.238Z] Removing intermediate container c28e3e1ceb54 [2023-03-10T00:34:43.238Z] ---> 63451c02b98b [2023-03-10T00:34:43.238Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T00:34:43.238Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-10T00:34:43.238Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-10T00:34:43.238Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-10T00:34:43.496Z] Removing intermediate container e419e855afc0 [2023-03-10T00:34:43.496Z] ---> 2e8c4a1cb9d5 [2023-03-10T00:34:43.496Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T00:34:43.496Z] (5/9) Installing curl (7.80.0-r6) [2023-03-10T00:34:43.496Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-10T00:34:43.496Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-10T00:34:43.496Z] (8/9) Installing libucontext (1.1-r0) [2023-03-10T00:34:43.496Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-10T00:34:43.496Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T00:34:43.496Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T00:34:43.496Z] ---> Running in 9c625ffa589d [2023-03-10T00:34:43.496Z] ---> Running in 9fd992757a0c [2023-03-10T00:34:43.496Z] OK: 8 MiB in 23 packages [2023-03-10T00:34:43.496Z] Removing intermediate container 9c625ffa589d [2023-03-10T00:34:43.496Z] ---> b3bb91679ab8 [2023-03-10T00:34:43.496Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-10T00:34:43.754Z] Removing intermediate container 151da64d6bcc [2023-03-10T00:34:43.754Z] ---> 97ce710dc182 [2023-03-10T00:34:43.754Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T00:34:43.754Z] Removing intermediate container 9fd992757a0c [2023-03-10T00:34:43.754Z] ---> 51bf14dc50ba [2023-03-10T00:34:43.754Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-10T00:34:43.754Z] ---> Running in e3b4603d3e8f [2023-03-10T00:34:43.754Z] ---> Running in a135d8f00bcb [2023-03-10T00:34:43.754Z] ---> Running in a752eb8f1cf0 [2023-03-10T00:34:43.754Z] Removing intermediate container 7f78a06aa255 [2023-03-10T00:34:43.754Z] ---> 2eaf4c52ac95 [2023-03-10T00:34:43.754Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T00:34:44.013Z] Removing intermediate container e3b4603d3e8f [2023-03-10T00:34:44.013Z] ---> 856d8abf64e7 [2023-03-10T00:34:44.013Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T00:34:44.013Z] ---> Running in e3e9b510cd0d [2023-03-10T00:34:44.013Z] Removing intermediate container a135d8f00bcb [2023-03-10T00:34:44.013Z] ---> 1696655e8f7a [2023-03-10T00:34:44.013Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-10T00:34:44.013Z] Removing intermediate container a752eb8f1cf0 [2023-03-10T00:34:44.013Z] ---> 54f916a9d5cb [2023-03-10T00:34:44.013Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T00:34:44.013Z] ---> Running in 1975a279ac97 [2023-03-10T00:34:44.274Z] ---> Running in 33f6199476f6 [2023-03-10T00:34:44.274Z] ---> Running in fa157c9d5020 [2023-03-10T00:34:44.274Z] Removing intermediate container e3e9b510cd0d [2023-03-10T00:34:44.274Z] ---> 6a544a6fc3ac [2023-03-10T00:34:44.274Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-10T00:34:44.274Z] Removing intermediate container 1975a279ac97 [2023-03-10T00:34:44.274Z] ---> e0b64c969473 [2023-03-10T00:34:44.274Z] Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:34:44.274Z] Removing intermediate container 64d7cb216ffe [2023-03-10T00:34:44.274Z] ---> 8996ff591d39 [2023-03-10T00:34:44.274Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:34:44.274Z] ---> Running in 85596f1c771d [2023-03-10T00:34:44.274Z] ---> Running in ddf7871925e9 [2023-03-10T00:34:44.274Z] Removing intermediate container fa157c9d5020 [2023-03-10T00:34:44.274Z] ---> 1a6f4d4ed9bc [2023-03-10T00:34:44.274Z] Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:34:44.274Z] Removing intermediate container 33f6199476f6 [2023-03-10T00:34:44.274Z] ---> f06e08c0f641 [2023-03-10T00:34:44.274Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T00:34:44.534Z] ---> Running in be53184d71ff [2023-03-10T00:34:44.534Z] Removing intermediate container 85596f1c771d [2023-03-10T00:34:44.534Z] ---> 103bfdbb04ec [2023-03-10T00:34:44.534Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T00:34:44.534Z] ---> Running in a124d4a187f0 [2023-03-10T00:34:44.534Z] ---> 58b75bb46f96 [2023-03-10T00:34:44.534Z] ---> Running in e0e14e67c0e3 [2023-03-10T00:34:44.534Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-10T00:34:44.534Z] Removing intermediate container ddf7871925e9 [2023-03-10T00:34:44.534Z] ---> b670381bdbe6 [2023-03-10T00:34:44.534Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T00:34:44.534Z] ---> Running in 2c6ed2e372b0 [2023-03-10T00:34:44.534Z] Removing intermediate container be53184d71ff [2023-03-10T00:34:44.534Z] ---> ed62e3a4a593 [2023-03-10T00:34:44.534Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T00:34:44.793Z] Removing intermediate container a124d4a187f0 [2023-03-10T00:34:44.793Z] ---> 220257c80e28 [2023-03-10T00:34:44.793Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:34:44.793Z] Removing intermediate container e0e14e67c0e3 [2023-03-10T00:34:44.793Z] ---> d7d175bf5245 [2023-03-10T00:34:44.793Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:34:44.793Z] ---> Running in 2bffc5e6109c [2023-03-10T00:34:44.793Z] Removing intermediate container 2c6ed2e372b0 [2023-03-10T00:34:44.793Z] ---> fe05bda2fabc [2023-03-10T00:34:44.793Z] [2023-03-10T00:34:45.051Z] Successfully built fe05bda2fabc [2023-03-10T00:34:45.051Z] ---> 1421e54f56d7 [2023-03-10T00:34:45.051Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-10T00:34:45.051Z] Successfully tagged security-proxy-auth:latest [2023-03-10T00:34:45.051Z] Building security-proxy-setup [2023-03-10T00:34:45.051Z]  Building security-proxy-auth ... done Removing intermediate container 2bffc5e6109c [2023-03-10T00:34:45.051Z] ---> 7e8a3f6c2a5e [2023-03-10T00:34:45.051Z] [2023-03-10T00:34:45.051Z] ---> 772b3756a434 [2023-03-10T00:34:45.051Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-10T00:34:45.051Z] Successfully built 7e8a3f6c2a5e [2023-03-10T00:34:45.625Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-10T00:34:45.625Z] Building security-spire-config [2023-03-10T00:34:45.885Z]  Building core-common-config-bootstrapper ... done  ---> 339ae849f77e [2023-03-10T00:34:45.885Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-10T00:34:48.422Z] ---> e8a03556e192 [2023-03-10T00:34:48.422Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-10T00:34:48.422Z] ---> c59f7a709488 [2023-03-10T00:34:48.422Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-10T00:34:48.422Z] ---> 41e1ca3625ef [2023-03-10T00:34:48.422Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-10T00:34:48.422Z] ---> Running in 0139c6edf033 [2023-03-10T00:34:48.422Z] ---> b17b08e30d3f [2023-03-10T00:34:48.422Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-10T00:34:48.681Z] ---> fd6cd1b855ff [2023-03-10T00:34:48.681Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-10T00:34:48.681Z] ---> Running in 7e5f536a18b4 [2023-03-10T00:34:48.681Z] Removing intermediate container 0139c6edf033 [2023-03-10T00:34:48.681Z] ---> c4dff843be8f [2023-03-10T00:34:48.681Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:34:48.681Z] ---> Running in 906e06077f0c [2023-03-10T00:34:48.681Z] ---> Running in d060bdfe2a86 [2023-03-10T00:34:48.946Z] Removing intermediate container 7e5f536a18b4 [2023-03-10T00:34:48.946Z] ---> 078dd79f68bf [2023-03-10T00:34:48.946Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:34:49.208Z] Removing intermediate container 906e06077f0c [2023-03-10T00:34:49.209Z] ---> fdaa107fa09b [2023-03-10T00:34:49.209Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:34:49.209Z] Removing intermediate container d060bdfe2a86 [2023-03-10T00:34:49.209Z] ---> 72840e0be782 [2023-03-10T00:34:49.209Z] Step 17/19 : LABEL arch=x86_64 [2023-03-10T00:34:49.209Z] ---> Running in a82ffb466f35 [2023-03-10T00:34:49.209Z] ---> Running in 6ac14de53f1a [2023-03-10T00:34:49.469Z] ---> Running in 7209f9b82f20 [2023-03-10T00:34:49.469Z] Removing intermediate container a82ffb466f35 [2023-03-10T00:34:49.469Z] ---> cba5887b9f0a [2023-03-10T00:34:49.469Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T00:34:49.729Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:34:49.729Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:34:49.729Z] ---> 09fb4f51299d [2023-03-10T00:34:49.729Z] Step 3/20 : WORKDIR /edgex-go [2023-03-10T00:34:49.729Z] ---> Using cache [2023-03-10T00:34:49.729Z] ---> 47200ae98bf1 [2023-03-10T00:34:49.729Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-10T00:34:49.729Z] Removing intermediate container 7209f9b82f20 [2023-03-10T00:34:49.729Z] ---> 088c547cb68e [2023-03-10T00:34:49.729Z] Step 18/19 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:34:49.729Z] Removing intermediate container 6ac14de53f1a [2023-03-10T00:34:49.729Z] ---> 43a954178a5b [2023-03-10T00:34:49.729Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T00:34:49.988Z] ---> Running in e462f5448ccc [2023-03-10T00:34:49.988Z] ---> Running in bea8f8cd9396 [2023-03-10T00:34:50.255Z] ---> Running in 27535bb8bb16 [2023-03-10T00:34:50.255Z] ---> Running in 3f1255dbc459 [2023-03-10T00:34:50.255Z] Removing intermediate container e462f5448ccc [2023-03-10T00:34:50.255Z] ---> e503cddeb235 [2023-03-10T00:34:50.255Z] Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:34:50.515Z] ---> Running in 6f8d0957ecf3 [2023-03-10T00:34:50.515Z] Removing intermediate container 3f1255dbc459 [2023-03-10T00:34:50.515Z] ---> a152d45c901a [2023-03-10T00:34:50.515Z] Step 19/19 : LABEL version=0.0.0 [2023-03-10T00:34:50.515Z] Removing intermediate container 27535bb8bb16 [2023-03-10T00:34:50.515Z] ---> cc53e38b445c [2023-03-10T00:34:50.515Z] Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:34:50.515Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:34:50.515Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:34:50.515Z] ---> 09fb4f51299d [2023-03-10T00:34:50.515Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T00:34:50.515Z] ---> Using cache [2023-03-10T00:34:50.515Z] ---> 47200ae98bf1 [2023-03-10T00:34:50.515Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T00:34:50.515Z] ---> Running in fbbc5cf8bfc1 [2023-03-10T00:34:50.515Z] ---> Running in 03d734e8ed12 [2023-03-10T00:34:50.515Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:50.515Z] ---> Running in 1de62fb2c2b7 [2023-03-10T00:34:50.515Z] Removing intermediate container 6f8d0957ecf3 [2023-03-10T00:34:50.515Z] ---> 4d15aeedc2fa [2023-03-10T00:34:50.515Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T00:34:50.776Z] ---> Running in 005c39021015 [2023-03-10T00:34:50.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:50.776Z] Removing intermediate container 1de62fb2c2b7 [2023-03-10T00:34:50.776Z] ---> 1c1fa3962b7b [2023-03-10T00:34:50.776Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T00:34:50.776Z] Removing intermediate container fbbc5cf8bfc1 [2023-03-10T00:34:50.776Z] ---> 91efc8d853fc [2023-03-10T00:34:50.776Z] [2023-03-10T00:34:50.776Z] ---> Running in 9268bd172d66 [2023-03-10T00:34:50.776Z] Removing intermediate container 005c39021015 [2023-03-10T00:34:50.776Z] ---> a7b4f6c9f66c [2023-03-10T00:34:50.776Z] [2023-03-10T00:34:50.776Z] Successfully built 91efc8d853fc [2023-03-10T00:34:50.776Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-10T00:34:50.776Z]  Building security-spiffe-token-provider ... done Building core-data [2023-03-10T00:34:51.035Z] Successfully built a7b4f6c9f66c [2023-03-10T00:34:51.035Z] Successfully tagged support-notifications:latest [2023-03-10T00:34:51.035Z]  Building support-notifications ... done Building security-spire-server [2023-03-10T00:34:51.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:51.035Z] Removing intermediate container 9268bd172d66 [2023-03-10T00:34:51.035Z] ---> f19b90f13c6d [2023-03-10T00:34:51.035Z] [2023-03-10T00:34:51.035Z] OK: 211 MiB in 51 packages [2023-03-10T00:34:51.035Z] Successfully built f19b90f13c6d [2023-03-10T00:34:51.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:34:51.035Z] Successfully tagged support-scheduler:latest [2023-03-10T00:34:51.035Z]  Building support-scheduler ... done Building security-spire-agent [2023-03-10T00:34:51.299Z] OK: 211 MiB in 51 packages [2023-03-10T00:34:54.640Z] Removing intermediate container bea8f8cd9396 [2023-03-10T00:34:54.641Z] ---> b158a760521e [2023-03-10T00:34:54.641Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-10T00:34:54.641Z] Removing intermediate container 03d734e8ed12 [2023-03-10T00:34:54.641Z] ---> cc97ee2b3ccd [2023-03-10T00:34:54.641Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T00:34:54.899Z] ---> 34f2b7772581 [2023-03-10T00:34:54.899Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:34:54.899Z] ---> dda2a06fc716 [2023-03-10T00:34:54.899Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:34:54.899Z] ---> Running in 488a1b6c13bc [Pipeline] withEnv [Pipeline] { [2023-03-10T00:34:55.159Z] ---> Running in f444bbad05cb [Pipeline] configFileProvider [2023-03-10T00:34:55.177Z] provisioning config files... [2023-03-10T00:34:55.207Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14590999840343752831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T00:34:55.604Z] ---> docker-login.sh [2023-03-10T00:34:55.604Z] nexus3.edgexfoundry.org:10001 [2023-03-10T00:34:56.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:34:56.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:34:56.470Z] Configure a credential helper to remove this warning. See [2023-03-10T00:34:56.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:34:56.470Z] [2023-03-10T00:34:56.470Z] Login Succeeded [2023-03-10T00:34:56.470Z] nexus3.edgexfoundry.org:10002 [2023-03-10T00:34:56.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:34:56.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:34:56.741Z] Configure a credential helper to remove this warning. See [2023-03-10T00:34:56.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:34:56.741Z] [2023-03-10T00:34:56.741Z] Login Succeeded [2023-03-10T00:34:56.741Z] nexus3.edgexfoundry.org:10003 [2023-03-10T00:34:57.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:34:57.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:34:57.012Z] Configure a credential helper to remove this warning. See [2023-03-10T00:34:57.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:34:57.012Z] [2023-03-10T00:34:57.012Z] Login Succeeded [2023-03-10T00:34:57.012Z] nexus3.edgexfoundry.org:10004 [2023-03-10T00:34:57.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:34:57.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:34:57.556Z] Configure a credential helper to remove this warning. See [2023-03-10T00:34:57.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:34:57.556Z] [2023-03-10T00:34:57.556Z] Login Succeeded [2023-03-10T00:34:57.556Z] docker.io [2023-03-10T00:34:57.685Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:34:57.685Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:34:57.685Z] ---> 09fb4f51299d [2023-03-10T00:34:57.685Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:34:57.685Z] ---> Using cache [2023-03-10T00:34:57.685Z] ---> 0109b10be3cb [2023-03-10T00:34:57.685Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:34:57.685Z] ---> Using cache [2023-03-10T00:34:57.685Z] ---> cce2059bf5ce [2023-03-10T00:34:57.685Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T00:34:57.685Z] ---> Using cache [2023-03-10T00:34:57.685Z] ---> e4b88fc731c9 [2023-03-10T00:34:57.685Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:34:57.685Z] ---> Using cache [2023-03-10T00:34:57.685Z] ---> a7b9b0dff0aa [2023-03-10T00:34:57.685Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:34:57.685Z] ---> Using cache [2023-03-10T00:34:57.685Z] ---> 9e9df103954b [2023-03-10T00:34:57.685Z] Step 8/22 : COPY . . [2023-03-10T00:34:57.685Z] ---> Using cache [2023-03-10T00:34:57.685Z] ---> 9ffbea217c99 [2023-03-10T00:34:57.685Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-10T00:34:57.685Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:34:57.685Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:34:57.685Z] ---> 09fb4f51299d [2023-03-10T00:34:57.685Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T00:34:57.685Z] ---> Using cache [2023-03-10T00:34:57.685Z] ---> 47200ae98bf1 [2023-03-10T00:34:57.685Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T00:34:57.685Z] ---> Using cache [2023-03-10T00:34:57.685Z] ---> cc97ee2b3ccd [2023-03-10T00:34:57.685Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T00:34:57.685Z] ---> Using cache [2023-03-10T00:34:57.685Z] ---> dda2a06fc716 [2023-03-10T00:34:57.685Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:34:57.685Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:34:57.685Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:34:57.685Z] ---> 09fb4f51299d [2023-03-10T00:34:57.685Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T00:34:57.685Z] ---> Using cache [2023-03-10T00:34:57.685Z] ---> 47200ae98bf1 [2023-03-10T00:34:57.685Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T00:34:57.685Z] ---> Using cache [2023-03-10T00:34:57.685Z] ---> cc97ee2b3ccd [2023-03-10T00:34:57.685Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T00:34:57.685Z] ---> Using cache [2023-03-10T00:34:57.685Z] ---> dda2a06fc716 [2023-03-10T00:34:57.685Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:34:57.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T00:34:58.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T00:34:58.092Z] Configure a credential helper to remove this warning. See [2023-03-10T00:34:58.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T00:34:58.092Z] [2023-03-10T00:34:58.092Z] Login Succeeded [2023-03-10T00:34:58.092Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T00:34:58.124Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-10T00:34:58.832Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-10T00:34:58.871Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T00:34:58.908Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T00:34:58.944Z] ========================================================= [2023-03-10T00:34:58.944Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-10T00:34:58.944Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-10T00:34:59.069Z] ---> Running in c715603340ab [2023-03-10T00:34:59.069Z] ---> Running in 3e3ef7449e3f [2023-03-10T00:34:59.069Z] ---> Running in 2e382ad286cf [2023-03-10T00:34:59.366Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T00:34:59.634Z] 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-03-10T00:34:59.639Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-10T00:34:59.639Z] 9b18e9b68314: Pulling fs layer [2023-03-10T00:34:59.639Z] 35d82f9e3411: Pulling fs layer [2023-03-10T00:34:59.639Z] e16973657156: Pulling fs layer [2023-03-10T00:34:59.639Z] fc693d55d65f: Pulling fs layer [2023-03-10T00:34:59.639Z] 7e9fc2657dce: Pulling fs layer [2023-03-10T00:34:59.639Z] dda99020689f: Pulling fs layer [2023-03-10T00:34:59.639Z] db1c61fa0a46: Pulling fs layer [2023-03-10T00:34:59.639Z] 891c053d2c06: Pulling fs layer [2023-03-10T00:34:59.639Z] dda99020689f: Waiting [2023-03-10T00:34:59.639Z] db1c61fa0a46: Waiting [2023-03-10T00:34:59.639Z] 891c053d2c06: Waiting [2023-03-10T00:34:59.639Z] fc693d55d65f: Waiting [2023-03-10T00:34:59.639Z] 7e9fc2657dce: Waiting [2023-03-10T00:34:59.639Z] e16973657156: Verifying Checksum [2023-03-10T00:34:59.639Z] e16973657156: Download complete [2023-03-10T00:34:59.639Z] 35d82f9e3411: Download complete [2023-03-10T00:34:59.639Z] 7e9fc2657dce: Verifying Checksum [2023-03-10T00:34:59.639Z] 7e9fc2657dce: Download complete [2023-03-10T00:34:59.639Z] dda99020689f: Verifying Checksum [2023-03-10T00:34:59.639Z] dda99020689f: Download complete [2023-03-10T00:34:59.639Z] 9b18e9b68314: Verifying Checksum [2023-03-10T00:35:00.606Z] 9b18e9b68314: Pull complete [2023-03-10T00:35:00.606Z] 891c053d2c06: Verifying Checksum [2023-03-10T00:35:00.606Z] 891c053d2c06: Download complete [2023-03-10T00:35:01.194Z] 35d82f9e3411: Pull complete [2023-03-10T00:35:01.466Z] e16973657156: Pull complete [2023-03-10T00:35:02.063Z] db1c61fa0a46: Verifying Checksum [2023-03-10T00:35:02.063Z] db1c61fa0a46: Download complete [2023-03-10T00:35:02.649Z] fc693d55d65f: Verifying Checksum [2023-03-10T00:35:02.649Z] fc693d55d65f: Download complete [2023-03-10T00:35:14.977Z] fc693d55d65f: Pull complete [2023-03-10T00:35:15.247Z] 7e9fc2657dce: Pull complete [2023-03-10T00:35:15.516Z] dda99020689f: Pull complete [2023-03-10T00:35:23.749Z] db1c61fa0a46: Pull complete [2023-03-10T00:35:25.694Z] 891c053d2c06: Pull complete [2023-03-10T00:35:25.694Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-10T00:35:25.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T00:35:25.694Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-10T00:35:26.083Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T00:35:26.083Z] WORKDIR /edgex [2023-03-10T00:35:26.083Z] COPY go.mod . [2023-03-10T00:35:26.083Z] RUN go mod download [2023-03-10T00:35:26.083Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-10T00:35:26.676Z] Sending build context to Docker daemon 2.95MB [2023-03-10T00:35:26.676Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T00:35:26.676Z] ---> f96f9c87975a [2023-03-10T00:35:26.676Z] Step 2/4 : WORKDIR /edgex [2023-03-10T00:35:28.640Z] ---> Running in ab490dcf8ae3 [2023-03-10T00:35:28.909Z] Removing intermediate container ab490dcf8ae3 [2023-03-10T00:35:28.909Z] ---> e71df16310c3 [2023-03-10T00:35:28.909Z] Step 3/4 : COPY go.mod . [2023-03-10T00:35:29.177Z] ---> 30d08cd0e04a [2023-03-10T00:35:29.177Z] Step 4/4 : RUN go mod download [2023-03-10T00:35:29.453Z] ---> Running in d6a63d899c7c [2023-03-10T00:35:31.701Z] Removing intermediate container 2e382ad286cf [2023-03-10T00:35:31.701Z] ---> d6d6473bffe7 [2023-03-10T00:35:31.701Z] [2023-03-10T00:35:31.701Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T00:35:31.701Z] ---> dfd21b5a31f5 [2023-03-10T00:35:31.701Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-10T00:35:31.701Z] ---> Running in c4898fff273b [2023-03-10T00:35:31.701Z] Removing intermediate container c4898fff273b [2023-03-10T00:35:31.701Z] ---> a1f2d2321539 [2023-03-10T00:35:31.701Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-10T00:35:31.701Z] ---> Running in bdb30c3b5854 [2023-03-10T00:35:31.701Z] Removing intermediate container 488a1b6c13bc [2023-03-10T00:35:31.701Z] ---> e5eb64e445f5 [2023-03-10T00:35:31.701Z] Step 7/20 : COPY . . [2023-03-10T00:35:31.701Z] Removing intermediate container f444bbad05cb [2023-03-10T00:35:31.701Z] ---> a31191db8e8a [2023-03-10T00:35:31.701Z] Step 7/24 : COPY . . [2023-03-10T00:35:31.701Z] Removing intermediate container 3e3ef7449e3f [2023-03-10T00:35:31.701Z] ---> f37482342cb4 [2023-03-10T00:35:31.701Z] Step 7/23 : COPY . . [2023-03-10T00:35:31.701Z] Removing intermediate container bdb30c3b5854 [2023-03-10T00:35:31.701Z] ---> cb164c4b6e82 [2023-03-10T00:35:31.701Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-10T00:35:31.701Z] Removing intermediate container c715603340ab [2023-03-10T00:35:31.702Z] ---> ddf02d5e0962 [2023-03-10T00:35:31.702Z] Step 7/24 : COPY . . [2023-03-10T00:35:33.078Z] ---> Running in fedb1426313a [2023-03-10T00:35:33.078Z] Removing intermediate container fedb1426313a [2023-03-10T00:35:33.078Z] ---> 1daddc8752d2 [2023-03-10T00:35:33.078Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:35:33.078Z] ---> 74c8d83f265d [2023-03-10T00:35:33.078Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-10T00:35:33.078Z] ---> e99400c0bb38 [2023-03-10T00:35:33.078Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T00:35:33.078Z] ---> Running in 0f216d606841 [2023-03-10T00:35:33.078Z] ---> 8563142793d0 [2023-03-10T00:35:33.078Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T00:35:33.078Z] ---> 93bac05e7cb1 [2023-03-10T00:35:33.078Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T00:35:33.337Z] ---> Running in 001830e480e1 [2023-03-10T00:35:33.337Z] ---> Running in 59a6b0779bbe [2023-03-10T00:35:33.337Z] ---> Running in fbb3a7b10a0a [2023-03-10T00:35:33.337Z] ---> Running in 51546e468288 [2023-03-10T00:35:33.337Z] Removing intermediate container 51546e468288 [2023-03-10T00:35:33.337Z] ---> e066e5088730 [2023-03-10T00:35:33.337Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T00:35:33.337Z] Removing intermediate container 59a6b0779bbe [2023-03-10T00:35:33.337Z] ---> 2e66753f6fe3 [2023-03-10T00:35:33.337Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T00:35:33.337Z] Removing intermediate container fbb3a7b10a0a [2023-03-10T00:35:33.337Z] ---> 7f884aa57bf4 [2023-03-10T00:35:33.337Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-10T00:35:33.595Z] ---> Running in e15a4d6522fb [2023-03-10T00:35:33.595Z] ---> Running in f1e4ace1f438 [2023-03-10T00:35:33.595Z] ---> Running in be02b516b9d2 [2023-03-10T00:35:33.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:33.595Z] 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-03-10T00:35:33.595Z] Removing intermediate container f1e4ace1f438 [2023-03-10T00:35:33.595Z] ---> 20c3604f483a [2023-03-10T00:35:33.595Z] 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-03-10T00:35:33.595Z] Removing intermediate container e15a4d6522fb [2023-03-10T00:35:33.595Z] ---> 648a24b770fe [2023-03-10T00:35:33.595Z] 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-03-10T00:35:33.595Z] Removing intermediate container be02b516b9d2 [2023-03-10T00:35:33.595Z] ---> 7800c57828f9 [2023-03-10T00:35:33.595Z] 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-03-10T00:35:33.852Z] ---> Running in e92fb8b3c83e [2023-03-10T00:35:33.852Z] ---> Running in fa96738812d5 [2023-03-10T00:35:33.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:33.852Z] ---> Running in 7c7702cbfc79 [2023-03-10T00:35:34.109Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T00:35:34.109Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:35:34.109Z] OK: 6 MiB in 15 packages [2023-03-10T00:35:35.054Z] Removing intermediate container fa96738812d5 [2023-03-10T00:35:35.054Z] ---> 6b1c4d06f4bf [2023-03-10T00:35:35.054Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T00:35:35.054Z] ---> Running in 078972a7989c [2023-03-10T00:35:35.054Z] Removing intermediate container 0f216d606841 [2023-03-10T00:35:35.054Z] ---> 274c70fe62b8 [2023-03-10T00:35:35.054Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:35:35.054Z] Removing intermediate container 078972a7989c [2023-03-10T00:35:35.054Z] ---> 88e4f04b5be0 [2023-03-10T00:35:35.054Z] [2023-03-10T00:35:35.054Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T00:35:35.054Z] ---> 5ce65d7b0fde [2023-03-10T00:35:35.054Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:35:35.054Z] ---> Using cache [2023-03-10T00:35:35.054Z] ---> f99020db0988 [2023-03-10T00:35:35.054Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T00:35:35.054Z] ---> b0a2952dd3e1 [2023-03-10T00:35:35.054Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-10T00:35:35.054Z] ---> Running in b292a1176ff1 [2023-03-10T00:35:35.312Z] Removing intermediate container e92fb8b3c83e [2023-03-10T00:35:35.312Z] ---> 6bd0384464df [2023-03-10T00:35:35.312Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T00:35:35.312Z] Removing intermediate container 7c7702cbfc79 [2023-03-10T00:35:35.312Z] ---> f01539e75302 [2023-03-10T00:35:35.312Z] Step 11/23 : WORKDIR /edgex-go [2023-03-10T00:35:35.312Z] ---> Running in a615357506dc [2023-03-10T00:35:35.312Z] ---> Running in cdff53140563 [2023-03-10T00:35:35.573Z] Removing intermediate container a615357506dc [2023-03-10T00:35:35.573Z] ---> 8e5e46200bbf [2023-03-10T00:35:35.573Z] [2023-03-10T00:35:35.573Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T00:35:35.573Z] ---> 5ce65d7b0fde [2023-03-10T00:35:35.573Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:35:35.573Z] ---> Using cache [2023-03-10T00:35:35.573Z] ---> f99020db0988 [2023-03-10T00:35:35.573Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-10T00:35:35.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:35.573Z] Removing intermediate container cdff53140563 [2023-03-10T00:35:35.573Z] ---> c915c8f55e1f [2023-03-10T00:35:35.573Z] [2023-03-10T00:35:35.573Z] Step 12/23 : FROM alpine:3.15 [2023-03-10T00:35:35.573Z] ---> 5ce65d7b0fde [2023-03-10T00:35:35.573Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:35:35.573Z] ---> Using cache [2023-03-10T00:35:35.573Z] ---> f99020db0988 [2023-03-10T00:35:35.573Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T00:35:35.831Z] ---> Running in 45a9bde6abf7 [2023-03-10T00:35:35.831Z] ---> a07e43c5f111 [2023-03-10T00:35:35.831Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-10T00:35:35.831Z] ---> Running in 531724407bfe [2023-03-10T00:35:35.831Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:35.831Z] ---> 952c0c677d02 [2023-03-10T00:35:35.831Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-10T00:35:36.093Z] ---> Running in 412271f9519b [2023-03-10T00:35:36.093Z] Removing intermediate container 412271f9519b [2023-03-10T00:35:36.093Z] ---> f89f9c63bcaa [2023-03-10T00:35:36.093Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:35:36.093Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T00:35:36.093Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T00:35:36.093Z] OK: 15859 distinct packages available [2023-03-10T00:35:36.093Z] ---> Running in 68437f4d6a81 [2023-03-10T00:35:36.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:36.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:36.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:36.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:36.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:36.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:36.351Z] Removing intermediate container 68437f4d6a81 [2023-03-10T00:35:36.351Z] ---> 163562bba2b6 [2023-03-10T00:35:36.351Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T00:35:36.351Z] ---> Running in e453d9fc1516 [2023-03-10T00:35:36.606Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T00:35:36.606Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T00:35:36.606Z] OK: 15859 distinct packages available [2023-03-10T00:35:36.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:36.606Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-10T00:35:36.606Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-10T00:35:36.606Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T00:35:36.606Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T00:35:36.606Z] OK: 15859 distinct packages available [2023-03-10T00:35:36.606Z] (3/5) Installing libucontext (1.1-r0) [2023-03-10T00:35:36.606Z] Removing intermediate container e453d9fc1516 [2023-03-10T00:35:36.606Z] ---> 5377105046f7 [2023-03-10T00:35:36.606Z] Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:35:36.606Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-10T00:35:36.606Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-10T00:35:36.606Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T00:35:36.606Z] OK: 7 MiB in 19 packages [2023-03-10T00:35:36.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:36.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:36.606Z] ---> Running in 9e5118a0ce04 [2023-03-10T00:35:36.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:35:36.864Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-10T00:35:36.864Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-10T00:35:36.864Z] (3/5) Installing libucontext (1.1-r0) [2023-03-10T00:35:36.864Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-10T00:35:36.864Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-10T00:35:36.864Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T00:35:36.864Z] OK: 7 MiB in 19 packages [2023-03-10T00:35:36.864Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-10T00:35:36.864Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-10T00:35:36.864Z] (3/4) Installing libucontext (1.1-r0) [2023-03-10T00:35:36.865Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-10T00:35:36.865Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T00:35:36.865Z] OK: 6 MiB in 18 packages [2023-03-10T00:35:37.123Z] Removing intermediate container 9e5118a0ce04 [2023-03-10T00:35:37.123Z] ---> 779346f1dae3 [2023-03-10T00:35:37.123Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T00:35:37.123Z] ---> Running in 8d75ed0f42a5 [2023-03-10T00:35:37.380Z] Removing intermediate container 8d75ed0f42a5 [2023-03-10T00:35:37.380Z] ---> 3de390017523 [2023-03-10T00:35:37.380Z] [2023-03-10T00:35:37.380Z] Removing intermediate container b292a1176ff1 [2023-03-10T00:35:37.380Z] ---> b5bd7a8b74e5 [2023-03-10T00:35:37.380Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-10T00:35:37.672Z] Successfully built 3de390017523 [2023-03-10T00:35:37.672Z] Successfully tagged core-data:latest [2023-03-10T00:35:37.672Z]  Building core-data ... done Building security-bootstrapper [2023-03-10T00:35:39.044Z] Removing intermediate container 531724407bfe [2023-03-10T00:35:39.044Z] ---> 08af6bff33e0 [2023-03-10T00:35:39.044Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T00:35:39.044Z] Removing intermediate container 45a9bde6abf7 [2023-03-10T00:35:39.044Z] ---> 8c2377fac322 [2023-03-10T00:35:39.044Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T00:35:39.982Z] ---> c75cdb0c1030 [2023-03-10T00:35:39.982Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T00:35:41.985Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:35:41.985Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:35:41.985Z] ---> 09fb4f51299d [2023-03-10T00:35:41.985Z] Step 3/32 : WORKDIR /edgex-go [2023-03-10T00:35:41.985Z] ---> Using cache [2023-03-10T00:35:41.985Z] ---> 47200ae98bf1 [2023-03-10T00:35:41.985Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-10T00:35:41.985Z] ---> Using cache [2023-03-10T00:35:41.985Z] ---> b158a760521e [2023-03-10T00:35:41.985Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-10T00:35:41.985Z] ---> Using cache [2023-03-10T00:35:41.985Z] ---> 34f2b7772581 [2023-03-10T00:35:41.985Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:35:41.985Z] ---> Using cache [2023-03-10T00:35:41.985Z] ---> e5eb64e445f5 [2023-03-10T00:35:41.985Z] Step 7/32 : COPY . . [2023-03-10T00:35:41.985Z] ---> Using cache [2023-03-10T00:35:41.985Z] ---> 74c8d83f265d [2023-03-10T00:35:41.985Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-10T00:35:42.552Z] ---> f3b52d94056f [2023-03-10T00:35:42.552Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T00:35:42.552Z] ---> Running in f2bd1cbd0e65 [2023-03-10T00:35:42.552Z] ---> 5f0455f9ed6a [2023-03-10T00:35:42.552Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T00:35:42.552Z] ---> 7a6a83fd3a5b [2023-03-10T00:35:42.552Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T00:35:42.819Z] ---> 259c03adb39f [2023-03-10T00:35:42.819Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-10T00:35:42.819Z] ---> 770c6190153b [2023-03-10T00:35:42.819Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-10T00:35:42.819Z] ---> db570b2cd451 [2023-03-10T00:35:42.819Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-10T00:35:43.077Z] ---> Running in ac92324f1c85 [2023-03-10T00:35:43.077Z] 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-03-10T00:35:43.077Z] ---> 468027eae4c7 [2023-03-10T00:35:43.077Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-10T00:35:43.077Z] Removing intermediate container ac92324f1c85 [2023-03-10T00:35:43.077Z] ---> 5e4ca2fb7e58 [2023-03-10T00:35:43.077Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-10T00:35:43.077Z] ---> acc034ae24de [2023-03-10T00:35:43.077Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-10T00:35:43.336Z] ---> 6a6a40ecb294 [2023-03-10T00:35:43.336Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T00:35:43.336Z] ---> Running in 6898e287508d [2023-03-10T00:35:43.336Z] ---> 53fd9d4d633d [2023-03-10T00:35:43.336Z] Step 19/24 : WORKDIR / [2023-03-10T00:35:43.595Z] ---> Running in 4c9c08bf1409 [2023-03-10T00:35:43.595Z] ---> 754a33f7c56c [2023-03-10T00:35:43.595Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T00:35:43.595Z] Removing intermediate container 6898e287508d [2023-03-10T00:35:43.595Z] ---> 203018c4df92 [2023-03-10T00:35:43.595Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T00:35:43.854Z] ---> Running in b64baf7e0516 [2023-03-10T00:35:43.854Z] ---> Running in c04600d11c3d [2023-03-10T00:35:43.854Z] Removing intermediate container 4c9c08bf1409 [2023-03-10T00:35:43.854Z] ---> 8da5c02763a3 [2023-03-10T00:35:43.854Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T00:35:43.854Z] ---> Running in c876814b6d7d [2023-03-10T00:35:44.128Z] Removing intermediate container b64baf7e0516 [2023-03-10T00:35:44.128Z] ---> ece1f7f0e2f1 [2023-03-10T00:35:44.128Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T00:35:44.128Z] Removing intermediate container c04600d11c3d [2023-03-10T00:35:44.128Z] ---> dd57c915d2fe [2023-03-10T00:35:44.128Z] Step 21/23 : LABEL arch=x86_64 [2023-03-10T00:35:44.128Z] ---> Running in 6214e9050400 [2023-03-10T00:35:44.128Z] ---> Running in cccb3afcf6c8 [2023-03-10T00:35:44.128Z] Removing intermediate container c876814b6d7d [2023-03-10T00:35:44.128Z] ---> 6f1397c7d350 [2023-03-10T00:35:44.128Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T00:35:44.388Z] ---> Running in 00ad987db16c [2023-03-10T00:35:44.388Z] Removing intermediate container cccb3afcf6c8 [2023-03-10T00:35:44.388Z] ---> 541e108d2dc3 [2023-03-10T00:35:44.388Z] Step 22/23 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:35:44.388Z] Removing intermediate container 6214e9050400 [2023-03-10T00:35:44.388Z] ---> 39d284b9e317 [2023-03-10T00:35:44.388Z] Step 22/24 : LABEL arch=x86_64 [2023-03-10T00:35:44.388Z] ---> Running in 730e8a9a4003 [2023-03-10T00:35:44.388Z] ---> Running in 4e29196192d3 [2023-03-10T00:35:44.388Z] Removing intermediate container 00ad987db16c [2023-03-10T00:35:44.388Z] ---> 6fc57d47d962 [2023-03-10T00:35:44.388Z] Step 22/24 : LABEL arch=x86_64 [2023-03-10T00:35:44.649Z] ---> Running in 0002eb19f646 [2023-03-10T00:35:44.649Z] Removing intermediate container 4e29196192d3 [2023-03-10T00:35:44.649Z] ---> 5f013d989f42 [2023-03-10T00:35:44.649Z] Step 23/24 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:35:44.649Z] Removing intermediate container 730e8a9a4003 [2023-03-10T00:35:44.649Z] ---> 3dc6e639d54e [2023-03-10T00:35:44.649Z] Step 23/23 : LABEL version=0.0.0 [2023-03-10T00:35:44.649Z] ---> Running in 703a80b5c1ed [2023-03-10T00:35:44.649Z] ---> Running in 4b681353e10b [2023-03-10T00:35:44.908Z] Removing intermediate container 0002eb19f646 [2023-03-10T00:35:44.908Z] ---> 7fa10224ea5c [2023-03-10T00:35:44.908Z] Step 23/24 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:35:44.908Z] Removing intermediate container 703a80b5c1ed [2023-03-10T00:35:44.908Z] ---> a766c4c39596 [2023-03-10T00:35:44.908Z] Step 24/24 : LABEL version=0.0.0 [2023-03-10T00:35:44.908Z] ---> Running in a0d417503703 [2023-03-10T00:35:44.908Z] Removing intermediate container 4b681353e10b [2023-03-10T00:35:44.908Z] ---> 90844a93e4d9 [2023-03-10T00:35:44.908Z] [2023-03-10T00:35:44.908Z] ---> Running in b996954e28fe [2023-03-10T00:35:45.168Z] Successfully built 90844a93e4d9 [2023-03-10T00:35:45.168Z] Successfully tagged security-spire-server:latest [2023-03-10T00:35:45.168Z] Building security-secretstore-setup [2023-03-10T00:35:45.168Z]  Building security-spire-server ... done Removing intermediate container a0d417503703 [2023-03-10T00:35:45.168Z] ---> 17d49f5a0ce2 [2023-03-10T00:35:45.168Z] Step 24/24 : LABEL version=0.0.0 [2023-03-10T00:35:45.168Z] ---> Running in 96bdd913343f [2023-03-10T00:35:45.168Z] Removing intermediate container b996954e28fe [2023-03-10T00:35:45.168Z] ---> 668839ad635d [2023-03-10T00:35:45.168Z] [2023-03-10T00:35:45.450Z] Successfully built 668839ad635d [2023-03-10T00:35:46.017Z] Successfully tagged security-spire-agent:latest [2023-03-10T00:35:46.018Z] Building core-command [2023-03-10T00:35:46.018Z]  Building security-spire-agent ... done Removing intermediate container 96bdd913343f [2023-03-10T00:35:46.018Z] ---> f6b5e73e7eee [2023-03-10T00:35:46.018Z] [2023-03-10T00:35:46.018Z] Successfully built f6b5e73e7eee [2023-03-10T00:35:46.018Z] Successfully tagged security-spire-config:latest [2023-03-10T00:35:46.018Z]  Building security-spire-config ... done Building core-metadata [2023-03-10T00:35:52.574Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:35:52.574Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:35:52.574Z] ---> 09fb4f51299d [2023-03-10T00:35:52.574Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T00:35:52.574Z] ---> Using cache [2023-03-10T00:35:52.574Z] ---> 47200ae98bf1 [2023-03-10T00:35:52.574Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-10T00:35:52.574Z] ---> Using cache [2023-03-10T00:35:52.574Z] ---> b158a760521e [2023-03-10T00:35:52.574Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T00:35:52.574Z] ---> Using cache [2023-03-10T00:35:52.574Z] ---> 34f2b7772581 [2023-03-10T00:35:52.574Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:35:52.574Z] ---> Using cache [2023-03-10T00:35:52.574Z] ---> e5eb64e445f5 [2023-03-10T00:35:52.574Z] Step 7/23 : COPY . . [2023-03-10T00:35:52.574Z] ---> Using cache [2023-03-10T00:35:52.574Z] ---> 74c8d83f265d [2023-03-10T00:35:52.574Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-10T00:35:53.145Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:35:53.145Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:35:53.145Z] ---> 09fb4f51299d [2023-03-10T00:35:53.145Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:35:53.145Z] ---> Using cache [2023-03-10T00:35:53.145Z] ---> 0109b10be3cb [2023-03-10T00:35:53.145Z] Step 4/23 : WORKDIR /edgex-go [2023-03-10T00:35:53.145Z] ---> Using cache [2023-03-10T00:35:53.145Z] ---> cce2059bf5ce [2023-03-10T00:35:53.145Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-10T00:35:53.145Z] ---> Using cache [2023-03-10T00:35:53.145Z] ---> e4b88fc731c9 [2023-03-10T00:35:53.145Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-10T00:35:53.145Z] ---> Using cache [2023-03-10T00:35:53.145Z] ---> a7b9b0dff0aa [2023-03-10T00:35:53.145Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:35:53.145Z] ---> Using cache [2023-03-10T00:35:53.145Z] ---> 9e9df103954b [2023-03-10T00:35:53.146Z] Step 8/23 : COPY . . [2023-03-10T00:35:53.146Z] ---> Using cache [2023-03-10T00:35:53.146Z] ---> 9ffbea217c99 [2023-03-10T00:35:53.146Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-10T00:35:53.403Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:35:53.403Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:35:53.403Z] ---> 09fb4f51299d [2023-03-10T00:35:53.403Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:35:53.403Z] ---> Using cache [2023-03-10T00:35:53.403Z] ---> 0109b10be3cb [2023-03-10T00:35:53.403Z] Step 4/24 : WORKDIR /edgex-go [2023-03-10T00:35:53.403Z] ---> Using cache [2023-03-10T00:35:53.403Z] ---> cce2059bf5ce [2023-03-10T00:35:53.403Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-10T00:35:53.403Z] ---> Using cache [2023-03-10T00:35:53.403Z] ---> e4b88fc731c9 [2023-03-10T00:35:53.403Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-10T00:35:53.403Z] ---> Using cache [2023-03-10T00:35:53.403Z] ---> a7b9b0dff0aa [2023-03-10T00:35:53.403Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:35:53.403Z] ---> Using cache [2023-03-10T00:35:53.403Z] ---> 9e9df103954b [2023-03-10T00:35:53.403Z] Step 8/24 : COPY . . [2023-03-10T00:35:53.403Z] ---> Using cache [2023-03-10T00:35:53.403Z] ---> 9ffbea217c99 [2023-03-10T00:35:53.403Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-10T00:35:57.590Z] ---> Running in 2d38ff91ce82 [2023-03-10T00:35:57.590Z] ---> Running in 894b3a8adbbb [2023-03-10T00:35:57.590Z] ---> Running in aa4b6567e9e0 [2023-03-10T00:35:58.155Z] 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-03-10T00:35:58.155Z] 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-03-10T00:35:58.413Z] 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-03-10T00:35:59.785Z] Removing intermediate container 001830e480e1 [2023-03-10T00:35:59.785Z] ---> 419f59a87d2d [2023-03-10T00:35:59.785Z] [2023-03-10T00:35:59.785Z] Step 9/20 : FROM alpine:3.16 [2023-03-10T00:35:59.785Z] ---> dfd21b5a31f5 [2023-03-10T00:35:59.785Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-10T00:36:00.042Z] ---> Running in 4c685c9b9a1e [2023-03-10T00:36:00.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:36:00.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:36:01.171Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T00:36:01.171Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-10T00:36:01.171Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:36:01.171Z] OK: 6 MiB in 16 packages [2023-03-10T00:36:01.679Z] Removing intermediate container d6a63d899c7c [2023-03-10T00:36:01.680Z] ---> 3406c6806aa5 [2023-03-10T00:36:01.680Z] Successfully built 3406c6806aa5 [2023-03-10T00:36:01.680Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [2023-03-10T00:36:01.738Z] Removing intermediate container 4c685c9b9a1e [2023-03-10T00:36:01.738Z] ---> c06cf5b83e3e [2023-03-10T00:36:01.738Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-10T00:36:01.738Z] ---> Running in 82aae2dfd683 [Pipeline] { [Pipeline] sh [2023-03-10T00:36:01.998Z] Removing intermediate container 82aae2dfd683 [2023-03-10T00:36:01.998Z] ---> 0346d29af230 [2023-03-10T00:36:01.998Z] Step 12/20 : WORKDIR /edgex [2023-03-10T00:36:02.241Z] + docker inspect -f . ci-base-image-arm64 [2023-03-10T00:36:02.241Z] . [2023-03-10T00:36:02.255Z] ---> Running in c5c75c997bff [2023-03-10T00:36:02.255Z] Removing intermediate container c5c75c997bff [2023-03-10T00:36:02.255Z] ---> 53e96d854b6f [2023-03-10T00:36:02.255Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:36:02.523Z] prd-ubuntu20.04-docker-arm64-4c-16g-9546 does not seem to be running inside a container [2023-03-10T00:36:02.598Z] $ 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-03-10T00:36:03.186Z] ---> 770cd63a6439 [2023-03-10T00:36:03.186Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-10T00:36:03.889Z] $ docker top c0a7340754991fed04b359166bdb5d5d44f0f6d38013bb62ad0bbdba8d448805 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T00:36:04.566Z] ---> 22156ab89e4e [2023-03-10T00:36:04.566Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T00:36:04.789Z] + go version [2023-03-10T00:36:04.789Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-10T00:36:04.835Z] $ docker stop --time=1 c0a7340754991fed04b359166bdb5d5d44f0f6d38013bb62ad0bbdba8d448805 [2023-03-10T00:36:05.952Z] Removing intermediate container f2bd1cbd0e65 [2023-03-10T00:36:05.952Z] ---> 3b2d0f84dbcf [2023-03-10T00:36:05.952Z] [2023-03-10T00:36:05.952Z] Step 9/32 : FROM alpine:3.16 [2023-03-10T00:36:05.952Z] ---> dfd21b5a31f5 [2023-03-10T00:36:05.952Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:36:06.210Z] ---> 407286943bcc [2023-03-10T00:36:06.210Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T00:36:06.210Z] ---> Running in 42b8046861e8 [2023-03-10T00:36:06.210Z] ---> Running in dc51783981e7 [2023-03-10T00:36:06.467Z] $ docker rm -f --volumes c0a7340754991fed04b359166bdb5d5d44f0f6d38013bb62ad0bbdba8d448805 [2023-03-10T00:36:06.471Z] Removing intermediate container 42b8046861e8 [2023-03-10T00:36:06.471Z] ---> 0e0e1b178e72 [2023-03-10T00:36:06.471Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [Pipeline] // withDockerContainer [2023-03-10T00:36:06.730Z] ---> Running in 6305b2bf5c8c [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:36:07.382Z] + docker inspect -f . ci-base-image-arm64 [2023-03-10T00:36:07.382Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:36:07.650Z] prd-ubuntu20.04-docker-arm64-4c-16g-9546 does not seem to be running inside a container [2023-03-10T00:36:07.667Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:36:07.667Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:36:07.667Z] Removing intermediate container dc51783981e7 [2023-03-10T00:36:07.667Z] ---> d976b7dc02a3 [2023-03-10T00:36:07.667Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T00:36:07.667Z] ---> Running in 9277d6875c31 [2023-03-10T00:36:07.729Z] $ 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-03-10T00:36:07.925Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T00:36:07.925Z] (2/2) Installing su-exec (0.2-r1) [2023-03-10T00:36:07.925Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:36:07.925Z] OK: 6 MiB in 16 packages [2023-03-10T00:36:08.182Z] Removing intermediate container 9277d6875c31 [2023-03-10T00:36:08.182Z] ---> 7a85b7a25925 [2023-03-10T00:36:08.182Z] Step 18/20 : LABEL arch=x86_64 [2023-03-10T00:36:08.441Z] ---> Running in 8851f6a8536a [2023-03-10T00:36:08.702Z] Removing intermediate container 6305b2bf5c8c [2023-03-10T00:36:08.702Z] ---> baac6d0ec302 [2023-03-10T00:36:08.702Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-10T00:36:08.702Z] Removing intermediate container 8851f6a8536a [2023-03-10T00:36:08.702Z] ---> 93bccef61561 [2023-03-10T00:36:08.702Z] Step 19/20 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:36:08.702Z] ---> Running in 0f126783d699 [2023-03-10T00:36:08.702Z] ---> Running in e7e899fd419e [2023-03-10T00:36:08.938Z] $ docker top f9ab72b70bb9cc3f6fec6c8f8f89c5a9fb1a1c02aff455a9b571b72b833cae51 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-10T00:36:09.273Z] Removing intermediate container 0f126783d699 [2023-03-10T00:36:09.273Z] ---> 4671fa6e8f60 [2023-03-10T00:36:09.273Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-10T00:36:09.273Z] Removing intermediate container e7e899fd419e [2023-03-10T00:36:09.273Z] ---> f4447810ac2e [2023-03-10T00:36:09.273Z] Step 20/20 : LABEL version=0.0.0 [2023-03-10T00:36:09.273Z] ---> Running in c5cd941dce68 [2023-03-10T00:36:09.273Z] ========================================================= [2023-03-10T00:36:09.273Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-10T00:36:09.273Z] ========================================================= [Pipeline] sh [2023-03-10T00:36:09.531Z] ---> Running in ad2fe0b9df7a [2023-03-10T00:36:09.790Z] Removing intermediate container c5cd941dce68 [2023-03-10T00:36:09.790Z] ---> 23379b3dddeb [2023-03-10T00:36:09.790Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-10T00:36:09.790Z] ---> Running in 998ab15bbc0d [2023-03-10T00:36:09.790Z] Removing intermediate container ad2fe0b9df7a [2023-03-10T00:36:09.790Z] ---> 7dec8c8bb0b3 [2023-03-10T00:36:09.790Z] [2023-03-10T00:36:09.790Z] Successfully built 7dec8c8bb0b3 [2023-03-10T00:36:09.922Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-10T00:36:10.099Z] Successfully tagged security-proxy-setup:latest [2023-03-10T00:36:10.450Z]  Building security-proxy-setup ... done Removing intermediate container 998ab15bbc0d [2023-03-10T00:36:10.450Z] ---> df35ac5ea8b1 [2023-03-10T00:36:10.450Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-10T00:36:10.450Z] ---> Running in d3904d4a6524 [2023-03-10T00:36:10.681Z] + make test [2023-03-10T00:36:10.681Z] go test -race -coverprofile=coverage.out ./... [2023-03-10T00:36:10.734Z] Removing intermediate container d3904d4a6524 [2023-03-10T00:36:10.734Z] ---> 3d8e1068283e [2023-03-10T00:36:10.734Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-10T00:36:11.020Z] ---> Running in 5583e2a46c6d [2023-03-10T00:36:13.024Z] Removing intermediate container 5583e2a46c6d [2023-03-10T00:36:13.024Z] ---> 6ea46d0369c8 [2023-03-10T00:36:13.024Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-10T00:36:13.024Z] ---> Running in c74853902bad [2023-03-10T00:36:13.024Z] Removing intermediate container c74853902bad [2023-03-10T00:36:13.024Z] ---> 71e9974e9638 [2023-03-10T00:36:13.024Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-10T00:36:13.309Z] ---> f415800ae736 [2023-03-10T00:36:13.309Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-10T00:36:13.593Z] ---> Running in 9bc911d42978 [2023-03-10T00:36:15.498Z] Removing intermediate container 9bc911d42978 [2023-03-10T00:36:15.498Z] ---> 67c61a31c865 [2023-03-10T00:36:15.498Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:36:15.756Z] ---> 0e002a541148 [2023-03-10T00:36:15.756Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-10T00:36:16.322Z] ---> ae7e8ebd7726 [2023-03-10T00:36:16.322Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-10T00:36:16.601Z] ---> a73d80533d73 [2023-03-10T00:36:16.601Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-10T00:36:16.859Z] ---> 31c8bf18b5b4 [2023-03-10T00:36:16.859Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-10T00:36:17.425Z] ---> 81fbf235cd48 [2023-03-10T00:36:17.425Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-10T00:36:17.425Z] ---> c3b0f26da1a8 [2023-03-10T00:36:17.425Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-10T00:36:17.991Z] ---> 03a5ad8802f4 [2023-03-10T00:36:17.991Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-10T00:36:18.249Z] ---> Running in dd28ec1f448e [2023-03-10T00:36:19.622Z] Removing intermediate container dd28ec1f448e [2023-03-10T00:36:19.622Z] ---> ba59f898d366 [2023-03-10T00:36:19.622Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-10T00:36:19.622Z] ---> Running in eea30cc1ec7a [2023-03-10T00:36:19.906Z] Removing intermediate container eea30cc1ec7a [2023-03-10T00:36:19.906Z] ---> 06c5e446e96a [2023-03-10T00:36:19.906Z] Step 29/32 : CMD ["gate"] [2023-03-10T00:36:19.906Z] ---> Running in d8a9a97ee6e1 [2023-03-10T00:36:20.163Z] Removing intermediate container d8a9a97ee6e1 [2023-03-10T00:36:20.163Z] ---> 1472277ad195 [2023-03-10T00:36:20.163Z] Step 30/32 : LABEL arch=x86_64 [2023-03-10T00:36:20.163Z] ---> Running in 4ec6363169a1 [2023-03-10T00:36:20.421Z] Removing intermediate container 4ec6363169a1 [2023-03-10T00:36:20.421Z] ---> b02a274b9fc5 [2023-03-10T00:36:20.421Z] Step 31/32 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:36:20.707Z] ---> Running in 7fd13d3cad8e [2023-03-10T00:36:20.972Z] Removing intermediate container 7fd13d3cad8e [2023-03-10T00:36:20.972Z] ---> 29bdf43c5c49 [2023-03-10T00:36:20.972Z] Step 32/32 : LABEL version=0.0.0 [2023-03-10T00:36:20.972Z] ---> Running in 39bc6c1b1659 [2023-03-10T00:36:21.539Z] Removing intermediate container 39bc6c1b1659 [2023-03-10T00:36:21.539Z] ---> d2806ca998fe [2023-03-10T00:36:21.539Z] [2023-03-10T00:36:21.539Z] Successfully built d2806ca998fe [2023-03-10T00:36:21.539Z] Successfully tagged security-bootstrapper:latest [2023-03-10T00:36:22.918Z]  Building security-bootstrapper ... 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-03-10T00:36:28.186Z] Removing intermediate container 2d38ff91ce82 [2023-03-10T00:36:28.186Z] ---> 71dc39793664 [2023-03-10T00:36:28.186Z] [2023-03-10T00:36:28.186Z] Step 9/23 : FROM alpine:3.16 [2023-03-10T00:36:28.187Z] ---> dfd21b5a31f5 [2023-03-10T00:36:28.187Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-10T00:36:28.187Z] Removing intermediate container aa4b6567e9e0 [2023-03-10T00:36:28.187Z] ---> 078f9e620bf8 [2023-03-10T00:36:28.187Z] [2023-03-10T00:36:28.187Z] Step 10/23 : FROM alpine:3.16 [2023-03-10T00:36:28.187Z] ---> dfd21b5a31f5 [2023-03-10T00:36:28.187Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:36:28.187Z] ---> Using cache [2023-03-10T00:36:28.187Z] ---> 97ce710dc182 [2023-03-10T00:36:28.187Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T00:36:28.187Z] ---> Using cache [2023-03-10T00:36:28.187Z] ---> 1696655e8f7a [2023-03-10T00:36:28.187Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-10T00:36:28.187Z] Removing intermediate container 894b3a8adbbb [2023-03-10T00:36:28.187Z] ---> Running in 2fd4982d5d36 [2023-03-10T00:36:28.187Z] ---> 6db19eef2049 [2023-03-10T00:36:28.187Z] ---> Running in 674b782e6445 [2023-03-10T00:36:28.187Z] [2023-03-10T00:36:28.187Z] Step 10/24 : FROM alpine:3.16 [2023-03-10T00:36:28.187Z] ---> dfd21b5a31f5 [2023-03-10T00:36:28.187Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:36:28.187Z] ---> Using cache [2023-03-10T00:36:28.187Z] ---> 97ce710dc182 [2023-03-10T00:36:28.187Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T00:36:28.187Z] ---> Using cache [2023-03-10T00:36:28.187Z] ---> 1696655e8f7a [2023-03-10T00:36:28.187Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-10T00:36:28.187Z] ---> Running in e40b53cf9fc8 [2023-03-10T00:36:28.187Z] Removing intermediate container 674b782e6445 [2023-03-10T00:36:28.187Z] ---> 7b1d0e538103 [2023-03-10T00:36:28.187Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-10T00:36:28.187Z] ---> Running in 6a67163890b8 [2023-03-10T00:36:28.187Z] Removing intermediate container e40b53cf9fc8 [2023-03-10T00:36:28.187Z] ---> a9fdbe383c49 [2023-03-10T00:36:28.187Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-10T00:36:28.187Z] ---> Running in 5f0ca2efb9e4 [2023-03-10T00:36:28.187Z] Removing intermediate container 6a67163890b8 [2023-03-10T00:36:28.187Z] ---> 2705d63353fa [2023-03-10T00:36:28.187Z] Step 15/23 : WORKDIR / [2023-03-10T00:36:28.187Z] Removing intermediate container 5f0ca2efb9e4 [2023-03-10T00:36:28.187Z] ---> a36ca0bb5156 [2023-03-10T00:36:28.187Z] Step 15/24 : WORKDIR / [2023-03-10T00:36:28.187Z] ---> Running in 31f0d18490aa [2023-03-10T00:36:28.187Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T00:36:28.187Z] ---> Running in 541b54c84f8a [2023-03-10T00:36:28.187Z] Removing intermediate container 31f0d18490aa [2023-03-10T00:36:28.187Z] ---> 157d3428c43b [2023-03-10T00:36:28.187Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:36:28.187Z] Removing intermediate container 541b54c84f8a [2023-03-10T00:36:28.187Z] ---> b6e69dedf646 [2023-03-10T00:36:28.187Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:36:28.187Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T00:36:28.187Z] ---> f6294eb2bb3d [2023-03-10T00:36:28.187Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-10T00:36:28.187Z] ---> 0a82c866174c [2023-03-10T00:36:28.187Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-10T00:36:28.187Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-10T00:36:28.187Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-10T00:36:28.187Z] (3/3) Installing su-exec (0.2-r1) [2023-03-10T00:36:28.187Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:36:28.187Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T00:36:28.446Z] OK: 6 MiB in 17 packages [2023-03-10T00:36:28.446Z] ---> 15ef822fc95c [2023-03-10T00:36:28.446Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-10T00:36:28.446Z] ---> 34d6cb7257de [2023-03-10T00:36:28.446Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-10T00:36:28.704Z] ---> f2965f5ed51f [2023-03-10T00:36:28.704Z] ---> e11c32f54d92 [2023-03-10T00:36:28.704Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.tomlStep 19/23 : ENTRYPOINT ["/core-command"] [2023-03-10T00:36:28.704Z] [2023-03-10T00:36:28.704Z] ---> Running in c2ba9a48f7a8 [2023-03-10T00:36:28.962Z] Removing intermediate container 2fd4982d5d36 [2023-03-10T00:36:28.962Z] ---> 4ef4f29edec5 [2023-03-10T00:36:28.962Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-10T00:36:28.962Z] ---> c89c20110193 [2023-03-10T00:36:28.962Z] Step 20/24 : ENTRYPOINT ["/core-metadata"]Removing intermediate container c2ba9a48f7a8 [2023-03-10T00:36:28.962Z] [2023-03-10T00:36:28.962Z] ---> 44cae0f19d10 [2023-03-10T00:36:28.962Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:36:28.962Z] ---> Running in 1a2fe37a32f7 [2023-03-10T00:36:28.962Z] ---> Running in c3698a566dd2 [2023-03-10T00:36:28.962Z] ---> Running in aa08c73614d3 [2023-03-10T00:36:29.220Z] Removing intermediate container aa08c73614d3 [2023-03-10T00:36:29.220Z] ---> b05ba6ba8241 [2023-03-10T00:36:29.220Z] Step 12/23 : WORKDIR / [2023-03-10T00:36:29.220Z] Removing intermediate container 1a2fe37a32f7 [2023-03-10T00:36:29.220Z] ---> ac5a40e87cc2 [2023-03-10T00:36:29.220Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:36:29.220Z] Removing intermediate container c3698a566dd2 [2023-03-10T00:36:29.220Z] ---> c6d6a5d61e9a [2023-03-10T00:36:29.220Z] Step 21/23 : LABEL arch=x86_64 [2023-03-10T00:36:29.220Z] ---> Running in e488b284b510 [2023-03-10T00:36:29.220Z] ---> Running in 81910c2d479f [2023-03-10T00:36:29.220Z] ---> Running in 00c44cb7c9b0 [2023-03-10T00:36:29.220Z] Removing intermediate container 81910c2d479f [2023-03-10T00:36:29.220Z] ---> bd2fb89f039a [2023-03-10T00:36:29.220Z] Step 22/23 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:36:29.220Z] Removing intermediate container e488b284b510 [2023-03-10T00:36:29.220Z] ---> f4e3007ca7fe [2023-03-10T00:36:29.220Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-10T00:36:29.220Z] Removing intermediate container 00c44cb7c9b0 [2023-03-10T00:36:29.220Z] ---> 3f644938afaf [2023-03-10T00:36:29.220Z] Step 22/24 : LABEL arch=x86_64 [2023-03-10T00:36:29.220Z] ---> Running in cfd41a1a2555 [2023-03-10T00:36:29.479Z] ---> Running in 54309785c6ee [2023-03-10T00:36:29.479Z] Removing intermediate container cfd41a1a2555 [2023-03-10T00:36:29.479Z] ---> 8a215f4e920f [2023-03-10T00:36:29.479Z] Step 23/23 : LABEL version=0.0.0 [2023-03-10T00:36:29.479Z] ---> Running in bfd4f0c7dfdc [2023-03-10T00:36:29.479Z] Removing intermediate container 54309785c6ee [2023-03-10T00:36:29.479Z] ---> 08173ddb4619 [2023-03-10T00:36:29.479Z] Step 23/24 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:36:29.479Z] ---> 3392e64211e4 [2023-03-10T00:36:29.479Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-10T00:36:29.479Z] ---> Running in d9b0886afe0b [2023-03-10T00:36:29.479Z] Removing intermediate container bfd4f0c7dfdc [2023-03-10T00:36:29.479Z] ---> f06625784cf9 [2023-03-10T00:36:29.479Z] [2023-03-10T00:36:29.740Z] ---> 464c4694f572 [2023-03-10T00:36:29.740Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-10T00:36:29.740Z] Removing intermediate container d9b0886afe0b [2023-03-10T00:36:29.740Z] ---> 9c7f100a8dcb [2023-03-10T00:36:29.740Z] Step 24/24 : LABEL version=0.0.0 [2023-03-10T00:36:29.740Z] Successfully built f06625784cf9 [2023-03-10T00:36:29.740Z] Successfully tagged core-command:latest [2023-03-10T00:36:29.740Z]  Building core-command ... done  ---> Running in 19c8c7ad7de7 [2023-03-10T00:36:29.740Z] ---> abea5597e7dc [2023-03-10T00:36:29.740Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-10T00:36:29.998Z] Removing intermediate container 19c8c7ad7de7 [2023-03-10T00:36:29.998Z] ---> 6bec0e19027d [2023-03-10T00:36:29.998Z] [2023-03-10T00:36:29.998Z] Successfully built 6bec0e19027d [2023-03-10T00:36:29.998Z] Successfully tagged core-metadata:latest [2023-03-10T00:36:30.255Z]  Building core-metadata ... done  ---> 00cf95c66bdc [2023-03-10T00:36:30.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-10T00:36:30.514Z] ---> 1f02f762254b [2023-03-10T00:36:30.514Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T00:36:30.773Z] ---> 9a489439578c [2023-03-10T00:36:30.773Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T00:36:30.773Z] ---> Running in 40b531ceaf2d [2023-03-10T00:36:31.339Z] Removing intermediate container 40b531ceaf2d [2023-03-10T00:36:31.339Z] ---> 35a5b82b0e7c [2023-03-10T00:36:31.339Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T00:36:31.598Z] ---> Running in c1883a29b85d [2023-03-10T00:36:31.598Z] Removing intermediate container c1883a29b85d [2023-03-10T00:36:31.598Z] ---> a1299f7d4e7b [2023-03-10T00:36:31.598Z] Step 21/23 : LABEL arch=x86_64 [2023-03-10T00:36:31.598Z] ---> Running in 8037970a05f6 [2023-03-10T00:36:31.598Z] Removing intermediate container 8037970a05f6 [2023-03-10T00:36:31.598Z] ---> 6d8d5e4148be [2023-03-10T00:36:31.598Z] Step 22/23 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:36:31.856Z] ---> Running in 80c78eb57f59 [2023-03-10T00:36:31.856Z] Removing intermediate container 80c78eb57f59 [2023-03-10T00:36:31.856Z] ---> d5ecb9f513f0 [2023-03-10T00:36:31.856Z] Step 23/23 : LABEL version=0.0.0 [2023-03-10T00:36:31.856Z] ---> Running in e69b06a99609 [2023-03-10T00:36:32.115Z] Removing intermediate container e69b06a99609 [2023-03-10T00:36:32.115Z] ---> cf9255a53b5e [2023-03-10T00:36:32.115Z] [2023-03-10T00:36:32.115Z] Successfully built cf9255a53b5e [2023-03-10T00:36:32.115Z] Successfully tagged security-secretstore-setup:latest [2023-03-10T00:36:32.122Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-03-10T00:36:32.149Z] $ docker stop --time=1 8baf261acc83335d2026169274d2a4d5ccce3ac2d1a851f0188fe53815bff499 [2023-03-10T00:36:33.501Z] $ docker rm -f --volumes 8baf261acc83335d2026169274d2a4d5ccce3ac2d1a851f0188fe53815bff499 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T00:36:33.897Z] + docker images [2023-03-10T00:36:33.897Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-10T00:36:33.897Z] security-secretstore-setup latest cf9255a53b5e 2 seconds ago 29.9MB [2023-03-10T00:36:33.897Z] core-command latest f06625784cf9 4 seconds ago 17.8MB [2023-03-10T00:36:33.897Z] core-metadata latest 6bec0e19027d 4 seconds ago 18.5MB [2023-03-10T00:36:33.897Z] 078f9e620bf8 7 seconds ago 1.68GB [2023-03-10T00:36:33.897Z] 6db19eef2049 7 seconds ago 1.69GB [2023-03-10T00:36:33.897Z] 71dc39793664 8 seconds ago 1.67GB [2023-03-10T00:36:33.897Z] security-bootstrapper latest d2806ca998fe 12 seconds ago 19.8MB [2023-03-10T00:36:33.897Z] security-proxy-setup latest 7dec8c8bb0b3 24 seconds ago 16.4MB [2023-03-10T00:36:33.897Z] 3b2d0f84dbcf 28 seconds ago 1.67GB [2023-03-10T00:36:33.897Z] 419f59a87d2d 35 seconds ago 1.66GB [2023-03-10T00:36:33.897Z] security-spire-config latest f6b5e73e7eee 48 seconds ago 85.8MB [2023-03-10T00:36:33.897Z] security-spire-server latest 90844a93e4d9 49 seconds ago 86.5MB [2023-03-10T00:36:33.897Z] security-spire-agent latest 668839ad635d 49 seconds ago 125MB [2023-03-10T00:36:33.897Z] core-data latest 3de390017523 56 seconds ago 18MB [2023-03-10T00:36:33.897Z] 8e5e46200bbf 58 seconds ago 1.55GB [2023-03-10T00:36:33.897Z] c915c8f55e1f 58 seconds ago 1.55GB [2023-03-10T00:36:33.897Z] 88e4f04b5be0 59 seconds ago 1.55GB [2023-03-10T00:36:33.897Z] d6d6473bffe7 About a minute ago 1.69GB [2023-03-10T00:36:33.897Z] security-spiffe-token-provider latest 91efc8d853fc About a minute ago 30MB [2023-03-10T00:36:33.897Z] support-scheduler latest f19b90f13c6d About a minute ago 30.1MB [2023-03-10T00:36:33.897Z] support-notifications latest a7b4f6c9f66c About a minute ago 30.7MB [2023-03-10T00:36:33.897Z] core-common-config-bootstrapper latest 7e8a3f6c2a5e About a minute ago 15.5MB [2023-03-10T00:36:33.897Z] security-proxy-auth latest fe05bda2fabc About a minute ago 16.2MB [2023-03-10T00:36:33.897Z] 36f9141c5b46 About a minute ago 1.75GB [2023-03-10T00:36:33.897Z] f54e1a1e2a27 About a minute ago 1.75GB [2023-03-10T00:36:33.897Z] fcc1c800c729 About a minute ago 1.72GB [2023-03-10T00:36:33.897Z] 7da52dc3a2a6 2 minutes ago 1.68GB [2023-03-10T00:36:33.897Z] bf36393217d0 2 minutes ago 1.66GB [2023-03-10T00:36:33.897Z] ci-base-image-x86_64 latest 09fb4f51299d 6 minutes ago 903MB [2023-03-10T00:36:33.897Z] alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB [2023-03-10T00:36:33.897Z] alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB [2023-03-10T00:36:33.897Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-10T00:36:33.897Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-10T00:36:33.897Z] 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-03-10T00:36:42.906Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-10T00:38:34.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-10T00:38:39.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.249s coverage: 28.7% of statements [2023-03-10T00:38:39.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-10T00:38:39.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-10T00:38:45.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.346s coverage: 98.5% of statements [2023-03-10T00:38:50.601Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.579s coverage: 71.2% of statements [2023-03-10T00:38:50.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-10T00:38:50.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-10T00:38:50.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-10T00:38:50.601Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.453s coverage: 54.0% of statements [2023-03-10T00:38:50.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-10T00:38:50.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-10T00:39:05.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.478s coverage: 88.5% of statements [2023-03-10T00:39:05.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-10T00:39:05.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-10T00:39:05.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-10T00:39:05.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-10T00:39:05.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-10T00:39:05.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.477s coverage: 3.9% of statements [2023-03-10T00:39:05.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-10T00:39:05.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-10T00:39:07.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.295s coverage: 95.6% of statements [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-10T00:39:07.022Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.507s coverage: 72.2% of statements [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-10T00:39:07.022Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.605s coverage: 65.9% of statements [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-10T00:39:07.022Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.369s coverage: 0.9% of statements [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-10T00:39:07.022Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.346s coverage: 29.0% of statements [2023-03-10T00:39:07.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-10T00:39:08.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.258s coverage: 45.5% of statements [2023-03-10T00:39:08.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.291s coverage: 82.9% of statements [2023-03-10T00:39:08.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.227s coverage: 94.1% of statements [2023-03-10T00:39:09.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.282s coverage: 96.3% of statements [2023-03-10T00:39:11.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.229s coverage: 87.5% of statements [2023-03-10T00:39:23.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.269s coverage: 94.4% of statements [2023-03-10T00:39:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.268s coverage: 79.9% of statements [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-10T00:39:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.285s coverage: 92.9% of statements [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-10T00:39:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 64.4% of statements [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-10T00:39:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.233s coverage: 86.9% of statements [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-10T00:39:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.231s coverage: 87.2% of statements [2023-03-10T00:39:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.185s coverage: 20.0% of statements [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-10T00:39:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-10T00:39:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.292s coverage: 81.2% of statements [2023-03-10T00:39:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.292s coverage: 82.1% of statements [2023-03-10T00:39:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-10T00:39:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.251s coverage: 84.8% of statements [2023-03-10T00:39:41.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-10T00:39:42.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.171s coverage: 63.1% of statements [2023-03-10T00:39:42.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-10T00:39:42.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-10T00:39:42.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.234s coverage: 100.0% of statements [2023-03-10T00:39:42.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 89.4% of statements [2023-03-10T00:39:42.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.156s coverage: 100.0% of statements [2023-03-10T00:39:42.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2023-03-10T00:39:42.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.107s coverage: 100.0% of statements [2023-03-10T00:39:42.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-10T00:39:42.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-10T00:39:42.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-10T00:39:50.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.932s coverage: 38.4% of statements [2023-03-10T00:39:50.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-10T00:39:50.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-10T00:39:50.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.232s coverage: 89.5% of statements [2023-03-10T00:39:50.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-10T00:39:50.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.270s coverage: 84.8% of statements [2023-03-10T00:39:50.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-10T00:39:50.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-10T00:39:50.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-10T00:39:50.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-10T00:39:57.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.310s coverage: 17.7% of statements [2023-03-10T00:39:57.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-10T00:39:57.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-10T00:39:57.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-10T00:39:57.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-10T00:39:57.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.632s coverage: 92.3% of statements [2023-03-10T00:39:57.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-10T00:39:57.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-10T00:39:57.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-10T00:39:57.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-10T00:39:57.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.320s coverage: 61.5% of statements [2023-03-10T00:39:57.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-10T00:39:57.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-10T00:39:57.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.425s coverage: 97.7% of statements [2023-03-10T00:39:57.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-10T00:39:57.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-10T00:39:58.202Z] 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-03-10T00:39:58.202Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-10T00:39:58.202Z] go vet ./... [2023-03-10T00:41:49.878Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-10T00:41:49.878Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-10T00:41:49.878Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-10T00:41:49.914Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-10T00:41:50.246Z] + ls -al . [2023-03-10T00:41:50.246Z] total 700 [2023-03-10T00:41:50.246Z] drwxrwxr-x 10 1001 1001 4096 Mar 10 00:36 . [2023-03-10T00:41:50.246Z] drwxr-xr-x 4 root root 4096 Mar 10 00:36 .. [2023-03-10T00:41:50.246Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 00:34 .blubracket [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 16 Mar 10 00:34 .dockerignore [2023-03-10T00:41:50.246Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 00:34 .git [2023-03-10T00:41:50.246Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 00:34 .github [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 1112 Mar 10 00:34 .gitignore [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 42 Mar 10 00:34 .golangci.yml [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 87 Mar 10 00:34 .hadolint.yml [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 00:34 .sonarcloud.properties [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 1171 Mar 10 00:34 ADOPTERS.md [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 10825 Mar 10 00:34 Attribution.txt [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 73765 Mar 10 00:34 CHANGELOG.md [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:34 CONTRIBUTING.md [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 677 Mar 10 00:34 GOVERNANCE.md [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 883 Mar 10 00:34 Jenkinsfile [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:34 LICENSE [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 14071 Mar 10 00:34 Makefile [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 582 Mar 10 00:34 OWNERS.md [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 9403 Mar 10 00:34 README.md [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 6912 Mar 10 00:34 SECURITY.md [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 00:30 VERSION [2023-03-10T00:41:50.246Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 00:34 bin [2023-03-10T00:41:50.246Z] drwxrwxr-x 18 1001 1001 4096 Mar 10 00:34 cmd [2023-03-10T00:41:50.246Z] -rw-r--r-- 1 root root 447487 Mar 10 00:39 coverage.out [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 3232 Mar 10 00:34 go.mod [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 31098 Mar 10 00:34 go.sum [2023-03-10T00:41:50.246Z] drwxrwxr-x 7 1001 1001 4096 Mar 10 00:34 internal [2023-03-10T00:41:50.246Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 00:34 openapi [2023-03-10T00:41:50.246Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 00:34 snap [2023-03-10T00:41:50.246Z] -rw-rw-r-- 1 1001 1001 204 Mar 10 00:34 version.go [Pipeline] sh [2023-03-10T00:41:50.891Z] + '[' -e coverage.out ] [2023-03-10T00:41:50.891Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-10T00:41:50.926Z] Warning: overwriting stash ‘coverage-report’ [2023-03-10T00:41:51.677Z] Stashed 1 file(s) [Pipeline] sh [2023-03-10T00:41:52.320Z] + make build [2023-03-10T00:41:52.320Z] 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-03-10T00:43:13.918Z] 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-03-10T00:43:13.918Z] 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-03-10T00:43:19.260Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T00:43:22.607Z] 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-03-10T00:44:09.448Z] 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-03-10T00:44:09.448Z] 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-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T00:44:14.791Z] 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-03-10T00:44:20.138Z] 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-03-10T00:44:24.437Z] 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-03-10T00:44:28.681Z] 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-03-10T00:44:34.014Z] 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-03-10T00:44:40.677Z] $ docker stop --time=1 f9ab72b70bb9cc3f6fec6c8f8f89c5a9fb1a1c02aff455a9b571b72b833cae51 [2023-03-10T00:44:45.042Z] $ docker rm -f --volumes f9ab72b70bb9cc3f6fec6c8f8f89c5a9fb1a1c02aff455a9b571b72b833cae51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:44:47.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T00:44:47.270Z] [2023-03-10T00:44:47.270Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:44:47.678Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T00:44:47.945Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-10T00:44:47.945Z] 29e5d40040c1: Pulling fs layer [2023-03-10T00:44:47.945Z] 1ce36da41761: Pulling fs layer [2023-03-10T00:44:47.945Z] 25b303627fd3: Pulling fs layer [2023-03-10T00:44:47.945Z] 29e5d40040c1: Download complete [2023-03-10T00:44:48.211Z] 1ce36da41761: Verifying Checksum [2023-03-10T00:44:48.211Z] 1ce36da41761: Download complete [2023-03-10T00:44:48.477Z] 29e5d40040c1: Pull complete [2023-03-10T00:44:49.880Z] 1ce36da41761: Pull complete [2023-03-10T00:44:49.880Z] 25b303627fd3: Verifying Checksum [2023-03-10T00:44:49.880Z] 25b303627fd3: Download complete [2023-03-10T00:44:59.943Z] 25b303627fd3: Pull complete [2023-03-10T00:44:59.943Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-10T00:44:59.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T00:44:59.943Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:45:00.264Z] prd-ubuntu20.04-docker-arm64-4c-16g-9546 does not seem to be running inside a container [2023-03-10T00:45:00.330Z] $ 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-03-10T00:45:02.371Z] $ docker top 7141f2559317367da91b078cad40f56f2453e42472c5a4d26b1bf82942fc7bd1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T00:45:03.197Z] + docker-compose+ build --helpgrep parallel [2023-03-10T00:45:03.197Z] [2023-03-10T00:45:07.430Z] --parallel Build images in parallel. [Pipeline] } [2023-03-10T00:45:07.476Z] $ docker stop --time=1 7141f2559317367da91b078cad40f56f2453e42472c5a4d26b1bf82942fc7bd1 [2023-03-10T00:45:09.623Z] $ docker rm -f --volumes 7141f2559317367da91b078cad40f56f2453e42472c5a4d26b1bf82942fc7bd1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T00:45:10.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T00:45:10.341Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T00:45:10.643Z] prd-ubuntu20.04-docker-arm64-4c-16g-9546 does not seem to be running inside a container [2023-03-10T00:45:10.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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-03-10T00:45:11.823Z] $ docker top 2cbf74f661e099219e63e02b4b05687cbbf39d0fc15c1620a7c56b91d8fe7d63 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T00:45:12.370Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-10T00:45:17.695Z] Building core-command ... [2023-03-10T00:45:17.695Z] Building core-common-config-bootstrapper ... [2023-03-10T00:45:17.695Z] Building core-data ... [2023-03-10T00:45:17.695Z] Building core-metadata ... [2023-03-10T00:45:17.695Z] Building security-bootstrapper ... [2023-03-10T00:45:17.695Z] Building security-proxy-auth ... [2023-03-10T00:45:17.695Z] Building security-proxy-setup ... [2023-03-10T00:45:17.695Z] Building security-secretstore-setup ... [2023-03-10T00:45:17.695Z] Building security-spiffe-token-provider ... [2023-03-10T00:45:17.695Z] Building security-spire-agent ... [2023-03-10T00:45:17.695Z] Building security-spire-config ... [2023-03-10T00:45:17.695Z] Building security-spire-server ... [2023-03-10T00:45:17.695Z] Building support-notifications ... [2023-03-10T00:45:17.695Z] Building support-scheduler ... [2023-03-10T00:45:17.695Z] Building support-notifications [2023-03-10T00:45:17.695Z] Building security-proxy-setup [2023-03-10T00:45:17.695Z] Building security-spire-config [2023-03-10T00:45:17.695Z] Building support-scheduler [2023-03-10T00:45:17.695Z] Building core-command [2023-03-10T00:46:04.504Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:46:04.504Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:46:04.504Z] ---> 3406c6806aa5 [2023-03-10T00:46:04.504Z] Step 3/20 : WORKDIR /edgex-go [2023-03-10T00:46:04.504Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:46:04.504Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:46:04.504Z] ---> 3406c6806aa5 [2023-03-10T00:46:04.504Z] Step 3/23 : ARG ADD_BUILD_TAGS=""Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:46:04.504Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:46:04.504Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:46:04.504Z] ---> 3406c6806aa5 [2023-03-10T00:46:04.504Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:46:04.504Z] [2023-03-10T00:46:04.504Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:46:04.504Z] ---> 3406c6806aa5 [2023-03-10T00:46:04.504Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T00:46:04.504Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:46:04.504Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:46:04.504Z] ---> 3406c6806aa5 [2023-03-10T00:46:04.504Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:46:04.504Z] ---> Running in 168c069ecd74 [2023-03-10T00:46:04.504Z] ---> Running in 58bbcc45e431 [2023-03-10T00:46:04.504Z] ---> Running in fbe227a05ba9 [2023-03-10T00:46:04.504Z] ---> Running in 19949010fc38 [2023-03-10T00:46:04.504Z] ---> Running in 9101d9742d84 [2023-03-10T00:46:04.504Z] Removing intermediate container 168c069ecd74 [2023-03-10T00:46:04.504Z] ---> 0560fb9bf560 [2023-03-10T00:46:04.504Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T00:46:04.504Z] Removing intermediate container 58bbcc45e431 [2023-03-10T00:46:04.504Z] ---> 9884aa1b5f25 [2023-03-10T00:46:04.504Z] Step 4/23 : WORKDIR /edgex-go [2023-03-10T00:46:04.504Z] ---> Running in 9073a8b33d4c [2023-03-10T00:46:04.504Z] Removing intermediate container fbe227a05ba9 [2023-03-10T00:46:04.504Z] ---> 0641e007ef26 [2023-03-10T00:46:04.504Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:46:04.504Z] Removing intermediate container 9101d9742d84 [2023-03-10T00:46:04.504Z] Removing intermediate container 19949010fc38 [2023-03-10T00:46:04.504Z] ---> 88ac4e25a075 [2023-03-10T00:46:04.504Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:46:04.504Z] ---> f347be4d2e02 [2023-03-10T00:46:04.504Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-10T00:46:04.504Z] ---> Running in 5437f09aef9c [2023-03-10T00:46:04.504Z] ---> Running in c4a1d5f1f65d [2023-03-10T00:46:04.504Z] ---> Running in a76c798bcc8f [2023-03-10T00:46:04.504Z] ---> Running in 7e1db0033956 [2023-03-10T00:46:04.504Z] Removing intermediate container 5437f09aef9c [2023-03-10T00:46:04.504Z] ---> d5a381388c7c [2023-03-10T00:46:04.504Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-10T00:46:04.504Z] Removing intermediate container c4a1d5f1f65d [2023-03-10T00:46:04.504Z] ---> 4760582dee2d [2023-03-10T00:46:04.504Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T00:46:04.504Z] ---> Running in f05b03dbd18e [2023-03-10T00:46:04.504Z] Removing intermediate container 7e1db0033956 [2023-03-10T00:46:04.504Z] ---> 70eb9e973448 [2023-03-10T00:46:04.504Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-10T00:46:04.504Z] ---> Running in 7b28ab363434 [2023-03-10T00:46:04.504Z] ---> Running in 67457c37b083 [2023-03-10T00:46:04.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:46:04.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:46:04.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:46:04.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:46:04.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:46:05.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:46:05.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:46:05.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:46:05.308Z] OK: 221 MiB in 51 packages [2023-03-10T00:46:05.308Z] OK: 221 MiB in 51 packages [2023-03-10T00:46:05.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:46:05.854Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:46:06.440Z] OK: 221 MiB in 51 packages [2023-03-10T00:46:07.031Z] OK: 221 MiB in 51 packages [2023-03-10T00:46:07.297Z] OK: 221 MiB in 51 packages [2023-03-10T00:46:07.297Z] Removing intermediate container 9073a8b33d4c [2023-03-10T00:46:07.297Z] ---> 02f3037a4c73 [2023-03-10T00:46:07.563Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T00:46:07.563Z] Removing intermediate container a76c798bcc8f [2023-03-10T00:46:07.563Z] ---> f339a78abb48 [2023-03-10T00:46:07.563Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-10T00:46:08.151Z] Removing intermediate container f05b03dbd18e [2023-03-10T00:46:08.151Z] ---> 0f9cd81d2354 [2023-03-10T00:46:08.151Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-10T00:46:08.732Z] Removing intermediate container 7b28ab363434 [2023-03-10T00:46:08.732Z] ---> 4ad3c6c2c203 [2023-03-10T00:46:08.732Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:46:08.732Z] ---> 7edcf3d638a8 [2023-03-10T00:46:08.732Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:46:08.732Z] ---> 146d26a1ca81 [2023-03-10T00:46:08.732Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:46:08.732Z] ---> Running in 7f48d1c2fead [2023-03-10T00:46:08.732Z] Removing intermediate container 67457c37b083 [2023-03-10T00:46:08.732Z] ---> b71305a24dae [2023-03-10T00:46:08.732Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:46:08.732Z] ---> Running in 5087a1ce9171 [2023-03-10T00:46:09.319Z] ---> 6400b3b0e009 [2023-03-10T00:46:09.319Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:46:09.319Z] ---> Running in 9a9d0cef775a [2023-03-10T00:46:10.281Z] ---> 537462207740 [2023-03-10T00:46:10.281Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:46:10.281Z] ---> a356e4856c1e [2023-03-10T00:46:10.281Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:46:10.550Z] ---> Running in 45d29600d64c [2023-03-10T00:46:10.550Z] ---> Running in 41e985275dee [2023-03-10T00:48:02.207Z] Removing intermediate container 41e985275dee [2023-03-10T00:48:02.207Z] ---> 807865820721 [2023-03-10T00:48:02.207Z] Step 8/22 : COPY . . [2023-03-10T00:48:02.207Z] Removing intermediate container 5087a1ce9171 [2023-03-10T00:48:02.207Z] ---> 85fd38d9c0a3 [2023-03-10T00:48:02.207Z] Step 7/24 : COPY . . [2023-03-10T00:48:02.207Z] Removing intermediate container 45d29600d64c [2023-03-10T00:48:02.207Z] ---> a3cc7a1d5c34 [2023-03-10T00:48:02.207Z] Step 8/22 : COPY . . [2023-03-10T00:48:02.207Z] Removing intermediate container 9a9d0cef775a [2023-03-10T00:48:02.207Z] ---> fabe2bcabd44 [2023-03-10T00:48:02.207Z] Step 8/23 : COPY . . [2023-03-10T00:48:02.207Z] Removing intermediate container 7f48d1c2fead [2023-03-10T00:48:02.207Z] ---> 4b1da86d24a5 [2023-03-10T00:48:02.207Z] Step 7/20 : COPY . . [2023-03-10T00:48:12.271Z] ---> 46634d188a20 [2023-03-10T00:48:12.271Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-10T00:48:12.271Z] ---> c80248597549 [2023-03-10T00:48:12.271Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-10T00:48:12.271Z] ---> 6b0b49667278 [2023-03-10T00:48:12.271Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-10T00:48:12.271Z] ---> Running in 4a4b1cbe5bec [2023-03-10T00:48:12.271Z] ---> Running in cdd5985b2a55 [2023-03-10T00:48:12.271Z] ---> b430231e48d4 [2023-03-10T00:48:12.271Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-10T00:48:12.271Z] ---> 35395af201f8 [2023-03-10T00:48:12.271Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T00:48:12.271Z] ---> Running in c92f7311cf31 [2023-03-10T00:48:12.271Z] ---> Running in 3879341ebafb [2023-03-10T00:48:12.271Z] ---> Running in 3976e2150924 [2023-03-10T00:48:12.851Z] Removing intermediate container 3976e2150924 [2023-03-10T00:48:12.851Z] ---> 89760e267fad [2023-03-10T00:48:12.851Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T00:48:12.851Z] ---> Running in 9c9104b69361 [2023-03-10T00:48:13.440Z] Removing intermediate container 9c9104b69361 [2023-03-10T00:48:13.440Z] ---> e9fa4750e311 [2023-03-10T00:48:13.440Z] 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-03-10T00:48:13.706Z] ---> Running in 8a22de8c4fbb [2023-03-10T00:48:14.302Z] 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-03-10T00:48:14.302Z] 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-03-10T00:48:14.567Z] 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-03-10T00:48:14.567Z] 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-03-10T00:48:16.517Z] Removing intermediate container 8a22de8c4fbb [2023-03-10T00:48:16.517Z] ---> 258cebd3a30a [2023-03-10T00:48:16.517Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T00:48:16.517Z] ---> Running in bef4b47927a1 [2023-03-10T00:48:17.096Z] Removing intermediate container bef4b47927a1 [2023-03-10T00:48:17.096Z] ---> 5eb83ce2538b [2023-03-10T00:48:17.096Z] [2023-03-10T00:48:17.096Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T00:48:17.096Z] 3.15: Pulling from library/alpine [2023-03-10T00:48:18.501Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-10T00:48:18.501Z] Status: Downloaded newer image for alpine:3.15 [2023-03-10T00:48:18.501Z] ---> 354640af7b1b [2023-03-10T00:48:18.501Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:48:18.501Z] ---> Running in 9425f24fd79e [2023-03-10T00:48:19.085Z] Removing intermediate container 9425f24fd79e [2023-03-10T00:48:19.085Z] ---> c5c81c31da66 [2023-03-10T00:48:19.085Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-10T00:48:19.085Z] ---> Running in fb02b499e929 [2023-03-10T00:48:21.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:48:21.609Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:48:23.016Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T00:48:23.016Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T00:48:23.016Z] OK: 15736 distinct packages available [2023-03-10T00:48:23.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:48:23.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:48:24.953Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-10T00:48:24.953Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-10T00:48:24.953Z] (3/4) Installing libucontext (1.1-r0) [2023-03-10T00:48:24.953Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-10T00:48:24.953Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T00:48:24.953Z] OK: 6 MiB in 18 packages [2023-03-10T00:48:26.893Z] Removing intermediate container fb02b499e929 [2023-03-10T00:48:26.893Z] ---> 2df44a023963 [2023-03-10T00:48:26.893Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T00:48:32.223Z] ---> c45ac5334464 [2023-03-10T00:48:32.223Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T00:48:32.803Z] ---> 921806dec84d [2023-03-10T00:48:32.803Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-10T00:48:33.079Z] ---> Running in 7b4062e11e45 [2023-03-10T00:48:33.671Z] Removing intermediate container 7b4062e11e45 [2023-03-10T00:48:33.671Z] ---> 300f435ffdd5 [2023-03-10T00:48:33.671Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-10T00:48:34.255Z] ---> ac88e113af6d [2023-03-10T00:48:34.255Z] Step 19/24 : WORKDIR / [2023-03-10T00:48:34.255Z] ---> Running in d96f5a96f0da [2023-03-10T00:48:34.838Z] Removing intermediate container d96f5a96f0da [2023-03-10T00:48:34.838Z] ---> 0f6aa2531aea [2023-03-10T00:48:34.838Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T00:48:34.838Z] ---> Running in fd4cfbb308d9 [2023-03-10T00:48:35.419Z] Removing intermediate container fd4cfbb308d9 [2023-03-10T00:48:35.419Z] ---> e91004d69198 [2023-03-10T00:48:35.419Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T00:48:35.419Z] ---> Running in 3dfb6fbbb41a [2023-03-10T00:48:36.006Z] Removing intermediate container 3dfb6fbbb41a [2023-03-10T00:48:36.006Z] ---> 6460e0fffb2d [2023-03-10T00:48:36.006Z] Step 22/24 : LABEL arch=arm64 [2023-03-10T00:48:36.006Z] ---> Running in 18eec669f712 [2023-03-10T00:48:36.588Z] Removing intermediate container 18eec669f712 [2023-03-10T00:48:36.588Z] ---> 853daaeea05c [2023-03-10T00:48:36.588Z] Step 23/24 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:48:36.588Z] ---> Running in 4a98bb8959f5 [2023-03-10T00:48:37.169Z] Removing intermediate container 4a98bb8959f5 [2023-03-10T00:48:37.169Z] ---> 202604d0a999 [2023-03-10T00:48:37.169Z] Step 24/24 : LABEL version=0.0.0 [2023-03-10T00:48:37.169Z] ---> Running in e1b6859e2383 [2023-03-10T00:48:37.752Z] Removing intermediate container e1b6859e2383 [2023-03-10T00:48:37.752Z] ---> 47e6d3578829 [2023-03-10T00:48:37.752Z] [2023-03-10T00:48:38.017Z] Successfully built 47e6d3578829 [2023-03-10T00:48:38.017Z] Successfully tagged security-spire-config-arm64:latest [2023-03-10T00:48:38.017Z]  Building security-spire-config ... done Building security-spire-server [2023-03-10T00:48:56.196Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:48:56.196Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:48:56.196Z] ---> 3406c6806aa5 [2023-03-10T00:48:56.196Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T00:48:56.196Z] ---> Using cache [2023-03-10T00:48:56.196Z] ---> f347be4d2e02 [2023-03-10T00:48:56.196Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T00:48:56.196Z] ---> Running in eb05c0ec863f [2023-03-10T00:48:56.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:48:56.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:48:57.869Z] OK: 221 MiB in 51 packages [2023-03-10T00:48:59.285Z] Removing intermediate container eb05c0ec863f [2023-03-10T00:48:59.285Z] ---> 27342b745143 [2023-03-10T00:48:59.285Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T00:48:59.873Z] ---> d6d1c5131732 [2023-03-10T00:48:59.873Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:49:00.141Z] ---> Running in 0956f1380797 [2023-03-10T00:50:36.785Z] Removing intermediate container 0956f1380797 [2023-03-10T00:50:36.785Z] ---> 718d4421c24c [2023-03-10T00:50:36.785Z] Step 7/23 : COPY . . [2023-03-10T00:50:49.093Z] ---> e45eb7964e10 [2023-03-10T00:50:49.093Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T00:50:49.093Z] ---> Running in 473fd7e80538 [2023-03-10T00:50:49.093Z] Removing intermediate container 473fd7e80538 [2023-03-10T00:50:49.093Z] ---> 9ccfd2127457 [2023-03-10T00:50:49.093Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-10T00:50:49.093Z] ---> Running in 9fcd5e2cebcc [2023-03-10T00:50:49.360Z] Removing intermediate container 9fcd5e2cebcc [2023-03-10T00:50:49.360Z] ---> 10911d608f75 [2023-03-10T00:50:49.360Z] 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-03-10T00:50:49.629Z] ---> Running in de4658e55681 [2023-03-10T00:50:52.984Z] Removing intermediate container de4658e55681 [2023-03-10T00:50:52.984Z] ---> b867036a46e9 [2023-03-10T00:50:52.984Z] Step 11/23 : WORKDIR /edgex-go [2023-03-10T00:50:52.984Z] ---> Running in dc8d3d4c5d1e [2023-03-10T00:50:53.253Z] Removing intermediate container dc8d3d4c5d1e [2023-03-10T00:50:53.253Z] ---> 3c9f6fb48038 [2023-03-10T00:50:53.253Z] [2023-03-10T00:50:53.253Z] Step 12/23 : FROM alpine:3.15 [2023-03-10T00:50:53.253Z] ---> 354640af7b1b [2023-03-10T00:50:53.253Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T00:50:53.253Z] ---> Using cache [2023-03-10T00:50:53.253Z] ---> c5c81c31da66 [2023-03-10T00:50:53.253Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T00:50:53.253Z] ---> Running in 7278381abd6a [2023-03-10T00:50:55.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:50:55.963Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:50:57.950Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T00:50:57.950Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T00:50:57.950Z] OK: 15736 distinct packages available [2023-03-10T00:50:57.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:50:58.934Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:51:00.345Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-10T00:51:00.345Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-10T00:51:00.345Z] (3/5) Installing libucontext (1.1-r0) [2023-03-10T00:51:00.345Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-10T00:51:00.345Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-10T00:51:00.345Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T00:51:00.345Z] OK: 6 MiB in 19 packages [2023-03-10T00:51:02.298Z] Removing intermediate container 7278381abd6a [2023-03-10T00:51:02.298Z] ---> 52671468541c [2023-03-10T00:51:02.298Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T00:51:08.950Z] ---> f6f837445794 [2023-03-10T00:51:08.950Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T00:51:08.950Z] ---> 48a20517bf9d [2023-03-10T00:51:08.950Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-10T00:51:09.911Z] ---> aec7eed4c56c [2023-03-10T00:51:09.911Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-10T00:51:10.875Z] ---> 58a3154f068a [2023-03-10T00:51:10.875Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T00:51:11.145Z] ---> Running in 738d66af1a4f [2023-03-10T00:51:11.749Z] Removing intermediate container 738d66af1a4f [2023-03-10T00:51:11.749Z] ---> 27a6ffae2e07 [2023-03-10T00:51:11.749Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T00:51:11.749Z] ---> Running in 81fc9f1f37c4 [2023-03-10T00:51:12.355Z] Removing intermediate container 81fc9f1f37c4 [2023-03-10T00:51:12.355Z] ---> 2524caaf524f [2023-03-10T00:51:12.355Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T00:51:12.622Z] ---> Running in 196cf4773f79 [2023-03-10T00:51:13.209Z] Removing intermediate container 196cf4773f79 [2023-03-10T00:51:13.209Z] ---> 270c1235bc3d [2023-03-10T00:51:13.209Z] Step 22/23 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:51:13.209Z] ---> Running in cb224c77fa1a [2023-03-10T00:51:13.477Z] Removing intermediate container cb224c77fa1a [2023-03-10T00:51:13.477Z] ---> 41fd1aae299b [2023-03-10T00:51:13.477Z] Step 23/23 : LABEL version=0.0.0 [2023-03-10T00:51:13.744Z] ---> Running in d0ad5d8370b6 [2023-03-10T00:51:14.009Z] Removing intermediate container d0ad5d8370b6 [2023-03-10T00:51:14.009Z] ---> 0714b7f87c94 [2023-03-10T00:51:14.009Z] [2023-03-10T00:51:14.594Z] Successfully built 0714b7f87c94 [2023-03-10T00:51:14.594Z] Successfully tagged security-spire-server-arm64:latest [2023-03-10T00:51:14.594Z]  Building security-spire-server ... done Building core-common-config-bootstrapper [2023-03-10T00:51:32.811Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:51:32.811Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:51:32.811Z] ---> 3406c6806aa5 [2023-03-10T00:51:32.811Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T00:51:32.811Z] ---> Using cache [2023-03-10T00:51:32.811Z] ---> 88ac4e25a075 [2023-03-10T00:51:32.811Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T00:51:32.811Z] ---> Using cache [2023-03-10T00:51:32.811Z] ---> 70eb9e973448 [2023-03-10T00:51:32.811Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T00:51:32.811Z] ---> Running in db6ee97f8050 [2023-03-10T00:51:34.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:51:34.497Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:51:35.912Z] OK: 221 MiB in 51 packages [2023-03-10T00:51:37.329Z] Removing intermediate container db6ee97f8050 [2023-03-10T00:51:37.329Z] ---> e712be64f849 [2023-03-10T00:51:37.329Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T00:51:38.731Z] ---> 4f357de00a9c [2023-03-10T00:51:38.731Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:51:38.731Z] ---> Running in 7ce9c319edf2 [2023-03-10T00:53:15.372Z] Removing intermediate container 7ce9c319edf2 [2023-03-10T00:53:15.372Z] ---> d6174c2603ce [2023-03-10T00:53:15.372Z] Step 8/22 : COPY . . [2023-03-10T00:53:30.362Z] ---> dbd4208f2fa3 [2023-03-10T00:53:30.362Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-10T00:53:30.362Z] ---> Running in 90b1896b2a13 [2023-03-10T00:53:30.362Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T00:55:07.020Z] Removing intermediate container c92f7311cf31 [2023-03-10T00:55:07.020Z] ---> b4ad4890cd00 [2023-03-10T00:55:07.020Z] [2023-03-10T00:55:07.020Z] Step 9/20 : FROM alpine:3.16 [2023-03-10T00:55:07.020Z] 3.16: Pulling from library/alpine [2023-03-10T00:55:07.020Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T00:55:07.020Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T00:55:07.020Z] ---> 4c81e5bf8899 [2023-03-10T00:55:07.020Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-10T00:55:07.020Z] ---> Running in f7835bbbfa2c [2023-03-10T00:55:07.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:55:07.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:55:07.287Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T00:55:07.288Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-10T00:55:07.288Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:55:07.288Z] OK: 6 MiB in 16 packages [2023-03-10T00:55:09.266Z] Removing intermediate container f7835bbbfa2c [2023-03-10T00:55:09.266Z] ---> bbae9f29692c [2023-03-10T00:55:09.266Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-10T00:55:09.266Z] ---> Running in 22d0d5cf7fcc [2023-03-10T00:55:09.851Z] Removing intermediate container 22d0d5cf7fcc [2023-03-10T00:55:09.851Z] ---> 9c267e10ac2d [2023-03-10T00:55:09.851Z] Step 12/20 : WORKDIR /edgex [2023-03-10T00:55:09.851Z] ---> Running in 37dfbda50fc5 [2023-03-10T00:55:10.436Z] Removing intermediate container 37dfbda50fc5 [2023-03-10T00:55:10.436Z] ---> e20780416ec8 [2023-03-10T00:55:10.436Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-10T00:55:11.020Z] ---> dd12b2dd3c76 [2023-03-10T00:55:11.020Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-10T00:55:12.960Z] ---> 2eeb4e7c6490 [2023-03-10T00:55:12.960Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T00:55:13.959Z] ---> 75e0fc334fa4 [2023-03-10T00:55:13.959Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T00:55:13.959Z] ---> Running in 05fc72116fda [2023-03-10T00:55:17.322Z] Removing intermediate container 05fc72116fda [2023-03-10T00:55:17.322Z] ---> 72eaaf6c2e8d [2023-03-10T00:55:17.322Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T00:55:17.322Z] ---> Running in 51b93765fe10 [2023-03-10T00:55:17.591Z] Removing intermediate container 51b93765fe10 [2023-03-10T00:55:17.591Z] ---> a2e2a71675df [2023-03-10T00:55:17.591Z] Step 18/20 : LABEL arch=arm64 [2023-03-10T00:55:17.591Z] ---> Running in 4871d56492a9 [2023-03-10T00:55:18.188Z] Removing intermediate container 4871d56492a9 [2023-03-10T00:55:18.188Z] ---> d96404166bfc [2023-03-10T00:55:18.188Z] Step 19/20 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:55:18.473Z] ---> Running in 2834a83bd0c7 [2023-03-10T00:55:19.075Z] Removing intermediate container 2834a83bd0c7 [2023-03-10T00:55:19.075Z] ---> 2bedaaf428f6 [2023-03-10T00:55:19.075Z] Step 20/20 : LABEL version=0.0.0 [2023-03-10T00:55:19.075Z] ---> Running in 350704dfed6d [2023-03-10T00:55:19.663Z] Removing intermediate container 350704dfed6d [2023-03-10T00:55:19.663Z] ---> 05736ead9213 [2023-03-10T00:55:19.663Z] [2023-03-10T00:55:20.256Z] Successfully built 05736ead9213 [2023-03-10T00:55:20.256Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-10T00:55:20.256Z]  Building security-proxy-setup ... done Building security-secretstore-setup [2023-03-10T00:55:38.466Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:55:38.466Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:55:38.466Z] ---> 3406c6806aa5 [2023-03-10T00:55:38.466Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T00:55:38.466Z] ---> Using cache [2023-03-10T00:55:38.466Z] ---> f347be4d2e02 [2023-03-10T00:55:38.466Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-10T00:55:38.466Z] ---> Using cache [2023-03-10T00:55:38.466Z] ---> f339a78abb48 [2023-03-10T00:55:38.466Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T00:55:38.466Z] ---> Using cache [2023-03-10T00:55:38.466Z] ---> 7edcf3d638a8 [2023-03-10T00:55:38.466Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:55:38.466Z] ---> Using cache [2023-03-10T00:55:38.466Z] ---> 4b1da86d24a5 [2023-03-10T00:55:38.466Z] Step 7/23 : COPY . . [2023-03-10T00:55:38.466Z] ---> Using cache [2023-03-10T00:55:38.466Z] ---> 6b0b49667278 [2023-03-10T00:55:38.467Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-10T00:55:38.467Z] ---> Running in 3a1545d6761a [2023-03-10T00:55:40.421Z] 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-03-10T00:55:48.625Z] Removing intermediate container 3879341ebafb [2023-03-10T00:55:48.625Z] ---> c419e8b83331 [2023-03-10T00:55:48.625Z] [2023-03-10T00:55:48.625Z] Step 10/23 : FROM alpine:3.16 [2023-03-10T00:55:48.625Z] ---> 4c81e5bf8899 [2023-03-10T00:55:48.625Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:55:48.625Z] ---> Running in e4c332cd2470 [2023-03-10T00:55:50.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:55:50.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:55:52.271Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T00:55:52.271Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:55:52.271Z] OK: 5 MiB in 15 packages [2023-03-10T00:55:54.216Z] Removing intermediate container e4c332cd2470 [2023-03-10T00:55:54.216Z] ---> b714d0d2c10f [2023-03-10T00:55:54.216Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T00:55:54.216Z] ---> Running in ad59854d2e83 [2023-03-10T00:55:54.487Z] Removing intermediate container ad59854d2e83 [2023-03-10T00:55:54.487Z] ---> 4270b5baa93c [2023-03-10T00:55:54.487Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-10T00:55:54.487Z] ---> Running in 0828cfdf9f0f [2023-03-10T00:55:55.071Z] Removing intermediate container 0828cfdf9f0f [2023-03-10T00:55:55.071Z] ---> 7361fc24d556 [2023-03-10T00:55:55.071Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-10T00:55:55.071Z] ---> Running in b6442adc0a6e [2023-03-10T00:55:55.658Z] Removing intermediate container b6442adc0a6e [2023-03-10T00:55:55.658Z] ---> a18cfed4eb0d [2023-03-10T00:55:55.658Z] Step 15/23 : WORKDIR / [2023-03-10T00:55:55.658Z] ---> Running in 95e7404e1422 [2023-03-10T00:55:56.246Z] Removing intermediate container 95e7404e1422 [2023-03-10T00:55:56.246Z] ---> 4c608f72e8ec [2023-03-10T00:55:56.246Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:55:57.212Z] ---> 723afa56e7f2 [2023-03-10T00:55:57.212Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-10T00:55:58.622Z] ---> 2885f76fb064 [2023-03-10T00:55:58.622Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-10T00:55:59.588Z] ---> f9312a16d7f3 [2023-03-10T00:55:59.588Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-10T00:55:59.855Z] ---> Running in 11f4118395e8 [2023-03-10T00:56:00.440Z] Removing intermediate container 11f4118395e8 [2023-03-10T00:56:00.440Z] ---> 7bde1c2e9af3 [2023-03-10T00:56:00.440Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:56:00.440Z] ---> Running in 8bb6500bdfcd [2023-03-10T00:56:01.072Z] Removing intermediate container 8bb6500bdfcd [2023-03-10T00:56:01.072Z] ---> 685d97b0c224 [2023-03-10T00:56:01.072Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T00:56:01.341Z] ---> Running in 34d3ec99c11b [2023-03-10T00:56:01.610Z] Removing intermediate container 34d3ec99c11b [2023-03-10T00:56:01.610Z] ---> dd7e16f05a3b [2023-03-10T00:56:01.610Z] Step 22/23 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:56:01.878Z] ---> Running in 5f794ad532aa [2023-03-10T00:56:02.463Z] Removing intermediate container 5f794ad532aa [2023-03-10T00:56:02.463Z] ---> 9a02842ec4e6 [2023-03-10T00:56:02.463Z] Step 23/23 : LABEL version=0.0.0 [2023-03-10T00:56:02.463Z] ---> Running in f34246dfb673 [2023-03-10T00:56:03.051Z] Removing intermediate container f34246dfb673 [2023-03-10T00:56:03.051Z] ---> deb6c24b9abb [2023-03-10T00:56:03.051Z] [2023-03-10T00:56:03.318Z] Successfully built deb6c24b9abb [2023-03-10T00:56:03.318Z] Successfully tagged core-command-arm64:latest [2023-03-10T00:56:03.318Z]  Building core-command ... done Building security-bootstrapper [2023-03-10T00:56:25.395Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:56:25.395Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:56:25.395Z] ---> 3406c6806aa5 [2023-03-10T00:56:25.395Z] Step 3/32 : WORKDIR /edgex-go [2023-03-10T00:56:25.395Z] ---> Using cache [2023-03-10T00:56:25.395Z] ---> f347be4d2e02 [2023-03-10T00:56:25.395Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-10T00:56:25.395Z] ---> Using cache [2023-03-10T00:56:25.395Z] ---> f339a78abb48 [2023-03-10T00:56:25.395Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-10T00:56:25.395Z] ---> Using cache [2023-03-10T00:56:25.395Z] ---> 7edcf3d638a8 [2023-03-10T00:56:25.395Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T00:56:25.395Z] ---> Using cache [2023-03-10T00:56:25.395Z] ---> 4b1da86d24a5 [2023-03-10T00:56:25.395Z] Step 7/32 : COPY . . [2023-03-10T00:56:25.395Z] ---> Using cache [2023-03-10T00:56:25.395Z] ---> 6b0b49667278 [2023-03-10T00:56:25.395Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-10T00:56:25.395Z] ---> Running in 259df5cf7d71 [2023-03-10T00:56:25.395Z] 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-03-10T00:59:17.154Z] Removing intermediate container cdd5985b2a55 [2023-03-10T00:59:17.154Z] ---> dfedbb415d6d [2023-03-10T00:59:17.154Z] [2023-03-10T00:59:17.154Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T00:59:17.154Z] ---> 4c81e5bf8899 [2023-03-10T00:59:17.154Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T00:59:17.154Z] ---> Using cache [2023-03-10T00:59:17.154Z] ---> b714d0d2c10f [2023-03-10T00:59:17.154Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T00:59:17.154Z] ---> Using cache [2023-03-10T00:59:17.154Z] ---> 4270b5baa93c [2023-03-10T00:59:17.154Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-10T00:59:17.154Z] ---> Running in 5e17406ecf9a [2023-03-10T00:59:17.154Z] Removing intermediate container 5e17406ecf9a [2023-03-10T00:59:17.154Z] ---> 6f25fd26cfe8 [2023-03-10T00:59:17.154Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T00:59:17.154Z] ---> Running in ec84ee0cdb78 [2023-03-10T00:59:17.423Z] Removing intermediate container ec84ee0cdb78 [2023-03-10T00:59:17.423Z] ---> e9d2d808e5d7 [2023-03-10T00:59:17.423Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:59:17.691Z] Removing intermediate container 4a4b1cbe5bec [2023-03-10T00:59:17.691Z] ---> ed35287aec66 [2023-03-10T00:59:17.691Z] [2023-03-10T00:59:17.691Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T00:59:17.691Z] ---> 4c81e5bf8899 [2023-03-10T00:59:17.691Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-10T00:59:17.958Z] ---> Running in 01398f613b41 [2023-03-10T00:59:18.929Z] ---> d30169ff78cf [2023-03-10T00:59:18.929Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-10T00:59:20.552Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:59:21.136Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:59:22.100Z] ---> e91ca6037e09 [2023-03-10T00:59:22.100Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-10T00:59:22.683Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-10T00:59:22.949Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-10T00:59:22.949Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T00:59:22.949Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T00:59:23.216Z] ---> a416d6c59264 [2023-03-10T00:59:23.216Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-10T00:59:23.216Z] ---> Running in 8f14a13d5b13 [2023-03-10T00:59:23.486Z] OK: 6 MiB in 16 packages [2023-03-10T00:59:23.752Z] Removing intermediate container 8f14a13d5b13 [2023-03-10T00:59:23.752Z] ---> aee38340d6e1 [2023-03-10T00:59:23.752Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:59:24.018Z] ---> Running in 03230ac40068 [2023-03-10T00:59:24.977Z] Removing intermediate container 03230ac40068 [2023-03-10T00:59:24.977Z] ---> 121fce7f83f4 [2023-03-10T00:59:24.977Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T00:59:25.558Z] ---> Running in 9688818556f7 [2023-03-10T00:59:26.141Z] Removing intermediate container 01398f613b41 [2023-03-10T00:59:26.141Z] ---> f08e109bac75 [2023-03-10T00:59:26.141Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T00:59:26.407Z] ---> Running in c6d4d9fd1d06 [2023-03-10T00:59:26.407Z] Removing intermediate container 9688818556f7 [2023-03-10T00:59:26.407Z] ---> 36c8e87ff6ee [2023-03-10T00:59:26.407Z] Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:59:26.673Z] ---> Running in da08e2b14e9a [2023-03-10T00:59:27.440Z] Removing intermediate container c6d4d9fd1d06 [2023-03-10T00:59:27.440Z] ---> 16e5552c533e [2023-03-10T00:59:27.440Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-10T00:59:27.440Z] Removing intermediate container da08e2b14e9a [2023-03-10T00:59:27.440Z] ---> 53e6faba02bd [2023-03-10T00:59:27.440Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T00:59:27.440Z] ---> Running in add1c40c4c9b [2023-03-10T00:59:27.440Z] ---> Running in 14f47d9c2e5a [2023-03-10T00:59:28.078Z] Removing intermediate container add1c40c4c9b [2023-03-10T00:59:28.078Z] ---> 72afc1a9a631 [2023-03-10T00:59:28.078Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T00:59:28.078Z] ---> Running in e8fa56feff56 [2023-03-10T00:59:28.386Z] Removing intermediate container 14f47d9c2e5a [2023-03-10T00:59:28.386Z] ---> 8fc71aa146b1 [2023-03-10T00:59:28.386Z] [2023-03-10T00:59:28.663Z] Removing intermediate container e8fa56feff56 [2023-03-10T00:59:28.663Z] ---> be8cf2df44f3 [2023-03-10T00:59:28.663Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T00:59:29.278Z] Successfully built 8fc71aa146b1 [2023-03-10T00:59:29.278Z] Successfully tagged support-scheduler-arm64:latest [2023-03-10T00:59:29.278Z] Building security-spiffe-token-provider [2023-03-10T00:59:29.876Z]  Building support-scheduler ... done  ---> 2c3ca395c8d4 [2023-03-10T00:59:29.876Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-10T00:59:32.649Z] ---> 0398a6609967 [2023-03-10T00:59:32.649Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-10T00:59:34.602Z] ---> faab669ae4f6 [2023-03-10T00:59:34.602Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-10T00:59:34.602Z] ---> Running in fd8d90b6218a [2023-03-10T00:59:35.202Z] Removing intermediate container fd8d90b6218a [2023-03-10T00:59:35.202Z] ---> 744f311b614c [2023-03-10T00:59:35.202Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T00:59:35.202Z] ---> Running in edcbd51c9d63 [2023-03-10T00:59:35.791Z] Removing intermediate container edcbd51c9d63 [2023-03-10T00:59:35.791Z] ---> 807611d65609 [2023-03-10T00:59:35.791Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T00:59:36.066Z] ---> Running in 772c856446cf [2023-03-10T00:59:36.671Z] Removing intermediate container 772c856446cf [2023-03-10T00:59:36.671Z] ---> fc6a02f8c365 [2023-03-10T00:59:36.671Z] Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T00:59:36.671Z] ---> Running in d88257e4f584 [2023-03-10T00:59:37.270Z] Removing intermediate container d88257e4f584 [2023-03-10T00:59:37.270Z] ---> 4d14889e178d [2023-03-10T00:59:37.270Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T00:59:37.270Z] ---> Running in ead9bb869c6b [2023-03-10T00:59:38.241Z] Removing intermediate container ead9bb869c6b [2023-03-10T00:59:38.241Z] ---> 7623df76ef11 [2023-03-10T00:59:38.241Z] [2023-03-10T00:59:38.514Z] Successfully built 7623df76ef11 [2023-03-10T00:59:38.783Z] Successfully tagged support-notifications-arm64:latest [2023-03-10T00:59:38.783Z] Building core-metadata [2023-03-10T00:59:51.115Z]  Building support-notifications ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T00:59:51.115Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-10T00:59:51.115Z] ---> 3406c6806aa5 [2023-03-10T00:59:51.115Z] Step 3/19 : WORKDIR /edgex-go [2023-03-10T00:59:51.115Z] ---> Using cache [2023-03-10T00:59:51.115Z] ---> f347be4d2e02 [2023-03-10T00:59:51.115Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-10T00:59:51.115Z] ---> Running in 8f8b3cdc8930 [2023-03-10T00:59:52.525Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:59:53.108Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:59:55.684Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-10T00:59:55.685Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-10T00:59:55.685Z] OK: 16903 distinct packages available [2023-03-10T00:59:55.951Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T00:59:56.533Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T00:59:59.112Z] OK: 221 MiB in 51 packages [2023-03-10T01:00:00.520Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T01:00:00.520Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T01:00:00.520Z] ---> 3406c6806aa5 [2023-03-10T01:00:00.520Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-10T01:00:00.520Z] ---> Using cache [2023-03-10T01:00:00.520Z] ---> 88ac4e25a075 [2023-03-10T01:00:00.520Z] Step 4/24 : WORKDIR /edgex-go [2023-03-10T01:00:00.520Z] ---> Using cache [2023-03-10T01:00:00.520Z] ---> 70eb9e973448 [2023-03-10T01:00:00.520Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-10T01:00:00.520Z] ---> Using cache [2023-03-10T01:00:00.520Z] ---> e712be64f849 [2023-03-10T01:00:00.520Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-10T01:00:00.520Z] ---> Using cache [2023-03-10T01:00:00.520Z] ---> 4f357de00a9c [2023-03-10T01:00:00.520Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:00:00.520Z] ---> Using cache [2023-03-10T01:00:00.520Z] ---> d6174c2603ce [2023-03-10T01:00:00.520Z] Step 8/24 : COPY . . [2023-03-10T01:00:00.520Z] ---> Using cache [2023-03-10T01:00:00.520Z] ---> dbd4208f2fa3 [2023-03-10T01:00:00.520Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-10T01:00:00.789Z] ---> Running in 225c6b12e7cf [2023-03-10T01:00:01.755Z] Removing intermediate container 8f8b3cdc8930 [2023-03-10T01:00:01.755Z] ---> 1c5341d5092a [2023-03-10T01:00:01.755Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-10T01:00:03.165Z] ---> cc11f695a107 [2023-03-10T01:00:03.165Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:00:03.165Z] ---> Running in b04777d26299 [2023-03-10T01:00:03.165Z] 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-03-10T01:00:59.568Z] Removing intermediate container 90b1896b2a13 [2023-03-10T01:00:59.568Z] ---> d4a3786acd0e [2023-03-10T01:00:59.568Z] [2023-03-10T01:00:59.568Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T01:00:59.568Z] ---> 4c81e5bf8899 [2023-03-10T01:00:59.568Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T01:00:59.568Z] ---> Running in ec07f41718e4 [2023-03-10T01:00:59.568Z] Removing intermediate container ec07f41718e4 [2023-03-10T01:00:59.568Z] ---> 4db52079283d [2023-03-10T01:00:59.568Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T01:00:59.568Z] ---> Running in 16d593888d0b [2023-03-10T01:01:00.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:01:01.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:01:02.514Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T01:01:02.514Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T01:01:02.514Z] OK: 5 MiB in 15 packages [2023-03-10T01:01:04.463Z] Removing intermediate container 16d593888d0b [2023-03-10T01:01:04.463Z] ---> d24bb23b06b8 [2023-03-10T01:01:04.463Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:01:05.436Z] ---> fd69b19d667c [2023-03-10T01:01:05.436Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-10T01:01:08.022Z] ---> 68b6d9273576 [2023-03-10T01:01:08.022Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-10T01:01:09.439Z] ---> 7a70323cac4e [2023-03-10T01:01:09.439Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-10T01:01:10.848Z] ---> 383ef2775bc1 [2023-03-10T01:01:10.848Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T01:01:11.117Z] ---> Running in 385e0d3124b9 [2023-03-10T01:01:15.377Z] Removing intermediate container 385e0d3124b9 [2023-03-10T01:01:15.377Z] ---> 988af9e01faa [2023-03-10T01:01:15.377Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T01:01:15.644Z] ---> Running in b1bda1587f4f [2023-03-10T01:01:19.897Z] Removing intermediate container b1bda1587f4f [2023-03-10T01:01:19.897Z] ---> 237cc714968d [2023-03-10T01:01:19.897Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-10T01:01:19.897Z] ---> Running in b546c69d78af [2023-03-10T01:01:20.169Z] Removing intermediate container b546c69d78af [2023-03-10T01:01:20.169Z] ---> 6f80f6fd582b [2023-03-10T01:01:20.169Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T01:01:20.435Z] ---> Running in d2743400e3ad [2023-03-10T01:01:21.393Z] Removing intermediate container d2743400e3ad [2023-03-10T01:01:21.393Z] ---> e893520764c5 [2023-03-10T01:01:21.393Z] Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T01:01:21.393Z] ---> Running in 403f491783a3 [2023-03-10T01:01:22.351Z] Removing intermediate container 403f491783a3 [2023-03-10T01:01:22.351Z] ---> b2dc878bc1bc [2023-03-10T01:01:22.351Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T01:01:22.351Z] ---> Running in 2b7d8ee70412 [2023-03-10T01:01:23.308Z] Removing intermediate container 2b7d8ee70412 [2023-03-10T01:01:23.308Z] ---> e9e3590dcb92 [2023-03-10T01:01:23.308Z] [2023-03-10T01:01:23.895Z] Successfully built e9e3590dcb92 [2023-03-10T01:01:23.895Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-10T01:01:23.895Z]  Building core-common-config-bootstrapper ... done Building core-data [2023-03-10T01:01:45.943Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T01:01:45.943Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T01:01:45.943Z] ---> 3406c6806aa5 [2023-03-10T01:01:45.943Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T01:01:45.943Z] ---> Using cache [2023-03-10T01:01:45.943Z] ---> 88ac4e25a075 [2023-03-10T01:01:45.943Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T01:01:45.943Z] ---> Using cache [2023-03-10T01:01:45.943Z] ---> 70eb9e973448 [2023-03-10T01:01:45.943Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T01:01:45.943Z] ---> Using cache [2023-03-10T01:01:45.943Z] ---> e712be64f849 [2023-03-10T01:01:45.943Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T01:01:45.943Z] ---> Using cache [2023-03-10T01:01:45.943Z] ---> 4f357de00a9c [2023-03-10T01:01:45.943Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:01:45.943Z] ---> Using cache [2023-03-10T01:01:45.943Z] ---> d6174c2603ce [2023-03-10T01:01:45.943Z] Step 8/22 : COPY . . [2023-03-10T01:01:45.943Z] ---> Using cache [2023-03-10T01:01:45.943Z] ---> dbd4208f2fa3 [2023-03-10T01:01:45.943Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-10T01:01:45.943Z] ---> Running in 5e31bfb81976 [2023-03-10T01:01:47.884Z] 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-03-10T01:01:49.848Z] Removing intermediate container b04777d26299 [2023-03-10T01:01:49.848Z] ---> fec32defd511 [2023-03-10T01:01:49.848Z] Step 7/19 : COPY . . [2023-03-10T01:02:02.171Z] ---> da96d9e36810 [2023-03-10T01:02:02.171Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-10T01:02:02.171Z] ---> Running in 27579a26cf10 [2023-03-10T01:02:04.114Z] 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-03-10T01:02:16.442Z] 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-03-10T01:02:38.489Z] Removing intermediate container 3a1545d6761a [2023-03-10T01:02:38.489Z] ---> e18e5c70dfa7 [2023-03-10T01:02:38.489Z] [2023-03-10T01:02:38.489Z] Step 9/23 : FROM alpine:3.16 [2023-03-10T01:02:38.489Z] ---> 4c81e5bf8899 [2023-03-10T01:02:38.489Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-10T01:02:38.489Z] ---> Running in 60debc748150 [2023-03-10T01:02:38.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:02:38.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:02:39.900Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-10T01:02:39.900Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-10T01:02:39.900Z] (3/3) Installing su-exec (0.2-r1) [2023-03-10T01:02:39.900Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T01:02:39.900Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T01:02:40.484Z] OK: 6 MiB in 17 packages [2023-03-10T01:02:42.428Z] Removing intermediate container 60debc748150 [2023-03-10T01:02:42.428Z] ---> 9d34bdfccbd5 [2023-03-10T01:02:42.428Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-10T01:02:42.693Z] ---> Running in 4db66e0bb3a9 [2023-03-10T01:02:43.288Z] Removing intermediate container 4db66e0bb3a9 [2023-03-10T01:02:43.288Z] ---> ad61bfc20209 [2023-03-10T01:02:43.288Z] Step 12/23 : WORKDIR / [2023-03-10T01:02:43.288Z] ---> Running in 77b4cb77368d [2023-03-10T01:02:43.874Z] Removing intermediate container 77b4cb77368d [2023-03-10T01:02:43.874Z] ---> b0076a242ab2 [2023-03-10T01:02:43.874Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-10T01:02:44.833Z] ---> 2feb47cdd3a5 [2023-03-10T01:02:44.833Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-10T01:02:45.793Z] ---> 198c7cc204b2 [2023-03-10T01:02:45.793Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-10T01:02:46.753Z] ---> b7419d52586f [2023-03-10T01:02:46.753Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-10T01:02:50.095Z] ---> 6d8d2ece4b87 [2023-03-10T01:02:50.095Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-10T01:02:52.029Z] ---> cfa2241bc9de [2023-03-10T01:02:52.029Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T01:02:52.615Z] ---> f79b60b4a69a [2023-03-10T01:02:52.615Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T01:02:52.887Z] ---> Running in 8d386e6a3619 [2023-03-10T01:02:56.228Z] Removing intermediate container 8d386e6a3619 [2023-03-10T01:02:56.228Z] ---> 4209dd15dc44 [2023-03-10T01:02:56.228Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T01:02:56.228Z] ---> Running in c003127e7b79 [2023-03-10T01:02:56.809Z] Removing intermediate container c003127e7b79 [2023-03-10T01:02:56.809Z] ---> 9604af9db9f1 [2023-03-10T01:02:56.809Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T01:02:56.809Z] ---> Running in c3dc2520e089 [2023-03-10T01:02:57.393Z] Removing intermediate container c3dc2520e089 [2023-03-10T01:02:57.393Z] ---> ba8fbdf8a05e [2023-03-10T01:02:57.393Z] Step 22/23 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T01:02:57.393Z] ---> Running in c7c13016232b [2023-03-10T01:02:57.977Z] Removing intermediate container c7c13016232b [2023-03-10T01:02:57.977Z] ---> 8ee895a0f0eb [2023-03-10T01:02:57.977Z] Step 23/23 : LABEL version=0.0.0 [2023-03-10T01:02:58.243Z] ---> Running in 7d1a13a5e0d2 [2023-03-10T01:02:58.511Z] Removing intermediate container 7d1a13a5e0d2 [2023-03-10T01:02:58.511Z] ---> 3df4258654eb [2023-03-10T01:02:58.511Z] [2023-03-10T01:02:59.095Z] Successfully built 3df4258654eb [2023-03-10T01:02:59.095Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-10T01:02:59.095Z]  Building security-secretstore-setup ... done Building security-proxy-auth [2023-03-10T01:03:17.533Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T01:03:17.533Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T01:03:17.533Z] ---> 3406c6806aa5 [2023-03-10T01:03:17.533Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T01:03:17.533Z] ---> Using cache [2023-03-10T01:03:17.533Z] ---> 88ac4e25a075 [2023-03-10T01:03:17.533Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T01:03:17.533Z] ---> Using cache [2023-03-10T01:03:17.533Z] ---> 70eb9e973448 [2023-03-10T01:03:17.533Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T01:03:17.533Z] ---> Using cache [2023-03-10T01:03:17.533Z] ---> e712be64f849 [2023-03-10T01:03:17.533Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T01:03:17.533Z] ---> Using cache [2023-03-10T01:03:17.533Z] ---> 4f357de00a9c [2023-03-10T01:03:17.533Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:03:17.533Z] ---> Using cache [2023-03-10T01:03:17.533Z] ---> d6174c2603ce [2023-03-10T01:03:17.533Z] Step 8/22 : COPY . . [2023-03-10T01:03:17.533Z] ---> Using cache [2023-03-10T01:03:17.533Z] ---> dbd4208f2fa3 [2023-03-10T01:03:17.533Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-10T01:03:17.533Z] ---> Running in 95d1a60a9dda [2023-03-10T01:03:17.533Z] Removing intermediate container 259df5cf7d71 [2023-03-10T01:03:17.533Z] ---> a57433c5b6d4 [2023-03-10T01:03:17.533Z] [2023-03-10T01:03:17.533Z] Step 9/32 : FROM alpine:3.16 [2023-03-10T01:03:17.533Z] ---> 4c81e5bf8899 [2023-03-10T01:03:17.533Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T01:03:17.533Z] ---> Running in 1ba6b78c8090 [2023-03-10T01:03:17.802Z] Removing intermediate container 1ba6b78c8090 [2023-03-10T01:03:17.802Z] ---> 94fc455be6a1 [2023-03-10T01:03:17.802Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-10T01:03:17.802Z] ---> Running in 773d9d7c7641 [2023-03-10T01:03:18.986Z] 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-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T01:03:19.979Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:03:21.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:03:22.540Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T01:03:22.540Z] (2/2) Installing su-exec (0.2-r1) [2023-03-10T01:03:22.540Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T01:03:22.813Z] OK: 5 MiB in 16 packages [2023-03-10T01:03:24.855Z] Removing intermediate container 773d9d7c7641 [2023-03-10T01:03:24.855Z] ---> b1b66afc75c5 [2023-03-10T01:03:24.855Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-10T01:03:24.855Z] ---> Running in 80a5a950e3f1 [2023-03-10T01:03:25.131Z] Removing intermediate container 80a5a950e3f1 [2023-03-10T01:03:25.131Z] ---> 736e380f7099 [2023-03-10T01:03:25.131Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-10T01:03:25.131Z] ---> Running in be6b801bfa11 [2023-03-10T01:03:25.750Z] Removing intermediate container be6b801bfa11 [2023-03-10T01:03:25.750Z] ---> 936eb73f82cb [2023-03-10T01:03:25.750Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-10T01:03:26.019Z] ---> Running in fe373adc66d7 [2023-03-10T01:03:26.617Z] Removing intermediate container fe373adc66d7 [2023-03-10T01:03:26.617Z] ---> 67ff0b65334c [2023-03-10T01:03:26.617Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-10T01:03:26.617Z] ---> Running in 8f66b92c9c3c [2023-03-10T01:03:27.208Z] Removing intermediate container 8f66b92c9c3c [2023-03-10T01:03:27.208Z] ---> d61ce29af8db [2023-03-10T01:03:27.208Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-10T01:03:27.486Z] ---> Running in e84ec37a245b [2023-03-10T01:03:30.844Z] Removing intermediate container e84ec37a245b [2023-03-10T01:03:30.844Z] ---> 9c881d5d0f61 [2023-03-10T01:03:30.844Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-10T01:03:30.844Z] ---> Running in 616f659e7ab1 [2023-03-10T01:03:31.432Z] Removing intermediate container 616f659e7ab1 [2023-03-10T01:03:31.432Z] ---> 0c8488cd2a16 [2023-03-10T01:03:31.432Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-10T01:03:32.413Z] ---> 59371215209f [2023-03-10T01:03:32.414Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-10T01:03:32.700Z] ---> Running in f3b394637baa [2023-03-10T01:03:36.063Z] Removing intermediate container f3b394637baa [2023-03-10T01:03:36.063Z] ---> 5fa5e71fa05e [2023-03-10T01:03:36.063Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:03:36.650Z] ---> f2155d2987af [2023-03-10T01:03:36.650Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-10T01:03:38.597Z] ---> 4f66e41658b2 [2023-03-10T01:03:38.597Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-10T01:03:39.192Z] ---> 91ce0fc4a60f [2023-03-10T01:03:39.192Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-10T01:03:40.158Z] ---> 300813eb0e18 [2023-03-10T01:03:40.158Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-10T01:03:41.118Z] ---> 41a35d143614 [2023-03-10T01:03:41.118Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-10T01:03:42.076Z] ---> 188721909abc [2023-03-10T01:03:42.076Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-10T01:03:43.038Z] ---> 26cd08fa9c16 [2023-03-10T01:03:43.038Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-10T01:03:43.305Z] ---> Running in 5c2fde34aa36 [2023-03-10T01:03:46.639Z] Removing intermediate container 5c2fde34aa36 [2023-03-10T01:03:46.639Z] ---> d9c8b0df6d66 [2023-03-10T01:03:46.639Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-10T01:03:46.639Z] ---> Running in 6a0c26c2d4e0 [2023-03-10T01:03:47.221Z] Removing intermediate container 6a0c26c2d4e0 [2023-03-10T01:03:47.221Z] ---> 1ea0e615308e [2023-03-10T01:03:47.221Z] Step 29/32 : CMD ["gate"] [2023-03-10T01:03:47.221Z] ---> Running in 81fe477ef710 [2023-03-10T01:03:47.804Z] Removing intermediate container 81fe477ef710 [2023-03-10T01:03:47.804Z] ---> 181f077dbeee [2023-03-10T01:03:47.804Z] Step 30/32 : LABEL arch=arm64 [2023-03-10T01:03:48.096Z] ---> Running in 4f2a2af09d17 [2023-03-10T01:03:48.678Z] Removing intermediate container 4f2a2af09d17 [2023-03-10T01:03:48.678Z] ---> cf16cdd54ccc [2023-03-10T01:03:48.678Z] Step 31/32 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T01:03:48.678Z] ---> Running in 28bcf3b219ac [2023-03-10T01:03:49.263Z] Removing intermediate container 28bcf3b219ac [2023-03-10T01:03:49.263Z] ---> 9801f2382051 [2023-03-10T01:03:49.263Z] Step 32/32 : LABEL version=0.0.0 [2023-03-10T01:03:49.531Z] ---> Running in 058ad64a3636 [2023-03-10T01:03:50.113Z] Removing intermediate container 058ad64a3636 [2023-03-10T01:03:50.113Z] ---> d48fd10024e4 [2023-03-10T01:03:50.113Z] [2023-03-10T01:03:50.113Z] Successfully built d48fd10024e4 [2023-03-10T01:03:50.379Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-10T01:03:50.379Z]  Building security-bootstrapper ... done Building security-spire-agent [2023-03-10T01:04:08.586Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T01:04:08.586Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T01:04:08.586Z] ---> 3406c6806aa5 [2023-03-10T01:04:08.586Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T01:04:08.586Z] ---> Using cache [2023-03-10T01:04:08.586Z] ---> f347be4d2e02 [2023-03-10T01:04:08.586Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T01:04:08.586Z] ---> Using cache [2023-03-10T01:04:08.586Z] ---> 27342b745143 [2023-03-10T01:04:08.586Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T01:04:08.586Z] ---> Using cache [2023-03-10T01:04:08.586Z] ---> d6d1c5131732 [2023-03-10T01:04:08.586Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T01:04:08.586Z] ---> Using cache [2023-03-10T01:04:08.586Z] ---> 718d4421c24c [2023-03-10T01:04:08.586Z] Step 7/24 : COPY . . [2023-03-10T01:04:08.586Z] ---> Using cache [2023-03-10T01:04:08.586Z] ---> e45eb7964e10 [2023-03-10T01:04:08.586Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T01:04:08.586Z] ---> Using cache [2023-03-10T01:04:08.586Z] ---> 9ccfd2127457 [2023-03-10T01:04:08.586Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T01:04:08.586Z] ---> Using cache [2023-03-10T01:04:08.586Z] ---> 10911d608f75 [2023-03-10T01:04:08.586Z] 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-03-10T01:04:08.586Z] ---> Running in e08f6ba3aa6b [2023-03-10T01:04:11.177Z] Removing intermediate container e08f6ba3aa6b [2023-03-10T01:04:11.177Z] ---> 216e84304543 [2023-03-10T01:04:11.177Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T01:04:11.177Z] ---> Running in a66ad79febe0 [2023-03-10T01:04:11.769Z] Removing intermediate container a66ad79febe0 [2023-03-10T01:04:11.769Z] ---> ae1cb81bf5f9 [2023-03-10T01:04:11.769Z] [2023-03-10T01:04:11.769Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T01:04:11.769Z] ---> 354640af7b1b [2023-03-10T01:04:11.769Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T01:04:11.769Z] ---> Using cache [2023-03-10T01:04:11.769Z] ---> c5c81c31da66 [2023-03-10T01:04:11.769Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T01:04:11.769Z] ---> Using cache [2023-03-10T01:04:11.769Z] ---> 52671468541c [2023-03-10T01:04:11.769Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-10T01:04:16.016Z] ---> 251e7da695fb [2023-03-10T01:04:16.016Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T01:04:21.345Z] ---> aa3db013d2be [2023-03-10T01:04:21.345Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T01:04:21.615Z] ---> 7da0633cd363 [2023-03-10T01:04:21.615Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-10T01:04:22.573Z] ---> b8e0c9582f66 [2023-03-10T01:04:22.573Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-10T01:04:23.534Z] ---> 0708374c8856 [2023-03-10T01:04:23.534Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T01:04:23.534Z] ---> Running in 28de1c24bda5 [2023-03-10T01:04:24.138Z] Removing intermediate container 28de1c24bda5 [2023-03-10T01:04:24.138Z] ---> 100e263a55a6 [2023-03-10T01:04:24.138Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T01:04:24.138Z] ---> Running in e6d22e1b4ba1 [2023-03-10T01:04:24.726Z] Removing intermediate container e6d22e1b4ba1 [2023-03-10T01:04:24.726Z] ---> a3a43037732c [2023-03-10T01:04:24.726Z] Step 22/24 : LABEL arch=arm64 [2023-03-10T01:04:24.992Z] ---> Running in d198f7ce232c [2023-03-10T01:04:25.576Z] Removing intermediate container d198f7ce232c [2023-03-10T01:04:25.576Z] ---> b8010c9ab9be [2023-03-10T01:04:25.576Z] Step 23/24 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T01:04:25.576Z] ---> Running in d7571a5f1f3d [2023-03-10T01:04:26.161Z] Removing intermediate container d7571a5f1f3d [2023-03-10T01:04:26.161Z] ---> 35fdcf08f3ac [2023-03-10T01:04:26.161Z] Step 24/24 : LABEL version=0.0.0 [2023-03-10T01:04:26.161Z] ---> Running in d59c12354ac9 [2023-03-10T01:04:26.743Z] Removing intermediate container d59c12354ac9 [2023-03-10T01:04:26.743Z] ---> 3060d22ab853 [2023-03-10T01:04:26.743Z] [2023-03-10T01:04:27.009Z] Successfully built 3060d22ab853 [2023-03-10T01:04:27.009Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-10T01:07:18.716Z]  Building security-spire-agent ... done Removing intermediate container 225c6b12e7cf [2023-03-10T01:07:18.716Z] ---> 6220396de4c5 [2023-03-10T01:07:18.716Z] [2023-03-10T01:07:18.716Z] Step 10/24 : FROM alpine:3.16 [2023-03-10T01:07:18.716Z] ---> 4c81e5bf8899 [2023-03-10T01:07:18.716Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-10T01:07:18.716Z] ---> Using cache [2023-03-10T01:07:18.716Z] ---> b714d0d2c10f [2023-03-10T01:07:18.716Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T01:07:18.716Z] ---> Using cache [2023-03-10T01:07:18.716Z] ---> 4270b5baa93c [2023-03-10T01:07:18.716Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-10T01:07:18.716Z] ---> Running in 91e0b7d1c010 [2023-03-10T01:07:18.716Z] Removing intermediate container 91e0b7d1c010 [2023-03-10T01:07:18.716Z] ---> 68d3c5458ed2 [2023-03-10T01:07:18.716Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-10T01:07:18.716Z] ---> Running in eeed50b5bf4d [2023-03-10T01:07:18.716Z] Removing intermediate container eeed50b5bf4d [2023-03-10T01:07:18.716Z] ---> 5c7f5111540d [2023-03-10T01:07:18.716Z] Step 15/24 : WORKDIR / [2023-03-10T01:07:18.716Z] ---> Running in 7da6cceb1cbc [2023-03-10T01:07:18.716Z] Removing intermediate container 7da6cceb1cbc [2023-03-10T01:07:18.716Z] ---> 7ada7a2f3f1b [2023-03-10T01:07:18.716Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:07:18.716Z] ---> d43ac6d36cd5 [2023-03-10T01:07:18.716Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-10T01:07:18.716Z] ---> f64cd77279f9 [2023-03-10T01:07:18.716Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-10T01:07:18.716Z] ---> 398a0fad4059 [2023-03-10T01:07:18.716Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-10T01:07:18.716Z] ---> e1f75cc65729 [2023-03-10T01:07:18.716Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-10T01:07:18.716Z] ---> Running in 0cdba6c9c4de [2023-03-10T01:07:18.716Z] Removing intermediate container 0cdba6c9c4de [2023-03-10T01:07:18.716Z] ---> c47db4685210 [2023-03-10T01:07:18.716Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T01:07:18.716Z] ---> Running in e87a06d3e8df [2023-03-10T01:07:18.716Z] Removing intermediate container e87a06d3e8df [2023-03-10T01:07:18.716Z] ---> 55e8a8c92683 [2023-03-10T01:07:18.716Z] Step 22/24 : LABEL arch=arm64 [2023-03-10T01:07:18.716Z] ---> Running in c945b5ef67b7 [2023-03-10T01:07:18.716Z] Removing intermediate container c945b5ef67b7 [2023-03-10T01:07:18.716Z] ---> 8aecca1fd559 [2023-03-10T01:07:18.716Z] Step 23/24 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T01:07:18.716Z] ---> Running in 5e663e741ede [2023-03-10T01:07:18.716Z] Removing intermediate container 5e663e741ede [2023-03-10T01:07:18.716Z] ---> b3599c37def9 [2023-03-10T01:07:18.716Z] Step 24/24 : LABEL version=0.0.0 [2023-03-10T01:07:18.716Z] ---> Running in 5bf8fc51aff2 [2023-03-10T01:07:18.716Z] Removing intermediate container 5bf8fc51aff2 [2023-03-10T01:07:18.716Z] ---> 7fd5e697f2dd [2023-03-10T01:07:18.716Z] [2023-03-10T01:07:18.716Z] Successfully built 7fd5e697f2dd [2023-03-10T01:07:18.983Z] Successfully tagged core-metadata-arm64:latest [2023-03-10T01:08:26.835Z]  Building core-metadata ... done Removing intermediate container 5e31bfb81976 [2023-03-10T01:08:26.835Z] ---> 3174a3a8a314 [2023-03-10T01:08:26.835Z] [2023-03-10T01:08:26.835Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T01:08:26.835Z] ---> 4c81e5bf8899 [2023-03-10T01:08:26.835Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-10T01:08:26.835Z] ---> Running in 0624fdecd383 [2023-03-10T01:08:26.835Z] Removing intermediate container 0624fdecd383 [2023-03-10T01:08:26.835Z] ---> 4db9669ef2b4 [2023-03-10T01:08:26.835Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-10T01:08:26.835Z] ---> Running in 0d45243f1afa [2023-03-10T01:08:26.835Z] Removing intermediate container 0d45243f1afa [2023-03-10T01:08:26.835Z] ---> 4199e8bab37d [2023-03-10T01:08:26.835Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-10T01:08:26.835Z] ---> Running in 7478b1027226 [2023-03-10T01:08:26.835Z] Removing intermediate container 7478b1027226 [2023-03-10T01:08:26.835Z] ---> 5387d1f64e02 [2023-03-10T01:08:26.835Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T01:08:26.835Z] ---> Running in da86551e408b [2023-03-10T01:08:26.835Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:08:26.835Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:08:26.835Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T01:08:26.835Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T01:08:26.835Z] OK: 5 MiB in 15 packages [2023-03-10T01:08:26.835Z] Removing intermediate container da86551e408b [2023-03-10T01:08:26.835Z] ---> 9761484bf0e1 [2023-03-10T01:08:26.835Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:08:26.835Z] ---> 4c4927964cb2 [2023-03-10T01:08:26.835Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-10T01:08:27.101Z] Removing intermediate container 95d1a60a9dda [2023-03-10T01:08:27.101Z] ---> 20b0894de668 [2023-03-10T01:08:27.101Z] [2023-03-10T01:08:27.101Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T01:08:27.101Z] ---> 4c81e5bf8899 [2023-03-10T01:08:27.101Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T01:08:27.101Z] ---> Using cache [2023-03-10T01:08:27.101Z] ---> 4db52079283d [2023-03-10T01:08:27.101Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T01:08:27.101Z] ---> Using cache [2023-03-10T01:08:27.101Z] ---> d24bb23b06b8 [2023-03-10T01:08:27.101Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:08:27.101Z] ---> Using cache [2023-03-10T01:08:27.369Z] ---> fd69b19d667c [2023-03-10T01:08:27.369Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-10T01:08:29.317Z] ---> 9f60762c6f9d [2023-03-10T01:08:29.317Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-10T01:08:29.587Z] ---> a3d81de28b12 [2023-03-10T01:08:29.587Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-10T01:08:30.180Z] ---> bcfee26fe84a [2023-03-10T01:08:30.180Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-10T01:08:30.180Z] ---> Running in d3e7850b7355 [2023-03-10T01:08:30.450Z] ---> 2efea804ac0e [2023-03-10T01:08:30.451Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-10T01:08:30.727Z] Removing intermediate container d3e7850b7355 [2023-03-10T01:08:30.727Z] ---> 8e7ab2c15971 [2023-03-10T01:08:30.727Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T01:08:30.997Z] ---> Running in bae0a6248cf6 [2023-03-10T01:08:31.586Z] ---> 8f6c27f4a9d6 [2023-03-10T01:08:31.586Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T01:08:31.586Z] Removing intermediate container bae0a6248cf6 [2023-03-10T01:08:31.586Z] ---> 096ebaf796ce [2023-03-10T01:08:31.586Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T01:08:31.586Z] ---> Running in 5f412ef48a05 [2023-03-10T01:08:31.863Z] ---> Running in 6229b1203cd4 [2023-03-10T01:08:32.448Z] Removing intermediate container 6229b1203cd4 [2023-03-10T01:08:32.448Z] ---> 8013ceacdff7 [2023-03-10T01:08:32.448Z] Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T01:08:32.716Z] ---> Running in 5769b33bb945 [2023-03-10T01:08:33.299Z] Removing intermediate container 5769b33bb945 [2023-03-10T01:08:33.299Z] ---> 00d72124447a [2023-03-10T01:08:33.299Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T01:08:33.564Z] ---> Running in a184ea52dc13 [2023-03-10T01:08:33.832Z] Removing intermediate container a184ea52dc13 [2023-03-10T01:08:33.832Z] ---> 538a22310dd9 [2023-03-10T01:08:33.832Z] [2023-03-10T01:08:34.416Z] Successfully built 538a22310dd9 [2023-03-10T01:08:34.416Z] Successfully tagged core-data-arm64:latest [2023-03-10T01:08:34.683Z]  Building core-data ... done Removing intermediate container 5f412ef48a05 [2023-03-10T01:08:34.683Z] ---> 509e9f178e11 [2023-03-10T01:08:34.683Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T01:08:34.683Z] ---> Running in a70db7841e76 [2023-03-10T01:08:34.952Z] Removing intermediate container a70db7841e76 [2023-03-10T01:08:34.952Z] ---> 9faa05c56902 [2023-03-10T01:08:34.952Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-10T01:08:35.219Z] ---> Running in 2bfc7853bbb4 [2023-03-10T01:08:35.487Z] Removing intermediate container 2bfc7853bbb4 [2023-03-10T01:08:35.487Z] ---> 9a7799e5675b [2023-03-10T01:08:35.487Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T01:08:35.487Z] ---> Running in 22dee58ec9fb [2023-03-10T01:08:36.070Z] Removing intermediate container 22dee58ec9fb [2023-03-10T01:08:36.070Z] ---> f3aa930917ce [2023-03-10T01:08:36.070Z] Step 21/22 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T01:08:36.070Z] ---> Running in a7679e0d2790 [2023-03-10T01:08:36.653Z] Removing intermediate container a7679e0d2790 [2023-03-10T01:08:36.653Z] ---> 60838a275892 [2023-03-10T01:08:36.653Z] Step 22/22 : LABEL version=0.0.0 [2023-03-10T01:08:36.653Z] ---> Running in 3839994e7324 [2023-03-10T01:08:36.919Z] Removing intermediate container 3839994e7324 [2023-03-10T01:08:36.919Z] ---> 5c999fd6b130 [2023-03-10T01:08:36.919Z] [2023-03-10T01:08:37.186Z] Successfully built 5c999fd6b130 [2023-03-10T01:08:37.186Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-10T01:08:52.248Z]  Building security-proxy-auth ... done Removing intermediate container 27579a26cf10 [2023-03-10T01:08:52.248Z] ---> 5132c42b7324 [2023-03-10T01:08:52.248Z] [2023-03-10T01:08:52.248Z] Step 9/19 : FROM alpine:3.15 [2023-03-10T01:08:52.248Z] ---> 354640af7b1b [2023-03-10T01:08:52.248Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T01:08:52.248Z] ---> Using cache [2023-03-10T01:08:52.248Z] ---> c5c81c31da66 [2023-03-10T01:08:52.248Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-10T01:08:52.248Z] ---> Running in 7f61d828d909 [2023-03-10T01:08:52.835Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:08:53.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:08:54.381Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T01:08:54.382Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T01:08:54.382Z] OK: 15736 distinct packages available [2023-03-10T01:08:54.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T01:08:55.611Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T01:08:57.025Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-10T01:08:57.025Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-10T01:08:57.025Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-10T01:08:57.025Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-10T01:08:57.025Z] (5/9) Installing curl (7.80.0-r6) [2023-03-10T01:08:57.025Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-10T01:08:57.025Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-10T01:08:57.025Z] (8/9) Installing libucontext (1.1-r0) [2023-03-10T01:08:57.025Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-10T01:08:57.025Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T01:08:57.025Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T01:08:57.294Z] OK: 8 MiB in 23 packages [2023-03-10T01:08:58.714Z] Removing intermediate container 7f61d828d909 [2023-03-10T01:08:58.714Z] ---> 620d709f7215 [2023-03-10T01:08:58.714Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T01:08:59.298Z] ---> bfdc7e545a96 [2023-03-10T01:08:59.298Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-10T01:09:00.708Z] ---> 5fd0d6d884af [2023-03-10T01:09:00.708Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-10T01:09:01.289Z] ---> 052ebb5e383e [2023-03-10T01:09:01.289Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-10T01:09:01.289Z] ---> Running in 2f44b0281580 [2023-03-10T01:09:01.555Z] Removing intermediate container 2f44b0281580 [2023-03-10T01:09:01.555Z] ---> 03feb60fdd1e [2023-03-10T01:09:01.555Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T01:09:01.555Z] ---> Running in cc92ca02aaf0 [2023-03-10T01:09:02.138Z] Removing intermediate container cc92ca02aaf0 [2023-03-10T01:09:02.138Z] ---> 73accc7d4156 [2023-03-10T01:09:02.138Z] Step 17/19 : LABEL arch=arm64 [2023-03-10T01:09:02.138Z] ---> Running in fae201c0e567 [2023-03-10T01:09:02.404Z] Removing intermediate container fae201c0e567 [2023-03-10T01:09:02.404Z] ---> b7ffc7955d64 [2023-03-10T01:09:02.404Z] Step 18/19 : LABEL git_sha=9bc23dae8268f53719886593a74d14a2f768ab7f [2023-03-10T01:09:02.404Z] ---> Running in 8913b8358bbc [2023-03-10T01:09:02.670Z] Removing intermediate container 8913b8358bbc [2023-03-10T01:09:02.670Z] ---> 3c6529615177 [2023-03-10T01:09:02.670Z] Step 19/19 : LABEL version=0.0.0 [2023-03-10T01:09:02.936Z] ---> Running in e39fdb9d01e7 [2023-03-10T01:09:03.201Z] Removing intermediate container e39fdb9d01e7 [2023-03-10T01:09:03.201Z] ---> 25a71076d3e8 [2023-03-10T01:09:03.201Z] [2023-03-10T01:09:03.467Z] Successfully built 25a71076d3e8 [2023-03-10T01:09:03.467Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-10T01:09:03.744Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-03-10T01:09:03.775Z] $ docker stop --time=1 2cbf74f661e099219e63e02b4b05687cbbf39d0fc15c1620a7c56b91d8fe7d63 [2023-03-10T01:09:05.471Z] $ docker rm -f --volumes 2cbf74f661e099219e63e02b4b05687cbbf39d0fc15c1620a7c56b91d8fe7d63 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T01:09:06.020Z] + docker images [2023-03-10T01:09:06.286Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-10T01:09:06.286Z] security-spiffe-token-provider-arm64 latest 25a71076d3e8 4 seconds ago 29.1MB [2023-03-10T01:09:06.286Z] 5132c42b7324 16 seconds ago 1.54GB [2023-03-10T01:09:06.286Z] security-proxy-auth-arm64 latest 5c999fd6b130 30 seconds ago 15.7MB [2023-03-10T01:09:06.286Z] core-data-arm64 latest 538a22310dd9 33 seconds ago 17.3MB [2023-03-10T01:09:06.286Z] 20b0894de668 40 seconds ago 1.49GB [2023-03-10T01:09:06.286Z] 3174a3a8a314 54 seconds ago 1.51GB [2023-03-10T01:09:06.286Z] core-metadata-arm64 latest 7fd5e697f2dd About a minute ago 17.8MB [2023-03-10T01:09:06.286Z] 6220396de4c5 2 minutes ago 1.51GB [2023-03-10T01:09:06.286Z] security-spire-agent-arm64 latest 3060d22ab853 4 minutes ago 122MB [2023-03-10T01:09:06.286Z] ae1cb81bf5f9 4 minutes ago 1.38GB [2023-03-10T01:09:06.286Z] security-bootstrapper-arm64 latest d48fd10024e4 5 minutes ago 19MB [2023-03-10T01:09:06.286Z] a57433c5b6d4 5 minutes ago 1.49GB [2023-03-10T01:09:06.286Z] security-secretstore-setup-arm64 latest 3df4258654eb 6 minutes ago 28.7MB [2023-03-10T01:09:06.286Z] e18e5c70dfa7 6 minutes ago 1.5GB [2023-03-10T01:09:06.286Z] core-common-config-bootstrapper-arm64 latest e9e3590dcb92 7 minutes ago 14.9MB [2023-03-10T01:09:06.286Z] d4a3786acd0e 8 minutes ago 1.5GB [2023-03-10T01:09:06.286Z] support-notifications-arm64 latest 7623df76ef11 9 minutes ago 29.7MB [2023-03-10T01:09:06.286Z] support-scheduler-arm64 latest 8fc71aa146b1 9 minutes ago 29.1MB [2023-03-10T01:09:06.286Z] ed35287aec66 9 minutes ago 1.57GB [2023-03-10T01:09:06.286Z] dfedbb415d6d 9 minutes ago 1.57GB [2023-03-10T01:09:06.286Z] core-command-arm64 latest deb6c24b9abb 13 minutes ago 17.1MB [2023-03-10T01:09:06.286Z] c419e8b83331 13 minutes ago 1.51GB [2023-03-10T01:09:06.286Z] security-proxy-setup-arm64 latest 05736ead9213 13 minutes ago 15.8MB [2023-03-10T01:09:06.286Z] b4ad4890cd00 14 minutes ago 1.49GB [2023-03-10T01:09:06.286Z] security-spire-server-arm64 latest 0714b7f87c94 17 minutes ago 84.3MB [2023-03-10T01:09:06.286Z] 3c9f6fb48038 18 minutes ago 1.38GB [2023-03-10T01:09:06.286Z] security-spire-config-arm64 latest 47e6d3578829 20 minutes ago 83.6MB [2023-03-10T01:09:06.286Z] 5eb83ce2538b 20 minutes ago 1.38GB [2023-03-10T01:09:06.286Z] ci-base-image-arm64 latest 3406c6806aa5 33 minutes ago 904MB [2023-03-10T01:09:06.286Z] alpine 3.15 354640af7b1b 3 weeks ago 5.34MB [2023-03-10T01:09:06.286Z] alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB [2023-03-10T01:09:06.286Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-10T01:09:06.286Z] 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-03-10T01:09:07.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T01:09:07.101Z] [2023-03-10T01:09:07.101Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:09:07.556Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T01:09:07.833Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-10T01:09:07.833Z] 8998bd30e6a1: Pulling fs layer [2023-03-10T01:09:07.833Z] 04944245beec: Pulling fs layer [2023-03-10T01:09:07.833Z] 699f458cf7ca: Pulling fs layer [2023-03-10T01:09:07.833Z] 765212b225bb: Pulling fs layer [2023-03-10T01:09:07.833Z] f23df028b6ca: Pulling fs layer [2023-03-10T01:09:07.833Z] d65c8cfc05b1: Pulling fs layer [2023-03-10T01:09:07.833Z] 2437ff75d9bd: Pulling fs layer [2023-03-10T01:09:07.833Z] 765212b225bb: Waiting [2023-03-10T01:09:07.833Z] f23df028b6ca: Waiting [2023-03-10T01:09:07.833Z] d65c8cfc05b1: Waiting [2023-03-10T01:09:07.833Z] 2437ff75d9bd: Waiting [2023-03-10T01:09:07.833Z] 04944245beec: Verifying Checksum [2023-03-10T01:09:07.833Z] 04944245beec: Download complete [2023-03-10T01:09:07.833Z] 765212b225bb: Download complete [2023-03-10T01:09:08.109Z] f23df028b6ca: Verifying Checksum [2023-03-10T01:09:08.109Z] f23df028b6ca: Download complete [2023-03-10T01:09:08.109Z] d65c8cfc05b1: Verifying Checksum [2023-03-10T01:09:08.109Z] d65c8cfc05b1: Download complete [2023-03-10T01:09:08.109Z] 699f458cf7ca: Download complete [2023-03-10T01:09:08.722Z] 8998bd30e6a1: Verifying Checksum [2023-03-10T01:09:08.722Z] 8998bd30e6a1: Download complete [2023-03-10T01:09:11.371Z] 2437ff75d9bd: Verifying Checksum [2023-03-10T01:09:11.371Z] 2437ff75d9bd: Download complete [2023-03-10T01:09:13.316Z] 8998bd30e6a1: Pull complete [2023-03-10T01:09:13.583Z] 04944245beec: Pull complete [2023-03-10T01:09:14.991Z] 699f458cf7ca: Pull complete [2023-03-10T01:09:15.259Z] 765212b225bb: Pull complete [2023-03-10T01:09:16.220Z] f23df028b6ca: Pull complete [2023-03-10T01:09:16.220Z] d65c8cfc05b1: Pull complete [2023-03-10T01:09:31.211Z] 2437ff75d9bd: Pull complete [2023-03-10T01:09:31.211Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-10T01:09:31.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T01:09:31.211Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:09:31.689Z] prd-ubuntu20.04-docker-arm64-4c-16g-9546 does not seem to be running inside a container [2023-03-10T01:09:31.781Z] $ 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-03-10T01:09:34.987Z] $ docker top 4a8d8569b10991ca304c1b9abbaba4ffa4ca38a718d6a0602338fd7b2b0fbf5b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:09:35.917Z] ---> job-cost.sh [2023-03-10T01:09:35.917Z] lf-activate-venv: SKIPPING [2023-03-10T01:09:35.917Z] INFO: No Stack... [2023-03-10T01:09:36.501Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-10T01:09:37.086Z] INFO: Archiving Costs [Pipeline] sh [2023-03-10T01:09:38.018Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-03-10T01:09:38.018Z] + cut -d, -f6 [Pipeline] lock [2023-03-10T01:09:38.073Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4431-1-stack-cost] [2023-03-10T01:09:38.078Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4431-1-stack-cost] did not exist. Created. [2023-03-10T01:09:38.078Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4431-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T01:09:38.814Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-10T01:09:39.025Z] Stashed 1 file(s) [Pipeline] } [2023-03-10T01:09:39.040Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4431-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-10T01:09:39.133Z] $ docker stop --time=1 4a8d8569b10991ca304c1b9abbaba4ffa4ca38a718d6a0602338fd7b2b0fbf5b [2023-03-10T01:09:40.705Z] $ docker rm -f --volumes 4a8d8569b10991ca304c1b9abbaba4ffa4ca38a718d6a0602338fd7b2b0fbf5b [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-03-10T01:09:41.679Z] provisioning config files... [2023-03-10T01:09:41.688Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6890973565809039935tmp [Pipeline] { [Pipeline] sh [2023-03-10T01:09:42.023Z] + set +x [2023-03-10T01:09:42.023Z] + curl -s https://codecov.io/bash [2023-03-10T01:09:42.023Z] + bash -s -- [2023-03-10T01:09:42.023Z] [2023-03-10T01:09:42.023Z] _____ _ [2023-03-10T01:09:42.023Z] / ____| | | [2023-03-10T01:09:42.023Z] | | ___ __| | ___ ___ _____ __ [2023-03-10T01:09:42.023Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-10T01:09:42.023Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-10T01:09:42.023Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-10T01:09:42.023Z] Bash-1.0.6 [2023-03-10T01:09:42.023Z] [2023-03-10T01:09:42.023Z] [2023-03-10T01:09:42.023Z] ==> git version 2.25.1 found [2023-03-10T01:09:42.023Z] ==> 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-03-10T01:09:42.023Z] Release-Date: 2020-01-08 [2023-03-10T01:09:42.023Z] 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-03-10T01:09:42.023Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-10T01:09:42.023Z] ==> Jenkins CI detected. [2023-03-10T01:09:42.023Z] current dir:  /w/workspace/edgex-go/1 [2023-03-10T01:09:42.023Z] project root: . [2023-03-10T01:09:42.023Z] --> token set from env [2023-03-10T01:09:42.023Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-10T01:09:42.023Z] ==> Running gcov in . (disable via -X gcov) [2023-03-10T01:09:42.023Z] ==> Python coveragepy not found [2023-03-10T01:09:42.023Z] ==> Searching for coverage reports in: [2023-03-10T01:09:42.023Z] + . [2023-03-10T01:09:42.281Z] -> Found 1 reports [2023-03-10T01:09:42.281Z] ==> Detecting git/mercurial file structure [2023-03-10T01:09:42.281Z] ==> Reading reports [2023-03-10T01:09:42.281Z] + ./coverage.out bytes=447487 [2023-03-10T01:09:42.281Z] ==> Appending adjustments [2023-03-10T01:09:42.281Z] https://docs.codecov.io/docs/fixing-reports [2023-03-10T01:09:43.216Z] + Found adjustments [2023-03-10T01:09:43.216Z] ==> Gzipping contents [2023-03-10T01:09:43.216Z] 60K /tmp/codecov.B58lNZ.gz [2023-03-10T01:09:43.216Z] ==> Uploading reports [2023-03-10T01:09:43.216Z] url: https://codecov.io [2023-03-10T01:09:43.216Z] query: branch=PR-4431&commit=9bc23dae8268f53719886593a74d14a2f768ab7f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4431%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4431&job=&cmd_args= [2023-03-10T01:09:43.216Z] -> Pinging Codecov [2023-03-10T01:09:43.216Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4431&commit=9bc23dae8268f53719886593a74d14a2f768ab7f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4431%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4431&job=&cmd_args= [2023-03-10T01:09:43.475Z] -> Uploading to [2023-03-10T01:09:43.475Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-10/00271124DB129430A58F1EEE437C3FCB/9bc23dae8268f53719886593a74d14a2f768ab7f/cfa107e2-14f5-4c91-b91e-37a0d5b70315.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230310T010943Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=46be7fbf24421524ecdcbcfc13ddbed7ca3667a7139720ed2cea1957bbae0e0e [2023-03-10T01:09:43.475Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T01:09:43.475Z] Dload Upload Total Spent Left Speed [2023-03-10T01:09:44.041Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58103 0 0 100 58103 0 179k --:--:-- --:--:-- --:--:-- 179k [2023-03-10T01:09:44.041Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9bc23dae8268f53719886593a74d14a2f768ab7f [Pipeline] } [2023-03-10T01:09:44.068Z] 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-03-10T01:09:45.385Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:09:45.708Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:09:46.597Z] ---> package-listing.sh [2023-03-10T01:09:46.597Z] ++ facter osfamily [2023-03-10T01:09:46.597Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-10T01:09:46.855Z] + OS_FAMILY=debian [2023-03-10T01:09:46.855Z] + workspace=/w/workspace/edgex-go/1 [2023-03-10T01:09:46.855Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-10T01:09:46.855Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-10T01:09:46.855Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-10T01:09:46.855Z] + PACKAGES=/tmp/packages_start.txt [2023-03-10T01:09:46.855Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-10T01:09:46.855Z] + PACKAGES=/tmp/packages_end.txt [2023-03-10T01:09:46.855Z] + case "${OS_FAMILY}" in [2023-03-10T01:09:46.855Z] + grep '^ii' [2023-03-10T01:09:46.855Z] + dpkg -l [2023-03-10T01:09:46.855Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-10T01:09:46.855Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-10T01:09:46.855Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-10T01:09:46.855Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-10T01:09:46.855Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-03-10T01:09:46.855Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-03-10T01:09:46.890Z] 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-03-10T01:09:47.180Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:09:47.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T01:09:47.801Z] [2023-03-10T01:09:47.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:09:48.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T01:09:48.182Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-10T01:09:48.182Z] 5eb5b503b376: Pulling fs layer [2023-03-10T01:09:48.182Z] 5c69ac0246d0: Pulling fs layer [2023-03-10T01:09:48.182Z] ec43610c2a17: Pulling fs layer [2023-03-10T01:09:48.182Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-10T01:09:48.182Z] 33b1e0a273af: Pulling fs layer [2023-03-10T01:09:48.182Z] 5d3b04190fa2: Pulling fs layer [2023-03-10T01:09:48.182Z] 2f39f015ded8: Pulling fs layer [2023-03-10T01:09:48.182Z] 3a2ae6a8a46f: Waiting [2023-03-10T01:09:48.182Z] 33b1e0a273af: Waiting [2023-03-10T01:09:48.182Z] 5d3b04190fa2: Waiting [2023-03-10T01:09:48.182Z] 2f39f015ded8: Waiting [2023-03-10T01:09:48.182Z] 5c69ac0246d0: Verifying Checksum [2023-03-10T01:09:48.182Z] 5c69ac0246d0: Download complete [2023-03-10T01:09:48.182Z] 3a2ae6a8a46f: Download complete [2023-03-10T01:09:48.441Z] 33b1e0a273af: Verifying Checksum [2023-03-10T01:09:48.441Z] 33b1e0a273af: Download complete [2023-03-10T01:09:48.441Z] 5d3b04190fa2: Verifying Checksum [2023-03-10T01:09:48.441Z] 5d3b04190fa2: Download complete [2023-03-10T01:09:48.441Z] ec43610c2a17: Verifying Checksum [2023-03-10T01:09:48.441Z] ec43610c2a17: Download complete [2023-03-10T01:09:48.441Z] 5eb5b503b376: Verifying Checksum [2023-03-10T01:09:48.441Z] 5eb5b503b376: Download complete [2023-03-10T01:09:49.005Z] 2f39f015ded8: Download complete [2023-03-10T01:09:49.572Z] 5eb5b503b376: Pull complete [2023-03-10T01:09:49.830Z] 5c69ac0246d0: Pull complete [2023-03-10T01:09:50.398Z] ec43610c2a17: Pull complete [2023-03-10T01:09:50.398Z] 3a2ae6a8a46f: Pull complete [2023-03-10T01:09:50.398Z] 33b1e0a273af: Pull complete [2023-03-10T01:09:50.655Z] 5d3b04190fa2: Pull complete [2023-03-10T01:09:54.841Z] 2f39f015ded8: Pull complete [2023-03-10T01:09:54.841Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-10T01:09:54.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T01:09:54.841Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:09:55.048Z] prd-ubuntu20.04-docker-8c-8g-9544 does not seem to be running inside a container [2023-03-10T01:09:55.071Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-10T01:09:57.542Z] $ docker top 258c42723adffcd2f35d8b851ab9083943f6fcc6c459fae630cfdac079b0af32 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T01:09:57.926Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-10T01:09:58.237Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-10T01:09:58.548Z] + ls /var/log/sa-host [2023-03-10T01:09:58.548Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T01:09:58.799Z] provisioning config files... [2023-03-10T01:09:58.808Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8726703420297480591tmp [Pipeline] { [Pipeline] echo [2023-03-10T01:09:58.853Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:09:59.159Z] ---> create-netrc.sh [Pipeline] } [2023-03-10T01:09:59.184Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:09:59.578Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-10T01:09:59.613Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:09:59.925Z] ---> sudo-logs.sh [2023-03-10T01:09:59.925Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-10T01:09:59.995Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:10:00.304Z] ---> job-cost.sh [2023-03-10T01:10:00.304Z] lf-activate-venv: SKIPPING [2023-03-10T01:10:00.304Z] DEBUG: total: 0.10999999940395355 [2023-03-10T01:10:00.304Z] INFO: Retrieving Stack Cost... [2023-03-10T01:10:00.563Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-10T01:10:01.130Z] INFO: Archiving Costs [Pipeline] echo [2023-03-10T01:10:01.167Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:10:01.477Z] ---> logs-deploy.sh [2023-03-10T01:10:01.477Z] lf-activate-venv: SKIPPING [2023-03-10T01:10:01.477Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4431/1 [2023-03-10T01:10:01.477Z] INFO: archiving workspace using pattern(s): [2023-03-10T01:10:02.415Z] Archives upload complete. [2023-03-10T01:10:02.415Z] INFO: archiving logs to Nexus