Pull request #4516 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9c6f205bef6229b17ef07f5235b60c76afa09d66+5e5e524b046b59e82a11ffe2e7f953256f5ca87d (c9d4cc310aabfecafbee2b82fb8b31ebd2d8fd41) 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-ssh3809196940016380724.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh17711207476090892629.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-4516/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-4516/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11719040088363543508.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-4516/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10157979367037102673.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh13972655772840055323.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-4516/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-4516/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10459310796391748304.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8771 in /w/workspace/edgexfoundry_edgex-go_PR-4516 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4516/head:refs/remotes/origin/PR-4516 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 5e5e524b046b59e82a11ffe2e7f953256f5ca87d into PR head commit 9c6f205bef6229b17ef07f5235b60c76afa09d66 Merge succeeded, producing 9c6f205bef6229b17ef07f5235b60c76afa09d66 Checking out Revision 9c6f205bef6229b17ef07f5235b60c76afa09d66 (PR-4516) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:00:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:00:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 9c6f205bef6229b17ef07f5235b60c76afa09d66 # 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 5e5e524b046b59e82a11ffe2e7f953256f5ca87d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c6f205bef6229b17ef07f5235b60c76afa09d66 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:00:10 ========================================================= 20:00:10 EdgeX Global Pipelines Version Info 20:00:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:00:11 ------------------- 20:00:11 stable info: 20:00:11 ------------------- 20:00:11 Commited By: Bill Mahoney bill.mahoney@intel.com 20:00:11 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 20:00:11 Message: update stable to v1.0.248 20:00:12 ------------------- 20:00:12 experimental info: 20:00:12 ------------------- 20:00:12 Commited By: **** collab-it+edgex@linuxfoundation.org 20:00:12 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 20:00:12 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:00:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4516 [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4516 [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4516 [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9c6f205bef6229b17ef07f5235b60c76afa09d66 [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9c6f205 [Pipeline] echo 20:00:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:00:13 provisioning config files... 20:00:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3069649838156938233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:00:14 ---> docker-login.sh 20:00:14 nexus3.edgexfoundry.org:10001 20:00:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:14 Configure a credential helper to remove this warning. See 20:00:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:14 20:00:14 Login Succeeded 20:00:14 nexus3.edgexfoundry.org:10002 20:00:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:14 Configure a credential helper to remove this warning. See 20:00:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:14 20:00:14 Login Succeeded 20:00:14 nexus3.edgexfoundry.org:10003 20:00:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:14 Configure a credential helper to remove this warning. See 20:00:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:14 20:00:14 Login Succeeded 20:00:14 nexus3.edgexfoundry.org:10004 20:00:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:14 Configure a credential helper to remove this warning. See 20:00:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:14 20:00:14 Login Succeeded 20:00:14 docker.io 20:00:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:15 Configure a credential helper to remove this warning. See 20:00:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:15 20:00:15 Login Succeeded 20:00:15 ---> docker-login.sh ends [Pipeline] } 20:00:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:00:16 + 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 20:00:16 + dirname cmd/core-command/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + echo core-command,cmd/core-command/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + dirname cmd/core-common-config-bootstrapper/Dockerfile 20:00:16 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 20:00:16 + dirname cmd/core-data/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + echo core-data,cmd/core-data/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + dirname cmd/core-metadata/Dockerfile 20:00:16 + echo core-metadata,cmd/core-metadata/Dockerfile 20:00:16 + + dirnamecut cmd/security-bootstrapper/Dockerfile -d/ 20:00:16 -f2 20:00:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:00:16 + dirname cmd/security-proxy-auth/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 20:00:16 + dirname cmd/security-proxy-setup/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + dirname cmd/security-secretstore-setup/Dockerfile 20:00:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:00:16 + dirname cmd/security-spiffe-token-provider/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:00:16 + dirname cmd/security-spire-agent/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:00:16 + dirname cmd/security-spire-config/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:00:16 + dirname cmd/security-spire-server/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:00:16 + dirname cmd/support-notifications/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + echo support-notifications,cmd/support-notifications/Dockerfile 20:00:16 + dirname cmd/support-scheduler/Dockerfile 20:00:16 + cut -d/ -f2 20:00:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 20:00:16 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 20:00:16 + git rev-list -1 --merges 9c6f205bef6229b17ef07f5235b60c76afa09d66~1..9c6f205bef6229b17ef07f5235b60c76afa09d66 [Pipeline] echo 20:00:16 -----------> git rev-list -1 --merges 9c6f205bef6229b17ef07f5235b60c76afa09d66~1..9c6f205bef6229b17ef07f5235b60c76afa09d66 9c6f205bef6229b17ef07f5235b60c76afa09d66 [false] [Pipeline] sh 20:00:17 + git log --format=format:%s -1 9c6f205bef6229b17ef07f5235b60c76afa09d66 [Pipeline] echo 20:00:17 ========================================================= 20:00:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:00:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:00:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:00:17 + grep -v github /etc/ssh/ssh_known_hosts 20:00:17 + [ -e /tmp/ssh_known_hosts ] 20:00:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:00:17 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:00:17 + sudo tee -a /etc/ssh/ssh_known_hosts 20:00:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:00:17 20:00:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:00:18 0.1.4: Pulling from edgex-devops/py-git-semver 20:00:18 b85a868b505f: Pulling fs layer 20:00:18 e2be974225ed: Pulling fs layer 20:00:18 339a4e72a1f5: Pulling fs layer 20:00:18 988bab9f4d93: Pulling fs layer 20:00:18 1469e6f7b9e6: Pulling fs layer 20:00:18 eaf3925da568: Pulling fs layer 20:00:18 bab4dde63d76: Pulling fs layer 20:00:18 bde34c3a00c8: Pulling fs layer 20:00:18 b352a97aabf1: Pulling fs layer 20:00:18 4872d77fe225: Pulling fs layer 20:00:18 5851b861e8e6: Pulling fs layer 20:00:18 b352a97aabf1: Waiting 20:00:18 1469e6f7b9e6: Waiting 20:00:18 4872d77fe225: Waiting 20:00:18 eaf3925da568: Waiting 20:00:18 5851b861e8e6: Waiting 20:00:18 bab4dde63d76: Waiting 20:00:18 bde34c3a00c8: Waiting 20:00:18 988bab9f4d93: Waiting 20:00:18 e2be974225ed: Download complete 20:00:18 988bab9f4d93: Download complete 20:00:18 1469e6f7b9e6: Verifying Checksum 20:00:18 1469e6f7b9e6: Download complete 20:00:18 339a4e72a1f5: Verifying Checksum 20:00:18 339a4e72a1f5: Download complete 20:00:18 eaf3925da568: Verifying Checksum 20:00:18 eaf3925da568: Download complete 20:00:18 bde34c3a00c8: Download complete 20:00:18 b352a97aabf1: Download complete 20:00:18 4872d77fe225: Verifying Checksum 20:00:18 4872d77fe225: Download complete 20:00:18 5851b861e8e6: Verifying Checksum 20:00:18 5851b861e8e6: Download complete 20:00:18 b85a868b505f: Verifying Checksum 20:00:18 b85a868b505f: Download complete 20:00:18 bab4dde63d76: Verifying Checksum 20:00:18 bab4dde63d76: Download complete 20:00:19 b85a868b505f: Pull complete 20:00:19 e2be974225ed: Pull complete 20:00:20 339a4e72a1f5: Pull complete 20:00:20 988bab9f4d93: Pull complete 20:00:20 1469e6f7b9e6: Pull complete 20:00:20 eaf3925da568: Pull complete 20:00:21 bab4dde63d76: Pull complete 20:00:22 bde34c3a00c8: Pull complete 20:00:22 b352a97aabf1: Pull complete 20:00:22 4872d77fe225: Pull complete 20:00:22 5851b861e8e6: Pull complete 20:00:22 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:00:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:00:22 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:22 prd-ubuntu20.04-docker-8c-8g-8771 does not seem to be running inside a container 20:00: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:00:24 $ docker top 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 -eo pid,comm 20:00:24 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 20:00:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:00:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:00:24 [ssh-agent] Looking for ssh-agent implementation... 20:00:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:00:24 $ docker exec 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 ssh-agent 20:00:24 SSH_AUTH_SOCK=/tmp/ssh-iPZDisKGnFwq/agent.32 20:00:24 SSH_AGENT_PID=38 20:00:24 Running ssh-add (command line suppressed) 20:00:24 Identity added: /w/workspace/edgex-go/1@tmp/private_key_17797624086162467276.key (/w/workspace/edgex-go/1@tmp/private_key_17797624086162467276.key) 20:00:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:00:25 + git tag --points-at HEAD [Pipeline] } 20:00:25 $ docker exec --env ******** --env ******** 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 ssh-agent -k 20:00:25 unset SSH_AUTH_SOCK; 20:00:25 unset SSH_AGENT_PID; 20:00:25 echo Agent pid 38 killed; 20:00:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:00:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:00:25 [ssh-agent] Looking for ssh-agent implementation... 20:00:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:00:25 $ docker exec 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 ssh-agent 20:00:25 SSH_AUTH_SOCK=/tmp/ssh-NZfAYYTR4wDe/agent.71 20:00:25 SSH_AGENT_PID=77 20:00:25 Running ssh-add (command line suppressed) 20:00:25 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7608115518252069509.key (/w/workspace/edgex-go/1@tmp/private_key_7608115518252069509.key) 20:00:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:00:25 + git semver init 20:00:26 2023-04-17 20:00:26,117 [run_init] DEBUG init version:0.0.0 force:False 20:00:26 2023-04-17 20:00:26,117 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 20:00:26 2023-04-17 20:00:26,118 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 20:00:26 2023-04-17 20:00:26,118 [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) 20:00:31 2023-04-17 20:00:30,582 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 20:00:31 2023-04-17 20:00:30,583 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4516 with force:False 20:00:31 2023-04-17 20:00:30,583 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4516 20:00:31 2023-04-17 20:00:30,587 [execute] INFO git cat-file --batch-check 20:00:31 2023-04-17 20:00:30,588 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:00:31 2023-04-17 20:00:30,594 [execute] INFO git cat-file --batch 20:00:31 2023-04-17 20:00:30,594 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:00:31 2023-04-17 20:00:30,599 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4516 20:00:31 0.0.0 [Pipeline] } 20:00:31 $ docker exec --env ******** --env ******** 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 ssh-agent -k 20:00:31 unset SSH_AUTH_SOCK; 20:00:31 unset SSH_AGENT_PID; 20:00:31 echo Agent pid 77 killed; 20:00:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:00:32 + git semver [Pipeline] } 20:00:32 $ docker stop --time=1 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 20:00:33 $ docker rm -f --volumes 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 [Pipeline] // withDockerContainer [Pipeline] sh 20:00:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:00:34 Stashed 1 file(s) [Pipeline] echo 20:00:34 [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 20:00:35 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:00:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:00:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:00:35 ========================================================= 20:00:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 20:00:35 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:00:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:00:35 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 20:00:35 63b65145d645: Pulling fs layer 20:00:35 a2d21d5440eb: Pulling fs layer 20:00:35 935e6c44a52c: Pulling fs layer 20:00:35 94cc34f8dd06: Pulling fs layer 20:00:35 30dea6a524f1: Pulling fs layer 20:00:35 a2aff8979fd8: Pulling fs layer 20:00:35 6808be2612f2: Pulling fs layer 20:00:35 f25807f1079a: Pulling fs layer 20:00:35 30dea6a524f1: Waiting 20:00:35 a2aff8979fd8: Waiting 20:00:35 6808be2612f2: Waiting 20:00:35 f25807f1079a: Waiting 20:00:35 94cc34f8dd06: Waiting 20:00:35 a2d21d5440eb: Verifying Checksum 20:00:35 a2d21d5440eb: Download complete 20:00:35 94cc34f8dd06: Verifying Checksum 20:00:35 94cc34f8dd06: Download complete 20:00:35 30dea6a524f1: Download complete 20:00:35 63b65145d645: Verifying Checksum 20:00:35 63b65145d645: Download complete 20:00:35 a2aff8979fd8: Verifying Checksum 20:00:35 a2aff8979fd8: Download complete 20:00:35 63b65145d645: Pull complete 20:00:35 a2d21d5440eb: Pull complete 20:00:36 f25807f1079a: Verifying Checksum 20:00:36 f25807f1079a: Download complete 20:00:36 935e6c44a52c: Verifying Checksum 20:00:36 935e6c44a52c: Download complete 20:00:36 6808be2612f2: Verifying Checksum 20:00:36 6808be2612f2: Download complete 20:00:39 935e6c44a52c: Pull complete 20:00:39 94cc34f8dd06: Pull complete 20:00:39 30dea6a524f1: Pull complete 20:00:39 a2aff8979fd8: Pull complete 20:00:41 6808be2612f2: Pull complete 20:00:42 f25807f1079a: Pull complete 20:00:42 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 20:00:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:00:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:00:42 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:00:42 WORKDIR /edgex 20:00:42 COPY go.mod . 20:00:42 RUN go mod download 20:00:42 + docker build -t ci-base-image-x86_64 -f - . 20:00:43 Sending build context to Docker daemon 170.6MB 20:00:43 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:00:43 ---> 3b553350e43f 20:00:43 Step 2/4 : WORKDIR /edgex 20:00:45 ---> Running in 6f58b5bb78cb 20:00:45 Removing intermediate container 6f58b5bb78cb 20:00:45 ---> 60ae525e3cde 20:00:45 Step 3/4 : COPY go.mod . 20:00:45 ---> 8b58fd205e92 20:00:45 Step 4/4 : RUN go mod download 20:00:45 ---> Running in c7cc7668394f 20:00:49 Still waiting to schedule task 20:00:49 ‘prd-centos7-blackbox-4c-2g-8594’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 20:00:49 ‘prd-centos7-blackbox-4c-2g-8595’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 20:00:49 ‘prd-ubuntu20.04-docker-arm64-4c-16g-8772’ is offline 20:00:55 Removing intermediate container c7cc7668394f 20:00:55 ---> df8fbcc00cee 20:00:55 Successfully built df8fbcc00cee 20:00:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:56 + docker inspect -f . ci-base-image-x86_64 20:00:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:56 prd-ubuntu20.04-docker-8c-8g-8771 does not seem to be running inside a container 20:00:56 $ 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 ******** ci-base-image-x86_64 cat 20:00:56 $ docker top 4d21e80b932a47d1d4b0a0317e3bad3a66008d79ea7d1c648ae9d25fd7775b51 -eo pid,comm [Pipeline] { [Pipeline] sh 20:00:57 + go version 20:00:57 go version go1.20.2 linux/amd64 [Pipeline] } 20:00:57 $ docker stop --time=1 4d21e80b932a47d1d4b0a0317e3bad3a66008d79ea7d1c648ae9d25fd7775b51 20:00:58 $ docker rm -f --volumes 4d21e80b932a47d1d4b0a0317e3bad3a66008d79ea7d1c648ae9d25fd7775b51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:59 + docker inspect -f . ci-base-image-x86_64 20:00:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:59 prd-ubuntu20.04-docker-8c-8g-8771 does not seem to be running inside a container 20:00:59 $ 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 ******** ci-base-image-x86_64 cat 20:00:59 $ docker top 6bfa2bf780d7eaa85458d3d2aefc4825881491200ea81f9c65608672bb8c4195 -eo pid,comm [Pipeline] { [Pipeline] echo 20:00:59 ========================================================= 20:00:59 [edgeXBuildGoParallel] Running Tests and Build... 20:00:59 ========================================================= [Pipeline] sh 20:00:59 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:01:00 + make test 20:01:00 go test -race -coverprofile=coverage.out ./... 20:01:06 ? github.com/edgexfoundry/edgex-go [no test files] 20:01:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:01:19 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:01:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:01:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:01:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:01:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:01:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:01:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:01:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:01:20 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:01:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:01:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:01:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:01:20 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:01:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:01:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:01:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.054s coverage: 28.7% of statements 20:01:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.065s coverage: 98.5% of statements 20:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:01:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:01:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.086s coverage: 71.5% of statements 20:01:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.059s coverage: 54.0% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.692s coverage: 88.5% of statements 20:01:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.068s coverage: 3.8% of statements 20:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:01:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:01:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.326s coverage: 95.6% of statements 20:01:27 ok github.com/edgexfoundry/edgex-go/internal/io 0.049s coverage: 72.2% of statements 20:01:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:01:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:01:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:01:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.055s coverage: 65.9% of statements 20:01:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:01:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements 20:01:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.047s coverage: 29.0% of statements 20:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 44.1% of statements 20:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 82.9% of statements 20:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 20:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements 20:01:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 20:01:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:01:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:01:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:01:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:01:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:01:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:01:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:01:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:01:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:01:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:01:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:01:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:01:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:01:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:01:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:01:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:01:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:01:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:01:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:01:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:01:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:01:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:01:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:01:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:01:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:01:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:01:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:01:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:01:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:01:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:01:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.058s coverage: 94.4% of statements 20:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:01:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:01:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:01:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.274s coverage: 79.9% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 17.066s coverage: 92.9% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 64.4% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.061s coverage: 62.3% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 81.8% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 82.1% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.058s coverage: 86.0% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.1% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 38.4% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 17.7% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.110s coverage: 92.3% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 61.5% of statements 20:01:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements 20:01:53 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 20:01:53 running golangci-lint 20:01:53 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 20:01:53 go version go1.20.2 linux/amd64 20:01:53 level=info msg="[config_reader] Used config file .golangci.yml" 20:01:53 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 20:02:08 level=info msg="[loader] Go packages loading at mode 575 (imports|name|compiled_files|files|types_sizes|deps|exports_file) took 13.441984764s" 20:02:08 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.522859ms" 20:02:13 level=info msg="[linters_context/goanalysis] analyzers took 49.630995914s with top 10 stages: buildir: 26.376112653s, fact_deprecated: 1.278980794s, inspect: 1.2764932s, gosec: 1.007949719s, fact_purity: 975.781437ms, S1038: 913.440603ms, nilness: 794.491845ms, printf: 772.233982ms, ctrlflow: 672.683108ms, errcheck: 656.827608ms" 20:02:13 level=info msg="[runner] Issues before processing: 203, after processing: 0" 20:02:13 level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 203/203, autogenerated_exclude: 203/203, path_prettifier: 203/203, exclude: 203/203, exclude-rules: 23/203, nolint: 0/23, cgo: 203/203, skip_files: 203/203, identifier_marker: 203/203, skip_dirs: 203/203" 20:02:13 level=info msg="[runner] processing took 19.967869ms with stages: nolint: 8.979073ms, identifier_marker: 5.676006ms, exclude-rules: 1.796891ms, autogenerated_exclude: 1.444274ms, path_prettifier: 1.338773ms, skip_dirs: 685.482µs, cgo: 28µs, filename_unadjuster: 14.91µs, max_same_issues: 750ns, path_shortener: 620ns, uniq_by_line: 560ns, skip_files: 530ns, severity-rules: 410ns, exclude: 280ns, source_code: 260ns, sort_results: 250ns, diff: 250ns, path_prefixer: 230ns, max_from_linter: 180ns, max_per_file_from_linter: 140ns" 20:02:13 level=info msg="[runner] linters took 6.387863678s with stages: goanalysis_metalinter: 6.367811008s" 20:02:13 level=info msg="File cache stats: 0 entries of total size 0B" 20:02:13 level=info msg="Memory: 200 samples, avg is 180.2MB, max is 793.4MB" 20:02:13 level=info msg="Execution took 19.874228896s" 20:02:13 go vet ./... 20:02:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:02:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:02:17 ./bin/test-attribution-txt.sh [Pipeline] echo 20:02:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:02:18 + ls -al . 20:02:18 total 704 20:02:18 drwxrwxr-x 11 1001 1001 4096 Apr 17 20:01 . 20:02:18 drwxr-xr-x 4 root root 4096 Apr 17 20:00 .. 20:02:18 drwxrwxr-x 2 1001 1001 4096 Apr 17 20:00 .blubracket 20:02:18 -rw-rw-r-- 1 1001 1001 16 Apr 17 20:00 .dockerignore 20:02:18 drwxrwxr-x 8 1001 1001 4096 Apr 17 20:00 .git 20:02:18 drwxrwxr-x 3 1001 1001 4096 Apr 17 20:00 .github 20:02:18 -rw-rw-r-- 1 1001 1001 1133 Apr 17 20:00 .gitignore 20:02:18 -rw-rw-r-- 1 1001 1001 42 Apr 17 20:00 .golangci.yml 20:02:18 -rw-rw-r-- 1 1001 1001 87 Apr 17 20:00 .hadolint.yml 20:02:18 drwxr-xr-x 3 1001 1001 4096 Apr 17 20:00 .semver 20:02:18 -rw-rw-r-- 1 1001 1001 166 Apr 17 20:00 .sonarcloud.properties 20:02:18 -rw-rw-r-- 1 1001 1001 1171 Apr 17 20:00 ADOPTERS.md 20:02:18 -rw-rw-r-- 1 1001 1001 10835 Apr 17 20:00 Attribution.txt 20:02:18 -rw-rw-r-- 1 1001 1001 73765 Apr 17 20:00 CHANGELOG.md 20:02:18 -rw-rw-r-- 1 1001 1001 3804 Apr 17 20:00 CONTRIBUTING.md 20:02:18 -rw-rw-r-- 1 1001 1001 677 Apr 17 20:00 GOVERNANCE.md 20:02:18 -rw-rw-r-- 1 1001 1001 883 Apr 17 20:00 Jenkinsfile 20:02:18 -rw-rw-r-- 1 1001 1001 10775 Apr 17 20:00 LICENSE 20:02:18 -rw-rw-r-- 1 1001 1001 14368 Apr 17 20:00 Makefile 20:02:18 -rw-rw-r-- 1 1001 1001 582 Apr 17 20:00 OWNERS.md 20:02:18 -rw-rw-r-- 1 1001 1001 9403 Apr 17 20:00 README.md 20:02:18 -rw-rw-r-- 1 1001 1001 789 Apr 17 20:00 SECURITY.md 20:02:18 -rw-rw-r-- 1 1001 1001 5 Apr 17 20:00 VERSION 20:02:18 drwxrwxr-x 2 1001 1001 4096 Apr 17 20:00 bin 20:02:18 drwxrwxr-x 18 1001 1001 4096 Apr 17 20:00 cmd 20:02:18 -rw-r--r-- 1 root root 448248 Apr 17 20:01 coverage.out 20:02:18 -rw-rw-r-- 1 1001 1001 3200 Apr 17 20:00 go.mod 20:02:18 -rw-rw-r-- 1 1001 1001 31265 Apr 17 20:00 go.sum 20:02:18 drwxrwxr-x 7 1001 1001 4096 Apr 17 20:00 internal 20:02:18 drwxrwxr-x 3 1001 1001 4096 Apr 17 20:00 openapi 20:02:18 -rw-rw-r-- 1 1001 1001 594 Apr 17 20:00 security.txt 20:02:18 drwxrwxr-x 4 1001 1001 4096 Apr 17 20:00 snap 20:02:18 -rw-rw-r-- 1 1001 1001 204 Apr 17 20:00 version.go [Pipeline] sh 20:02:18 + '[' -e coverage.out ] 20:02:18 + chown 1001:1001 coverage.out [Pipeline] stash 20:02:18 Stashed 1 file(s) [Pipeline] sh 20:02:18 + make build 20:02: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 20:02:30 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 20:02:30 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 20:02:31 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 20:02:32 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 20:02:38 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 20:02: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:02:40 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 20:02:41 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 20:02:41 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 20:02:42 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 20:02: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] } 20:02:45 $ docker stop --time=1 6bfa2bf780d7eaa85458d3d2aefc4825881491200ea81f9c65608672bb8c4195 20:02:47 $ docker rm -f --volumes 6bfa2bf780d7eaa85458d3d2aefc4825881491200ea81f9c65608672bb8c4195 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:48 20:02:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:49 latest: Pulling from edgex-devops/edgex-compose 20:02:49 cbdbe7a5bc2a: Pulling fs layer 20:02:49 ca9280d653b3: Pulling fs layer 20:02:49 7e9c9ca2126c: Pulling fs layer 20:02:49 cbdbe7a5bc2a: Download complete 20:02:49 ca9280d653b3: Verifying Checksum 20:02:49 ca9280d653b3: Download complete 20:02:49 cbdbe7a5bc2a: Pull complete 20:02:49 7e9c9ca2126c: Download complete 20:02:49 ca9280d653b3: Pull complete 20:02:53 7e9c9ca2126c: Pull complete 20:02:53 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:02:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:53 prd-ubuntu20.04-docker-8c-8g-8771 does not seem to be running inside a container 20:02:53 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:02:54 $ docker top e5d0f8778fec13c36447a3315b0b8c74e78f02fc5ae409847e5f49065e2cb767 -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:55 + docker-compose build --help 20:02:55 + grep parallel 20:02:55 --parallel Build images in parallel. [Pipeline] } 20:02:55 $ docker stop --time=1 e5d0f8778fec13c36447a3315b0b8c74e78f02fc5ae409847e5f49065e2cb767 20:02:57 $ docker rm -f --volumes e5d0f8778fec13c36447a3315b0b8c74e78f02fc5ae409847e5f49065e2cb767 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:02:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:57 prd-ubuntu20.04-docker-8c-8g-8771 does not seem to be running inside a container 20:02:57 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:02:58 $ docker top 48f1051d2cf3156c2dc78425a3da5bb6f3a3c206d350ba124b3b0b9dfcd2c9b8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:58 + docker-compose -f ./docker-compose-build.yml build --parallel 20:02:59 Building core-command ... 20:02:59 Building core-common-config-bootstrapper ... 20:02:59 Building core-data ... 20:02:59 Building core-metadata ... 20:02:59 Building security-bootstrapper ... 20:02:59 Building security-proxy-auth ... 20:02:59 Building security-proxy-setup ... 20:02:59 Building security-secretstore-setup ... 20:02:59 Building security-spiffe-token-provider ... 20:02:59 Building security-spire-agent ... 20:02:59 Building security-spire-config ... 20:02:59 Building security-spire-server ... 20:02:59 Building support-notifications ... 20:02:59 Building support-scheduler ... 20:02:59 Building core-data 20:02:59 Building core-common-config-bootstrapper 20:02:59 Building security-spiffe-token-provider 20:02:59 Building core-metadata 20:02:59 Building security-bootstrapper 20:03:11 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:11 ---> df8fbcc00cee 20:03:11 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:11 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:11 ---> df8fbcc00cee 20:03:11 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:11 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:11 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:03:11 ---> df8fbcc00cee 20:03:11 Step 3/33 : WORKDIR /edgex-go 20:03:11 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:11 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:03:11 ---> df8fbcc00cee 20:03:11 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:03:11 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:03:11 ---> df8fbcc00cee 20:03:11 Step 3/20 : WORKDIR /edgex-go 20:03:12 ---> Running in 2f84516a5297 20:03:12 ---> Running in 38553f13bf81 20:03:12 ---> Running in d1e395e0a73f 20:03:12 ---> Running in 1f23fdac231b 20:03:12 ---> Running in 7a144207f80e 20:03:13 Removing intermediate container 2f84516a5297 20:03:13 ---> f090ed67d1b7 20:03:13 Step 4/23 : WORKDIR /edgex-go 20:03:13 Removing intermediate container 7a144207f80e 20:03:13 ---> d7d160be587e 20:03:13 Step 4/23 : WORKDIR /edgex-go 20:03:13 Removing intermediate container 38553f13bf81 20:03:13 ---> fa02b5666299 20:03:13 Step 4/25 : WORKDIR /edgex-go 20:03:13 Removing intermediate container d1e395e0a73f 20:03:13 ---> 9bcb76fa8dfa 20:03:13 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:03:13 ---> Running in 643b4b5091cc 20:03:13 Removing intermediate container 1f23fdac231b 20:03:13 ---> 5b5935fd3e41 20:03:13 Step 4/33 : RUN apk add --update --no-cache make git 20:03:13 ---> Running in 31ff012f7355 20:03:13 ---> Running in 6781ae609726 20:03:13 ---> Running in d1c1d72378db 20:03:13 ---> Running in d1d4c2ce4785 20:03:13 Removing intermediate container 643b4b5091cc 20:03:13 ---> 5b59ffefdaf4 20:03:13 Step 5/23 : RUN apk add --update --no-cache make git 20:03:13 ---> Running in af334a132b81 20:03:13 Removing intermediate container 31ff012f7355 20:03:13 ---> 255adeb855f5 20:03:13 Step 5/23 : RUN apk add --update --no-cache make git 20:03:13 Removing intermediate container d1d4c2ce4785 20:03:13 ---> cf7d88ac2662 20:03:13 Step 5/25 : RUN apk add --update --no-cache make git 20:03:13 ---> Running in 11eade33dd93 20:03:13 ---> Running in bef9433da290 20:03:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:14 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:03:14 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:03:14 OK: 17824 distinct packages available 20:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:14 OK: 265 MiB in 53 packages 20:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:14 OK: 265 MiB in 53 packages 20:03:14 OK: 265 MiB in 53 packages 20:03:14 OK: 265 MiB in 53 packages 20:03:14 OK: 265 MiB in 53 packages 20:03:14 Removing intermediate container 6781ae609726 20:03:14 ---> 0bfaab2830a4 20:03:14 Step 5/33 : COPY go.mod vendor* ./ 20:03:14 Removing intermediate container 11eade33dd93 20:03:14 ---> 075fcfd72cc9 20:03:14 Step 6/23 : COPY go.mod vendor* ./ 20:03:15 Removing intermediate container bef9433da290 20:03:15 ---> 02f6f26d875f 20:03:15 Step 6/25 : COPY go.mod vendor* ./ 20:03:15 ---> 202545845a21 20:03:15 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:15 Removing intermediate container af334a132b81 20:03:15 ---> 0cd8cd6fec09 20:03:15 Step 6/23 : COPY go.mod vendor* ./ 20:03:15 ---> Running in 544c9facb3e2 20:03:15 ---> 65215294bb85 20:03:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:15 Removing intermediate container d1c1d72378db 20:03:15 ---> 71a38996753b 20:03:15 Step 5/20 : COPY go.mod vendor* ./ 20:03:15 ---> 4c7affbc5fe7 20:03:15 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:15 ---> Running in 05dfe76913ad 20:03:15 ---> Running in 224bb6b6a20a 20:03:15 ---> 0748c7d1521a 20:03:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:15 ---> Running in 233b356fb1a7 20:03:15 ---> 4969eec95753 20:03:15 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:15 ---> Running in a9d6f7d1fd0d 20:03:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8773 in /w/workspace/edgexfoundry_edgex-go_PR-4516 [Pipeline] { [Pipeline] ws 20:03:16 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:03:16 The recommended git tool is: git 20:03:22 using credential edgex-jenkins-ssh 20:03:22 Cloning the remote Git repository 20:03:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:03:22 > git init /w/workspace/edgex-go/1 # timeout=10 20:03:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:03:22 > git --version # timeout=10 20:03:22 > git --version # 'git version 2.25.1' 20:03:22 using GIT_SSH to set credentials SSH Credentials for GitHub 20:03:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:03:46 Merging remotes/origin/main commit 5e5e524b046b59e82a11ffe2e7f953256f5ca87d into PR head commit 9c6f205bef6229b17ef07f5235b60c76afa09d66 20:03:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:03:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:03:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:03:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:03:46 using GIT_SSH to set credentials SSH Credentials for GitHub 20:03:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4516/head:refs/remotes/origin/PR-4516 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:03:47 > git config core.sparsecheckout # timeout=10 20:03:47 > git checkout -f 9c6f205bef6229b17ef07f5235b60c76afa09d66 # timeout=10 20:03:47 > git remote # timeout=10 20:03:47 > git config --get remote.origin.url # timeout=10 20:03:47 using GIT_SSH to set credentials SSH Credentials for GitHub 20:03:47 > git merge 5e5e524b046b59e82a11ffe2e7f953256f5ca87d # timeout=10 20:03:47 Merge succeeded, producing 9c6f205bef6229b17ef07f5235b60c76afa09d66 20:03:47 Checking out Revision 9c6f205bef6229b17ef07f5235b60c76afa09d66 (PR-4516) 20:03:47 Removing intermediate container 224bb6b6a20a 20:03:47 ---> f07fbec21c58 20:03:47 Step 8/25 : COPY . . 20:03:47 Removing intermediate container 544c9facb3e2 20:03:47 ---> 84987c42ed04 20:03:47 Step 7/33 : COPY . . 20:03:47 Removing intermediate container 233b356fb1a7 20:03:47 ---> 5843d3aca23a 20:03:47 Step 8/23 : COPY . . 20:03:47 Removing intermediate container a9d6f7d1fd0d 20:03:47 ---> aea6758d103a 20:03:47 Step 7/20 : COPY . . 20:03:47 Removing intermediate container 05dfe76913ad 20:03:47 ---> 589e90c85b39 20:03:47 Step 8/23 : COPY . . 20:03:48 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v3" 20:03:48 > git --version # timeout=10 20:03:48 > git --version # 'git version 2.25.1' 20:03:48 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:03:49 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:03:49 % Total % Received % Xferd Average Speed Time Time Time Current 20:03:49 Dload Upload Total Spent Left Speed 20:03:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 230k 20:03:47 > git rev-parse HEAD^{commit} # timeout=10 20:03:47 > git config core.sparsecheckout # timeout=10 20:03:47 > git checkout -f 9c6f205bef6229b17ef07f5235b60c76afa09d66 # timeout=10 [Pipeline] sh 20:03:50 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:03:50 + sudo tee /etc/docker/daemon.new 20:03:50 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:03:50 { 20:03:50 "registry-mirrors": [ 20:03:50 "https://nexus3.edgexfoundry.org:10001" 20:03:50 ], 20:03:50 "bip": "10.250.0.254/24", 20:03:50 "hosts": [ 20:03:50 "tcp://0.0.0.0:5555", 20:03:50 "unix:///var/run/docker.sock" 20:03:50 ], 20:03:50 "mtu": 1458, 20:03:50 "selinux-enabled": true, 20:03:50 "seccomp-profile": "/etc/docker/seccomp.json" 20:03:50 } [Pipeline] sh 20:03:50 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:03:51 + sudo service docker restart 20:03:51 ---> d832e048a581 20:03:51 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:03:51 ---> b24c0608dfa5 20:03:51 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:03:51 ---> 79c585378c49 20:03:51 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:03:51 ---> 88240cd88008 20:03:51 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:03:51 ---> 7875390f4e9a 20:03:51 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:03:51 ---> Running in ec01f0589899 20:03:51 ---> Running in 162671e03ff5 20:03:51 ---> Running in d9ca7b546f9b 20:03:51 ---> Running in 1eddd090960f 20:03:51 ---> Running in 5f06172b57a2 20:03: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:03:52 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 20:03: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:03:52 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 20:03:52 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:04:13 provisioning config files... 20:04:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12329459707097320050tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:04:13 ---> docker-login.sh 20:04:13 nexus3.edgexfoundry.org:10001 20:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:14 Configure a credential helper to remove this warning. See 20:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:14 20:04:14 Login Succeeded 20:04:14 nexus3.edgexfoundry.org:10002 20:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:14 Configure a credential helper to remove this warning. See 20:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:14 20:04:14 Login Succeeded 20:04:14 nexus3.edgexfoundry.org:10003 20:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:15 Configure a credential helper to remove this warning. See 20:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:15 20:04:15 Login Succeeded 20:04:15 nexus3.edgexfoundry.org:10004 20:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:15 Configure a credential helper to remove this warning. See 20:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:15 20:04:15 Login Succeeded 20:04:15 docker.io 20:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:04:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:04:16 Configure a credential helper to remove this warning. See 20:04:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:04:16 20:04:16 Login Succeeded 20:04:16 ---> docker-login.sh ends [Pipeline] } 20:04:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 20:04:16 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:04:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:04:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:04:16 ========================================================= 20:04:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:04:16 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:04:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:04:17 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:04:17 af6eaf76a39c: Pulling fs layer 20:04:17 55522c791124: Pulling fs layer 20:04:17 ce5c4a1c91eb: Pulling fs layer 20:04:17 169dfbe0d373: Pulling fs layer 20:04:17 e1ff8fa3b103: Pulling fs layer 20:04:17 52ebb69f0ebf: Pulling fs layer 20:04:17 5abe8eddf0d5: Pulling fs layer 20:04:17 169dfbe0d373: Waiting 20:04:17 e1ff8fa3b103: Waiting 20:04:17 52ebb69f0ebf: Waiting 20:04:17 5abe8eddf0d5: Waiting 20:04:17 55522c791124: Verifying Checksum 20:04:17 55522c791124: Download complete 20:04:17 169dfbe0d373: Verifying Checksum 20:04:17 169dfbe0d373: Download complete 20:04:17 af6eaf76a39c: Verifying Checksum 20:04:17 af6eaf76a39c: Download complete 20:04:17 e1ff8fa3b103: Verifying Checksum 20:04:17 e1ff8fa3b103: Download complete 20:04:18 5abe8eddf0d5: Verifying Checksum 20:04:18 5abe8eddf0d5: Download complete 20:04:18 af6eaf76a39c: Pull complete 20:04:19 55522c791124: Pull complete 20:04:20 52ebb69f0ebf: Verifying Checksum 20:04:20 52ebb69f0ebf: Download complete 20:04:20 ce5c4a1c91eb: Download complete 20:04:30 ce5c4a1c91eb: Pull complete 20:04:30 169dfbe0d373: Pull complete 20:04:30 e1ff8fa3b103: Pull complete 20:04:31 Removing intermediate container 5f06172b57a2 20:04:31 ---> 62e81c8fe2a7 20:04:31 20:04:31 Step 9/33 : FROM alpine:3.17 20:04:31 Removing intermediate container 1eddd090960f 20:04:31 ---> 798434f1ad97 20:04:31 20:04:31 Step 10/25 : FROM alpine:3.17 20:04:31 Removing intermediate container 162671e03ff5 20:04:31 ---> 05b8fb4cc72c 20:04:31 20:04:31 Step 10/23 : FROM alpine:3.17 20:04:31 Removing intermediate container d9ca7b546f9b 20:04:31 ---> dbf64a177fb6 20:04:31 20:04:31 Step 10/23 : FROM alpine:3.17 20:04:31 Removing intermediate container ec01f0589899 20:04:31 ---> 0d56a7be7ab1 20:04:31 20:04:31 Step 9/20 : FROM alpine:3.17 20:04:31 3.17: Pulling from library/alpine 20:04:31 3.17: Pulling from library/alpine 20:04:31 3.17: Pulling from library/alpine 20:04:31 3.17: Pulling from library/alpine 20:04:31 3.17: Pulling from library/alpine 20:04:31 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:04:31 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:04:31 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:04:31 Status: Image is up to date for alpine:3.17 20:04:31 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:04:31 Status: Image is up to date for alpine:3.17 20:04:31 Status: Downloaded newer image for alpine:3.17 20:04:31 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:04:31 Status: Downloaded newer image for alpine:3.17 20:04:31 Status: Image is up to date for alpine:3.17 20:04:31 ---> 9ed4aefc74f6 20:04:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:04:31 ---> 9ed4aefc74f6 20:04:31 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:04:31 ---> 9ed4aefc74f6 20:04:31 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:04:31 ---> 9ed4aefc74f6 20:04:31 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:04:31 ---> 9ed4aefc74f6 20:04:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:04:31 ---> Running in 292e1b77ea98 20:04:31 ---> Running in 5b3ef99bb083 20:04:31 ---> Running in 74baeb1ccfed 20:04:31 ---> Running in ee6d42f11d74 20:04:31 ---> Running in 866899e1e898 20:04:31 Removing intermediate container 292e1b77ea98 20:04:31 ---> 36a0b49b1d6b 20:04:31 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:04:31 Removing intermediate container ee6d42f11d74 20:04:31 ---> 8d5cc75eb6ed 20:04:31 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:04:31 Removing intermediate container 5b3ef99bb083 20:04:31 ---> 8bc969a393fd 20:04:31 Step 12/23 : ENV APP_PORT=59880 20:04:31 Removing intermediate container 866899e1e898 20:04:31 ---> 9bb41ac5762a 20:04:31 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:04:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:32 ---> Running in f20f692a8e06 20:04:32 ---> Running in 9d085d65fd1d 20:04:32 ---> Running in 4b1cb2e17153 20:04:32 ---> Running in 9b5eb29d1dee 20:04:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:32 Removing intermediate container 9d085d65fd1d 20:04:32 ---> 7136362d3ade 20:04:32 Step 13/23 : EXPOSE $APP_PORT 20:04:32 ---> Running in de379f6c219e 20:04:32 Removing intermediate container de379f6c219e 20:04:32 ---> ca5f7a5c34d2 20:04:32 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:04:32 (1/1) Installing dumb-init (1.2.5-r2) 20:04:32 Executing busybox-1.35.0-r29.trigger 20:04:32 OK: 7 MiB in 16 packages 20:04:32 ---> Running in e8552292d3f9 20:04:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:33 Removing intermediate container 74baeb1ccfed 20:04:33 ---> f80bb5aea608 20:04:33 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:04:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:33 ---> Running in 2e2b75fc7ffc 20:04:33 (1/2) Installing dumb-init (1.2.5-r2) 20:04:33 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:04:33 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:04:33 OK: 17818 distinct packages available 20:04:33 (2/2) Installing su-exec (0.2-r2) 20:04:33 Executing busybox-1.35.0-r29.trigger 20:04:33 OK: 7 MiB in 17 packages 20:04:33 Removing intermediate container 2e2b75fc7ffc 20:04:33 ---> 9d4daaa685ca 20:04:33 Step 13/25 : ENV APP_PORT=59881 20:04:33 (1/1) Installing dumb-init (1.2.5-r2) 20:04:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:33 Executing busybox-1.35.0-r29.trigger 20:04:33 OK: 7 MiB in 16 packages 20:04:33 ---> Running in e4f1d27b354a 20:04:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:33 Removing intermediate container e4f1d27b354a 20:04:33 ---> ad0290186aac 20:04:33 Step 14/25 : EXPOSE $APP_PORT 20:04:33 (1/1) Installing dumb-init (1.2.5-r2) 20:04:33 Executing busybox-1.35.0-r29.trigger 20:04:33 OK: 7 MiB in 16 packages 20:04:33 ---> Running in 13bc1a950117 20:04:33 (1/9) Installing ca-certificates (20220614-r4) 20:04:33 (2/9) Installing brotli-libs (1.0.9-r9) 20:04:33 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:04:33 (4/9) Installing libcurl (8.0.1-r0) 20:04:33 Removing intermediate container 13bc1a950117 20:04:33 ---> 7366589d8d2d 20:04:33 Step 15/25 : WORKDIR / 20:04:33 (5/9) Installing curl (8.0.1-r0) 20:04:33 (6/9) Installing dumb-init (1.2.5-r2) 20:04:33 (7/9) Installing musl-obstack (1.2.3-r0) 20:04:33 (8/9) Installing libucontext (1.2-r0) 20:04:33 (9/9) Installing gcompat (1.1.0-r0) 20:04:33 Executing busybox-1.35.0-r29.trigger 20:04:33 Executing ca-certificates-20220614-r4.trigger 20:04:33 Removing intermediate container 9b5eb29d1dee 20:04:33 ---> ffb7000b1442 20:04:33 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:04:33 ---> Running in 858f40b52594 20:04:33 Removing intermediate container 4b1cb2e17153 20:04:33 ---> 53bd416ccb1b 20:04:33 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:33 ---> Running in 51eac59192d4 20:04:33 OK: 10 MiB in 24 packages 20:04:33 Removing intermediate container e8552292d3f9 20:04:33 ---> fab220352127 20:04:33 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:33 Removing intermediate container 858f40b52594 20:04:33 ---> 04ec208d3edc 20:04:33 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:34 Removing intermediate container 51eac59192d4 20:04:34 ---> 65b14401a5a9 20:04:34 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:04:34 ---> 9853e352eab0 20:04:34 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:04:34 ---> Running in d3e287fbb4bb 20:04:34 ---> e88e72d90cd6 20:04:34 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:04:34 ---> 79ad56175331 20:04:34 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:04:34 Removing intermediate container d3e287fbb4bb 20:04:34 ---> fe82d0618bb4 20:04:34 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:04:34 ---> 50e37bc391bc 20:04:34 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:04:34 ---> Running in 2264569ae01f 20:04:34 ---> 4f68a5521b79 20:04:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:04:34 Removing intermediate container f20f692a8e06 20:04:34 ---> a83cea3f6d7e 20:04:34 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:34 ---> f4632588a0ba 20:04:34 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:04:34 Removing intermediate container 2264569ae01f 20:04:34 ---> 9f3eedb15039 20:04:34 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:04:34 ---> 5eb1591eb7be 20:04:34 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:04:35 ---> Running in 361b91096539 20:04:35 ---> f2e87b8bc536 20:04:35 ---> a54a634f992c 20:04:35 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yamlStep 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:04:35 20:04:35 ---> 579f095ae954 20:04:35 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:04:35 Removing intermediate container 361b91096539 20:04:35 ---> 3af1b52b211f 20:04:35 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:04:35 ---> 299bc22174d0 20:04:35 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:04:35 ---> Running in 4b67576f5d35 20:04:35 ---> e6301d62ab0f 20:04:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:04:35 ---> 317eb421f57f 20:04:35 ---> 3e040502ef36 20:04:35 Step 19/23 : ENTRYPOINT ["/core-data"] 20:04:35 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:04:35 ---> Running in 20c59727e3a3 20:04:35 ---> c5a885d35768 20:04:35 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:35 ---> 45908ba812eb 20:04:35 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:04:35 Removing intermediate container 20c59727e3a3 20:04:35 ---> 0b419fce7b68 20:04:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:35 ---> Running in 31cf279d62e3 20:04:35 ---> 752b613b025f 20:04:35 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:04:35 ---> Running in 018c5fd3b919 20:04:35 ---> Running in b7b5070b0450 20:04:36 Removing intermediate container b7b5070b0450 20:04:36 ---> 34635d279d4a 20:04:36 Step 21/23 : LABEL arch=x86_64 20:04:36 Removing intermediate container 018c5fd3b919 20:04:36 ---> 1fecb410388d 20:04:36 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:36 ---> 6772079510cd 20:04:36 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:04:36 ---> Running in 93e119e5d4af 20:04:36 ---> Running in dd9c7b4a1fde 20:04:36 ---> Running in d39602b299c4 20:04:36 Removing intermediate container 4b67576f5d35 20:04:36 ---> 74a6362f3fc1 20:04:36 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:04:36 ---> Running in f422287cc671 20:04:36 Removing intermediate container 93e119e5d4af 20:04:36 ---> 6723e545629c 20:04:36 Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:04:36 Removing intermediate container dd9c7b4a1fde 20:04:36 ---> 979ef641848d 20:04:36 Step 23/25 : LABEL arch=x86_64 20:04:36 Removing intermediate container d39602b299c4 20:04:36 ---> 60cbd24675d2 20:04:36 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:36 ---> Running in d39053ed1462 20:04:36 ---> Running in 3957babcddee 20:04:36 ---> Running in f3492e45847e 20:04:36 Removing intermediate container f422287cc671 20:04:36 ---> 793d87c0f107 20:04:36 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:04:36 Removing intermediate container d39053ed1462 20:04:36 ---> be5d6678c7ca 20:04:36 Step 24/25 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:04:36 Removing intermediate container 3957babcddee 20:04:36 ---> 2b5d16f3702b 20:04:36 Step 23/23 : LABEL version=0.0.0 20:04:36 Removing intermediate container 31cf279d62e3 20:04:36 ---> 4dad798a7b74 20:04:36 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:04:36 ---> Running in 6fe033dd906c 20:04:36 ---> Running in ed98722249c4 20:04:36 Removing intermediate container f3492e45847e 20:04:36 ---> 7da5dbfdacf0 20:04:36 Step 18/20 : LABEL arch=x86_64 20:04:36 ---> Running in c6398acedeb1 20:04:36 ---> 592d93f21c72 20:04:36 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:04:36 ---> Running in 731ff85ee300 20:04:36 ---> Running in 0d1180368181 20:04:36 Removing intermediate container 6fe033dd906c 20:04:36 ---> 0ecb48502654 20:04:36 20:04:36 Removing intermediate container ed98722249c4 20:04:36 ---> bcb183b91ad6 20:04:36 Step 25/25 : LABEL version=0.0.0 20:04:36 Removing intermediate container c6398acedeb1 20:04:36 ---> 455d69eb7a1c 20:04:36 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:04:36 ---> Running in 56c73ceeb642 20:04:37 ---> Running in 49577f5a3cd6 20:04:37 Removing intermediate container 731ff85ee300 20:04:37 ---> 8a583e214c65 20:04:37 Step 19/20 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:04:37 Successfully built 0ecb48502654 20:04:37 Successfully tagged core-data:latest 20:04:37  Building core-data ... done Building security-secretstore-setup 20:04:37 ---> Running in b4502d939066 20:04:37 Removing intermediate container 49577f5a3cd6 20:04:37 ---> 37927c5306cf 20:04:37 Step 21/23 : LABEL arch=x86_64 20:04:37 Removing intermediate container 56c73ceeb642 20:04:37 ---> be5f37ac735a 20:04:37 20:04:37 ---> Running in 796a5ecfcbec 20:04:37 Successfully built be5f37ac735a 20:04:37 Successfully tagged core-metadata:latest 20:04:37 Building support-scheduler 20:04:37  Building core-metadata ... done Removing intermediate container b4502d939066 20:04:37 ---> 853c88fb4930 20:04:37 Step 20/20 : LABEL version=0.0.0 20:04:38 52ebb69f0ebf: Pull complete 20:04:38 Removing intermediate container 796a5ecfcbec 20:04:38 ---> 0f6072677e08 20:04:38 Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:04:39 ---> Running in bbdee1f373f3 20:04:39 ---> Running in 8197d5f65267 20:04:39 Removing intermediate container bbdee1f373f3 20:04:39 ---> cfa0873fb3fd 20:04:39 20:04:39 Successfully built cfa0873fb3fd 20:04:39 Successfully tagged security-spiffe-token-provider:latest 20:04:39 Building support-notifications 20:04:39  Building security-spiffe-token-provider ... done Removing intermediate container 8197d5f65267 20:04:39 ---> 9d410abb9c4a 20:04:39 Step 23/23 : LABEL version=0.0.0 20:04:39 Removing intermediate container 0d1180368181 20:04:39 ---> 90d32249310d 20:04:39 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:39 ---> Running in 6433825f8f8a 20:04:40 Removing intermediate container 6433825f8f8a 20:04:40 ---> 8b7152a15eea 20:04:40 20:04:40 Successfully built 8b7152a15eea 20:04:40 Successfully tagged core-common-config-bootstrapper:latest 20:04:40  Building core-common-config-bootstrapper ... done Building security-spire-config 20:04:40 ---> dfc5d438d83f 20:04:40 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:04:40 5abe8eddf0d5: Pull complete 20:04:40 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 20:04:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:04:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:04:40 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:04:40 WORKDIR /edgex 20:04:40 COPY go.mod . 20:04:40 RUN go mod download 20:04:40 + docker build -t ci-base-image-arm64 -f - . 20:04:41 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:41 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:04:41 ---> df8fbcc00cee 20:04:41 Step 3/25 : WORKDIR /edgex-go 20:04:41 ---> Using cache 20:04:41 ---> 5b5935fd3e41 20:04:41 Step 4/25 : RUN apk add --update --no-cache make git 20:04:41 ---> Using cache 20:04:41 ---> 0bfaab2830a4 20:04:41 Step 5/25 : COPY go.mod vendor* ./ 20:04:41 ---> Using cache 20:04:41 ---> 202545845a21 20:04:41 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:41 ---> Using cache 20:04:41 ---> 84987c42ed04 20:04:41 Step 7/25 : COPY . . 20:04:41 ---> Using cache 20:04:41 ---> 79c585378c49 20:04:41 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:04:41 Sending build context to Docker daemon 2.933MB 20:04:41 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:04:41 ---> 6cb57ee374ae 20:04:41 Step 2/4 : WORKDIR /edgex 20:04:41 ---> 41d8fc6587c6 20:04:41 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:04:42 ---> Running in 675c07812128 20:04:42 ---> 176c1247ddbd 20:04:42 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:04:42 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 20:04:43 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:04:43 ---> df8fbcc00cee 20:04:43 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:04:43 ---> Using cache 20:04:43 ---> fa02b5666299 20:04:43 Step 4/23 : WORKDIR /edgex-go 20:04:43 ---> Using cache 20:04:43 ---> cf7d88ac2662 20:04:43 Step 5/23 : RUN apk add --update --no-cache make git 20:04:43 ---> Using cache 20:04:43 ---> 02f6f26d875f 20:04:43 Step 6/23 : COPY go.mod vendor* ./ 20:04:43 ---> Using cache 20:04:43 ---> 4c7affbc5fe7 20:04:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:43 ---> Using cache 20:04:43 ---> f07fbec21c58 20:04:43 Step 8/23 : COPY . . 20:04:43 ---> Using cache 20:04:43 ---> 88240cd88008 20:04:43 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:04:43 ---> Running in ad3f642babf9 20:04:43 Removing intermediate container ad3f642babf9 20:04:43 ---> 378e03fcd521 20:04:43 Step 3/4 : COPY go.mod . 20:04:43 ---> 4405ca68c27f 20:04:43 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:04:43 ---> c13c83206c17 20:04:43 Step 4/4 : RUN go mod download 20:04:44 ---> Running in 98a62bd20975 20:04:44 ---> Running in 64a3df164bd6 20:04:44 ---> 02a38cd42182 20:04:44 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:04:44 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 20:04:44 ---> df3118ba8ba4 20:04:44 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:04:45 ---> 88eb242ed2c5 20:04:45 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:04:45 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:04:45 ---> df8fbcc00cee 20:04:45 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:04:45 ---> Using cache 20:04:45 ---> fa02b5666299 20:04:45 Step 4/23 : WORKDIR /edgex-go 20:04:45 ---> Using cache 20:04:45 ---> cf7d88ac2662 20:04:45 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:04:45 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:45 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:04:45 ---> df8fbcc00cee 20:04:45 Step 3/27 : WORKDIR /edgex-go 20:04:45 ---> Using cache 20:04:45 ---> 5b5935fd3e41 20:04:45 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:04:45 ---> Running in 7ac45e77fe5f 20:04:45 ---> 9e4de4925a86 20:04:45 Step 28/33 : RUN chmod +x /entrypoint.sh 20:04:45 ---> Running in a0f5bd82d3e0 20:04:45 ---> Running in 8b3a0305b982 20:04:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:47 OK: 265 MiB in 53 packages 20:04:47 OK: 265 MiB in 53 packages 20:04:47 Removing intermediate container 8b3a0305b982 20:04:47 ---> c0653fdc8632 20:04:47 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:04:47 ---> Running in 7fdcd752bb56 20:04:47 Removing intermediate container 7fdcd752bb56 20:04:47 ---> fa57d34c8556 20:04:47 Step 30/33 : CMD ["gate"] 20:04:47 Removing intermediate container 7ac45e77fe5f 20:04:47 ---> 8905095152ff 20:04:47 Step 6/23 : COPY go.mod vendor* ./ 20:04:48 ---> Running in 414f7839464a 20:04:48 Removing intermediate container a0f5bd82d3e0 20:04:48 ---> fe22e5ed48c8 20:04:48 Step 5/27 : COPY go.mod vendor* ./ 20:04:48 ---> 5a919b7b0fde 20:04:48 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:48 Removing intermediate container 414f7839464a 20:04:48 ---> dc91cb5d0a76 20:04:48 Step 31/33 : LABEL arch=x86_64 20:04:48 ---> 2ab2f53099ac 20:04:48 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:48 ---> Running in 71b09193fed2 20:04:48 ---> Running in b13d8592721b 20:04:48 ---> Running in 4367644879e1 20:04:49 Removing intermediate container b13d8592721b 20:04:49 ---> ff730897dba3 20:04:49 Step 32/33 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:04:49 ---> Running in 1e6c28b3cb7f 20:04:49 Removing intermediate container 1e6c28b3cb7f 20:04:49 ---> 7a6600ee2c0e 20:04:49 Step 33/33 : LABEL version=0.0.0 20:04:49 ---> Running in e17e4bdbe113 20:04:50 Removing intermediate container e17e4bdbe113 20:04:50 ---> 4429a6294598 20:04:50 20:04:50 Successfully built 4429a6294598 20:04:50 Successfully tagged security-bootstrapper:latest 20:04:50 Building security-proxy-setup 20:04:53  Building security-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:04:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:04:53 ---> df8fbcc00cee 20:04:53 Step 3/22 : WORKDIR /edgex-go 20:04:53 ---> Using cache 20:04:53 ---> 5b5935fd3e41 20:04:53 Step 4/22 : RUN apk add --update --no-cache make git 20:04:53 ---> Using cache 20:04:53 ---> 0bfaab2830a4 20:04:53 Step 5/22 : COPY go.mod vendor* ./ 20:04:53 ---> Using cache 20:04:53 ---> 202545845a21 20:04:53 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:53 ---> Using cache 20:04:53 ---> 84987c42ed04 20:04:53 Step 7/22 : COPY . . 20:04:53 ---> Using cache 20:04:53 ---> 79c585378c49 20:04:53 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:04:55 ---> Running in 7d7bfc6ca204 20:04:55 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 20:05:00 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 20:05:10 Removing intermediate container 675c07812128 20:05:10 ---> 3c029956f20a 20:05:10 20:05:10 Step 9/25 : FROM alpine:3.17 20:05:10 ---> 9ed4aefc74f6 20:05:10 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:05:11 ---> Running in d79aae9bc962 20:05:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:11 (1/3) Installing ca-certificates (20220614-r4) 20:05:11 (2/3) Installing dumb-init (1.2.5-r2) 20:05:11 (3/3) Installing su-exec (0.2-r2) 20:05:11 Executing busybox-1.35.0-r29.trigger 20:05:11 Executing ca-certificates-20220614-r4.trigger 20:05:11 OK: 8 MiB in 18 packages 20:05:14 Removing intermediate container d79aae9bc962 20:05:14 ---> b07a454c5d12 20:05:14 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:05:14 ---> Running in 800472141f73 20:05:14 Removing intermediate container 98a62bd20975 20:05:14 ---> d79606160418 20:05:14 20:05:14 Step 10/23 : FROM alpine:3.17 20:05:14 ---> 9ed4aefc74f6 20:05:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:05:14 ---> Using cache 20:05:14 ---> f80bb5aea608 20:05:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:05:14 ---> Using cache 20:05:14 ---> 9d4daaa685ca 20:05:14 Step 13/23 : ENV APP_PORT=59861 20:05:14 Removing intermediate container 800472141f73 20:05:14 ---> 8feee2cffabe 20:05:14 Step 12/25 : WORKDIR / 20:05:15 ---> Running in 0f00db1eb98f 20:05:15 ---> Running in b3550246b54a 20:05:15 Removing intermediate container 4367644879e1 20:05:15 ---> 473006bacdbe 20:05:15 Step 7/27 : COPY . . 20:05:15 Removing intermediate container 0f00db1eb98f 20:05:15 ---> 61beef5544e6 20:05:15 Step 14/23 : EXPOSE $APP_PORT 20:05:15 Removing intermediate container 71b09193fed2 20:05:15 ---> b4b241582e04 20:05:15 Step 8/23 : COPY . . 20:05:15 ---> Running in 347e2cb7d36e 20:05:15 Removing intermediate container b3550246b54a 20:05:15 ---> 432415f9020a 20:05:15 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:17 Removing intermediate container 347e2cb7d36e 20:05:17 ---> 6f5b1b5e0e91 20:05:17 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:18 ---> a336e1b71ec5 20:05:18 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:05:18 Removing intermediate container 7d7bfc6ca204 20:05:18 ---> 5a99f2e5cc15 20:05:18 20:05:18 Step 9/22 : FROM alpine:3.17 20:05:18 ---> 9ed4aefc74f6 20:05:18 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:05:18 ---> 8833ae2660ce 20:05:18 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:05:18 ---> Running in 0aed546d821f 20:05:18 ---> 3b6031daa825 20:05:18 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:05:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:19 ---> 1b8daf71ef70 20:05:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:05:19 ---> f549bcc30828 20:05:19 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:05:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:19 ---> b58044ce72eb 20:05:19 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:05:19 ---> d20260c6dfe9 20:05:19 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:05:19 (1/2) Installing dumb-init (1.2.5-r2) 20:05:19 (2/2) Installing openssl (3.0.8-r3) 20:05:19 Executing busybox-1.35.0-r29.trigger 20:05:19 OK: 8 MiB in 17 packages 20:05:19 ---> Running in 84c055f363b2 20:05:19 ---> Running in d9fdf6e16b7d 20:05:19 ---> bafa31fecf6c 20:05:19 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:05:19 Removing intermediate container 84c055f363b2 20:05:19 ---> 675198d3dc39 20:05:19 Step 9/27 : WORKDIR /edgex-go/spire-build 20:05:19 ---> Running in 7b665c86c947 20:05:19 ---> a0fcc7691936 20:05:19 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:05:20 ---> 395ad321dcc7 20:05:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:05:20 Removing intermediate container 7b665c86c947 20:05:20 ---> ccce7c4cdd34 20:05:20 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:05:20 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 20:05:20 Removing intermediate container 0aed546d821f 20:05:20 ---> a8f07e1b9a17 20:05:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:05:20 ---> Running in 07eed35ae24e 20:05:20 ---> Running in 41b11ee34e90 20:05:20 ---> 18bd9dbf6661 20:05:20 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:05:20 Removing intermediate container 07eed35ae24e 20:05:20 ---> 5eb28c970075 20:05:20 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:05:20 ---> d104580e3ec2 20:05:20 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:05:20 ---> Running in b8cdd28d8b4a 20:05:21 ---> Running in c0efd506f85d 20:05:21 Removing intermediate container 41b11ee34e90 20:05:21 ---> 1a8b35ea977a 20:05:21 Step 12/22 : WORKDIR /edgex 20:05:21 ---> Running in be89d9995097 20:05:21 Removing intermediate container b8cdd28d8b4a 20:05:21 ---> 3e4b807ba40b 20:05:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:05:21 ---> Running in 75b19162d2e7 20:05:21 Removing intermediate container be89d9995097 20:05:21 ---> bcabc4c80a44 20:05:21 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:21 ---> 18e1a1d33f51 20:05:21 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:05:21 Removing intermediate container 75b19162d2e7 20:05:21 ---> 17660524471f 20:05:21 Step 21/23 : LABEL arch=x86_64 20:05:21 ---> Running in 50f8c346c236 20:05:21 ---> ef327b591b0d 20:05:21 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:05:21 ---> 8d05eabe410c 20:05:21 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:05:21 ---> Running in 94277bc44fac 20:05:21 Removing intermediate container c0efd506f85d 20:05:21 ---> af0f5a9105b4 20:05:21 Step 12/27 : WORKDIR /edgex-go 20:05:21 Removing intermediate container 50f8c346c236 20:05:21 ---> 1579d6c092c1 20:05:21 Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:05:22 ---> Running in 465035e41abb 20:05:22 ---> f5d298f129d1 20:05:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml ---> Running in ca1008956184 20:05:22 20:05:22 Removing intermediate container 465035e41abb 20:05:22 ---> 46d3b99bac35 20:05:22 20:05:22 Step 13/27 : FROM alpine:3.17 20:05:22 ---> 9ed4aefc74f6 20:05:22 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:05:22 Removing intermediate container ca1008956184 20:05:22 ---> 115d1173c096 20:05:22 Step 23/23 : LABEL version=0.0.0 20:05:22 ---> b6dc04d71416 20:05:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:05:22 ---> Running in 0f27a7ac42d0 20:05:22 ---> Running in ae4431a1c590 20:05:22 Removing intermediate container 0f27a7ac42d0 20:05:22 ---> 4289517791b4 20:05:22 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:05:22 Removing intermediate container ae4431a1c590 20:05:22 ---> 665ed20815e8 20:05:22 20:05:22 ---> Running in 7441b0904939 20:05:22 Successfully built 665ed20815e8 20:05:22 Successfully tagged support-scheduler:latest 20:05:22  Building support-scheduler ... done Building security-spire-server 20:05:23 ---> e825cd78e3fe 20:05:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:05:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:23 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:05:23 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:05:23 OK: 17818 distinct packages available 20:05:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:23 Removing intermediate container 94277bc44fac 20:05:23 ---> f5828c7f8679 20:05:23 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:05:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:23 (1/4) Installing dumb-init (1.2.5-r2) 20:05:23 (2/4) Installing musl-obstack (1.2.3-r0) 20:05:23 (3/4) Installing libucontext (1.2-r0) 20:05:23 (4/4) Installing gcompat (1.1.0-r0) 20:05:23 Executing busybox-1.35.0-r29.trigger 20:05:23 OK: 7 MiB in 19 packages 20:05:24 ---> e5899af2f7a5 20:05:24 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:05:24 ---> Running in 0bc6b64f49be 20:05:24 ---> Running in b30bf6935e6e 20:05:24 Removing intermediate container 0bc6b64f49be 20:05:24 ---> 3f5db1093e59 20:05:24 Step 23/25 : LABEL arch=x86_64 20:05:25 Removing intermediate container 7441b0904939 20:05:25 ---> 77e9debaae68 20:05:25 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:25 ---> Running in a0f4409ef7bf 20:05:25 Removing intermediate container a0f4409ef7bf 20:05:25 ---> c7f3f119cedd 20:05:25 Step 24/25 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:05:25 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:05:25 ---> df8fbcc00cee 20:05:25 Step 3/26 : WORKDIR /edgex-go 20:05:25 ---> Using cache 20:05:25 ---> 5b5935fd3e41 20:05:25 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:05:25 ---> Using cache 20:05:25 ---> fe22e5ed48c8 20:05:25 Step 5/26 : COPY go.mod vendor* ./ 20:05:25 ---> Using cache 20:05:25 ---> 2ab2f53099ac 20:05:25 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:25 ---> Using cache 20:05:25 ---> 473006bacdbe 20:05:25 Step 7/26 : COPY . . 20:05:25 ---> Using cache 20:05:25 ---> d20260c6dfe9 20:05:25 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:05:25 ---> Using cache 20:05:25 ---> 675198d3dc39 20:05:25 Step 9/26 : WORKDIR /edgex-go/spire-build 20:05:25 ---> Using cache 20:05:25 ---> ccce7c4cdd34 20:05:25 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:05:25 ---> Using cache 20:05:25 ---> 5eb28c970075 20:05:25 Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:05:25 ---> e4253b75621d 20:05:25 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:05:26 ---> Running in b448a7bc67c8 20:05:26 ---> Running in d2127823e42d 20:05:26 ---> 22f95c18091e 20:05:26 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:05:26 Removing intermediate container b448a7bc67c8 20:05:26 ---> ef27ec39e5bf 20:05:26 Step 25/25 : LABEL version=0.0.0 20:05:26 Removing intermediate container b30bf6935e6e 20:05:26 ---> 6c16ddccc9fb 20:05:26 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:05:26 ---> Running in 12c396775a92 20:05:26 ---> Running in fcd853d44dd7 20:05:26 Removing intermediate container 12c396775a92 20:05:26 ---> 5d26405c5a20 20:05:26 20:05:27 Successfully built 5d26405c5a20 20:05:27 Successfully tagged security-secretstore-setup:latest 20:05:27  Building security-secretstore-setup ... done Building security-spire-agent 20:05:27 Removing intermediate container fcd853d44dd7 20:05:27 ---> bb17435a3ad0 20:05:27 Step 20/22 : LABEL arch=x86_64 20:05:28 ---> Running in bc262ec236ce 20:05:29 Removing intermediate container d2127823e42d 20:05:29 ---> e65b910b397a 20:05:29 Step 12/26 : WORKDIR /edgex-go 20:05:29 ---> 117e26833db3 20:05:29 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:05:29 Removing intermediate container bc262ec236ce 20:05:29 ---> ee70b0a150fa 20:05:29 Step 21/22 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:05:29 ---> Running in ef4aa87a6d2e 20:05:29 ---> 0baf19211d8d 20:05:29 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:05:29 ---> Running in 362cc1b08013 20:05:29 ---> Running in 81e21a32eff1 20:05:29 Removing intermediate container ef4aa87a6d2e 20:05:29 ---> 9f93e012af3c 20:05:29 20:05:29 Step 13/26 : FROM alpine:3.17 20:05:29 ---> 9ed4aefc74f6 20:05:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:05:29 ---> Using cache 20:05:29 ---> 4289517791b4 20:05:29 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:05:30 ---> Running in 9b76fc45ba22 20:05:30 Removing intermediate container 362cc1b08013 20:05:30 ---> 2ccf438e29a1 20:05:30 Step 22/22 : LABEL version=0.0.0 20:05:30 Removing intermediate container 81e21a32eff1 20:05:30 ---> cb4f73a15a64 20:05:30 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:05:30 ---> Running in 811a7a884d58 20:05:30 Removing intermediate container 811a7a884d58 20:05:30 ---> 8684d26243bd 20:05:30 20:05:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:30 ---> 0cffa8f43507 20:05:30 Step 22/27 : WORKDIR / 20:05:30 ---> Running in 41e14f04b928 20:05:30 Successfully built 8684d26243bd 20:05:30 Successfully tagged security-proxy-setup:latest 20:05:30  Building security-proxy-setup ... done Building security-proxy-auth 20:05:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:30 Removing intermediate container 41e14f04b928 20:05:30 ---> ae2ec2596a8d 20:05:30 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:05:30 ---> Running in 5e1040de354b 20:05:30 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:05:30 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:05:30 OK: 17818 distinct packages available 20:05:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:31 Removing intermediate container 64a3df164bd6 20:05:31 ---> 783b1bc8b688 20:05:31 Successfully built 783b1bc8b688 20:05:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:05:31 (1/5) Installing dumb-init (1.2.5-r2) 20:05:31 (2/5) Installing musl-obstack (1.2.3-r0) 20:05:31 (3/5) Installing libucontext (1.2-r0) 20:05:31 Removing intermediate container 5e1040de354b 20:05:31 ---> 71b33f3a79c0 20:05:31 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:05:31 (4/5) Installing gcompat (1.1.0-r0) 20:05:31 (5/5) Installing openssl (3.0.8-r3) 20:05:31 Executing busybox-1.35.0-r29.trigger 20:05:31 OK: 8 MiB in 20 packages 20:05:31 + docker inspect -f . ci-base-image-arm64 20:05:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:05:31 prd-ubuntu20.04-docker-arm64-4c-16g-8773 does not seem to be running inside a container 20:05:31 $ 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 ******** ci-base-image-arm64 cat 20:05:32 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:32 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:05:32 ---> df8fbcc00cee 20:05:32 Step 3/27 : WORKDIR /edgex-go 20:05:32 ---> Using cache 20:05:32 ---> 5b5935fd3e41 20:05:32 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:05:32 ---> Using cache 20:05:32 ---> fe22e5ed48c8 20:05:32 Step 5/27 : COPY go.mod vendor* ./ 20:05:32 ---> Using cache 20:05:32 ---> 2ab2f53099ac 20:05:32 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:32 ---> Using cache 20:05:32 ---> 473006bacdbe 20:05:32 Step 7/27 : COPY . . 20:05:32 ---> Using cache 20:05:32 ---> d20260c6dfe9 20:05:32 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:05:32 ---> Using cache 20:05:32 ---> 675198d3dc39 20:05:32 Step 9/27 : WORKDIR /edgex-go/spire-build 20:05:32 ---> Using cache 20:05:32 ---> ccce7c4cdd34 20:05:32 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:05:32 ---> Using cache 20:05:32 ---> 5eb28c970075 20:05:32 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:05:32 ---> Using cache 20:05:32 ---> af0f5a9105b4 20:05:32 Step 12/27 : WORKDIR /edgex-go 20:05:32 ---> Using cache 20:05:32 ---> 46d3b99bac35 20:05:32 20:05:32 Step 13/27 : FROM alpine:3.17 20:05:32 ---> 9ed4aefc74f6 20:05:32 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:05:32 ---> Using cache 20:05:32 ---> 4289517791b4 20:05:32 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:05:32 ---> Running in 3d2124dc53e6 20:05:32 ---> Running in ca4634eef354 20:05:32 Removing intermediate container 3d2124dc53e6 20:05:32 ---> cfca79b3a870 20:05:32 Step 25/27 : LABEL arch=x86_64 20:05:32 Removing intermediate container 9b76fc45ba22 20:05:32 ---> 9c00309cbcbf 20:05:32 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:32 ---> Running in ecb00fb17dcf 20:05:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:33 $ docker top ebacb7283a1fbec4d751a1650b26743c3464eb4bc1f415085ca198a3c396133a -eo pid,comm 20:05:33 Removing intermediate container ecb00fb17dcf 20:05:33 ---> 50b305e94352 20:05:33 Step 26/27 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:05:33 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:05:33 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:05:33 OK: 17818 distinct packages available 20:05:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:33 ---> 93949be72402 20:05:33 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:05:33 ---> Running in 019709c6039f [Pipeline] { 20:05:33 (1/5) Installing dumb-init (1.2.5-r2) 20:05:33 (2/5) Installing musl-obstack (1.2.3-r0) 20:05:33 (3/5) Installing libucontext (1.2-r0) 20:05:33 (4/5) Installing gcompat (1.1.0-r0) 20:05:33 (5/5) Installing openssl (3.0.8-r3) 20:05:33 Removing intermediate container 019709c6039f 20:05:33 ---> d0c05d689c8c 20:05:33 Step 27/27 : LABEL version=0.0.0 20:05:33 Executing busybox-1.35.0-r29.trigger 20:05:33 OK: 8 MiB in 20 packages [Pipeline] sh 20:05:33 ---> Running in c3fb8f189f3a 20:05:33 ---> 90c45721645c 20:05:33 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:05:33 Removing intermediate container c3fb8f189f3a 20:05:33 ---> f0fa9b5ebd94 20:05:33 20:05:33 Successfully built f0fa9b5ebd94 20:05:33 Successfully tagged security-spire-config:latest 20:05:33  Building security-spire-config ... done Building core-command 20:05:34 + go version 20:05:34 go version go1.20.2 linux/arm64 [Pipeline] } 20:05:34 $ docker stop --time=1 ebacb7283a1fbec4d751a1650b26743c3464eb4bc1f415085ca198a3c396133a 20:05:35 Removing intermediate container ca4634eef354 20:05:35 ---> 52a660f99047 20:05:35 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:35 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:05:35 ---> df8fbcc00cee 20:05:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:05:35 ---> Using cache 20:05:35 ---> fa02b5666299 20:05:35 Step 4/23 : WORKDIR /edgex-go 20:05:35 ---> Using cache 20:05:35 ---> cf7d88ac2662 20:05:35 Step 5/23 : RUN apk add --update --no-cache make git 20:05:35 ---> Using cache 20:05:35 ---> 02f6f26d875f 20:05:35 Step 6/23 : COPY go.mod vendor* ./ 20:05:35 ---> Using cache 20:05:35 ---> 4c7affbc5fe7 20:05:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:35 ---> Using cache 20:05:35 ---> f07fbec21c58 20:05:35 Step 8/23 : COPY . . 20:05:35 ---> Using cache 20:05:35 ---> 88240cd88008 20:05:35 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:05:35 $ docker rm -f --volumes ebacb7283a1fbec4d751a1650b26743c3464eb4bc1f415085ca198a3c396133a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 20:05:36 ---> 922bf657ea92 20:05:36 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:05:36 ---> Running in b856436e18ed [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:05:36 ---> 94d57899f356 20:05:36 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:05:36 + docker inspect -f . ci-base-image-arm64 20:05:36 . 20:05:36 ---> 39619619dd95 20:05:36 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:05:36 ---> 31d3873820f4 20:05:36 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:05:37 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 20:05:37 prd-ubuntu20.04-docker-arm64-4c-16g-8773 does not seem to be running inside a container 20:05:37 $ 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 ******** ci-base-image-arm64 cat 20:05:37 ---> fd0bb81e08a7 20:05:37 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:05:37 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:05:37 ---> df8fbcc00cee 20:05:37 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:05:37 ---> Using cache 20:05:37 ---> fa02b5666299 20:05:37 Step 4/24 : WORKDIR /edgex-go 20:05:37 ---> Using cache 20:05:37 ---> cf7d88ac2662 20:05:37 Step 5/24 : RUN apk add --update --no-cache make git 20:05:37 ---> Using cache 20:05:37 ---> 02f6f26d875f 20:05:37 Step 6/24 : COPY go.mod vendor* ./ 20:05:37 ---> Using cache 20:05:37 ---> 4c7affbc5fe7 20:05:37 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:37 ---> Using cache 20:05:37 ---> f07fbec21c58 20:05:37 Step 8/24 : COPY . . 20:05:37 ---> Using cache 20:05:37 ---> 88240cd88008 20:05:37 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:05:38 ---> 19b36e42f1da 20:05:38 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:05:38 ---> Running in 4cf171631ebe 20:05:38 ---> cea9d654ae94 20:05:38 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:05:38 ---> Running in ce740d303897 20:05:38 $ docker top 64a839b353d4c36a3e1ef6326fdab10740e6f89b62223b7a1fe4800ccbbf5f1d -eo pid,comm 20:05:38 Removing intermediate container ce740d303897 20:05:38 ---> e128405fb780 20:05:38 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:05:38 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 [Pipeline] { [Pipeline] echo 20:05:38 ========================================================= 20:05:38 [edgeXBuildGoParallel] Running Tests and Build... 20:05:38 ========================================================= [Pipeline] sh 20:05:38 ---> Running in bb6bcba0dd72 20:05:39 + git config --global --add safe.directory /w/workspace/edgex-go/1 20:05:39 Removing intermediate container bb6bcba0dd72 20:05:39 ---> 3f0923486fa4 20:05:39 Step 24/26 : LABEL arch=x86_64 20:05:39 ---> 9deea4489d2f 20:05:39 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [Pipeline] fileExists [Pipeline] sh 20:05:39 ---> Running in 84f41f399e11 20:05:39 Removing intermediate container 84f41f399e11 20:05:39 ---> a6dee788f882 20:05:39 Step 25/26 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:05:39 + make test 20:05:39 go test -race -coverprofile=coverage.out ./... 20:05:39 ---> 34c4c88018f9 20:05:39 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:05:39 ---> Running in c36d48cb48be 20:05:39 Removing intermediate container c36d48cb48be 20:05:39 ---> 96936b51ff98 20:05:39 Step 26/26 : LABEL version=0.0.0 20:05:39 ---> 3fd8f5519826 20:05:39 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:05:40 ---> Running in b43e54670593 20:05:40 ---> fdc319fbe650 20:05:40 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:05:40 Removing intermediate container b43e54670593 20:05:40 ---> 6b082d07a541 20:05:40 20:05:40 Successfully built 6b082d07a541 20:05:40 ---> Running in ed6d91465a0f 20:05:40 Successfully tagged security-spire-server:latest 20:05:40  Building security-spire-server ... done Removing intermediate container ed6d91465a0f 20:05:40 ---> 8beee50a3faf 20:05:40 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:05:40 ---> Running in 386f5a525953 20:05:41 Removing intermediate container 386f5a525953 20:05:41 ---> 517c2d684a4a 20:05:41 Step 25/27 : LABEL arch=x86_64 20:05:41 ---> Running in bd7816c2f3ce 20:05:42 Removing intermediate container bd7816c2f3ce 20:05:42 ---> ebba23ca71b7 20:05:42 Step 26/27 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:05:42 ---> Running in e0e32ed0ad45 20:05:42 Removing intermediate container e0e32ed0ad45 20:05:42 ---> e032109994a4 20:05:42 Step 27/27 : LABEL version=0.0.0 20:05:42 ---> Running in 0f9fb451b64a 20:05:42 Removing intermediate container d9fdf6e16b7d 20:05:42 ---> a0eba468366b 20:05:42 20:05:42 Step 10/23 : FROM alpine:3.17 20:05:42 ---> 9ed4aefc74f6 20:05:42 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:05:43 ---> Running in 5df781ecc5ea 20:05:43 Removing intermediate container 0f9fb451b64a 20:05:43 ---> 77ebb56d0258 20:05:43 20:05:43 Successfully built 77ebb56d0258 20:05:43 Successfully tagged security-spire-agent:latest 20:05:43  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:44 (1/2) Installing ca-certificates (20220614-r4) 20:05:44 (2/2) Installing dumb-init (1.2.5-r2) 20:05:44 Executing busybox-1.35.0-r29.trigger 20:05:44 Executing ca-certificates-20220614-r4.trigger 20:05:44 OK: 8 MiB in 17 packages 20:05:45 Removing intermediate container 5df781ecc5ea 20:05:45 ---> 1557053e0867 20:05:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:05:45 ---> Running in 09019eeb672d 20:05:46 Removing intermediate container 09019eeb672d 20:05:46 ---> 0f670697f196 20:05:46 Step 13/23 : ENV APP_PORT=59860 20:05:46 ---> Running in 615f0b48382e 20:05:46 Removing intermediate container 615f0b48382e 20:05:46 ---> ce585f78b2c7 20:05:46 Step 14/23 : EXPOSE $APP_PORT 20:05:46 ---> Running in c629c8c8334e 20:05:46 Removing intermediate container c629c8c8334e 20:05:46 ---> 1359b57c299f 20:05:46 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:47 ---> 17d7e21e4d59 20:05:47 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:05:47 ---> efd907973d01 20:05:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:05:48 ---> 2e7762c3c187 20:05:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:05:48 ---> 1fccfb090453 20:05:48 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:05:48 ---> Running in 0fa6dcdba32c 20:05:48 Removing intermediate container 0fa6dcdba32c 20:05:48 ---> c31d2d6f5bbc 20:05:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:05:48 ---> Running in 7a96c0ffb63d 20:05:49 Removing intermediate container 7a96c0ffb63d 20:05:49 ---> 976a5f36af87 20:05:49 Step 21/23 : LABEL arch=x86_64 20:05:49 ---> Running in ed4e66e01b55 20:05:49 Removing intermediate container ed4e66e01b55 20:05:49 ---> 5e538f93a9f1 20:05:49 Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:05:49 ---> Running in 241780d71d9a 20:05:49 Removing intermediate container 241780d71d9a 20:05:49 ---> f605a7633108 20:05:49 Step 23/23 : LABEL version=0.0.0 20:05:49 ---> Running in ef21cd48142d 20:05:49 Removing intermediate container ef21cd48142d 20:05:49 ---> 3b94998cfbe2 20:05:49 20:05:49 Successfully built 3b94998cfbe2 20:05:49 Successfully tagged support-notifications:latest 20:05:55  Building support-notifications ... done Removing intermediate container b856436e18ed 20:05:55 ---> a3bd6ad2744b 20:05:55 20:05:55 Step 10/23 : FROM alpine:3.17 20:05:55 ---> 9ed4aefc74f6 20:05:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:05:55 ---> Using cache 20:05:55 ---> 8d5cc75eb6ed 20:05:55 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:05:55 ---> Using cache 20:05:55 ---> 53bd416ccb1b 20:05:55 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:55 ---> Using cache 20:05:55 ---> 9853e352eab0 20:05:55 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:05:55 ---> Using cache 20:05:55 ---> 50e37bc391bc 20:05:55 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:05:55 ---> 7822f077dab9 20:05:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:05:55 ---> 1d50c937b794 20:05:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:05:55 ---> ac4cfb69ce0c 20:05:55 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:05:55 ---> Running in 7db3b5a60f98 20:05:55 Removing intermediate container 4cf171631ebe 20:05:55 ---> d11a2a3e2c46 20:05:55 20:05:55 Step 10/24 : FROM alpine:3.17 20:05:55 ---> 9ed4aefc74f6 20:05:55 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:05:55 ---> Using cache 20:05:55 ---> f80bb5aea608 20:05:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:05:55 ---> Using cache 20:05:55 ---> 9d4daaa685ca 20:05:55 Step 13/24 : ENV APP_PORT=59882 20:05:56 ---> Running in 2852fa2a5129 20:05:56 Removing intermediate container 2852fa2a5129 20:05:56 ---> b88578d12cd3 20:05:56 Step 14/24 : EXPOSE $APP_PORT 20:05:56 ---> Running in 6bd8ed09e01c 20:05:56 Removing intermediate container 6bd8ed09e01c 20:05:56 ---> 6f31521b7e99 20:05:56 Step 15/24 : WORKDIR / 20:05:56 ---> Running in 318c23138088 20:05:56 Removing intermediate container 318c23138088 20:05:56 ---> dc8e12a9a1a0 20:05:56 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:56 Removing intermediate container 7db3b5a60f98 20:05:56 ---> 3c914cb43afe 20:05:56 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:05:56 ---> Running in 0ff913cda752 20:05:56 ---> cdd3690dcc57 20:05:56 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:05:56 Removing intermediate container 0ff913cda752 20:05:56 ---> 30dc5def913c 20:05:56 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:05:56 ---> Running in ad550a157e1d 20:05:57 Removing intermediate container ad550a157e1d 20:05:57 ---> 577c6d94443d 20:05:57 Step 21/23 : LABEL arch=x86_64 20:05:57 ---> 6f6c51e40343 20:05:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:05:57 ---> Running in d49f57d5eb53 20:05:57 Removing intermediate container d49f57d5eb53 20:05:57 ---> ef4d200e364b 20:05:57 Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:05:57 ---> Running in 01958d0d25af 20:05:57 ---> 880afe8bd881 20:05:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:05:57 Removing intermediate container 01958d0d25af 20:05:57 ---> 51ff6d1ab523 20:05:57 Step 23/23 : LABEL version=0.0.0 20:05:57 ---> Running in 8f19ccd4aa50 20:05:57 ---> 21f24ccb485f 20:05:57 Step 20/24 : ENTRYPOINT ["/core-command"] 20:05:57 ---> Running in 7fdec44c8b14 20:05:57 Removing intermediate container 8f19ccd4aa50 20:05:57 ---> 5f52180e849d 20:05:57 20:05:57 Successfully built 5f52180e849d 20:05:57 Successfully tagged security-proxy-auth:latest 20:05:57  Building security-proxy-auth ... done Removing intermediate container 7fdec44c8b14 20:05:57 ---> 41aea8a530f9 20:05:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:05:57 ---> Running in 9cd3d54ce446 20:05:57 Removing intermediate container 9cd3d54ce446 20:05:57 ---> 10dd8d1e4eb1 20:05:57 Step 22/24 : LABEL arch=x86_64 20:05:57 ---> Running in aa02c480f519 20:05:58 Removing intermediate container aa02c480f519 20:05:58 ---> 43aa8c59f362 20:05:58 Step 23/24 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:05:58 ---> Running in 7ec6c0839154 20:05:58 Removing intermediate container 7ec6c0839154 20:05:58 ---> 9089677b9795 20:05:58 Step 24/24 : LABEL version=0.0.0 20:05:58 ---> Running in 7f0d060bc74e 20:05:58 Removing intermediate container 7f0d060bc74e 20:05:58 ---> 100196b5e582 20:05:58 20:05:58 Successfully built 100196b5e582 20:05:58 Successfully tagged core-command:latest 20:05:58  Building core-command ... done  [Pipeline] } 20:05:58 $ docker stop --time=1 48f1051d2cf3156c2dc78425a3da5bb6f3a3c206d350ba124b3b0b9dfcd2c9b8 20:05:59 $ docker rm -f --volumes 48f1051d2cf3156c2dc78425a3da5bb6f3a3c206d350ba124b3b0b9dfcd2c9b8 [Pipeline] // withDockerContainer [Pipeline] sh 20:06:00 + docker images 20:06:00 REPOSITORY TAG IMAGE ID CREATED SIZE 20:06:00 core-command latest 100196b5e582 1 second ago 19.8MB 20:06:00 security-proxy-auth latest 5f52180e849d 2 seconds ago 18.3MB 20:06:00 d11a2a3e2c46 4 seconds ago 1.69GB 20:06:00 a3bd6ad2744b 6 seconds ago 1.66GB 20:06:00 support-notifications latest 3b94998cfbe2 10 seconds ago 32.7MB 20:06:00 security-spire-agent latest 77ebb56d0258 17 seconds ago 129MB 20:06:00 a0eba468366b 17 seconds ago 1.75GB 20:06:00 security-spire-server latest 6b082d07a541 19 seconds ago 89.8MB 20:06:00 security-spire-config latest f0fa9b5ebd94 26 seconds ago 88.9MB 20:06:00 security-proxy-setup latest 8684d26243bd 29 seconds ago 18.7MB 20:06:00 9f93e012af3c 30 seconds ago 1.54GB 20:06:00 security-secretstore-setup latest 5d26405c5a20 33 seconds ago 32.8MB 20:06:00 support-scheduler latest 665ed20815e8 37 seconds ago 32.1MB 20:06:00 46d3b99bac35 38 seconds ago 1.54GB 20:06:00 5a99f2e5cc15 42 seconds ago 1.66GB 20:06:00 d79606160418 46 seconds ago 1.75GB 20:06:00 3c029956f20a 52 seconds ago 1.68GB 20:06:00 security-bootstrapper latest 4429a6294598 About a minute ago 22.2MB 20:06:00 core-common-config-bootstrapper latest 8b7152a15eea About a minute ago 17.2MB 20:06:00 security-spiffe-token-provider latest cfa0873fb3fd About a minute ago 32.8MB 20:06:00 core-metadata latest be5f37ac735a About a minute ago 20.4MB 20:06:00 core-data latest 0ecb48502654 About a minute ago 20MB 20:06:00 0d56a7be7ab1 About a minute ago 1.72GB 20:06:00 798434f1ad97 About a minute ago 1.69GB 20:06:00 05b8fb4cc72c About a minute ago 1.69GB 20:06:00 dbf64a177fb6 About a minute ago 1.68GB 20:06:00 62e81c8fe2a7 About a minute ago 1.67GB 20:06:00 ci-base-image-x86_64 latest df8fbcc00cee 5 minutes ago 881MB 20:06:00 alpine 3.17 9ed4aefc74f6 2 weeks ago 7.05MB 20:06:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 5 weeks ago 664MB 20:06:00 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 20:06:00 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] } 20:06:26 ? github.com/edgexfoundry/edgex-go [no test files] 20:08:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:08:32 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:08:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:08:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:08:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:08:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:08:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:08:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:08:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:08:34 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:08:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:08:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:08:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:08:37 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:08:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:08:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:08:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.347s coverage: 28.7% of statements 20:09:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.303s coverage: 98.5% of statements 20:09:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:09:09 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:09:09 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:09:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.424s coverage: 71.5% of statements 20:09:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:09:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:09:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.336s coverage: 54.0% of statements 20:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:09:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:09:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:09:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.074s coverage: 88.5% of statements 20:09:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.521s coverage: 3.8% of statements 20:09:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:09:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:09:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:09:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.752s coverage: 95.6% of statements 20:09:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:09:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:09:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:09:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:09:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:09:43 ok github.com/edgexfoundry/edgex-go/internal/io 0.209s coverage: 72.2% of statements 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.265s coverage: 65.9% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.432s coverage: 0.9% of statements 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.304s coverage: 29.0% of statements 20:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.314s coverage: 44.1% of statements 20:10:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.278s coverage: 82.9% of statements 20:10:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.227s coverage: 94.1% of statements 20:10:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.260s coverage: 96.3% of statements 20:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.223s coverage: 87.5% of statements 20:10:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:10:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:10:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:10:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.216s coverage: 94.4% of statements 20:10:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:10:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:10:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:10:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:10:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.187s coverage: 79.9% of statements 20:10:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.278s coverage: 92.9% of statements 20:10:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.080s coverage: 64.4% of statements 20:10:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.229s coverage: 62.3% of statements 20:10:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.218s coverage: 87.2% of statements 20:10:36 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.193s coverage: 20.0% of statements 20:10:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.184s coverage: 100.0% of statements 20:10:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.467s coverage: 81.8% of statements 20:10:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:10:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:10:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.509s coverage: 82.1% of statements 20:10:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.311s coverage: 86.0% of statements 20:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:10:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:10:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.028s coverage: 63.1% of statements 20:10:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.250s coverage: 100.0% of statements 20:10:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.137s coverage: 89.4% of statements 20:10:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements 20:10:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.099s coverage: 73.7% of statements 20:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:10:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements 20:10:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:10:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:10:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:10:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.069s coverage: 38.4% of statements 20:10:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.248s coverage: 89.5% of statements 20:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.228s coverage: 84.8% of statements 20:11:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:11:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:11:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:11:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:11:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.289s coverage: 17.7% of statements 20:11:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:11:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:11:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:11:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:11:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.574s coverage: 92.3% of statements 20:11:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:11:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:11:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.289s coverage: 61.5% of statements 20:11:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:11:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:11:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.370s coverage: 97.7% of statements 20:11:20 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 20:11:20 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:11:20 go vet ./... 20:13:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:13:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:13:57 ./bin/test-attribution-txt.sh [Pipeline] echo 20:13:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:13:57 + ls -al . 20:13:57 total 700 20:13:57 drwxrwxr-x 10 1001 1001 4096 Apr 17 20:05 . 20:13:57 drwxr-xr-x 4 root root 4096 Apr 17 20:05 .. 20:13:57 drwxrwxr-x 2 1001 1001 4096 Apr 17 20:03 .blubracket 20:13:57 -rw-rw-r-- 1 1001 1001 16 Apr 17 20:03 .dockerignore 20:13:57 drwxrwxr-x 8 1001 1001 4096 Apr 17 20:03 .git 20:13:57 drwxrwxr-x 3 1001 1001 4096 Apr 17 20:03 .github 20:13:57 -rw-rw-r-- 1 1001 1001 1133 Apr 17 20:03 .gitignore 20:13:57 -rw-rw-r-- 1 1001 1001 42 Apr 17 20:03 .golangci.yml 20:13:57 -rw-rw-r-- 1 1001 1001 87 Apr 17 20:03 .hadolint.yml 20:13:57 -rw-rw-r-- 1 1001 1001 166 Apr 17 20:03 .sonarcloud.properties 20:13:57 -rw-rw-r-- 1 1001 1001 1171 Apr 17 20:03 ADOPTERS.md 20:13:57 -rw-rw-r-- 1 1001 1001 10835 Apr 17 20:03 Attribution.txt 20:13:57 -rw-rw-r-- 1 1001 1001 73765 Apr 17 20:03 CHANGELOG.md 20:13:57 -rw-rw-r-- 1 1001 1001 3804 Apr 17 20:03 CONTRIBUTING.md 20:13:57 -rw-rw-r-- 1 1001 1001 677 Apr 17 20:03 GOVERNANCE.md 20:13:57 -rw-rw-r-- 1 1001 1001 883 Apr 17 20:03 Jenkinsfile 20:13:57 -rw-rw-r-- 1 1001 1001 10775 Apr 17 20:03 LICENSE 20:13:57 -rw-rw-r-- 1 1001 1001 14368 Apr 17 20:03 Makefile 20:13:57 -rw-rw-r-- 1 1001 1001 582 Apr 17 20:03 OWNERS.md 20:13:57 -rw-rw-r-- 1 1001 1001 9403 Apr 17 20:03 README.md 20:13:57 -rw-rw-r-- 1 1001 1001 789 Apr 17 20:03 SECURITY.md 20:13:57 -rw-rw-r-- 1 1001 1001 5 Apr 17 20:00 VERSION 20:13:57 drwxrwxr-x 2 1001 1001 4096 Apr 17 20:03 bin 20:13:57 drwxrwxr-x 18 1001 1001 4096 Apr 17 20:03 cmd 20:13:57 -rw-r--r-- 1 root root 448248 Apr 17 20:11 coverage.out 20:13:57 -rw-rw-r-- 1 1001 1001 3200 Apr 17 20:03 go.mod 20:13:57 -rw-rw-r-- 1 1001 1001 31265 Apr 17 20:03 go.sum 20:13:57 drwxrwxr-x 7 1001 1001 4096 Apr 17 20:03 internal 20:13:57 drwxrwxr-x 3 1001 1001 4096 Apr 17 20:03 openapi 20:13:57 -rw-rw-r-- 1 1001 1001 594 Apr 17 20:03 security.txt 20:13:57 drwxrwxr-x 4 1001 1001 4096 Apr 17 20:03 snap 20:13:57 -rw-rw-r-- 1 1001 1001 204 Apr 17 20:03 version.go [Pipeline] sh 20:13:58 + '[' -e coverage.out ] 20:13:58 + chown 1001:1001 coverage.out [Pipeline] stash 20:13:58 Warning: overwriting stash ‘coverage-report’ 20:13:59 Stashed 1 file(s) [Pipeline] sh 20:14:00 + make build 20:14:00 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 20:15:36 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 20:15:37 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 20:15:42 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 20:15:46 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 20:16:34 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 20:16:42 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 20:16: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:16:54 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 20:16:57 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 20:17:01 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 20:17:08 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] } 20:17:13 $ docker stop --time=1 64a839b353d4c36a3e1ef6326fdab10740e6f89b62223b7a1fe4800ccbbf5f1d 20:17:16 $ docker rm -f --volumes 64a839b353d4c36a3e1ef6326fdab10740e6f89b62223b7a1fe4800ccbbf5f1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:17:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:17:18 20:17:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:17:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:17:19 latest: Pulling from edgex-devops/edgex-compose-arm64 20:17:19 29e5d40040c1: Pulling fs layer 20:17:19 1ce36da41761: Pulling fs layer 20:17:19 25b303627fd3: Pulling fs layer 20:17:19 29e5d40040c1: Download complete 20:17:19 1ce36da41761: Download complete 20:17:20 29e5d40040c1: Pull complete 20:17:21 1ce36da41761: Pull complete 20:17:21 25b303627fd3: Verifying Checksum 20:17:21 25b303627fd3: Download complete 20:17:31 25b303627fd3: Pull complete 20:17:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:17:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:17:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:17:31 prd-ubuntu20.04-docker-arm64-4c-16g-8773 does not seem to be running inside a container 20:17:31 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:17:34 $ docker top 78991e3b831102aedcc751b09b3712203e22407ec8735dee64b3a7b5669e2434 -eo pid,comm [Pipeline] { [Pipeline] sh 20:17:35 + docker-compose+ buildgrep --help parallel 20:17:35 20:17:41 --parallel Build images in parallel. [Pipeline] } 20:17:41 $ docker stop --time=1 78991e3b831102aedcc751b09b3712203e22407ec8735dee64b3a7b5669e2434 20:17:42 $ docker rm -f --volumes 78991e3b831102aedcc751b09b3712203e22407ec8735dee64b3a7b5669e2434 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:17:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:17:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:17:43 prd-ubuntu20.04-docker-arm64-4c-16g-8773 does not seem to be running inside a container 20:17:43 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:17:45 $ docker top a02dc9321d699096a937c04667f889f082445ece1ec7cf7bf496dd7c8e0f2f1f -eo pid,comm [Pipeline] { [Pipeline] sh 20:17:45 + docker-compose -f ./docker-compose-build.yml build --parallel 20:17:55 Building core-command ... 20:17:55 Building core-common-config-bootstrapper ... 20:17:55 Building core-data ... 20:17:55 Building core-metadata ... 20:17:55 Building security-bootstrapper ... 20:17:55 Building security-proxy-auth ... 20:17:55 Building security-proxy-setup ... 20:17:55 Building security-secretstore-setup ... 20:17:55 Building security-spiffe-token-provider ... 20:17:55 Building security-spire-agent ... 20:17:55 Building security-spire-config ... 20:17:55 Building security-spire-server ... 20:17:55 Building support-notifications ... 20:17:55 Building support-scheduler ... 20:17:55 Building support-scheduler 20:17:55 Building security-bootstrapper 20:17:55 Building security-spire-agent 20:17:55 Building security-spiffe-token-provider 20:17:55 Building security-spire-config 20:18:41 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:18:41 ---> 783b1bc8b688 20:18:41 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:18:41 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:41 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:18:41 ---> 783b1bc8b688 20:18:41 Step 3/27 : WORKDIR /edgex-go 20:18:41 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:41 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:18:41 ---> 783b1bc8b688 20:18:41 Step 3/20 : WORKDIR /edgex-go 20:18:41 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:41 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:18:41 ---> 783b1bc8b688 20:18:41 Step 3/27 : WORKDIR /edgex-go 20:18:41 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:41 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:18:41 ---> 783b1bc8b688 20:18:41 Step 3/33 : WORKDIR /edgex-go 20:18:41 ---> Running in f9ae22172f47 20:18:41 ---> Running in 23de8e974b07 20:18:41 ---> Running in 9cfe15239961 20:18:41 ---> Running in 6e670b8aa18f 20:18:41 ---> Running in ac9c841569dd 20:18:41 Removing intermediate container f9ae22172f47 20:18:41 ---> 9fd6f44fd628 20:18:41 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:18:41 Removing intermediate container 6e670b8aa18f 20:18:41 ---> ef5d6a4090a7 20:18:41 Step 4/23 : WORKDIR /edgex-go 20:18:41 Removing intermediate container 9cfe15239961 20:18:41 ---> Running in ba2be208ac2e 20:18:41 ---> 7c8952c5d315 20:18:41 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:18:41 ---> Running in c7fbae2a9258 20:18:41 Removing intermediate container 23de8e974b07 20:18:41 ---> 3b53773019d2 20:18:41 Step 4/33 : RUN apk add --update --no-cache make git 20:18:41 Removing intermediate container ac9c841569dd 20:18:41 ---> 89549ee0860a 20:18:41 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:18:41 ---> Running in f3a52c7a6418 20:18:41 ---> Running in 35650f6383cd 20:18:41 ---> Running in 197ead6bb938 20:18:41 Removing intermediate container c7fbae2a9258 20:18:41 ---> 067e22fac0d2 20:18:41 Step 5/23 : RUN apk add --update --no-cache make git 20:18:41 ---> Running in 0d997c252cf1 20:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:41 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:18:41 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:18:41 OK: 17695 distinct packages available 20:18:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:18:42 OK: 263 MiB in 53 packages 20:18:42 OK: 263 MiB in 53 packages 20:18:42 OK: 263 MiB in 53 packages 20:18:42 OK: 263 MiB in 53 packages 20:18:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:18:44 OK: 263 MiB in 53 packages 20:18:44 Removing intermediate container ba2be208ac2e 20:18:44 ---> 379ad751b86c 20:18:44 Step 5/27 : COPY go.mod vendor* ./ 20:18:44 Removing intermediate container 35650f6383cd 20:18:44 ---> 4cdb05c1c7e5 20:18:44 Step 5/33 : COPY go.mod vendor* ./ 20:18:45 Removing intermediate container 0d997c252cf1 20:18:45 ---> e5d101901651 20:18:45 Step 6/23 : COPY go.mod vendor* ./ 20:18:45 Removing intermediate container 197ead6bb938 20:18:45 ---> ee3d4eec3503 20:18:45 Step 5/27 : COPY go.mod vendor* ./ 20:18:45 ---> 13a9b3c55697 20:18:45 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:45 ---> Running in d89a233fb620 20:18:46 Removing intermediate container f3a52c7a6418 20:18:46 ---> 35317530b9df 20:18:46 Step 5/20 : COPY go.mod vendor* ./ 20:18:46 ---> fe641ecb7f3e 20:18:46 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:46 ---> Running in 2bbf95c0aca8 20:18:46 ---> a35ca36e7cdc 20:18:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:46 ---> Running in affaf6f78d61 20:18:46 ---> 2ddbabd5b198 20:18:46 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:47 ---> Running in 2f840176ff9b 20:18:47 ---> 00dd5e7c1a17 20:18:48 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:48 ---> Running in 77e7ad582ea7 20:20:54 Removing intermediate container 77e7ad582ea7 20:20:54 ---> dd621f4e92c4 20:20:54 Step 7/20 : COPY . . 20:20:54 Removing intermediate container affaf6f78d61 20:20:54 ---> 36bf57c4e623 20:20:54 Step 8/23 : COPY . . 20:20:54 Removing intermediate container 2bbf95c0aca8 20:20:54 ---> 0b8d45fa7b5f 20:20:54 Step 7/33 : COPY . . 20:20:54 Removing intermediate container 2f840176ff9b 20:20:54 ---> dcafc021f603 20:20:54 Step 7/27 : COPY . . 20:20:54 Removing intermediate container d89a233fb620 20:20:54 ---> 08340d94f04b 20:20:54 Step 7/27 : COPY . . 20:21:02 ---> 3e93f4b687bc 20:21:02 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:21:02 ---> 66f9e088e0f1 20:21:02 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:21:02 ---> 0ca98d8d06b2 20:21:02 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:21:02 ---> Running in 01db82d2c3fb 20:21:02 ---> e9bf66540c51 20:21:02 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:21:02 ---> Running in 7c2a2535ebab 20:21:02 ---> b79b3404b1ef 20:21:02 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:21:02 ---> Running in 2866e053ff5d 20:21:02 ---> Running in 63fbcdba14e7 20:21:02 ---> Running in 6fdf94ac2614 20:21:03 Removing intermediate container 7c2a2535ebab 20:21:03 ---> d908fabd8d7b 20:21:03 Step 9/27 : WORKDIR /edgex-go/spire-build 20:21:03 ---> Running in 75a6776f287d 20:21:03 Removing intermediate container 6fdf94ac2614 20:21:03 ---> b3fbdbe46567 20:21:03 Step 9/27 : WORKDIR /edgex-go/spire-build 20:21:04 ---> Running in 25b2f2160bae 20:21:04 Removing intermediate container 75a6776f287d 20:21:04 ---> bf5f1bc1193c 20:21:04 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:21:04 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 20:21:04 ---> Running in 80bb57c81ec2 20:21:04 Removing intermediate container 25b2f2160bae 20:21:04 ---> 1b8fb0a9ee2d 20:21:04 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:21:04 ---> Running in 09b3c4758e0e 20:21:05 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 20:21:05 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 20:21:05 Removing intermediate container 80bb57c81ec2 20:21:05 ---> f06a2372fc7f 20:21:05 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:21:05 Removing intermediate container 09b3c4758e0e 20:21:05 ---> 5196f9aa2e0f 20:21:05 Step 11/27 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:21:05 ---> Running in 03c170f32a50 20:21:06 ---> Running in b67ddb9aa533 20:21:10 Removing intermediate container b67ddb9aa533 20:21:10 ---> 8a90bb1b71a7 20:21:10 Step 12/27 : WORKDIR /edgex-go 20:21:10 ---> Running in b589bcad6476 20:21:10 Removing intermediate container 03c170f32a50 20:21:10 ---> 227f36283661 20:21:10 Step 12/27 : WORKDIR /edgex-go 20:21:10 ---> Running in bb529e4891d7 20:21:11 Removing intermediate container b589bcad6476 20:21:11 ---> 7e541f856b62 20:21:11 20:21:11 Step 13/27 : FROM alpine:3.17 20:21:11 Removing intermediate container bb529e4891d7 20:21:11 ---> bee0c4a199d6 20:21:11 20:21:11 Step 13/27 : FROM alpine:3.17 20:21:11 3.17: Pulling from library/alpine 20:21:11 3.17: Pulling from library/alpine 20:21:13 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:21:13 Status: Downloaded newer image for alpine:3.17 20:21:13 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:21:13 Status: Image is up to date for alpine:3.17 20:21:13 ---> 51e60588ff2c 20:21:13 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:21:13 ---> 51e60588ff2c 20:21:13 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:21:13 ---> Running in d59c953865a7 20:21:14 ---> Running in 1a68bb175a2e 20:21:14 Removing intermediate container d59c953865a7 20:21:14 ---> d61ac50b1253 20:21:14 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:21:14 ---> Running in d229008c7906 20:21:14 Removing intermediate container 1a68bb175a2e 20:21:14 ---> 7205cde21e0a 20:21:14 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:21:15 ---> Running in bae4eca94b50 20:21:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:21:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:21:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:21:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:21:20 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:21:20 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:21:20 OK: 17689 distinct packages available 20:21:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:21:20 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:21:20 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:21:20 OK: 17689 distinct packages available 20:21:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:21:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:21:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:21:23 (1/5) Installing dumb-init (1.2.5-r2) 20:21:23 (2/5) Installing musl-obstack (1.2.3-r0) 20:21:23 (3/5) Installing libucontext (1.2-r0) 20:21:23 (4/5) Installing gcompat (1.1.0-r0) 20:21:23 (5/5) Installing openssl (3.0.8-r3) 20:21:23 Executing busybox-1.35.0-r29.trigger 20:21:23 OK: 9 MiB in 20 packages 20:21:23 (1/4) Installing dumb-init (1.2.5-r2) 20:21:23 (2/4) Installing musl-obstack (1.2.3-r0) 20:21:23 (3/4) Installing libucontext (1.2-r0) 20:21:23 (4/4) Installing gcompat (1.1.0-r0) 20:21:23 Executing busybox-1.35.0-r29.trigger 20:21:23 OK: 8 MiB in 19 packages 20:21:26 Removing intermediate container bae4eca94b50 20:21:26 ---> 54e9fdb67484 20:21:26 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:26 Removing intermediate container d229008c7906 20:21:26 ---> f457703b72e5 20:21:26 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:27 ---> b0eeefec3571 20:21:27 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:21:27 ---> 979c6b32df8e 20:21:27 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:21:29 ---> be79f88a6fdb 20:21:29 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:21:29 ---> ac67ae5281c7 20:21:29 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:21:34 ---> c6495c24f232 20:21:34 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:21:38 ---> b29fc1a1b1a5 20:21:38 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:21:40 ---> ba7b0086769c 20:21:40 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:21:40 ---> Running in 767e23982d06 20:21:41 Removing intermediate container 767e23982d06 20:21:41 ---> 59a31b24d09e 20:21:41 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:21:42 ---> 13b76607587e 20:21:42 Step 22/27 : WORKDIR / 20:21:42 ---> Running in 63a82f36c528 20:21:44 Removing intermediate container 63a82f36c528 20:21:44 ---> b91c665efe25 20:21:44 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:21:44 ---> Running in 0b28f3336d30 20:21:44 ---> 66e2f98da32e 20:21:44 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:21:44 Removing intermediate container 0b28f3336d30 20:21:44 ---> e7d06f329242 20:21:44 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:21:44 ---> Running in 4c92a32b4a27 20:21:45 ---> e880aa902e51 20:21:45 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:21:45 Removing intermediate container 4c92a32b4a27 20:21:45 ---> 4e7e22688ec6 20:21:45 Step 25/27 : LABEL arch=arm64 20:21:45 ---> Running in 79e05b846171 20:21:46 Removing intermediate container 79e05b846171 20:21:46 ---> aeaca3669b47 20:21:46 Step 26/27 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:21:46 ---> Running in 88418a763652 20:21:46 ---> 584642d0a4b5 20:21:46 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:21:47 Removing intermediate container 88418a763652 20:21:47 ---> 50450e52df65 20:21:47 Step 27/27 : LABEL version=0.0.0 20:21:47 ---> Running in 7d9de130ebec 20:21:47 ---> f8f5d841ac0b 20:21:47 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:21:47 ---> Running in c0eb83927561 20:21:48 Removing intermediate container 7d9de130ebec 20:21:48 ---> 4d9b30146546 20:21:48 20:21:48 Removing intermediate container c0eb83927561 20:21:48 ---> 5ef5aeb7e6da 20:21:48 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:21:48 ---> Running in d7ff0095e09d 20:21:48 Successfully built 4d9b30146546 20:21:48 Successfully tagged security-spire-config-arm64:latest 20:21:48 Building support-notifications 20:21:49  Building security-spire-config ... done Removing intermediate container d7ff0095e09d 20:21:49 ---> 981489dd5568 20:21:49 Step 25/27 : LABEL arch=arm64 20:21:49 ---> Running in e43ef29c777b 20:21:49 Removing intermediate container e43ef29c777b 20:21:49 ---> 2e8280e9f328 20:21:49 Step 26/27 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:21:49 ---> Running in 479aa5772088 20:21:50 Removing intermediate container 479aa5772088 20:21:50 ---> 0674a87649b6 20:21:50 Step 27/27 : LABEL version=0.0.0 20:21:50 ---> Running in 4067ec06b9ac 20:21:50 Removing intermediate container 4067ec06b9ac 20:21:50 ---> 8de111c12f5e 20:21:50 20:21:51 Successfully built 8de111c12f5e 20:21:51 Successfully tagged security-spire-agent-arm64:latest 20:21:51 Building security-spire-server 20:22:17  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:22:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:22:17 ---> 783b1bc8b688 20:22:17 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:22:17 ---> Using cache 20:22:17 ---> ef5d6a4090a7 20:22:17 Step 4/23 : WORKDIR /edgex-go 20:22:17 ---> Using cache 20:22:17 ---> 067e22fac0d2 20:22:17 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:22:17 ---> Running in e621e8df0e47 20:22:19 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:22:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:22:19 ---> 783b1bc8b688 20:22:19 Step 3/26 : WORKDIR /edgex-go 20:22:19 ---> Using cache 20:22:19 ---> 89549ee0860a 20:22:19 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:22:19 ---> Using cache 20:22:19 ---> ee3d4eec3503 20:22:19 Step 5/26 : COPY go.mod vendor* ./ 20:22:19 ---> Using cache 20:22:19 ---> 2ddbabd5b198 20:22:19 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:19 ---> Using cache 20:22:19 ---> dcafc021f603 20:22:19 Step 7/26 : COPY . . 20:22:19 ---> Using cache 20:22:19 ---> b79b3404b1ef 20:22:19 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:22:19 ---> Using cache 20:22:19 ---> b3fbdbe46567 20:22:19 Step 9/26 : WORKDIR /edgex-go/spire-build 20:22:19 ---> Using cache 20:22:19 ---> 1b8fb0a9ee2d 20:22:19 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:22:19 ---> Using cache 20:22:19 ---> 5196f9aa2e0f 20:22:19 Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:22:19 ---> Running in 753b2415a4f1 20:22:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:22:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:22:23 OK: 263 MiB in 53 packages 20:22:23 Removing intermediate container 753b2415a4f1 20:22:23 ---> 6baf2aa9ec69 20:22:23 Step 12/26 : WORKDIR /edgex-go 20:22:23 ---> Running in 49bc31c8ff63 20:22:24 Removing intermediate container 49bc31c8ff63 20:22:24 ---> f14fc61d4892 20:22:24 20:22:24 Step 13/26 : FROM alpine:3.17 20:22:24 ---> 51e60588ff2c 20:22:24 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:22:24 ---> Using cache 20:22:24 ---> 7205cde21e0a 20:22:24 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:22:24 ---> Using cache 20:22:24 ---> 54e9fdb67484 20:22:24 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:22:24 ---> Using cache 20:22:24 ---> 979c6b32df8e 20:22:24 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:22:24 ---> Using cache 20:22:24 ---> be79f88a6fdb 20:22:24 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:22:25 Removing intermediate container e621e8df0e47 20:22:25 ---> 1f6cad92e4f9 20:22:25 Step 6/23 : COPY go.mod vendor* ./ 20:22:26 ---> 07dc11a26149 20:22:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:26 ---> Running in 4a222c1ef6c8 20:22:33 ---> 9944f81a942d 20:22:33 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:22:33 ---> 95cd269911d7 20:22:33 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:22:34 ---> 12d33fe80af6 20:22:34 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:22:35 ---> ee026148567b 20:22:35 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:22:35 ---> Running in f159b135a820 20:22:36 Removing intermediate container f159b135a820 20:22:36 ---> 848c729068fa 20:22:36 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:22:36 ---> Running in a60dd6d76a5d 20:22:37 Removing intermediate container a60dd6d76a5d 20:22:37 ---> e9f7b7a5868c 20:22:37 Step 24/26 : LABEL arch=arm64 20:22:37 ---> Running in 498d18e19127 20:22:37 Removing intermediate container 498d18e19127 20:22:37 ---> 1d2726846157 20:22:37 Step 25/26 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:22:37 ---> Running in ff91b640c0ad 20:22:38 Removing intermediate container ff91b640c0ad 20:22:38 ---> 719ee6dcd6f0 20:22:38 Step 26/26 : LABEL version=0.0.0 20:22:38 ---> Running in 97866c5365ef 20:22:39 Removing intermediate container 97866c5365ef 20:22:39 ---> 9888947293c9 20:22:39 20:22:39 Successfully built 9888947293c9 20:22:39 Successfully tagged security-spire-server-arm64:latest 20:22:39  Building security-spire-server ... done Building core-data 20:22:57 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:22:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:22:57 ---> 783b1bc8b688 20:22:57 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:22:57 ---> Using cache 20:22:57 ---> ef5d6a4090a7 20:22:57 Step 4/23 : WORKDIR /edgex-go 20:22:57 ---> Using cache 20:22:57 ---> 067e22fac0d2 20:22:57 Step 5/23 : RUN apk add --update --no-cache make git 20:22:57 ---> Using cache 20:22:57 ---> e5d101901651 20:22:57 Step 6/23 : COPY go.mod vendor* ./ 20:22:57 ---> Using cache 20:22:57 ---> a35ca36e7cdc 20:22:57 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:57 ---> Using cache 20:22:57 ---> 36bf57c4e623 20:22:57 Step 8/23 : COPY . . 20:22:57 ---> Using cache 20:22:57 ---> e9bf66540c51 20:22:57 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:22:58 ---> Running in 5c33660223bd 20:23:00 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 20:24:21 Removing intermediate container 4a222c1ef6c8 20:24:21 ---> 8924904083c6 20:24:21 Step 8/23 : COPY . . 20:24:29 ---> b530732487ca 20:24:29 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:24:29 ---> Running in 30c90fb64150 20:24:31 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 20:29:08 Removing intermediate container 01db82d2c3fb 20:29:08 ---> c72ee4780b36 20:29:08 20:29:08 Step 9/33 : FROM alpine:3.17 20:29:08 ---> 51e60588ff2c 20:29:08 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:29:08 ---> Running in 41d4f90d7448 20:29:08 Removing intermediate container 41d4f90d7448 20:29:08 ---> 42f06b04abd7 20:29:08 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:29:08 ---> Running in d3be5dcac04d 20:29:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:29:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:29:08 (1/2) Installing dumb-init (1.2.5-r2) 20:29:08 (2/2) Installing su-exec (0.2-r2) 20:29:08 Executing busybox-1.35.0-r29.trigger 20:29:08 OK: 8 MiB in 17 packages 20:29:08 Removing intermediate container d3be5dcac04d 20:29:08 ---> d03436b439c3 20:29:08 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:29:08 ---> Running in 526db7f240e3 20:29:08 Removing intermediate container 526db7f240e3 20:29:08 ---> 1e558bc2fbcc 20:29:08 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:29:08 ---> Running in e2a02febc431 20:29:08 Removing intermediate container e2a02febc431 20:29:08 ---> 18f0acc4d69f 20:29:08 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:29:08 ---> Running in faf966a4dff6 20:29:09 Removing intermediate container faf966a4dff6 20:29:09 ---> 598467e7ac9f 20:29:09 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:29:09 ---> Running in e5ebf23ece31 20:29:09 Removing intermediate container e5ebf23ece31 20:29:09 ---> 65d770445e36 20:29:09 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:29:09 ---> Running in 383a8520db0b 20:29:13 Removing intermediate container 383a8520db0b 20:29:13 ---> 818c5aa7a097 20:29:13 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:29:13 ---> Running in 6649f407fde7 20:29:13 Removing intermediate container 6649f407fde7 20:29:13 ---> 13847d68c2f3 20:29:13 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:29:14 ---> 7e62c3a9cd02 20:29:14 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:29:14 ---> Running in db4e6ecdef1a 20:29:18 Removing intermediate container db4e6ecdef1a 20:29:18 ---> cf07554deabc 20:29:18 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:18 ---> cbd5b1eb2dac 20:29:18 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:29:19 ---> a2ba9e5d0727 20:29:19 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:29:21 ---> 109d33d875a8 20:29:21 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:29:26 ---> ba61ccd107fd 20:29:26 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:29:26 ---> 2d0d92ff0191 20:29:26 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:29:27 ---> dd8e1137a518 20:29:27 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:29:28 ---> 49c7573b3825 20:29:28 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:29:29 ---> 42a68db9ef6b 20:29:29 Step 28/33 : RUN chmod +x /entrypoint.sh 20:29:29 ---> Running in 22f9e3867d4f 20:29:33 Removing intermediate container 22f9e3867d4f 20:29:33 ---> 37ff73ba9e9d 20:29:33 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:29:33 ---> Running in 680d13a61804 20:29:33 Removing intermediate container 680d13a61804 20:29:33 ---> fd90ba2951a5 20:29:33 Step 30/33 : CMD ["gate"] 20:29:33 ---> Running in d03b33c7818b 20:29:34 Removing intermediate container d03b33c7818b 20:29:34 ---> 426bcbd633c9 20:29:34 Step 31/33 : LABEL arch=arm64 20:29:34 ---> Running in 279063afa81b 20:29:34 Removing intermediate container 279063afa81b 20:29:34 ---> ec61255a616f 20:29:34 Step 32/33 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:29:34 ---> Running in 5d732fb5fa33 20:29:35 Removing intermediate container 5d732fb5fa33 20:29:35 ---> af17d235cfdc 20:29:35 Step 33/33 : LABEL version=0.0.0 20:29:35 ---> Running in 8a6c46052039 20:29:36 Removing intermediate container 8a6c46052039 20:29:36 ---> f6a37289bd74 20:29:36 20:29:36 Successfully built f6a37289bd74 20:29:36 Successfully tagged security-bootstrapper-arm64:latest 20:29:36  Building security-bootstrapper ... done Building core-metadata 20:29:54 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:29:54 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:29:54 ---> 783b1bc8b688 20:29:54 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:29:54 ---> Using cache 20:29:54 ---> ef5d6a4090a7 20:29:54 Step 4/25 : WORKDIR /edgex-go 20:29:54 ---> Using cache 20:29:54 ---> 067e22fac0d2 20:29:54 Step 5/25 : RUN apk add --update --no-cache make git 20:29:54 ---> Using cache 20:29:54 ---> e5d101901651 20:29:54 Step 6/25 : COPY go.mod vendor* ./ 20:29:54 ---> Using cache 20:29:54 ---> a35ca36e7cdc 20:29:54 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:29:54 ---> Using cache 20:29:54 ---> 36bf57c4e623 20:29:54 Step 8/25 : COPY . . 20:29:54 ---> Using cache 20:29:54 ---> e9bf66540c51 20:29:54 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:29:54 ---> Running in 6755d9f38690 20:29:55 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 20:32:02 Removing intermediate container 63fbcdba14e7 20:32:02 ---> 21940f4aa49d 20:32:02 20:32:02 Step 9/20 : FROM alpine:3.17 20:32:02 ---> 51e60588ff2c 20:32:02 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:32:02 ---> Using cache 20:32:02 ---> 42f06b04abd7 20:32:02 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:32:02 ---> Running in 14c64b2f8f55 20:32:02 Removing intermediate container 5c33660223bd 20:32:02 ---> 77b7b16130a4 20:32:02 20:32:02 Step 10/23 : FROM alpine:3.17 20:32:02 ---> 51e60588ff2c 20:32:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:32:02 ---> Running in f47b16f00629 20:32:02 Removing intermediate container f47b16f00629 20:32:02 ---> 09b5065a4b1f 20:32:02 Step 12/23 : ENV APP_PORT=59880 20:32:02 ---> Running in ae8dfbb9448a 20:32:02 Removing intermediate container ae8dfbb9448a 20:32:02 ---> adcbf476127e 20:32:02 Step 13/23 : EXPOSE $APP_PORT 20:32:02 ---> Running in c294c3cf185d 20:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:32:02 Removing intermediate container c294c3cf185d 20:32:02 ---> c1d9c436cffe 20:32:02 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:32:02 ---> Running in ed0baeba4a7c 20:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:32:02 v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:32:02 v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:32:02 OK: 17689 distinct packages available 20:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:32:03 (1/1) Installing dumb-init (1.2.5-r2) 20:32:03 Executing busybox-1.35.0-r29.trigger 20:32:03 OK: 8 MiB in 16 packages 20:32:04 (1/9) Installing ca-certificates (20220614-r4) 20:32:04 (2/9) Installing brotli-libs (1.0.9-r9) 20:32:04 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:32:04 (4/9) Installing libcurl (8.0.1-r0) 20:32:04 (5/9) Installing curl (8.0.1-r0) 20:32:04 (6/9) Installing dumb-init (1.2.5-r2) 20:32:04 (7/9) Installing musl-obstack (1.2.3-r0) 20:32:04 (8/9) Installing libucontext (1.2-r0) 20:32:04 (9/9) Installing gcompat (1.1.0-r0) 20:32:04 Executing busybox-1.35.0-r29.trigger 20:32:04 Executing ca-certificates-20220614-r4.trigger 20:32:05 Removing intermediate container ed0baeba4a7c 20:32:05 ---> d915055f5408 20:32:05 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:05 OK: 11 MiB in 24 packages 20:32:06 ---> 10eda4a11269 20:32:06 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:32:08 ---> 50d2d04f698c 20:32:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:32:08 Removing intermediate container 14c64b2f8f55 20:32:08 ---> fd90968b7885 20:32:08 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:09 ---> b43fa2613a25 20:32:09 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:32:10 ---> 9aa0a61bd76f 20:32:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:32:10 ---> 2fbce2965308 20:32:10 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:32:11 ---> 927347f2f0dd 20:32:11 Step 19/23 : ENTRYPOINT ["/core-data"] 20:32:11 ---> Running in 4341a289a8b1 20:32:12 Removing intermediate container 4341a289a8b1 20:32:12 ---> e4243ba970bc 20:32:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:32:12 ---> Running in e0857a8d4fb9 20:32:13 Removing intermediate container e0857a8d4fb9 20:32:13 ---> bbac66b02512 20:32:13 Step 21/23 : LABEL arch=arm64 20:32:13 ---> Running in 0dd664c788e0 20:32:14 ---> 11042b60cbbe 20:32:14 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:32:14 Removing intermediate container 0dd664c788e0 20:32:14 ---> 643f7b94c32c 20:32:14 Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:32:14 ---> Running in a3f44197aa3d 20:32:15 Removing intermediate container a3f44197aa3d 20:32:15 ---> f217fca11adf 20:32:15 Step 23/23 : LABEL version=0.0.0 20:32:15 ---> Running in 574f366acf4b 20:32:15 ---> 80b4ec99b33e 20:32:15 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:32:15 ---> Running in 9dadb44fe97f 20:32:16 Removing intermediate container 574f366acf4b 20:32:16 ---> 04e1f41767fa 20:32:16 20:32:16 Removing intermediate container 9dadb44fe97f 20:32:16 ---> 238321b0cc16 20:32:16 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:32:16 ---> Running in 4c88bdf5ee45 20:32:16 Successfully built 04e1f41767fa 20:32:16 Successfully tagged core-data-arm64:latest 20:32:16 Building core-command 20:32:19  Building core-data ... done Removing intermediate container 4c88bdf5ee45 20:32:19 ---> 3b22b7fcaa17 20:32:19 Step 18/20 : LABEL arch=arm64 20:32:19 ---> Running in a4c11b142248 20:32:20 Removing intermediate container a4c11b142248 20:32:20 ---> b7c034f3c0ab 20:32:20 Step 19/20 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:32:20 ---> Running in 7b49a1a5aa4a 20:32:20 Removing intermediate container 7b49a1a5aa4a 20:32:20 ---> b9c9ff94b31f 20:32:20 Step 20/20 : LABEL version=0.0.0 20:32:21 ---> Running in 531e9138cb9d 20:32:21 Removing intermediate container 531e9138cb9d 20:32:21 ---> a4f3da727b8f 20:32:21 20:32:21 Successfully built a4f3da727b8f 20:32:21 Successfully tagged security-spiffe-token-provider-arm64:latest 20:32:21 Building security-proxy-setup 20:32:43  Building security-spiffe-token-provider ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:32:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:32:43 ---> 783b1bc8b688 20:32:43 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:32:43 ---> Using cache 20:32:43 ---> ef5d6a4090a7 20:32:43 Step 4/24 : WORKDIR /edgex-go 20:32:43 ---> Using cache 20:32:43 ---> 067e22fac0d2 20:32:43 Step 5/24 : RUN apk add --update --no-cache make git 20:32:43 ---> Using cache 20:32:43 ---> e5d101901651 20:32:43 Step 6/24 : COPY go.mod vendor* ./ 20:32:43 ---> Using cache 20:32:43 ---> a35ca36e7cdc 20:32:43 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:32:43 ---> Using cache 20:32:43 ---> 36bf57c4e623 20:32:43 Step 8/24 : COPY . . 20:32:43 ---> Using cache 20:32:43 ---> e9bf66540c51 20:32:43 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:32:43 ---> Running in 4a5cd94a26c8 20:32:46 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 20:32:48 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:32:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:32:48 ---> 783b1bc8b688 20:32:48 Step 3/22 : WORKDIR /edgex-go 20:32:48 ---> Using cache 20:32:48 ---> 89549ee0860a 20:32:48 Step 4/22 : RUN apk add --update --no-cache make git 20:32:48 ---> Running in 81cfbf7e7409 20:32:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:32:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:32:53 OK: 263 MiB in 53 packages 20:32:55 Removing intermediate container 81cfbf7e7409 20:32:55 ---> 35cdf6240b05 20:32:55 Step 5/22 : COPY go.mod vendor* ./ 20:32:59 ---> c56a7342c97d 20:32:59 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:32:59 ---> Running in 05b1e7d9ef2e 20:33:01 Removing intermediate container 2866e053ff5d 20:33:01 ---> 1fe671486c83 20:33:01 20:33:01 Step 10/23 : FROM alpine:3.17 20:33:01 ---> 51e60588ff2c 20:33:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:33:01 ---> Running in bbe581d7d656 20:33:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:33:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:33:05 (1/1) Installing dumb-init (1.2.5-r2) 20:33:05 Executing busybox-1.35.0-r29.trigger 20:33:06 OK: 8 MiB in 16 packages 20:33:07 Removing intermediate container bbe581d7d656 20:33:07 ---> 8b7f7e5b5cfe 20:33:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:33:07 ---> Running in 9962b8ed50ab 20:33:08 Removing intermediate container 9962b8ed50ab 20:33:08 ---> c54baa2a3e5a 20:33:08 Step 13/23 : ENV APP_PORT=59861 20:33:08 ---> Running in 0ae8f8675cc1 20:33:08 Removing intermediate container 0ae8f8675cc1 20:33:08 ---> 2fcc6f9e7aea 20:33:08 Step 14/23 : EXPOSE $APP_PORT 20:33:08 ---> Running in 2b3a14c5e537 20:33:09 Removing intermediate container 2b3a14c5e537 20:33:09 ---> adc568af8f50 20:33:09 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:33:10 ---> 688fd841c77c 20:33:10 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:33:11 ---> bb7432abd68b 20:33:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:33:14 ---> dd82dca60a80 20:33:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:33:15 ---> a1ccb6855cd1 20:33:15 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:33:15 ---> Running in 8c8bfaca9178 20:33:15 Removing intermediate container 8c8bfaca9178 20:33:15 ---> ad20c92acfb3 20:33:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:33:15 ---> Running in cecbcc874c28 20:33:16 Removing intermediate container cecbcc874c28 20:33:16 ---> aa0693b2e115 20:33:16 Step 21/23 : LABEL arch=arm64 20:33:16 ---> Running in 04ea2debaa02 20:33:16 Removing intermediate container 04ea2debaa02 20:33:16 ---> 848db4788667 20:33:16 Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:33:17 ---> Running in 71b578a91a41 20:33:17 Removing intermediate container 71b578a91a41 20:33:17 ---> dcb6cffa8dc6 20:33:17 Step 23/23 : LABEL version=0.0.0 20:33:17 ---> Running in 629ce7c69fb9 20:33:18 Removing intermediate container 629ce7c69fb9 20:33:18 ---> 8303e4ced9ae 20:33:18 20:33:18 Successfully built 8303e4ced9ae 20:33:18 Successfully tagged support-scheduler-arm64:latest 20:33:18  Building support-scheduler ... done Building security-secretstore-setup 20:33:36 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:33:36 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:33:36 ---> 783b1bc8b688 20:33:36 Step 3/25 : WORKDIR /edgex-go 20:33:36 ---> Using cache 20:33:36 ---> 89549ee0860a 20:33:36 Step 4/25 : RUN apk add --update --no-cache make git 20:33:36 ---> Using cache 20:33:36 ---> 35cdf6240b05 20:33:36 Step 5/25 : COPY go.mod vendor* ./ 20:33:36 ---> Using cache 20:33:36 ---> c56a7342c97d 20:33:36 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:33:37 ---> Running in ba436ca4f9a0 20:34:45 Removing intermediate container 05b1e7d9ef2e 20:34:45 ---> dd0dae6d43c0 20:34:45 Step 7/22 : COPY . . 20:35:00 ---> 91ed1dfaa54f 20:35:00 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:35:00 ---> Running in 235cd6aa8e5f 20:35:02 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 20:35:34 Removing intermediate container ba436ca4f9a0 20:35:34 ---> cdec3f575747 20:35:34 Step 7/25 : COPY . . 20:35:43 ---> 52ac8cce3a0f 20:35:43 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:35:43 ---> Running in 53ed65eb27c2 20:35: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:35:59 Removing intermediate container 30c90fb64150 20:35:59 ---> 5aa63a5ad6dd 20:35:59 20:35:59 Step 10/23 : FROM alpine:3.17 20:35:59 ---> 51e60588ff2c 20:35:59 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:35:59 ---> Running in 427f39f4ebd6 20:36:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:36:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:36:02 (1/2) Installing ca-certificates (20220614-r4) 20:36:02 (2/2) Installing dumb-init (1.2.5-r2) 20:36:02 Executing busybox-1.35.0-r29.trigger 20:36:02 Executing ca-certificates-20220614-r4.trigger 20:36:03 OK: 8 MiB in 17 packages 20:36:05 Removing intermediate container 427f39f4ebd6 20:36:05 ---> 7b5a528ad428 20:36:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:36:05 ---> Running in fc399bda4d3b 20:36:06 Removing intermediate container fc399bda4d3b 20:36:06 ---> 56c9c024fd84 20:36:06 Step 13/23 : ENV APP_PORT=59860 20:36:06 ---> Running in 39f2268f45ea 20:36:06 Removing intermediate container 39f2268f45ea 20:36:06 ---> 0b3c12351aba 20:36:06 Step 14/23 : EXPOSE $APP_PORT 20:36:06 ---> Running in 2b4cee7e58b0 20:36:07 Removing intermediate container 2b4cee7e58b0 20:36:07 ---> bcef76ae68da 20:36:07 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:08 ---> c1cf1967c9bb 20:36:08 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:36:09 ---> fc394f4f67ab 20:36:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:36:12 ---> d197bb835706 20:36:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:36:12 ---> c69ad32ef0a5 20:36:12 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:36:12 ---> Running in 0b41b185164c 20:36:13 Removing intermediate container 0b41b185164c 20:36:13 ---> 1af402581fca 20:36:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:36:13 ---> Running in 23a128962699 20:36:14 Removing intermediate container 23a128962699 20:36:14 ---> 3d3bf2acc82a 20:36:14 Step 21/23 : LABEL arch=arm64 20:36:14 ---> Running in f06aad4407e6 20:36:14 Removing intermediate container f06aad4407e6 20:36:14 ---> c5a6e0e6d707 20:36:14 Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:36:14 ---> Running in 95eaf5bbc04e 20:36:15 Removing intermediate container 95eaf5bbc04e 20:36:15 ---> 2a1b35aaa123 20:36:15 Step 23/23 : LABEL version=0.0.0 20:36:15 ---> Running in 79dc9d51d9f0 20:36:15 Removing intermediate container 79dc9d51d9f0 20:36:15 ---> 0203ddfab49a 20:36:15 20:36:16 Successfully built 0203ddfab49a 20:36:16 Successfully tagged support-notifications-arm64:latest 20:36:16 Building security-proxy-auth 20:36:34  Building support-notifications ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:36:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:36:34 ---> 783b1bc8b688 20:36:34 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:36:34 ---> Using cache 20:36:34 ---> ef5d6a4090a7 20:36:34 Step 4/23 : WORKDIR /edgex-go 20:36:34 ---> Using cache 20:36:34 ---> 067e22fac0d2 20:36:34 Step 5/23 : RUN apk add --update --no-cache make git 20:36:34 ---> Using cache 20:36:34 ---> e5d101901651 20:36:34 Step 6/23 : COPY go.mod vendor* ./ 20:36:34 ---> Using cache 20:36:34 ---> a35ca36e7cdc 20:36:34 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:36:34 ---> Using cache 20:36:34 ---> 36bf57c4e623 20:36:34 Step 8/23 : COPY . . 20:36:34 ---> Using cache 20:36:34 ---> e9bf66540c51 20:36:34 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:36:34 ---> Running in d42effe93442 20:36:35 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 20:37:59 Removing intermediate container 6755d9f38690 20:37:59 ---> 59b2c4e1b316 20:37:59 20:37:59 Step 10/25 : FROM alpine:3.17 20:37:59 ---> 51e60588ff2c 20:37:59 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:37:59 ---> Using cache 20:37:59 ---> 8b7f7e5b5cfe 20:37:59 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:37:59 ---> Using cache 20:37:59 ---> c54baa2a3e5a 20:37:59 Step 13/25 : ENV APP_PORT=59881 20:37:59 ---> Running in 9d7ece1cad1c 20:37:59 Removing intermediate container 9d7ece1cad1c 20:37:59 ---> 71a3243b0048 20:37:59 Step 14/25 : EXPOSE $APP_PORT 20:37:59 ---> Running in e2379f4599be 20:37:59 Removing intermediate container e2379f4599be 20:37:59 ---> 4a1bbf79c390 20:37:59 Step 15/25 : WORKDIR / 20:37:59 ---> Running in 39100f0dc235 20:37:59 Removing intermediate container 39100f0dc235 20:37:59 ---> ee10832ccdad 20:37:59 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:59 ---> 458a1c6e3233 20:37:59 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:38:00 ---> 68864380f114 20:38:00 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:38:02 ---> 5f198ebfcde3 20:38:02 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:38:06 ---> 35b9b8ef9ad4 20:38:06 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:38:06 ---> 0b30e56090f3 20:38:06 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:38:07 ---> Running in 49baabe00f0b 20:38:07 Removing intermediate container 49baabe00f0b 20:38:07 ---> bb03b85cfc6a 20:38:07 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:38:07 ---> Running in adccd223a558 20:38:08 Removing intermediate container adccd223a558 20:38:08 ---> 0e8f12d04682 20:38:08 Step 23/25 : LABEL arch=arm64 20:38:08 ---> Running in a205fc7d4c9c 20:38:08 Removing intermediate container a205fc7d4c9c 20:38:08 ---> caa3f884d2d1 20:38:08 Step 24/25 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:38:09 ---> Running in b9d88b94d663 20:38:09 Removing intermediate container b9d88b94d663 20:38:09 ---> 4f8ad6734abe 20:38:09 Step 25/25 : LABEL version=0.0.0 20:38:09 ---> Running in f663a2a4b7b2 20:38:10 Removing intermediate container f663a2a4b7b2 20:38:10 ---> 2fcfc5f9ac37 20:38:10 20:38:10 Successfully built 2fcfc5f9ac37 20:38:10 Successfully tagged core-metadata-arm64:latest 20:38:10  Building core-metadata ... done Building core-common-config-bootstrapper 20:38:28 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:38:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:38:28 ---> 783b1bc8b688 20:38:28 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:38:28 ---> Using cache 20:38:28 ---> ef5d6a4090a7 20:38:28 Step 4/23 : WORKDIR /edgex-go 20:38:28 ---> Using cache 20:38:28 ---> 067e22fac0d2 20:38:28 Step 5/23 : RUN apk add --update --no-cache make git 20:38:28 ---> Using cache 20:38:28 ---> e5d101901651 20:38:28 Step 6/23 : COPY go.mod vendor* ./ 20:38:28 ---> Using cache 20:38:28 ---> a35ca36e7cdc 20:38:28 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:38:28 ---> Using cache 20:38:28 ---> 36bf57c4e623 20:38:28 Step 8/23 : COPY . . 20:38:28 ---> Using cache 20:38:28 ---> e9bf66540c51 20:38:28 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:38:28 ---> Running in 9e77ef79fa45 20:38:31 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 20:40:53 Removing intermediate container 4a5cd94a26c8 20:40:53 ---> 4a1635548ace 20:40:53 20:40:53 Step 10/24 : FROM alpine:3.17 20:40:53 ---> 51e60588ff2c 20:40:53 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:40:53 ---> Using cache 20:40:53 ---> 8b7f7e5b5cfe 20:40:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:40:53 ---> Using cache 20:40:53 ---> c54baa2a3e5a 20:40:53 Step 13/24 : ENV APP_PORT=59882 20:40:53 ---> Running in c69e4f0d5911 20:40:53 Removing intermediate container c69e4f0d5911 20:40:53 ---> e78f917b7139 20:40:53 Step 14/24 : EXPOSE $APP_PORT 20:40:53 ---> Running in e9c282e364b9 20:40:53 Removing intermediate container e9c282e364b9 20:40:53 ---> ee36589b9b55 20:40:53 Step 15/24 : WORKDIR / 20:40:53 ---> Running in 6b4389aa32df 20:40:53 Removing intermediate container 6b4389aa32df 20:40:53 ---> 309813aa77d7 20:40:53 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:40:53 ---> 077a43a0879d 20:40:53 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:40:53 ---> 96ac6b7cdef4 20:40:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:40:53 ---> 0f2eaa71c305 20:40:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:40:53 ---> 88e39d829246 20:40:53 Step 20/24 : ENTRYPOINT ["/core-command"] 20:40:53 ---> Running in 348a67b8a517 20:40:53 Removing intermediate container 348a67b8a517 20:40:53 ---> 4e633631a431 20:40:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:40:53 ---> Running in 73ad08112070 20:40:53 Removing intermediate container 73ad08112070 20:40:53 ---> dbf88587f4cf 20:40:53 Step 22/24 : LABEL arch=arm64 20:40:53 ---> Running in 3a05723df7a3 20:40:53 Removing intermediate container 3a05723df7a3 20:40:53 ---> d75ca0322c64 20:40:53 Step 23/24 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:40:53 ---> Running in d8e3013839ee 20:40:53 Removing intermediate container d8e3013839ee 20:40:53 ---> e28395848af6 20:40:53 Step 24/24 : LABEL version=0.0.0 20:40:53 ---> Running in e735bed6e463 20:40:53 Removing intermediate container e735bed6e463 20:40:53 ---> 030914049787 20:40:53 20:40:53 Successfully built 030914049787 20:40:53 Successfully tagged core-command-arm64:latest 20:42:00  Building core-command ... done Removing intermediate container 235cd6aa8e5f 20:42:00 ---> c1346d564f52 20:42:00 20:42:00 Step 9/22 : FROM alpine:3.17 20:42:00 ---> 51e60588ff2c 20:42:00 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:42:00 ---> Running in 26fa8cc44d3b 20:42:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:42:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:42:03 (1/2) Installing dumb-init (1.2.5-r2) 20:42:03 (2/2) Installing openssl (3.0.8-r3) 20:42:03 Executing busybox-1.35.0-r29.trigger 20:42:03 OK: 8 MiB in 17 packages 20:42:09 Removing intermediate container 26fa8cc44d3b 20:42:09 ---> 7159ec295739 20:42:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:42:09 ---> Running in 85bef57e3419 20:42:09 Removing intermediate container 85bef57e3419 20:42:09 ---> 1210b0e01d46 20:42:09 Step 12/22 : WORKDIR /edgex 20:42:09 ---> Running in 5bac8874b071 20:42:09 Removing intermediate container 5bac8874b071 20:42:09 ---> 3d6fe5b21edd 20:42:09 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:42:11 ---> d1624c2b3e91 20:42:11 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:42:11 ---> ef1de2f1ddb8 20:42:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:42:12 ---> 2b48c5541752 20:42:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:42:14 ---> c9a4fe033565 20:42:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:42:15 ---> 4f5d2a5c8d5f 20:42:15 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:42:15 ---> Running in cc755f7542a0 20:42:19 Removing intermediate container cc755f7542a0 20:42:19 ---> 61b9e277110d 20:42:19 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:42:19 ---> Running in 605578eb2ae5 20:42:19 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 20:42:19 Removing intermediate container 605578eb2ae5 20:42:19 ---> 09cd33d4f0bc 20:42:19 Step 20/22 : LABEL arch=arm64 20:42:19 ---> Running in 1ca8d1871f0e 20:42:20 Removing intermediate container 1ca8d1871f0e 20:42:20 ---> 4943f8ce2902 20:42:20 Step 21/22 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:42:21 ---> Running in de2d48a1c875 20:42:22 Removing intermediate container de2d48a1c875 20:42:22 ---> 242f9aeee95a 20:42:22 Step 22/22 : LABEL version=0.0.0 20:42:22 ---> Running in a82c0ee6e19a 20:42:23 Removing intermediate container a82c0ee6e19a 20:42:23 ---> 11d2326f64e5 20:42:23 20:42:23 Successfully built 11d2326f64e5 20:42:23 Successfully tagged security-proxy-setup-arm64:latest 20:42:38  Building security-proxy-setup ... done Removing intermediate container 53ed65eb27c2 20:42:38 ---> b20a6eef23c5 20:42:38 20:42:38 Step 9/25 : FROM alpine:3.17 20:42:38 ---> 51e60588ff2c 20:42:38 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:42:38 ---> Running in 82044459ada9 20:42:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:42:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:42:41 (1/3) Installing ca-certificates (20220614-r4) 20:42:41 (2/3) Installing dumb-init (1.2.5-r2) 20:42:41 (3/3) Installing su-exec (0.2-r2) 20:42:41 Executing busybox-1.35.0-r29.trigger 20:42:41 Executing ca-certificates-20220614-r4.trigger 20:42:41 OK: 8 MiB in 18 packages 20:42:44 Removing intermediate container 82044459ada9 20:42:44 ---> 818b349dabfb 20:42:44 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:42:44 ---> Running in 732df0509761 20:42:44 Removing intermediate container 732df0509761 20:42:44 ---> 24a2a4cf6533 20:42:44 Step 12/25 : WORKDIR / 20:42:44 ---> Running in e65d723a0dc1 20:42:45 Removing intermediate container e65d723a0dc1 20:42:45 ---> e05b54d33fbc 20:42:45 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:42:47 ---> ad5ff7644e24 20:42:47 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:42:49 ---> da0b54619bd2 20:42:49 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:42:50 ---> 6f46795eb01b 20:42:50 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:42:52 ---> 687871f69e3f 20:42:52 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:42:53 ---> 82dbb8e56939 20:42:53 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:42:56 ---> 12eadfefadef 20:42:56 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:42:57 Removing intermediate container d42effe93442 20:42:57 ---> c608d951036a 20:42:57 20:42:57 Step 10/23 : FROM alpine:3.17 20:42:57 ---> 51e60588ff2c 20:42:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:42:57 ---> Running in b2a276b63063 20:42:57 Removing intermediate container b2a276b63063 20:42:57 ---> e1d2f461dedd 20:42:57 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:42:57 ---> Running in 61bae696e79c 20:42:59 ---> f5f023e9ff4b 20:42:59 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:43:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:43:00 ---> 65bb379fef6f 20:43:00 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:43:00 ---> Running in 5030ab27ef9f 20:43:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:43:03 (1/1) Installing dumb-init (1.2.5-r2) 20:43:03 Executing busybox-1.35.0-r29.trigger 20:43:03 OK: 8 MiB in 16 packages 20:43:04 Removing intermediate container 5030ab27ef9f 20:43:04 ---> 8c57d8bded76 20:43:04 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:43:05 ---> Running in e2b19df608d0 20:43:05 Removing intermediate container 61bae696e79c 20:43:05 ---> 63765607d2ea 20:43:05 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:43:05 Removing intermediate container e2b19df608d0 20:43:05 ---> ec40ecb654f2 20:43:05 Step 23/25 : LABEL arch=arm64 20:43:05 ---> Running in 3d9b5ca59f99 20:43:06 Removing intermediate container 3d9b5ca59f99 20:43:06 ---> 7ca53c691141 20:43:06 Step 24/25 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:43:06 ---> 9af7ffc7e395 20:43:06 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:43:06 ---> Running in 2e3be3040672 20:43:07 ---> afa121cbfd6d 20:43:07 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:43:07 Removing intermediate container 2e3be3040672 20:43:07 ---> 77bd8d4dcc8b 20:43:07 Step 25/25 : LABEL version=0.0.0 20:43:08 ---> Running in e7dfa991ff66 20:43:09 Removing intermediate container e7dfa991ff66 20:43:09 ---> 17c9bd8cad5e 20:43:09 20:43:09 Successfully built 17c9bd8cad5e 20:43:09 Successfully tagged security-secretstore-setup-arm64:latest 20:43:10  Building security-secretstore-setup ... done  ---> 6e03c15ef476 20:43:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:43:11 ---> 8f0d13b783b6 20:43:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:43:13 ---> 2c034b489b51 20:43:13 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:43:13 ---> Running in d48adf5f5360 20:43:17 Removing intermediate container d48adf5f5360 20:43:17 ---> 2b2d94ab9feb 20:43:17 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:43:17 ---> Running in 18da3f1e42dd 20:43:17 Removing intermediate container 18da3f1e42dd 20:43:17 ---> ddf72baed6aa 20:43:17 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:43:17 ---> Running in 6cb864ce33e6 20:43:18 Removing intermediate container 6cb864ce33e6 20:43:18 ---> 6105dc05215f 20:43:18 Step 21/23 : LABEL arch=arm64 20:43:18 ---> Running in f6432db76045 20:43:19 Removing intermediate container f6432db76045 20:43:19 ---> 9088edad561f 20:43:19 Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:43:19 ---> Running in 4c38a65c80f9 20:43:19 Removing intermediate container 4c38a65c80f9 20:43:19 ---> ead146d9a2bb 20:43:19 Step 23/23 : LABEL version=0.0.0 20:43:19 ---> Running in 5121b41beb7a 20:43:20 Removing intermediate container 5121b41beb7a 20:43:20 ---> 9d49405e576e 20:43:20 20:43:20 Successfully built 9d49405e576e 20:43:20 Successfully tagged security-proxy-auth-arm64:latest 20:43:35  Building security-proxy-auth ... done Removing intermediate container 9e77ef79fa45 20:43:35 ---> 3624e7b76de7 20:43:35 20:43:35 Step 10/23 : FROM alpine:3.17 20:43:35 ---> 51e60588ff2c 20:43:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:43:35 ---> Using cache 20:43:35 ---> e1d2f461dedd 20:43:35 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:43:35 ---> Using cache 20:43:35 ---> 63765607d2ea 20:43:35 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:43:35 ---> Using cache 20:43:35 ---> 9af7ffc7e395 20:43:35 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:43:35 ---> Using cache 20:43:35 ---> afa121cbfd6d 20:43:35 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:43:35 ---> 69c4dfdb0076 20:43:35 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:43:36 ---> fe35e9b45e8b 20:43:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:43:36 ---> 397fbc110a95 20:43:36 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:43:36 ---> Running in 4bd8c496b317 20:43:40 Removing intermediate container 4bd8c496b317 20:43:40 ---> 56996f836930 20:43:40 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:43:40 ---> Running in 2d63a95f485a 20:43:40 Removing intermediate container 2d63a95f485a 20:43:40 ---> b79e4f03fcb0 20:43:40 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:43:40 ---> Running in e3bb2e7f1707 20:43:40 Removing intermediate container e3bb2e7f1707 20:43:40 ---> cb4cba8da3a7 20:43:40 Step 21/23 : LABEL arch=arm64 20:43:40 ---> Running in 5c74f71b1fc3 20:43:40 Removing intermediate container 5c74f71b1fc3 20:43:40 ---> c51d129302a3 20:43:40 Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 20:43:41 ---> Running in 97c4e9dd4f75 20:43:41 Removing intermediate container 97c4e9dd4f75 20:43:41 ---> 35331eaa5545 20:43:41 Step 23/23 : LABEL version=0.0.0 20:43:41 ---> Running in 692fb8f18a40 20:43:41 Removing intermediate container 692fb8f18a40 20:43:41 ---> beff2c7a52c0 20:43:41 20:43:41 Successfully built beff2c7a52c0 20:43:41 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:43:42  Building core-common-config-bootstrapper ... done  [Pipeline] } 20:43:42 $ docker stop --time=1 a02dc9321d699096a937c04667f889f082445ece1ec7cf7bf496dd7c8e0f2f1f 20:43:44 $ docker rm -f --volumes a02dc9321d699096a937c04667f889f082445ece1ec7cf7bf496dd7c8e0f2f1f [Pipeline] // withDockerContainer [Pipeline] sh 20:43:44 + docker images 20:43:45 REPOSITORY TAG IMAGE ID CREATED SIZE 20:43:45 core-common-config-bootstrapper-arm64 latest beff2c7a52c0 4 seconds ago 17.2MB 20:43:45 3624e7b76de7 12 seconds ago 1.48GB 20:43:45 security-proxy-auth-arm64 latest 9d49405e576e 26 seconds ago 18.3MB 20:43:45 security-secretstore-setup-arm64 latest 17c9bd8cad5e 37 seconds ago 32.2MB 20:43:45 c608d951036a 50 seconds ago 1.47GB 20:43:45 b20a6eef23c5 About a minute ago 1.49GB 20:43:45 security-proxy-setup-arm64 latest 11d2326f64e5 About a minute ago 18.7MB 20:43:45 c1346d564f52 About a minute ago 1.47GB 20:43:45 core-command-arm64 latest 030914049787 2 minutes ago 19.7MB 20:43:45 4a1635548ace 3 minutes ago 1.49GB 20:43:45 core-metadata-arm64 latest 2fcfc5f9ac37 5 minutes ago 20.2MB 20:43:45 59b2c4e1b316 5 minutes ago 1.5GB 20:43:45 support-notifications-arm64 latest 0203ddfab49a 7 minutes ago 32.2MB 20:43:45 5aa63a5ad6dd 7 minutes ago 1.56GB 20:43:45 support-scheduler-arm64 latest 8303e4ced9ae 10 minutes ago 31.5MB 20:43:45 1fe671486c83 10 minutes ago 1.56GB 20:43:45 security-spiffe-token-provider-arm64 latest a4f3da727b8f 11 minutes ago 32.7MB 20:43:45 core-data-arm64 latest 04e1f41767fa 11 minutes ago 19.9MB 20:43:45 77b7b16130a4 11 minutes ago 1.5GB 20:43:45 21940f4aa49d 11 minutes ago 1.53GB 20:43:45 security-bootstrapper-arm64 latest f6a37289bd74 14 minutes ago 21.9MB 20:43:45 c72ee4780b36 14 minutes ago 1.48GB 20:43:45 security-spire-server-arm64 latest 9888947293c9 21 minutes ago 87.1MB 20:43:45 f14fc61d4892 21 minutes ago 1.35GB 20:43:45 security-spire-agent-arm64 latest 8de111c12f5e 21 minutes ago 125MB 20:43:45 security-spire-config-arm64 latest 4d9b30146546 21 minutes ago 86.2MB 20:43:45 bee0c4a199d6 22 minutes ago 1.35GB 20:43:45 7e541f856b62 22 minutes ago 1.35GB 20:43:45 ci-base-image-arm64 latest 783b1bc8b688 38 minutes ago 866MB 20:43:45 alpine 3.17 51e60588ff2c 2 weeks ago 7.46MB 20:43:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 5 weeks ago 648MB 20:43:45 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 20:43:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:43:46 20:43:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:43:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:43:46 arm64: Pulling from edgex-lftools-log-publisher 20:43:46 8998bd30e6a1: Pulling fs layer 20:43:46 04944245beec: Pulling fs layer 20:43:46 699f458cf7ca: Pulling fs layer 20:43:46 765212b225bb: Pulling fs layer 20:43:46 f23df028b6ca: Pulling fs layer 20:43:46 d65c8cfc05b1: Pulling fs layer 20:43:46 2437ff75d9bd: Pulling fs layer 20:43:46 765212b225bb: Waiting 20:43:46 d65c8cfc05b1: Waiting 20:43:46 2437ff75d9bd: Waiting 20:43:46 f23df028b6ca: Waiting 20:43:46 04944245beec: Verifying Checksum 20:43:46 04944245beec: Download complete 20:43:46 765212b225bb: Verifying Checksum 20:43:46 765212b225bb: Download complete 20:43:46 f23df028b6ca: Verifying Checksum 20:43:46 f23df028b6ca: Download complete 20:43:46 d65c8cfc05b1: Verifying Checksum 20:43:46 d65c8cfc05b1: Download complete 20:43:46 699f458cf7ca: Verifying Checksum 20:43:46 699f458cf7ca: Download complete 20:43:47 8998bd30e6a1: Download complete 20:43:49 2437ff75d9bd: Verifying Checksum 20:43:49 2437ff75d9bd: Download complete 20:43:54 8998bd30e6a1: Pull complete 20:43:54 04944245beec: Pull complete 20:43:55 699f458cf7ca: Pull complete 20:43:55 765212b225bb: Pull complete 20:43:56 f23df028b6ca: Pull complete 20:43:56 d65c8cfc05b1: Pull complete 20:44:11 2437ff75d9bd: Pull complete 20:44:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:44:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:44:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:44:11 prd-ubuntu20.04-docker-arm64-4c-16g-8773 does not seem to be running inside a container 20:44:11 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:44:14 $ docker top a02d11b1f5647d820841e0a28b8fe479dbfd7ba661f559d75e549679eb1f5684 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:44:15 ---> job-cost.sh 20:44:15 lf-activate-venv: SKIPPING 20:44:15 INFO: No Stack... 20:44:16 INFO: Retrieving Pricing Info for: v3-standard-4 20:44:16 INFO: Archiving Costs [Pipeline] sh 20:44:17 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:44:17 + cut -d, -f6 [Pipeline] lock 20:44:17 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4516-1-stack-cost] 20:44:17 Resource [jenkins-edgexfoundry-edgex-go-PR-4516-1-stack-cost] did not exist. Created. 20:44:17 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4516-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:44:18 + echo total: 0.10999999940395355 [Pipeline] stash 20:44:18 Stashed 1 file(s) [Pipeline] } 20:44:18 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4516-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:44:18 $ docker stop --time=1 a02d11b1f5647d820841e0a28b8fe479dbfd7ba661f559d75e549679eb1f5684 20:44:20 $ docker rm -f --volumes a02d11b1f5647d820841e0a28b8fe479dbfd7ba661f559d75e549679eb1f5684 [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 20:44:21 provisioning config files... 20:44:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1681082782856939742tmp [Pipeline] { [Pipeline] sh 20:44:21 + set +x 20:44:21 + curl+ -s https://codecov.io/bash 20:44:21 bash -s -- 20:44:21 20:44:21 _____ _ 20:44:21 / ____| | | 20:44:21 | | ___ __| | ___ ___ _____ __ 20:44:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:44:21 | |___| (_) | (_| | __/ (_| (_) \ V / 20:44:21 \_____\___/ \__,_|\___|\___\___/ \_/ 20:44:21 Bash-1.0.6 20:44:21 20:44:21 20:44:21 ==> git version 2.25.1 found 20:44:21 ==> 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 20:44:21 Release-Date: 2020-01-08 20:44:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:44:21 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:44:21 ==> Jenkins CI detected. 20:44:21 current dir:  /w/workspace/edgex-go/1 20:44:21 project root: . 20:44:21 --> token set from env 20:44:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:44:21 ==> Running gcov in . (disable via -X gcov) 20:44:21 ==> Python coveragepy not found 20:44:21 ==> Searching for coverage reports in: 20:44:21 + . 20:44:21 -> Found 1 reports 20:44:21 ==> Detecting git/mercurial file structure 20:44:21 ==> Reading reports 20:44:21 + ./coverage.out bytes=448248 20:44:21 ==> Appending adjustments 20:44:21 https://docs.codecov.io/docs/fixing-reports 20:44:23 + Found adjustments 20:44:23 ==> Gzipping contents 20:44:23 60K /tmp/codecov.Dvagwz.gz 20:44:23 ==> Uploading reports 20:44:23 url: https://codecov.io 20:44:23 query: branch=PR-4516&commit=9c6f205bef6229b17ef07f5235b60c76afa09d66&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4516%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4516&job=&cmd_args= 20:44:23 -> Pinging Codecov 20:44: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-4516&commit=9c6f205bef6229b17ef07f5235b60c76afa09d66&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4516%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4516&job=&cmd_args= 20:44:23 -> Uploading to 20:44:23 https://storage.googleapis.com/codecov/v4/raw/2023-04-17/00271124DB129430A58F1EEE437C3FCB/9c6f205bef6229b17ef07f5235b60c76afa09d66/ea6de98b-c4f5-4ab7-bf4e-389ac0a8d892.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230417%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230417T204422Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=23b9b00530d6ff67e6ae5a86a13816db7bbd8c3cfc0c77db92279a3062a85cc1 20:44:23 % Total % Received % Xferd Average Speed Time Time Time Current 20:44:23 Dload Upload Total Spent Left Speed 20:44:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57500 0 0 100 57500 0 222k --:--:-- --:--:-- --:--:-- 222k 20:44:23 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9c6f205bef6229b17ef07f5235b60c76afa09d66 [Pipeline] } 20:44:23 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 20:44:24 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:44:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:44:25 ---> package-listing.sh 20:44:25 ++ facter osfamily 20:44:25 ++ tr '[:upper:]' '[:lower:]' 20:44:26 + OS_FAMILY=debian 20:44:26 + workspace=/w/workspace/edgex-go/1 20:44:26 + START_PACKAGES=/tmp/packages_start.txt 20:44:26 + END_PACKAGES=/tmp/packages_end.txt 20:44:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:44:26 + PACKAGES=/tmp/packages_start.txt 20:44:26 + '[' /w/workspace/edgex-go/1 ']' 20:44:26 + PACKAGES=/tmp/packages_end.txt 20:44:26 + case "${OS_FAMILY}" in 20:44:26 + dpkg -l 20:44:26 + grep '^ii' 20:44:26 + '[' -f /tmp/packages_start.txt ']' 20:44:26 + '[' -f /tmp/packages_end.txt ']' 20:44:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:44:26 + '[' /w/workspace/edgex-go/1 ']' 20:44:26 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:44:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:44:26 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 20:44:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:44:27 20:44:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:44:27 latest: Pulling from edgex-lftools-log-publisher 20:44:27 5eb5b503b376: Pulling fs layer 20:44:27 5c69ac0246d0: Pulling fs layer 20:44:27 ec43610c2a17: Pulling fs layer 20:44:27 3a2ae6a8a46f: Pulling fs layer 20:44:27 33b1e0a273af: Pulling fs layer 20:44:27 3a2ae6a8a46f: Waiting 20:44:27 33b1e0a273af: Waiting 20:44:27 5d3b04190fa2: Pulling fs layer 20:44:27 2f39f015ded8: Pulling fs layer 20:44:27 2f39f015ded8: Waiting 20:44:27 5d3b04190fa2: Waiting 20:44:27 5c69ac0246d0: Download complete 20:44:27 3a2ae6a8a46f: Verifying Checksum 20:44:27 3a2ae6a8a46f: Download complete 20:44:27 33b1e0a273af: Verifying Checksum 20:44:27 33b1e0a273af: Download complete 20:44:27 ec43610c2a17: Verifying Checksum 20:44:27 ec43610c2a17: Download complete 20:44:27 5d3b04190fa2: Verifying Checksum 20:44:27 5d3b04190fa2: Download complete 20:44:27 5eb5b503b376: Download complete 20:44:28 2f39f015ded8: Verifying Checksum 20:44:28 5eb5b503b376: Pull complete 20:44:28 5c69ac0246d0: Pull complete 20:44:29 ec43610c2a17: Pull complete 20:44:29 3a2ae6a8a46f: Pull complete 20:44:29 33b1e0a273af: Pull complete 20:44:29 5d3b04190fa2: Pull complete 20:44:33 2f39f015ded8: Pull complete 20:44:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:44:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:44:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:44:34 prd-ubuntu20.04-docker-8c-8g-8771 does not seem to be running inside a container 20:44:34 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:44:36 $ docker top 3a4fd6b6ca7e05c2db2b5a1f0208375819e13a6ceffda3115931ef5978da0222 -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:36 + touch /tmp/pre-build-complete [Pipeline] sh 20:44:37 + mkdir -p /var/log/sysstat [Pipeline] sh 20:44:37 + ls /var/log/sa-host 20:44:37 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:44:37 provisioning config files... 20:44:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config12776299305873739001tmp [Pipeline] { [Pipeline] echo 20:44:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:44:37 ---> create-netrc.sh [Pipeline] } 20:44:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:44:38 ---> python-tools-install.sh [Pipeline] echo 20:44:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:44:38 ---> sudo-logs.sh 20:44:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:44:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:44:39 ---> job-cost.sh 20:44:39 lf-activate-venv: SKIPPING 20:44:39 DEBUG: total: 0.10999999940395355 20:44:39 INFO: Retrieving Stack Cost... 20:44:39 INFO: Retrieving Pricing Info for: v3-standard-8 20:44:39 INFO: Archiving Costs [Pipeline] echo 20:44:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:44:40 ---> logs-deploy.sh 20:44:40 lf-activate-venv: SKIPPING 20:44:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4516/1 20:44:40 INFO: archiving workspace using pattern(s): 20:44:41 Archives upload complete. 20:44:41 INFO: archiving logs to Nexus