Pull request #4426 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 3f54df644f047668e5e8287f9d2038cf0102a158+923421b803a2aa1fd35cfe5d85a9354669a43ca8 (20cc8e38769fc4800d19f05c56734e495337225a) 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-ssh13546131380241763500.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-ssh16141030408988078403.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-4426/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-4426/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13273824074195177878.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-4426/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17278286629666055650.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-ssh14302842968382944751.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-4426/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-4426/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3298898637196508277.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-8923 in /w/workspace/edgexfoundry_edgex-go_PR-4426 [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 Merging remotes/origin/main commit 923421b803a2aa1fd35cfe5d85a9354669a43ca8 into PR head commit 3f54df644f047668e5e8287f9d2038cf0102a158 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4426/head:refs/remotes/origin/PR-4426 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f54df644f047668e5e8287f9d2038cf0102a158 # 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 923421b803a2aa1fd35cfe5d85a9354669a43ca8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 31b3346c5885cec0a34452070a56a755dd6ee7e6 Checking out Revision 31b3346c5885cec0a34452070a56a755dd6ee7e6 (PR-4426) > git config core.sparsecheckout # timeout=10 > git checkout -f 31b3346c5885cec0a34452070a56a755dd6ee7e6 # timeout=10 Commit message: "Merge commit '923421b803a2aa1fd35cfe5d85a9354669a43ca8' into HEAD" 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 23:07:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:07:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:07:10 ========================================================= 23:07:10 EdgeX Global Pipelines Version Info 23:07:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:07:11 ------------------- 23:07:11 stable info: 23:07:11 ------------------- 23:07:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:07:11 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 23:07:11 Message: update stable to v1.0.244 23:07:11 ------------------- 23:07:11 experimental info: 23:07:11 ------------------- 23:07:11 Commited By: **** collab-it+edgex@linuxfoundation.org 23:07:11 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 23:07:11 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4426 [Pipeline] echo 23:07:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4426 [Pipeline] echo 23:07:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4426 [Pipeline] echo 23:07:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 31b3346c5885cec0a34452070a56a755dd6ee7e6 [Pipeline] echo 23:07:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 31b3346 [Pipeline] echo 23:07:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:07:13 provisioning config files... 23:07:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6560712306661512544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:07:13 ---> docker-login.sh 23:07:13 nexus3.edgexfoundry.org:10001 23:07:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:14 Configure a credential helper to remove this warning. See 23:07:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:14 23:07:14 Login Succeeded 23:07:14 nexus3.edgexfoundry.org:10002 23:07:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:14 Configure a credential helper to remove this warning. See 23:07:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:14 23:07:14 Login Succeeded 23:07:14 nexus3.edgexfoundry.org:10003 23:07:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:14 Configure a credential helper to remove this warning. See 23:07:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:14 23:07:14 Login Succeeded 23:07:14 nexus3.edgexfoundry.org:10004 23:07:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:14 Configure a credential helper to remove this warning. See 23:07:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:14 23:07:14 Login Succeeded 23:07:14 docker.io 23:07:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:14 Configure a credential helper to remove this warning. See 23:07:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:14 23:07:14 Login Succeeded 23:07:14 ---> docker-login.sh ends [Pipeline] } 23:07:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:07:15 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 23:07:15 + dirname cmd/core-command/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo core-command,cmd/core-command/Dockerfile 23:07:15 + dirname cmd/core-common-config-bootstrapper/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 23:07:15 + dirname cmd/core-data/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo core-data,cmd/core-data/Dockerfile 23:07:15 + + dirname cmd/core-metadata/Dockerfile 23:07:15 cut -d/ -f2 23:07:15 + echo core-metadata,cmd/core-metadata/Dockerfile 23:07:15 + dirname cmd/security-bootstrapper/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 23:07:15 + dirname cmd/security-proxy-auth/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 23:07:15 + dirname cmd/security-proxy-setup/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:07:15 + dirname cmd/security-secretstore-setup/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:07:15 + dirname cmd/security-spiffe-token-provider/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 23:07:15 + dirname cmd/security-spire-agent/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 23:07:15 + dirname cmd/security-spire-config/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo security-spire-config,cmd/security-spire-config/Dockerfile 23:07:15 + dirname cmd/security-spire-server/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo security-spire-server,cmd/security-spire-server/Dockerfile 23:07:15 + dirname cmd/support-notifications/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo support-notifications,cmd/support-notifications/Dockerfile 23:07:15 + dirname cmd/support-scheduler/Dockerfile 23:07:15 + cut -d/ -f2 23:07:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 23:07:15 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 23:07:15 + git rev-list -1 --merges 31b3346c5885cec0a34452070a56a755dd6ee7e6~1..31b3346c5885cec0a34452070a56a755dd6ee7e6 [Pipeline] echo 23:07:15 -----------> git rev-list -1 --merges 31b3346c5885cec0a34452070a56a755dd6ee7e6~1..31b3346c5885cec0a34452070a56a755dd6ee7e6 31b3346c5885cec0a34452070a56a755dd6ee7e6 23:07:15 31b3346c5885cec0a34452070a56a755dd6ee7e6 [false] [Pipeline] sh 23:07:16 + git log --format=format:%s -1 31b3346c5885cec0a34452070a56a755dd6ee7e6 [Pipeline] echo 23:07:16 ========================================================= 23:07:16 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:07:16 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 23:07:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:07:16 + grep -v github /etc/ssh/ssh_known_hosts 23:07:16 + [ -e /tmp/ssh_known_hosts ] 23:07:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:07:16 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:07:16 + sudo tee -a /etc/ssh/ssh_known_hosts 23:07:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:07:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:07:17 23:07:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:07:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:07:17 0.1.4: Pulling from edgex-devops/py-git-semver 23:07:17 b85a868b505f: Pulling fs layer 23:07:17 e2be974225ed: Pulling fs layer 23:07:17 339a4e72a1f5: Pulling fs layer 23:07:17 988bab9f4d93: Pulling fs layer 23:07:17 1469e6f7b9e6: Pulling fs layer 23:07:17 eaf3925da568: Pulling fs layer 23:07:17 bab4dde63d76: Pulling fs layer 23:07:17 bde34c3a00c8: Pulling fs layer 23:07:17 eaf3925da568: Waiting 23:07:17 1469e6f7b9e6: Waiting 23:07:17 bab4dde63d76: Waiting 23:07:17 b352a97aabf1: Pulling fs layer 23:07:17 4872d77fe225: Pulling fs layer 23:07:17 5851b861e8e6: Pulling fs layer 23:07:17 4872d77fe225: Waiting 23:07:17 b352a97aabf1: Waiting 23:07:17 5851b861e8e6: Waiting 23:07:17 bde34c3a00c8: Waiting 23:07:17 e2be974225ed: Verifying Checksum 23:07:17 e2be974225ed: Download complete 23:07:17 988bab9f4d93: Verifying Checksum 23:07:17 988bab9f4d93: Download complete 23:07:17 1469e6f7b9e6: Verifying Checksum 23:07:17 1469e6f7b9e6: Download complete 23:07:17 339a4e72a1f5: Verifying Checksum 23:07:17 339a4e72a1f5: Download complete 23:07:17 eaf3925da568: Verifying Checksum 23:07:17 eaf3925da568: Download complete 23:07:17 bde34c3a00c8: Download complete 23:07:17 b352a97aabf1: Verifying Checksum 23:07:17 b352a97aabf1: Download complete 23:07:17 4872d77fe225: Verifying Checksum 23:07:17 4872d77fe225: Download complete 23:07:17 5851b861e8e6: Verifying Checksum 23:07:17 5851b861e8e6: Download complete 23:07:17 b85a868b505f: Verifying Checksum 23:07:17 b85a868b505f: Download complete 23:07:17 bab4dde63d76: Verifying Checksum 23:07:17 bab4dde63d76: Download complete 23:07:19 b85a868b505f: Pull complete 23:07:19 e2be974225ed: Pull complete 23:07:19 339a4e72a1f5: Pull complete 23:07:19 988bab9f4d93: Pull complete 23:07:20 1469e6f7b9e6: Pull complete 23:07:20 eaf3925da568: Pull complete 23:07:22 bab4dde63d76: Pull complete 23:07:22 bde34c3a00c8: Pull complete 23:07:22 b352a97aabf1: Pull complete 23:07:22 4872d77fe225: Pull complete 23:07:22 5851b861e8e6: Pull complete 23:07:22 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:07:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:07:22 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:07:22 prd-ubuntu20.04-docker-8c-8g-8923 does not seem to be running inside a container 23:07:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 23:07:23 $ docker top c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:07:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:24 [ssh-agent] Looking for ssh-agent implementation... 23:07:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:24 $ docker exec c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a ssh-agent 23:07:24 SSH_AUTH_SOCK=/tmp/ssh-abk0nPcuyZs4/agent.32 23:07:24 SSH_AGENT_PID=38 23:07:24 Running ssh-add (command line suppressed) 23:07:24 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7431383008568534803.key (/w/workspace/edgex-go/1@tmp/private_key_7431383008568534803.key) 23:07:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:24 + git tag --points-at HEAD [Pipeline] } 23:07:24 $ docker exec --env ******** --env ******** c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a ssh-agent -k 23:07:24 unset SSH_AUTH_SOCK; 23:07:24 unset SSH_AGENT_PID; 23:07:24 echo Agent pid 38 killed; 23:07:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:07:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:25 [ssh-agent] Looking for ssh-agent implementation... 23:07:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:25 $ docker exec c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a ssh-agent 23:07:25 SSH_AUTH_SOCK=/tmp/ssh-Y0QFIDz5M5Cc/agent.70 23:07:25 SSH_AGENT_PID=76 23:07:25 Running ssh-add (command line suppressed) 23:07:25 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4730488545580345578.key (/w/workspace/edgex-go/1@tmp/private_key_4730488545580345578.key) 23:07:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:25 + git semver init 23:07:26 2023-03-08 23:07:25,972 [run_init] DEBUG init version:0.0.0 force:False 23:07:26 2023-03-08 23:07:25,973 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 23:07:26 2023-03-08 23:07:25,973 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 23:07:26 2023-03-08 23:07:25,974 [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) 23:07:30 2023-03-08 23:07:30,057 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 23:07:30 2023-03-08 23:07:30,057 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4426 with force:False 23:07:30 2023-03-08 23:07:30,058 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4426 23:07:30 2023-03-08 23:07:30,062 [execute] INFO git cat-file --batch-check 23:07:30 2023-03-08 23:07:30,062 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 23:07:30 2023-03-08 23:07:30,069 [execute] INFO git cat-file --batch 23:07:30 2023-03-08 23:07:30,069 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 23:07:30 2023-03-08 23:07:30,075 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4426 23:07:30 0.0.0 [Pipeline] } 23:07:30 $ docker exec --env ******** --env ******** c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a ssh-agent -k 23:07:30 unset SSH_AUTH_SOCK; 23:07:30 unset SSH_AGENT_PID; 23:07:30 echo Agent pid 76 killed; 23:07:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:07:30 + git semver [Pipeline] } 23:07:31 $ docker stop --time=1 c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a 23:07:32 $ docker rm -f --volumes c2930ab81d2fce86721e62dff06d48759ea2bd8600a686b045cb7d18c631564a [Pipeline] // withDockerContainer [Pipeline] sh 23:07:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:07:33 Stashed 1 file(s) [Pipeline] echo 23:07:33 [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 23:07:33 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 23:07:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:07:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:07:33 ========================================================= 23:07:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 23:07:33 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:07:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 23:07:34 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 23:07:34 213ec9aee27d: Pulling fs layer 23:07:34 4583459ba037: Pulling fs layer 23:07:34 93c1e223e6f2: Pulling fs layer 23:07:34 53926ce57604: Pulling fs layer 23:07:34 21b2b0c7a3f4: Pulling fs layer 23:07:34 22ff95d597cd: Pulling fs layer 23:07:34 12d6caf4c0d1: Pulling fs layer 23:07:34 96b7cbca73a9: Pulling fs layer 23:07:34 a7acece74701: Pulling fs layer 23:07:34 22ff95d597cd: Waiting 23:07:34 12d6caf4c0d1: Waiting 23:07:34 96b7cbca73a9: Waiting 23:07:34 a7acece74701: Waiting 23:07:34 53926ce57604: Waiting 23:07:34 21b2b0c7a3f4: Waiting 23:07:34 93c1e223e6f2: Verifying Checksum 23:07:34 93c1e223e6f2: Download complete 23:07:34 4583459ba037: Download complete 23:07:34 21b2b0c7a3f4: Download complete 23:07:34 22ff95d597cd: Download complete 23:07:34 213ec9aee27d: Verifying Checksum 23:07:34 213ec9aee27d: Download complete 23:07:34 12d6caf4c0d1: Download complete 23:07:34 213ec9aee27d: Pull complete 23:07:34 4583459ba037: Pull complete 23:07:34 93c1e223e6f2: Pull complete 23:07:34 a7acece74701: Verifying Checksum 23:07:34 a7acece74701: Download complete 23:07:35 96b7cbca73a9: Verifying Checksum 23:07:35 96b7cbca73a9: Download complete 23:07:35 53926ce57604: Verifying Checksum 23:07:35 53926ce57604: Download complete 23:07:39 53926ce57604: Pull complete 23:07:39 21b2b0c7a3f4: Pull complete 23:07:39 22ff95d597cd: Pull complete 23:07:39 12d6caf4c0d1: Pull complete 23:07:41 96b7cbca73a9: Pull complete 23:07:42 a7acece74701: Pull complete 23:07:42 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 23:07:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 23:07:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 23:07:42 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 23:07:42 WORKDIR /edgex 23:07:42 COPY go.mod . 23:07:42 RUN go mod download build 23:07:42 -t ci-base-image-x86_64 -f - . 23:07:42 Sending build context to Docker daemon 170.3MB 23:07:42 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 23:07:42 ---> db6d94c90886 23:07:42 Step 2/4 : WORKDIR /edgex 23:07:45 ---> Running in a7324fcfa2b9 23:07:45 Removing intermediate container a7324fcfa2b9 23:07:45 ---> 3c958dee85bd 23:07:45 Step 3/4 : COPY go.mod . 23:07:45 ---> afb5da0133d0 23:07:45 Step 4/4 : RUN go mod download 23:07:45 ---> Running in 53242fae3950 23:07:48 Still waiting to schedule task 23:07:48 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 23:07:57 Removing intermediate container 53242fae3950 23:07:57 ---> b13923cb1281 23:07:57 Successfully built b13923cb1281 23:07:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:07:58 + docker inspect -f . ci-base-image-x86_64 23:07:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:07:58 prd-ubuntu20.04-docker-8c-8g-8923 does not seem to be running inside a container 23:07:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:07:58 $ docker top bd75d3aea4eca7dba5a8b70de8a085a55b58c972fc38fe249d5021fa29858148 -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:59 + go version 23:07:59 go version go1.18.7 linux/amd64 [Pipeline] } 23:07:59 $ docker stop --time=1 bd75d3aea4eca7dba5a8b70de8a085a55b58c972fc38fe249d5021fa29858148 23:08:00 $ docker rm -f --volumes bd75d3aea4eca7dba5a8b70de8a085a55b58c972fc38fe249d5021fa29858148 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:08:01 + docker inspect -f . ci-base-image-x86_64 23:08:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:08:01 prd-ubuntu20.04-docker-8c-8g-8923 does not seem to be running inside a container 23:08:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:08:01 $ docker top 2cc82e3c39ad2e7dad4cf69ebea496f34fbda4c6e6f80dedc231e4b9df58fe26 -eo pid,comm [Pipeline] { [Pipeline] echo 23:08:01 ========================================================= 23:08:01 [edgeXBuildGoParallel] Running Tests and Build... 23:08:01 ========================================================= [Pipeline] sh 23:08:02 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 23:08:02 + make test 23:08:02 go test -race -coverprofile=coverage.out ./... 23:08:10 ? github.com/edgexfoundry/edgex-go [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 23:08:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements 23:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:08:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.090s coverage: 98.5% of statements 23:08:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.110s coverage: 71.2% of statements 23:08:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 23:08:28 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 23:08:28 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 23:08:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.089s coverage: 54.0% of statements 23:08:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:08:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:08:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.645s coverage: 88.5% of statements 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 23:08:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.091s coverage: 3.9% of statements 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:08:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.547s coverage: 95.6% of statements 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 23:08:30 ok github.com/edgexfoundry/edgex-go/internal/io 0.074s coverage: 72.2% of statements 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:08:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.077s coverage: 65.9% of statements 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:08:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.078s coverage: 0.9% of statements 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 23:08:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.098s coverage: 29.0% of statements 23:08:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 45.5% of statements 23:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.092s coverage: 82.9% of statements 23:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements 23:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements 23:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.088s coverage: 87.5% of statements 23:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.393s coverage: 79.9% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.075s coverage: 86.9% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.062s coverage: 20.0% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 81.2% of statements 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.097s coverage: 82.1% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 84.8% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.1% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 89.4% of statements 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.194s coverage: 38.4% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.162s coverage: 92.3% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.067s coverage: 61.5% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 97.7% of statements 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 23:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 23:08:52 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 23:09:14 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." 23:09:14 go vet ./... 23:09:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:09:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:09:17 ./bin/test-attribution-txt.sh [Pipeline] echo 23:09:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 23:09:17 + ls -al . 23:09:17 total 704 23:09:17 drwxrwxr-x 11 1001 1001 4096 Mar 8 23:08 . 23:09:17 drwxr-xr-x 4 root root 4096 Mar 8 23:08 .. 23:09:17 drwxrwxr-x 2 1001 1001 4096 Mar 8 23:07 .blubracket 23:09:17 -rw-rw-r-- 1 1001 1001 16 Mar 8 23:07 .dockerignore 23:09:17 drwxrwxr-x 8 1001 1001 4096 Mar 8 23:08 .git 23:09:17 drwxrwxr-x 3 1001 1001 4096 Mar 8 23:07 .github 23:09:17 -rw-rw-r-- 1 1001 1001 1112 Mar 8 23:07 .gitignore 23:09:17 -rw-rw-r-- 1 1001 1001 42 Mar 8 23:07 .golangci.yml 23:09:17 -rw-rw-r-- 1 1001 1001 87 Mar 8 23:07 .hadolint.yml 23:09:17 drwxr-xr-x 3 1001 1001 4096 Mar 8 23:07 .semver 23:09:17 -rw-rw-r-- 1 1001 1001 166 Mar 8 23:07 .sonarcloud.properties 23:09:17 -rw-rw-r-- 1 1001 1001 1171 Mar 8 23:07 ADOPTERS.md 23:09:17 -rw-rw-r-- 1 1001 1001 10825 Mar 8 23:07 Attribution.txt 23:09:17 -rw-rw-r-- 1 1001 1001 73765 Mar 8 23:07 CHANGELOG.md 23:09:17 -rw-rw-r-- 1 1001 1001 3804 Mar 8 23:07 CONTRIBUTING.md 23:09:17 -rw-rw-r-- 1 1001 1001 677 Mar 8 23:07 GOVERNANCE.md 23:09:17 -rw-rw-r-- 1 1001 1001 883 Mar 8 23:07 Jenkinsfile 23:09:17 -rw-rw-r-- 1 1001 1001 10775 Mar 8 23:07 LICENSE 23:09:17 -rw-rw-r-- 1 1001 1001 14071 Mar 8 23:07 Makefile 23:09:17 -rw-rw-r-- 1 1001 1001 582 Mar 8 23:07 OWNERS.md 23:09:17 -rw-rw-r-- 1 1001 1001 9403 Mar 8 23:07 README.md 23:09:17 -rw-rw-r-- 1 1001 1001 6912 Mar 8 23:07 SECURITY.md 23:09:17 -rw-rw-r-- 1 1001 1001 5 Mar 8 23:07 VERSION 23:09:17 drwxrwxr-x 2 1001 1001 4096 Mar 8 23:07 bin 23:09:17 drwxrwxr-x 18 1001 1001 4096 Mar 8 23:07 cmd 23:09:17 -rw-r--r-- 1 root root 447487 Mar 8 23:08 coverage.out 23:09:17 -rw-rw-r-- 1 1001 1001 3232 Mar 8 23:07 go.mod 23:09:17 -rw-rw-r-- 1 1001 1001 31098 Mar 8 23:07 go.sum 23:09:17 drwxrwxr-x 7 1001 1001 4096 Mar 8 23:07 internal 23:09:17 drwxrwxr-x 3 1001 1001 4096 Mar 8 23:07 openapi 23:09:17 drwxrwxr-x 4 1001 1001 4096 Mar 8 23:07 snap 23:09:17 -rw-rw-r-- 1 1001 1001 204 Mar 8 23:07 version.go [Pipeline] sh 23:09:18 + '[' -e coverage.out ] 23:09:18 + chown 1001:1001 coverage.out [Pipeline] stash 23:09:18 Stashed 1 file(s) [Pipeline] sh 23:09:18 + make build 23:09:18 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 23:09:25 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8925 in /w/workspace/edgexfoundry_edgex-go_PR-4426 [Pipeline] { [Pipeline] ws 23:09:25 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 23:09:25 The recommended git tool is: git 23:09:30 using credential edgex-jenkins-ssh 23:09:30 Cloning the remote Git repository 23:09:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:09:31 > git init /w/workspace/edgex-go/1 # timeout=10 23:09:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:09:31 > git --version # timeout=10 23:09:31 > git --version # 'git version 2.25.1' 23:09:31 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:33 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 23:09:33 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 23:09:34 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 23:09:35 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 23:09:43 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 23:09:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 23:09:46 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 23:09:47 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 23:09:48 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 23:09:49 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 23:09:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:09:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:09:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:09:49 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4426/head:refs/remotes/origin/PR-4426 +refs/heads/main:refs/remotes/origin/main # timeout=10 23:09:50 Merging remotes/origin/main commit 923421b803a2aa1fd35cfe5d85a9354669a43ca8 into PR head commit 3f54df644f047668e5e8287f9d2038cf0102a158 23:09:50 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 23:09:51 Merge succeeded, producing 65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:09:51 Checking out Revision 65c545fbdf7df5777cf591521dde9d10e5bdca6d (PR-4426) 23:09:50 > git config core.sparsecheckout # timeout=10 23:09:50 > git checkout -f 3f54df644f047668e5e8287f9d2038cf0102a158 # timeout=10 23:09:50 > git remote # timeout=10 23:09:50 > git config --get remote.origin.url # timeout=10 23:09:50 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:50 > git merge 923421b803a2aa1fd35cfe5d85a9354669a43ca8 # timeout=10 23:09:51 > git rev-parse HEAD^{commit} # timeout=10 23:09:51 > git config core.sparsecheckout # timeout=10 23:09:51 > git checkout -f 65c545fbdf7df5777cf591521dde9d10e5bdca6d # timeout=10 [Pipeline] } 23:09:52 $ docker stop --time=1 2cc82e3c39ad2e7dad4cf69ebea496f34fbda4c6e6f80dedc231e4b9df58fe26 23:09:54 Commit message: "Merge commit '923421b803a2aa1fd35cfe5d85a9354669a43ca8' into HEAD" 23:09:54 First time build. Skipping changelog. 23:09:54 > git --version # timeout=10 23:09:54 > git --version # 'git version 2.25.1' 23:09:54 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 23:09:54 $ docker rm -f --volumes 2cc82e3c39ad2e7dad4cf69ebea496f34fbda4c6e6f80dedc231e4b9df58fe26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 23:09:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:09:56 23:09:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:09:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:09:56 % Total % Received % Xferd Average Speed Time Time Time Current 23:09:56 Dload Upload Total Spent Left Speed 23:09:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95872 0 --:--:-- --:--:-- --:--:-- 95872 23:09:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:09:56 latest: Pulling from edgex-devops/edgex-compose 23:09:56 cbdbe7a5bc2a: Pulling fs layer 23:09:56 ca9280d653b3: Pulling fs layer 23:09:56 7e9c9ca2126c: Pulling fs layer 23:09:56 cbdbe7a5bc2a: Verifying Checksum 23:09:56 cbdbe7a5bc2a: Download complete 23:09:56 ca9280d653b3: Verifying Checksum 23:09:56 ca9280d653b3: Download complete 23:09:56 cbdbe7a5bc2a: Pull complete [Pipeline] sh 23:09:57 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:09:57 7e9c9ca2126c: Download complete 23:09:57 ca9280d653b3: Pull complete 23:09:57 + sudo tee /etc/docker/daemon.new 23:09:57 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:09:57 { 23:09:57 "registry-mirrors": [ 23:09:57 "https://nexus3.edgexfoundry.org:10001" 23:09:57 ], 23:09:57 "bip": "10.250.0.254/24", 23:09:57 "hosts": [ 23:09:57 "tcp://0.0.0.0:5555", 23:09:57 "unix:///var/run/docker.sock" 23:09:57 ], 23:09:57 "mtu": 1458, 23:09:57 "selinux-enabled": true, 23:09:57 "seccomp-profile": "/etc/docker/seccomp.json" 23:09:57 } [Pipeline] sh 23:09:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:09:58 + sudo service docker restart 23:10:00 7e9c9ca2126c: Pull complete 23:10:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:10:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:10:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:10:00 prd-ubuntu20.04-docker-8c-8g-8923 does not seem to be running inside a container 23:10:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:10:02 $ docker top ce5b2aaeafca183622252c0c2b36f62654e9274fc37ddda4f74632b01b859fd5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:02 + docker-compose+ grep parallel 23:10:02 build --help 23:10:03 --parallel Build images in parallel. [Pipeline] } 23:10:03 $ docker stop --time=1 ce5b2aaeafca183622252c0c2b36f62654e9274fc37ddda4f74632b01b859fd5 23:10:04 $ docker rm -f --volumes ce5b2aaeafca183622252c0c2b36f62654e9274fc37ddda4f74632b01b859fd5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:10:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:10:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:10:05 prd-ubuntu20.04-docker-8c-8g-8923 does not seem to be running inside a container 23:10:05 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:10:05 $ docker top 5e8c4c0d8a1b9d52c196803409a35a0bbf53cd743b50e15b85e4b06052c04034 -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:06 + docker-compose -f ./docker-compose-build.yml build --parallel 23:10:06 Building core-command ... 23:10:06 Building core-common-config-bootstrapper ... 23:10:06 Building core-data ... 23:10:06 Building core-metadata ... 23:10:06 Building security-bootstrapper ... 23:10:06 Building security-proxy-auth ... 23:10:06 Building security-proxy-setup ... 23:10:06 Building security-secretstore-setup ... 23:10:06 Building security-spiffe-token-provider ... 23:10:06 Building security-spire-agent ... 23:10:06 Building security-spire-config ... 23:10:06 Building security-spire-server ... 23:10:06 Building support-notifications ... 23:10:06 Building support-scheduler ... 23:10:06 Building security-proxy-setup 23:10:06 Building core-metadata 23:10:06 Building support-scheduler 23:10:06 Building security-bootstrapper 23:10:06 Building security-spire-agent [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:10:16 provisioning config files... 23:10:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config648714577218336277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:10:16 ---> docker-login.sh 23:10:16 nexus3.edgexfoundry.org:10001 23:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:17 Configure a credential helper to remove this warning. See 23:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:17 23:10:17 Login Succeeded 23:10:17 nexus3.edgexfoundry.org:10002 23:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:17 Configure a credential helper to remove this warning. See 23:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:17 23:10:17 Login Succeeded 23:10:17 nexus3.edgexfoundry.org:10003 23:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:18 Configure a credential helper to remove this warning. See 23:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:18 23:10:18 Login Succeeded 23:10:18 nexus3.edgexfoundry.org:10004 23:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:18 Configure a credential helper to remove this warning. See 23:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:18 23:10:18 Login Succeeded 23:10:18 docker.io 23:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:18 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:10:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:10:18 ---> b13923cb1281 23:10:18 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:10:18 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:10:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:10:18 ---> b13923cb1281 23:10:18 Step 3/24 : ARG ADD_BUILD_TAGS="" 23:10:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:19 Configure a credential helper to remove this warning. See 23:10:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:19 23:10:19 Login Succeeded 23:10:19 ---> docker-login.sh ends [Pipeline] } 23:10:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:10:19 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:10:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:10:19 ---> b13923cb1281 23:10:19 Step 3/24 : WORKDIR /edgex-go 23:10:19 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:10:19 Step 2/32 : FROM ${BUILDER_BASE} AS builder 23:10:19 ---> b13923cb1281 23:10:19 Step 3/32 : WORKDIR /edgex-go [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 23:10:19 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:10:19 Step 2/20 : FROM ${BUILDER_BASE} AS builder 23:10:19 ---> b13923cb1281 23:10:19 Step 3/20 : WORKDIR /edgex-go 23:10:19 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 23:10:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:10:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:10:19 ========================================================= 23:10:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 23:10:19 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:10:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 23:10:20 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:10:20 9b18e9b68314: Pulling fs layer 23:10:20 35d82f9e3411: Pulling fs layer 23:10:20 e16973657156: Pulling fs layer 23:10:20 fc693d55d65f: Pulling fs layer 23:10:20 7e9fc2657dce: Pulling fs layer 23:10:20 dda99020689f: Pulling fs layer 23:10:20 db1c61fa0a46: Pulling fs layer 23:10:20 891c053d2c06: Pulling fs layer 23:10:20 7e9fc2657dce: Waiting 23:10:20 dda99020689f: Waiting 23:10:20 db1c61fa0a46: Waiting 23:10:20 e16973657156: Verifying Checksum 23:10:20 e16973657156: Download complete 23:10:20 35d82f9e3411: Verifying Checksum 23:10:20 35d82f9e3411: Download complete 23:10:20 7e9fc2657dce: Verifying Checksum 23:10:20 7e9fc2657dce: Download complete 23:10:20 dda99020689f: Verifying Checksum 23:10:20 dda99020689f: Download complete 23:10:20 9b18e9b68314: Verifying Checksum 23:10:20 9b18e9b68314: Download complete 23:10:21 9b18e9b68314: Pull complete 23:10:21 891c053d2c06: Verifying Checksum 23:10:21 891c053d2c06: Download complete 23:10:22 35d82f9e3411: Pull complete 23:10:22 e16973657156: Pull complete 23:10:22 db1c61fa0a46: Verifying Checksum 23:10:22 db1c61fa0a46: Download complete 23:10:23 fc693d55d65f: Verifying Checksum 23:10:23 fc693d55d65f: Download complete 23:10:23 ---> Running in a736993f9f0f 23:10:23 ---> Running in 0a51bda44e70 23:10:23 ---> Running in 3d794b23ff66 23:10:23 ---> Running in 81cbf4f867d4 23:10:23 ---> Running in 3b51575bb932 23:10:23 Removing intermediate container a736993f9f0f 23:10:23 ---> 44997d87f2d5 23:10:23 Step 4/24 : WORKDIR /edgex-go 23:10:23 ---> Running in e856fdeae53e 23:10:23 Removing intermediate container 81cbf4f867d4 23:10:23 ---> 223a98e9b3f5 23:10:23 Step 4/22 : WORKDIR /edgex-go 23:10:23 Removing intermediate container 0a51bda44e70 23:10:23 ---> 8d06c3e5db1f 23:10:23 Step 4/20 : RUN apk add --update --no-cache make git 23:10:23 Removing intermediate container 3d794b23ff66 23:10:23 ---> 78a00ee1f833 23:10:23 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 23:10:23 Removing intermediate container 3b51575bb932 23:10:23 ---> 6f712fd874b2 23:10:23 Step 4/32 : RUN apk add --update --no-cache make git 23:10:23 ---> Running in 33d3c0ca5def 23:10:23 ---> Running in d4a76127d953 23:10:23 ---> Running in 5182f6491cac 23:10:23 ---> Running in 4de03623e26d 23:10:23 Removing intermediate container e856fdeae53e 23:10:23 ---> b5d44d01bf8d 23:10:23 Step 5/24 : RUN apk add --update --no-cache make git 23:10:23 ---> Running in 25b4738449a6 23:10:23 Removing intermediate container 33d3c0ca5def 23:10:23 ---> 6564d3d93e9d 23:10:23 Step 5/22 : RUN apk add --update --no-cache make git 23:10:23 ---> Running in e98f4ce39da9 23:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:10:24 OK: 211 MiB in 51 packages 23:10:24 OK: 211 MiB in 51 packages 23:10:24 OK: 211 MiB in 51 packages 23:10:24 OK: 211 MiB in 51 packages 23:10:24 OK: 211 MiB in 51 packages 23:10:25 Removing intermediate container 4de03623e26d 23:10:25 ---> 938fdf1a9d93 23:10:25 Step 5/32 : COPY go.mod vendor* ./ 23:10:25 Removing intermediate container 25b4738449a6 23:10:25 ---> 97cc0e9a9df4 23:10:25 Step 6/24 : COPY go.mod vendor* ./ 23:10:25 Removing intermediate container d4a76127d953 23:10:25 ---> f26a06143072 23:10:25 Step 5/20 : COPY go.mod vendor* ./ 23:10:25 Removing intermediate container e98f4ce39da9 23:10:25 ---> 8c7e3f4d0846 23:10:25 Step 6/22 : COPY go.mod vendor* ./ 23:10:25 Removing intermediate container 5182f6491cac 23:10:25 ---> 94acd9f6b24d 23:10:25 Step 5/24 : COPY go.mod vendor* ./ 23:10:25 ---> 0be3faf590ba 23:10:25 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:10:25 ---> 2886d34b56de 23:10:25 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:10:25 ---> Running in 7c2f50c7c10f 23:10:25 ---> Running in e1f4316077e4 23:10:25 ---> 454d42f3d32f 23:10:25 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:10:25 ---> e49346eb0d89 23:10:25 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:10:25 ---> Running in 8565fbea73ce 23:10:25 ---> 52b86f0fefb7 23:10:25 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:10:25 ---> Running in 22b2e8496f5d 23:10:26 ---> Running in 38382120fabf 23:10:35 fc693d55d65f: Pull complete 23:10:35 7e9fc2657dce: Pull complete 23:10:36 dda99020689f: Pull complete 23:10:42 db1c61fa0a46: Pull complete 23:10:43 891c053d2c06: Pull complete 23:10:43 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 23:10:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 23:10:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 23:10:44 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 23:10:44 WORKDIR /edgex 23:10:44 COPY go.mod . 23:10:44 RUN go mod download -t 23:10:44 ci-base-image-arm64 -f - . 23:10:44 Sending build context to Docker daemon 2.95MB 23:10:44 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 23:10:44 ---> f96f9c87975a 23:10:44 Step 2/4 : WORKDIR /edgex 23:10:46 ---> Running in 7b9e02bd2f1c 23:10:46 Removing intermediate container 7b9e02bd2f1c 23:10:46 ---> c42f5adf421e 23:10:46 Step 3/4 : COPY go.mod . 23:10:47 ---> a51404369342 23:10:47 Step 4/4 : RUN go mod download 23:10:47 ---> Running in 55522f22b8e8 23:11:04 Removing intermediate container 38382120fabf 23:11:04 ---> d739c334a85a 23:11:04 Step 7/24 : COPY . . 23:11:04 Removing intermediate container e1f4316077e4 23:11:04 ---> fe0a6a7420b0 23:11:04 Step 8/24 : COPY . . 23:11:04 Removing intermediate container 8565fbea73ce 23:11:04 ---> bb7fa96e33c1 23:11:04 Step 7/20 : COPY . . 23:11:04 Removing intermediate container 22b2e8496f5d 23:11:04 ---> 563c03ab6595 23:11:04 Step 8/22 : COPY . . 23:11:04 Removing intermediate container 7c2f50c7c10f 23:11:04 ---> 8b3470bbe709 23:11:04 Step 7/32 : COPY . . 23:11:10 ---> ba0e226ab67b 23:11:10 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 23:11:10 ---> 15db3428db87 23:11:10 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 23:11:10 ---> d4675d4844fa 23:11:10 Step 8/20 : RUN make cmd/secrets-config/secrets-config 23:11:10 ---> 3158aed9e8e4 23:11:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:11:10 ---> 303be0648e0a 23:11:10 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:11:10 ---> Running in 5d92a949543f 23:11:10 ---> Running in 58ed1924ea7c 23:11:10 ---> Running in fc39012f4344 23:11:10 ---> Running in 1fb8bcfe744b 23:11:10 ---> Running in 345a72832fc4 23:11:10 Removing intermediate container fc39012f4344 23:11:10 ---> 8fc098f4bf99 23:11:10 Step 9/24 : WORKDIR /edgex-go/spire-build 23:11:10 ---> Running in d32b4ff77488 23:11:10 Removing intermediate container d32b4ff77488 23:11:10 ---> 8a1bf9e9194e 23:11:10 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 23:11:10 ---> Running in 56b04e0c75a6 23:11:10 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 23:11:10 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 23:11:10 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 23:11:10 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 23:11:10 Removing intermediate container 56b04e0c75a6 23:11:10 ---> f18f8e6ec8c3 23:11:10 Step 11/24 : WORKDIR /edgex-go 23:11:11 ---> Running in b33f4e7615da 23:11:11 Removing intermediate container b33f4e7615da 23:11:11 ---> 331ba0873aa3 23:11:11 23:11:11 Step 12/24 : FROM alpine:3.15 23:11:11 3.15: Pulling from library/alpine 23:11:11 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 23:11:11 Status: Downloaded newer image for alpine:3.15 23:11:11 ---> 5ce65d7b0fde 23:11:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:11:11 ---> Running in 626378b64fd8 23:11:11 Removing intermediate container 626378b64fd8 23:11:11 ---> e704fd9bf169 23:11:11 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:11:11 ---> Running in 1b56bacc925b 23:11:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:11:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:11:13 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:11:13 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:11:13 OK: 15859 distinct packages available 23:11:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:11:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:11:13 (1/5) Installing dumb-init (1.2.5-r1) 23:11:13 (2/5) Installing musl-obstack (1.2.3-r0) 23:11:13 (3/5) Installing libucontext (1.1-r0) 23:11:13 (4/5) Installing gcompat (1.0.0-r4) 23:11:13 (5/5) Installing openssl (1.1.1t-r1) 23:11:13 Executing busybox-1.34.1-r7.trigger 23:11:13 OK: 7 MiB in 19 packages 23:11:14 Removing intermediate container 1b56bacc925b 23:11:14 ---> 1bf80b31a5aa 23:11:14 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 23:11:16 ---> 88444b6e890a 23:11:16 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:11:18 ---> ab2048671820 23:11:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 23:11:18 ---> 1609e233a1dc 23:11:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 23:11:19 ---> 7d0719bdcd6a 23:11:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 23:11:19 Removing intermediate container 55522f22b8e8 23:11:19 ---> b9bd4e64b06a 23:11:19 Successfully built b9bd4e64b06a 23:11:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:11:19 + docker inspect -f . ci-base-image-arm64 23:11:19 . [Pipeline] } 23:11:19 ---> bc3a490ef45f 23:11:19 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [Pipeline] // withEnv [Pipeline] withDockerContainer 23:11:20 prd-ubuntu20.04-docker-arm64-4c-16g-8925 does not seem to be running inside a container 23:11:20 ---> Running in f2b260cdd068 23:11:20 $ 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 23:11:20 Removing intermediate container f2b260cdd068 23:11:20 ---> 57f4538f2c5f 23:11:20 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:11:20 ---> Running in 10fbceb145dd 23:11:21 Removing intermediate container 10fbceb145dd 23:11:21 ---> 02ca4fb9016d 23:11:21 Step 22/24 : LABEL arch=x86_64 23:11:21 ---> Running in 2f09176e14c5 23:11:21 $ docker top b4b6a0cea7d8e6ea2501367f2426491213723cb8f14e07121894475f6680cdd5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:21 Removing intermediate container 2f09176e14c5 23:11:21 ---> 59f71a9c09a0 23:11:21 Step 23/24 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:11:21 ---> Running in d4d26957d65e 23:11:22 Removing intermediate container d4d26957d65e 23:11:22 ---> 5c80330024cb 23:11:22 Step 24/24 : LABEL version=0.0.0 23:11:22 ---> Running in 863cbac7264a 23:11:22 + go version 23:11:22 go version go1.18.7 linux/arm64 [Pipeline] } 23:11:22 $ docker stop --time=1 b4b6a0cea7d8e6ea2501367f2426491213723cb8f14e07121894475f6680cdd5 23:11:22 Removing intermediate container 863cbac7264a 23:11:22 ---> ea076afeed1b 23:11:22 23:11:22 Successfully built ea076afeed1b 23:11:22 Successfully tagged security-spire-agent:latest 23:11:22  Building security-spire-agent ... done Building security-spire-config 23:11:24 $ docker rm -f --volumes b4b6a0cea7d8e6ea2501367f2426491213723cb8f14e07121894475f6680cdd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:11:24 + docker inspect -f . ci-base-image-arm64 23:11:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:11:25 prd-ubuntu20.04-docker-arm64-4c-16g-8925 does not seem to be running inside a container 23:11:25 $ 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 23:11:26 $ docker top 0c3eed67ba452374f7a800ccae4755b9d8b8ec0786e701ee9e14cd30be856298 -eo pid,comm [Pipeline] { [Pipeline] echo 23:11:26 ========================================================= 23:11:26 [edgeXBuildGoParallel] Running Tests and Build... 23:11:26 ========================================================= [Pipeline] sh 23:11:26 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:11:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:11:26 ---> b13923cb1281 23:11:26 Step 3/24 : WORKDIR /edgex-go 23:11:26 ---> Using cache 23:11:26 ---> 6f712fd874b2 23:11:26 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 23:11:26 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 23:11:27 + make test 23:11:27 go test -race -coverprofile=coverage.out ./... 23:11:27 ---> Running in fdf9facdf3b1 23:11:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:11:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:11:29 OK: 211 MiB in 51 packages 23:11:30 Removing intermediate container fdf9facdf3b1 23:11:30 ---> 6d43ae6e932a 23:11:30 Step 5/24 : COPY go.mod vendor* ./ 23:11:30 ---> 95d88a70e477 23:11:30 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:11:30 ---> Running in 315a537d2e87 23:11:52 Removing intermediate container 345a72832fc4 23:11:52 ---> f450a2132453 23:11:52 23:11:52 Step 9/20 : FROM alpine:3.16 23:11:52 Removing intermediate container 1fb8bcfe744b 23:11:52 ---> d9bd44597a3f 23:11:52 23:11:52 Step 9/32 : FROM alpine:3.16 23:11:52 Removing intermediate container 5d92a949543f 23:11:52 ---> 956a2d30e381 23:11:52 23:11:52 Step 10/24 : FROM alpine:3.16 23:11:52 3.16: Pulling from library/alpine 23:11:52 3.16: Pulling from library/alpine 23:11:52 3.16: Pulling from library/alpine 23:11:52 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 23:11:52 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 23:11:52 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 23:11:52 Status: Downloaded newer image for alpine:3.16 23:11:52 Status: Downloaded newer image for alpine:3.16 23:11:52 Status: Image is up to date for alpine:3.16 23:11:52 ---> dfd21b5a31f5 23:11:52 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:11:52 ---> dfd21b5a31f5 23:11:52 Step 11/24 : RUN apk add --update --no-cache dumb-init 23:11:52 ---> dfd21b5a31f5 23:11:52 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 23:11:52 ---> Running in b9479cd3d871 23:11:52 ---> Running in 018fe4f134da 23:11:52 ---> Running in a87cfd822f1f 23:11:52 Removing intermediate container 58ed1924ea7c 23:11:52 ---> 96be3671eb52 23:11:52 23:11:52 Step 10/22 : FROM alpine:3.16 23:11:52 ---> dfd21b5a31f5 23:11:52 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:11:52 ---> Running in 8cee020e6309 23:11:52 Removing intermediate container 018fe4f134da 23:11:52 ---> c2e5ca0c13a7 23:11:52 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 23:11:52 ---> Running in 26a489e9150f 23:11:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:11:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:11:52 Removing intermediate container 315a537d2e87 23:11:52 ---> c65fc5193bd5 23:11:52 Step 7/24 : COPY . . 23:11:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:11:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:11:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:11:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:11:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:11:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:11:53 (1/2) Installing dumb-init (1.2.5-r1) 23:11:53 (2/2) Installing openssl (1.1.1t-r0) 23:11:53 Executing busybox-1.35.0-r17.trigger 23:11:53 (1/1) Installing dumb-init (1.2.5-r1) 23:11:53 OK: 6 MiB in 16 packages 23:11:53 Executing busybox-1.35.0-r17.trigger 23:11:53 OK: 6 MiB in 15 packages 23:11:53 (1/1) Installing dumb-init (1.2.5-r1) 23:11:53 Executing busybox-1.35.0-r17.trigger 23:11:53 OK: 6 MiB in 15 packages 23:11:53 (1/2) Installing dumb-init (1.2.5-r1) 23:11:53 (2/2) Installing su-exec (0.2-r1) 23:11:53 Executing busybox-1.35.0-r17.trigger 23:11:53 OK: 6 MiB in 16 packages 23:11:55 Removing intermediate container 8cee020e6309 23:11:55 ---> 34ec8577bdd5 23:11:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:11:55 Removing intermediate container b9479cd3d871 23:11:55 ---> c928d6656832 23:11:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:11:55 Removing intermediate container a87cfd822f1f 23:11:55 ---> d9196ff1e64d 23:11:55 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 23:11:55 ---> Running in eb969f6edc53 23:11:55 Removing intermediate container 26a489e9150f 23:11:55 ---> 7fcfc2b100da 23:11:55 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 23:11:55 ---> Running in 13cf230cb4ba 23:11:55 ---> Running in e3fd94634947 23:11:56 ---> Running in 8267c76dcbbb 23:11:56 Removing intermediate container eb969f6edc53 23:11:56 ---> 65805f618c24 23:11:56 Step 13/22 : ENV APP_PORT=59861 23:11:56 Removing intermediate container 13cf230cb4ba 23:11:56 ---> fe1f84ba533d 23:11:56 Step 13/24 : ENV APP_PORT=59881 23:11:56 Removing intermediate container e3fd94634947 23:11:56 ---> 705ef45150d3 23:11:56 Step 12/20 : WORKDIR /edgex 23:11:56 ---> Running in 5bd1bf8980b8 23:11:56 Removing intermediate container 8267c76dcbbb 23:11:56 ---> 477ff3ecaebe 23:11:56 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 23:11:56 ---> Running in 509a10efe6b0 23:11:56 ---> Running in 73609254789e 23:11:56 ---> Running in ef823bfad624 23:11:56 Removing intermediate container 5bd1bf8980b8 23:11:56 ---> dc3824ea078f 23:11:56 Step 14/22 : EXPOSE $APP_PORT 23:11:56 ---> 8ec45e7bf062 23:11:56 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 23:11:56 Removing intermediate container 509a10efe6b0 23:11:56 ---> 496bd797622b 23:11:56 Step 14/24 : EXPOSE $APP_PORT 23:11:56 ---> Running in f44c9b2eab94 23:11:56 ---> Running in 6551670e850e 23:11:56 Removing intermediate container ef823bfad624 23:11:56 ---> fcc4b50de81c 23:11:56 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 23:11:56 Removing intermediate container 73609254789e 23:11:56 ---> 0b7de761393c 23:11:56 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 23:11:56 ---> Running in dceeca919e10 23:11:56 ---> Running in 77076fff2061 23:11:56 Removing intermediate container f44c9b2eab94 23:11:56 ---> ee83a2d72701 23:11:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:11:56 Removing intermediate container 6551670e850e 23:11:56 ---> 65e4498aae29 23:11:56 Step 9/24 : WORKDIR /edgex-go/spire-build 23:11:56 ---> Running in 666324aa1efb 23:11:56 Removing intermediate container dceeca919e10 23:11:56 ---> c235d0f3828f 23:11:56 Step 15/24 : WORKDIR / 23:11:56 Removing intermediate container 77076fff2061 23:11:56 ---> ca8aeb2f31ce 23:11:56 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 23:11:56 ---> 1615dd34019e 23:11:56 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:11:56 ---> Running in cf28052720d1 23:11:56 ---> Running in 298c05ab5571 23:11:56 ---> b190b80938aa 23:11:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:11:56 Removing intermediate container 666324aa1efb 23:11:56 ---> 65aee72aa42c 23:11:56 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 23:11:56 ---> Running in 1b3e3e752592 23:11:57 Removing intermediate container 298c05ab5571 23:11:57 ---> 2663d53b210e 23:11:57 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 23:11:57 Removing intermediate container cf28052720d1 23:11:57 ---> 898174279f0e 23:11:57 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 23:11:57 ---> Running in 34160b5467b8 23:11:57 ---> f96556c675d6 23:11:57 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 23:11:57 ---> 3c4e5a2f7c0c 23:11:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:11:57 ---> 432e28edee22 23:11:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:11:57 ---> 1458cd775bee 23:11:57 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:11:57 ---> 334e30ff9314 23:11:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:11:57 ---> Running in 93a388f4ade5 23:11:57 ---> Running in 8b2b3d0d3e90 23:11:57 ---> 7b7c2b15ec11 23:11:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:11:58 Removing intermediate container 8b2b3d0d3e90 23:11:58 ---> 99b02affeffe 23:11:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:11:58 Removing intermediate container 1b3e3e752592 23:11:58 ---> 8fcac490adc4 23:11:58 Step 11/24 : WORKDIR /edgex-go 23:11:58 ---> Running in ae372b944dbb 23:11:58 ---> Running in 7a061d2569b6 23:11:58 ---> 3d4e680bf992 23:11:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 23:11:58 Removing intermediate container ae372b944dbb 23:11:58 ---> 0bfe79f3bc90 23:11:58 Step 20/22 : LABEL arch=x86_64 23:11:58 Removing intermediate container 7a061d2569b6 23:11:58 ---> c08de97c5684 23:11:58 23:11:58 Step 12/24 : FROM alpine:3.15 23:11:58 ---> 5ce65d7b0fde 23:11:58 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:11:58 ---> Using cache 23:11:58 ---> e704fd9bf169 23:11:58 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 23:11:58 ---> Running in 6516728c7aee 23:11:58 Removing intermediate container 34160b5467b8 23:11:58 ---> 8e23e1461c8f 23:11:58 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 23:11:58 ---> aefc8b1ac34b 23:11:58 Step 20/24 : ENTRYPOINT ["/core-metadata"] 23:11:58 ---> Running in 7ffacb97732c 23:11:58 ---> Running in 7f3a5558a063 23:11:58 ---> Running in 02894cb0a3ca 23:11:58 Removing intermediate container 6516728c7aee 23:11:58 ---> d52ee05e65dd 23:11:58 Step 21/22 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:11:58 Removing intermediate container 7f3a5558a063 23:11:58 ---> a2bb83d32a13 23:11:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:11:58 ---> Running in 65bd9aecabf9 23:11:58 Removing intermediate container 02894cb0a3ca 23:11:58 ---> 88fe36f2a2a6 23:11:58 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 23:11:58 ---> Running in 52ed77528bae 23:11:58 Removing intermediate container 65bd9aecabf9 23:11:58 ---> 66c0f958d5b9 23:11:58 Step 22/22 : LABEL version=0.0.0 23:11:58 ---> Running in 92d8fbbe0da9 23:11:58 Removing intermediate container 93a388f4ade5 23:11:58 ---> 5815aeabba1f 23:11:58 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 23:11:58 ---> Running in 4862cdf444a2 23:11:58 Removing intermediate container 52ed77528bae 23:11:58 ---> 5a721503b1df 23:11:58 Step 22/24 : LABEL arch=x86_64 23:11:59 ---> 3d294e3e7d15 23:11:59 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 23:11:59 Removing intermediate container 92d8fbbe0da9 23:11:59 ---> b754662ab85f 23:11:59 23:11:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:11:59 ---> Running in 3f6146fdd029 23:11:59 ---> Running in 436a1d78cf52 23:11:59 Removing intermediate container 4862cdf444a2 23:11:59 ---> ff057475dc30 23:11:59 Step 18/20 : LABEL arch=x86_64 23:11:59 Successfully built b754662ab85f 23:11:59 Successfully tagged support-scheduler:latest 23:11:59  Building support-scheduler ... done Building support-notifications 23:11:59 ---> Running in 82a6fa72aed7 23:11:59 Removing intermediate container 3f6146fdd029 23:11:59 ---> 8aa5de813719 23:11:59 Step 23/24 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:11:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:11:59 ---> Running in c9fa92288d23 23:11:59 Removing intermediate container 82a6fa72aed7 23:11:59 ---> b5c82d1edf8a 23:11:59 Step 19/20 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:11:59 ? github.com/edgexfoundry/edgex-go [no test files] 23:11:59 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:11:59 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:11:59 OK: 15859 distinct packages available 23:11:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:11:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:11:59 (1/4) Installing dumb-init (1.2.5-r1) 23:11:59 (2/4) Installing musl-obstack (1.2.3-r0) 23:11:59 (3/4) Installing libucontext (1.1-r0) 23:11:59 (4/4) Installing gcompat (1.0.0-r4) 23:11:59 Executing busybox-1.34.1-r7.trigger 23:11:59 OK: 6 MiB in 18 packages 23:12:00 Removing intermediate container c9fa92288d23 23:12:00 ---> af3a06a12712 23:12:00 Step 24/24 : LABEL version=0.0.0 23:12:00 ---> Running in 5cb20aa6b21c 23:12:00 ---> Running in a25dbba32537 23:12:00 Removing intermediate container 5cb20aa6b21c 23:12:00 ---> 48a4dc5636e8 23:12:00 Step 20/20 : LABEL version=0.0.0 23:12:00 Removing intermediate container a25dbba32537 23:12:00 ---> 75cb9a007712 23:12:00 23:12:00 ---> Running in f1b7bbae2896 23:12:00 Removing intermediate container 7ffacb97732c 23:12:00 ---> 9bb3d8dd1854 23:12:00 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:12:00 Successfully built 75cb9a007712 23:12:00 Successfully tagged core-metadata:latest 23:12:00  Building core-metadata ... done Building security-spire-server 23:12:01 Removing intermediate container 436a1d78cf52 23:12:01 ---> 40b100a7ad23 23:12:01 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 23:12:01 Removing intermediate container f1b7bbae2896 23:12:01 ---> ccc77dd3ebe7 23:12:01 23:12:01 Successfully built ccc77dd3ebe7 23:12:01 Successfully tagged security-proxy-setup:latest 23:12:01  Building security-proxy-setup ... done Building core-common-config-bootstrapper 23:12:03 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:12:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:12:03 ---> b13923cb1281 23:12:03 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:12:03 ---> Using cache 23:12:03 ---> 223a98e9b3f5 23:12:03 Step 4/22 : WORKDIR /edgex-go 23:12:03 ---> Using cache 23:12:03 ---> 6564d3d93e9d 23:12:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:12:04 ---> e802ef1ffc90 23:12:04 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:12:05 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:12:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:12:05 ---> b13923cb1281 23:12:05 Step 3/23 : WORKDIR /edgex-go 23:12:05 ---> Using cache 23:12:05 ---> 6f712fd874b2 23:12:05 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 23:12:05 ---> Using cache 23:12:05 ---> 6d43ae6e932a 23:12:05 Step 5/23 : COPY go.mod vendor* ./ 23:12:05 ---> Using cache 23:12:05 ---> 95d88a70e477 23:12:05 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:12:05 ---> Using cache 23:12:05 ---> c65fc5193bd5 23:12:05 Step 7/23 : COPY . . 23:12:06 ---> Using cache 23:12:06 ---> 8ec45e7bf062 23:12:06 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 23:12:06 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 ---> Using cache 23:12:06 23:12:06 ---> 65e4498aae29 23:12:06 Step 9/23 : WORKDIR /edgex-go/spire-build 23:12:06 ---> Using cache 23:12:06 ---> 65aee72aa42c 23:12:06 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 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 23:12:06 23:12:06 ---> b13923cb1281 23:12:06 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:12:06 ---> Using cache 23:12:06 ---> 223a98e9b3f5 23:12:06 Step 4/22 : WORKDIR /edgex-go 23:12:06 ---> Using cache 23:12:06 ---> 6564d3d93e9d 23:12:06 Step 5/22 : RUN apk add --update --no-cache make git 23:12:06 ---> Using cache 23:12:06 ---> 8c7e3f4d0846 23:12:06 Step 6/22 : COPY go.mod vendor* ./ 23:12:06 ---> Using cache 23:12:06 ---> e49346eb0d89 23:12:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:12:06 ---> Using cache 23:12:06 ---> 563c03ab6595 23:12:06 Step 8/22 : COPY . . 23:12:06 ---> Using cache 23:12:06 ---> 3158aed9e8e4 23:12:06 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 23:12:06 ---> c5bc09e61ae0 23:12:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 23:12:06 ---> Running in d5ed7e5b676f 23:12:06 ---> efec0d46f16c 23:12:06 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:12:06 ---> Running in 67382db4ff7c 23:12:06 ---> Running in a00e633bb374 23:12:06 ---> dd907c37201b 23:12:06 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 23:12:06 ---> Running in ef618e4eda26 23:12:06 ---> 07424652fdad 23:12:06 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:12:06 Removing intermediate container ef618e4eda26 23:12:06 ---> d6a2051576e7 23:12:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 23:12:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:12:06 ---> 8986c6041d62 23:12:06 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 23:12:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 23:12:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:12:06 ---> 8bcd43da9e91 23:12:06 Step 19/24 : WORKDIR / 23:12:06 ---> Running in 9dd2b7e39b6b 23:12:06 ---> a7b5bb61a2f8 23:12:06 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 23:12:06 OK: 211 MiB in 51 packages 23:12:06 Removing intermediate container 9dd2b7e39b6b 23:12:06 ---> d641cecc37fc 23:12:06 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:12:07 ---> Running in 32cb9f295df8 23:12:07 Removing intermediate container a00e633bb374 23:12:07 ---> 15ddfe1169fa 23:12:07 Step 11/23 : WORKDIR /edgex-go 23:12:07 ---> b807221d2989 23:12:07 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:12:07 ---> Running in 42b650a07a0a 23:12:07 Removing intermediate container 32cb9f295df8 23:12:07 ---> a404ac811db9 23:12:07 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:12:07 ---> Running in 30a095447856 23:12:07 ---> d63964c1a755 23:12:07 Step 27/32 : RUN chmod +x /entrypoint.sh 23:12:07 Removing intermediate container 42b650a07a0a 23:12:07 ---> 9cc4ab79626b 23:12:07 23:12:07 Step 12/23 : FROM alpine:3.15 23:12:07 ---> 5ce65d7b0fde 23:12:07 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:12:07 ---> Using cache 23:12:07 ---> e704fd9bf169 23:12:07 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:12:07 ---> Using cache 23:12:07 ---> 1bf80b31a5aa 23:12:07 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:12:07 Removing intermediate container d5ed7e5b676f 23:12:07 ---> d5a35492fc8c 23:12:07 Step 6/22 : COPY go.mod vendor* ./ 23:12:07 ---> Running in e138aa8fd407 23:12:07 Removing intermediate container 30a095447856 23:12:07 ---> 7ee83380e14a 23:12:07 Step 22/24 : LABEL arch=x86_64 23:12:07 ---> Running in 4cae2fd0b8ad 23:12:07 ---> 86cdd84aad79 23:12:07 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:12:07 ---> Running in 12977dda1522 23:12:07 Removing intermediate container 4cae2fd0b8ad 23:12:07 ---> 6c85796727dd 23:12:07 Step 23/24 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:12:07 ---> Running in 973744c84e5f 23:12:08 Removing intermediate container 973744c84e5f 23:12:08 ---> 871765d9cb88 23:12:08 Step 24/24 : LABEL version=0.0.0 23:12:08 ---> Running in 0a8483876f02 23:12:08 Removing intermediate container 0a8483876f02 23:12:08 ---> 6a9c1e06e1a5 23:12:08 23:12:08 Removing intermediate container e138aa8fd407 23:12:08 ---> 598885ac52f4 23:12:08 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 23:12:08 Successfully built 6a9c1e06e1a5 23:12:08 Successfully tagged security-spire-config:latest 23:12:08 Building security-spiffe-token-provider 23:12:08  Building security-spire-config ... done  ---> Running in 4a1fa09dddbc 23:12:09 Removing intermediate container 4a1fa09dddbc 23:12:09 ---> 016f85fc2e21 23:12:09 Step 29/32 : CMD ["gate"] 23:12:11 ---> 16048c356693 23:12:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 23:12:11 ---> Running in aa5ac82eb112 23:12:11 Removing intermediate container aa5ac82eb112 23:12:11 ---> 3f59d16ea1e1 23:12:11 Step 30/32 : LABEL arch=x86_64 23:12:11 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:12:11 Step 2/19 : FROM ${BUILDER_BASE} AS builder 23:12:11 ---> b13923cb1281 23:12:11 Step 3/19 : WORKDIR /edgex-go 23:12:11 ---> Using cache 23:12:11 ---> 6f712fd874b2 23:12:11 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 23:12:11 ---> Running in d2ee1ed68d6c 23:12:11 ---> b1c4d6efc03b 23:12:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 23:12:11 ---> Running in 0b0c849bdf27 23:12:11 Removing intermediate container d2ee1ed68d6c 23:12:11 ---> 4ab916f8fa55 23:12:11 Step 31/32 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:12:11 ---> Running in a396eb34b957 23:12:12 ---> 36634f1e745b 23:12:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 23:12:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:12:12 Removing intermediate container a396eb34b957 23:12:12 ---> dfc9a0070a50 23:12:12 Step 32/32 : LABEL version=0.0.0 23:12:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:12:12 ---> Running in 5d82a51785db 23:12:12 ---> 0d5b958cc223 23:12:12 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:12:12 ---> Running in fffc3a8b765c 23:12:12 Removing intermediate container 5d82a51785db 23:12:12 ---> 3c7153bea441 23:12:12 23:12:12 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 23:12:12 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 23:12:12 OK: 17046 distinct packages available 23:12:12 Successfully built 3c7153bea441 23:12:12 Successfully tagged security-bootstrapper:latest 23:12:12  Building security-bootstrapper ... done Building core-command 23:12:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:12:12 Removing intermediate container fffc3a8b765c 23:12:12 ---> abad9d0cac47 23:12:12 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:12:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:12:12 ---> Running in c61ed7578d9c 23:12:12 OK: 211 MiB in 51 packages 23:12:14 Removing intermediate container c61ed7578d9c 23:12:14 ---> e41ed0a6431c 23:12:14 Step 21/23 : LABEL arch=x86_64 23:12:15 ---> Running in a2e373dca635 23:12:15 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:12:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:12:15 ---> b13923cb1281 23:12:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 23:12:15 ---> Using cache 23:12:15 ---> 223a98e9b3f5 23:12:15 Step 4/23 : WORKDIR /edgex-go 23:12:15 ---> Using cache 23:12:15 ---> 6564d3d93e9d 23:12:15 Step 5/23 : RUN apk add --update --no-cache make git 23:12:15 ---> Using cache 23:12:15 ---> 8c7e3f4d0846 23:12:15 Step 6/23 : COPY go.mod vendor* ./ 23:12:15 ---> Using cache 23:12:15 ---> e49346eb0d89 23:12:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:12:15 ---> Using cache 23:12:15 ---> 563c03ab6595 23:12:15 Step 8/23 : COPY . . 23:12:15 ---> Using cache 23:12:15 ---> 3158aed9e8e4 23:12:15 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 23:12:15 Removing intermediate container a2e373dca635 23:12:15 ---> 18d9be5461f1 23:12:15 Step 22/23 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:12:15 ---> Running in c16f2d18c36b 23:12:15 Removing intermediate container 0b0c849bdf27 23:12:15 ---> 14c5eaf72d87 23:12:15 Step 5/19 : COPY go.mod vendor* ./ 23:12:15 ---> Running in 645c67e6d6e7 23:12:15 Removing intermediate container 645c67e6d6e7 23:12:15 ---> 47d0def615b1 23:12:15 Step 23/23 : LABEL version=0.0.0 23:12:15 ---> 6dba54776a17 23:12:15 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:12:16 ---> Running in 94b30b3865b6 23:12:16 ---> Running in e9562901575b 23:12:16 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 23:12:16 Removing intermediate container 94b30b3865b6 23:12:16 ---> b2dd76b76558 23:12:16 23:12:16 Successfully built b2dd76b76558 23:12:16 Successfully tagged security-spire-server:latest 23:12:16 Building security-proxy-auth 23:12:18  Building security-spire-server ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:12:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:12:18 ---> b13923cb1281 23:12:18 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:12:18 ---> Using cache 23:12:18 ---> 223a98e9b3f5 23:12:18 Step 4/22 : WORKDIR /edgex-go 23:12:18 ---> Using cache 23:12:18 ---> 6564d3d93e9d 23:12:18 Step 5/22 : RUN apk add --update --no-cache make git 23:12:18 ---> Using cache 23:12:18 ---> 8c7e3f4d0846 23:12:18 Step 6/22 : COPY go.mod vendor* ./ 23:12:18 ---> Using cache 23:12:18 ---> e49346eb0d89 23:12:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:12:18 ---> Using cache 23:12:18 ---> 563c03ab6595 23:12:18 Step 8/22 : COPY . . 23:12:18 ---> Using cache 23:12:18 ---> 3158aed9e8e4 23:12:18 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 23:12:20 ---> Running in f36f3430e995 23:12:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 23:12:35 Removing intermediate container 67382db4ff7c 23:12:35 ---> 0e296ed62007 23:12:35 23:12:35 Step 10/22 : FROM alpine:3.16 23:12:35 ---> dfd21b5a31f5 23:12:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 23:12:35 ---> Running in eb57baf4316d 23:12:35 Removing intermediate container eb57baf4316d 23:12:35 ---> 57765d784bf1 23:12:35 Step 12/22 : RUN apk add --update --no-cache dumb-init 23:12:35 ---> Running in b6dccacae196 23:12:35 Removing intermediate container 12977dda1522 23:12:35 ---> 65d052c77943 23:12:35 Step 8/22 : COPY . . 23:12:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:12:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:12:35 (1/1) Installing dumb-init (1.2.5-r1) 23:12:35 Executing busybox-1.35.0-r17.trigger 23:12:35 OK: 6 MiB in 15 packages 23:12:39 Removing intermediate container b6dccacae196 23:12:39 ---> f1b3c0410b97 23:12:39 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:12:40 ---> 023ca966dc88 23:12:40 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 23:12:40 ---> 5bc650939079 23:12:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:12:40 ---> Running in abb080016832 23:12:41 ---> 376a00dd0df4 23:12:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 23:12:41 Removing intermediate container e9562901575b 23:12:41 ---> 8da0fcd135f6 23:12:41 Step 7/19 : COPY . . 23:12:42 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 23:12:42 ---> 6cb846346540 23:12:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 23:12:43 Removing intermediate container c16f2d18c36b 23:12:43 ---> d88c0d752039 23:12:43 23:12:43 Step 10/23 : FROM alpine:3.16 23:12:43 ---> dfd21b5a31f5 23:12:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:12:43 ---> Using cache 23:12:43 ---> c928d6656832 23:12:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:12:43 ---> Using cache 23:12:43 ---> fe1f84ba533d 23:12:43 Step 13/23 : ENV APP_PORT=59882 23:12:43 ---> 7ee2ca042855 23:12:43 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:12:43 ---> Running in d3f600cdf13c 23:12:43 ---> Running in c33612cecc5c 23:12:43 Removing intermediate container d3f600cdf13c 23:12:43 ---> 2bb70af13581 23:12:43 Step 14/23 : EXPOSE $APP_PORT 23:12:44 ---> Running in 277a3daa4902 23:12:44 Removing intermediate container 277a3daa4902 23:12:44 ---> 490caaefc7fb 23:12:44 Step 15/23 : WORKDIR / 23:12:44 ---> Running in 076ee2da7ebd 23:12:44 Removing intermediate container 076ee2da7ebd 23:12:44 ---> de98094ceec6 23:12:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:12:44 Removing intermediate container c33612cecc5c 23:12:44 ---> 3825c4510fd4 23:12:44 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 23:12:45 ---> Running in 1f246e307aa9 23:12:45 ---> 3b84931678f2 23:12:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:12:45 Removing intermediate container 1f246e307aa9 23:12:45 ---> eb289211edd0 23:12:45 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 23:12:45 ---> Running in 23b0d105f8b8 23:12:45 Removing intermediate container f36f3430e995 23:12:45 ---> 154d20c3350e 23:12:45 23:12:45 Step 10/22 : FROM alpine:3.16 23:12:45 ---> dfd21b5a31f5 23:12:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 23:12:45 ---> Using cache 23:12:45 ---> 57765d784bf1 23:12:45 Step 12/22 : RUN apk add --update --no-cache dumb-init 23:12:45 ---> Using cache 23:12:45 ---> f1b3c0410b97 23:12:45 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:12:45 ---> Using cache 23:12:45 ---> 023ca966dc88 23:12:45 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 23:12:45 ---> 588750cfd63f 23:12:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:12:46 Removing intermediate container 23b0d105f8b8 23:12:46 ---> afad82249c03 23:12:46 Step 20/22 : LABEL arch=x86_64 23:12:46 ---> Running in 5c335cf1ee6e 23:12:46 Removing intermediate container 5c335cf1ee6e 23:12:46 ---> 24a921d03f30 23:12:46 Step 21/22 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:12:46 ---> f7a2bd50255c 23:12:46 Step 19/23 : ENTRYPOINT ["/core-command"] 23:12:46 ---> Running in 1c5029c6ba6d 23:12:46 ---> d60a5551ee6e 23:12:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 23:12:46 ---> 0cf427ad31fb 23:12:46 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:12:47 ---> Running in 051e87c31f10 23:12:47 ---> Running in 6242151f67e9 23:12:47 Removing intermediate container 1c5029c6ba6d 23:12:47 ---> 49d12380eeb2 23:12:47 Step 22/22 : LABEL version=0.0.0 23:12:47 Removing intermediate container 051e87c31f10 23:12:47 ---> dcc2f15f5848 23:12:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:12:47 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 23:12:47 ---> c238559d051d 23:12:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 23:12:47 ---> Running in 8e82125440a1 23:12:47 ---> Running in 1a33ff0be72e 23:12:47 Removing intermediate container 8e82125440a1 23:12:47 ---> 3a8e6065ea61 23:12:47 23:12:47 Removing intermediate container 1a33ff0be72e 23:12:47 ---> 26bee426813b 23:12:47 Step 21/23 : LABEL arch=x86_64 23:12:47 ---> 948c689a9dd0 23:12:47 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:12:48 Successfully built 3a8e6065ea61 23:12:48 ---> Running in e1e77d66bc86 23:12:48 Successfully tagged core-common-config-bootstrapper:latest 23:12:48  Building core-common-config-bootstrapper ... done Building security-secretstore-setup 23:12:48 ---> Running in d2bb575284a7 23:12:49 Removing intermediate container e1e77d66bc86 23:12:49 ---> 2b7c616c23ad 23:12:49 Step 22/23 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:12:50 ---> Running in 62ac44e2d840 23:12:51 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:12:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:12:51 ---> b13923cb1281 23:12:51 Step 3/23 : WORKDIR /edgex-go 23:12:51 ---> Using cache 23:12:51 ---> 6f712fd874b2 23:12:51 Step 4/23 : RUN apk add --update --no-cache make git 23:12:51 ---> Using cache 23:12:51 ---> 938fdf1a9d93 23:12:51 Step 5/23 : COPY go.mod vendor* ./ 23:12:51 ---> Using cache 23:12:51 ---> 0be3faf590ba 23:12:51 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:12:51 ---> Using cache 23:12:51 ---> 8b3470bbe709 23:12:51 Step 7/23 : COPY . . 23:12:51 ---> Using cache 23:12:51 ---> 303be0648e0a 23:12:51 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:12:51 Removing intermediate container 62ac44e2d840 23:12:51 ---> 7960b38f12ef 23:12:51 Step 23/23 : LABEL version=0.0.0 23:12:51 ---> Running in b0242c6f6ae9 23:12:51 ---> Running in cfbaa42ecc88 23:12:51 Removing intermediate container d2bb575284a7 23:12:51 ---> aea1d0bddcac 23:12:51 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 23:12:51 ---> Running in aa0d71a5606f 23:12:51 Removing intermediate container cfbaa42ecc88 23:12:51 ---> 05f757c9d011 23:12:51 23:12:51 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 23:12:51 Successfully built 05f757c9d011 23:12:51 Successfully tagged core-command:latest 23:12:51 Building core-data 23:12:52  Building core-command ... done Removing intermediate container aa0d71a5606f 23:12:52 ---> 783bfb2a2e8b 23:12:52 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 23:12:54 ---> Running in ef5c886efc14 23:12:54 Removing intermediate container ef5c886efc14 23:12:54 ---> 5de8951c4b3e 23:12:54 Step 20/22 : LABEL arch=x86_64 23:12:54 ---> Running in 867c97ca731f 23:12:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:12:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:12:54 ---> b13923cb1281 23:12:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:12:54 ---> Using cache 23:12:54 ---> 223a98e9b3f5 23:12:54 Step 4/22 : WORKDIR /edgex-go 23:12:54 ---> Using cache 23:12:54 ---> 6564d3d93e9d 23:12:54 Step 5/22 : RUN apk add --update --no-cache make git 23:12:54 ---> Using cache 23:12:54 ---> 8c7e3f4d0846 23:12:54 Step 6/22 : COPY go.mod vendor* ./ 23:12:54 ---> Using cache 23:12:54 ---> e49346eb0d89 23:12:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:12:54 ---> Using cache 23:12:54 ---> 563c03ab6595 23:12:54 Step 8/22 : COPY . . 23:12:54 ---> Using cache 23:12:54 ---> 3158aed9e8e4 23:12:54 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 23:12:55 ---> Running in ce50c4a94c32 23:12:55 Removing intermediate container 867c97ca731f 23:12:55 ---> 1aef69defd6a 23:12:55 Step 21/22 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:12:55 ---> Running in 4c40d05bee84 23:12:55 Removing intermediate container 4c40d05bee84 23:12:55 ---> aa3faeaa68ed 23:12:55 Step 22/22 : LABEL version=0.0.0 23:12:55 ---> Running in b2ba4f74e72e 23:12:55 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 23:12:56 Removing intermediate container b2ba4f74e72e 23:12:56 ---> 27b5d5bf1d42 23:12:56 23:12:56 Successfully built 27b5d5bf1d42 23:12:56 Successfully tagged security-proxy-auth:latest 23:13:22  Building security-proxy-auth ... 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 23:13:22 Removing intermediate container abb080016832 23:13:22 ---> 59d6fcc1bbad 23:13:22 23:13:22 Step 10/22 : FROM alpine:3.16 23:13:22 ---> dfd21b5a31f5 23:13:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:13:22 ---> Running in 1657794a751f 23:13:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:13:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:13:23 (1/2) Installing ca-certificates (20220614-r0) 23:13:23 (2/2) Installing dumb-init (1.2.5-r1) 23:13:23 Executing busybox-1.35.0-r17.trigger 23:13:23 Executing ca-certificates-20220614-r0.trigger 23:13:23 OK: 6 MiB in 16 packages 23:13:24 Removing intermediate container b0242c6f6ae9 23:13:24 ---> 535193f34704 23:13:24 23:13:24 Step 9/23 : FROM alpine:3.16 23:13:24 ---> dfd21b5a31f5 23:13:24 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 23:13:25 Removing intermediate container 6242151f67e9 23:13:25 ---> 6e9e88587cda 23:13:25 23:13:25 Step 9/19 : FROM alpine:3.15 23:13:25 ---> 5ce65d7b0fde 23:13:25 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:13:25 ---> Using cache 23:13:25 ---> e704fd9bf169 23:13:25 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 23:13:25 ---> Running in aa561a634577 23:13:25 ---> Running in 9bae747cb135 23:13:25 Removing intermediate container 1657794a751f 23:13:25 ---> 012861362799 23:13:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:13:25 ---> Running in ff31cb7d57ca 23:13:25 Removing intermediate container ff31cb7d57ca 23:13:25 ---> 3fd1fe7c88d3 23:13:25 Step 13/22 : ENV APP_PORT=59860 23:13:25 ---> Running in d949239d2e40 23:13:26 Removing intermediate container d949239d2e40 23:13:26 ---> 9d38edb9c26b 23:13:26 Step 14/22 : EXPOSE $APP_PORT 23:13:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:13:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:13:26 ---> Running in 8fb12abad9da 23:13:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:13:26 Removing intermediate container 8fb12abad9da 23:13:26 ---> 1c1f5464389d 23:13:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:13:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:13:26 Removing intermediate container ce50c4a94c32 23:13:26 ---> e213e278c90f 23:13:26 23:13:26 Step 10/22 : FROM alpine:3.16 23:13:26 ---> dfd21b5a31f5 23:13:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:13:26 (1/3) Installing ca-certificates (20220614-r0) 23:13:26 (2/3) Installing dumb-init (1.2.5-r1) 23:13:26 (3/3) Installing su-exec (0.2-r1) 23:13:26 Executing busybox-1.35.0-r17.trigger 23:13:26 Executing ca-certificates-20220614-r0.trigger 23:13:26 OK: 6 MiB in 17 packages 23:13:26 ---> Running in 8522376b9661 23:13:26 ---> 1afaa72834a3 23:13:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:13:26 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:13:26 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:13:26 OK: 15859 distinct packages available 23:13:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:13:26 Removing intermediate container 8522376b9661 23:13:26 ---> 47956512a1f5 23:13:26 Step 12/22 : ENV APP_PORT=59880 23:13:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:13:26 ---> Running in ceda0e410efd 23:13:26 (1/9) Installing ca-certificates (20220614-r0) 23:13:26 (2/9) Installing brotli-libs (1.0.9-r5) 23:13:26 (3/9) Installing nghttp2-libs (1.46.0-r0) 23:13:26 (4/9) Installing libcurl (7.80.0-r6) 23:13:26 (5/9) Installing curl (7.80.0-r6) 23:13:26 (6/9) Installing dumb-init (1.2.5-r1) 23:13:26 (7/9) Installing musl-obstack (1.2.3-r0) 23:13:27 (8/9) Installing libucontext (1.1-r0) 23:13:27 (9/9) Installing gcompat (1.0.0-r4) 23:13:27 Executing busybox-1.34.1-r7.trigger 23:13:27 Executing ca-certificates-20220614-r0.trigger 23:13:27 OK: 8 MiB in 23 packages 23:13:27 Removing intermediate container ceda0e410efd 23:13:27 ---> 5df80e5eae7b 23:13:27 Step 13/22 : EXPOSE $APP_PORT 23:13:27 ---> 5d607ec59c72 23:13:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:13:27 ---> Running in 81091d155723 23:13:27 Removing intermediate container aa561a634577 23:13:27 ---> e649cbc6bbfe 23:13:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:13:27 Removing intermediate container 81091d155723 23:13:27 ---> 653ab45d4827 23:13:27 Step 14/22 : RUN apk add --update --no-cache dumb-init 23:13:27 ---> dc7cc83205d9 23:13:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:13:27 ---> Running in f462eafc11cd 23:13:27 ---> Running in 42c352a1cb5a 23:13:27 ---> Running in 92ff80b75295 23:13:28 Removing intermediate container f462eafc11cd 23:13:28 ---> 1c26fcaaa700 23:13:28 Step 12/23 : WORKDIR / 23:13:28 Removing intermediate container 92ff80b75295 23:13:28 ---> 0cd85dae6f4b 23:13:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:13:28 Removing intermediate container 9bae747cb135 23:13:28 ---> a2957be8ca8d 23:13:28 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 23:13:28 ---> Running in 47f720acc1b6 23:13:28 ---> Running in c50ee9de59c0 23:13:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:13:28 Removing intermediate container c50ee9de59c0 23:13:28 ---> c71b220bd2b0 23:13:28 Step 20/22 : LABEL arch=x86_64 23:13:28 Removing intermediate container 47f720acc1b6 23:13:28 ---> bcc15c2508cd 23:13:28 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:13:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:13:28 ---> ab0c57d61525 23:13:28 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 23:13:28 ---> Running in ce22ba3ed622 23:13:28 Removing intermediate container ce22ba3ed622 23:13:28 ---> 060bf5c3a6da 23:13:28 Step 21/22 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:13:28 ---> b83016424ad3 23:13:28 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:13:28 (1/1) Installing dumb-init (1.2.5-r1) 23:13:28 Executing busybox-1.35.0-r17.trigger 23:13:28 OK: 6 MiB in 15 packages 23:13:28 ---> Running in 7ad50b991ab1 23:13:28 ---> c9ec4ffd721e 23:13:28 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:13:28 Removing intermediate container 7ad50b991ab1 23:13:28 ---> 4a1efe24a4d5 23:13:28 Step 22/22 : LABEL version=0.0.0 23:13:28 ---> 00bb124d1645 23:13:28 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 23:13:28 ---> 3b41ff69aa23 23:13:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:13:28 ---> Running in 5d68b374ae5e 23:13:28 Removing intermediate container 42c352a1cb5a 23:13:28 ---> 614ce11c8a6b 23:13:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:13:29 Removing intermediate container 5d68b374ae5e 23:13:29 ---> 3d758fdad781 23:13:29 23:13:29 ---> 37506aa2bc1c 23:13:29 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 23:13:29 Successfully built 3d758fdad781 23:13:29 ---> Running in ef497070db4d 23:13:29 Successfully tagged support-notifications:latest 23:13:29 ---> 6865a2392ab7 23:13:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:13:29  Building support-notifications ... done Removing intermediate container ef497070db4d 23:13:29 ---> 345f0a571550 23:13:29 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:13:29 ---> 100801bbcbc0 23:13:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:13:29 ---> Running in 9414522f9442 23:13:29 ---> 57450bfbb5aa 23:13:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:13:29 Removing intermediate container 9414522f9442 23:13:29 ---> b9e140be9c72 23:13:29 Step 17/19 : LABEL arch=x86_64 23:13:29 ---> Running in edc49566bf14 23:13:29 Removing intermediate container edc49566bf14 23:13:29 ---> fee03393a900 23:13:29 Step 18/19 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:13:29 ---> aed219fd4bce 23:13:29 Step 18/22 : ENTRYPOINT ["/core-data"] 23:13:30 ---> 4ebd99b043dc 23:13:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:13:30 ---> Running in 5dc5833f92b5 23:13:30 ---> Running in 6a1b1145f6fb 23:13:30 Removing intermediate container 6a1b1145f6fb 23:13:30 ---> b805c7fd1059 23:13:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:13:30 Removing intermediate container 5dc5833f92b5 23:13:30 ---> 54bfca42f085 23:13:30 Step 19/19 : LABEL version=0.0.0 23:13:30 ---> bd4eb312618d 23:13:30 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:13:30 ---> Running in 27face6fe22d 23:13:30 ---> Running in a900d6a3dcc0 23:13:30 ---> Running in 1136dde5fd6c 23:13:30 Removing intermediate container 27face6fe22d 23:13:30 ---> 10b337c9e248 23:13:30 Step 20/22 : LABEL arch=x86_64 23:13:30 Removing intermediate container a900d6a3dcc0 23:13:30 ---> 7d441a60705b 23:13:30 23:13:30 ---> Running in 05255d53a026 23:13:30 Successfully built 7d441a60705b 23:13:30 Successfully tagged security-spiffe-token-provider:latest 23:13:30  Building security-spiffe-token-provider ... done Removing intermediate container 05255d53a026 23:13:30 ---> 0cf0f5960f04 23:13:30 Step 21/22 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:13:30 ---> Running in 23247b6d7831 23:13:30 Removing intermediate container 23247b6d7831 23:13:30 ---> 78655645724a 23:13:30 Step 22/22 : LABEL version=0.0.0 23:13:30 ---> Running in 184861be3d5f 23:13:30 Removing intermediate container 184861be3d5f 23:13:30 ---> 9f35ae28e284 23:13:30 23:13:30 Removing intermediate container 1136dde5fd6c 23:13:30 ---> 996017f0070d 23:13:30 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 23:13:30 ---> Running in 2c4c8c0c5ce0 23:13:31 Successfully built 9f35ae28e284 23:13:31 Successfully tagged core-data:latest 23:13:31  Building core-data ... done Removing intermediate container 2c4c8c0c5ce0 23:13:31 ---> b537c7cd394d 23:13:31 Step 21/23 : LABEL arch=x86_64 23:13:31 ---> Running in e1490ed057db 23:13:31 Removing intermediate container e1490ed057db 23:13:31 ---> 56445df8a445 23:13:31 Step 22/23 : LABEL git_sha=31b3346c5885cec0a34452070a56a755dd6ee7e6 23:13:31 ---> Running in 50fe9cf4aabb 23:13:31 Removing intermediate container 50fe9cf4aabb 23:13:31 ---> 53c77e8a06d3 23:13:31 Step 23/23 : LABEL version=0.0.0 23:13:31 ---> Running in 8ff8ebf24ad2 23:13:31 Removing intermediate container 8ff8ebf24ad2 23:13:31 ---> 0613813b0676 23:13:31 23:13:31 Successfully built 0613813b0676 23:13:31 Successfully tagged security-secretstore-setup:latest 23:13:31  Building security-secretstore-setup ... done  [Pipeline] } 23:13:31 $ docker stop --time=1 5e8c4c0d8a1b9d52c196803409a35a0bbf53cd743b50e15b85e4b06052c04034 23:13:33 $ docker rm -f --volumes 5e8c4c0d8a1b9d52c196803409a35a0bbf53cd743b50e15b85e4b06052c04034 [Pipeline] // withDockerContainer [Pipeline] sh 23:13:33 + docker images 23:13:33 REPOSITORY TAG IMAGE ID CREATED SIZE 23:13:33 security-secretstore-setup latest 0613813b0676 2 seconds ago 29.9MB 23:13:33 core-data latest 9f35ae28e284 3 seconds ago 18MB 23:13:33 security-spiffe-token-provider latest 7d441a60705b 3 seconds ago 30MB 23:13:33 support-notifications latest 3d758fdad781 5 seconds ago 30.7MB 23:13:33 e213e278c90f 7 seconds ago 1.69GB 23:13:33 535193f34704 9 seconds ago 1.67GB 23:13:33 6e9e88587cda 9 seconds ago 1.72GB 23:13:33 59d6fcc1bbad 13 seconds ago 1.75GB 23:13:33 security-proxy-auth latest 27b5d5bf1d42 38 seconds ago 16.2MB 23:13:33 core-command latest 05f757c9d011 42 seconds ago 17.8MB 23:13:33 core-common-config-bootstrapper latest 3a8e6065ea61 46 seconds ago 15.5MB 23:13:33 154d20c3350e 48 seconds ago 1.66GB 23:13:33 d88c0d752039 51 seconds ago 1.68GB 23:13:33 0e296ed62007 About a minute ago 1.68GB 23:13:33 security-spire-server latest b2dd76b76558 About a minute ago 86.5MB 23:13:33 security-bootstrapper latest 3c7153bea441 About a minute ago 19.8MB 23:13:33 security-spire-config latest 6a9c1e06e1a5 About a minute ago 85.8MB 23:13:33 9cc4ab79626b About a minute ago 1.55GB 23:13:33 core-metadata latest 75cb9a007712 About a minute ago 18.5MB 23:13:33 security-proxy-setup latest ccc77dd3ebe7 About a minute ago 16.4MB 23:13:33 support-scheduler latest b754662ab85f About a minute ago 30.1MB 23:13:33 c08de97c5684 About a minute ago 1.55GB 23:13:33 96be3671eb52 About a minute ago 1.75GB 23:13:33 956a2d30e381 About a minute ago 1.69GB 23:13:33 f450a2132453 About a minute ago 1.66GB 23:13:33 d9bd44597a3f About a minute ago 1.67GB 23:13:33 security-spire-agent latest ea076afeed1b 2 minutes ago 125MB 23:13:33 331ba0873aa3 2 minutes ago 1.55GB 23:13:33 ci-base-image-x86_64 latest b13923cb1281 5 minutes ago 903MB 23:13:33 alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB 23:13:33 alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB 23:13:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 23:13:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 23:13:33 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] } 23:13:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:13:36 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 23:13:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:13:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:13:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:13:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:13:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:13:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 23:13:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:13:38 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 23:13:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:13:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:13:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 23:13:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.343s coverage: 28.7% of statements 23:13:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:13:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:14:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.553s coverage: 98.5% of statements 23:14:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.915s coverage: 71.2% of statements 23:14:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 23:14:09 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 23:14:09 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 23:14:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.753s coverage: 54.0% of statements 23:14:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:14:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:14:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 22.970s coverage: 88.5% of statements 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 23:14:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.758s coverage: 3.9% of statements 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:14:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.255s coverage: 95.6% of statements 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 23:14:31 ok github.com/edgexfoundry/edgex-go/internal/io 0.409s coverage: 72.2% of statements 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:14:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.320s coverage: 65.9% of statements 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:14:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:14:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.513s coverage: 0.9% of statements 23:14:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 23:14:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.382s coverage: 29.0% of statements 23:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:14:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.295s coverage: 45.5% of statements 23:14:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.320s coverage: 82.9% of statements 23:14:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.240s coverage: 94.1% of statements 23:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.248s coverage: 96.3% of statements 23:14:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.243s coverage: 87.5% of statements 23:14:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.506s coverage: 94.4% of statements 23:15:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.429s coverage: 79.9% of statements 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 23:15:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.422s coverage: 92.9% of statements 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:15:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 64.4% of statements 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 23:15:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.258s coverage: 86.9% of statements 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:15:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.361s coverage: 87.2% of statements 23:15:07 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.238s coverage: 20.0% of statements 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:15:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.197s coverage: 100.0% of statements 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:15:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.343s coverage: 81.2% of statements 23:15:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.351s coverage: 82.1% of statements 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 23:15:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.242s coverage: 84.8% of statements 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:15:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.118s coverage: 63.1% of statements 23:15:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:15:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:15:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.257s coverage: 100.0% of statements 23:15:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.123s coverage: 89.4% of statements 23:15:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements 23:15:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.176s coverage: 73.7% of statements 23:15:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.093s coverage: 100.0% of statements 23:15:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 23:15:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 23:15:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 23:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.893s coverage: 38.4% of statements 23:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.263s coverage: 89.5% of statements 23:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 23:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.264s coverage: 84.8% of statements 23:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 23:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 23:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 23:15:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 23:15:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.317s coverage: 17.7% of statements 23:15:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 23:15:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 23:15:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:15:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:15:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.600s coverage: 92.3% of statements 23:15:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 23:15:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 23:15:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 23:15:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 23:15:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.306s coverage: 61.5% of statements 23:15:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:15:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:15:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.406s coverage: 97.7% of statements 23:15:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 23:15:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 23:15:24 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 23:15:24 WARNING: Linting skipped (not on x86_64 or linter not installed) 23:15:24 go vet ./... 23:17:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:17:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:17:01 ./bin/test-attribution-txt.sh [Pipeline] echo 23:17:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 23:17:02 + ls -al . 23:17:02 total 700 23:17:02 drwxrwxr-x 10 1001 1001 4096 Mar 8 23:11 . 23:17:02 drwxr-xr-x 4 root root 4096 Mar 8 23:11 .. 23:17:02 drwxrwxr-x 2 1001 1001 4096 Mar 8 23:09 .blubracket 23:17:02 -rw-rw-r-- 1 1001 1001 16 Mar 8 23:09 .dockerignore 23:17:02 drwxrwxr-x 8 1001 1001 4096 Mar 8 23:09 .git 23:17:02 drwxrwxr-x 3 1001 1001 4096 Mar 8 23:09 .github 23:17:02 -rw-rw-r-- 1 1001 1001 1112 Mar 8 23:09 .gitignore 23:17:02 -rw-rw-r-- 1 1001 1001 42 Mar 8 23:09 .golangci.yml 23:17:02 -rw-rw-r-- 1 1001 1001 87 Mar 8 23:09 .hadolint.yml 23:17:02 -rw-rw-r-- 1 1001 1001 166 Mar 8 23:09 .sonarcloud.properties 23:17:02 -rw-rw-r-- 1 1001 1001 1171 Mar 8 23:09 ADOPTERS.md 23:17:02 -rw-rw-r-- 1 1001 1001 10825 Mar 8 23:09 Attribution.txt 23:17:02 -rw-rw-r-- 1 1001 1001 73765 Mar 8 23:09 CHANGELOG.md 23:17:02 -rw-rw-r-- 1 1001 1001 3804 Mar 8 23:09 CONTRIBUTING.md 23:17:02 -rw-rw-r-- 1 1001 1001 677 Mar 8 23:09 GOVERNANCE.md 23:17:02 -rw-rw-r-- 1 1001 1001 883 Mar 8 23:09 Jenkinsfile 23:17:02 -rw-rw-r-- 1 1001 1001 10775 Mar 8 23:09 LICENSE 23:17:02 -rw-rw-r-- 1 1001 1001 14071 Mar 8 23:09 Makefile 23:17:02 -rw-rw-r-- 1 1001 1001 582 Mar 8 23:09 OWNERS.md 23:17:02 -rw-rw-r-- 1 1001 1001 9403 Mar 8 23:09 README.md 23:17:02 -rw-rw-r-- 1 1001 1001 6912 Mar 8 23:09 SECURITY.md 23:17:02 -rw-rw-r-- 1 1001 1001 5 Mar 8 23:07 VERSION 23:17:02 drwxrwxr-x 2 1001 1001 4096 Mar 8 23:09 bin 23:17:02 drwxrwxr-x 18 1001 1001 4096 Mar 8 23:09 cmd 23:17:02 -rw-r--r-- 1 root root 447487 Mar 8 23:15 coverage.out 23:17:02 -rw-rw-r-- 1 1001 1001 3232 Mar 8 23:09 go.mod 23:17:02 -rw-rw-r-- 1 1001 1001 31098 Mar 8 23:09 go.sum 23:17:02 drwxrwxr-x 7 1001 1001 4096 Mar 8 23:09 internal 23:17:02 drwxrwxr-x 3 1001 1001 4096 Mar 8 23:09 openapi 23:17:02 drwxrwxr-x 4 1001 1001 4096 Mar 8 23:09 snap 23:17:02 -rw-rw-r-- 1 1001 1001 204 Mar 8 23:09 version.go [Pipeline] sh 23:17:03 + '[' -e coverage.out ] 23:17:03 + chown 1001:1001 coverage.out [Pipeline] stash 23:17:03 Warning: overwriting stash ‘coverage-report’ 23:17:03 Stashed 1 file(s) [Pipeline] sh 23:17:04 + make build 23:17:04 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 23:18:25 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 23:18:26 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 23:18:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 23:18:35 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 23:19:14 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 23:19:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 23:19:26 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 23:19:31 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 23:19:34 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 23:19:38 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 23:19:43 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] } 23:19:48 $ docker stop --time=1 0c3eed67ba452374f7a800ccae4755b9d8b8ec0786e701ee9e14cd30be856298 23:19:50 $ docker rm -f --volumes 0c3eed67ba452374f7a800ccae4755b9d8b8ec0786e701ee9e14cd30be856298 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:19:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:19:53 23:19:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:19:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:19:53 latest: Pulling from edgex-devops/edgex-compose-arm64 23:19:53 29e5d40040c1: Pulling fs layer 23:19:53 1ce36da41761: Pulling fs layer 23:19:53 25b303627fd3: Pulling fs layer 23:19:54 29e5d40040c1: Verifying Checksum 23:19:54 29e5d40040c1: Download complete 23:19:54 1ce36da41761: Verifying Checksum 23:19:54 1ce36da41761: Download complete 23:19:54 29e5d40040c1: Pull complete 23:19:55 1ce36da41761: Pull complete 23:19:55 25b303627fd3: Verifying Checksum 23:19:55 25b303627fd3: Download complete 23:20:05 25b303627fd3: Pull complete 23:20:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:20:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:20:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:20:06 prd-ubuntu20.04-docker-arm64-4c-16g-8925 does not seem to be running inside a container 23:20:06 $ 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 23:20:08 $ docker top 9aabecf7ab5eeef6426a121dbebb73d9d352d6e70d2af4939a481d4afc652442 -eo pid,comm [Pipeline] { [Pipeline] sh 23:20:09 + grep+ docker-compose parallel 23:20:09 build --help 23:20:13 --parallel Build images in parallel. [Pipeline] } 23:20:13 $ docker stop --time=1 9aabecf7ab5eeef6426a121dbebb73d9d352d6e70d2af4939a481d4afc652442 23:20:15 $ docker rm -f --volumes 9aabecf7ab5eeef6426a121dbebb73d9d352d6e70d2af4939a481d4afc652442 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:20:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:20:16 prd-ubuntu20.04-docker-arm64-4c-16g-8925 does not seem to be running inside a container 23:20:16 $ 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 23:20:17 $ docker top 47d194fb1d54c9b07536bd6c7721adc6e50d9942715ab2e488e4abb605a23d4e -eo pid,comm [Pipeline] { [Pipeline] sh 23:20:17 + docker-compose -f ./docker-compose-build.yml build --parallel 23:20:21 Building core-command ... 23:20:21 Building core-common-config-bootstrapper ... 23:20:21 Building core-data ... 23:20:21 Building core-metadata ... 23:20:21 Building security-bootstrapper ... 23:20:21 Building security-proxy-auth ... 23:20:21 Building security-proxy-setup ... 23:20:21 Building security-secretstore-setup ... 23:20:21 Building security-spiffe-token-provider ... 23:20:21 Building security-spire-agent ... 23:20:21 Building security-spire-config ... 23:20:21 Building security-spire-server ... 23:20:21 Building support-notifications ... 23:20:21 Building support-scheduler ... 23:20:21 Building security-bootstrapper 23:20:21 Building security-spiffe-token-provider 23:20:21 Building core-data 23:20:21 Building core-common-config-bootstrapper 23:20:21 Building core-metadata 23:21:08 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:21:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:21:08 ---> b9bd4e64b06a 23:21:08 Step 3/24 : ARG ADD_BUILD_TAGS="" 23:21:08 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:21:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:21:08 ---> b9bd4e64b06a 23:21:08 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:21:08 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:21:08 23:21:08 Step 2/32 : FROM ${BUILDER_BASE} AS builder 23:21:08 ---> b9bd4e64b06a 23:21:08 Step 3/32 : WORKDIR /edgex-go 23:21:08 Step 2/19 : FROM ${BUILDER_BASE} AS builder 23:21:08 ---> b9bd4e64b06a 23:21:08 Step 3/19 : WORKDIR /edgex-go 23:21:08 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:21:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:21:08 ---> b9bd4e64b06a 23:21:08 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:21:08 ---> Running in d6549201f2e3 23:21:08 ---> Running in d93e84049fd4 23:21:08 ---> Running in 20d78f2733b5 23:21:08 ---> Running in eaa98f8eddb9 23:21:08 ---> Running in f06e832a2785 23:21:08 Removing intermediate container d93e84049fd4 23:21:08 ---> a5d9d5545398 23:21:08 Step 4/24 : WORKDIR /edgex-go 23:21:08 Removing intermediate container f06e832a2785 23:21:08 ---> 802d70b0a381 23:21:08 Step 4/22 : WORKDIR /edgex-go 23:21:08 Removing intermediate container 20d78f2733b5 23:21:08 ---> 08c98ab76d23 23:21:08 Step 4/32 : RUN apk add --update --no-cache make git 23:21:08 Removing intermediate container d6549201f2e3 23:21:08 ---> cccf24897714 23:21:08 Step 4/22 : WORKDIR /edgex-go 23:21:08 Removing intermediate container eaa98f8eddb9 23:21:08 ---> c2bd95d48e75 23:21:08 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 23:21:08 ---> Running in 1995b4012fa9 23:21:08 ---> Running in 320efd305b3d 23:21:08 ---> Running in 9ff94abf33b6 23:21:08 ---> Running in 71c56e1bf816 23:21:08 ---> Running in b018fba31bcd 23:21:08 Removing intermediate container 1995b4012fa9 23:21:08 ---> f65c235c7d74 23:21:08 Step 5/24 : RUN apk add --update --no-cache make git 23:21:08 Removing intermediate container 71c56e1bf816 23:21:08 ---> fa167e4ac8db 23:21:08 Step 5/22 : RUN apk add --update --no-cache make git 23:21:08 ---> Running in d28ead7e715e 23:21:08 ---> Running in 15b683387289 23:21:08 Removing intermediate container 320efd305b3d 23:21:08 ---> abdf3edda95b 23:21:08 Step 5/22 : RUN apk add --update --no-cache make git 23:21:08 ---> Running in 7400ae229256 23:21:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:21:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:21:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:21:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:21:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:21:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:21:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:21:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:21:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:21:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:21:10 OK: 221 MiB in 51 packages 23:21:10 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 23:21:10 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 23:21:10 OK: 16903 distinct packages available 23:21:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:21:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:21:11 OK: 221 MiB in 51 packages 23:21:12 OK: 221 MiB in 51 packages 23:21:12 OK: 221 MiB in 51 packages 23:21:12 Removing intermediate container 9ff94abf33b6 23:21:12 ---> 464b783805ea 23:21:12 Step 5/32 : COPY go.mod vendor* ./ 23:21:12 OK: 221 MiB in 51 packages 23:21:13 Removing intermediate container d28ead7e715e 23:21:13 ---> b764ed6211f8 23:21:13 Step 6/24 : COPY go.mod vendor* ./ 23:21:14 ---> 41630f769b76 23:21:14 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:21:14 Removing intermediate container 15b683387289 23:21:14 ---> 423c37b7553a 23:21:14 Step 6/22 : COPY go.mod vendor* ./ 23:21:14 ---> Running in acd336603d9d 23:21:14 Removing intermediate container 7400ae229256 23:21:14 ---> b3386173e5bc 23:21:14 Step 6/22 : COPY go.mod vendor* ./ 23:21:14 Removing intermediate container b018fba31bcd 23:21:14 ---> 396712c616b7 23:21:14 Step 5/19 : COPY go.mod vendor* ./ 23:21:14 ---> 94fc8dd0c86f 23:21:14 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:21:14 ---> Running in 6485066ee2a8 23:21:15 ---> 7d12492eaf08 23:21:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:21:15 ---> Running in a184d10556d5 23:21:15 ---> 6e68f38ac8cf 23:21:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:21:15 ---> Running in d368efbeba9c 23:21:16 ---> 9213607a0fd6 23:21:16 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:21:16 ---> Running in 0dc18b50d449 23:22:52 Removing intermediate container d368efbeba9c 23:22:52 ---> 46e3bd8a1653 23:22:52 Step 8/22 : COPY . . 23:22:52 Removing intermediate container 6485066ee2a8 23:22:52 ---> 530d9346795f 23:22:52 Step 8/24 : COPY . . 23:22:52 Removing intermediate container acd336603d9d 23:22:53 ---> 283c61198783 23:22:53 Step 7/32 : COPY . . 23:22:53 Removing intermediate container 0dc18b50d449 23:22:53 ---> 577cfe0b1a20 23:22:53 Step 7/19 : COPY . . 23:22:53 Removing intermediate container a184d10556d5 23:22:53 ---> dca71a339c01 23:22:53 Step 8/22 : COPY . . 23:23:11 ---> 3637fc6894ee 23:23:11 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 23:23:11 ---> 5a94213f4aa3 23:23:11 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 23:23:11 ---> 8c0055ff8170 23:23:11 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:23:11 ---> 6ab516eadc12 23:23:11 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 23:23:11 ---> 916d9472212c 23:23:11 ---> Running in bd639048ba36 23:23:11 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:23:11 ---> Running in f7fe8449df8e 23:23:11 ---> Running in ffa50cb56c91 23:23:11 ---> Running in bfc0f8b06cd8 23:23:11 ---> Running in 196eccf5369b 23:23:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 23:23:11 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 23:23:11 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 23:23:11 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 23:23:11 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 23:29:03 Removing intermediate container 196eccf5369b 23:29:03 ---> 459749f64aa1 23:29:03 23:29:03 Step 9/32 : FROM alpine:3.16 23:29:03 3.16: Pulling from library/alpine 23:29:03 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 23:29:03 Status: Downloaded newer image for alpine:3.16 23:29:03 ---> 4c81e5bf8899 23:29:03 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:29:03 ---> Running in 0d28f330383d 23:29:03 Removing intermediate container 0d28f330383d 23:29:03 ---> 51f385c2a8b3 23:29:03 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 23:29:03 ---> Running in ce9fd9a98e00 23:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:29:03 (1/2) Installing dumb-init (1.2.5-r1) 23:29:03 (2/2) Installing su-exec (0.2-r1) 23:29:03 Executing busybox-1.35.0-r17.trigger 23:29:03 OK: 5 MiB in 16 packages 23:29:04 Removing intermediate container ce9fd9a98e00 23:29:04 ---> 44be0fbefe1e 23:29:04 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 23:29:04 ---> Running in 7532434716c3 23:29:04 Removing intermediate container 7532434716c3 23:29:04 ---> 075f4089dba6 23:29:04 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 23:29:04 ---> Running in 42371e2143cb 23:29:05 Removing intermediate container 42371e2143cb 23:29:05 ---> 269b9e9aba08 23:29:05 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 23:29:05 ---> Running in a24a1361fc25 23:29:06 Removing intermediate container a24a1361fc25 23:29:06 ---> dd3805b8f9dc 23:29:06 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 23:29:06 ---> Running in d76e1257efa0 23:29:06 Removing intermediate container d76e1257efa0 23:29:06 ---> 8b284ca202ed 23:29:06 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 23:29:06 ---> Running in c4212b0cf01a 23:29:10 Removing intermediate container c4212b0cf01a 23:29:10 ---> 701947c9c8d2 23:29:10 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 23:29:10 ---> Running in ed40caf30a52 23:29:10 Removing intermediate container ed40caf30a52 23:29:10 ---> 0b653f802080 23:29:10 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 23:29:11 ---> d2b6cea5c79e 23:29:11 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 23:29:11 ---> Running in fba47aa595c9 23:29:17 Removing intermediate container fba47aa595c9 23:29:17 ---> 3f7f22530701 23:29:17 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 23:29:17 ---> 03698734d9cb 23:29:17 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:29:21 ---> 348c387d37c8 23:29:21 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:29:22 ---> 6fbea16bf812 23:29:22 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:29:24 ---> 9defe0ccc836 23:29:24 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 23:29:25 ---> 325576316bb6 23:29:25 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 23:29:26 Removing intermediate container bd639048ba36 23:29:26 ---> c67bebed4fde 23:29:26 23:29:26 Step 10/22 : FROM alpine:3.16 23:29:26 ---> 4c81e5bf8899 23:29:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 23:29:29 ---> Running in 8cc5ef85aab3 23:29:29 ---> 8a7aa532e667 23:29:29 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:29:30 Removing intermediate container 8cc5ef85aab3 23:29:30 ---> 1d8cac883dc2 23:29:30 Step 12/22 : RUN apk add --update --no-cache dumb-init 23:29:30 ---> Running in 8ddec89dabbd 23:29:31 ---> 95602ba78e09 23:29:31 Step 27/32 : RUN chmod +x /entrypoint.sh 23:29:31 ---> Running in 357cb5554197 23:29:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:29:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:29:34 Removing intermediate container 357cb5554197 23:29:34 ---> 0e458c4d860a 23:29:34 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 23:29:34 ---> Running in 037918b3d63f 23:29:35 (1/1) Installing dumb-init (1.2.5-r1) 23:29:35 Executing busybox-1.35.0-r17.trigger 23:29:35 OK: 5 MiB in 15 packages 23:29:35 Removing intermediate container 037918b3d63f 23:29:35 ---> 57500fff9ba1 23:29:35 Step 29/32 : CMD ["gate"] 23:29:35 ---> Running in 4c536956ee31 23:29:36 Removing intermediate container 4c536956ee31 23:29:36 ---> 99d4fdbec2ae 23:29:36 Step 30/32 : LABEL arch=arm64 23:29:36 ---> Running in 296dad3e6e7d 23:29:37 Removing intermediate container 8ddec89dabbd 23:29:37 ---> b14a50dc5beb 23:29:37 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:29:37 Removing intermediate container 296dad3e6e7d 23:29:37 ---> 937fdd36b7e5 23:29:37 Step 31/32 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:29:37 ---> Running in 58efc3563e38 23:29:38 Removing intermediate container 58efc3563e38 23:29:38 ---> 32ec88c1b609 23:29:38 Step 32/32 : LABEL version=0.0.0 23:29:38 ---> Running in eef18f699bd6 23:29:38 ---> 0d6218de50df 23:29:38 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 23:29:38 Removing intermediate container eef18f699bd6 23:29:38 ---> 8ed0789c35f7 23:29:38 23:29:39 Successfully built 8ed0789c35f7 23:29:39 Successfully tagged security-bootstrapper-arm64:latest 23:29:39  Building security-bootstrapper ... done Building security-secretstore-setup 23:29:42 ---> 085889354228 23:29:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 23:29:44 ---> bc0bb8105bc2 23:29:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 23:29:45 ---> c415fd3ade75 23:29:45 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:29:45 ---> Running in 3c7155c030d9 23:29:51 Removing intermediate container 3c7155c030d9 23:29:51 ---> a56078509abb 23:29:51 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 23:29:51 ---> Running in 2fd3b4c4a0b2 23:29:51 Removing intermediate container 2fd3b4c4a0b2 23:29:51 ---> 058244a035da 23:29:51 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 23:29:51 ---> Running in d3f04f2ff266 23:29:52 Removing intermediate container d3f04f2ff266 23:29:52 ---> 34ec8549a6a0 23:29:52 Step 20/22 : LABEL arch=arm64 23:29:52 ---> Running in 17eb4e0bf0ee 23:29:55 Removing intermediate container 17eb4e0bf0ee 23:29:55 ---> 8b489d723c32 23:29:55 Step 21/22 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:29:56 ---> Running in 44640234fff3 23:29:57 Removing intermediate container 44640234fff3 23:29:57 ---> 2a51fe411335 23:29:57 Step 22/22 : LABEL version=0.0.0 23:29:57 ---> Running in 86e40946e519 23:29:59 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:29:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:29:59 ---> b9bd4e64b06a 23:29:59 Step 3/23 : WORKDIR /edgex-go 23:29:59 ---> Using cache 23:29:59 ---> c2bd95d48e75 23:29:59 Step 4/23 : RUN apk add --update --no-cache make git 23:29:59 ---> Running in 776909607eee 23:29:59 Removing intermediate container 86e40946e519 23:29:59 ---> 3448cf9eda00 23:29:59 23:30:00 Successfully built 3448cf9eda00 23:30:00 Successfully tagged core-common-config-bootstrapper-arm64:latest 23:30:00  Building core-common-config-bootstrapper ... done Building security-proxy-setup 23:30:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:30:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:30:02 Removing intermediate container f7fe8449df8e 23:30:02 ---> 41c0f78eec45 23:30:02 23:30:02 Step 10/24 : FROM alpine:3.16 23:30:02 ---> 4c81e5bf8899 23:30:02 Step 11/24 : RUN apk add --update --no-cache dumb-init 23:30:03 ---> Running in 5cdab6cbc1e7 23:30:03 OK: 221 MiB in 51 packages 23:30:03 Removing intermediate container ffa50cb56c91 23:30:03 ---> 6d48d0df7e7d 23:30:03 23:30:03 Step 10/22 : FROM alpine:3.16 23:30:03 ---> 4c81e5bf8899 23:30:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:30:04 ---> Running in 517066c91e24 23:30:05 Removing intermediate container 517066c91e24 23:30:05 ---> d63948f7fbd6 23:30:05 Step 12/22 : ENV APP_PORT=59880 23:30:05 Removing intermediate container 776909607eee 23:30:05 ---> f583878e6829 23:30:05 Step 5/23 : COPY go.mod vendor* ./ 23:30:05 ---> Running in 1632d625dada 23:30:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:30:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:30:06 Removing intermediate container 1632d625dada 23:30:06 ---> 7f4cf2ef2894 23:30:06 Step 13/22 : EXPOSE $APP_PORT 23:30:06 ---> Running in 3eb171adcaea 23:30:07 (1/1) Installing dumb-init (1.2.5-r1) 23:30:07 Executing busybox-1.35.0-r17.trigger 23:30:07 OK: 5 MiB in 15 packages 23:30:08 Removing intermediate container 3eb171adcaea 23:30:08 ---> 22bf09a2cb4e 23:30:08 Step 14/22 : RUN apk add --update --no-cache dumb-init 23:30:08 ---> 495fece4742f 23:30:08 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:30:08 ---> Running in 24e53efeb354 23:30:08 ---> Running in 50fc6e5798a1 23:30:09 Removing intermediate container 5cdab6cbc1e7 23:30:09 ---> bd2d96b4401b 23:30:09 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:30:09 ---> Running in ba5d580afe8f 23:30:10 Removing intermediate container ba5d580afe8f 23:30:10 ---> 1501a3ff3b3c 23:30:10 Step 13/24 : ENV APP_PORT=59881 23:30:10 ---> Running in a896ea0393e8 23:30:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:30:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:30:11 Removing intermediate container a896ea0393e8 23:30:11 ---> bcbfc1d0d6c0 23:30:11 Step 14/24 : EXPOSE $APP_PORT 23:30:11 ---> Running in 751f2614f5f2 23:30:12 Removing intermediate container 751f2614f5f2 23:30:12 ---> 828c64ca1fad 23:30:12 Step 15/24 : WORKDIR / 23:30:12 ---> Running in 11fbbbe4d3a3 23:30:12 (1/1) Installing dumb-init (1.2.5-r1) 23:30:12 Executing busybox-1.35.0-r17.trigger 23:30:12 OK: 5 MiB in 15 packages 23:30:13 Removing intermediate container 11fbbbe4d3a3 23:30:13 ---> 5cecfef5e9c6 23:30:13 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 23:30:14 Removing intermediate container 24e53efeb354 23:30:14 ---> 0d91df5d74b1 23:30:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:30:14 ---> 58f0775c5646 23:30:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:30:16 ---> 151ae810e892 23:30:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:30:16 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:30:16 Step 2/20 : FROM ${BUILDER_BASE} AS builder 23:30:16 ---> b9bd4e64b06a 23:30:16 Step 3/20 : WORKDIR /edgex-go 23:30:16 ---> Using cache 23:30:16 ---> c2bd95d48e75 23:30:16 Step 4/20 : RUN apk add --update --no-cache make git 23:30:16 ---> Using cache 23:30:16 ---> f583878e6829 23:30:16 Step 5/20 : COPY go.mod vendor* ./ 23:30:16 ---> Using cache 23:30:16 ---> 495fece4742f 23:30:16 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:30:16 ---> Running in 61d367a226a3 23:30:17 ---> f1dbb9cc0312 23:30:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:30:18 ---> e1e17089c75e 23:30:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:30:18 ---> 6a5b588b729e 23:30:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 23:30:19 ---> c3f3a68524e0 23:30:19 ---> e9fd4bf76d57 23:30:19 Step 18/22 : ENTRYPOINT ["/core-data"] 23:30:19 Step 20/24 : ENTRYPOINT ["/core-metadata"] 23:30:19 ---> Running in c29b563c73a9 23:30:19 ---> Running in 220fb9005477 23:30:20 Removing intermediate container 220fb9005477 23:30:20 ---> 1d20b0ba2b98 23:30:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:30:20 Removing intermediate container c29b563c73a9 23:30:20 ---> defe89bf944c 23:30:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:30:20 ---> Running in 3e9b28998a06 23:30:20 ---> Running in 2ca884edc998 23:30:20 Removing intermediate container 3e9b28998a06 23:30:20 ---> b05f575cb994 23:30:20 Step 20/22 : LABEL arch=arm64 23:30:20 Removing intermediate container 2ca884edc998 23:30:20 ---> e521614f2c4b 23:30:20 Step 22/24 : LABEL arch=arm64 23:30:21 ---> Running in f0e307b89478 23:30:21 ---> Running in 8462707e4a18 23:30:21 Removing intermediate container f0e307b89478 23:30:21 ---> 0a6e87303eeb 23:30:21 Step 21/22 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:30:21 ---> Running in d36f20e96eb4 23:30:22 Removing intermediate container 8462707e4a18 23:30:22 ---> 37b46e15bd3a 23:30:22 Step 23/24 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:30:22 ---> Running in b18aa103c0d2 23:30:22 Removing intermediate container d36f20e96eb4 23:30:22 ---> 8cba666b807d 23:30:22 Step 22/22 : LABEL version=0.0.0 23:30:22 ---> Running in f78b8f89daee 23:30:22 Removing intermediate container b18aa103c0d2 23:30:22 ---> 4c50a7a3b2f2 23:30:22 Step 24/24 : LABEL version=0.0.0 23:30:22 ---> Running in 77c62cad422a 23:30:23 Removing intermediate container f78b8f89daee 23:30:23 ---> bca3af2563c6 23:30:23 23:30:23 Removing intermediate container 77c62cad422a 23:30:23 ---> ba87e55dc2c5 23:30:23 23:30:23 Successfully built bca3af2563c6 23:30:23 Successfully tagged core-data-arm64:latest 23:30:23 Building security-spire-server 23:30:24  Building core-data ... done Successfully built ba87e55dc2c5 23:30:24 Successfully tagged core-metadata-arm64:latest 23:30:24  Building core-metadata ... done Building security-proxy-auth 23:30:39 Removing intermediate container bfc0f8b06cd8 23:30:39 ---> dbbd0da3830e 23:30:39 23:30:39 Step 9/19 : FROM alpine:3.15 23:30:39 3.15: Pulling from library/alpine 23:30:39 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 23:30:39 Status: Downloaded newer image for alpine:3.15 23:30:39 ---> 354640af7b1b 23:30:39 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:30:40 ---> Running in 9a095a79f01e 23:30:40 Removing intermediate container 9a095a79f01e 23:30:40 ---> 66b8597ddeee 23:30:40 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 23:30:40 ---> Running in d369110dd1b4 23:30:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:30:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:30:44 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:30:44 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:30:44 OK: 15736 distinct packages available 23:30:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:30:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:30:46 (1/9) Installing ca-certificates (20220614-r0) 23:30:46 (2/9) Installing brotli-libs (1.0.9-r5) 23:30:46 (3/9) Installing nghttp2-libs (1.46.0-r0) 23:30:46 (4/9) Installing libcurl (7.80.0-r6) 23:30:46 (5/9) Installing curl (7.80.0-r6) 23:30:46 (6/9) Installing dumb-init (1.2.5-r1) 23:30:46 (7/9) Installing musl-obstack (1.2.3-r0) 23:30:46 (8/9) Installing libucontext (1.1-r0) 23:30:46 (9/9) Installing gcompat (1.0.0-r4) 23:30:46 Executing busybox-1.34.1-r7.trigger 23:30:46 Executing ca-certificates-20220614-r0.trigger 23:30:47 OK: 8 MiB in 23 packages 23:30:49 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:30:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:30:49 ---> b9bd4e64b06a 23:30:49 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:30:49 ---> Using cache 23:30:49 ---> cccf24897714 23:30:49 Step 4/22 : WORKDIR /edgex-go 23:30:49 ---> Using cache 23:30:49 ---> fa167e4ac8db 23:30:49 Step 5/22 : RUN apk add --update --no-cache make git 23:30:49 ---> Using cache 23:30:49 ---> 423c37b7553a 23:30:49 Step 6/22 : COPY go.mod vendor* ./ 23:30:49 ---> Using cache 23:30:49 ---> 6e68f38ac8cf 23:30:49 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:30:49 ---> Using cache 23:30:49 ---> 46e3bd8a1653 23:30:49 Step 8/22 : COPY . . 23:30:49 ---> Using cache 23:30:49 ---> 3637fc6894ee 23:30:49 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 23:30:49 ---> Running in 5510cec4cb38 23:30:49 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:30:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:30:49 ---> b9bd4e64b06a 23:30:49 Step 3/23 : WORKDIR /edgex-go 23:30:49 ---> Using cache 23:30:49 ---> c2bd95d48e75 23:30:49 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 23:30:49 ---> Running in 79978e885773 23:30:52 Removing intermediate container d369110dd1b4 23:30:52 ---> 06b41a5cf9b0 23:30:52 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 23:30:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:30:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 23:30:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:30:53 ---> e64d41492ab8 23:30:53 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 23:30:54 OK: 221 MiB in 51 packages 23:30:56 Removing intermediate container 79978e885773 23:30:56 ---> 3f5ac523fd36 23:30:56 Step 5/23 : COPY go.mod vendor* ./ 23:31:00 ---> 61824eaa307d 23:31:00 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:31:00 ---> aba1cd943289 23:31:00 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 23:31:00 ---> Running in 95cd5218950d 23:31:01 ---> 78a3ee1397bc 23:31:01 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 23:31:02 ---> Running in ff9341e0568a 23:31:03 Removing intermediate container ff9341e0568a 23:31:03 ---> f0f9308bc55a 23:31:03 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:31:03 ---> Running in 8344e18c3082 23:31:04 Removing intermediate container 8344e18c3082 23:31:04 ---> b0ec0584a722 23:31:04 Step 17/19 : LABEL arch=arm64 23:31:04 ---> Running in e488821bff4e 23:31:04 Removing intermediate container e488821bff4e 23:31:04 ---> 5434e8d47527 23:31:04 Step 18/19 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:31:05 ---> Running in f3ba60623db6 23:31:06 Removing intermediate container f3ba60623db6 23:31:06 ---> 669bdd4d0871 23:31:06 Step 19/19 : LABEL version=0.0.0 23:31:06 ---> Running in 34a0d4e8183b 23:31:07 Removing intermediate container 34a0d4e8183b 23:31:07 ---> f3338799d1ea 23:31:07 23:31:07 Successfully built f3338799d1ea 23:31:07 Successfully tagged security-spiffe-token-provider-arm64:latest 23:31:07 Building support-notifications 23:31:25  Building security-spiffe-token-provider ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:31:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:31:25 ---> b9bd4e64b06a 23:31:25 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:31:25 ---> Using cache 23:31:25 ---> cccf24897714 23:31:25 Step 4/22 : WORKDIR /edgex-go 23:31:25 ---> Using cache 23:31:25 ---> fa167e4ac8db 23:31:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:31:28 ---> Running in b095cb03e4a6 23:31:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:31:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:31:32 OK: 221 MiB in 51 packages 23:31:35 Removing intermediate container b095cb03e4a6 23:31:35 ---> 5ff17346c438 23:31:35 Step 6/22 : COPY go.mod vendor* ./ 23:31:37 ---> 12c1e48a42d4 23:31:37 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:31:37 ---> Running in d57c12408445 23:31:59 Removing intermediate container 50fc6e5798a1 23:31:59 ---> 940756579c6b 23:31:59 Step 7/23 : COPY . . 23:32:00 Removing intermediate container 61d367a226a3 23:32:00 ---> dc11087ac387 23:32:00 Step 7/20 : COPY . . 23:32:27 ---> ae74eb339aa7 23:32:27 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:32:27 ---> Running in 38c76b32a4b7 23:32:28 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 23:32:31 ---> 08bb8ab2b69e 23:32:31 Step 8/20 : RUN make cmd/secrets-config/secrets-config 23:32:31 ---> Running in c71940ba6e3b 23:32:34 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 23:32:44 Removing intermediate container 95cd5218950d 23:32:44 ---> 043ed9f8092c 23:32:44 Step 7/23 : COPY . . 23:33:06 ---> f7558c5cdf4f 23:33:06 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 23:33:06 ---> Running in 4ed60d4c0e4b 23:33:06 Removing intermediate container 4ed60d4c0e4b 23:33:06 ---> e79ed4983e6d 23:33:06 Step 9/23 : WORKDIR /edgex-go/spire-build 23:33:06 ---> Running in 013298bda307 23:33:06 Removing intermediate container 013298bda307 23:33:06 ---> 69eaac67744b 23:33:06 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 23:33:06 ---> Running in f395bd7a1a59 23:33:08 Removing intermediate container d57c12408445 23:33:08 ---> d995c36d443d 23:33:08 Step 8/22 : COPY . . 23:33:11 Removing intermediate container f395bd7a1a59 23:33:11 ---> c45ce54acf98 23:33:11 Step 11/23 : WORKDIR /edgex-go 23:33:11 ---> Running in 189589ddfd4a 23:33:12 Removing intermediate container 189589ddfd4a 23:33:12 ---> 617420aca2c1 23:33:12 23:33:12 Step 12/23 : FROM alpine:3.15 23:33:12 ---> 354640af7b1b 23:33:12 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:33:12 ---> Using cache 23:33:12 ---> 66b8597ddeee 23:33:12 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:33:12 ---> Running in 7a1366ccc57b 23:33:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:33:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:33:16 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:33:16 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:33:16 OK: 15736 distinct packages available 23:33:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:33:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:33:19 (1/5) Installing dumb-init (1.2.5-r1) 23:33:19 (2/5) Installing musl-obstack (1.2.3-r0) 23:33:19 (3/5) Installing libucontext (1.1-r0) 23:33:19 (4/5) Installing gcompat (1.0.0-r4) 23:33:19 (5/5) Installing openssl (1.1.1t-r1) 23:33:19 Executing busybox-1.34.1-r7.trigger 23:33:19 OK: 6 MiB in 19 packages 23:33:22 Removing intermediate container 7a1366ccc57b 23:33:22 ---> b6a763f23985 23:33:22 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:33:22 ---> 6a7c7ea13101 23:33:22 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:33:22 ---> Running in dd5b876c8d30 23:33:24 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 23:33:29 ---> 7f90e4cd4f8b 23:33:29 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 23:33:29 ---> 99a70b6f0a61 23:33:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 23:33:30 ---> 32a27b57d5a1 23:33:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 23:33:31 ---> 30d3affb6d22 23:33:31 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:33:31 ---> Running in 73d798782b11 23:33:32 Removing intermediate container 73d798782b11 23:33:32 ---> 02d995bc4a5d 23:33:32 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:33:32 ---> Running in 8cee11c63029 23:33:32 Removing intermediate container 8cee11c63029 23:33:32 ---> 71a998734951 23:33:32 Step 21/23 : LABEL arch=arm64 23:33:32 ---> Running in a5d7b30ae545 23:33:33 Removing intermediate container a5d7b30ae545 23:33:33 ---> e5fec2114d02 23:33:33 Step 22/23 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:33:33 ---> Running in cc4821f8d979 23:33:34 Removing intermediate container cc4821f8d979 23:33:34 ---> 5bcb17ec49b2 23:33:34 Step 23/23 : LABEL version=0.0.0 23:33:35 ---> Running in 50fe49ebb43d 23:33:36 Removing intermediate container 50fe49ebb43d 23:33:36 ---> b5b072bc3724 23:33:36 23:33:36 Successfully built b5b072bc3724 23:33:36 Successfully tagged security-spire-server-arm64:latest 23:33:36 Building support-scheduler 23:33:54  Building security-spire-server ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:33:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:33:54 ---> b9bd4e64b06a 23:33:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:33:54 ---> Using cache 23:33:54 ---> cccf24897714 23:33:54 Step 4/22 : WORKDIR /edgex-go 23:33:54 ---> Using cache 23:33:54 ---> fa167e4ac8db 23:33:54 Step 5/22 : RUN apk add --update --no-cache make git 23:33:54 ---> Using cache 23:33:54 ---> 423c37b7553a 23:33:54 Step 6/22 : COPY go.mod vendor* ./ 23:33:54 ---> Using cache 23:33:54 ---> 6e68f38ac8cf 23:33:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:33:54 ---> Using cache 23:33:54 ---> 46e3bd8a1653 23:33:54 Step 8/22 : COPY . . 23:33:54 ---> Using cache 23:33:54 ---> 3637fc6894ee 23:33:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:33:54 ---> Running in 9150f03c33c2 23:33:54 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 23:35:16 Removing intermediate container 5510cec4cb38 23:35:16 ---> ec64fab75d7a 23:35:16 23:35:16 Step 10/22 : FROM alpine:3.16 23:35:16 ---> 4c81e5bf8899 23:35:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 23:35:16 ---> Using cache 23:35:16 ---> 1d8cac883dc2 23:35:16 Step 12/22 : RUN apk add --update --no-cache dumb-init 23:35:16 ---> Using cache 23:35:16 ---> b14a50dc5beb 23:35:16 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:35:16 ---> Using cache 23:35:16 ---> 0d6218de50df 23:35:16 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 23:35:16 ---> 3070b1eda5cd 23:35:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 23:35:16 ---> 41877826c3e4 23:35:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 23:35:16 ---> 8dd7b07c760e 23:35:16 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:35:16 ---> Running in 28857ad995c4 23:35:16 Removing intermediate container 28857ad995c4 23:35:16 ---> 54785c701170 23:35:16 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 23:35:16 ---> Running in da5e9f26f404 23:35:16 Removing intermediate container da5e9f26f404 23:35:16 ---> b4876f9e0340 23:35:16 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 23:35:16 ---> Running in 894bda3e5084 23:35:16 Removing intermediate container 894bda3e5084 23:35:16 ---> e79a33bb887f 23:35:16 Step 20/22 : LABEL arch=arm64 23:35:16 ---> Running in 3b2c50c73f1e 23:35:16 Removing intermediate container 3b2c50c73f1e 23:35:16 ---> eea1fef2a9e8 23:35:16 Step 21/22 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:35:16 ---> Running in c273da2b8be0 23:35:16 Removing intermediate container c273da2b8be0 23:35:16 ---> 330d7ed56b11 23:35:16 Step 22/22 : LABEL version=0.0.0 23:35:16 ---> Running in cdf3dbbba82a 23:35:17 Removing intermediate container cdf3dbbba82a 23:35:17 ---> 76d3202e04c8 23:35:17 23:35:17 Successfully built 76d3202e04c8 23:35:17 Successfully tagged security-proxy-auth-arm64:latest 23:35:17  Building security-proxy-auth ... done Building core-command 23:35:35 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:35:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:35:35 ---> b9bd4e64b06a 23:35:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 23:35:35 ---> Using cache 23:35:35 ---> cccf24897714 23:35:35 Step 4/23 : WORKDIR /edgex-go 23:35:35 ---> Using cache 23:35:35 ---> fa167e4ac8db 23:35:35 Step 5/23 : RUN apk add --update --no-cache make git 23:35:35 ---> Using cache 23:35:35 ---> 423c37b7553a 23:35:35 Step 6/23 : COPY go.mod vendor* ./ 23:35:35 ---> Using cache 23:35:35 ---> 6e68f38ac8cf 23:35:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:35:35 ---> Using cache 23:35:35 ---> 46e3bd8a1653 23:35:35 Step 8/23 : COPY . . 23:35:35 ---> Using cache 23:35:35 ---> 3637fc6894ee 23:35:35 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 23:35:35 ---> Running in 67b050c3f045 23:35:35 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 23:38:12 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 23:38:24 Removing intermediate container c71940ba6e3b 23:38:24 ---> 335dc602ba08 23:38:24 23:38:24 Step 9/20 : FROM alpine:3.16 23:38:24 ---> 4c81e5bf8899 23:38:24 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 23:38:24 Removing intermediate container 38c76b32a4b7 23:38:24 ---> dfac61563974 23:38:24 23:38:24 Step 9/23 : FROM alpine:3.16 23:38:24 ---> 4c81e5bf8899 23:38:24 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 23:38:24 ---> Running in 6e0802024706 23:38:24 ---> Running in 0c050ebceb07 23:38:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:38:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:38:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:38:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:38:27 (1/2) Installing dumb-init (1.2.5-r1) 23:38:27 (2/2) Installing openssl (1.1.1t-r0) 23:38:27 Executing busybox-1.35.0-r17.trigger 23:38:27 OK: 6 MiB in 16 packages 23:38:27 (1/3) Installing ca-certificates (20220614-r0) 23:38:27 (2/3) Installing dumb-init (1.2.5-r1) 23:38:27 (3/3) Installing su-exec (0.2-r1) 23:38:27 Executing busybox-1.35.0-r17.trigger 23:38:27 Executing ca-certificates-20220614-r0.trigger 23:38:28 OK: 6 MiB in 17 packages 23:38:29 Removing intermediate container 6e0802024706 23:38:29 ---> 24b33a6f3567 23:38:29 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 23:38:29 ---> Running in 958e3ef98755 23:38:30 Removing intermediate container 958e3ef98755 23:38:30 ---> ccb885588357 23:38:30 Step 12/20 : WORKDIR /edgex 23:38:30 ---> Running in a5c7dd6b5a4a 23:38:31 Removing intermediate container 0c050ebceb07 23:38:31 ---> 4ed6398e7bd3 23:38:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:38:31 Removing intermediate container a5c7dd6b5a4a 23:38:31 ---> fb34bf1fa432 23:38:31 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 23:38:31 ---> Running in 44d6448b8d96 23:38:31 Removing intermediate container 44d6448b8d96 23:38:31 ---> 892ffa6bc145 23:38:31 Step 12/23 : WORKDIR / 23:38:32 ---> Running in 9216722d02fd 23:38:32 Removing intermediate container 9216722d02fd 23:38:32 ---> 0ce262d02f39 23:38:32 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:38:32 ---> 7baad7d80688 23:38:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:38:34 ---> 462dab738e4e 23:38:34 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:38:34 ---> 19ac93c01a3a 23:38:34 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 23:38:35 ---> 84c7d07ad1ef 23:38:35 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:38:35 ---> adc647a51232 23:38:35 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:38:35 ---> Running in 00873a8eb255 23:38:37 ---> c667932d2fb4 23:38:37 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:38:39 ---> 1e9c19f390ca 23:38:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:38:39 Removing intermediate container 00873a8eb255 23:38:39 ---> e096d38eb3fa 23:38:39 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 23:38:39 ---> Running in 2728c5a66269 23:38:39 Removing intermediate container 2728c5a66269 23:38:39 ---> ecd58b6be4b9 23:38:39 Step 18/20 : LABEL arch=arm64 23:38:40 ---> Running in 06db788fde85 23:38:40 Removing intermediate container 06db788fde85 23:38:40 ---> 018b50c223ae 23:38:40 Step 19/20 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:38:41 ---> Running in 6f93a213f007 23:38:41 ---> f38af34780f3 23:38:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:38:41 Removing intermediate container 6f93a213f007 23:38:41 ---> 47b91e6da0b7 23:38:41 Step 20/20 : LABEL version=0.0.0 23:38:41 ---> Running in 49554aaedaae 23:38:42 ---> ca50abcc4c4e 23:38:42 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:38:42 Removing intermediate container 49554aaedaae 23:38:42 ---> a3988fd8eecc 23:38:42 23:38:43 ---> Running in fefddf71f5ac 23:38:43 Successfully built a3988fd8eecc 23:38:43 Successfully tagged security-proxy-setup-arm64:latest 23:38:43  Building security-proxy-setup ... done Building security-spire-config 23:38:47 Removing intermediate container fefddf71f5ac 23:38:47 ---> 945a6d5df9e3 23:38:47 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 23:38:47 ---> Running in a81a4655a6fc 23:38:47 Removing intermediate container a81a4655a6fc 23:38:47 ---> 3fb6b37f26d4 23:38:47 Step 21/23 : LABEL arch=arm64 23:38:47 ---> Running in 6e1fc7439d45 23:38:48 Removing intermediate container 6e1fc7439d45 23:38:48 ---> 8887f68d3aed 23:38:48 Step 22/23 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:38:48 ---> Running in d448b77690cb 23:38:48 Removing intermediate container d448b77690cb 23:38:48 ---> b6dc0ebba2b1 23:38:48 Step 23/23 : LABEL version=0.0.0 23:38:49 ---> Running in dc3892a1a5fb 23:38:49 Removing intermediate container dc3892a1a5fb 23:38:49 ---> 950aaa41061d 23:38:49 23:38:49 Successfully built 950aaa41061d 23:38:49 Successfully tagged security-secretstore-setup-arm64:latest 23:38:49 Building security-spire-agent 23:39:08  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:39:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:39:08 ---> b9bd4e64b06a 23:39:08 Step 3/24 : WORKDIR /edgex-go 23:39:08 ---> Using cache 23:39:08 ---> c2bd95d48e75 23:39:08 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 23:39:08 ---> Using cache 23:39:08 ---> 3f5ac523fd36 23:39:08 Step 5/24 : COPY go.mod vendor* ./ 23:39:08 ---> Using cache 23:39:08 ---> 61824eaa307d 23:39:08 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:39:08 ---> Using cache 23:39:08 ---> 043ed9f8092c 23:39:08 Step 7/24 : COPY . . 23:39:08 ---> Using cache 23:39:08 ---> f7558c5cdf4f 23:39:08 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 23:39:08 ---> Using cache 23:39:08 ---> e79ed4983e6d 23:39:08 Step 9/24 : WORKDIR /edgex-go/spire-build 23:39:08 ---> Using cache 23:39:08 ---> 69eaac67744b 23:39:08 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 23:39:08 ---> Running in 75b83bdef2c7 23:39:13 Removing intermediate container 75b83bdef2c7 23:39:13 ---> 82cfd969b424 23:39:13 Step 11/24 : WORKDIR /edgex-go 23:39:13 ---> Running in d57ea9a977d7 23:39:14 Removing intermediate container d57ea9a977d7 23:39:14 ---> 6be665db695e 23:39:14 23:39:14 Step 12/24 : FROM alpine:3.15 23:39:14 ---> 354640af7b1b 23:39:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:39:14 ---> Using cache 23:39:14 ---> 66b8597ddeee 23:39:14 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 23:39:14 ---> Running in b3b0592fea84 23:39:14 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:39:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:39:14 ---> b9bd4e64b06a 23:39:14 Step 3/24 : WORKDIR /edgex-go 23:39:14 ---> Using cache 23:39:14 ---> c2bd95d48e75 23:39:14 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 23:39:14 ---> Using cache 23:39:14 ---> 3f5ac523fd36 23:39:14 Step 5/24 : COPY go.mod vendor* ./ 23:39:14 ---> Using cache 23:39:14 ---> 61824eaa307d 23:39:14 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:39:14 ---> Using cache 23:39:14 ---> 043ed9f8092c 23:39:14 Step 7/24 : COPY . . 23:39:14 ---> Using cache 23:39:14 ---> f7558c5cdf4f 23:39:14 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 23:39:14 ---> Using cache 23:39:14 ---> e79ed4983e6d 23:39:14 Step 9/24 : WORKDIR /edgex-go/spire-build 23:39:14 ---> Using cache 23:39:14 ---> 69eaac67744b 23:39:14 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 23:39:14 ---> Using cache 23:39:14 ---> 82cfd969b424 23:39:14 Step 11/24 : WORKDIR /edgex-go 23:39:14 ---> Using cache 23:39:14 ---> 6be665db695e 23:39:14 23:39:14 Step 12/24 : FROM alpine:3.15 23:39:14 ---> 354640af7b1b 23:39:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:39:14 ---> Using cache 23:39:14 ---> 66b8597ddeee 23:39:14 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:39:14 ---> Using cache 23:39:14 ---> b6a763f23985 23:39:15 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 23:39:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:39:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:39:19 ---> 6796393fb33c 23:39:19 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:39:19 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:39:19 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:39:19 OK: 15736 distinct packages available 23:39:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:39:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:39:21 (1/4) Installing dumb-init (1.2.5-r1) 23:39:21 (2/4) Installing musl-obstack (1.2.3-r0) 23:39:21 (3/4) Installing libucontext (1.1-r0) 23:39:21 (4/4) Installing gcompat (1.0.0-r4) 23:39:21 Executing busybox-1.34.1-r7.trigger 23:39:21 OK: 6 MiB in 18 packages 23:39:23 Removing intermediate container b3b0592fea84 23:39:23 ---> 83a77a827f47 23:39:23 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:39:26 ---> 2fe4d5941baf 23:39:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 23:39:27 ---> 73a8e1de36d0 23:39:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 23:39:28 ---> 01489a769071 23:39:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 23:39:29 ---> 37f9f953c69f 23:39:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 23:39:30 ---> 52767233ffdb 23:39:30 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:39:30 ---> Running in 1bf2efb97f28 23:39:30 Removing intermediate container 1bf2efb97f28 23:39:30 ---> 179085c6769a 23:39:30 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:39:31 ---> Running in 659e31bcc967 23:39:31 ---> 2c9d6106fd1b 23:39:31 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 23:39:31 ---> Running in 2cc1eb96495f 23:39:31 Removing intermediate container 659e31bcc967 23:39:31 ---> f1f2f306e1ef 23:39:31 Step 22/24 : LABEL arch=arm64 23:39:31 Removing intermediate container 2cc1eb96495f 23:39:31 ---> fa9753734dfa 23:39:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 23:39:31 ---> Running in a0734e594cc7 23:39:32 Removing intermediate container a0734e594cc7 23:39:32 ---> 3ea016abf5c9 23:39:32 Step 23/24 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:39:32 ---> Running in bd7ed69a79ee 23:39:33 ---> d49ccf076d9b 23:39:33 Step 19/24 : WORKDIR / 23:39:33 ---> Running in c73a82b829dd 23:39:33 Removing intermediate container bd7ed69a79ee 23:39:33 ---> 6896e79e8c0e 23:39:33 Step 24/24 : LABEL version=0.0.0 23:39:33 ---> Running in 6540d780aaad 23:39:33 Removing intermediate container c73a82b829dd 23:39:33 ---> 81609b608aee 23:39:33 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:39:33 ---> Running in ea05abbcf131 23:39:34 Removing intermediate container 6540d780aaad 23:39:34 ---> c03e6e7f6057 23:39:34 23:39:34 Removing intermediate container ea05abbcf131 23:39:34 ---> 3c2e5b757d4f 23:39:34 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:39:34 ---> Running in cf25414ceb88 23:39:34 Successfully built c03e6e7f6057 23:39:34 Successfully tagged security-spire-agent-arm64:latest 23:39:35  Building security-spire-agent ... done Removing intermediate container cf25414ceb88 23:39:35 ---> 428eb31e3aff 23:39:35 Step 22/24 : LABEL arch=arm64 23:39:35 ---> Running in 269db967d527 23:39:35 Removing intermediate container 269db967d527 23:39:35 ---> 3fde8282bd60 23:39:35 Step 23/24 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:39:35 ---> Running in fe128dcc06ad 23:39:36 Removing intermediate container fe128dcc06ad 23:39:36 ---> bc587378baf0 23:39:36 Step 24/24 : LABEL version=0.0.0 23:39:36 ---> Running in 449a329c8f7a 23:39:37 Removing intermediate container 449a329c8f7a 23:39:37 ---> 5fc004a9987e 23:39:37 23:39:37 Successfully built 5fc004a9987e 23:39:39 Successfully tagged security-spire-config-arm64:latest 23:41:16  Building security-spire-config ... done Removing intermediate container 67b050c3f045 23:41:16 ---> 9272b2407819 23:41:16 23:41:16 Step 10/23 : FROM alpine:3.16 23:41:16 ---> 4c81e5bf8899 23:41:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:41:16 ---> Using cache 23:41:16 ---> bd2d96b4401b 23:41:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:41:16 ---> Using cache 23:41:16 ---> 1501a3ff3b3c 23:41:16 Step 13/23 : ENV APP_PORT=59882 23:41:16 ---> Running in ec0190fec23d 23:41:16 Removing intermediate container ec0190fec23d 23:41:16 ---> 00235beaec9d 23:41:16 Step 14/23 : EXPOSE $APP_PORT 23:41:16 ---> Running in 381cf454ca21 23:41:16 Removing intermediate container 381cf454ca21 23:41:16 ---> 6c07fe130f70 23:41:16 Step 15/23 : WORKDIR / 23:41:16 ---> Running in e4f61897f36c 23:41:16 Removing intermediate container e4f61897f36c 23:41:16 ---> e615e8f18be2 23:41:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:41:16 ---> 9d2ab3fcc427 23:41:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:41:16 ---> b5bd29994629 23:41:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:41:16 ---> 1c2d10dcb204 23:41:16 Step 19/23 : ENTRYPOINT ["/core-command"] 23:41:16 ---> Running in 0dc7d4aecba1 23:41:16 Removing intermediate container 0dc7d4aecba1 23:41:16 ---> bb9641466c5a 23:41:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:41:16 ---> Running in c009896f90bf 23:41:16 Removing intermediate container c009896f90bf 23:41:16 ---> e247d50104a5 23:41:16 Step 21/23 : LABEL arch=arm64 23:41:16 ---> Running in 2c6e838ffdcd 23:41:16 Removing intermediate container 2c6e838ffdcd 23:41:16 ---> 23345228ae36 23:41:16 Step 22/23 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:41:16 ---> Running in 58615b4d45dc 23:41:16 Removing intermediate container 58615b4d45dc 23:41:16 ---> ed6e327ce3f0 23:41:16 Step 23/23 : LABEL version=0.0.0 23:41:16 ---> Running in ba6129da9580 23:41:16 Removing intermediate container ba6129da9580 23:41:16 ---> 059ea87e9b9f 23:41:16 23:41:16 Successfully built 059ea87e9b9f 23:41:16 Successfully tagged core-command-arm64:latest 23:41:31  Building core-command ... done Removing intermediate container dd5b876c8d30 23:41:31 ---> f23717bcfb81 23:41:31 23:41:31 Step 10/22 : FROM alpine:3.16 23:41:31 ---> 4c81e5bf8899 23:41:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:41:31 ---> Running in b28a2f9fd611 23:41:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:41:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:41:33 (1/2) Installing ca-certificates (20220614-r0) 23:41:34 (2/2) Installing dumb-init (1.2.5-r1) 23:41:34 Executing busybox-1.35.0-r17.trigger 23:41:34 Executing ca-certificates-20220614-r0.trigger 23:41:34 OK: 6 MiB in 16 packages 23:41:39 Removing intermediate container b28a2f9fd611 23:41:39 ---> 6c51fa733e6d 23:41:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:41:39 ---> Running in 128262525a2f 23:41:39 Removing intermediate container 128262525a2f 23:41:39 ---> fdbe02e977a6 23:41:39 Step 13/22 : ENV APP_PORT=59860 23:41:39 ---> Running in aac613ea61f3 23:41:39 Removing intermediate container 9150f03c33c2 23:41:39 ---> bfd60723c4d3 23:41:39 23:41:39 Step 10/22 : FROM alpine:3.16 23:41:39 ---> 4c81e5bf8899 23:41:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:41:39 ---> Using cache 23:41:39 ---> bd2d96b4401b 23:41:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:41:39 ---> Using cache 23:41:39 ---> 1501a3ff3b3c 23:41:39 Step 13/22 : ENV APP_PORT=59861 23:41:39 ---> Running in 14582fdbb172 23:41:39 Removing intermediate container aac613ea61f3 23:41:39 ---> d205655c15db 23:41:39 Step 14/22 : EXPOSE $APP_PORT 23:41:39 ---> Running in 77a28d5e3a34 23:41:39 Removing intermediate container 14582fdbb172 23:41:39 ---> e36b48a0d269 23:41:39 Step 14/22 : EXPOSE $APP_PORT 23:41:39 ---> Running in 2587ad6d08b4 23:41:40 Removing intermediate container 77a28d5e3a34 23:41:40 ---> 3288943f297e 23:41:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:41:40 Removing intermediate container 2587ad6d08b4 23:41:40 ---> 2f7a2a87aa5c 23:41:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:41:40 ---> 34fab7a2a8af 23:41:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:41:41 ---> f8de98e5869d 23:41:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:41:42 ---> eda9bddc5208 23:41:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:41:42 ---> 412bf14feac3 23:41:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:41:43 ---> d3a8fdfbd77c 23:41:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:41:43 ---> 02f73f1779d6 23:41:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:41:43 ---> Running in 9431903ee164 23:41:43 ---> Running in 50d5d1aee37e 23:41:43 Removing intermediate container 9431903ee164 23:41:43 ---> 933a18fcd5a2 23:41:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:41:43 Removing intermediate container 50d5d1aee37e 23:41:43 ---> 7cd689efacae 23:41:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:41:43 ---> Running in 8cc29374ffbc 23:41:43 ---> Running in 91a4e06871c5 23:41:44 Removing intermediate container 8cc29374ffbc 23:41:44 ---> c9d36d5e67a8 23:41:44 Step 20/22 : LABEL arch=arm64 23:41:44 ---> Running in cd39467b2b44 23:41:44 Removing intermediate container 91a4e06871c5 23:41:44 ---> 162f9b435b66 23:41:44 Step 20/22 : LABEL arch=arm64 23:41:44 ---> Running in 9cf63d6f20a3 23:41:44 Removing intermediate container cd39467b2b44 23:41:44 ---> 5f342a13978a 23:41:44 Step 21/22 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:41:44 ---> Running in 630de16e6af5 23:41:44 Removing intermediate container 9cf63d6f20a3 23:41:44 ---> c8abdc2f9ad6 23:41:44 Step 21/22 : LABEL git_sha=65c545fbdf7df5777cf591521dde9d10e5bdca6d 23:41:44 ---> Running in 9b9d0d71da33 23:41:45 Removing intermediate container 630de16e6af5 23:41:45 ---> e53c0206633a 23:41:45 Step 22/22 : LABEL version=0.0.0 23:41:45 ---> Running in 3ed6c443ccef 23:41:45 Removing intermediate container 9b9d0d71da33 23:41:45 ---> 903dbe5a1f5e 23:41:45 Step 22/22 : LABEL version=0.0.0 23:41:45 ---> Running in 2381a7bf1367 23:41:45 Removing intermediate container 3ed6c443ccef 23:41:45 ---> c67d9ccbcecc 23:41:45 23:41:45 Removing intermediate container 2381a7bf1367 23:41:45 ---> 21f0d2f8d26e 23:41:45 23:41:45 Successfully built c67d9ccbcecc 23:41:45 Successfully tagged support-notifications-arm64:latest 23:41:45  Building support-notifications ... done Successfully built 21f0d2f8d26e 23:41:45 Successfully tagged support-scheduler-arm64:latest 23:41:46  Building support-scheduler ... done  [Pipeline] } 23:41:46 $ docker stop --time=1 47d194fb1d54c9b07536bd6c7721adc6e50d9942715ab2e488e4abb605a23d4e 23:41:47 $ docker rm -f --volumes 47d194fb1d54c9b07536bd6c7721adc6e50d9942715ab2e488e4abb605a23d4e [Pipeline] // withDockerContainer [Pipeline] sh 23:41:48 + docker images 23:41:48 REPOSITORY TAG IMAGE ID CREATED SIZE 23:41:48 support-scheduler-arm64 latest 21f0d2f8d26e 3 seconds ago 29.1MB 23:41:48 support-notifications-arm64 latest c67d9ccbcecc 3 seconds ago 29.7MB 23:41:48 bfd60723c4d3 13 seconds ago 1.57GB 23:41:48 f23717bcfb81 18 seconds ago 1.57GB 23:41:48 core-command-arm64 latest 059ea87e9b9f 34 seconds ago 17.1MB 23:41:48 9272b2407819 43 seconds ago 1.51GB 23:41:48 security-spire-config-arm64 latest 5fc004a9987e 2 minutes ago 83.6MB 23:41:48 security-spire-agent-arm64 latest c03e6e7f6057 2 minutes ago 122MB 23:41:48 6be665db695e 2 minutes ago 1.38GB 23:41:48 security-secretstore-setup-arm64 latest 950aaa41061d 2 minutes ago 28.7MB 23:41:48 security-proxy-setup-arm64 latest a3988fd8eecc 3 minutes ago 15.8MB 23:41:48 dfac61563974 3 minutes ago 1.5GB 23:41:48 335dc602ba08 3 minutes ago 1.49GB 23:41:48 security-proxy-auth-arm64 latest 76d3202e04c8 6 minutes ago 15.7MB 23:41:48 ec64fab75d7a 6 minutes ago 1.49GB 23:41:48 security-spire-server-arm64 latest b5b072bc3724 8 minutes ago 84.3MB 23:41:48 617420aca2c1 8 minutes ago 1.38GB 23:41:48 security-spiffe-token-provider-arm64 latest f3338799d1ea 10 minutes ago 29.1MB 23:41:48 dbbd0da3830e 11 minutes ago 1.54GB 23:41:48 core-metadata-arm64 latest ba87e55dc2c5 11 minutes ago 17.8MB 23:41:48 core-data-arm64 latest bca3af2563c6 11 minutes ago 17.3MB 23:41:48 6d48d0df7e7d 11 minutes ago 1.51GB 23:41:48 41c0f78eec45 11 minutes ago 1.51GB 23:41:48 core-common-config-bootstrapper-arm64 latest 3448cf9eda00 11 minutes ago 14.9MB 23:41:48 security-bootstrapper-arm64 latest 8ed0789c35f7 12 minutes ago 19MB 23:41:48 c67bebed4fde 12 minutes ago 1.5GB 23:41:48 459749f64aa1 12 minutes ago 1.49GB 23:41:48 ci-base-image-arm64 latest b9bd4e64b06a 30 minutes ago 904MB 23:41:48 alpine 3.15 354640af7b1b 3 weeks ago 5.34MB 23:41:48 alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB 23:41:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 23:41:48 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 23:41:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:41:49 23:41:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:41:50 arm64: Pulling from edgex-lftools-log-publisher 23:41:50 8998bd30e6a1: Pulling fs layer 23:41:50 04944245beec: Pulling fs layer 23:41:50 699f458cf7ca: Pulling fs layer 23:41:50 765212b225bb: Pulling fs layer 23:41:50 f23df028b6ca: Pulling fs layer 23:41:50 d65c8cfc05b1: Pulling fs layer 23:41:50 2437ff75d9bd: Pulling fs layer 23:41:50 f23df028b6ca: Waiting 23:41:50 d65c8cfc05b1: Waiting 23:41:50 2437ff75d9bd: Waiting 23:41:50 765212b225bb: Waiting 23:41:50 04944245beec: Download complete 23:41:50 765212b225bb: Download complete 23:41:50 f23df028b6ca: Verifying Checksum 23:41:50 f23df028b6ca: Download complete 23:41:50 d65c8cfc05b1: Verifying Checksum 23:41:50 d65c8cfc05b1: Download complete 23:41:50 699f458cf7ca: Verifying Checksum 23:41:50 699f458cf7ca: Download complete 23:41:50 8998bd30e6a1: Verifying Checksum 23:41:50 8998bd30e6a1: Download complete 23:41:52 2437ff75d9bd: Verifying Checksum 23:41:52 2437ff75d9bd: Download complete 23:41:54 8998bd30e6a1: Pull complete 23:41:55 04944245beec: Pull complete 23:41:56 699f458cf7ca: Pull complete 23:41:56 765212b225bb: Pull complete 23:41:57 f23df028b6ca: Pull complete 23:41:57 d65c8cfc05b1: Pull complete 23:42:12 2437ff75d9bd: Pull complete 23:42:12 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:42:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:42:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:42:12 prd-ubuntu20.04-docker-arm64-4c-16g-8925 does not seem to be running inside a container 23:42:12 $ 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 23:42:15 $ docker top e7b8fb5fed589bf97a223a2db78a860bf128a01ec11595ad404773b983119b28 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:42:16 ---> job-cost.sh 23:42:16 lf-activate-venv: SKIPPING 23:42:16 INFO: No Stack... 23:42:17 INFO: Retrieving Pricing Info for: v3-standard-4 23:42:18 INFO: Archiving Costs [Pipeline] sh 23:42:18 + cat /w/workspace/edgex-go/1/archives/cost.csv 23:42:18 + cut -d, -f6 [Pipeline] lock 23:42:18 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4426-1-stack-cost] 23:42:18 Resource [jenkins-edgexfoundry-edgex-go-PR-4426-1-stack-cost] did not exist. Created. 23:42:18 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4426-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:42:19 + echo total: 0.10999999940395355 [Pipeline] stash 23:42:19 Stashed 1 file(s) [Pipeline] } 23:42:19 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4426-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:42:19 $ docker stop --time=1 e7b8fb5fed589bf97a223a2db78a860bf128a01ec11595ad404773b983119b28 23:42:21 $ docker rm -f --volumes e7b8fb5fed589bf97a223a2db78a860bf128a01ec11595ad404773b983119b28 [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 23:42:22 provisioning config files... 23:42:22 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5203293273712964581tmp [Pipeline] { [Pipeline] sh 23:42:22 + set +x 23:42:22 + curl -s https://codecov.io/bash 23:42:22 + bash -s -- 23:42:22 23:42:22 _____ _ 23:42:22 / ____| | | 23:42:22 | | ___ __| | ___ ___ _____ __ 23:42:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:42:22 | |___| (_) | (_| | __/ (_| (_) \ V / 23:42:22 \_____\___/ \__,_|\___|\___\___/ \_/ 23:42:22 Bash-1.0.6 23:42:22 23:42:22 23:42:22 ==> git version 2.25.1 found 23:42:22 ==> 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 23:42:22 Release-Date: 2020-01-08 23:42:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 23:42:22 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 23:42:22 ==> Jenkins CI detected. 23:42:22 current dir:  /w/workspace/edgex-go/1 23:42:22 project root: . 23:42:22 --> token set from env 23:42:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:42:22 ==> Running gcov in . (disable via -X gcov) 23:42:22 ==> Python coveragepy not found 23:42:22 ==> Searching for coverage reports in: 23:42:22 + . 23:42:22 -> Found 1 reports 23:42:22 ==> Detecting git/mercurial file structure 23:42:22 ==> Reading reports 23:42:22 + ./coverage.out bytes=447487 23:42:22 ==> Appending adjustments 23:42:22 https://docs.codecov.io/docs/fixing-reports 23:42:23 + Found adjustments 23:42:23 ==> Gzipping contents 23:42:23 60K /tmp/codecov.P2CE4l.gz 23:42:23 ==> Uploading reports 23:42:23 url: https://codecov.io 23:42:23 query: branch=PR-4426&commit=31b3346c5885cec0a34452070a56a755dd6ee7e6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4426%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4426&job=&cmd_args= 23:42:23 -> Pinging Codecov 23:42:23 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4426&commit=31b3346c5885cec0a34452070a56a755dd6ee7e6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4426%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4426&job=&cmd_args= 23:42:24 -> Uploading to 23:42:24 https://storage.googleapis.com/codecov/v4/raw/2023-03-08/00271124DB129430A58F1EEE437C3FCB/31b3346c5885cec0a34452070a56a755dd6ee7e6/aa7d30d6-2235-488b-ac63-6105f408f9d6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T234224Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=84e3c7c4f5cd0d716d673bf2ad99195b780b82d402c3115dd2cacc47076cd7a5 23:42:24 % Total % Received % Xferd Average Speed Time Time Time Current 23:42:24 Dload Upload Total Spent Left Speed 23:42:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58055 0 0 100 58055 0 176k --:--:-- --:--:-- --:--:-- 176k 100 58055 0 0 100 58055 0 176k --:--:-- --:--:-- --:--:-- 175k 23:42:24 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/31b3346c5885cec0a34452070a56a755dd6ee7e6 [Pipeline] } 23:42:24 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 23:42:25 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 23:42:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:42:27 ---> package-listing.sh 23:42:27 ++ facter osfamily 23:42:27 ++ tr '[:upper:]' '[:lower:]' 23:42:27 + OS_FAMILY=debian 23:42:27 + workspace=/w/workspace/edgex-go/1 23:42:27 + START_PACKAGES=/tmp/packages_start.txt 23:42:27 + END_PACKAGES=/tmp/packages_end.txt 23:42:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:42:27 + PACKAGES=/tmp/packages_start.txt 23:42:27 + '[' /w/workspace/edgex-go/1 ']' 23:42:27 + PACKAGES=/tmp/packages_end.txt 23:42:27 + case "${OS_FAMILY}" in 23:42:27 + dpkg -l 23:42:27 + grep '^ii' 23:42:27 + '[' -f /tmp/packages_start.txt ']' 23:42:27 + '[' -f /tmp/packages_end.txt ']' 23:42:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:42:27 + '[' /w/workspace/edgex-go/1 ']' 23:42:27 + mkdir -p /w/workspace/edgex-go/1/archives/ 23:42:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 23:42:27 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 23:42:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:42:28 23:42:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:42:28 latest: Pulling from edgex-lftools-log-publisher 23:42:28 5eb5b503b376: Pulling fs layer 23:42:28 5c69ac0246d0: Pulling fs layer 23:42:28 ec43610c2a17: Pulling fs layer 23:42:28 3a2ae6a8a46f: Pulling fs layer 23:42:28 33b1e0a273af: Pulling fs layer 23:42:28 5d3b04190fa2: Pulling fs layer 23:42:28 2f39f015ded8: Pulling fs layer 23:42:28 3a2ae6a8a46f: Waiting 23:42:28 33b1e0a273af: Waiting 23:42:28 5d3b04190fa2: Waiting 23:42:28 2f39f015ded8: Waiting 23:42:28 5c69ac0246d0: Download complete 23:42:28 3a2ae6a8a46f: Verifying Checksum 23:42:28 3a2ae6a8a46f: Download complete 23:42:28 33b1e0a273af: Verifying Checksum 23:42:28 33b1e0a273af: Download complete 23:42:28 5d3b04190fa2: Verifying Checksum 23:42:28 5d3b04190fa2: Download complete 23:42:28 ec43610c2a17: Verifying Checksum 23:42:29 5eb5b503b376: Verifying Checksum 23:42:29 5eb5b503b376: Download complete 23:42:29 2f39f015ded8: Verifying Checksum 23:42:29 2f39f015ded8: Download complete 23:42:30 5eb5b503b376: Pull complete 23:42:30 5c69ac0246d0: Pull complete 23:42:30 ec43610c2a17: Pull complete 23:42:30 3a2ae6a8a46f: Pull complete 23:42:31 33b1e0a273af: Pull complete 23:42:31 5d3b04190fa2: Pull complete 23:42:35 2f39f015ded8: Pull complete 23:42:35 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:42:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:42:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:42:35 prd-ubuntu20.04-docker-8c-8g-8923 does not seem to be running inside a container 23:42:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:42:37 $ docker top f54a3ebd30db5e2d35d2e8722932717c476e6b52b923236b64a693aee3875adf -eo pid,comm [Pipeline] { [Pipeline] sh 23:42:38 + touch /tmp/pre-build-complete [Pipeline] sh 23:42:38 + mkdir -p /var/log/sysstat [Pipeline] sh 23:42:38 + ls /var/log/sa-host 23:42:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:42:38 provisioning config files... 23:42:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config16857547690000589683tmp [Pipeline] { [Pipeline] echo 23:42:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:42:39 ---> create-netrc.sh [Pipeline] } 23:42:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:42:39 ---> python-tools-install.sh [Pipeline] echo 23:42:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:42:40 ---> sudo-logs.sh 23:42:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:42:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:42:40 ---> job-cost.sh 23:42:40 lf-activate-venv: SKIPPING 23:42:40 DEBUG: total: 0.10999999940395355 23:42:40 INFO: Retrieving Stack Cost... 23:42:40 INFO: Retrieving Pricing Info for: v3-standard-8 23:42:41 INFO: Archiving Costs [Pipeline] echo 23:42:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:42:41 ---> logs-deploy.sh 23:42:41 lf-activate-venv: SKIPPING 23:42:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4426/1 23:42:41 INFO: archiving workspace using pattern(s): 23:42:42 Archives upload complete. 23:42:42 INFO: archiving logs to Nexus