Pull request #4283 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 farshidtz for edgexfoundry/edgex-go Obtained Jenkinsfile from bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be+bf562dc766fd38f4e5702a64e70d5e04b319d653 (c6ce69a07bc047791e482d38ec566d79e94faac8) 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-ssh207290836345773980.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-ssh8487840045751992566.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-4283/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-4283/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1695004547664663485.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-4283/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13932598110912858025.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-ssh7370005867867840817.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-4283/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-4283/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8436537063696098050.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2584 in /w/workspace/edgexfoundry_edgex-go_PR-4283 [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 Merging remotes/origin/main commit bf562dc766fd38f4e5702a64e70d5e04b319d653 into PR head commit bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be Merge succeeded, producing bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be Checking out Revision bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be (PR-4283) > 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/4283/head:refs/remotes/origin/PR-4283 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be # 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 bf562dc766fd38f4e5702a64e70d5e04b319d653 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be # timeout=10 Commit message: "fix(snap): source security-bootstrapper config overrides from env file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-16T16:15:55.714Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-16T16:15:55.861Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-16T16:15:55.946Z] ========================================================= [2023-01-16T16:15:55.946Z] EdgeX Global Pipelines Version Info [2023-01-16T16:15:55.946Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-16T16:15:56.698Z] ------------------- [2023-01-16T16:15:56.698Z] stable info: [2023-01-16T16:15:56.698Z] ------------------- [2023-01-16T16:15:56.698Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-16T16:15:56.698Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-16T16:15:56.698Z] Message: update stable to v1.0.244 [2023-01-16T16:15:57.269Z] ------------------- [2023-01-16T16:15:57.269Z] experimental info: [2023-01-16T16:15:57.269Z] ------------------- [2023-01-16T16:15:57.269Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-16T16:15:57.269Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-16T16:15:57.269Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-16T16:15:57.531Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-16T16:15:57.571Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-16T16:15:57.607Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-16T16:15:57.639Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-16T16:15:57.679Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-16T16:15:57.718Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-16T16:15:57.755Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-16T16:15:57.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-16T16:15:57.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-16T16:15:57.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-16T16:15:57.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-16T16:15:57.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-16T16:15:57.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-16T16:15:58.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-16T16:15:58.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-16T16:15:58.094Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-16T16:15:58.130Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-16T16:15:58.165Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-16T16:15:58.205Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-16T16:15:58.244Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-16T16:15:58.283Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-16T16:15:58.328Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-16T16:15:58.368Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-16T16:15:58.406Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4283 [Pipeline] echo [2023-01-16T16:15:58.444Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4283 [Pipeline] echo [2023-01-16T16:15:58.483Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4283 [Pipeline] echo [2023-01-16T16:15:58.523Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [Pipeline] echo [2023-01-16T16:15:58.562Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bf00e8b [Pipeline] echo [2023-01-16T16:15:58.604Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-16T16:15:58.719Z] provisioning config files... [2023-01-16T16:15:58.733Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2721108379876469159tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-16T16:15:59.075Z] ---> docker-login.sh [2023-01-16T16:15:59.075Z] nexus3.edgexfoundry.org:10001 [2023-01-16T16:15:59.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-16T16:15:59.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-16T16:15:59.335Z] Configure a credential helper to remove this warning. See [2023-01-16T16:15:59.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-16T16:15:59.335Z] [2023-01-16T16:15:59.335Z] Login Succeeded [2023-01-16T16:15:59.335Z] nexus3.edgexfoundry.org:10002 [2023-01-16T16:15:59.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-16T16:15:59.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-16T16:15:59.596Z] Configure a credential helper to remove this warning. See [2023-01-16T16:15:59.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-16T16:15:59.597Z] [2023-01-16T16:15:59.597Z] Login Succeeded [2023-01-16T16:15:59.597Z] nexus3.edgexfoundry.org:10003 [2023-01-16T16:15:59.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-16T16:15:59.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-16T16:15:59.597Z] Configure a credential helper to remove this warning. See [2023-01-16T16:15:59.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-16T16:15:59.597Z] [2023-01-16T16:15:59.597Z] Login Succeeded [2023-01-16T16:15:59.597Z] nexus3.edgexfoundry.org:10004 [2023-01-16T16:15:59.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-16T16:15:59.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-16T16:15:59.860Z] Configure a credential helper to remove this warning. See [2023-01-16T16:15:59.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-16T16:15:59.860Z] [2023-01-16T16:15:59.860Z] Login Succeeded [2023-01-16T16:15:59.860Z] docker.io [2023-01-16T16:15:59.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-16T16:16:00.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-16T16:16:00.119Z] Configure a credential helper to remove this warning. See [2023-01-16T16:16:00.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-16T16:16:00.119Z] [2023-01-16T16:16:00.119Z] Login Succeeded [2023-01-16T16:16:00.119Z] ---> docker-login.sh ends [Pipeline] } [2023-01-16T16:16:00.146Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-16T16:16:00.605Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-01-16T16:16:00.605Z] + dirname cmd/core-command/Dockerfile [2023-01-16T16:16:00.605Z] + cut -d/ -f2 [2023-01-16T16:16:00.605Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-16T16:16:00.605Z] + dirname cmd/core-data/Dockerfile [2023-01-16T16:16:00.605Z] + cut -d/ -f2 [2023-01-16T16:16:00.605Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-16T16:16:00.605Z] + dirname cmd/core-metadata/Dockerfile [2023-01-16T16:16:00.605Z] + cut -d/ -f2 [2023-01-16T16:16:00.605Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-16T16:16:00.605Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-16T16:16:00.605Z] + cut -d/ -f2 [2023-01-16T16:16:00.605Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-16T16:16:00.605Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-16T16:16:00.605Z] + cut -d/ -f2 [2023-01-16T16:16:00.605Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-16T16:16:00.605Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-16T16:16:00.605Z] + cut -d/ -f2 [2023-01-16T16:16:00.605Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-16T16:16:00.605Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-16T16:16:00.605Z] + cut -d/ -f2 [2023-01-16T16:16:00.605Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-16T16:16:00.605Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-16T16:16:00.605Z] + cut -d/ -f2 [2023-01-16T16:16:00.605Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-16T16:16:00.605Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-16T16:16:00.605Z] + cut -d/ -f2 [2023-01-16T16:16:00.605Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-16T16:16:00.605Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-16T16:16:00.605Z] + cut -d/ -f2 [2023-01-16T16:16:00.605Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-16T16:16:00.605Z] + dirname cmd/support-notifications/Dockerfile [2023-01-16T16:16:00.605Z] + cut -d/ -f2 [2023-01-16T16:16:00.605Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-16T16:16:00.605Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-16T16:16:00.605Z] + cut -d/ -f2 [2023-01-16T16:16:00.605Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-16T16:16:00.678Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-16T16:16:01.199Z] + git rev-list -1 --merges bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be~1..bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [Pipeline] echo [2023-01-16T16:16:01.245Z] -----------> git rev-list -1 --merges bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be~1..bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [false] [Pipeline] sh [2023-01-16T16:16:01.554Z] + git log --format=format:%s -1 bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [Pipeline] echo [2023-01-16T16:16:01.588Z] ========================================================= [2023-01-16T16:16:01.588Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-16T16:16:01.588Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-16T16:16:02.078Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-16T16:16:02.078Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-16T16:16:02.078Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-16T16:16:02.078Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-16T16:16:02.078Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-16T16:16:02.078Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-16T16:16:02.078Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:16:02.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-16T16:16:02.566Z] [2023-01-16T16:16:02.566Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:16:02.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-16T16:16:02.938Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-16T16:16:02.938Z] b85a868b505f: Pulling fs layer [2023-01-16T16:16:02.938Z] e2be974225ed: Pulling fs layer [2023-01-16T16:16:02.938Z] 339a4e72a1f5: Pulling fs layer [2023-01-16T16:16:02.938Z] 988bab9f4d93: Pulling fs layer [2023-01-16T16:16:02.938Z] 1469e6f7b9e6: Pulling fs layer [2023-01-16T16:16:02.938Z] eaf3925da568: Pulling fs layer [2023-01-16T16:16:02.938Z] bab4dde63d76: Pulling fs layer [2023-01-16T16:16:02.938Z] bde34c3a00c8: Pulling fs layer [2023-01-16T16:16:02.938Z] b352a97aabf1: Pulling fs layer [2023-01-16T16:16:02.938Z] 4872d77fe225: Pulling fs layer [2023-01-16T16:16:02.938Z] 5851b861e8e6: Pulling fs layer [2023-01-16T16:16:02.938Z] bab4dde63d76: Waiting [2023-01-16T16:16:02.938Z] 5851b861e8e6: Waiting [2023-01-16T16:16:02.938Z] 988bab9f4d93: Waiting [2023-01-16T16:16:02.938Z] 1469e6f7b9e6: Waiting [2023-01-16T16:16:02.938Z] eaf3925da568: Waiting [2023-01-16T16:16:02.938Z] bde34c3a00c8: Waiting [2023-01-16T16:16:02.938Z] 4872d77fe225: Waiting [2023-01-16T16:16:02.938Z] b352a97aabf1: Waiting [2023-01-16T16:16:02.938Z] e2be974225ed: Download complete [2023-01-16T16:16:03.206Z] 988bab9f4d93: Verifying Checksum [2023-01-16T16:16:03.206Z] 988bab9f4d93: Download complete [2023-01-16T16:16:03.206Z] 1469e6f7b9e6: Verifying Checksum [2023-01-16T16:16:03.206Z] 1469e6f7b9e6: Download complete [2023-01-16T16:16:03.206Z] eaf3925da568: Verifying Checksum [2023-01-16T16:16:03.206Z] eaf3925da568: Download complete [2023-01-16T16:16:03.471Z] 339a4e72a1f5: Verifying Checksum [2023-01-16T16:16:03.471Z] 339a4e72a1f5: Download complete [2023-01-16T16:16:03.471Z] bde34c3a00c8: Verifying Checksum [2023-01-16T16:16:03.471Z] bde34c3a00c8: Download complete [2023-01-16T16:16:03.471Z] b352a97aabf1: Verifying Checksum [2023-01-16T16:16:03.471Z] b352a97aabf1: Download complete [2023-01-16T16:16:03.736Z] 4872d77fe225: Verifying Checksum [2023-01-16T16:16:03.736Z] 4872d77fe225: Download complete [2023-01-16T16:16:03.736Z] 5851b861e8e6: Download complete [2023-01-16T16:16:03.736Z] b85a868b505f: Verifying Checksum [2023-01-16T16:16:03.736Z] b85a868b505f: Download complete [2023-01-16T16:16:04.672Z] bab4dde63d76: Verifying Checksum [2023-01-16T16:16:04.672Z] bab4dde63d76: Download complete [2023-01-16T16:16:04.933Z] b85a868b505f: Pull complete [2023-01-16T16:16:05.194Z] e2be974225ed: Pull complete [2023-01-16T16:16:05.764Z] 339a4e72a1f5: Pull complete [2023-01-16T16:16:05.764Z] 988bab9f4d93: Pull complete [2023-01-16T16:16:06.024Z] 1469e6f7b9e6: Pull complete [2023-01-16T16:16:06.024Z] eaf3925da568: Pull complete [2023-01-16T16:16:07.929Z] bab4dde63d76: Pull complete [2023-01-16T16:16:07.929Z] bde34c3a00c8: Pull complete [2023-01-16T16:16:07.929Z] b352a97aabf1: Pull complete [2023-01-16T16:16:08.192Z] 4872d77fe225: Pull complete [2023-01-16T16:16:08.192Z] 5851b861e8e6: Pull complete [2023-01-16T16:16:08.192Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-16T16:16:08.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-16T16:16:08.192Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-16T16:16:08.387Z] prd-ubuntu20.04-docker-8c-8g-2584 does not seem to be running inside a container [2023-01-16T16:16:08.417Z] $ 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-01-16T16:16:12.337Z] $ docker top a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 -eo pid,comm [2023-01-16T16:16:12.388Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-16T16:16:12.388Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-16T16:16:12.513Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-16T16:16:12.513Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-16T16:16:12.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-16T16:16:12.638Z] $ docker exec a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 ssh-agent [2023-01-16T16:16:12.747Z] SSH_AUTH_SOCK=/tmp/ssh-bYeoYMuq7sMh/agent.32 [2023-01-16T16:16:12.747Z] SSH_AGENT_PID=38 [2023-01-16T16:16:12.754Z] Running ssh-add (command line suppressed) [2023-01-16T16:16:12.853Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7361013775173062343.key (/w/workspace/edgex-go/1@tmp/private_key_7361013775173062343.key) [2023-01-16T16:16:12.868Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-16T16:16:13.200Z] + git tag --points-at HEAD [Pipeline] } [2023-01-16T16:16:13.225Z] $ docker exec --env ******** --env ******** a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 ssh-agent -k [2023-01-16T16:16:13.321Z] unset SSH_AUTH_SOCK; [2023-01-16T16:16:13.322Z] unset SSH_AGENT_PID; [2023-01-16T16:16:13.322Z] echo Agent pid 38 killed; [2023-01-16T16:16:13.332Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-16T16:16:13.416Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-16T16:16:13.417Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-16T16:16:13.533Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-16T16:16:13.536Z] $ docker exec a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 ssh-agent [2023-01-16T16:16:13.650Z] SSH_AUTH_SOCK=/tmp/ssh-V6Ovyk3qsnME/agent.70 [2023-01-16T16:16:13.650Z] SSH_AGENT_PID=76 [2023-01-16T16:16:13.655Z] Running ssh-add (command line suppressed) [2023-01-16T16:16:13.764Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_12754935947241761447.key (/w/workspace/edgex-go/1@tmp/private_key_12754935947241761447.key) [2023-01-16T16:16:13.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-16T16:16:14.113Z] + git semver init [2023-01-16T16:16:14.372Z] 2023-01-16 16:16:14,299 [run_init] DEBUG init version:0.0.0 force:False [2023-01-16T16:16:14.372Z] 2023-01-16 16:16:14,300 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-01-16T16:16:14.372Z] 2023-01-16 16:16:14,301 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-01-16T16:16:14.372Z] 2023-01-16 16:16:14,301 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-01-16T16:16:22.495Z] 2023-01-16 16:16:21,049 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-01-16T16:16:22.495Z] 2023-01-16 16:16:21,050 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4283 with force:False [2023-01-16T16:16:22.495Z] 2023-01-16 16:16:21,050 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4283 [2023-01-16T16:16:22.495Z] 2023-01-16 16:16:21,055 [execute] INFO git cat-file --batch-check [2023-01-16T16:16:22.495Z] 2023-01-16 16:16:21,056 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-01-16T16:16:22.496Z] 2023-01-16 16:16:21,062 [execute] INFO git cat-file --batch [2023-01-16T16:16:22.496Z] 2023-01-16 16:16:21,063 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-01-16T16:16:22.496Z] 2023-01-16 16:16:21,069 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4283 [2023-01-16T16:16:22.496Z] 0.0.0 [Pipeline] } [2023-01-16T16:16:22.523Z] $ docker exec --env ******** --env ******** a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 ssh-agent -k [2023-01-16T16:16:22.629Z] unset SSH_AUTH_SOCK; [2023-01-16T16:16:22.629Z] unset SSH_AGENT_PID; [2023-01-16T16:16:22.630Z] echo Agent pid 76 killed; [2023-01-16T16:16:22.640Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-16T16:16:23.061Z] + git semver [Pipeline] } [2023-01-16T16:16:23.356Z] $ docker stop --time=1 a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 [2023-01-16T16:16:24.688Z] $ docker rm -f --volumes a2b80e8b4a169841c274356cc31e0e7d4ed9d87bc5f4dbcee32299421165c938 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-16T16:16:25.076Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-16T16:16:25.338Z] Stashed 1 file(s) [Pipeline] echo [2023-01-16T16:16:25.356Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-16T16:16:26.093Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-01-16T16:16:26.138Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-16T16:16:26.177Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-16T16:16:26.207Z] ========================================================= [2023-01-16T16:16:26.207Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-16T16:16:26.207Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-16T16:16:26.550Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-16T16:16:26.550Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-16T16:16:26.550Z] 213ec9aee27d: Pulling fs layer [2023-01-16T16:16:26.550Z] 4583459ba037: Pulling fs layer [2023-01-16T16:16:26.550Z] 93c1e223e6f2: Pulling fs layer [2023-01-16T16:16:26.550Z] 53926ce57604: Pulling fs layer [2023-01-16T16:16:26.550Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-16T16:16:26.550Z] 53926ce57604: Waiting [2023-01-16T16:16:26.550Z] 21b2b0c7a3f4: Waiting [2023-01-16T16:16:26.550Z] 22ff95d597cd: Pulling fs layer [2023-01-16T16:16:26.550Z] 12d6caf4c0d1: Pulling fs layer [2023-01-16T16:16:26.550Z] 96b7cbca73a9: Pulling fs layer [2023-01-16T16:16:26.550Z] a7acece74701: Pulling fs layer [2023-01-16T16:16:26.550Z] 12d6caf4c0d1: Waiting [2023-01-16T16:16:26.550Z] 96b7cbca73a9: Waiting [2023-01-16T16:16:26.550Z] 22ff95d597cd: Waiting [2023-01-16T16:16:26.550Z] a7acece74701: Waiting [2023-01-16T16:16:26.550Z] 93c1e223e6f2: Download complete [2023-01-16T16:16:26.550Z] 4583459ba037: Download complete [2023-01-16T16:16:26.550Z] 21b2b0c7a3f4: Download complete [2023-01-16T16:16:26.550Z] 22ff95d597cd: Verifying Checksum [2023-01-16T16:16:26.550Z] 22ff95d597cd: Download complete [2023-01-16T16:16:26.550Z] 213ec9aee27d: Download complete [2023-01-16T16:16:26.810Z] 12d6caf4c0d1: Verifying Checksum [2023-01-16T16:16:26.810Z] 12d6caf4c0d1: Download complete [2023-01-16T16:16:26.810Z] 213ec9aee27d: Pull complete [2023-01-16T16:16:27.070Z] 4583459ba037: Pull complete [2023-01-16T16:16:27.070Z] 93c1e223e6f2: Pull complete [2023-01-16T16:16:28.514Z] a7acece74701: Verifying Checksum [2023-01-16T16:16:28.514Z] a7acece74701: Download complete [2023-01-16T16:16:30.426Z] 53926ce57604: Download complete [2023-01-16T16:16:30.426Z] 96b7cbca73a9: Verifying Checksum [2023-01-16T16:16:30.426Z] 96b7cbca73a9: Download complete [2023-01-16T16:16:34.623Z] 53926ce57604: Pull complete [2023-01-16T16:16:34.623Z] 21b2b0c7a3f4: Pull complete [2023-01-16T16:16:34.623Z] 22ff95d597cd: Pull complete [2023-01-16T16:16:34.623Z] 12d6caf4c0d1: Pull complete [2023-01-16T16:16:36.532Z] 96b7cbca73a9: Pull complete [2023-01-16T16:16:37.098Z] a7acece74701: Pull complete [2023-01-16T16:16:37.098Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-16T16:16:37.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-16T16:16:37.098Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-16T16:16:37.456Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-16T16:16:37.456Z] WORKDIR /edgex [2023-01-16T16:16:37.456Z] COPY go.mod . [2023-01-16T16:16:37.456Z] RUN go mod download [2023-01-16T16:16:37.456Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-16T16:16:38.039Z] Sending build context to Docker daemon 170MB [2023-01-16T16:16:38.039Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-16T16:16:38.039Z] ---> db6d94c90886 [2023-01-16T16:16:38.039Z] Step 2/4 : WORKDIR /edgex [2023-01-16T16:16:40.645Z] Still waiting to schedule task [2023-01-16T16:16:40.645Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-16T16:16:46.206Z] ---> Running in 33f15497d2cc [2023-01-16T16:16:46.206Z] Removing intermediate container 33f15497d2cc [2023-01-16T16:16:46.206Z] ---> 544fe4112455 [2023-01-16T16:16:46.206Z] Step 3/4 : COPY go.mod . [2023-01-16T16:16:46.206Z] ---> fed77d47a337 [2023-01-16T16:16:46.206Z] Step 4/4 : RUN go mod download [2023-01-16T16:16:46.206Z] ---> Running in bb3d1799e096 [2023-01-16T16:17:04.337Z] Removing intermediate container bb3d1799e096 [2023-01-16T16:17:04.337Z] ---> 2810975dc9c7 [2023-01-16T16:17:04.337Z] Successfully built 2810975dc9c7 [2023-01-16T16:17:04.337Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:17:04.724Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-16T16:17:04.724Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-16T16:17:04.870Z] prd-ubuntu20.04-docker-8c-8g-2584 does not seem to be running inside a container [2023-01-16T16:17:04.903Z] $ 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-01-16T16:17:05.402Z] $ docker top bd1595563286f8441d2ec8967e56cae046529c1ceca812beedf1992530cd4db4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-16T16:17:05.792Z] + go version [2023-01-16T16:17:05.792Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-16T16:17:05.821Z] $ docker stop --time=1 bd1595563286f8441d2ec8967e56cae046529c1ceca812beedf1992530cd4db4 [2023-01-16T16:17:07.076Z] $ docker rm -f --volumes bd1595563286f8441d2ec8967e56cae046529c1ceca812beedf1992530cd4db4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:17:07.773Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-16T16:17:07.773Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-16T16:17:07.926Z] prd-ubuntu20.04-docker-8c-8g-2584 does not seem to be running inside a container [2023-01-16T16:17:07.960Z] $ 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-01-16T16:17:08.303Z] $ docker top e51d43195c8276d8eb33f73126e4ad0cd50d31ceccd959ec6c0a002932c803c7 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-16T16:17:08.428Z] ========================================================= [2023-01-16T16:17:08.428Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-16T16:17:08.428Z] ========================================================= [Pipeline] sh [2023-01-16T16:17:08.727Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-16T16:17:09.076Z] + make test [2023-01-16T16:17:09.077Z] go test -race -coverprofile=coverage.out ./... [2023-01-16T16:17:15.634Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-16T16:17:30.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.056s coverage: 28.7% of statements [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-16T16:17:30.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.111s coverage: 98.5% of statements [2023-01-16T16:17:30.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.105s coverage: 43.0% of statements [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-16T16:17:30.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.102s coverage: 54.0% of statements [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-16T16:17:30.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-16T16:17:34.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.033s coverage: 89.2% of statements [2023-01-16T16:17:34.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-16T16:17:34.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.087s coverage: 2.4% of statements [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-16T16:17:34.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.443s coverage: 95.6% of statements [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-16T16:17:34.691Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.065s coverage: 72.2% of statements [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-16T16:17:34.691Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.084s coverage: 60.0% of statements [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-16T16:17:34.691Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.104s coverage: 0.9% of statements [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-16T16:17:34.691Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2023-01-16T16:17:34.691Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.089s coverage: 29.6% of statements [2023-01-16T16:17:34.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-16T16:17:34.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements [2023-01-16T16:17:34.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements [2023-01-16T16:17:34.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2023-01-16T16:17:34.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2023-01-16T16:17:34.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2023-01-16T16:17:41.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2023-01-16T16:17:41.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements [2023-01-16T16:17:45.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.498s coverage: 79.9% of statements [2023-01-16T16:17:45.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.102s coverage: 92.9% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.028s coverage: 65.1% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.064s coverage: 86.9% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.054s coverage: 87.2% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 77.4% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 80.0% of statements [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.245s coverage: 91.2% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 64.7% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.375s coverage: 65.8% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.176s coverage: 41.8% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.105s coverage: 89.5% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.107s coverage: 17.7% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.070s coverage: 63.2% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-16T16:17:53.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.109s coverage: 97.7% of statements [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-16T16:17:53.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-16T16:17:53.602Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-01-16T16:18:09.708Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2585 in /w/workspace/edgexfoundry_edgex-go_PR-4283 [Pipeline] { [Pipeline] ws [2023-01-16T16:18:09.764Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-01-16T16:18:09.841Z] The recommended git tool is: git [2023-01-16T16:18:11.676Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-01-16T16:18:11.676Z] go vet ./... [2023-01-16T16:18:14.713Z] using credential edgex-jenkins-ssh [2023-01-16T16:18:14.735Z] Cloning the remote Git repository [2023-01-16T16:18:15.853Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-16T16:18:15.853Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-16T16:18:15.853Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-16T16:18:15.896Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-16T16:18:14.773Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-16T16:18:14.841Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-01-16T16:18:14.988Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-16T16:18:14.989Z] > git --version # timeout=10 [2023-01-16T16:18:15.009Z] > git --version # 'git version 2.25.1' [2023-01-16T16:18:15.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-16T16:18:15.069Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-16T16:18:16.204Z] + ls -al . [2023-01-16T16:18:16.204Z] total 748 [2023-01-16T16:18:16.204Z] drwxrwxr-x 11 1001 1001 4096 Jan 16 16:17 . [2023-01-16T16:18:16.204Z] drwxr-xr-x 4 root root 4096 Jan 16 16:17 .. [2023-01-16T16:18:16.204Z] drwxrwxr-x 2 1001 1001 4096 Jan 16 16:15 .blubracket [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 16 Jan 16 16:15 .dockerignore [2023-01-16T16:18:16.204Z] drwxrwxr-x 8 1001 1001 4096 Jan 16 16:17 .git [2023-01-16T16:18:16.204Z] drwxrwxr-x 3 1001 1001 4096 Jan 16 16:15 .github [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 956 Jan 16 16:15 .gitignore [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 42 Jan 16 16:15 .golangci.yml [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 87 Jan 16 16:15 .hadolint.yml [2023-01-16T16:18:16.204Z] drwxr-xr-x 3 1001 1001 4096 Jan 16 16:16 .semver [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 166 Jan 16 16:15 .sonarcloud.properties [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 1171 Jan 16 16:15 ADOPTERS.md [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 10825 Jan 16 16:15 Attribution.txt [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 73765 Jan 16 16:15 CHANGELOG.md [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 3804 Jan 16 16:15 CONTRIBUTING.md [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 677 Jan 16 16:15 GOVERNANCE.md [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 850 Jan 16 16:15 Jenkinsfile [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 10775 Jan 16 16:15 LICENSE [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 12513 Jan 16 16:15 Makefile [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 582 Jan 16 16:15 OWNERS.md [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 9403 Jan 16 16:15 README.md [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 6912 Jan 16 16:15 SECURITY.md [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 5 Jan 16 16:16 VERSION [2023-01-16T16:18:16.204Z] drwxrwxr-x 2 1001 1001 4096 Jan 16 16:15 bin [2023-01-16T16:18:16.204Z] drwxrwxr-x 16 1001 1001 4096 Jan 16 16:15 cmd [2023-01-16T16:18:16.204Z] -rw-r--r-- 1 root root 489579 Jan 16 16:17 coverage.out [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 3376 Jan 16 16:15 go.mod [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 34949 Jan 16 16:15 go.sum [2023-01-16T16:18:16.204Z] drwxrwxr-x 7 1001 1001 4096 Jan 16 16:15 internal [2023-01-16T16:18:16.204Z] drwxrwxr-x 3 1001 1001 4096 Jan 16 16:15 openapi [2023-01-16T16:18:16.204Z] drwxrwxr-x 4 1001 1001 4096 Jan 16 16:15 snap [2023-01-16T16:18:16.204Z] -rw-rw-r-- 1 1001 1001 204 Jan 16 16:15 version.go [Pipeline] sh [2023-01-16T16:18:16.682Z] + '[' -e coverage.out ] [2023-01-16T16:18:16.683Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-16T16:18:16.800Z] Stashed 1 file(s) [Pipeline] sh [2023-01-16T16:18:17.094Z] + make build [2023-01-16T16:18:17.094Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-16T16:18:29.293Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-16T16:18:30.669Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-16T16:18:31.603Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-16T16:18:31.410Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-16T16:18:31.428Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-16T16:18:33.089Z] Merging remotes/origin/main commit bf562dc766fd38f4e5702a64e70d5e04b319d653 into PR head commit bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:18:33.475Z] Merge succeeded, producing bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:18:33.475Z] Checking out Revision bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be (PR-4283) [2023-01-16T16:18:32.251Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-16T16:18:32.294Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-16T16:18:32.295Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-16T16:18:32.312Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4283/head:refs/remotes/origin/PR-4283 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-01-16T16:18:33.105Z] > git config core.sparsecheckout # timeout=10 [2023-01-16T16:18:33.130Z] > git checkout -f bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be # timeout=10 [2023-01-16T16:18:33.352Z] > git remote # timeout=10 [2023-01-16T16:18:33.378Z] > git config --get remote.origin.url # timeout=10 [2023-01-16T16:18:33.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-16T16:18:33.410Z] > git merge bf562dc766fd38f4e5702a64e70d5e04b319d653 # timeout=10 [2023-01-16T16:18:33.449Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-01-16T16:18:33.481Z] > git config core.sparsecheckout # timeout=10 [2023-01-16T16:18:33.499Z] > git checkout -f bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be # timeout=10 [2023-01-16T16:18:37.159Z] Commit message: "fix(snap): source security-bootstrapper config overrides from env file" [2023-01-16T16:18:37.207Z] > git --version # timeout=10 [2023-01-16T16:18:37.217Z] > git --version # 'git version 2.25.1' [2023-01-16T16:18:37.230Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-16T16:18:38.312Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-16T16:18:38.312Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-16T16:18:38.312Z] Dload Upload Total Spent Left Speed [2023-01-16T16:18:38.312Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 89795 [Pipeline] sh [2023-01-16T16:18:39.019Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-16T16:18:39.356Z] + sudo tee /etc/docker/daemon.new [2023-01-16T16:18:39.356Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-16T16:18:39.356Z] { [2023-01-16T16:18:39.356Z] "registry-mirrors": [ [2023-01-16T16:18:39.356Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-16T16:18:39.356Z] ], [2023-01-16T16:18:39.356Z] "bip": "10.250.0.254/24", [2023-01-16T16:18:39.356Z] "hosts": [ [2023-01-16T16:18:39.356Z] "tcp://0.0.0.0:5555", [2023-01-16T16:18:39.356Z] "unix:///var/run/docker.sock" [2023-01-16T16:18:39.356Z] ], [2023-01-16T16:18:39.356Z] "mtu": 1458, [2023-01-16T16:18:39.356Z] "selinux-enabled": true, [2023-01-16T16:18:39.356Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-16T16:18:39.356Z] } [Pipeline] sh [2023-01-16T16:18:39.707Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-16T16:18:39.710Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-16T16:18:40.049Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-16T16:18:40.080Z] + sudo service docker restart [2023-01-16T16:18:41.452Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-16T16:18:42.386Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-16T16:18:43.322Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-16T16:18:43.888Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-16T16:18:46.416Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-16T16:18:47.369Z] $ docker stop --time=1 e51d43195c8276d8eb33f73126e4ad0cd50d31ceccd959ec6c0a002932c803c7 [2023-01-16T16:18:53.955Z] $ docker rm -f --volumes e51d43195c8276d8eb33f73126e4ad0cd50d31ceccd959ec6c0a002932c803c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:18:55.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-16T16:18:55.123Z] [2023-01-16T16:18:55.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:18:55.516Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-16T16:18:55.778Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-16T16:18:55.778Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-16T16:18:55.778Z] ca9280d653b3: Pulling fs layer [2023-01-16T16:18:55.778Z] 7e9c9ca2126c: Pulling fs layer [2023-01-16T16:18:56.048Z] cbdbe7a5bc2a: Download complete [2023-01-16T16:18:56.048Z] cbdbe7a5bc2a: Pull complete [2023-01-16T16:18:56.309Z] ca9280d653b3: Verifying Checksum [2023-01-16T16:18:56.309Z] ca9280d653b3: Download complete [2023-01-16T16:18:56.899Z] ca9280d653b3: Pull complete [2023-01-16T16:18:57.524Z] 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-16T16:18:58.402Z] provisioning config files... [2023-01-16T16:18:58.435Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13233245708256445166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-16T16:18:58.827Z] ---> docker-login.sh [2023-01-16T16:18:58.827Z] nexus3.edgexfoundry.org:10001 [2023-01-16T16:18:59.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-16T16:18:59.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-16T16:18:59.419Z] Configure a credential helper to remove this warning. See [2023-01-16T16:18:59.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-16T16:18:59.419Z] [2023-01-16T16:18:59.419Z] Login Succeeded [2023-01-16T16:18:59.419Z] nexus3.edgexfoundry.org:10002 [2023-01-16T16:18:59.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-16T16:18:59.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-16T16:18:59.957Z] Configure a credential helper to remove this warning. See [2023-01-16T16:18:59.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-16T16:18:59.957Z] [2023-01-16T16:18:59.957Z] Login Succeeded [2023-01-16T16:18:59.957Z] nexus3.edgexfoundry.org:10003 [2023-01-16T16:19:00.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-16T16:19:00.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-16T16:19:00.227Z] Configure a credential helper to remove this warning. See [2023-01-16T16:19:00.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-16T16:19:00.227Z] [2023-01-16T16:19:00.227Z] Login Succeeded [2023-01-16T16:19:00.227Z] nexus3.edgexfoundry.org:10004 [2023-01-16T16:19:00.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-16T16:19:00.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-16T16:19:00.501Z] Configure a credential helper to remove this warning. See [2023-01-16T16:19:00.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-16T16:19:00.501Z] [2023-01-16T16:19:00.501Z] Login Succeeded [2023-01-16T16:19:00.501Z] docker.io [2023-01-16T16:19:00.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-16T16:19:00.800Z] 7e9c9ca2126c: Pull complete [2023-01-16T16:19:00.800Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-16T16:19:00.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-16T16:19:00.800Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-16T16:19:01.023Z] prd-ubuntu20.04-docker-8c-8g-2584 does not seem to be running inside a container [2023-01-16T16:19:01.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-16T16:19:01.037Z] Configure a credential helper to remove this warning. See [2023-01-16T16:19:01.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-16T16:19:01.037Z] [2023-01-16T16:19:01.037Z] Login Succeeded [2023-01-16T16:19:01.037Z] ---> docker-login.sh ends [2023-01-16T16:19:01.048Z] $ 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-01-16T16:19:04.822Z] $ docker top f6db60eab536840005e6651d61a1f4ac0d171c90baec262eb97b65f62c5b9a85 -eo pid,comm [Pipeline] { [Pipeline] } [2023-01-16T16:19:04.953Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-01-16T16:19:05.328Z] + docker-compose build --help [2023-01-16T16:19:05.328Z] + grep parallel [Pipeline] sh [2023-01-16T16:19:05.723Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-01-16T16:19:05.758Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-16T16:19:05.794Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-16T16:19:05.826Z] ========================================================= [2023-01-16T16:19:05.826Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-16T16:19:05.826Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-16T16:19:05.897Z] --parallel Build images in parallel. [Pipeline] } [2023-01-16T16:19:05.998Z] $ docker stop --time=1 f6db60eab536840005e6651d61a1f4ac0d171c90baec262eb97b65f62c5b9a85 [2023-01-16T16:19:06.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-16T16:19:06.204Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-16T16:19:06.204Z] 9b18e9b68314: Pulling fs layer [2023-01-16T16:19:06.204Z] 35d82f9e3411: Pulling fs layer [2023-01-16T16:19:06.204Z] e16973657156: Pulling fs layer [2023-01-16T16:19:06.204Z] fc693d55d65f: Pulling fs layer [2023-01-16T16:19:06.204Z] 7e9fc2657dce: Pulling fs layer [2023-01-16T16:19:06.204Z] dda99020689f: Pulling fs layer [2023-01-16T16:19:06.204Z] db1c61fa0a46: Pulling fs layer [2023-01-16T16:19:06.204Z] 891c053d2c06: Pulling fs layer [2023-01-16T16:19:06.204Z] 7e9fc2657dce: Waiting [2023-01-16T16:19:06.204Z] dda99020689f: Waiting [2023-01-16T16:19:06.204Z] db1c61fa0a46: Waiting [2023-01-16T16:19:06.204Z] 891c053d2c06: Waiting [2023-01-16T16:19:06.204Z] fc693d55d65f: Waiting [2023-01-16T16:19:06.495Z] e16973657156: Download complete [2023-01-16T16:19:06.495Z] 35d82f9e3411: Verifying Checksum [2023-01-16T16:19:06.495Z] 35d82f9e3411: Download complete [2023-01-16T16:19:06.495Z] 7e9fc2657dce: Verifying Checksum [2023-01-16T16:19:06.495Z] 7e9fc2657dce: Download complete [2023-01-16T16:19:06.495Z] dda99020689f: Verifying Checksum [2023-01-16T16:19:06.495Z] dda99020689f: Download complete [2023-01-16T16:19:06.495Z] 9b18e9b68314: Verifying Checksum [2023-01-16T16:19:06.495Z] 9b18e9b68314: Download complete [2023-01-16T16:19:07.094Z] 9b18e9b68314: Pull complete [2023-01-16T16:19:07.693Z] 35d82f9e3411: Pull complete [2023-01-16T16:19:07.703Z] $ docker rm -f --volumes f6db60eab536840005e6651d61a1f4ac0d171c90baec262eb97b65f62c5b9a85 [Pipeline] // withDockerContainer [2023-01-16T16:19:07.992Z] e16973657156: Pull complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:19:08.272Z] 891c053d2c06: Verifying Checksum [2023-01-16T16:19:08.272Z] 891c053d2c06: Download complete [2023-01-16T16:19:08.473Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-16T16:19:08.473Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-16T16:19:08.631Z] prd-ubuntu20.04-docker-8c-8g-2584 does not seem to be running inside a container [2023-01-16T16:19:08.667Z] $ 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-01-16T16:19:09.264Z] db1c61fa0a46: Verifying Checksum [2023-01-16T16:19:09.264Z] db1c61fa0a46: Download complete [2023-01-16T16:19:09.438Z] $ docker top 718f8e0ecfb1663e1547cefd0cf46a6f15891cf4b87483d5ccc4c82b2f2e7377 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-16T16:19:09.856Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-16T16:19:10.234Z] fc693d55d65f: Verifying Checksum [2023-01-16T16:19:10.234Z] fc693d55d65f: Download complete [2023-01-16T16:19:10.424Z] Building core-command ... [2023-01-16T16:19:10.424Z] Building core-data ... [2023-01-16T16:19:10.424Z] Building core-metadata ... [2023-01-16T16:19:10.424Z] Building security-bootstrapper ... [2023-01-16T16:19:10.424Z] Building security-proxy-setup ... [2023-01-16T16:19:10.424Z] Building security-secretstore-setup ... [2023-01-16T16:19:10.424Z] Building security-spiffe-token-provider ... [2023-01-16T16:19:10.424Z] Building security-spire-agent ... [2023-01-16T16:19:10.424Z] Building security-spire-config ... [2023-01-16T16:19:10.424Z] Building security-spire-server ... [2023-01-16T16:19:10.424Z] Building support-notifications ... [2023-01-16T16:19:10.424Z] Building support-scheduler ... [2023-01-16T16:19:10.424Z] Building security-proxy-setup [2023-01-16T16:19:10.424Z] Building security-spiffe-token-provider [2023-01-16T16:19:10.424Z] Building security-secretstore-setup [2023-01-16T16:19:10.424Z] Building security-bootstrapper [2023-01-16T16:19:10.424Z] Building support-scheduler [2023-01-16T16:19:22.568Z] fc693d55d65f: Pull complete [2023-01-16T16:19:22.568Z] 7e9fc2657dce: Pull complete [2023-01-16T16:19:22.568Z] dda99020689f: Pull complete [2023-01-16T16:19:22.660Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:19:22.660Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:19:22.660Z] ---> 2810975dc9c7 [2023-01-16T16:19:22.660Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-16T16:19:22.660Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:19:22.660Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:19:22.660Z] ---> 2810975dc9c7 [2023-01-16T16:19:22.660Z] Step 3/32 : WORKDIR /edgex-go [2023-01-16T16:19:22.660Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:19:22.660Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:19:22.660Z] ---> 2810975dc9c7 [2023-01-16T16:19:22.660Z] Step 3/19 : WORKDIR /edgex-go [2023-01-16T16:19:22.660Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:19:22.660Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:19:22.660Z] ---> 2810975dc9c7 [2023-01-16T16:19:22.660Z] Step 3/24 : WORKDIR /edgex-go [2023-01-16T16:19:24.043Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:19:24.043Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:19:24.043Z] ---> 2810975dc9c7 [2023-01-16T16:19:24.043Z] Step 3/21 : WORKDIR /edgex-go [2023-01-16T16:19:27.918Z] db1c61fa0a46: Pull complete [2023-01-16T16:19:29.856Z] 891c053d2c06: Pull complete [2023-01-16T16:19:29.856Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-16T16:19:29.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-16T16:19:29.856Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-16T16:19:30.241Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-16T16:19:30.241Z] WORKDIR /edgex [2023-01-16T16:19:30.241Z] COPY go.mod . [2023-01-16T16:19:30.241Z] RUN go mod download [2023-01-16T16:19:30.241Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-16T16:19:30.830Z] Sending build context to Docker daemon 3.112MB [2023-01-16T16:19:30.830Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-16T16:19:30.830Z] ---> f96f9c87975a [2023-01-16T16:19:30.830Z] Step 2/4 : WORKDIR /edgex [2023-01-16T16:19:32.160Z] ---> Running in cd245760f71d [2023-01-16T16:19:32.160Z] ---> Running in 20951ac161fd [2023-01-16T16:19:32.160Z] ---> Running in c57bfadec838 [2023-01-16T16:19:32.160Z] ---> Running in 9fd9e9b6dd32 [2023-01-16T16:19:32.160Z] ---> Running in 9b59a2c44b8e [2023-01-16T16:19:32.160Z] Removing intermediate container cd245760f71d [2023-01-16T16:19:32.160Z] ---> 8707960f9dd9 [2023-01-16T16:19:32.160Z] Step 4/22 : WORKDIR /edgex-go [2023-01-16T16:19:32.160Z] Removing intermediate container c57bfadec838 [2023-01-16T16:19:32.160Z] ---> 1256dfe2653c [2023-01-16T16:19:32.160Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-16T16:19:32.160Z] Removing intermediate container 20951ac161fd [2023-01-16T16:19:32.160Z] ---> a23b034eb926 [2023-01-16T16:19:32.160Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-16T16:19:32.160Z] ---> Running in 8b6c674d6063 [2023-01-16T16:19:32.160Z] Removing intermediate container 9fd9e9b6dd32 [2023-01-16T16:19:32.160Z] ---> 38d1d89d2966 [2023-01-16T16:19:32.160Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-16T16:19:32.160Z] Removing intermediate container 9b59a2c44b8e [2023-01-16T16:19:32.160Z] ---> d1a9eb2f9e8a [2023-01-16T16:19:32.160Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-16T16:19:32.160Z] ---> Running in 6a4e5262d033 [2023-01-16T16:19:32.160Z] ---> Running in 80905fdd526a [2023-01-16T16:19:32.160Z] ---> Running in a1a01506af0c [2023-01-16T16:19:32.160Z] ---> Running in a0f480d14f6e [2023-01-16T16:19:32.160Z] Removing intermediate container 8b6c674d6063 [2023-01-16T16:19:32.160Z] ---> a8dd8d5d6060 [2023-01-16T16:19:32.160Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-16T16:19:32.160Z] ---> Running in b40aee302e6b [2023-01-16T16:19:32.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:19:32.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:19:32.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:19:32.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:19:32.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:19:32.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:19:32.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:19:32.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:19:32.160Z] OK: 211 MiB in 51 packages [2023-01-16T16:19:32.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:19:32.160Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:19:32.418Z] OK: 211 MiB in 51 packages [2023-01-16T16:19:32.418Z] OK: 211 MiB in 51 packages [2023-01-16T16:19:32.418Z] v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-16T16:19:32.418Z] v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-16T16:19:32.418Z] OK: 17042 distinct packages available [2023-01-16T16:19:32.418Z] OK: 211 MiB in 51 packages [2023-01-16T16:19:32.676Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:19:32.676Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:19:32.771Z] ---> Running in cac0208c2301 [2023-01-16T16:19:32.771Z] Removing intermediate container cac0208c2301 [2023-01-16T16:19:32.771Z] ---> ca2d603fde5d [2023-01-16T16:19:32.771Z] Step 3/4 : COPY go.mod . [2023-01-16T16:19:32.934Z] Removing intermediate container a0f480d14f6e [2023-01-16T16:19:32.934Z] ---> fe35b6a65153 [2023-01-16T16:19:32.934Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-16T16:19:32.934Z] OK: 211 MiB in 51 packages [2023-01-16T16:19:33.043Z] ---> 7d15bde9fd12 [2023-01-16T16:19:33.310Z] Step 4/4 : RUN go mod download [2023-01-16T16:19:33.310Z] ---> Running in b66906c62fa4 [2023-01-16T16:19:33.532Z] Removing intermediate container 80905fdd526a [2023-01-16T16:19:33.532Z] ---> e8e8819ca21d [2023-01-16T16:19:33.532Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-16T16:19:33.532Z] ---> 734a91f8d346 [2023-01-16T16:19:33.532Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:19:33.532Z] Removing intermediate container 6a4e5262d033 [2023-01-16T16:19:33.532Z] ---> a465f407cada [2023-01-16T16:19:33.532Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-16T16:19:33.532Z] ---> Running in 84c3a70cff70 [2023-01-16T16:19:33.532Z] Removing intermediate container b40aee302e6b [2023-01-16T16:19:33.532Z] ---> b21cbf7ff160 [2023-01-16T16:19:33.532Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-16T16:19:33.792Z] ---> dcbd4e7b7059 [2023-01-16T16:19:33.792Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:19:33.792Z] ---> 108f6cd2f57e [2023-01-16T16:19:33.792Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:19:33.792Z] Removing intermediate container a1a01506af0c [2023-01-16T16:19:33.792Z] ---> 34154bfd50fa [2023-01-16T16:19:33.792Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-16T16:19:33.792Z] ---> Running in 1b3c40802f35 [2023-01-16T16:19:33.792Z] ---> f66f9a9c8b29 [2023-01-16T16:19:33.792Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:19:33.792Z] ---> Running in 75eb7a160e1c [2023-01-16T16:19:33.792Z] ---> Running in 38d901fd30e2 [2023-01-16T16:19:33.792Z] ---> b9e721053945 [2023-01-16T16:19:33.792Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:19:33.792Z] ---> Running in d9cfb3f2c096 [2023-01-16T16:20:05.557Z] Removing intermediate container b66906c62fa4 [2023-01-16T16:20:05.557Z] ---> 420b9532cb42 [2023-01-16T16:20:05.557Z] Successfully built 420b9532cb42 [2023-01-16T16:20:05.557Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:20:05.965Z] + docker inspect -f . ci-base-image-arm64 [2023-01-16T16:20:05.965Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-16T16:20:06.215Z] prd-ubuntu20.04-docker-arm64-4c-16g-2585 does not seem to be running inside a container [2023-01-16T16:20:06.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-16T16:20:07.456Z] $ docker top 4868ecee0d4db41224ccffea2f78f36c1e722d7da4279c69478674510d6f35d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-16T16:20:08.318Z] + go version [2023-01-16T16:20:08.319Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-16T16:20:08.350Z] $ docker stop --time=1 4868ecee0d4db41224ccffea2f78f36c1e722d7da4279c69478674510d6f35d2 [2023-01-16T16:20:09.909Z] $ docker rm -f --volumes 4868ecee0d4db41224ccffea2f78f36c1e722d7da4279c69478674510d6f35d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:20:10.741Z] + docker inspect -f . ci-base-image-arm64 [2023-01-16T16:20:10.741Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-16T16:20:10.984Z] prd-ubuntu20.04-docker-arm64-4c-16g-2585 does not seem to be running inside a container [2023-01-16T16:20:11.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-16T16:20:12.187Z] $ docker top e07ead20aa7d3821878bd68c84bee9e7295e62e9ac55065a12586e2d9f13af6b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-16T16:20:12.436Z] ========================================================= [2023-01-16T16:20:12.436Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-16T16:20:12.436Z] ========================================================= [Pipeline] sh [2023-01-16T16:20:12.756Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-16T16:20:13.441Z] + make test [2023-01-16T16:20:13.441Z] go test -race -coverprofile=coverage.out ./... [2023-01-16T16:20:45.723Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-16T16:20:55.409Z] Removing intermediate container 75eb7a160e1c [2023-01-16T16:20:55.409Z] ---> 1a3633433911 [2023-01-16T16:20:55.409Z] Step 7/24 : COPY . . [2023-01-16T16:20:55.409Z] Removing intermediate container 38d901fd30e2 [2023-01-16T16:20:55.409Z] ---> cde9792c0b2f [2023-01-16T16:20:55.409Z] Step 8/22 : COPY . . [2023-01-16T16:20:55.409Z] Removing intermediate container 1b3c40802f35 [2023-01-16T16:20:55.409Z] ---> a6ac18848fa1 [2023-01-16T16:20:55.409Z] Step 7/21 : COPY . . [2023-01-16T16:20:55.409Z] Removing intermediate container 84c3a70cff70 [2023-01-16T16:20:55.409Z] Removing intermediate container d9cfb3f2c096 [2023-01-16T16:20:55.409Z] ---> aca1cbd9219d [2023-01-16T16:20:55.409Z] ---> dafaf9219809 [2023-01-16T16:20:55.409Z] Step 7/32 : COPY . .Step 7/19 : COPY . . [2023-01-16T16:20:55.409Z] [2023-01-16T16:21:13.559Z] ---> 278cca2d68ca [2023-01-16T16:21:13.559Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-16T16:21:13.559Z] ---> Running in dc79c91edfc5 [2023-01-16T16:21:13.559Z] ---> cbfe5eb50266 [2023-01-16T16:21:13.559Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-16T16:21:13.559Z] ---> c53f6dcf5b0e [2023-01-16T16:21:13.559Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-16T16:21:13.559Z] ---> 0ed248e0e026 [2023-01-16T16:21:13.559Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-16T16:21:13.559Z] ---> eb975f643986 [2023-01-16T16:21:13.559Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-16T16:21:13.559Z] ---> Running in 86af9c85dd34 [2023-01-16T16:21:13.559Z] ---> Running in 46a3aa257618 [2023-01-16T16:21:13.559Z] ---> Running in fcf4b43b0b72 [2023-01-16T16:21:13.559Z] ---> Running in fc8c8abab61e [2023-01-16T16:21:13.817Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-16T16:21:14.074Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-16T16:21:14.074Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-16T16:21:14.074Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-16T16:21:14.074Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-16T16:22:01.297Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-16T16:22:01.297Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-16T16:22:01.297Z] Removing intermediate container fc8c8abab61e [2023-01-16T16:22:01.297Z] ---> edbf5cd5646e [2023-01-16T16:22:01.297Z] [2023-01-16T16:22:01.297Z] Step 9/32 : FROM alpine:3.16 [2023-01-16T16:22:01.297Z] 3.16: Pulling from library/alpine [2023-01-16T16:22:01.297Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-16T16:22:01.297Z] Status: Downloaded newer image for alpine:3.16 [2023-01-16T16:22:01.297Z] ---> bfe296a52501 [2023-01-16T16:22:01.297Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-16T16:22:06.565Z] ---> Running in b1a9a757dab4 [2023-01-16T16:22:06.565Z] Removing intermediate container 46a3aa257618 [2023-01-16T16:22:06.565Z] ---> 736094210116 [2023-01-16T16:22:06.565Z] [2023-01-16T16:22:06.565Z] Step 9/24 : FROM alpine:3.16 [2023-01-16T16:22:06.565Z] ---> bfe296a52501 [2023-01-16T16:22:06.565Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-16T16:22:07.501Z] Removing intermediate container 86af9c85dd34 [2023-01-16T16:22:07.501Z] ---> be3f2dffc375 [2023-01-16T16:22:07.501Z] [2023-01-16T16:22:07.501Z] Step 9/19 : FROM alpine:3.15 [2023-01-16T16:22:07.501Z] Removing intermediate container fcf4b43b0b72 [2023-01-16T16:22:07.501Z] ---> ee24d2a34038 [2023-01-16T16:22:07.501Z] [2023-01-16T16:22:07.501Z] Step 9/21 : FROM alpine:3.16 [2023-01-16T16:22:07.501Z] ---> bfe296a52501 [2023-01-16T16:22:07.501Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-16T16:22:07.501Z] Removing intermediate container dc79c91edfc5 [2023-01-16T16:22:07.501Z] ---> 3736a79f254d [2023-01-16T16:22:07.501Z] [2023-01-16T16:22:07.501Z] Step 10/22 : FROM alpine:3.16 [2023-01-16T16:22:07.501Z] ---> bfe296a52501 [2023-01-16T16:22:07.501Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-16T16:22:08.069Z] ---> Running in 2f8b601a5917 [2023-01-16T16:22:08.327Z] Removing intermediate container b1a9a757dab4 [2023-01-16T16:22:08.327Z] ---> 64d8b50844bc [2023-01-16T16:22:08.327Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-16T16:22:08.584Z] ---> Running in 1184e8960ceb [2023-01-16T16:22:08.584Z] ---> Running in c8083c4d251b [2023-01-16T16:22:08.843Z] 3.15: Pulling from library/alpine [2023-01-16T16:22:08.843Z] ---> Running in 23c661065ba2 [2023-01-16T16:22:09.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:09.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:09.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:09.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:09.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:09.641Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-16T16:22:09.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:09.641Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-16T16:22:09.641Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-16T16:22:09.641Z] Status: Downloaded newer image for alpine:3.15 [2023-01-16T16:22:09.641Z] (3/3) Installing su-exec (0.2-r1) [2023-01-16T16:22:09.641Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:09.641Z] Executing busybox-1.35.0-r17.trigger [2023-01-16T16:22:09.641Z] Executing ca-certificates-20220614-r0.trigger [2023-01-16T16:22:09.641Z] ---> c4fc93816858 [2023-01-16T16:22:09.641Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-16T16:22:09.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:09.900Z] OK: 6 MiB in 17 packages [2023-01-16T16:22:09.900Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-16T16:22:09.900Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-16T16:22:09.900Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-16T16:22:09.900Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-16T16:22:09.900Z] (5/6) Installing curl (7.83.1-r5) [2023-01-16T16:22:09.900Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-16T16:22:09.900Z] Executing busybox-1.35.0-r17.trigger [2023-01-16T16:22:09.900Z] Executing ca-certificates-20220614-r0.trigger [2023-01-16T16:22:09.900Z] OK: 8 MiB in 20 packages [2023-01-16T16:22:09.900Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-16T16:22:09.900Z] Executing busybox-1.35.0-r17.trigger [2023-01-16T16:22:09.900Z] OK: 6 MiB in 15 packages [2023-01-16T16:22:10.159Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-16T16:22:10.159Z] (2/2) Installing su-exec (0.2-r1) [2023-01-16T16:22:10.159Z] Executing busybox-1.35.0-r17.trigger [2023-01-16T16:22:10.159Z] OK: 6 MiB in 16 packages [2023-01-16T16:22:12.064Z] ---> Running in 8bb09ef84fe4 [2023-01-16T16:22:12.064Z] Removing intermediate container 8bb09ef84fe4 [2023-01-16T16:22:12.064Z] ---> 5c543799dd83 [2023-01-16T16:22:12.064Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-16T16:22:12.064Z] ---> Running in 14570230901b [2023-01-16T16:22:12.323Z] Removing intermediate container 2f8b601a5917 [2023-01-16T16:22:12.323Z] ---> bbe26138dc57 [2023-01-16T16:22:12.323Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-16T16:22:12.324Z] ---> Running in 45244f57bb02 [2023-01-16T16:22:12.583Z] Removing intermediate container 45244f57bb02 [2023-01-16T16:22:12.583Z] ---> 7f522edcc0f3 [2023-01-16T16:22:12.583Z] Step 12/24 : WORKDIR / [2023-01-16T16:22:12.583Z] Removing intermediate container 1184e8960ceb [2023-01-16T16:22:12.583Z] ---> 5e6d8ace3532 [2023-01-16T16:22:12.583Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-16T16:22:12.843Z] Removing intermediate container 23c661065ba2 [2023-01-16T16:22:12.843Z] ---> 13836178f472 [2023-01-16T16:22:12.843Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-16T16:22:12.843Z] ---> Running in d04ebd972bdd [2023-01-16T16:22:12.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:12.843Z] Removing intermediate container c8083c4d251b [2023-01-16T16:22:12.843Z] ---> 43c393307bd5 [2023-01-16T16:22:12.843Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-16T16:22:12.843Z] ---> Running in 3d6b37eb3879 [2023-01-16T16:22:12.843Z] ---> Running in 4fb0444ebe92 [2023-01-16T16:22:12.843Z] ---> Running in 667ff9d80f79 [2023-01-16T16:22:12.843Z] Removing intermediate container d04ebd972bdd [2023-01-16T16:22:12.843Z] ---> ad2e9e6eab22 [2023-01-16T16:22:12.843Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-16T16:22:12.843Z] Removing intermediate container 3d6b37eb3879 [2023-01-16T16:22:12.843Z] ---> a482225f5a70 [2023-01-16T16:22:12.843Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-16T16:22:12.843Z] Removing intermediate container 4fb0444ebe92 [2023-01-16T16:22:12.843Z] ---> 2b305b6007f0 [2023-01-16T16:22:12.843Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-16T16:22:12.843Z] ---> Running in 4126b740f8e7 [2023-01-16T16:22:12.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:12.843Z] ---> Running in 07e17bc1c4fc [2023-01-16T16:22:12.843Z] Removing intermediate container 667ff9d80f79 [2023-01-16T16:22:12.843Z] ---> 913eb9d4f2b4 [2023-01-16T16:22:12.843Z] Step 12/21 : WORKDIR /edgex [2023-01-16T16:22:13.103Z] ---> Running in c423ba416a9b [2023-01-16T16:22:13.103Z] Removing intermediate container c423ba416a9b [2023-01-16T16:22:13.103Z] ---> 4386cf095753 [2023-01-16T16:22:13.103Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-16T16:22:13.362Z] Removing intermediate container 4126b740f8e7 [2023-01-16T16:22:13.362Z] ---> 83e55a4c50d2 [2023-01-16T16:22:13.362Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-16T16:22:13.362Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-16T16:22:13.362Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-16T16:22:13.362Z] OK: 15859 distinct packages available [2023-01-16T16:22:13.362Z] ---> 090db5256d70 [2023-01-16T16:22:13.362Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-16T16:22:13.362Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:13.362Z] Removing intermediate container 07e17bc1c4fc [2023-01-16T16:22:13.362Z] ---> 6faad24ffd2a [2023-01-16T16:22:13.362Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-16T16:22:13.362Z] ---> Running in 540be7b09c61 [2023-01-16T16:22:13.362Z] ---> Running in bac39dd7bd89 [2023-01-16T16:22:13.362Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:13.362Z] Removing intermediate container 540be7b09c61 [2023-01-16T16:22:13.362Z] ---> e5a301fac861 [2023-01-16T16:22:13.362Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-16T16:22:13.751Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-16T16:22:13.751Z] ---> Running in 454f670b717c [2023-01-16T16:22:13.751Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-16T16:22:13.751Z] ---> 009cfe6b484e [2023-01-16T16:22:13.751Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-16T16:22:13.751Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-16T16:22:13.751Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-16T16:22:13.751Z] (5/9) Installing curl (7.80.0-r5) [2023-01-16T16:22:13.751Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-16T16:22:13.751Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-16T16:22:13.751Z] (8/9) Installing libucontext (1.1-r0) [2023-01-16T16:22:13.751Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-16T16:22:13.751Z] Executing busybox-1.34.1-r7.trigger [2023-01-16T16:22:13.751Z] Executing ca-certificates-20220614-r0.trigger [2023-01-16T16:22:13.751Z] ---> 48a6b4b93dd4 [2023-01-16T16:22:13.751Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-16T16:22:14.009Z] Removing intermediate container bac39dd7bd89 [2023-01-16T16:22:14.009Z] ---> 2024892962e1 [2023-01-16T16:22:14.009Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt /OK: 8 MiB in 23 packages [2023-01-16T16:22:14.009Z] [2023-01-16T16:22:14.009Z] Removing intermediate container 454f670b717c [2023-01-16T16:22:14.009Z] ---> 851dd915dc5f [2023-01-16T16:22:14.009Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-16T16:22:14.009Z] ---> Running in a450f7e9796e [2023-01-16T16:22:14.009Z] ---> 2e178d15ef0c [2023-01-16T16:22:14.009Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-16T16:22:14.009Z] ---> 9f394ef92267 [2023-01-16T16:22:14.009Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-16T16:22:14.009Z] ---> 642fe4824103 [2023-01-16T16:22:14.009Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-16T16:22:15.908Z] ---> 412479b7e318 [2023-01-16T16:22:15.908Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-16T16:22:15.908Z] Removing intermediate container 14570230901b [2023-01-16T16:22:15.908Z] ---> e91579e98a7d [2023-01-16T16:22:15.908Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:22:15.908Z] ---> 904f20c13373 [2023-01-16T16:22:15.908Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-16T16:22:15.908Z] ---> 3e0250490070 [2023-01-16T16:22:15.908Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-16T16:22:16.209Z] Removing intermediate container a450f7e9796e [2023-01-16T16:22:16.209Z] ---> 61b642fe114c [2023-01-16T16:22:16.209Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-16T16:22:16.209Z] ---> 9b4a0554af00 [2023-01-16T16:22:16.209Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-16T16:22:16.491Z] ---> d82a021034db [2023-01-16T16:22:16.491Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-16T16:22:16.491Z] ---> Running in b3c10f3b7a62 [2023-01-16T16:22:16.491Z] ---> 3dc4b8d56ccc [2023-01-16T16:22:16.491Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-16T16:22:16.491Z] ---> Running in cf350565d3d5 [2023-01-16T16:22:16.491Z] ---> 6041da0242ce [2023-01-16T16:22:16.491Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-16T16:22:16.749Z] ---> Running in b0ece0a9c17e [2023-01-16T16:22:17.686Z] Removing intermediate container cf350565d3d5 [2023-01-16T16:22:17.686Z] ---> 527941226df5 [2023-01-16T16:22:17.686Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-16T16:22:17.686Z] Removing intermediate container b3c10f3b7a62 [2023-01-16T16:22:17.686Z] ---> a4c86eca9af0 [2023-01-16T16:22:17.686Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-16T16:22:17.686Z] ---> de08eb861585 [2023-01-16T16:22:17.686Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-16T16:22:17.686Z] ---> b5bfac56ece8 [2023-01-16T16:22:17.686Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-16T16:22:17.686Z] ---> Running in 5616d0993bff [2023-01-16T16:22:17.686Z] Removing intermediate container 5616d0993bff [2023-01-16T16:22:17.686Z] ---> e99fbd31c234 [2023-01-16T16:22:17.686Z] Step 20/22 : LABEL arch=x86_64 [2023-01-16T16:22:17.686Z] ---> 26f649884b9b [2023-01-16T16:22:17.686Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-16T16:22:17.686Z] ---> Running in ced21fd67f7f [2023-01-16T16:22:17.686Z] ---> Running in b5b185af61a2 [2023-01-16T16:22:17.686Z] ---> 7d2063d2c69c [2023-01-16T16:22:17.686Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-16T16:22:17.686Z] ---> 3c8577bea63f [2023-01-16T16:22:17.686Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-16T16:22:17.946Z] ---> Running in e2eb414e1944 [2023-01-16T16:22:17.946Z] ---> Running in e01d952884d8 [2023-01-16T16:22:17.946Z] Removing intermediate container ced21fd67f7f [2023-01-16T16:22:17.946Z] ---> 6357e8d97b56 [2023-01-16T16:22:17.946Z] Step 21/22 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:22:17.946Z] ---> Running in 1b6dc975d39e [2023-01-16T16:22:17.946Z] Removing intermediate container e01d952884d8 [2023-01-16T16:22:17.946Z] ---> 61fd882ad15e [2023-01-16T16:22:17.946Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-16T16:22:17.946Z] ---> Running in b95ad5e456e0 [2023-01-16T16:22:17.946Z] Removing intermediate container 1b6dc975d39e [2023-01-16T16:22:17.946Z] ---> 4b346d053e3c [2023-01-16T16:22:17.946Z] Step 22/22 : LABEL version=0.0.0 [2023-01-16T16:22:17.946Z] ---> Running in 302a6556610d [2023-01-16T16:22:18.212Z] Removing intermediate container b95ad5e456e0 [2023-01-16T16:22:18.212Z] ---> 684a68988dd1 [2023-01-16T16:22:18.212Z] Step 17/19 : LABEL arch=x86_64 [2023-01-16T16:22:18.212Z] ---> Running in 908304a63974 [2023-01-16T16:22:18.212Z] Removing intermediate container 302a6556610d [2023-01-16T16:22:18.212Z] ---> 6c918778e318 [2023-01-16T16:22:18.212Z] [2023-01-16T16:22:18.212Z] Successfully built 6c918778e318 [2023-01-16T16:22:18.212Z] Successfully tagged support-scheduler:latest [2023-01-16T16:22:18.212Z] Removing intermediate container 908304a63974 [2023-01-16T16:22:18.212Z] Building security-spire-config [2023-01-16T16:22:18.212Z] ---> abbd8c57fff6 [2023-01-16T16:22:18.212Z] Step 18/19 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be Building support-scheduler ... done  [2023-01-16T16:22:18.212Z] ---> Running in 19ff2d352745 [2023-01-16T16:22:18.472Z] Removing intermediate container b0ece0a9c17e [2023-01-16T16:22:18.472Z] ---> d08ccef50a46 [2023-01-16T16:22:18.472Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-16T16:22:18.472Z] ---> Running in 396f3fb3169e [2023-01-16T16:22:21.004Z] Removing intermediate container 19ff2d352745 [2023-01-16T16:22:21.004Z] ---> f3df32998460 [2023-01-16T16:22:21.004Z] Step 19/19 : LABEL version=0.0.0 [2023-01-16T16:22:21.004Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:22:21.004Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:22:21.004Z] ---> 2810975dc9c7 [2023-01-16T16:22:21.004Z] Step 3/24 : WORKDIR /edgex-go [2023-01-16T16:22:21.004Z] ---> Using cache [2023-01-16T16:22:21.004Z] ---> 38d1d89d2966 [2023-01-16T16:22:21.004Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-16T16:22:22.367Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-16T16:22:22.367Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-16T16:22:22.367Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-16T16:22:22.367Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-16T16:22:22.380Z] Removing intermediate container 396f3fb3169e [2023-01-16T16:22:22.380Z] ---> 204127fa65cc [2023-01-16T16:22:22.380Z] Step 19/21 : LABEL arch=x86_64 [2023-01-16T16:22:22.380Z] ---> Running in ca1b171c81f2 [2023-01-16T16:22:22.380Z] ---> Running in 968d519a3a21 [2023-01-16T16:22:22.380Z] ---> Running in 7da37a074138 [2023-01-16T16:22:22.380Z] Removing intermediate container b5b185af61a2 [2023-01-16T16:22:22.380Z] ---> 7ff081a2c7ef [2023-01-16T16:22:22.380Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:22:22.380Z] Removing intermediate container 7da37a074138 [2023-01-16T16:22:22.380Z] ---> 70def70fb61a [2023-01-16T16:22:22.380Z] Step 20/21 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:22:22.380Z] Removing intermediate container 968d519a3a21 [2023-01-16T16:22:22.380Z] ---> 74fad44610f5 [2023-01-16T16:22:22.380Z] [2023-01-16T16:22:22.380Z] Removing intermediate container e2eb414e1944 [2023-01-16T16:22:22.380Z] ---> 3a49b9aa2649 [2023-01-16T16:22:22.380Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-16T16:22:22.380Z] ---> Running in c33b4c10ad80 [2023-01-16T16:22:22.380Z] ---> Running in 3fd951fbf067 [2023-01-16T16:22:22.380Z] ---> 4d6d0d37eec2 [2023-01-16T16:22:22.380Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-16T16:22:22.380Z] Successfully built 74fad44610f5 [2023-01-16T16:22:22.380Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-16T16:22:22.380Z]  Building security-spiffe-token-provider ... done Building core-metadata [2023-01-16T16:22:22.380Z] Removing intermediate container c33b4c10ad80 [2023-01-16T16:22:22.380Z] ---> 3f8eddd429a5 [2023-01-16T16:22:22.380Z] Step 21/21 : LABEL version=0.0.0 [2023-01-16T16:22:22.380Z] Removing intermediate container 3fd951fbf067 [2023-01-16T16:22:22.380Z] ---> 6336332447d7 [2023-01-16T16:22:22.380Z] Step 22/24 : LABEL arch=x86_64 [2023-01-16T16:22:22.637Z] ---> Running in 06a902b82c08 [2023-01-16T16:22:22.637Z] ---> Running in 1e7761bcc0b4 [2023-01-16T16:22:22.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:22.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:22.896Z] OK: 211 MiB in 51 packages [2023-01-16T16:22:24.987Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-16T16:22:25.952Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-16T16:22:25.952Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-16T16:22:25.952Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-16T16:22:25.952Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-16T16:22:27.095Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:22:27.095Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:22:27.095Z] ---> 2810975dc9c7 [2023-01-16T16:22:27.095Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-16T16:22:27.095Z] ---> Using cache [2023-01-16T16:22:27.095Z] ---> 8707960f9dd9 [2023-01-16T16:22:27.095Z] Step 4/24 : WORKDIR /edgex-go [2023-01-16T16:22:27.095Z] ---> Using cache [2023-01-16T16:22:27.095Z] ---> a8dd8d5d6060 [2023-01-16T16:22:27.095Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-16T16:22:27.095Z] ---> Using cache [2023-01-16T16:22:27.095Z] ---> b21cbf7ff160 [2023-01-16T16:22:27.095Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-16T16:22:27.095Z] ---> Using cache [2023-01-16T16:22:27.095Z] ---> f66f9a9c8b29 [2023-01-16T16:22:27.095Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:22:27.095Z] ---> Using cache [2023-01-16T16:22:27.095Z] ---> cde9792c0b2f [2023-01-16T16:22:27.095Z] Step 8/24 : COPY . . [2023-01-16T16:22:27.095Z] ---> Using cache [2023-01-16T16:22:27.095Z] ---> 278cca2d68ca [2023-01-16T16:22:27.095Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-16T16:22:27.095Z] Removing intermediate container 06a902b82c08 [2023-01-16T16:22:27.095Z] ---> 511a6fbf811b [2023-01-16T16:22:27.095Z] [2023-01-16T16:22:27.095Z] Removing intermediate container 1e7761bcc0b4 [2023-01-16T16:22:27.095Z] ---> 28c2fcdcdb19 [2023-01-16T16:22:27.095Z] Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:22:27.353Z] ---> 0578eb040cb5 [2023-01-16T16:22:27.353Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-16T16:22:27.353Z] ---> Running in 60678983b187 [2023-01-16T16:22:27.353Z] ---> Running in 3e6c76839e81 [2023-01-16T16:22:27.353Z] Successfully built 511a6fbf811b [2023-01-16T16:22:27.353Z] Successfully tagged security-proxy-setup:latest [2023-01-16T16:22:27.353Z] Building support-notifications [2023-01-16T16:22:27.353Z]  Building security-proxy-setup ... done Removing intermediate container ca1b171c81f2 [2023-01-16T16:22:27.353Z] ---> 3f9d31fb2b02 [2023-01-16T16:22:27.353Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-16T16:22:27.353Z] Removing intermediate container 3e6c76839e81 [2023-01-16T16:22:27.353Z] ---> 8cdfb2ee8490 [2023-01-16T16:22:27.353Z] Step 24/24 : LABEL version=0.0.0 [2023-01-16T16:22:27.353Z] ---> 1dc8aff5db77 [2023-01-16T16:22:27.353Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-16T16:22:27.353Z] ---> Running in 8f8409df4f5e [2023-01-16T16:22:27.611Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-16T16:22:30.211Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-16T16:22:30.211Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-16T16:22:30.211Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-16T16:22:30.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-16T16:22:30.951Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:22:30.951Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:22:30.951Z] ---> 2810975dc9c7 [2023-01-16T16:22:30.951Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-16T16:22:30.951Z] ---> Using cache [2023-01-16T16:22:30.951Z] ---> 8707960f9dd9 [2023-01-16T16:22:30.951Z] Step 4/22 : WORKDIR /edgex-go [2023-01-16T16:22:30.951Z] ---> Using cache [2023-01-16T16:22:30.951Z] ---> a8dd8d5d6060 [2023-01-16T16:22:30.951Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-16T16:22:34.268Z] ---> 6b3d1bff9f3e [2023-01-16T16:22:34.268Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:22:34.268Z] Removing intermediate container 8f8409df4f5e [2023-01-16T16:22:34.268Z] ---> af38d725f7c3 [2023-01-16T16:22:34.268Z] [2023-01-16T16:22:34.268Z] ---> Running in 539e78c50f89 [2023-01-16T16:22:34.268Z] ---> 1298249de564 [2023-01-16T16:22:34.268Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-16T16:22:34.268Z] ---> Running in dcd65c72c182 [2023-01-16T16:22:34.268Z] Successfully built af38d725f7c3 [2023-01-16T16:22:34.268Z] Successfully tagged security-secretstore-setup:latest [2023-01-16T16:22:34.268Z] Building security-spire-server [2023-01-16T16:22:36.800Z]  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:22:36.800Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:22:36.800Z] ---> 2810975dc9c7 [2023-01-16T16:22:36.800Z] Step 3/23 : WORKDIR /edgex-go [2023-01-16T16:22:36.800Z] ---> Using cache [2023-01-16T16:22:36.800Z] ---> 38d1d89d2966 [2023-01-16T16:22:36.800Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-16T16:22:36.800Z] ---> Using cache [2023-01-16T16:22:36.800Z] ---> 3f9d31fb2b02 [2023-01-16T16:22:36.800Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-16T16:22:36.800Z] ---> Using cache [2023-01-16T16:22:36.800Z] ---> 6b3d1bff9f3e [2023-01-16T16:22:36.800Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:22:38.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:38.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:22:39.236Z] OK: 211 MiB in 51 packages [2023-01-16T16:22:41.288Z] ---> 3a8819afb812 [2023-01-16T16:22:41.288Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-16T16:22:41.288Z] ---> Running in 27ef4a94318e [2023-01-16T16:22:41.547Z] ---> ff10c0f0e7b4 [2023-01-16T16:22:41.547Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-16T16:22:41.824Z] Removing intermediate container 539e78c50f89 [2023-01-16T16:22:41.824Z] ---> 9af9215e9878 [2023-01-16T16:22:41.824Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-16T16:22:41.824Z] ---> f9d9300eaf57 [2023-01-16T16:22:41.824Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-16T16:22:41.824Z] ---> Running in a92d4d1660f2 [2023-01-16T16:22:41.824Z] ---> f975ed2713ec [2023-01-16T16:22:41.824Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:22:42.083Z] ---> Running in e67d839d3fe8 [2023-01-16T16:22:42.342Z] Removing intermediate container a92d4d1660f2 [2023-01-16T16:22:42.342Z] ---> 91b99ec6c81c [2023-01-16T16:22:42.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.365s coverage: 28.7% of statements [2023-01-16T16:22:42.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-16T16:22:42.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-16T16:22:42.600Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-16T16:22:42.600Z] ---> Running in dd301d305cbb [2023-01-16T16:22:42.600Z] Removing intermediate container dd301d305cbb [2023-01-16T16:22:42.600Z] ---> 0151d9c73f80 [2023-01-16T16:22:42.600Z] Step 29/32 : CMD ["gate"] [2023-01-16T16:22:42.600Z] ---> Running in 6f0993399767 [2023-01-16T16:22:42.865Z] Removing intermediate container 6f0993399767 [2023-01-16T16:22:42.865Z] ---> 5fd976846457 [2023-01-16T16:22:42.865Z] Step 30/32 : LABEL arch=x86_64 [2023-01-16T16:22:42.865Z] ---> Running in 57f215e19cc9 [2023-01-16T16:22:42.865Z] Removing intermediate container 57f215e19cc9 [2023-01-16T16:22:42.866Z] ---> 1cbbdf675c75 [2023-01-16T16:22:42.866Z] Step 31/32 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:22:43.134Z] ---> Running in 97069114e02d [2023-01-16T16:22:43.422Z] Removing intermediate container 97069114e02d [2023-01-16T16:22:43.422Z] ---> 337473919caf [2023-01-16T16:22:43.422Z] Step 32/32 : LABEL version=0.0.0 [2023-01-16T16:22:43.684Z] ---> Running in 59fb9e774b54 [2023-01-16T16:22:43.944Z] Removing intermediate container 59fb9e774b54 [2023-01-16T16:22:43.944Z] ---> 787a360f15a7 [2023-01-16T16:22:43.944Z] [2023-01-16T16:22:43.944Z] Successfully built 787a360f15a7 [2023-01-16T16:22:43.944Z] Successfully tagged security-bootstrapper:latest [2023-01-16T16:22:43.944Z] Building core-command [2023-01-16T16:22:46.480Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:22:46.480Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:22:46.480Z] ---> 2810975dc9c7 [2023-01-16T16:22:46.480Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-16T16:22:46.480Z] ---> Using cache [2023-01-16T16:22:46.480Z] ---> 8707960f9dd9 [2023-01-16T16:22:46.480Z] Step 4/23 : WORKDIR /edgex-go [2023-01-16T16:22:46.480Z] ---> Using cache [2023-01-16T16:22:46.480Z] ---> a8dd8d5d6060 [2023-01-16T16:22:46.480Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-16T16:22:46.480Z] ---> Using cache [2023-01-16T16:22:46.480Z] ---> b21cbf7ff160 [2023-01-16T16:22:46.480Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-16T16:22:46.480Z] ---> Using cache [2023-01-16T16:22:46.480Z] ---> f66f9a9c8b29 [2023-01-16T16:22:46.480Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:22:46.480Z] ---> Using cache [2023-01-16T16:22:46.480Z] ---> cde9792c0b2f [2023-01-16T16:22:46.480Z] Step 8/23 : COPY . . [2023-01-16T16:22:46.480Z] ---> Using cache [2023-01-16T16:22:46.480Z] ---> 278cca2d68ca [2023-01-16T16:22:46.480Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-16T16:22:50.803Z] ---> Running in 679073baf751 [2023-01-16T16:22:50.804Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-16T16:22:52.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.567s coverage: 98.5% of statements [2023-01-16T16:22:55.232Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.827s coverage: 43.0% of statements [2023-01-16T16:22:55.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-16T16:22:55.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-16T16:22:55.232Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.131s coverage: 54.0% of statements [2023-01-16T16:22:55.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-16T16:22:55.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-16T16:23:06.190Z] Removing intermediate container 60678983b187 [2023-01-16T16:23:06.190Z] ---> 2f995135e5ee [2023-01-16T16:23:06.190Z] [2023-01-16T16:23:06.190Z] Step 10/24 : FROM alpine:3.16 [2023-01-16T16:23:06.190Z] ---> bfe296a52501 [2023-01-16T16:23:06.190Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-16T16:23:06.190Z] ---> Using cache [2023-01-16T16:23:06.190Z] ---> 5e6d8ace3532 [2023-01-16T16:23:06.190Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-16T16:23:06.190Z] ---> Using cache [2023-01-16T16:23:06.190Z] ---> 2b305b6007f0 [2023-01-16T16:23:06.190Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-16T16:23:10.669Z] ---> Running in 1323e33687a8 [2023-01-16T16:23:10.669Z] Removing intermediate container 1323e33687a8 [2023-01-16T16:23:10.669Z] ---> d836c521fc64 [2023-01-16T16:23:10.669Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-16T16:23:10.932Z] ---> Running in 70c8a1ad1c54 [2023-01-16T16:23:11.508Z] Removing intermediate container 70c8a1ad1c54 [2023-01-16T16:23:11.508Z] ---> cd28883a6ec6 [2023-01-16T16:23:11.508Z] Step 15/24 : WORKDIR / [2023-01-16T16:23:12.235Z] ---> Running in 4801093b26c1 [2023-01-16T16:23:14.846Z] Removing intermediate container 4801093b26c1 [2023-01-16T16:23:14.846Z] ---> 1c2d87acc381 [2023-01-16T16:23:14.846Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:23:17.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.733s coverage: 89.2% of statements [2023-01-16T16:23:17.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-16T16:23:17.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-16T16:23:17.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-16T16:23:17.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-16T16:23:17.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-16T16:23:17.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.616s coverage: 2.4% of statements [2023-01-16T16:23:17.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-16T16:23:17.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-16T16:23:18.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.364s coverage: 95.6% of statements [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-16T16:23:18.687Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.531s coverage: 72.2% of statements [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-16T16:23:18.687Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.581s coverage: 60.0% of statements [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-16T16:23:18.687Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.581s coverage: 0.9% of statements [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-16T16:23:18.687Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.406s coverage: 58.8% of statements [2023-01-16T16:23:18.687Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.529s coverage: 29.6% of statements [2023-01-16T16:23:18.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-16T16:23:18.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.324s coverage: 47.1% of statements [2023-01-16T16:23:21.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.450s coverage: 79.5% of statements [2023-01-16T16:23:21.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.313s coverage: 94.1% of statements [2023-01-16T16:23:22.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.320s coverage: 96.3% of statements [2023-01-16T16:23:22.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.383s coverage: 87.5% of statements [2023-01-16T16:23:27.635Z] ---> 1a4996448f37 [2023-01-16T16:23:27.635Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-16T16:23:27.635Z] Removing intermediate container 27ef4a94318e [2023-01-16T16:23:27.635Z] ---> fbe28b6b66ed [2023-01-16T16:23:27.635Z] Step 7/23 : COPY . . [2023-01-16T16:23:27.635Z] Removing intermediate container e67d839d3fe8 [2023-01-16T16:23:27.635Z] ---> 239339ece9f0 [2023-01-16T16:23:27.635Z] Step 8/22 : COPY . . [2023-01-16T16:23:27.635Z] Removing intermediate container dcd65c72c182 [2023-01-16T16:23:27.635Z] ---> b29cabf122bb [2023-01-16T16:23:27.635Z] Step 7/24 : COPY . . [2023-01-16T16:23:37.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.400s coverage: 94.4% of statements [2023-01-16T16:23:37.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.232s coverage: 44.8% of statements [2023-01-16T16:23:42.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.790s coverage: 79.9% of statements [2023-01-16T16:23:42.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-16T16:23:45.924Z] ---> e4be2aab08be [2023-01-16T16:23:45.924Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-16T16:23:45.924Z] ---> 5783125cfb4c [2023-01-16T16:23:45.924Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-16T16:23:45.924Z] ---> a263a6e1bb7d [2023-01-16T16:23:45.924Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-16T16:23:45.924Z] ---> fd9eccf9ffb6 [2023-01-16T16:23:45.924Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-16T16:23:45.924Z] Removing intermediate container 679073baf751 [2023-01-16T16:23:45.924Z] ---> 756ebb462941 [2023-01-16T16:23:45.924Z] [2023-01-16T16:23:45.924Z] Step 10/23 : FROM alpine:3.16 [2023-01-16T16:23:45.924Z] ---> bfe296a52501 [2023-01-16T16:23:45.924Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-16T16:23:45.924Z] ---> Using cache [2023-01-16T16:23:45.924Z] ---> 5e6d8ace3532 [2023-01-16T16:23:45.924Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-16T16:23:45.924Z] ---> Using cache [2023-01-16T16:23:45.924Z] ---> 2b305b6007f0 [2023-01-16T16:23:45.924Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-16T16:23:45.924Z] ---> Running in 6a10a8ac43d1 [2023-01-16T16:23:45.924Z] ---> Running in bcbceb98dd69 [2023-01-16T16:23:45.924Z] ---> Running in a1d051fa2d53 [2023-01-16T16:23:45.924Z] ---> Running in f70f95a5e6a3 [2023-01-16T16:23:45.924Z] ---> c17ef6e87197 [2023-01-16T16:23:45.924Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-16T16:23:45.924Z] Removing intermediate container a1d051fa2d53 [2023-01-16T16:23:45.924Z] ---> b30f2506ff3c [2023-01-16T16:23:45.924Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-16T16:23:45.924Z] Removing intermediate container 6a10a8ac43d1 [2023-01-16T16:23:45.924Z] ---> c1ce20ceee72 [2023-01-16T16:23:45.924Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-16T16:23:45.924Z] Removing intermediate container bcbceb98dd69 [2023-01-16T16:23:45.924Z] ---> 64bf03f35946 [2023-01-16T16:23:45.924Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-16T16:23:45.924Z] ---> 2cbef875e636 [2023-01-16T16:23:45.924Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-16T16:23:45.924Z] ---> Running in 42c4d6cd4ce0 [2023-01-16T16:23:45.924Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-16T16:23:45.924Z] ---> Running in 57e82c9aaf34 [2023-01-16T16:23:45.924Z] ---> Running in a6194ca96a23 [2023-01-16T16:23:45.924Z] ---> Running in efd931f93eb7 [2023-01-16T16:23:45.924Z] Removing intermediate container 42c4d6cd4ce0 [2023-01-16T16:23:45.924Z] ---> d6b77b380eab [2023-01-16T16:23:45.924Z] Step 15/23 : WORKDIR / [2023-01-16T16:23:45.924Z] Removing intermediate container 57e82c9aaf34 [2023-01-16T16:23:45.924Z] ---> 6c3d1c2f8509 [2023-01-16T16:23:45.924Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-16T16:23:45.924Z] ---> Running in b97c42632119 [2023-01-16T16:23:45.924Z] Removing intermediate container efd931f93eb7 [2023-01-16T16:23:45.924Z] ---> 7844c1450b38 [2023-01-16T16:23:45.924Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"]Removing intermediate container a6194ca96a23 [2023-01-16T16:23:45.924Z] [2023-01-16T16:23:45.924Z] ---> cbc18d946d44 [2023-01-16T16:23:45.924Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-16T16:23:45.924Z] ---> Running in 3bf31c1a842d [2023-01-16T16:23:45.924Z] ---> Running in ac7109085f80 [2023-01-16T16:23:45.924Z] ---> Running in 70a435171f06 [2023-01-16T16:23:45.924Z] Removing intermediate container b97c42632119 [2023-01-16T16:23:45.924Z] ---> 367c34a2c21a [2023-01-16T16:23:45.924Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:23:45.924Z] Removing intermediate container 70a435171f06 [2023-01-16T16:23:45.924Z] ---> 6a76cd6daa91 [2023-01-16T16:23:45.924Z] Step 22/24 : LABEL arch=x86_64 [2023-01-16T16:23:45.924Z] ---> Running in 7f45123bcc06 [2023-01-16T16:23:45.924Z] ---> 6f4779de53c9 [2023-01-16T16:23:45.924Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-16T16:23:45.924Z] Removing intermediate container 7f45123bcc06 [2023-01-16T16:23:45.924Z] ---> 0a69b6eb33aa [2023-01-16T16:23:45.924Z] Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:23:45.924Z] ---> Running in c9f4190a939b [2023-01-16T16:23:46.182Z] Removing intermediate container c9f4190a939b [2023-01-16T16:23:46.182Z] ---> 5abaddd8138c [2023-01-16T16:23:46.182Z] Step 24/24 : LABEL version=0.0.0 [2023-01-16T16:23:46.440Z] ---> Running in f72fcb6b55c8 [2023-01-16T16:23:46.441Z] ---> 44947c9189e7 [2023-01-16T16:23:46.441Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-16T16:23:46.441Z] Removing intermediate container ac7109085f80 [2023-01-16T16:23:46.441Z] ---> 1c49691d505c [2023-01-16T16:23:46.441Z] Step 11/24 : WORKDIR /edgex-go [2023-01-16T16:23:46.441Z] ---> Running in ec3b9603ceb8 [2023-01-16T16:23:46.441Z] Removing intermediate container f72fcb6b55c8 [2023-01-16T16:23:46.441Z] ---> 3afe850b104d [2023-01-16T16:23:46.441Z] [2023-01-16T16:23:46.698Z] ---> 5d89bac512ef [2023-01-16T16:23:46.698Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-16T16:23:46.698Z] Removing intermediate container 3bf31c1a842d [2023-01-16T16:23:46.698Z] ---> 34abef241513 [2023-01-16T16:23:46.699Z] Step 11/23 : WORKDIR /edgex-go [2023-01-16T16:23:46.699Z] ---> Running in d3f587097c23 [2023-01-16T16:23:46.699Z] ---> Running in fb85d2909535 [2023-01-16T16:23:46.699Z] Successfully built 3afe850b104d [2023-01-16T16:23:46.699Z] Removing intermediate container ec3b9603ceb8 [2023-01-16T16:23:46.699Z] ---> 5ae2f85776ab [2023-01-16T16:23:46.699Z] [2023-01-16T16:23:46.699Z] Step 12/24 : FROM alpine:3.15 [2023-01-16T16:23:46.699Z] Successfully tagged core-metadata:latest [2023-01-16T16:23:46.699Z]  Building core-metadata ... done Building security-spire-agent [2023-01-16T16:23:46.699Z] ---> c4fc93816858 [2023-01-16T16:23:46.699Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-16T16:23:46.699Z] ---> Using cache [2023-01-16T16:23:46.699Z] ---> 5c543799dd83 [2023-01-16T16:23:46.699Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-16T16:23:46.699Z] ---> Running in bccc58a8c00e [2023-01-16T16:23:46.699Z] Removing intermediate container d3f587097c23 [2023-01-16T16:23:46.699Z] ---> ca65f89c6126 [2023-01-16T16:23:46.699Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-16T16:23:48.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.301s coverage: 92.9% of statements [2023-01-16T16:23:48.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-16T16:23:48.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-16T16:23:48.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-16T16:23:48.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements [2023-01-16T16:23:48.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-16T16:23:48.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-16T16:23:48.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-16T16:23:48.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-16T16:23:48.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.347s coverage: 86.9% of statements [2023-01-16T16:23:48.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-16T16:23:48.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-16T16:23:48.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-16T16:23:48.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-16T16:23:49.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.257s coverage: 87.2% of statements [2023-01-16T16:23:49.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-16T16:23:49.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-16T16:23:49.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.204s coverage: 100.0% of statements [2023-01-16T16:23:49.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-16T16:23:49.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.324s coverage: 77.4% of statements [2023-01-16T16:23:49.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-16T16:23:49.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.280s coverage: 80.0% of statements [2023-01-16T16:23:49.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.221s coverage: 87.2% of statements [2023-01-16T16:23:49.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.747s coverage: 91.2% of statements [2023-01-16T16:23:49.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-16T16:23:50.936Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:23:50.936Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:23:50.936Z] ---> 2810975dc9c7 [2023-01-16T16:23:50.936Z] Step 3/24 : WORKDIR /edgex-go [2023-01-16T16:23:50.936Z] ---> Using cache [2023-01-16T16:23:50.936Z] ---> 38d1d89d2966 [2023-01-16T16:23:50.936Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-16T16:23:50.936Z] ---> Using cache [2023-01-16T16:23:50.936Z] ---> 3f9d31fb2b02 [2023-01-16T16:23:50.936Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-16T16:23:50.936Z] ---> Using cache [2023-01-16T16:23:50.936Z] ---> 6b3d1bff9f3e [2023-01-16T16:23:50.936Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:23:50.936Z] ---> Using cache [2023-01-16T16:23:50.936Z] ---> fbe28b6b66ed [2023-01-16T16:23:50.936Z] Step 7/24 : COPY . . [2023-01-16T16:23:50.936Z] ---> Using cache [2023-01-16T16:23:50.936Z] ---> 5783125cfb4c [2023-01-16T16:23:50.936Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-16T16:23:50.936Z] ---> Using cache [2023-01-16T16:23:50.936Z] ---> c1ce20ceee72 [2023-01-16T16:23:50.936Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-16T16:23:50.936Z] ---> Using cache [2023-01-16T16:23:50.936Z] ---> 6c3d1c2f8509 [2023-01-16T16:23:50.936Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-16T16:23:51.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.958s coverage: 64.7% of statements [2023-01-16T16:23:51.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-16T16:23:51.591Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-16T16:23:51.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.234s coverage: 100.0% of statements [2023-01-16T16:23:51.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 89.4% of statements [2023-01-16T16:23:51.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.096s coverage: 100.0% of statements [2023-01-16T16:23:51.871Z] ---> Running in d3755dddc5a4 [2023-01-16T16:23:52.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:23:52.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.122s coverage: 73.7% of statements [2023-01-16T16:23:53.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2023-01-16T16:23:53.107Z] Removing intermediate container fb85d2909535 [2023-01-16T16:23:53.107Z] ---> 5986e7c4a974 [2023-01-16T16:23:53.107Z] [2023-01-16T16:23:53.107Z] Step 12/23 : FROM alpine:3.15 [2023-01-16T16:23:53.107Z] ---> c4fc93816858 [2023-01-16T16:23:53.107Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-16T16:23:53.107Z] ---> Using cache [2023-01-16T16:23:53.107Z] ---> 5c543799dd83 [2023-01-16T16:23:53.107Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-16T16:23:53.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:23:53.608Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-16T16:23:53.608Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-16T16:23:53.608Z] OK: 15859 distinct packages available [2023-01-16T16:23:53.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:23:53.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:23:54.125Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-16T16:23:54.125Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-16T16:23:54.125Z] (3/4) Installing libucontext (1.1-r0) [2023-01-16T16:23:54.125Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-16T16:23:54.125Z] Executing busybox-1.34.1-r7.trigger [2023-01-16T16:23:54.125Z] OK: 6 MiB in 18 packages [2023-01-16T16:23:54.694Z] ---> Running in eecce176da05 [2023-01-16T16:23:54.694Z] Removing intermediate container d3755dddc5a4 [2023-01-16T16:23:54.694Z] ---> 8bb879121068 [2023-01-16T16:23:54.694Z] Step 21/23 : LABEL arch=x86_64 [2023-01-16T16:23:54.694Z] ---> Running in e74bad8251c9 [2023-01-16T16:23:54.952Z] ---> Running in 2bdb5acca6bf [2023-01-16T16:23:54.952Z] Removing intermediate container 2bdb5acca6bf [2023-01-16T16:23:54.952Z] ---> 1627fcb2ee1b [2023-01-16T16:23:54.952Z] Step 22/23 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:23:54.952Z] ---> Running in 92fb4a9283e1 [2023-01-16T16:23:55.216Z] Removing intermediate container bccc58a8c00e [2023-01-16T16:23:55.216Z] ---> 650415fb6f29 [2023-01-16T16:23:55.216Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-16T16:23:55.474Z] Removing intermediate container 92fb4a9283e1 [2023-01-16T16:23:55.474Z] ---> c56291ff9365 [2023-01-16T16:23:55.474Z] Step 23/23 : LABEL version=0.0.0 [2023-01-16T16:23:55.474Z] ---> Running in 70454e81b29b [2023-01-16T16:23:55.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:23:55.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:23:56.076Z] Removing intermediate container 70454e81b29b [2023-01-16T16:23:56.076Z] ---> 2f11c6d6e4fb [2023-01-16T16:23:56.076Z] [2023-01-16T16:23:56.076Z] Successfully built 2f11c6d6e4fb [2023-01-16T16:23:56.076Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-16T16:23:56.076Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-16T16:23:56.076Z] OK: 15859 distinct packages available [2023-01-16T16:23:56.076Z] Successfully tagged core-command:latest [2023-01-16T16:23:56.593Z]  Building core-command ... done Building core-data [2023-01-16T16:23:56.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:23:56.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:23:57.254Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-16T16:23:57.254Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-16T16:23:57.254Z] (3/5) Installing libucontext (1.1-r0) [2023-01-16T16:23:57.254Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-16T16:23:57.254Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-16T16:23:57.254Z] Executing busybox-1.34.1-r7.trigger [2023-01-16T16:23:57.254Z] OK: 7 MiB in 19 packages [2023-01-16T16:23:59.494Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:23:59.494Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:23:59.494Z] ---> 2810975dc9c7 [2023-01-16T16:23:59.494Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-16T16:23:59.494Z] ---> Using cache [2023-01-16T16:23:59.494Z] ---> 8707960f9dd9 [2023-01-16T16:23:59.494Z] Step 4/22 : WORKDIR /edgex-go [2023-01-16T16:23:59.494Z] ---> Using cache [2023-01-16T16:23:59.494Z] ---> a8dd8d5d6060 [2023-01-16T16:23:59.494Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-16T16:23:59.494Z] ---> Using cache [2023-01-16T16:23:59.494Z] ---> b21cbf7ff160 [2023-01-16T16:23:59.494Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-16T16:23:59.494Z] ---> Using cache [2023-01-16T16:23:59.494Z] ---> f66f9a9c8b29 [2023-01-16T16:23:59.494Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:23:59.494Z] ---> Using cache [2023-01-16T16:23:59.494Z] ---> cde9792c0b2f [2023-01-16T16:23:59.494Z] Step 8/22 : COPY . . [2023-01-16T16:23:59.494Z] ---> Using cache [2023-01-16T16:23:59.494Z] ---> 278cca2d68ca [2023-01-16T16:23:59.494Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-16T16:23:59.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.260s coverage: 65.8% of statements [2023-01-16T16:23:59.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-16T16:23:59.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-16T16:23:59.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-16T16:24:01.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.882s coverage: 41.8% of statements [2023-01-16T16:24:01.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-16T16:24:01.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-16T16:24:01.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.268s coverage: 89.5% of statements [2023-01-16T16:24:01.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-16T16:24:01.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.285s coverage: 84.8% of statements [2023-01-16T16:24:01.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-16T16:24:01.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-16T16:24:01.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-16T16:24:01.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-16T16:24:06.287Z] ---> af915bb737c3 [2023-01-16T16:24:06.287Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-16T16:24:06.287Z] ---> Running in f204fef14db9 [2023-01-16T16:24:06.547Z] Removing intermediate container e74bad8251c9 [2023-01-16T16:24:06.547Z] ---> e9febf8fb862 [2023-01-16T16:24:06.547Z] Step 11/24 : WORKDIR /edgex-go [2023-01-16T16:24:06.547Z] ---> 7187150f6e37 [2023-01-16T16:24:06.547Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-16T16:24:06.547Z] ---> Running in 6d1d325fb817 [2023-01-16T16:24:06.547Z] Removing intermediate container eecce176da05 [2023-01-16T16:24:06.547Z] ---> 8225a7844fd4 [2023-01-16T16:24:06.547Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-16T16:24:06.547Z] ---> Running in 6371a913515c [2023-01-16T16:24:06.547Z] Removing intermediate container 6d1d325fb817 [2023-01-16T16:24:06.547Z] ---> 6686472d2b92 [2023-01-16T16:24:06.547Z] [2023-01-16T16:24:06.547Z] Step 12/24 : FROM alpine:3.15 [2023-01-16T16:24:06.547Z] ---> c4fc93816858 [2023-01-16T16:24:06.547Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-16T16:24:06.547Z] ---> Using cache [2023-01-16T16:24:06.547Z] ---> 5c543799dd83 [2023-01-16T16:24:06.547Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-16T16:24:06.547Z] ---> Using cache [2023-01-16T16:24:06.547Z] ---> 8225a7844fd4 [2023-01-16T16:24:06.547Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-16T16:24:06.547Z] Removing intermediate container 6371a913515c [2023-01-16T16:24:06.547Z] ---> 0d8e1935e540 [2023-01-16T16:24:06.547Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-16T16:24:06.547Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-16T16:24:07.008Z] ---> fa940c41c6a6 [2023-01-16T16:24:07.008Z] Step 19/24 : WORKDIR / [2023-01-16T16:24:07.008Z] ---> Running in f853cce955fe [2023-01-16T16:24:09.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.306s coverage: 17.7% of statements [2023-01-16T16:24:09.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-16T16:24:09.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-16T16:24:09.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-16T16:24:09.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-16T16:24:09.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.700s coverage: 92.3% of statements [2023-01-16T16:24:09.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-16T16:24:09.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-16T16:24:09.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-16T16:24:09.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-16T16:24:09.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.292s coverage: 63.2% of statements [2023-01-16T16:24:09.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-16T16:24:09.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-16T16:24:09.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.456s coverage: 97.7% of statements [2023-01-16T16:24:09.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-16T16:24:09.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-16T16:24:09.326Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-01-16T16:24:09.326Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-16T16:24:09.326Z] go vet ./... [2023-01-16T16:24:12.431Z] Removing intermediate container f853cce955fe [2023-01-16T16:24:12.431Z] ---> 280c97355f80 [2023-01-16T16:24:12.431Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-16T16:24:15.012Z] ---> 8e533e0170e7 [2023-01-16T16:24:15.012Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-16T16:24:15.012Z] ---> a2e6b45aadc3 [2023-01-16T16:24:15.012Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-16T16:24:15.273Z] ---> Running in f9e6be9e75f6 [2023-01-16T16:24:23.552Z] ---> c6470888583d [2023-01-16T16:24:23.552Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-16T16:24:24.937Z] ---> 05edd1c12d6f [2023-01-16T16:24:24.937Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-16T16:24:24.937Z] Removing intermediate container f9e6be9e75f6 [2023-01-16T16:24:24.937Z] ---> 61e8f7f5fe13 [2023-01-16T16:24:24.937Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-16T16:24:34.462Z] ---> 268c7f64dec4 [2023-01-16T16:24:34.462Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-16T16:24:34.462Z] ---> Running in d5f98016efc6 [2023-01-16T16:24:34.462Z] ---> cfbdcc9f6d5f [2023-01-16T16:24:34.462Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-16T16:24:34.723Z] Removing intermediate container d5f98016efc6 [2023-01-16T16:24:34.723Z] ---> 52b10c2c3529 [2023-01-16T16:24:34.723Z] Step 22/24 : LABEL arch=x86_64 [2023-01-16T16:24:34.723Z] ---> 93e36bbf4b42 [2023-01-16T16:24:34.723Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-16T16:24:34.723Z] ---> 6784a544b6ef [2023-01-16T16:24:34.723Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-16T16:24:34.723Z] ---> Running in 252b2d6c4640 [2023-01-16T16:24:34.984Z] Removing intermediate container f70f95a5e6a3 [2023-01-16T16:24:34.984Z] ---> 9dde3498c78e [2023-01-16T16:24:34.984Z] [2023-01-16T16:24:34.984Z] Step 10/22 : FROM alpine:3.16 [2023-01-16T16:24:34.984Z] ---> bfe296a52501 [2023-01-16T16:24:34.984Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-16T16:24:37.554Z] ---> Running in 873f2ad4161f [2023-01-16T16:24:37.554Z] ---> Running in 8e39a66c2b26 [2023-01-16T16:24:39.473Z] ---> 0974c3d131cc [2023-01-16T16:24:39.473Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-16T16:24:39.473Z] Removing intermediate container 252b2d6c4640 [2023-01-16T16:24:39.473Z] ---> 92fa7ad4439f [2023-01-16T16:24:39.473Z] Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:24:39.473Z] ---> Running in 30d8cca454fe [2023-01-16T16:24:39.473Z] Removing intermediate container 873f2ad4161f [2023-01-16T16:24:39.473Z] ---> 62e02e59b7ac [2023-01-16T16:24:39.473Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-16T16:24:39.473Z] ---> Running in 71eabf62ee53 [2023-01-16T16:24:39.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:24:39.733Z] Removing intermediate container f204fef14db9 [2023-01-16T16:24:39.733Z] ---> e98b6cec9462 [2023-01-16T16:24:39.733Z] [2023-01-16T16:24:39.733Z] Step 10/22 : FROM alpine:3.16 [2023-01-16T16:24:39.733Z] ---> bfe296a52501 [2023-01-16T16:24:39.733Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-16T16:24:39.733Z] ---> Running in 3028c65f91f2 [2023-01-16T16:24:39.733Z] Removing intermediate container 30d8cca454fe [2023-01-16T16:24:39.733Z] ---> 3051421c1bf4 [2023-01-16T16:24:39.733Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-16T16:24:39.733Z] Removing intermediate container 71eabf62ee53 [2023-01-16T16:24:39.733Z] ---> 5187e54bb8be [2023-01-16T16:24:39.733Z] Step 24/24 : LABEL version=0.0.0 [2023-01-16T16:24:39.733Z] ---> Running in 840ff9c02788 [2023-01-16T16:24:39.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:24:39.733Z] ---> Running in 39ce07d6083b [2023-01-16T16:24:39.733Z] ---> Running in 12d77a4d2502 [2023-01-16T16:24:39.733Z] Removing intermediate container 3028c65f91f2 [2023-01-16T16:24:39.733Z] ---> f8d0579c594d [2023-01-16T16:24:39.733Z] Step 21/23 : LABEL arch=x86_64 [2023-01-16T16:24:39.733Z] ---> Running in 330663a4d6fb [2023-01-16T16:24:39.733Z] Removing intermediate container 840ff9c02788 [2023-01-16T16:24:39.733Z] ---> 9137b38cfd54 [2023-01-16T16:24:39.733Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-16T16:24:39.995Z] ---> Running in 124ba56ce7ed [2023-01-16T16:24:39.995Z] Removing intermediate container 12d77a4d2502 [2023-01-16T16:24:39.995Z] ---> f3bc5d3dac08 [2023-01-16T16:24:39.995Z] [2023-01-16T16:24:39.995Z] Removing intermediate container 39ce07d6083b [2023-01-16T16:24:39.995Z] ---> d594c8f0c1aa [2023-01-16T16:24:39.995Z] Step 22/24 : LABEL arch=x86_64 [2023-01-16T16:24:39.995Z] Removing intermediate container 330663a4d6fb [2023-01-16T16:24:39.995Z] ---> 51bbd805ad5a [2023-01-16T16:24:39.995Z] Step 22/23 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:24:39.995Z] ---> Running in 0fbf38d99849 [2023-01-16T16:24:39.995Z] ---> Running in c76dd88f44f4 [2023-01-16T16:24:39.995Z] Successfully built f3bc5d3dac08 [2023-01-16T16:24:39.995Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-16T16:24:39.995Z] Successfully tagged security-spire-config:latest [2023-01-16T16:24:39.995Z]  Building security-spire-config ... done (2/2) Installing dumb-init (1.2.5-r1) [2023-01-16T16:24:39.995Z] Removing intermediate container 124ba56ce7ed [2023-01-16T16:24:39.995Z] ---> 126686dbaed4 [2023-01-16T16:24:39.995Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-16T16:24:39.995Z] Executing busybox-1.35.0-r17.trigger [2023-01-16T16:24:39.995Z] Executing ca-certificates-20220614-r0.trigger [2023-01-16T16:24:40.257Z] Removing intermediate container 0fbf38d99849 [2023-01-16T16:24:40.257Z] ---> 70b5d85eb9b0 [2023-01-16T16:24:40.257Z] Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:24:40.257Z] ---> Running in b86e1968bd12 [2023-01-16T16:24:40.257Z] OK: 6 MiB in 16 packages [2023-01-16T16:24:40.257Z] Removing intermediate container c76dd88f44f4 [2023-01-16T16:24:40.257Z] ---> aaf5577d8444 [2023-01-16T16:24:40.257Z] Step 23/23 : LABEL version=0.0.0 [2023-01-16T16:24:40.257Z] ---> Running in 0f0fdf95b2c9 [2023-01-16T16:24:40.257Z] ---> Running in 3de7690ea603 [2023-01-16T16:24:40.257Z] Removing intermediate container b86e1968bd12 [2023-01-16T16:24:40.257Z] ---> 4e923d11be3a [2023-01-16T16:24:40.257Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-16T16:24:40.518Z] ---> Running in ead9252d0f33 [2023-01-16T16:24:40.518Z] Removing intermediate container 0f0fdf95b2c9 [2023-01-16T16:24:40.518Z] ---> faa53d8791a1 [2023-01-16T16:24:40.518Z] Step 24/24 : LABEL version=0.0.0 [2023-01-16T16:24:40.518Z] Removing intermediate container 3de7690ea603 [2023-01-16T16:24:40.518Z] ---> 73e9aa239bac [2023-01-16T16:24:40.518Z] [2023-01-16T16:24:40.518Z] ---> Running in 4f6332e1292d [2023-01-16T16:24:40.518Z] Successfully built 73e9aa239bac [2023-01-16T16:24:40.518Z] Successfully tagged security-spire-server:latest [2023-01-16T16:24:40.779Z]  Building security-spire-server ... done Removing intermediate container 4f6332e1292d [2023-01-16T16:24:40.779Z] ---> aac995024410 [2023-01-16T16:24:40.779Z] [2023-01-16T16:24:40.779Z] Removing intermediate container 8e39a66c2b26 [2023-01-16T16:24:40.779Z] ---> ac6109fee760 [2023-01-16T16:24:40.779Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-16T16:24:40.779Z] Successfully built aac995024410 [2023-01-16T16:24:40.779Z] ---> Running in cda1e77295f3 [2023-01-16T16:24:40.779Z] Successfully tagged security-spire-agent:latest [2023-01-16T16:24:40.779Z]  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-16T16:24:40.779Z] Removing intermediate container cda1e77295f3 [2023-01-16T16:24:40.779Z] ---> c63581a4845c [2023-01-16T16:24:40.779Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-16T16:24:41.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-16T16:24:41.038Z] ---> Running in 5f5befc1a457 [2023-01-16T16:24:41.038Z] Removing intermediate container 5f5befc1a457 [2023-01-16T16:24:41.038Z] ---> e75f7df0edc1 [2023-01-16T16:24:41.038Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-16T16:24:41.038Z] ---> Running in 53a7ecfc3a72 [2023-01-16T16:24:41.038Z] Removing intermediate container 53a7ecfc3a72 [2023-01-16T16:24:41.038Z] ---> a4c87b8164bc [2023-01-16T16:24:41.038Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:24:41.297Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-16T16:24:41.297Z] Executing busybox-1.35.0-r17.trigger [2023-01-16T16:24:41.297Z] OK: 6 MiB in 15 packages [2023-01-16T16:24:41.297Z] ---> 76f0b3467220 [2023-01-16T16:24:41.297Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-16T16:24:42.947Z] ---> 5c52d537d49a [2023-01-16T16:24:42.947Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-16T16:24:42.947Z] Removing intermediate container ead9252d0f33 [2023-01-16T16:24:42.947Z] ---> 3e4b0fa6460b [2023-01-16T16:24:42.947Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:24:42.947Z] ---> 8b600e3682fb [2023-01-16T16:24:42.947Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-16T16:24:42.947Z] ---> Running in b6f53359f7bb [2023-01-16T16:24:42.947Z] ---> 3f1be47cf1a6 [2023-01-16T16:24:42.947Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-16T16:24:42.947Z] Removing intermediate container b6f53359f7bb [2023-01-16T16:24:42.947Z] ---> c3f3c8d38f55 [2023-01-16T16:24:42.947Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-16T16:24:43.275Z] ---> Running in 5deb2d7e5c83 [2023-01-16T16:24:43.541Z] Removing intermediate container 5deb2d7e5c83 [2023-01-16T16:24:43.541Z] ---> 692615439bfb [2023-01-16T16:24:43.541Z] Step 20/22 : LABEL arch=x86_64 [2023-01-16T16:24:43.802Z] ---> Running in a6fc17f20b8d [2023-01-16T16:24:43.802Z] ---> eab920d571fe [2023-01-16T16:24:43.802Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-16T16:24:43.802Z] Removing intermediate container a6fc17f20b8d [2023-01-16T16:24:43.802Z] ---> 09a4503ec83d [2023-01-16T16:24:43.802Z] Step 21/22 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:24:43.802Z] ---> Running in 1ed420a81f18 [2023-01-16T16:24:43.802Z] ---> 4eabdd23d016 [2023-01-16T16:24:43.803Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-16T16:24:43.803Z] ---> Running in 36ee2acc370d [2023-01-16T16:24:43.803Z] Removing intermediate container 1ed420a81f18 [2023-01-16T16:24:43.803Z] ---> 2bcd85aa5e4d [2023-01-16T16:24:43.803Z] Step 22/22 : LABEL version=0.0.0 [2023-01-16T16:24:44.063Z] ---> Running in d1ee62d29802 [2023-01-16T16:24:44.063Z] Removing intermediate container 36ee2acc370d [2023-01-16T16:24:44.063Z] ---> ae629fbeef0f [2023-01-16T16:24:44.063Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-16T16:24:44.063Z] ---> Running in 722f68afb043 [2023-01-16T16:24:44.063Z] Removing intermediate container d1ee62d29802 [2023-01-16T16:24:44.063Z] ---> bb14acae04e6 [2023-01-16T16:24:44.063Z] [2023-01-16T16:24:44.063Z] Removing intermediate container 722f68afb043 [2023-01-16T16:24:44.063Z] ---> 7e82e3698d8f [2023-01-16T16:24:44.063Z] Step 20/22 : LABEL arch=x86_64 [2023-01-16T16:24:44.063Z] Successfully built bb14acae04e6 [2023-01-16T16:24:44.063Z] Successfully tagged support-notifications:latest [2023-01-16T16:24:44.063Z] ---> Running in 1b13de6581fa [2023-01-16T16:24:44.325Z]  Building support-notifications ... done Removing intermediate container 1b13de6581fa [2023-01-16T16:24:44.325Z] ---> b930da4cec42 [2023-01-16T16:24:44.325Z] Step 21/22 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:24:44.325Z] ---> Running in 1bb229f954e5 [2023-01-16T16:24:44.325Z] Removing intermediate container 1bb229f954e5 [2023-01-16T16:24:44.325Z] ---> e5a22431f067 [2023-01-16T16:24:44.325Z] Step 22/22 : LABEL version=0.0.0 [2023-01-16T16:24:44.325Z] ---> Running in 9ad3ff7871c2 [2023-01-16T16:24:44.325Z] Removing intermediate container 9ad3ff7871c2 [2023-01-16T16:24:44.325Z] ---> 78ca9e000eee [2023-01-16T16:24:44.325Z] [2023-01-16T16:24:44.586Z] Successfully built 78ca9e000eee [2023-01-16T16:24:44.586Z] Successfully tagged core-data:latest [2023-01-16T16:24:44.593Z]  Building core-data ... done  [Pipeline] } [2023-01-16T16:24:44.616Z] $ docker stop --time=1 718f8e0ecfb1663e1547cefd0cf46a6f15891cf4b87483d5ccc4c82b2f2e7377 [2023-01-16T16:24:45.921Z] $ docker rm -f --volumes 718f8e0ecfb1663e1547cefd0cf46a6f15891cf4b87483d5ccc4c82b2f2e7377 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-16T16:24:46.322Z] + docker images [2023-01-16T16:24:46.322Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-16T16:24:46.322Z] core-data latest 78ca9e000eee 2 seconds ago 17.9MB [2023-01-16T16:24:46.322Z] support-notifications latest bb14acae04e6 3 seconds ago 30.6MB [2023-01-16T16:24:46.322Z] security-spire-server latest 73e9aa239bac 6 seconds ago 86.5MB [2023-01-16T16:24:46.322Z] security-spire-agent latest aac995024410 6 seconds ago 125MB [2023-01-16T16:24:46.322Z] e98b6cec9462 7 seconds ago 1.68GB [2023-01-16T16:24:46.322Z] security-spire-config latest f3bc5d3dac08 7 seconds ago 85.8MB [2023-01-16T16:24:46.322Z] 9dde3498c78e 12 seconds ago 1.74GB [2023-01-16T16:24:46.322Z] 6686472d2b92 40 seconds ago 1.54GB [2023-01-16T16:24:46.322Z] core-command latest 2f11c6d6e4fb 51 seconds ago 17.7MB [2023-01-16T16:24:46.322Z] 5986e7c4a974 About a minute ago 1.54GB [2023-01-16T16:24:46.322Z] core-metadata latest 3afe850b104d About a minute ago 18.5MB [2023-01-16T16:24:46.322Z] 5ae2f85776ab About a minute ago 1.54GB [2023-01-16T16:24:46.322Z] 756ebb462941 About a minute ago 1.67GB [2023-01-16T16:24:46.322Z] 2f995135e5ee About a minute ago 1.68GB [2023-01-16T16:24:46.322Z] security-bootstrapper latest 787a360f15a7 2 minutes ago 20.3MB [2023-01-16T16:24:46.322Z] security-secretstore-setup latest af38d725f7c3 2 minutes ago 29.9MB [2023-01-16T16:24:46.322Z] security-spiffe-token-provider latest 74fad44610f5 2 minutes ago 29.8MB [2023-01-16T16:24:46.322Z] security-proxy-setup latest 511a6fbf811b 2 minutes ago 27.7MB [2023-01-16T16:24:46.322Z] support-scheduler latest 6c918778e318 2 minutes ago 30MB [2023-01-16T16:24:46.322Z] 3736a79f254d 2 minutes ago 1.74GB [2023-01-16T16:24:46.322Z] be3f2dffc375 2 minutes ago 1.7GB [2023-01-16T16:24:46.322Z] ee24d2a34038 2 minutes ago 1.66GB [2023-01-16T16:24:46.322Z] 736094210116 2 minutes ago 1.66GB [2023-01-16T16:24:46.322Z] edbf5cd5646e 2 minutes ago 1.66GB [2023-01-16T16:24:46.322Z] ci-base-image-x86_64 latest 2810975dc9c7 7 minutes ago 904MB [2023-01-16T16:24:46.322Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-16T16:24:46.322Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-16T16:24:46.322Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-16T16:24:46.322Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-16T16:24:46.322Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-16T16:26:00.987Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-16T16:26:00.987Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-16T16:26:00.987Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-16T16:26:01.022Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-16T16:26:01.675Z] + ls -al . [2023-01-16T16:26:01.675Z] total 744 [2023-01-16T16:26:01.675Z] drwxrwxr-x 10 1001 1001 4096 Jan 16 16:20 . [2023-01-16T16:26:01.675Z] drwxr-xr-x 4 root root 4096 Jan 16 16:20 .. [2023-01-16T16:26:01.675Z] drwxrwxr-x 2 1001 1001 4096 Jan 16 16:18 .blubracket [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 16 Jan 16 16:18 .dockerignore [2023-01-16T16:26:01.675Z] drwxrwxr-x 8 1001 1001 4096 Jan 16 16:18 .git [2023-01-16T16:26:01.675Z] drwxrwxr-x 3 1001 1001 4096 Jan 16 16:18 .github [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 956 Jan 16 16:18 .gitignore [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 42 Jan 16 16:18 .golangci.yml [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 87 Jan 16 16:18 .hadolint.yml [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 166 Jan 16 16:18 .sonarcloud.properties [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 1171 Jan 16 16:18 ADOPTERS.md [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 10825 Jan 16 16:18 Attribution.txt [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 73765 Jan 16 16:18 CHANGELOG.md [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 3804 Jan 16 16:18 CONTRIBUTING.md [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 677 Jan 16 16:18 GOVERNANCE.md [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 850 Jan 16 16:18 Jenkinsfile [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 10775 Jan 16 16:18 LICENSE [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 12513 Jan 16 16:18 Makefile [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 582 Jan 16 16:18 OWNERS.md [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 9403 Jan 16 16:18 README.md [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 6912 Jan 16 16:18 SECURITY.md [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 5 Jan 16 16:16 VERSION [2023-01-16T16:26:01.675Z] drwxrwxr-x 2 1001 1001 4096 Jan 16 16:18 bin [2023-01-16T16:26:01.675Z] drwxrwxr-x 16 1001 1001 4096 Jan 16 16:18 cmd [2023-01-16T16:26:01.675Z] -rw-r--r-- 1 root root 489579 Jan 16 16:24 coverage.out [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 3376 Jan 16 16:18 go.mod [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 34949 Jan 16 16:18 go.sum [2023-01-16T16:26:01.675Z] drwxrwxr-x 7 1001 1001 4096 Jan 16 16:18 internal [2023-01-16T16:26:01.675Z] drwxrwxr-x 3 1001 1001 4096 Jan 16 16:18 openapi [2023-01-16T16:26:01.675Z] drwxrwxr-x 4 1001 1001 4096 Jan 16 16:18 snap [2023-01-16T16:26:01.675Z] -rw-rw-r-- 1 1001 1001 204 Jan 16 16:18 version.go [Pipeline] sh [2023-01-16T16:26:02.330Z] + '[' -e coverage.out ] [2023-01-16T16:26:02.330Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-16T16:26:02.367Z] Warning: overwriting stash ‘coverage-report’ [2023-01-16T16:26:03.231Z] Stashed 1 file(s) [Pipeline] sh [2023-01-16T16:26:03.881Z] + make build [2023-01-16T16:26:03.881Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-16T16:27:40.541Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-16T16:27:40.541Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-16T16:27:40.541Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-16T16:28:27.393Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-16T16:28:27.663Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-16T16:28:34.317Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-16T16:28:40.974Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-16T16:28:44.378Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-16T16:28:49.743Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-16T16:29:04.749Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-16T16:29:10.116Z] $ docker stop --time=1 e07ead20aa7d3821878bd68c84bee9e7295e62e9ac55065a12586e2d9f13af6b [2023-01-16T16:29:12.215Z] $ docker rm -f --volumes e07ead20aa7d3821878bd68c84bee9e7295e62e9ac55065a12586e2d9f13af6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:29:14.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-16T16:29:14.671Z] [2023-01-16T16:29:14.671Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:29:15.063Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-16T16:29:15.333Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-16T16:29:15.333Z] 29e5d40040c1: Pulling fs layer [2023-01-16T16:29:15.333Z] 1ce36da41761: Pulling fs layer [2023-01-16T16:29:15.333Z] 25b303627fd3: Pulling fs layer [2023-01-16T16:29:15.602Z] 29e5d40040c1: Verifying Checksum [2023-01-16T16:29:15.602Z] 29e5d40040c1: Download complete [2023-01-16T16:29:15.871Z] 1ce36da41761: Verifying Checksum [2023-01-16T16:29:15.871Z] 1ce36da41761: Download complete [2023-01-16T16:29:16.139Z] 29e5d40040c1: Pull complete [2023-01-16T16:29:17.551Z] 1ce36da41761: Pull complete [2023-01-16T16:29:17.551Z] 25b303627fd3: Verifying Checksum [2023-01-16T16:29:17.551Z] 25b303627fd3: Download complete [2023-01-16T16:29:27.630Z] 25b303627fd3: Pull complete [2023-01-16T16:29:27.630Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-16T16:29:27.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-16T16:29:27.630Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-16T16:29:27.934Z] prd-ubuntu20.04-docker-arm64-4c-16g-2585 does not seem to be running inside a container [2023-01-16T16:29:28.003Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-16T16:29:30.444Z] $ docker top 4001fc75c5f90ecab3523262632e1d99d84fb26a91692a91f7f14fa7589039d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-16T16:29:31.369Z] + docker-compose build --help [2023-01-16T16:29:31.369Z] + grep parallel [2023-01-16T16:29:36.856Z] --parallel Build images in parallel. [Pipeline] } [2023-01-16T16:29:37.501Z] $ docker stop --time=1 4001fc75c5f90ecab3523262632e1d99d84fb26a91692a91f7f14fa7589039d3 [2023-01-16T16:29:39.218Z] $ docker rm -f --volumes 4001fc75c5f90ecab3523262632e1d99d84fb26a91692a91f7f14fa7589039d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:29:39.946Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-16T16:29:39.946Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-16T16:29:40.220Z] prd-ubuntu20.04-docker-arm64-4c-16g-2585 does not seem to be running inside a container [2023-01-16T16:29:40.289Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-16T16:29:41.519Z] $ docker top b8ca2d44542b3b8e4e073cc2ee03dfcef2ac7f4eab183e2c2b366dc9f1798c92 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-16T16:29:42.384Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-16T16:29:47.710Z] Building core-command ... [2023-01-16T16:29:47.710Z] Building core-data ... [2023-01-16T16:29:47.710Z] Building core-metadata ... [2023-01-16T16:29:47.710Z] Building security-bootstrapper ... [2023-01-16T16:29:47.710Z] Building security-proxy-setup ... [2023-01-16T16:29:47.710Z] Building security-secretstore-setup ... [2023-01-16T16:29:47.710Z] Building security-spiffe-token-provider ... [2023-01-16T16:29:47.710Z] Building security-spire-agent ... [2023-01-16T16:29:47.710Z] Building security-spire-config ... [2023-01-16T16:29:47.710Z] Building security-spire-server ... [2023-01-16T16:29:47.710Z] Building support-notifications ... [2023-01-16T16:29:47.710Z] Building support-scheduler ... [2023-01-16T16:29:47.710Z] Building core-metadata [2023-01-16T16:29:47.710Z] Building security-spire-agent [2023-01-16T16:29:47.710Z] Building security-proxy-setup [2023-01-16T16:29:47.710Z] Building support-scheduler [2023-01-16T16:29:47.710Z] Building security-spire-config [2023-01-16T16:30:34.523Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:30:34.523Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:30:34.523Z] ---> 420b9532cb42 [2023-01-16T16:30:34.523Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-16T16:30:34.523Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:30:34.523Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:30:34.523Z] ---> 420b9532cb42 [2023-01-16T16:30:34.523Z] Step 3/21 : WORKDIR /edgex-go [2023-01-16T16:30:34.523Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:30:34.523Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:30:34.523Z] ---> 420b9532cb42 [2023-01-16T16:30:34.523Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-16T16:30:34.523Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:30:34.523Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:30:34.523Z] ---> 420b9532cb42 [2023-01-16T16:30:34.523Z] Step 3/24 : WORKDIR /edgex-go [2023-01-16T16:30:34.523Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:30:34.523Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:30:34.523Z] ---> 420b9532cb42 [2023-01-16T16:30:34.523Z] Step 3/24 : WORKDIR /edgex-go [2023-01-16T16:30:34.523Z] ---> Running in 8076b2e2b14f [2023-01-16T16:30:34.523Z] ---> Running in 583e80054355 [2023-01-16T16:30:34.523Z] ---> Running in a48d9219462f [2023-01-16T16:30:34.523Z] ---> Running in c96dde2a1226 [2023-01-16T16:30:34.523Z] ---> Running in c577a0b35816 [2023-01-16T16:30:34.523Z] Removing intermediate container c577a0b35816 [2023-01-16T16:30:34.523Z] ---> 363dec07fa62 [2023-01-16T16:30:34.523Z] Step 4/22 : WORKDIR /edgex-go [2023-01-16T16:30:34.523Z] ---> Running in b7146af1701d [2023-01-16T16:30:34.523Z] Removing intermediate container 583e80054355 [2023-01-16T16:30:34.523Z] ---> aece4600f243 [2023-01-16T16:30:34.523Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-16T16:30:34.523Z] Removing intermediate container 8076b2e2b14f [2023-01-16T16:30:34.523Z] ---> be86d57fad35 [2023-01-16T16:30:34.523Z] Step 4/24 : WORKDIR /edgex-go [2023-01-16T16:30:34.523Z] Removing intermediate container a48d9219462f [2023-01-16T16:30:34.523Z] ---> 0218db4595cd [2023-01-16T16:30:34.523Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-16T16:30:34.523Z] Removing intermediate container c96dde2a1226 [2023-01-16T16:30:34.523Z] ---> 38d0cc96cbbd [2023-01-16T16:30:34.523Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-16T16:30:34.523Z] ---> Running in 9cf44c2fea8c [2023-01-16T16:30:34.523Z] ---> Running in 137410ea58bc [2023-01-16T16:30:34.523Z] ---> Running in a14512cb4478 [2023-01-16T16:30:34.523Z] ---> Running in 73ef0ae0e62d [2023-01-16T16:30:34.523Z] Removing intermediate container b7146af1701d [2023-01-16T16:30:34.523Z] ---> 34ae150b3cf2 [2023-01-16T16:30:34.523Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-16T16:30:34.523Z] ---> Running in 6323335ebc56 [2023-01-16T16:30:34.523Z] Removing intermediate container 9cf44c2fea8c [2023-01-16T16:30:34.523Z] ---> f961f1f66360 [2023-01-16T16:30:34.523Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-16T16:30:34.523Z] ---> Running in 7214ffb265e6 [2023-01-16T16:30:34.792Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:30:35.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:30:35.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:30:35.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:30:35.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:30:35.601Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:30:35.601Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:30:35.890Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:30:35.890Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:30:36.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:30:36.762Z] OK: 221 MiB in 51 packages [2023-01-16T16:30:37.031Z] OK: 221 MiB in 51 packages [2023-01-16T16:30:37.303Z] OK: 221 MiB in 51 packages [2023-01-16T16:30:37.303Z] OK: 221 MiB in 51 packages [2023-01-16T16:30:37.572Z] OK: 221 MiB in 51 packages [2023-01-16T16:30:38.983Z] Removing intermediate container 137410ea58bc [2023-01-16T16:30:38.983Z] ---> 30534051217e [2023-01-16T16:30:38.983Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-16T16:30:38.983Z] Removing intermediate container 73ef0ae0e62d [2023-01-16T16:30:38.983Z] ---> f09af92b2b99 [2023-01-16T16:30:38.983Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-16T16:30:39.258Z] Removing intermediate container 7214ffb265e6 [2023-01-16T16:30:39.258Z] ---> a1e682f38c20 [2023-01-16T16:30:39.258Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-16T16:30:39.258Z] Removing intermediate container 6323335ebc56 [2023-01-16T16:30:39.258Z] ---> 2fc45d1b4c95 [2023-01-16T16:30:39.258Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-16T16:30:39.258Z] Removing intermediate container a14512cb4478 [2023-01-16T16:30:39.258Z] ---> c68f4cfe4c68 [2023-01-16T16:30:39.258Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-16T16:30:41.203Z] ---> 1a2d54da6959 [2023-01-16T16:30:41.203Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> a5ee1fa49ac8 [2023-01-16T16:30:41.203Z] [2023-01-16T16:30:41.203Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:30:41.203Z] ---> 7875b7486af9 [2023-01-16T16:30:41.203Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:30:41.203Z] ---> 2a8d859814d5 [2023-01-16T16:30:41.203Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:30:41.203Z] ---> 5a4f53d98609 [2023-01-16T16:30:41.203Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:30:41.203Z] ---> Running in 5a6d2eb6fe67 [2023-01-16T16:30:41.203Z] ---> Running in 4e02a611763f [2023-01-16T16:30:41.476Z] ---> Running in 7e554fb238d3 [2023-01-16T16:30:41.476Z] ---> Running in 8cab98b5f07b [2023-01-16T16:30:41.476Z] ---> Running in ec2119039f2e [2023-01-16T16:32:48.165Z] Removing intermediate container 4e02a611763f [2023-01-16T16:32:48.165Z] ---> f399fcca83e8 [2023-01-16T16:32:48.165Z] Step 7/24 : COPY . . [2023-01-16T16:32:48.165Z] Removing intermediate container 7e554fb238d3 [2023-01-16T16:32:48.165Z] ---> 258a1a802474 [2023-01-16T16:32:48.165Z] Step 8/22 : COPY . . [2023-01-16T16:32:48.165Z] Removing intermediate container 8cab98b5f07b [2023-01-16T16:32:48.165Z] ---> dd070f14e5f7 [2023-01-16T16:32:48.165Z] Step 7/24 : COPY . . [2023-01-16T16:32:48.165Z] Removing intermediate container ec2119039f2e [2023-01-16T16:32:48.165Z] ---> 2100201ba6c6 [2023-01-16T16:32:48.165Z] Step 8/24 : COPY . . [2023-01-16T16:32:48.165Z] Removing intermediate container 5a6d2eb6fe67 [2023-01-16T16:32:48.165Z] ---> 93d967a65e10 [2023-01-16T16:32:48.165Z] Step 7/21 : COPY . . [2023-01-16T16:32:53.523Z] ---> cc875a91d729 [2023-01-16T16:32:53.524Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-16T16:32:53.524Z] ---> 434e27618170 [2023-01-16T16:32:53.524Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-16T16:32:53.524Z] ---> 41a78e5fac4e [2023-01-16T16:32:53.524Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-16T16:32:53.524Z] ---> Running in a03f4bb1b416 [2023-01-16T16:32:53.524Z] ---> b0d5f2e0083c [2023-01-16T16:32:53.524Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-16T16:32:53.524Z] ---> Running in e0ed69c7d6f9 [2023-01-16T16:32:53.524Z] ---> 8b688056f3e7 [2023-01-16T16:32:53.524Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-16T16:32:53.524Z] ---> Running in 5a78fe44c3ae [2023-01-16T16:32:53.524Z] ---> Running in ff1406e80f5b [2023-01-16T16:32:53.524Z] ---> Running in 29487c5d876b [2023-01-16T16:32:54.113Z] Removing intermediate container e0ed69c7d6f9 [2023-01-16T16:32:54.113Z] ---> fab6d5b260da [2023-01-16T16:32:54.113Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-16T16:32:54.113Z] Removing intermediate container 5a78fe44c3ae [2023-01-16T16:32:54.113Z] ---> e0ee780d60fc [2023-01-16T16:32:54.113Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-16T16:32:54.385Z] ---> Running in ec320a0319f5 [2023-01-16T16:32:54.385Z] ---> Running in bdc0b03031f3 [2023-01-16T16:32:54.969Z] Removing intermediate container ec320a0319f5 [2023-01-16T16:32:54.969Z] ---> bca06c03c8e7 [2023-01-16T16:32:54.969Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-16T16:32:55.236Z] ---> Running in a85e9cd78802 [2023-01-16T16:32:55.236Z] Removing intermediate container bdc0b03031f3 [2023-01-16T16:32:55.236Z] ---> cc74eceac026 [2023-01-16T16:32:55.236Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-16T16:32:55.236Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-16T16:32:55.236Z] ---> Running in b51c6aad07e3 [2023-01-16T16:32:56.197Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-16T16:32:56.465Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-16T16:32:59.059Z] Removing intermediate container b51c6aad07e3 [2023-01-16T16:32:59.059Z] ---> acbf658b7aea [2023-01-16T16:32:59.059Z] Step 11/24 : WORKDIR /edgex-go [2023-01-16T16:32:59.059Z] ---> Running in 790ad1b53e03 [2023-01-16T16:32:59.324Z] Removing intermediate container a85e9cd78802 [2023-01-16T16:32:59.324Z] ---> 88a8160be5a5 [2023-01-16T16:32:59.324Z] Step 11/24 : WORKDIR /edgex-go [2023-01-16T16:32:59.591Z] ---> Running in f65c52ba7294 [2023-01-16T16:32:59.591Z] Removing intermediate container 790ad1b53e03 [2023-01-16T16:32:59.591Z] ---> 5bb497786466 [2023-01-16T16:32:59.591Z] [2023-01-16T16:32:59.591Z] Step 12/24 : FROM alpine:3.15 [2023-01-16T16:32:59.857Z] 3.15: Pulling from library/alpine [2023-01-16T16:33:00.126Z] Removing intermediate container f65c52ba7294 [2023-01-16T16:33:00.126Z] ---> d765c4743174 [2023-01-16T16:33:00.126Z] [2023-01-16T16:33:00.126Z] Step 12/24 : FROM alpine:3.15 [2023-01-16T16:33:00.394Z] 3.15: Pulling from library/alpine [2023-01-16T16:33:02.971Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-16T16:33:02.971Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-16T16:33:02.971Z] Status: Downloaded newer image for alpine:3.15 [2023-01-16T16:33:02.971Z] Status: Downloaded newer image for alpine:3.15 [2023-01-16T16:33:02.971Z] ---> 8aa73fd46299 [2023-01-16T16:33:02.971Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-16T16:33:02.971Z] ---> 8aa73fd46299 [2023-01-16T16:33:02.971Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-16T16:33:02.971Z] ---> Running in 4ac344b4a86f [2023-01-16T16:33:02.971Z] ---> Running in 97e6708f3e39 [2023-01-16T16:33:03.558Z] Removing intermediate container 97e6708f3e39 [2023-01-16T16:33:03.558Z] ---> 2e64095172ff [2023-01-16T16:33:03.558Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-16T16:33:03.831Z] Removing intermediate container 4ac344b4a86f [2023-01-16T16:33:03.831Z] ---> 9c3db6976d6c [2023-01-16T16:33:03.831Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-16T16:33:03.831Z] ---> Running in ec88c90429f9 [2023-01-16T16:33:04.099Z] ---> Running in 3be4d910e681 [2023-01-16T16:33:06.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:33:06.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:33:06.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:33:06.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:33:08.359Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-16T16:33:08.359Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-16T16:33:08.359Z] OK: 15736 distinct packages available [2023-01-16T16:33:08.359Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-16T16:33:08.359Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-16T16:33:08.359Z] OK: 15736 distinct packages available [2023-01-16T16:33:08.359Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:33:08.630Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:33:08.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:33:09.167Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:33:09.752Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-16T16:33:09.752Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-16T16:33:09.752Z] (3/4) Installing libucontext (1.1-r0) [2023-01-16T16:33:09.752Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-16T16:33:10.022Z] Executing busybox-1.34.1-r7.trigger [2023-01-16T16:33:10.022Z] OK: 6 MiB in 18 packages [2023-01-16T16:33:10.022Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-16T16:33:10.292Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-16T16:33:10.292Z] (3/5) Installing libucontext (1.1-r0) [2023-01-16T16:33:10.292Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-16T16:33:10.292Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-16T16:33:10.292Z] Executing busybox-1.34.1-r7.trigger [2023-01-16T16:33:10.292Z] OK: 6 MiB in 19 packages [2023-01-16T16:33:12.240Z] Removing intermediate container 3be4d910e681 [2023-01-16T16:33:12.240Z] ---> 13a5d743bb21 [2023-01-16T16:33:12.240Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-16T16:33:12.823Z] Removing intermediate container ec88c90429f9 [2023-01-16T16:33:12.823Z] ---> 4fbbdf500ee3 [2023-01-16T16:33:12.823Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-16T16:33:18.158Z] ---> 581f91c776fc [2023-01-16T16:33:18.158Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-16T16:33:19.566Z] ---> 098d228e1776 [2023-01-16T16:33:19.566Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-16T16:33:20.975Z] ---> 958dada1ef81 [2023-01-16T16:33:20.975Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-16T16:33:20.975Z] ---> Running in 66074eec4b8e [2023-01-16T16:33:21.944Z] Removing intermediate container 66074eec4b8e [2023-01-16T16:33:21.944Z] ---> 72c88da6dd10 [2023-01-16T16:33:21.944Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-16T16:33:23.347Z] ---> 163839009eba [2023-01-16T16:33:23.347Z] Step 19/24 : WORKDIR / [2023-01-16T16:33:23.347Z] ---> Running in d0038ec729df [2023-01-16T16:33:24.300Z] Removing intermediate container d0038ec729df [2023-01-16T16:33:24.300Z] ---> a3f30c4c0010 [2023-01-16T16:33:24.300Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-16T16:33:24.300Z] ---> Running in 6289d6e59a95 [2023-01-16T16:33:25.252Z] Removing intermediate container 6289d6e59a95 [2023-01-16T16:33:25.252Z] ---> 0ee73c4ab4e3 [2023-01-16T16:33:25.252Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-16T16:33:25.252Z] ---> Running in 7d3f4ee325da [2023-01-16T16:33:27.189Z] Removing intermediate container 7d3f4ee325da [2023-01-16T16:33:27.189Z] ---> 89444b3ade2c [2023-01-16T16:33:27.189Z] Step 22/24 : LABEL arch=arm64 [2023-01-16T16:33:27.189Z] ---> 465165f3c139 [2023-01-16T16:33:27.189Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-16T16:33:27.458Z] ---> Running in ae2716093e43 [2023-01-16T16:33:28.038Z] Removing intermediate container ae2716093e43 [2023-01-16T16:33:28.038Z] ---> 3519319e81c8 [2023-01-16T16:33:28.038Z] Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:33:28.038Z] ---> Running in 11023c0d1daa [2023-01-16T16:33:28.305Z] ---> 9a4adc8f2de2 [2023-01-16T16:33:28.305Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-16T16:33:28.886Z] Removing intermediate container 11023c0d1daa [2023-01-16T16:33:28.886Z] ---> 7769a3daeac9 [2023-01-16T16:33:28.886Z] Step 24/24 : LABEL version=0.0.0 [2023-01-16T16:33:28.886Z] ---> Running in 791532fb1208 [2023-01-16T16:33:29.465Z] ---> 3158aa465bb3 [2023-01-16T16:33:29.465Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-16T16:33:29.465Z] Removing intermediate container 791532fb1208 [2023-01-16T16:33:29.465Z] ---> 9769606b3e70 [2023-01-16T16:33:29.465Z] [2023-01-16T16:33:30.045Z] Successfully built 9769606b3e70 [2023-01-16T16:33:30.045Z] Successfully tagged security-spire-config-arm64:latest [2023-01-16T16:33:30.045Z]  Building security-spire-config ... done Building support-notifications [2023-01-16T16:33:30.311Z] ---> 8754da92da54 [2023-01-16T16:33:30.577Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-16T16:33:30.577Z] ---> Running in b4f384c600c6 [2023-01-16T16:33:30.847Z] Removing intermediate container b4f384c600c6 [2023-01-16T16:33:30.847Z] ---> 5091f0634dfd [2023-01-16T16:33:30.847Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-16T16:33:31.112Z] ---> Running in 84298f3f9a7a [2023-01-16T16:33:31.698Z] Removing intermediate container 84298f3f9a7a [2023-01-16T16:33:31.698Z] ---> b1f1a8769457 [2023-01-16T16:33:31.698Z] Step 22/24 : LABEL arch=arm64 [2023-01-16T16:33:31.698Z] ---> Running in 981cbb4afc96 [2023-01-16T16:33:32.290Z] Removing intermediate container 981cbb4afc96 [2023-01-16T16:33:32.290Z] ---> 170e7c527ed7 [2023-01-16T16:33:32.290Z] Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:33:32.555Z] ---> Running in b4e4be6992fb [2023-01-16T16:33:33.158Z] Removing intermediate container b4e4be6992fb [2023-01-16T16:33:33.158Z] ---> ecdb4e5a298c [2023-01-16T16:33:33.158Z] Step 24/24 : LABEL version=0.0.0 [2023-01-16T16:33:33.158Z] ---> Running in b167460c1ed1 [2023-01-16T16:33:33.745Z] Removing intermediate container b167460c1ed1 [2023-01-16T16:33:33.745Z] ---> fc4f58c4649d [2023-01-16T16:33:33.745Z] [2023-01-16T16:33:34.010Z] Successfully built fc4f58c4649d [2023-01-16T16:33:34.010Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-16T16:33:34.010Z] Building security-bootstrapper [2023-01-16T16:33:56.047Z]  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:33:56.047Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:33:56.047Z] ---> 420b9532cb42 [2023-01-16T16:33:56.047Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-16T16:33:56.047Z] ---> Using cache [2023-01-16T16:33:56.047Z] ---> be86d57fad35 [2023-01-16T16:33:56.047Z] Step 4/22 : WORKDIR /edgex-go [2023-01-16T16:33:56.047Z] ---> Using cache [2023-01-16T16:33:56.047Z] ---> f961f1f66360 [2023-01-16T16:33:56.047Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-16T16:33:56.313Z] ---> Running in c2de71d20dda [2023-01-16T16:33:58.252Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:33:58.252Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:33:58.252Z] ---> 420b9532cb42 [2023-01-16T16:33:58.252Z] Step 3/32 : WORKDIR /edgex-go [2023-01-16T16:33:58.252Z] ---> Using cache [2023-01-16T16:33:58.252Z] ---> 38d0cc96cbbd [2023-01-16T16:33:58.252Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-16T16:33:58.252Z] ---> Using cache [2023-01-16T16:33:58.252Z] ---> f09af92b2b99 [2023-01-16T16:33:58.252Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-16T16:33:58.252Z] ---> Using cache [2023-01-16T16:33:58.252Z] ---> a5ee1fa49ac8 [2023-01-16T16:33:58.252Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:33:58.252Z] ---> Using cache [2023-01-16T16:33:58.252Z] ---> 93d967a65e10 [2023-01-16T16:33:58.252Z] Step 7/32 : COPY . . [2023-01-16T16:33:58.252Z] ---> Using cache [2023-01-16T16:33:58.252Z] ---> 8b688056f3e7 [2023-01-16T16:33:58.252Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-16T16:33:58.517Z] ---> Running in da7a4403cc3e [2023-01-16T16:33:58.517Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:33:59.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:34:00.431Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-16T16:34:00.698Z] OK: 221 MiB in 51 packages [2023-01-16T16:34:02.102Z] Removing intermediate container c2de71d20dda [2023-01-16T16:34:02.102Z] ---> 4b6d2b124d37 [2023-01-16T16:34:02.102Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-16T16:34:05.452Z] ---> dfbf1180593f [2023-01-16T16:34:05.452Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:34:05.452Z] ---> Running in de2b3349e8aa [2023-01-16T16:35:42.116Z] Removing intermediate container de2b3349e8aa [2023-01-16T16:35:42.116Z] ---> b6737eb6e06a [2023-01-16T16:35:42.116Z] Step 8/22 : COPY . . [2023-01-16T16:35:50.321Z] ---> 091e518e4b96 [2023-01-16T16:35:50.321Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-16T16:35:50.321Z] ---> Running in 150b8ecbd31c [2023-01-16T16:35:51.733Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-16T16:38:28.429Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-16T16:38:50.460Z] Removing intermediate container 29487c5d876b [2023-01-16T16:38:50.460Z] ---> 768ae623d1db [2023-01-16T16:38:50.460Z] [2023-01-16T16:38:50.460Z] Step 9/21 : FROM alpine:3.16 [2023-01-16T16:38:50.460Z] 3.16: Pulling from library/alpine [2023-01-16T16:38:50.460Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-16T16:38:50.460Z] Status: Downloaded newer image for alpine:3.16 [2023-01-16T16:38:50.460Z] ---> 2b4661558fb8 [2023-01-16T16:38:50.460Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-16T16:38:50.460Z] ---> Running in eb98a9bcf3ad [2023-01-16T16:38:50.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:38:51.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:38:52.706Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-16T16:38:52.706Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-16T16:38:52.706Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-16T16:38:52.706Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-16T16:38:52.706Z] (5/6) Installing curl (7.83.1-r5) [2023-01-16T16:38:52.706Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-16T16:38:52.706Z] Executing busybox-1.35.0-r17.trigger [2023-01-16T16:38:52.706Z] Executing ca-certificates-20220614-r0.trigger [2023-01-16T16:38:53.287Z] OK: 8 MiB in 20 packages [2023-01-16T16:38:55.231Z] Removing intermediate container eb98a9bcf3ad [2023-01-16T16:38:55.231Z] ---> 27297e2c7e1f [2023-01-16T16:38:55.231Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-16T16:38:55.496Z] ---> Running in c718145316d6 [2023-01-16T16:38:56.075Z] Removing intermediate container c718145316d6 [2023-01-16T16:38:56.075Z] ---> 2269120f4489 [2023-01-16T16:38:56.075Z] Step 12/21 : WORKDIR /edgex [2023-01-16T16:38:56.075Z] ---> Running in a4cce6a69ecc [2023-01-16T16:38:56.656Z] Removing intermediate container a4cce6a69ecc [2023-01-16T16:38:56.656Z] ---> 10b72a035cbc [2023-01-16T16:38:56.656Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-16T16:38:57.611Z] ---> 15c2c5479e0d [2023-01-16T16:38:57.611Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-16T16:38:59.017Z] ---> 711ef2beffb3 [2023-01-16T16:38:59.017Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-16T16:39:00.425Z] ---> 6707ecac664d [2023-01-16T16:39:00.425Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-16T16:39:01.388Z] ---> b2ad4bf7ef5e [2023-01-16T16:39:01.388Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-16T16:39:01.388Z] ---> Running in a0492d039a9f [2023-01-16T16:39:04.716Z] Removing intermediate container a0492d039a9f [2023-01-16T16:39:04.716Z] ---> d7d7768e42b6 [2023-01-16T16:39:04.716Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-16T16:39:04.716Z] ---> Running in 6f8fca57058d [2023-01-16T16:39:04.982Z] Removing intermediate container 6f8fca57058d [2023-01-16T16:39:04.982Z] ---> e71a6df03393 [2023-01-16T16:39:04.982Z] Step 19/21 : LABEL arch=arm64 [2023-01-16T16:39:04.982Z] ---> Running in b9004710736f [2023-01-16T16:39:05.564Z] Removing intermediate container b9004710736f [2023-01-16T16:39:05.564Z] ---> 5a324257010a [2023-01-16T16:39:05.564Z] Step 20/21 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:39:05.564Z] ---> Running in ec4b591464a8 [2023-01-16T16:39:06.517Z] Removing intermediate container ec4b591464a8 [2023-01-16T16:39:06.517Z] ---> 7b6904a04854 [2023-01-16T16:39:06.517Z] Step 21/21 : LABEL version=0.0.0 [2023-01-16T16:39:06.517Z] ---> Running in bae9bff463a7 [2023-01-16T16:39:07.096Z] Removing intermediate container bae9bff463a7 [2023-01-16T16:39:07.096Z] ---> df0b13fb7741 [2023-01-16T16:39:07.096Z] [2023-01-16T16:39:07.361Z] Successfully built df0b13fb7741 [2023-01-16T16:39:07.361Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-16T16:39:07.361Z] Building security-spiffe-token-provider [2023-01-16T16:39:25.536Z]  Building security-proxy-setup ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:39:25.536Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:39:25.536Z] ---> 420b9532cb42 [2023-01-16T16:39:25.536Z] Step 3/19 : WORKDIR /edgex-go [2023-01-16T16:39:25.536Z] ---> Using cache [2023-01-16T16:39:25.536Z] ---> 38d0cc96cbbd [2023-01-16T16:39:25.536Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-16T16:39:25.536Z] ---> Running in 5021c751c05c [2023-01-16T16:39:26.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:39:26.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:39:27.783Z] v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-16T16:39:27.783Z] v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-16T16:39:27.783Z] OK: 16899 distinct packages available [2023-01-16T16:39:28.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:39:28.321Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:39:29.719Z] OK: 221 MiB in 51 packages [2023-01-16T16:39:31.121Z] Removing intermediate container 5021c751c05c [2023-01-16T16:39:31.121Z] ---> d92addcc623c [2023-01-16T16:39:31.121Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-16T16:39:33.075Z] ---> 17cfea8169a9 [2023-01-16T16:39:33.075Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:39:33.075Z] ---> Running in f307704c8c1a [2023-01-16T16:39:48.046Z] Removing intermediate container a03f4bb1b416 [2023-01-16T16:39:48.046Z] ---> 9268e7cd854d [2023-01-16T16:39:48.046Z] [2023-01-16T16:39:48.046Z] Step 10/24 : FROM alpine:3.16 [2023-01-16T16:39:48.046Z] ---> 2b4661558fb8 [2023-01-16T16:39:48.046Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-16T16:39:48.046Z] ---> Running in 41560209f420 [2023-01-16T16:39:48.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:39:48.892Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:39:50.298Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-16T16:39:50.298Z] Executing busybox-1.35.0-r17.trigger [2023-01-16T16:39:50.298Z] OK: 5 MiB in 15 packages [2023-01-16T16:39:52.263Z] Removing intermediate container 41560209f420 [2023-01-16T16:39:52.263Z] ---> 025e1c3dd21c [2023-01-16T16:39:52.263Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-16T16:39:52.263Z] ---> Running in f7b6e326ecf5 [2023-01-16T16:39:52.529Z] Removing intermediate container f7b6e326ecf5 [2023-01-16T16:39:52.529Z] ---> f39630776425 [2023-01-16T16:39:52.529Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-16T16:39:52.529Z] ---> Running in db38266ac4cb [2023-01-16T16:39:53.110Z] Removing intermediate container db38266ac4cb [2023-01-16T16:39:53.110Z] ---> ceeed65118d7 [2023-01-16T16:39:53.110Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-16T16:39:53.110Z] ---> Running in f36a9db62166 [2023-01-16T16:39:53.708Z] Removing intermediate container f36a9db62166 [2023-01-16T16:39:53.708Z] ---> be311108671b [2023-01-16T16:39:53.708Z] Step 15/24 : WORKDIR / [2023-01-16T16:39:53.975Z] ---> Running in e8a7abcb600b [2023-01-16T16:39:54.563Z] Removing intermediate container e8a7abcb600b [2023-01-16T16:39:54.563Z] ---> 5055105a5b74 [2023-01-16T16:39:54.563Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:39:55.527Z] ---> a1d15b637341 [2023-01-16T16:39:55.527Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-16T16:39:56.933Z] ---> 33e6a8f2bf26 [2023-01-16T16:39:56.933Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-16T16:39:57.891Z] ---> 32d9f1756aed [2023-01-16T16:39:57.891Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-16T16:39:58.845Z] ---> 7f049eb56eeb [2023-01-16T16:39:58.845Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-16T16:39:58.845Z] ---> Running in ac56054d4c5f [2023-01-16T16:39:59.425Z] Removing intermediate container ac56054d4c5f [2023-01-16T16:39:59.425Z] ---> e4ad77e4dbfc [2023-01-16T16:39:59.425Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-16T16:39:59.691Z] ---> Running in 0ff6b1cdf7e6 [2023-01-16T16:40:00.275Z] Removing intermediate container 0ff6b1cdf7e6 [2023-01-16T16:40:00.275Z] ---> e94c7ccedb23 [2023-01-16T16:40:00.275Z] Step 22/24 : LABEL arch=arm64 [2023-01-16T16:40:00.275Z] ---> Running in a6ec9ae6ddd7 [2023-01-16T16:40:00.862Z] Removing intermediate container a6ec9ae6ddd7 [2023-01-16T16:40:00.862Z] ---> 7a3ad32faf08 [2023-01-16T16:40:00.862Z] Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:40:00.862Z] ---> Running in cc277670dbc0 [2023-01-16T16:40:01.446Z] Removing intermediate container cc277670dbc0 [2023-01-16T16:40:01.446Z] ---> 4b26cb718f80 [2023-01-16T16:40:01.446Z] Step 24/24 : LABEL version=0.0.0 [2023-01-16T16:40:01.446Z] ---> Running in 5d35feadd41c [2023-01-16T16:40:02.028Z] Removing intermediate container 5d35feadd41c [2023-01-16T16:40:02.028Z] ---> 19209b5d2e76 [2023-01-16T16:40:02.028Z] [2023-01-16T16:40:02.308Z] Successfully built 19209b5d2e76 [2023-01-16T16:40:02.575Z] Successfully tagged core-metadata-arm64:latest [2023-01-16T16:40:02.575Z]  Building core-metadata ... done Building security-spire-server [2023-01-16T16:40:20.759Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:40:20.759Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:40:20.759Z] ---> 420b9532cb42 [2023-01-16T16:40:20.759Z] Step 3/23 : WORKDIR /edgex-go [2023-01-16T16:40:20.759Z] ---> Using cache [2023-01-16T16:40:20.759Z] ---> 38d0cc96cbbd [2023-01-16T16:40:20.759Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-16T16:40:20.759Z] ---> Running in 47f7d0545131 [2023-01-16T16:40:20.759Z] Removing intermediate container da7a4403cc3e [2023-01-16T16:40:20.759Z] ---> 079ea5586771 [2023-01-16T16:40:20.759Z] [2023-01-16T16:40:20.759Z] Step 9/32 : FROM alpine:3.16 [2023-01-16T16:40:20.759Z] ---> 2b4661558fb8 [2023-01-16T16:40:20.759Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-16T16:40:20.759Z] ---> Running in f78cdf38954d [2023-01-16T16:40:20.759Z] Removing intermediate container f78cdf38954d [2023-01-16T16:40:20.759Z] ---> 1992fa499721 [2023-01-16T16:40:20.759Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-16T16:40:21.030Z] ---> Running in 751c7b9dbfbd [2023-01-16T16:40:21.619Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:40:21.887Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:40:22.848Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:40:23.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:40:23.384Z] OK: 221 MiB in 51 packages [2023-01-16T16:40:24.344Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-16T16:40:24.345Z] (2/2) Installing su-exec (0.2-r1) [2023-01-16T16:40:24.345Z] Executing busybox-1.35.0-r17.trigger [2023-01-16T16:40:24.617Z] OK: 5 MiB in 16 packages [2023-01-16T16:40:25.204Z] Removing intermediate container 47f7d0545131 [2023-01-16T16:40:25.204Z] ---> 577531eed26d [2023-01-16T16:40:25.204Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-16T16:40:26.212Z] Removing intermediate container 751c7b9dbfbd [2023-01-16T16:40:26.212Z] ---> 5af75fc5a71c [2023-01-16T16:40:26.212Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-16T16:40:26.712Z] ---> Running in 58b75c5fcaf4 [2023-01-16T16:40:26.712Z] ---> 9562fe1f85e1 [2023-01-16T16:40:26.712Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:40:27.002Z] ---> Running in 5d74a438eb75 [2023-01-16T16:40:27.643Z] Removing intermediate container 58b75c5fcaf4 [2023-01-16T16:40:27.643Z] ---> 355035301cd1 [2023-01-16T16:40:27.643Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-16T16:40:27.643Z] ---> Running in 2f3f4cb8a269 [2023-01-16T16:40:28.327Z] Removing intermediate container 2f3f4cb8a269 [2023-01-16T16:40:28.327Z] ---> 59611ced7e04 [2023-01-16T16:40:28.327Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-16T16:40:28.617Z] ---> Running in 2c127cef61ec [2023-01-16T16:40:29.224Z] Removing intermediate container 2c127cef61ec [2023-01-16T16:40:29.224Z] ---> e25a3bb507d9 [2023-01-16T16:40:29.224Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-16T16:40:29.499Z] ---> Running in ce08f666bf76 [2023-01-16T16:40:30.113Z] Removing intermediate container ce08f666bf76 [2023-01-16T16:40:30.113Z] ---> 177115f690a8 [2023-01-16T16:40:30.113Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-16T16:40:30.113Z] ---> Running in 9f9ba73be7c2 [2023-01-16T16:40:34.385Z] Removing intermediate container 9f9ba73be7c2 [2023-01-16T16:40:34.385Z] ---> 76f0974fca22 [2023-01-16T16:40:34.385Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-16T16:40:34.385Z] ---> Running in f68f07ae5696 [2023-01-16T16:40:34.660Z] Removing intermediate container f68f07ae5696 [2023-01-16T16:40:34.660Z] ---> 4be8fbede856 [2023-01-16T16:40:34.660Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-16T16:40:36.080Z] ---> 87e6f1bf5d90 [2023-01-16T16:40:36.080Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-16T16:40:36.346Z] ---> Running in 34476f28ce22 [2023-01-16T16:40:39.675Z] Removing intermediate container 34476f28ce22 [2023-01-16T16:40:39.675Z] ---> 9f4fd933a61d [2023-01-16T16:40:39.675Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:40:41.080Z] ---> 9c9fb3a178fa [2023-01-16T16:40:41.080Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-16T16:40:44.420Z] ---> bf03570983fa [2023-01-16T16:40:44.420Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-16T16:40:45.381Z] ---> 42b73223d763 [2023-01-16T16:40:45.381Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-16T16:40:46.789Z] ---> 170590d077b9 [2023-01-16T16:40:46.789Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-16T16:40:48.732Z] ---> 464e9c9b2a8c [2023-01-16T16:40:48.733Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-16T16:40:49.702Z] ---> 935cb87a9b8f [2023-01-16T16:40:49.702Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-16T16:40:51.108Z] ---> ced473747bcb [2023-01-16T16:40:51.108Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-16T16:40:51.375Z] ---> Running in b4ef7e6bf911 [2023-01-16T16:40:55.624Z] Removing intermediate container b4ef7e6bf911 [2023-01-16T16:40:55.624Z] ---> b169345952b2 [2023-01-16T16:40:55.624Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-16T16:40:55.624Z] ---> Running in 856bdd86e32f [2023-01-16T16:40:56.581Z] Removing intermediate container 856bdd86e32f [2023-01-16T16:40:56.581Z] ---> 5334ef8c73c3 [2023-01-16T16:40:56.581Z] Step 29/32 : CMD ["gate"] [2023-01-16T16:40:56.849Z] ---> Running in 9f84a6a7e22b [2023-01-16T16:40:57.807Z] Removing intermediate container 9f84a6a7e22b [2023-01-16T16:40:57.807Z] ---> d5e4eac40033 [2023-01-16T16:40:57.807Z] Step 30/32 : LABEL arch=arm64 [2023-01-16T16:40:58.073Z] ---> Running in 44d10023df5a [2023-01-16T16:40:58.660Z] Removing intermediate container 44d10023df5a [2023-01-16T16:40:58.660Z] ---> 5ad58c9741e3 [2023-01-16T16:40:58.660Z] Step 31/32 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:40:58.926Z] ---> Running in 2f50ef0f0c1a [2023-01-16T16:40:59.512Z] Removing intermediate container 2f50ef0f0c1a [2023-01-16T16:40:59.512Z] ---> 8e954631a296 [2023-01-16T16:40:59.512Z] Step 32/32 : LABEL version=0.0.0 [2023-01-16T16:40:59.786Z] ---> Running in d66bd180cbcd [2023-01-16T16:41:00.368Z] Removing intermediate container d66bd180cbcd [2023-01-16T16:41:00.368Z] ---> 0cc6efba3a41 [2023-01-16T16:41:00.368Z] [2023-01-16T16:41:00.947Z] Successfully built 0cc6efba3a41 [2023-01-16T16:41:00.947Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-16T16:41:00.947Z] Building security-secretstore-setup [2023-01-16T16:41:15.927Z]  Building security-bootstrapper ... done Removing intermediate container f307704c8c1a [2023-01-16T16:41:15.927Z] ---> a2a507294016 [2023-01-16T16:41:15.927Z] Step 7/19 : COPY . . [2023-01-16T16:41:16.521Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:41:16.521Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:41:16.521Z] ---> 420b9532cb42 [2023-01-16T16:41:16.521Z] Step 3/24 : WORKDIR /edgex-go [2023-01-16T16:41:16.521Z] ---> Using cache [2023-01-16T16:41:16.521Z] ---> 38d0cc96cbbd [2023-01-16T16:41:16.521Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-16T16:41:16.521Z] ---> Using cache [2023-01-16T16:41:16.521Z] ---> f09af92b2b99 [2023-01-16T16:41:16.521Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-16T16:41:16.521Z] ---> Using cache [2023-01-16T16:41:16.521Z] ---> a5ee1fa49ac8 [2023-01-16T16:41:16.521Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:41:16.521Z] ---> Using cache [2023-01-16T16:41:16.521Z] ---> 93d967a65e10 [2023-01-16T16:41:16.521Z] Step 7/24 : COPY . . [2023-01-16T16:41:16.521Z] ---> Using cache [2023-01-16T16:41:16.521Z] ---> 8b688056f3e7 [2023-01-16T16:41:16.521Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-16T16:41:17.940Z] ---> Running in 215c15e2533e [2023-01-16T16:41:19.889Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-16T16:41:29.950Z] ---> 9622a38e1480 [2023-01-16T16:41:29.950Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-16T16:41:29.950Z] ---> Running in c52c4398a161 [2023-01-16T16:41:30.907Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-16T16:42:03.104Z] Removing intermediate container 5d74a438eb75 [2023-01-16T16:42:03.104Z] ---> fd20fa82596c [2023-01-16T16:42:03.104Z] Step 7/23 : COPY . . [2023-01-16T16:42:21.297Z] ---> db25b5a9906a [2023-01-16T16:42:21.297Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-16T16:42:21.297Z] ---> Running in 9708d1ffd5f0 [2023-01-16T16:42:21.297Z] Removing intermediate container 9708d1ffd5f0 [2023-01-16T16:42:21.297Z] ---> 68d9a4ee2e29 [2023-01-16T16:42:21.297Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-16T16:42:21.297Z] ---> Running in 5c919915fd92 [2023-01-16T16:42:21.297Z] Removing intermediate container ff1406e80f5b [2023-01-16T16:42:21.297Z] ---> 86364ce83649 [2023-01-16T16:42:21.297Z] [2023-01-16T16:42:21.297Z] Step 10/22 : FROM alpine:3.16 [2023-01-16T16:42:21.297Z] ---> 2b4661558fb8 [2023-01-16T16:42:21.297Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-16T16:42:21.297Z] ---> Using cache [2023-01-16T16:42:21.297Z] ---> 025e1c3dd21c [2023-01-16T16:42:21.297Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-16T16:42:21.297Z] ---> Using cache [2023-01-16T16:42:21.297Z] ---> f39630776425 [2023-01-16T16:42:21.297Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-16T16:42:21.297Z] ---> Running in f5dc151ecee9 [2023-01-16T16:42:21.297Z] Removing intermediate container 5c919915fd92 [2023-01-16T16:42:21.297Z] ---> 929e70ccf9ff [2023-01-16T16:42:21.297Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-16T16:42:21.297Z] ---> Running in 862cab36ecc4 [2023-01-16T16:42:21.879Z] Removing intermediate container f5dc151ecee9 [2023-01-16T16:42:21.879Z] ---> 511a49713fa7 [2023-01-16T16:42:21.879Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-16T16:42:21.879Z] ---> Running in 3e9c73c6ce89 [2023-01-16T16:42:22.460Z] Removing intermediate container 3e9c73c6ce89 [2023-01-16T16:42:22.460Z] ---> 7a92273d7ee8 [2023-01-16T16:42:22.460Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:42:23.865Z] ---> 1591a2a1c54d [2023-01-16T16:42:23.865Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-16T16:42:24.822Z] Removing intermediate container 862cab36ecc4 [2023-01-16T16:42:24.822Z] ---> 8bbff1334f8f [2023-01-16T16:42:24.822Z] Step 11/23 : WORKDIR /edgex-go [2023-01-16T16:42:25.088Z] ---> Running in 069aa5eed529 [2023-01-16T16:42:25.671Z] Removing intermediate container 069aa5eed529 [2023-01-16T16:42:25.671Z] ---> c5d19464672a [2023-01-16T16:42:25.671Z] [2023-01-16T16:42:25.671Z] Step 12/23 : FROM alpine:3.15 [2023-01-16T16:42:25.671Z] ---> 8aa73fd46299 [2023-01-16T16:42:25.671Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-16T16:42:25.671Z] ---> Using cache [2023-01-16T16:42:25.671Z] ---> 9c3db6976d6c [2023-01-16T16:42:25.671Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-16T16:42:25.939Z] ---> Running in 634ea3293b71 [2023-01-16T16:42:27.879Z] ---> ee42becc39e7 [2023-01-16T16:42:27.879Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-16T16:42:27.879Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:42:28.461Z] ---> 989e6c5e75bf [2023-01-16T16:42:28.730Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-16T16:42:28.730Z] ---> Running in b0cc06d54ab4 [2023-01-16T16:42:28.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:42:30.145Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-16T16:42:30.145Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-16T16:42:30.145Z] OK: 15736 distinct packages available [2023-01-16T16:42:30.145Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:42:30.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:42:31.001Z] Removing intermediate container b0cc06d54ab4 [2023-01-16T16:42:31.001Z] ---> 30e8902b8bff [2023-01-16T16:42:31.001Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-16T16:42:31.001Z] ---> Running in b9baaf8a3f79 [2023-01-16T16:42:31.608Z] Removing intermediate container b9baaf8a3f79 [2023-01-16T16:42:31.608Z] ---> 3196760951a7 [2023-01-16T16:42:31.608Z] Step 20/22 : LABEL arch=arm64 [2023-01-16T16:42:31.608Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-16T16:42:31.608Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-16T16:42:31.608Z] (3/5) Installing libucontext (1.1-r0) [2023-01-16T16:42:31.608Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-16T16:42:31.608Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-16T16:42:31.608Z] ---> Running in af39719870a0 [2023-01-16T16:42:31.608Z] Executing busybox-1.34.1-r7.trigger [2023-01-16T16:42:31.877Z] OK: 6 MiB in 19 packages [2023-01-16T16:42:32.465Z] Removing intermediate container af39719870a0 [2023-01-16T16:42:32.465Z] ---> 64b03cf0b047 [2023-01-16T16:42:32.465Z] Step 21/22 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:42:32.465Z] ---> Running in ab41b8338194 [2023-01-16T16:42:33.437Z] Removing intermediate container ab41b8338194 [2023-01-16T16:42:33.437Z] ---> a419c269a556 [2023-01-16T16:42:33.437Z] Step 22/22 : LABEL version=0.0.0 [2023-01-16T16:42:33.437Z] ---> Running in 7cd663ba699b [2023-01-16T16:42:33.703Z] Removing intermediate container 634ea3293b71 [2023-01-16T16:42:33.703Z] ---> 3ea9bf6757c5 [2023-01-16T16:42:33.703Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-16T16:42:33.969Z] Removing intermediate container 7cd663ba699b [2023-01-16T16:42:33.969Z] ---> c6af3cb63d2b [2023-01-16T16:42:33.969Z] [2023-01-16T16:42:34.552Z] Successfully built c6af3cb63d2b [2023-01-16T16:42:34.553Z] Successfully tagged support-scheduler-arm64:latest [2023-01-16T16:42:34.553Z]  Building support-scheduler ... done Building core-command [2023-01-16T16:42:39.882Z] ---> af4deb282596 [2023-01-16T16:42:39.882Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-16T16:42:40.150Z] ---> 455b378cdfed [2023-01-16T16:42:40.150Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-16T16:42:41.105Z] ---> 1287197ae4bc [2023-01-16T16:42:41.105Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-16T16:42:42.083Z] ---> ca19ef42b791 [2023-01-16T16:42:42.083Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-16T16:42:42.354Z] ---> Running in 004dc6bf8dea [2023-01-16T16:42:43.328Z] Removing intermediate container 004dc6bf8dea [2023-01-16T16:42:43.328Z] ---> 07167ec2817e [2023-01-16T16:42:43.328Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-16T16:42:43.328Z] ---> Running in 1e0c202b13f6 [2023-01-16T16:42:44.292Z] Removing intermediate container 1e0c202b13f6 [2023-01-16T16:42:44.292Z] ---> 76e512585285 [2023-01-16T16:42:44.292Z] Step 21/23 : LABEL arch=arm64 [2023-01-16T16:42:44.568Z] ---> Running in 6386513c8048 [2023-01-16T16:42:45.158Z] Removing intermediate container 6386513c8048 [2023-01-16T16:42:45.158Z] ---> 777715f90c88 [2023-01-16T16:42:45.158Z] Step 22/23 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:42:45.441Z] ---> Running in 115d43923214 [2023-01-16T16:42:46.041Z] Removing intermediate container 115d43923214 [2023-01-16T16:42:46.041Z] ---> ec520dd634b9 [2023-01-16T16:42:46.041Z] Step 23/23 : LABEL version=0.0.0 [2023-01-16T16:42:46.309Z] ---> Running in 9057ab1f8c78 [2023-01-16T16:42:46.896Z] Removing intermediate container 9057ab1f8c78 [2023-01-16T16:42:46.896Z] ---> 78e975dce039 [2023-01-16T16:42:46.896Z] [2023-01-16T16:42:47.483Z] Successfully built 78e975dce039 [2023-01-16T16:42:47.483Z] Successfully tagged security-spire-server-arm64:latest [2023-01-16T16:42:47.483Z]  Building security-spire-server ... done Building core-data [2023-01-16T16:42:50.856Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:42:50.856Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:42:50.856Z] ---> 420b9532cb42 [2023-01-16T16:42:50.856Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-16T16:42:50.856Z] ---> Using cache [2023-01-16T16:42:50.856Z] ---> be86d57fad35 [2023-01-16T16:42:50.856Z] Step 4/23 : WORKDIR /edgex-go [2023-01-16T16:42:50.856Z] ---> Using cache [2023-01-16T16:42:50.856Z] ---> f961f1f66360 [2023-01-16T16:42:50.856Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-16T16:42:50.856Z] ---> Using cache [2023-01-16T16:42:50.856Z] ---> a1e682f38c20 [2023-01-16T16:42:50.856Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-16T16:42:50.856Z] ---> Using cache [2023-01-16T16:42:50.856Z] ---> 2a8d859814d5 [2023-01-16T16:42:50.856Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:42:50.856Z] ---> Using cache [2023-01-16T16:42:50.856Z] ---> 2100201ba6c6 [2023-01-16T16:42:50.856Z] Step 8/23 : COPY . . [2023-01-16T16:42:50.856Z] ---> Using cache [2023-01-16T16:42:50.856Z] ---> 434e27618170 [2023-01-16T16:42:50.856Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-16T16:42:50.856Z] ---> Running in af9c1a206e93 [2023-01-16T16:42:52.271Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-16T16:43:04.605Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-16T16:43:04.605Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-16T16:43:04.605Z] ---> 420b9532cb42 [2023-01-16T16:43:04.605Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-16T16:43:04.605Z] ---> Using cache [2023-01-16T16:43:04.605Z] ---> be86d57fad35 [2023-01-16T16:43:04.605Z] Step 4/22 : WORKDIR /edgex-go [2023-01-16T16:43:04.605Z] ---> Using cache [2023-01-16T16:43:04.605Z] ---> f961f1f66360 [2023-01-16T16:43:04.605Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-16T16:43:04.605Z] ---> Using cache [2023-01-16T16:43:04.605Z] ---> a1e682f38c20 [2023-01-16T16:43:04.605Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-16T16:43:04.605Z] ---> Using cache [2023-01-16T16:43:04.605Z] ---> 2a8d859814d5 [2023-01-16T16:43:04.605Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-16T16:43:04.605Z] ---> Using cache [2023-01-16T16:43:04.605Z] ---> 2100201ba6c6 [2023-01-16T16:43:04.605Z] Step 8/22 : COPY . . [2023-01-16T16:43:04.605Z] ---> Using cache [2023-01-16T16:43:04.605Z] ---> 434e27618170 [2023-01-16T16:43:04.605Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-16T16:43:04.605Z] ---> Running in 51e1c7f8c466 [2023-01-16T16:43:05.571Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-16T16:45:12.281Z] Removing intermediate container 150b8ecbd31c [2023-01-16T16:45:12.281Z] ---> 85aa10967a86 [2023-01-16T16:45:12.281Z] [2023-01-16T16:45:12.281Z] Step 10/22 : FROM alpine:3.16 [2023-01-16T16:45:12.281Z] ---> 2b4661558fb8 [2023-01-16T16:45:12.281Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-16T16:45:12.281Z] ---> Running in 1ff65ef9da47 [2023-01-16T16:45:12.281Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:45:12.281Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:45:12.281Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-16T16:45:12.281Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-16T16:45:12.281Z] Executing busybox-1.35.0-r17.trigger [2023-01-16T16:45:12.281Z] Executing ca-certificates-20220614-r0.trigger [2023-01-16T16:45:12.281Z] OK: 6 MiB in 16 packages [2023-01-16T16:45:12.281Z] Removing intermediate container 1ff65ef9da47 [2023-01-16T16:45:12.281Z] ---> 45b4f897faee [2023-01-16T16:45:12.281Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-16T16:45:12.281Z] ---> Running in 0d13adff974c [2023-01-16T16:45:12.281Z] Removing intermediate container 0d13adff974c [2023-01-16T16:45:12.281Z] ---> d1968fee8093 [2023-01-16T16:45:12.281Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-16T16:45:12.281Z] ---> Running in 3dec9de66d6f [2023-01-16T16:45:12.281Z] Removing intermediate container 3dec9de66d6f [2023-01-16T16:45:12.281Z] ---> b14a0ef63fbe [2023-01-16T16:45:12.281Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-16T16:45:12.281Z] ---> Running in f9409b5c8f29 [2023-01-16T16:45:12.281Z] Removing intermediate container f9409b5c8f29 [2023-01-16T16:45:12.281Z] ---> 9d95c9ec96c2 [2023-01-16T16:45:12.281Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:45:12.281Z] ---> 0a5fd22f40a6 [2023-01-16T16:45:12.281Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-16T16:45:12.281Z] ---> 31e3b41b3203 [2023-01-16T16:45:12.281Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-16T16:45:13.255Z] ---> 29f541fed792 [2023-01-16T16:45:13.255Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-16T16:45:13.255Z] ---> Running in 771536d8aff6 [2023-01-16T16:45:13.546Z] Removing intermediate container 771536d8aff6 [2023-01-16T16:45:13.546Z] ---> 4b82714b788e [2023-01-16T16:45:13.546Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-16T16:45:13.813Z] ---> Running in 069453d98845 [2023-01-16T16:45:14.081Z] Removing intermediate container 069453d98845 [2023-01-16T16:45:14.081Z] ---> 096a5343bc20 [2023-01-16T16:45:14.081Z] Step 20/22 : LABEL arch=arm64 [2023-01-16T16:45:14.351Z] ---> Running in 9b4892642cb0 [2023-01-16T16:45:14.941Z] Removing intermediate container 9b4892642cb0 [2023-01-16T16:45:14.941Z] ---> f23e0dbf2d86 [2023-01-16T16:45:14.941Z] Step 21/22 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:45:14.941Z] ---> Running in c5956a3fed1c [2023-01-16T16:45:15.213Z] Removing intermediate container c5956a3fed1c [2023-01-16T16:45:15.213Z] ---> 2d49305949a0 [2023-01-16T16:45:15.213Z] Step 22/22 : LABEL version=0.0.0 [2023-01-16T16:45:15.490Z] ---> Running in 9102a5bce353 [2023-01-16T16:45:15.757Z] Removing intermediate container 9102a5bce353 [2023-01-16T16:45:15.757Z] ---> 018d0488f553 [2023-01-16T16:45:15.757Z] [2023-01-16T16:45:16.025Z] Successfully built 018d0488f553 [2023-01-16T16:45:16.025Z] Successfully tagged support-notifications-arm64:latest [2023-01-16T16:46:37.661Z]  Building support-notifications ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-16T16:46:56.036Z] Removing intermediate container 215c15e2533e [2023-01-16T16:46:56.036Z] ---> 1ba693171268 [2023-01-16T16:46:56.036Z] [2023-01-16T16:46:56.036Z] Step 9/24 : FROM alpine:3.16 [2023-01-16T16:46:56.036Z] ---> 2b4661558fb8 [2023-01-16T16:46:56.036Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-16T16:46:56.036Z] ---> Running in 2c9d4182aaec [2023-01-16T16:46:56.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:46:56.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:46:56.704Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-16T16:46:56.991Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-16T16:46:56.991Z] (3/3) Installing su-exec (0.2-r1) [2023-01-16T16:46:56.991Z] Executing busybox-1.35.0-r17.trigger [2023-01-16T16:46:56.991Z] Executing ca-certificates-20220614-r0.trigger [2023-01-16T16:46:57.633Z] OK: 6 MiB in 17 packages [2023-01-16T16:46:59.629Z] Removing intermediate container 2c9d4182aaec [2023-01-16T16:46:59.629Z] ---> 75bfaa2c102d [2023-01-16T16:46:59.629Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-16T16:46:59.629Z] ---> Running in 04f6c2f9207f [2023-01-16T16:47:00.232Z] Removing intermediate container 04f6c2f9207f [2023-01-16T16:47:00.232Z] ---> 9da569e8566f [2023-01-16T16:47:00.232Z] Step 12/24 : WORKDIR / [2023-01-16T16:47:00.232Z] ---> Running in 97e8500eaf43 [2023-01-16T16:47:00.824Z] Removing intermediate container 97e8500eaf43 [2023-01-16T16:47:00.825Z] ---> 9aba3667922e [2023-01-16T16:47:00.825Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-16T16:47:01.777Z] ---> da2186d131db [2023-01-16T16:47:01.777Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-16T16:47:02.357Z] ---> eb1d45c35793 [2023-01-16T16:47:02.357Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-16T16:47:03.317Z] ---> c261a9169de3 [2023-01-16T16:47:03.317Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-16T16:47:04.275Z] ---> b3c8b16cf1dd [2023-01-16T16:47:04.275Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-16T16:47:05.688Z] ---> 9fcfcd01ab04 [2023-01-16T16:47:05.688Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-16T16:47:07.620Z] ---> e33051c51ac2 [2023-01-16T16:47:07.620Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-16T16:47:08.203Z] ---> 757bcef14633 [2023-01-16T16:47:08.203Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-16T16:47:08.203Z] ---> Running in 016cf9ef0e8a [2023-01-16T16:47:11.543Z] Removing intermediate container 016cf9ef0e8a [2023-01-16T16:47:11.543Z] ---> 00550f9b6e48 [2023-01-16T16:47:11.543Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-16T16:47:11.543Z] ---> Running in 80b7c5ca5f5f [2023-01-16T16:47:11.543Z] Removing intermediate container 80b7c5ca5f5f [2023-01-16T16:47:11.543Z] ---> 4c9aebbfcbc2 [2023-01-16T16:47:11.543Z] Step 22/24 : LABEL arch=arm64 [2023-01-16T16:47:11.812Z] ---> Running in 4e24de05883b [2023-01-16T16:47:12.077Z] Removing intermediate container 4e24de05883b [2023-01-16T16:47:12.077Z] ---> 8baaf0a37dda [2023-01-16T16:47:12.077Z] Step 23/24 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:47:12.340Z] ---> Running in 7dafd191f56b [2023-01-16T16:47:12.923Z] Removing intermediate container 7dafd191f56b [2023-01-16T16:47:12.923Z] ---> c7722bff22a2 [2023-01-16T16:47:12.923Z] Step 24/24 : LABEL version=0.0.0 [2023-01-16T16:47:12.923Z] ---> Running in f4c674e71907 [2023-01-16T16:47:13.501Z] Removing intermediate container f4c674e71907 [2023-01-16T16:47:13.501Z] ---> fd4bd16b0220 [2023-01-16T16:47:13.501Z] [2023-01-16T16:47:13.765Z] Successfully built fd4bd16b0220 [2023-01-16T16:47:13.765Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-16T16:48:10.135Z]  Building security-secretstore-setup ... done Removing intermediate container af9c1a206e93 [2023-01-16T16:48:10.135Z] ---> 6e5203f9fc37 [2023-01-16T16:48:10.135Z] [2023-01-16T16:48:10.135Z] Step 10/23 : FROM alpine:3.16 [2023-01-16T16:48:10.135Z] ---> 2b4661558fb8 [2023-01-16T16:48:10.135Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-16T16:48:10.135Z] ---> Using cache [2023-01-16T16:48:10.135Z] ---> 025e1c3dd21c [2023-01-16T16:48:10.135Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-16T16:48:10.135Z] ---> Using cache [2023-01-16T16:48:10.135Z] ---> f39630776425 [2023-01-16T16:48:10.135Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-16T16:48:10.135Z] ---> Running in ccd90a5f4b4a [2023-01-16T16:48:10.135Z] Removing intermediate container ccd90a5f4b4a [2023-01-16T16:48:10.135Z] ---> e7ee10efc038 [2023-01-16T16:48:10.135Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-16T16:48:10.401Z] ---> Running in f7e8e922773f [2023-01-16T16:48:10.674Z] Removing intermediate container f7e8e922773f [2023-01-16T16:48:10.674Z] ---> 0710321d1be3 [2023-01-16T16:48:10.674Z] Step 15/23 : WORKDIR / [2023-01-16T16:48:10.674Z] ---> Running in dfc40d3ce717 [2023-01-16T16:48:11.261Z] Removing intermediate container dfc40d3ce717 [2023-01-16T16:48:11.261Z] ---> 40f8876b9434 [2023-01-16T16:48:11.261Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:48:12.213Z] ---> a9ebb26df1a0 [2023-01-16T16:48:12.213Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-16T16:48:13.611Z] ---> bc61dd77335a [2023-01-16T16:48:13.611Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-16T16:48:14.566Z] ---> d3198f483505 [2023-01-16T16:48:14.566Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-16T16:48:14.566Z] ---> Running in 650fd047348e [2023-01-16T16:48:15.147Z] Removing intermediate container 650fd047348e [2023-01-16T16:48:15.147Z] ---> cdd61927dc99 [2023-01-16T16:48:15.147Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-16T16:48:15.412Z] ---> Running in 4142e1769fdb [2023-01-16T16:48:15.680Z] Removing intermediate container 4142e1769fdb [2023-01-16T16:48:15.680Z] ---> 4fbe2cb10ab2 [2023-01-16T16:48:15.680Z] Step 21/23 : LABEL arch=arm64 [2023-01-16T16:48:15.945Z] ---> Running in 834d670fe58f [2023-01-16T16:48:16.524Z] Removing intermediate container 834d670fe58f [2023-01-16T16:48:16.524Z] ---> 0676cbf81fc9 [2023-01-16T16:48:16.524Z] Step 22/23 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:48:16.524Z] ---> Running in 911086d79bb6 [2023-01-16T16:48:17.104Z] Removing intermediate container 911086d79bb6 [2023-01-16T16:48:17.104Z] ---> efae6891097b [2023-01-16T16:48:17.104Z] Step 23/23 : LABEL version=0.0.0 [2023-01-16T16:48:17.104Z] ---> Running in 5112792180a0 [2023-01-16T16:48:17.691Z] Removing intermediate container 5112792180a0 [2023-01-16T16:48:17.691Z] ---> 8084bdc4ea7d [2023-01-16T16:48:17.691Z] [2023-01-16T16:48:17.956Z] Successfully built 8084bdc4ea7d [2023-01-16T16:48:17.956Z] Successfully tagged core-command-arm64:latest [2023-01-16T16:48:18.222Z]  Building core-command ... done Removing intermediate container c52c4398a161 [2023-01-16T16:48:18.222Z] ---> c595e70a2b07 [2023-01-16T16:48:18.222Z] [2023-01-16T16:48:18.222Z] Step 9/19 : FROM alpine:3.15 [2023-01-16T16:48:18.222Z] ---> 8aa73fd46299 [2023-01-16T16:48:18.222Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-16T16:48:18.222Z] ---> Using cache [2023-01-16T16:48:18.222Z] ---> 9c3db6976d6c [2023-01-16T16:48:18.222Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-16T16:48:18.487Z] ---> Running in d7f7047209c1 [2023-01-16T16:48:18.757Z] Removing intermediate container 51e1c7f8c466 [2023-01-16T16:48:18.757Z] ---> 96fe2fc104c4 [2023-01-16T16:48:18.757Z] [2023-01-16T16:48:18.757Z] Step 10/22 : FROM alpine:3.16 [2023-01-16T16:48:18.757Z] ---> 2b4661558fb8 [2023-01-16T16:48:18.757Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-16T16:48:19.032Z] ---> Running in 4decf1110adc [2023-01-16T16:48:19.298Z] Removing intermediate container 4decf1110adc [2023-01-16T16:48:19.298Z] ---> 4120c07d7117 [2023-01-16T16:48:19.298Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-16T16:48:19.298Z] ---> Running in 13008a0d30db [2023-01-16T16:48:19.563Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:48:19.563Z] Removing intermediate container 13008a0d30db [2023-01-16T16:48:19.563Z] ---> fba57050eeea [2023-01-16T16:48:19.563Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-16T16:48:19.834Z] ---> Running in 4ab6f9631972 [2023-01-16T16:48:19.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:48:20.099Z] Removing intermediate container 4ab6f9631972 [2023-01-16T16:48:20.099Z] ---> 8abd96f7babf [2023-01-16T16:48:20.099Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-16T16:48:20.099Z] ---> Running in 5e33dc55bc96 [2023-01-16T16:48:21.054Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-16T16:48:21.054Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-16T16:48:21.054Z] OK: 15736 distinct packages available [2023-01-16T16:48:21.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:48:21.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-16T16:48:21.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:48:21.585Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-16T16:48:22.167Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-16T16:48:22.434Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-16T16:48:22.434Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-16T16:48:22.434Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-16T16:48:22.434Z] (5/9) Installing curl (7.80.0-r5) [2023-01-16T16:48:22.434Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-16T16:48:22.434Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-16T16:48:22.434Z] (8/9) Installing libucontext (1.1-r0) [2023-01-16T16:48:22.434Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-16T16:48:22.434Z] Executing busybox-1.34.1-r7.trigger [2023-01-16T16:48:22.434Z] Executing ca-certificates-20220614-r0.trigger [2023-01-16T16:48:22.434Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-16T16:48:22.434Z] Executing busybox-1.35.0-r17.trigger [2023-01-16T16:48:22.434Z] OK: 5 MiB in 15 packages [2023-01-16T16:48:22.701Z] OK: 8 MiB in 23 packages [2023-01-16T16:48:23.656Z] Removing intermediate container 5e33dc55bc96 [2023-01-16T16:48:23.656Z] ---> a971543bf36b [2023-01-16T16:48:23.656Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:48:24.234Z] Removing intermediate container d7f7047209c1 [2023-01-16T16:48:24.234Z] ---> 4bdcd3f350a8 [2023-01-16T16:48:24.234Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-16T16:48:24.234Z] ---> fe52d6d01e3e [2023-01-16T16:48:24.234Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-16T16:48:24.813Z] ---> 29da71f2453a [2023-01-16T16:48:24.813Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-16T16:48:25.078Z] ---> 9b3a9cb3d703 [2023-01-16T16:48:25.078Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-16T16:48:25.658Z] ---> b797e58f9f96 [2023-01-16T16:48:25.658Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-16T16:48:25.921Z] ---> Running in 071cdbfae407 [2023-01-16T16:48:25.921Z] ---> 4e48832f5d52 [2023-01-16T16:48:25.921Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-16T16:48:26.185Z] Removing intermediate container 071cdbfae407 [2023-01-16T16:48:26.185Z] ---> 5d2779eb875c [2023-01-16T16:48:26.185Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-16T16:48:26.185Z] ---> Running in 619e593558c6 [2023-01-16T16:48:26.450Z] ---> 093cb340844d [2023-01-16T16:48:26.450Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-16T16:48:26.450Z] ---> Running in d43d770eeaa9 [2023-01-16T16:48:26.727Z] Removing intermediate container 619e593558c6 [2023-01-16T16:48:26.728Z] ---> f10ef05b7950 [2023-01-16T16:48:26.728Z] Step 20/22 : LABEL arch=arm64 [2023-01-16T16:48:26.728Z] ---> Running in 881f0efed034 [2023-01-16T16:48:26.993Z] Removing intermediate container d43d770eeaa9 [2023-01-16T16:48:26.993Z] ---> 04e1b38758c6 [2023-01-16T16:48:26.993Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-16T16:48:26.993Z] ---> Running in a42695ed6ca9 [2023-01-16T16:48:26.993Z] Removing intermediate container 881f0efed034 [2023-01-16T16:48:26.993Z] ---> 17af33fb3858 [2023-01-16T16:48:26.993Z] Step 21/22 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:48:27.258Z] ---> Running in c5ff737fca71 [2023-01-16T16:48:27.258Z] Removing intermediate container a42695ed6ca9 [2023-01-16T16:48:27.258Z] ---> e22bb89df9fa [2023-01-16T16:48:27.258Z] Step 17/19 : LABEL arch=arm64 [2023-01-16T16:48:27.258Z] ---> Running in 16768af37abd [2023-01-16T16:48:27.524Z] Removing intermediate container c5ff737fca71 [2023-01-16T16:48:27.524Z] ---> dc24c139bd8a [2023-01-16T16:48:27.524Z] Step 22/22 : LABEL version=0.0.0 [2023-01-16T16:48:27.524Z] ---> Running in d2b641069ff1 [2023-01-16T16:48:27.790Z] Removing intermediate container 16768af37abd [2023-01-16T16:48:27.790Z] ---> 1c9a8871a9e7 [2023-01-16T16:48:27.790Z] Step 18/19 : LABEL git_sha=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [2023-01-16T16:48:27.790Z] ---> Running in 560d82f78acb [2023-01-16T16:48:27.790Z] Removing intermediate container d2b641069ff1 [2023-01-16T16:48:27.790Z] ---> 57086f4ba8c5 [2023-01-16T16:48:27.790Z] [2023-01-16T16:48:28.057Z] Removing intermediate container 560d82f78acb [2023-01-16T16:48:28.057Z] ---> da852ff61d0d [2023-01-16T16:48:28.057Z] Step 19/19 : LABEL version=0.0.0 [2023-01-16T16:48:28.057Z] Successfully built 57086f4ba8c5 [2023-01-16T16:48:28.057Z] Successfully tagged core-data-arm64:latest [2023-01-16T16:48:28.057Z]  Building core-data ... done  ---> Running in 4c9d3dedb2b6 [2023-01-16T16:48:28.322Z] Removing intermediate container 4c9d3dedb2b6 [2023-01-16T16:48:28.322Z] ---> fee20f8d00f3 [2023-01-16T16:48:28.322Z] [2023-01-16T16:48:28.586Z] Successfully built fee20f8d00f3 [2023-01-16T16:48:28.586Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-16T16:48:28.859Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-01-16T16:48:28.863Z] $ docker stop --time=1 b8ca2d44542b3b8e4e073cc2ee03dfcef2ac7f4eab183e2c2b366dc9f1798c92 [2023-01-16T16:48:30.462Z] $ docker rm -f --volumes b8ca2d44542b3b8e4e073cc2ee03dfcef2ac7f4eab183e2c2b366dc9f1798c92 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-16T16:48:31.001Z] + docker images [2023-01-16T16:48:31.265Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-16T16:48:31.265Z] security-spiffe-token-provider-arm64 latest fee20f8d00f3 3 seconds ago 28.9MB [2023-01-16T16:48:31.265Z] core-data-arm64 latest 57086f4ba8c5 4 seconds ago 17.2MB [2023-01-16T16:48:31.265Z] 96fe2fc104c4 13 seconds ago 1.5GB [2023-01-16T16:48:31.265Z] core-command-arm64 latest 8084bdc4ea7d 14 seconds ago 17MB [2023-01-16T16:48:31.265Z] c595e70a2b07 14 seconds ago 1.53GB [2023-01-16T16:48:31.265Z] 6e5203f9fc37 23 seconds ago 1.5GB [2023-01-16T16:48:31.265Z] security-secretstore-setup-arm64 latest fd4bd16b0220 About a minute ago 28.7MB [2023-01-16T16:48:31.265Z] 1ba693171268 About a minute ago 1.49GB [2023-01-16T16:48:31.265Z] support-notifications-arm64 latest 018d0488f553 3 minutes ago 29.6MB [2023-01-16T16:48:31.265Z] 85aa10967a86 3 minutes ago 1.56GB [2023-01-16T16:48:31.265Z] security-spire-server-arm64 latest 78e975dce039 5 minutes ago 84.3MB [2023-01-16T16:48:31.265Z] support-scheduler-arm64 latest c6af3cb63d2b 5 minutes ago 29MB [2023-01-16T16:48:31.265Z] c5d19464672a 6 minutes ago 1.37GB [2023-01-16T16:48:31.265Z] 86364ce83649 6 minutes ago 1.56GB [2023-01-16T16:48:31.265Z] security-bootstrapper-arm64 latest 0cc6efba3a41 7 minutes ago 19.5MB [2023-01-16T16:48:31.265Z] 079ea5586771 8 minutes ago 1.49GB [2023-01-16T16:48:31.265Z] core-metadata-arm64 latest 19209b5d2e76 8 minutes ago 17.8MB [2023-01-16T16:48:31.265Z] 9268e7cd854d 8 minutes ago 1.51GB [2023-01-16T16:48:31.265Z] security-proxy-setup-arm64 latest df0b13fb7741 9 minutes ago 26.8MB [2023-01-16T16:48:31.265Z] 768ae623d1db 9 minutes ago 1.49GB [2023-01-16T16:48:31.265Z] security-spire-agent-arm64 latest fc4f58c4649d 14 minutes ago 122MB [2023-01-16T16:48:31.265Z] security-spire-config-arm64 latest 9769606b3e70 15 minutes ago 83.6MB [2023-01-16T16:48:31.265Z] d765c4743174 15 minutes ago 1.37GB [2023-01-16T16:48:31.265Z] 5bb497786466 15 minutes ago 1.37GB [2023-01-16T16:48:31.265Z] ci-base-image-arm64 latest 420b9532cb42 28 minutes ago 905MB [2023-01-16T16:48:31.265Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-16T16:48:31.265Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-16T16:48:31.265Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-16T16:48:31.265Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:48:32.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-16T16:48:32.052Z] [2023-01-16T16:48:32.052Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:48:32.460Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-16T16:48:32.460Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-16T16:48:32.460Z] 8998bd30e6a1: Pulling fs layer [2023-01-16T16:48:32.460Z] 04944245beec: Pulling fs layer [2023-01-16T16:48:32.460Z] 699f458cf7ca: Pulling fs layer [2023-01-16T16:48:32.460Z] 765212b225bb: Pulling fs layer [2023-01-16T16:48:32.460Z] f23df028b6ca: Pulling fs layer [2023-01-16T16:48:32.460Z] d65c8cfc05b1: Pulling fs layer [2023-01-16T16:48:32.460Z] 2437ff75d9bd: Pulling fs layer [2023-01-16T16:48:32.460Z] 765212b225bb: Waiting [2023-01-16T16:48:32.460Z] f23df028b6ca: Waiting [2023-01-16T16:48:32.460Z] d65c8cfc05b1: Waiting [2023-01-16T16:48:32.460Z] 2437ff75d9bd: Waiting [2023-01-16T16:48:32.727Z] 04944245beec: Verifying Checksum [2023-01-16T16:48:32.727Z] 04944245beec: Download complete [2023-01-16T16:48:32.727Z] 765212b225bb: Download complete [2023-01-16T16:48:33.017Z] f23df028b6ca: Verifying Checksum [2023-01-16T16:48:33.017Z] f23df028b6ca: Download complete [2023-01-16T16:48:33.017Z] d65c8cfc05b1: Download complete [2023-01-16T16:48:33.017Z] 699f458cf7ca: Verifying Checksum [2023-01-16T16:48:33.017Z] 699f458cf7ca: Download complete [2023-01-16T16:48:34.425Z] 8998bd30e6a1: Verifying Checksum [2023-01-16T16:48:34.425Z] 8998bd30e6a1: Download complete [2023-01-16T16:48:38.678Z] 8998bd30e6a1: Pull complete [2023-01-16T16:48:38.678Z] 2437ff75d9bd: Verifying Checksum [2023-01-16T16:48:38.678Z] 2437ff75d9bd: Download complete [2023-01-16T16:48:38.678Z] 04944245beec: Pull complete [2023-01-16T16:48:39.634Z] 699f458cf7ca: Pull complete [2023-01-16T16:48:39.901Z] 765212b225bb: Pull complete [2023-01-16T16:48:40.480Z] f23df028b6ca: Pull complete [2023-01-16T16:48:40.746Z] d65c8cfc05b1: Pull complete [2023-01-16T16:48:55.715Z] 2437ff75d9bd: Pull complete [2023-01-16T16:48:55.715Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-16T16:48:55.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-16T16:48:55.715Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-16T16:48:56.031Z] prd-ubuntu20.04-docker-arm64-4c-16g-2585 does not seem to be running inside a container [2023-01-16T16:48:56.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-16T16:48:58.601Z] $ docker top dc8a33d09c15209d3b06795aaaf791ec7491b4c631abb921f59aefc68e0fcc5c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-16T16:48:59.545Z] ---> job-cost.sh [2023-01-16T16:48:59.545Z] lf-activate-venv: SKIPPING [2023-01-16T16:48:59.545Z] INFO: No Stack... [2023-01-16T16:49:00.124Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-16T16:49:00.703Z] INFO: Archiving Costs [Pipeline] sh [2023-01-16T16:49:01.354Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-01-16T16:49:01.354Z] + cut -d, -f6 [Pipeline] lock [2023-01-16T16:49:01.503Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4283-1-stack-cost] [2023-01-16T16:49:01.509Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4283-1-stack-cost] did not exist. Created. [2023-01-16T16:49:01.509Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4283-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-16T16:49:01.928Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-16T16:49:02.380Z] Stashed 1 file(s) [Pipeline] } [2023-01-16T16:49:02.397Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4283-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-16T16:49:02.464Z] $ docker stop --time=1 dc8a33d09c15209d3b06795aaaf791ec7491b4c631abb921f59aefc68e0fcc5c [2023-01-16T16:49:03.943Z] $ docker rm -f --volumes dc8a33d09c15209d3b06795aaaf791ec7491b4c631abb921f59aefc68e0fcc5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-01-16T16:49:04.898Z] provisioning config files... [2023-01-16T16:49:04.906Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config14797653077910258371tmp [Pipeline] { [Pipeline] sh [2023-01-16T16:49:05.246Z] + set +x [2023-01-16T16:49:05.246Z] + + curlbash -s -s https://codecov.io/bash -- [2023-01-16T16:49:05.246Z] [2023-01-16T16:49:05.246Z] [2023-01-16T16:49:05.246Z] _____ _ [2023-01-16T16:49:05.246Z] / ____| | | [2023-01-16T16:49:05.246Z] | | ___ __| | ___ ___ _____ __ [2023-01-16T16:49:05.246Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-16T16:49:05.246Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-16T16:49:05.246Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-16T16:49:05.246Z] Bash-1.0.6 [2023-01-16T16:49:05.246Z] [2023-01-16T16:49:05.246Z] [2023-01-16T16:49:05.246Z] ==> git version 2.25.1 found [2023-01-16T16:49:05.246Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-01-16T16:49:05.246Z] Release-Date: 2020-01-08 [2023-01-16T16:49:05.246Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-16T16:49:05.246Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-16T16:49:05.246Z] ==> Jenkins CI detected. [2023-01-16T16:49:05.246Z] current dir:  /w/workspace/edgex-go/1 [2023-01-16T16:49:05.246Z] project root: . [2023-01-16T16:49:05.246Z] --> token set from env [2023-01-16T16:49:05.246Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-16T16:49:05.506Z] ==> Running gcov in . (disable via -X gcov) [2023-01-16T16:49:05.506Z] ==> Python coveragepy not found [2023-01-16T16:49:05.506Z] ==> Searching for coverage reports in: [2023-01-16T16:49:05.506Z] + . [2023-01-16T16:49:05.506Z] -> Found 1 reports [2023-01-16T16:49:05.506Z] ==> Detecting git/mercurial file structure [2023-01-16T16:49:05.506Z] ==> Reading reports [2023-01-16T16:49:05.506Z] + ./coverage.out bytes=489579 [2023-01-16T16:49:05.506Z] ==> Appending adjustments [2023-01-16T16:49:05.506Z] https://docs.codecov.io/docs/fixing-reports [2023-01-16T16:49:06.886Z] + Found adjustments [2023-01-16T16:49:06.886Z] ==> Gzipping contents [2023-01-16T16:49:06.886Z] 64K /tmp/codecov.r58xSz.gz [2023-01-16T16:49:06.886Z] ==> Uploading reports [2023-01-16T16:49:06.886Z] url: https://codecov.io [2023-01-16T16:49:06.886Z] query: branch=PR-4283&commit=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4283%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4283&job=&cmd_args= [2023-01-16T16:49:06.886Z] -> Pinging Codecov [2023-01-16T16:49:06.886Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4283&commit=bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4283%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4283&job=&cmd_args= [2023-01-16T16:49:07.147Z] -> Uploading to [2023-01-16T16:49:07.147Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-16/00271124DB129430A58F1EEE437C3FCB/bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be/758de6d0-6fd5-4ef5-a41b-86796f2389cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230116%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230116T164906Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=240610cc7ffb8c9522f0a8a4dae2db916d1398a9c43fe01fcd7f54105b86d6b6 [2023-01-16T16:49:07.147Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-16T16:49:07.147Z] Dload Upload Total Spent Left Speed [2023-01-16T16:49:07.407Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63228 0 0 100 63228 0 213k --:--:-- --:--:-- --:--:-- 213k [2023-01-16T16:49:07.407Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/bf00e8ba1891fe37b6bdb7b7e7c7d7efbbf726be [Pipeline] } [2023-01-16T16:49:07.439Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-16T16:49:08.743Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-16T16:49:09.075Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-16T16:49:09.972Z] ---> package-listing.sh [2023-01-16T16:49:09.972Z] ++ facter osfamily [2023-01-16T16:49:09.972Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-16T16:49:10.232Z] + OS_FAMILY=debian [2023-01-16T16:49:10.232Z] + workspace=/w/workspace/edgex-go/1 [2023-01-16T16:49:10.232Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-16T16:49:10.232Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-16T16:49:10.232Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-16T16:49:10.232Z] + PACKAGES=/tmp/packages_start.txt [2023-01-16T16:49:10.232Z] + '[' /w/workspace/edgex-go/1 ']' [2023-01-16T16:49:10.232Z] + PACKAGES=/tmp/packages_end.txt [2023-01-16T16:49:10.232Z] + case "${OS_FAMILY}" in [2023-01-16T16:49:10.232Z] + dpkg -l [2023-01-16T16:49:10.232Z] + grep '^ii' [2023-01-16T16:49:10.232Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-16T16:49:10.232Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-16T16:49:10.232Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-16T16:49:10.232Z] + '[' /w/workspace/edgex-go/1 ']' [2023-01-16T16:49:10.232Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-01-16T16:49:10.232Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-01-16T16:49:10.263Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-16T16:49:10.561Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:49:11.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-16T16:49:11.201Z] [2023-01-16T16:49:11.201Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-16T16:49:11.581Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-16T16:49:11.581Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-16T16:49:11.581Z] 5eb5b503b376: Pulling fs layer [2023-01-16T16:49:11.581Z] 5c69ac0246d0: Pulling fs layer [2023-01-16T16:49:11.581Z] ec43610c2a17: Pulling fs layer [2023-01-16T16:49:11.581Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-16T16:49:11.581Z] 33b1e0a273af: Pulling fs layer [2023-01-16T16:49:11.581Z] 5d3b04190fa2: Pulling fs layer [2023-01-16T16:49:11.581Z] 2f39f015ded8: Pulling fs layer [2023-01-16T16:49:11.581Z] 33b1e0a273af: Waiting [2023-01-16T16:49:11.581Z] 5d3b04190fa2: Waiting [2023-01-16T16:49:11.581Z] 2f39f015ded8: Waiting [2023-01-16T16:49:11.581Z] 3a2ae6a8a46f: Waiting [2023-01-16T16:49:11.581Z] 5c69ac0246d0: Verifying Checksum [2023-01-16T16:49:11.581Z] 5c69ac0246d0: Download complete [2023-01-16T16:49:11.581Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-16T16:49:11.581Z] 3a2ae6a8a46f: Download complete [2023-01-16T16:49:11.841Z] 33b1e0a273af: Verifying Checksum [2023-01-16T16:49:11.841Z] 33b1e0a273af: Download complete [2023-01-16T16:49:11.841Z] 5d3b04190fa2: Verifying Checksum [2023-01-16T16:49:11.841Z] 5d3b04190fa2: Download complete [2023-01-16T16:49:12.102Z] ec43610c2a17: Verifying Checksum [2023-01-16T16:49:12.102Z] ec43610c2a17: Download complete [2023-01-16T16:49:12.376Z] 5eb5b503b376: Verifying Checksum [2023-01-16T16:49:12.376Z] 5eb5b503b376: Download complete [2023-01-16T16:49:13.815Z] 5eb5b503b376: Pull complete [2023-01-16T16:49:14.073Z] 5c69ac0246d0: Pull complete [2023-01-16T16:49:14.073Z] 2f39f015ded8: Download complete [2023-01-16T16:49:14.331Z] ec43610c2a17: Pull complete [2023-01-16T16:49:14.331Z] 3a2ae6a8a46f: Pull complete [2023-01-16T16:49:14.591Z] 33b1e0a273af: Pull complete [2023-01-16T16:49:14.851Z] 5d3b04190fa2: Pull complete [2023-01-16T16:49:20.172Z] 2f39f015ded8: Pull complete [2023-01-16T16:49:20.172Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-16T16:49:20.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-16T16:49:20.172Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-16T16:49:20.387Z] prd-ubuntu20.04-docker-8c-8g-2584 does not seem to be running inside a container [2023-01-16T16:49:20.420Z] $ 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-01-16T16:49:29.643Z] $ docker top dfb31bf4e7b3aa7f4594bf477a2f0db8c6dbf62f315c72aafefd2ebd8548f4bc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-16T16:49:30.047Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-16T16:49:30.355Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-16T16:49:30.668Z] + ls /var/log/sa-host [2023-01-16T16:49:30.668Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-16T16:49:30.905Z] provisioning config files... [2023-01-16T16:49:30.914Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config16187446215344914507tmp [Pipeline] { [Pipeline] echo [2023-01-16T16:49:30.960Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-16T16:49:31.270Z] ---> create-netrc.sh [Pipeline] } [2023-01-16T16:49:31.299Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-16T16:49:31.709Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-16T16:49:31.740Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-16T16:49:32.052Z] ---> sudo-logs.sh [2023-01-16T16:49:32.052Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-16T16:49:32.129Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-16T16:49:32.436Z] ---> job-cost.sh [2023-01-16T16:49:32.436Z] lf-activate-venv: SKIPPING [2023-01-16T16:49:32.436Z] DEBUG: total: 0.10999999940395355 [2023-01-16T16:49:32.436Z] INFO: Retrieving Stack Cost... [2023-01-16T16:49:32.696Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-16T16:49:33.264Z] INFO: Archiving Costs [Pipeline] echo [2023-01-16T16:49:33.296Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-16T16:49:33.603Z] ---> logs-deploy.sh [2023-01-16T16:49:33.603Z] lf-activate-venv: SKIPPING [2023-01-16T16:49:33.603Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4283/1 [2023-01-16T16:49:33.603Z] INFO: archiving workspace using pattern(s): [2023-01-16T16:49:34.538Z] Archives upload complete. [2023-01-16T16:49:34.796Z] INFO: archiving logs to Nexus